/*
Theme Name: Fuzzco 2015 Gulp
Version: 1.0
Author: Fuzzco
Author URI: http://fuzzco.com
*/
/* ---------------------------------------------

SCSS

Add all scss files here.

Run these commands to watch and complile:
// First time:
$ npm install

// Every time:
$ gulp

--------------------------------------------- */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=a91cd08926dae3a65a07451ee5d2fda0)
 * Config saved to config.json and https://gist.github.com/a91cd08926dae3a65a07451ee5d2fda0
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

select {
  text-transform: none; }

html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

html input[disabled] {
  cursor: default; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  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;
  -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; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  -webkit-border-radius: 6px;
          border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none; }

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-default .badge {
  color: #ffffff;
  background-color: #333333; }

.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff; }

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff; }

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff; }

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff; }

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  -webkit-border-radius: 0;
          border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
          border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

ul {
  padding: 0px; }

/* ---------------------------------------------

GLOBAL
Include global variables and mixins here.
- Fonts
- Colors
- Mixins
- Breakpoints

--------------------------------------------- */
/* ---------------------------------------------

TYPOGRAPHY
Include fonts and global type styles here

--------------------------------------------- */
body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #030303; }
  body.modal--is-visible {
    overflow: hidden; }

p, ul, ol {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .03em;
  margin: 20px 0; }
  @media (max-width: 420px) {
    p, ul, ol {
      font-size: 20px; } }

ul li, ol li {
  margin-bottom: 24px; }

h1,
h2,
h3,
h4, .h4,
h5 {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600; }

h1:not(.pattern-module--title),
.h1 {
  font-size: 90px;
  line-height: 85px; }
  @media (max-width: 991px) {
    h1:not(.pattern-module--title),
    .h1 {
      font-size: 62px;
      line-height: 62px; } }
  @media (max-width: 700px) {
    h1:not(.pattern-module--title),
    .h1 {
      font-size: 48px;
      line-height: 48px; } }
  @media (max-width: 420px) {
    h1:not(.pattern-module--title).intro-text-large,
    .h1.intro-text-large {
      font-size: 42px;
      line-height: 1; } }
  @media (max-width: 320px) {
    h1:not(.pattern-module--title).intro-text-large,
    .h1.intro-text-large {
      font-size: 36px; } }

h2 {
  font-size: 50px; }
  @media (max-width: 700px) {
    h2 {
      font-size: 42px; } }

h3 {
  font-size: 32px;
  line-height: 44px; }

h4, .h4 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .03em; }
  @media (max-width: 420px) {
    h4, .h4 {
      font-size: 20px; } }

h5 {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .03em; }
  @media (max-width: 420px) {
    h5 {
      font-size: 20px; } }

a {
  color: #030303;
  text-decoration: none;
  -webkit-transition: 0.3s ease, all;
  transition: 0.3s ease, all;
  border-bottom: 1px solid #030303; }
  a svg {
    -webkit-transition: 0.3s ease, all;
    transition: 0.3s ease, all; }
  a:hover {
    color: #03e7b0;
    border-bottom: 1px solid transparent; }
    a:hover svg {
      fill: #03e7b0; }
  a p {
    margin-bottom: 0; }

::-moz-selection {
  background: #03e7b0; }

::selection {
  background: #03e7b0; }

button,
.button {
  border: none;
  background-color: #03e7b0;
  padding: 25px;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .15em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none; }
  button:hover,
  .button:hover {
    color: white;
    border: none; }

.icon {
  position: relative;
  top: 3px;
  border: none;
  padding-left: 10px; }
  .icon:hover {
    border: none; }
  @media (max-width: 700px) {
    .icon {
      padding-left: 5px;
      padding-right: 5px; } }

.no-touchevents .icon:hover {
  fill: #03e7b0; }

.video-icon {
  fill: #fff; }

.company-status {
  display: inline-block;
  background-color: #030303;
  color: #fff;
  font-size: 20px;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  padding: 3px 15px; }

.arrow-icon-wrapper {
  position: absolute;
  text-align: center;
  bottom: 30px;
  left: 50%;
  padding: 0;
  margin-left: -26px;
  z-index: 90; }
  @media (max-width: 700px) {
    .arrow-icon-wrapper svg {
      width: 40px; } }
  @media (max-width: 420px) {
    .arrow-icon-wrapper {
      bottom: 20px; } }

.arrow-icon {
  display: block;
  width: 52px;
  height: 26px;
  display: inline-block;
  border: none; }
  .arrow-icon:hover {
    border: none; }

.toggle--mobile-menu {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 24px;
  z-index: 100; }
  @media (min-width: 700px) {
    .toggle--mobile-menu {
      display: none; } }
  @media (max-width: 420px) {
    .toggle--mobile-menu {
      top: 22px; } }

.fixed {
  position: fixed;
  width: 100%;
  z-index: 90; }

.section {
  margin-top: 120px; }

.section-block {
  margin-top: 120px;
  padding-bottom: 60px; }
  @media (max-width: 880px) {
    .section-block {
      margin-top: 60px;
      padding-bottom: 30px; } }
  @media (max-width: 700px) {
    .section-block {
      margin-top: 20px;
      padding-bottom: 20px; } }

.section-band {
  padding-bottom: 170px; }
  @media (max-width: 420px) {
    .section-band {
      padding-bottom: 40px; } }
  .section-band h3 {
    margin-top: 0; }

.vertical-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.logo {
  float: left;
  display: block;
  padding: 10px;
  margin-left: -10px; }
  @media (max-width: 420px) {
    .logo {
      padding: 0;
      margin: 0; } }
  .logo img {
    width: 60px; }
    @media (max-width: 700px) {
      .logo img {
        width: 50px; } }
    @media (min-width: 701px) {
      #page-home .logo img {
        -webkit-transition: width 200ms ease-out;
        transition: width 200ms ease-out;
        width: 60px; }
      #page-home .large-logo .logo img {
        width: 100px; } }

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: .5em 1.25em; }

img {
  max-width: 100%; }

header a {
  border: none; }
  header a:hover {
    border: none; }

#main-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: background-color, 0.3s ease;
  transition: background-color, 0.3s ease; }
  .admin-bar #main-header {
    top: 32px; }
  @media (max-width: 700px) {
    #main-header {
      z-index: 91; } }
  @media (max-width: 420px) {
    #main-header {
      padding: 16px 0; } }
  #main-header.is-white {
    background-color: white !important; }
  #main-header .container {
    position: relative; }
  .full-nav-active #main-header {
    background-color: transparent !important; }
    .full-nav-active #main-header .logo, .full-nav-active #main-header #main-menu li {
      display: none; }
    .full-nav-active #main-header #main-menu li:last-of-type {
      display: inline-block; }

footer {
  margin-top: 170px;
  padding: 40px 0;
  background-color: #DDDFE1; }
  #page-team footer {
    margin-top: 40px; }
    @media (max-width: 700px) {
      #page-team footer {
        margin-top: 75px; } }
  @media (max-width: 700px) {
    footer {
      margin-top: 75px; } }
  footer a,
  footer a:hover {
    border-bottom: none; }

.footer-nav:after {
  content: "";
  display: table;
  clear: both; }

.footer-cta {
  margin-bottom: 200px;
  margin-top: 0; }
  @media (max-width: 700px) {
    .footer-cta {
      margin-bottom: 60px; } }
  @media (max-width: 420px) {
    .footer-cta {
      font-size: 32px; }
      .footer-cta svg {
        width: 21px;
        height: auto; } }

.copyright {
  display: inline-block;
  float: left;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0; }
  @media (max-width: 700px) {
    .copyright {
      float: none;
      width: 100%;
      text-align: center;
      margin-top: 15px; } }
  .copyright br {
    display: none; }
    @media (max-width: 700px) {
      .copyright br {
        display: block; } }

.footer-links {
  margin: 0;
  list-style-type: none;
  display: inline-block;
  float: right;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  font-size: 18px; }
  @media (max-width: 700px) {
    .footer-links {
      float: none;
      text-align: center;
      width: 100%;
      margin-bottom: 20px; } }
  .footer-links li {
    display: inline-block;
    margin-bottom: 0; }
    @media (max-width: 700px) {
      .footer-links li {
        margin-top: 15px; } }
  .footer-links a {
    border: none; }

.follow-us-link {
  padding-left: 25px; }
  @media (max-width: 700px) {
    .follow-us-link {
      padding-left: inherit; } }

@media (max-width: 700px) {
  .block-link:first-child {
    display: block !important; } }

.hidden {
  display: none; }

.clearfix {
  clear: both; }

.rule {
  border-top: 3px solid #030303;
  padding-top: 10px; }

.center {
  text-align: center;
  margin: 0 auto; }

@media (max-width: 700px) {
  .hide-small {
    display: none; } }

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

.show-mobile {
  display: none; }
  @media (max-width: 700px) {
    .show-mobile {
      display: block; } }

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

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

.no-scroll {
  overflow: hidden; }

.js-hide {
  display: none; }

.no-style {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

.wow {
  visibility: hidden; }

.nav-tabs {
  margin: 0; }
  .nav-tabs li {
    display: inline-block;
    margin-bottom: 0; }
    .nav-tabs li:not(:last-child) {
      margin-right: 24px; }
    .nav-tabs li.active a {
      color: #03e7b0; }
  .nav-tabs a {
    border-bottom: none; }
  .nav-tabs h4 {
    margin: 0; }

.tab-content > .tab-pane {
  display: none; }
  .tab-content > .tab-pane.active {
    display: block; }

.no-touchevents .show-touch {
  display: none; }

.touchevents .hide-touch {
  display: none; }

/* ---------------------------------------------

MODULES
Define reusable modular items here.

--------------------------------------------- */
/*Pattern Library*/
.pattern-module {
  padding: 4em 0 6em;
  border-bottom: 1px dashed #ddd; }
  .pattern-module--dev, .pattern-module--prod, .pattern-module--qa {
    color: red;
    text-align: center;
    margin-bottom: 1em; }
  .pattern-module--prod {
    color: #1BD75E; }
  .pattern-module--qa {
    color: #FFAD00; }
  .pattern-module--title {
    color: #ddd;
    text-align: center;
    margin-bottom: 1em; }

/*Navigations*/
#main-menu {
  position: absolute;
  top: 21px;
  right: 5px; }
  @media (max-width: 700px) {
    #main-menu {
      display: none; } }
  #main-menu a {
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .06em;
    border-bottom: none;
    display: inline-block;
    padding-left: 35px; }
    #main-menu a:hover {
      border-bottom: none; }
    #main-menu a::-moz-selection {
      color: #333; }
    #main-menu a::selection {
      color: #333; }
  #main-menu .active a {
    color: white; }
  .intro-white #main-menu .active a {
    color: #03e7b0; }
  .is-white #main-menu .active a {
    color: #03e7b0; }

.nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
  border-bottom: none;
  position: relative;
  top: 8px;
  padding-left: 35px; }
  @media (max-width: 420px) {
    .nav-toggle {
      top: -3px; } }

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  cursor: pointer;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  height: 3px;
  width: 26px;
  background: #030303;
  position: absolute;
  display: block;
  content: ''; }

.no-touchevents .nav-toggle:hover span {
  background: #03e7b0; }

.no-touchevents .nav-toggle:hover span:before,
.no-touchevents .nav-toggle:hover span:after {
  background: #03e7b0; }

.no-touchevents .active:hover span {
  background: transparent; }

.nav-toggle span:before {
  top: -10px; }

.nav-toggle span:after {
  bottom: -10px; }

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }

.nav-toggle.active span {
  background-color: transparent; }

.nav-toggle.active span:before,
.nav-toggle.active span:after {
  top: 0; }

.nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff; }

.nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff; }

.full-nav {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: black;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .full-nav .full-nav-container {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding: 48px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (orientation: landscape) and (max-height: 640px) {
      .full-nav .full-nav-container {
        display: block; } }

#menu-main-menu {
  margin: 0; }
  #menu-main-menu li {
    display: inline-block;
    margin-bottom: 0; }
  @media (max-width: 700px) {
    #menu-main-menu .menu-item {
      display: none; } }

.full-nav-list {
  list-style-type: none; }
  .full-nav-list a {
    color: #fff;
    border: none;
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 1; }
    @media (max-width: 880px) {
      .full-nav-list a {
        font-size: 50px; } }
  @media (max-width: 880px) and (max-width: 700px) {
    .full-nav-list a {
      font-size: 42px; } }
    .full-nav-list a:hover {
      color: #03e7b0; }
  .full-nav-list li {
    line-height: 1; }
    .full-nav-list li:not(:last-child) {
      margin-bottom: 60px; }
      @media (max-width: 700px) {
        .full-nav-list li:not(:last-child) {
          margin-bottom: 24px; } }
  .full-nav-list .menu-item-type-custom a {
    background: url(-/img/icon-link-white.svg) no-repeat right 70%;
    padding-right: 50px; }
    @media (max-width: 420px) {
      .full-nav-list .menu-item-type-custom a {
        background-position: right 60%;
        background-size: 24px 24px;
        padding-right: 36px; } }
  .full-nav-list .current-menu-item a {
    color: #03e7b0; }

/*Subnav*/
.sub-nav--sticky-wrapper {
  height: 76px;
  margin-bottom: 70px; }
  @media (max-width: 700px) {
    .sub-nav--sticky-wrapper {
      height: auto;
      margin-bottom: 0; } }

.sub-nav {
  width: 100%;
  padding: 20px 0;
  background-color: white;
  text-align: center;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease; }
  .sub-nav li {
    display: inline-block;
    margin: 0 12px; }
  .sub-nav a {
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 600;
    font-size: 18px;
    border-bottom: none; }
    .sub-nav a.active {
      color: #03e7b0; }
  .sub-nav ul {
    margin: 0; }

.company-filters .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 700px) {
    .company-filters .container {
      display: block; } }

.filter {
  display: inline-block;
  width: 33%; }
  @media (max-width: 700px) {
    .filter {
      width: 49%; }
      .filter:first-child {
        width: 100%;
        margin-bottom: 30px; } }

.filter-wrapper {
  -webkit-box-shadow: 0 4px 6px 0 white;
          box-shadow: 0 4px 6px 0 white; }

.filter-arrow {
  stroke: #030303;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease; }
  .js-open .filter-arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.dropdown-trigger {
  padding: 0;
  background: transparent;
  outline: 0;
  border: none;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  font-size: 18px; }
  .dropdown-trigger:hover {
    border: none; }
  @media (max-width: 360px) {
    .dropdown-trigger {
      font-size: 16px; }
      .dropdown-trigger svg {
        width: 18px;
        height: auto; } }
  .dropdown-trigger:hover, .dropdown-trigger.js-open {
    color: #03e7b0; }
    .dropdown-trigger:hover .filter-arrow, .dropdown-trigger.js-open .filter-arrow {
      stroke: #03e7b0; }

.filter-dropdowns {
  display: none;
  position: relative;
  padding: 0 0 20px 0;
  background-color: white; }

.company-filters {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background-color: white; }

.dropdown-list {
  display: none;
  margin: 0;
  overflow: hidden; }
  .dropdown-list ul {
    margin: 0; }
    .dropdown-list ul li {
      display: inline-block;
      margin: 0 25px 10px 0;
      font-size: 0;
      line-height: 1; }
      @media (max-width: 420px) {
        .dropdown-list ul li {
          margin: 0 0 16px 0;
          width: 100%; } }
  .dropdown-list .label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 20px;
    letter-spacing: .03em;
    line-height: 1;
    cursor: pointer;
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 400; }
    @media (max-width: 700px) {
      .dropdown-list .label {
        font-size: 18px; } }

.checkbox-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px; }
  @media (max-width: 700px) {
    .checkbox-item {
      width: 20px;
      height: 20px; } }
  .checkbox-item label {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #dddfe1; }
    @media (max-width: 700px) {
      .checkbox-item label {
        width: 20px;
        height: 20px; } }
    .checkbox-item label:after {
      content: '';
      width: 14px;
      height: 8px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 2px solid #03e7b0;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      @media (max-width: 700px) {
        .checkbox-item label:after {
          width: 10px;
          height: 6px;
          top: 5px; } }
    .checkbox-item label:hover::after {
      opacity: 0.3; }
    .checkbox-item label.hover::after {
      opacity: 0.3; }
  .checkbox-item input[type=checkbox] {
    visibility: hidden; }
    .checkbox-item input[type=checkbox]:checked + label:after {
      opacity: 1; }

.filter-search {
  position: relative;
  display: inline-block; }
  @media (max-width: 700px) {
    .filter-search {
      width: 100%; } }
  .filter-search input {
    width: 100%;
    padding: 18px 46px 17px 20px;
    border: 2px solid #030303;
    -webkit-border-radius: 0;
            border-radius: 0;
    color: #030303;
    background-repeat: no-repeat;
    line-height: 1;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 600;
    font-size: 18px; }
    .filter-search input:focus {
      border-color: #03e7b0; }
    .filter-search input:focus ~ .btn--search:not(.btn--cancel) {
      background-position: center -23px; }
    @media (max-width: 700px) {
      .filter-search input {
        width: 100%; } }

.btn--search {
  position: absolute;
  right: 16px;
  top: 18px;
  width: 23px;
  height: 23px;
  padding: 0;
  margin-left: 0;
  background: url(-/img/icons--search-btn.svg) no-repeat center top;
  text-indent: -9999em;
  -webkit-transition: none;
  transition: none;
  cursor: default; }
  .btn--search.btn--cancel {
    background-position: center -46px;
    cursor: pointer; }

::-webkit-input-placeholder {
  color: #030303;
  line-height: 1.17;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  font-size: 18px; }

input[type="text"]:focus {
  outline: none; }

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

/*Intro Block */
.intro {
  height: 100vh;
  min-height: 650px;
  position: relative; }
  @media (max-width: 700px) {
    .intro {
      display: table;
      min-height: 0; } }
  @media (max-width: 700px) and (orientation: landscape) {
    .intro {
      display: block;
      height: auto;
      min-height: 0;
      padding-top: 90px;
      padding-bottom: 30px; } }
  .intro > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 700px) {
      .intro > .container {
        display: table-cell;
        vertical-align: middle; } }
    @media (max-width: 320px) {
      .intro > .container {
        display: block;
        margin-top: 110px; } }

.intro-text-block p {
  max-width: 70%; }
  @media (max-width: 700px) {
    .intro-text-block p {
      max-width: none; } }
  @media (max-width: 320px) {
    .intro-text-block p {
      font-size: 18px !important; } }

.intro-text-block em,
.intro-text-block em a {
  color: #fc5c94;
  font-style: normal; }

.intro-text-block em a {
  border-bottom-color: rgba(252, 92, 148, 0.3); }
  .intro-text-block em a:hover {
    border-bottom-color: transparent;
    color: #03e7b0; }

.intro-text-large {
  margin: 0 0 50px 0;
  max-width: 90%; }
  @media (max-width: 420px) {
    .intro-text-large {
      margin: 0;
      max-width: none; } }
  .intro-text-large em {
    color: #fc5c94;
    font-style: normal; }
    .intro-text-large em::-moz-selection {
      color: #333; }
    .intro-text-large em::selection {
      color: #333; }

/*General Boxes */
.box a {
  border: none; }
  .box a:hover {
    border: none; }
  .box a:hover {
    color: #030303; }

@media (max-width: 420px) {
  .box {
    width: auto;
    height: auto; } }

.box h2 {
  margin: 0;
  line-height: 50px; }
  @media (max-width: 420px) {
    .box h2 {
      line-height: 42px; } }

.box svg {
  width: 20px;
  margin-top: 10px; }

.yellow-box {
  background-color: #fef40f; }

.mint-box {
  background-color: #03e7b0; }

.gray-box {
  background-color: #dddfe1; }

.no-header h5 {
  margin-top: 0; }

/*Statistic Boxes*/
.statistics-wrapper {
  margin-top: 175px; }
  @media (max-width: 880px) {
    .statistics-wrapper {
      margin-top: 200px; } }
  @media (max-width: 766px) {
    .statistics-wrapper {
      margin-top: auto; } }

.statistic-box-link {
  border: none; }
  .statistic-box-link:hover {
    border: none; }
  .statistic-box-link:hover {
    color: #030303; }
    .statistic-box-link:hover svg {
      fill: #030303; }

.statistic-box {
  width: 245px;
  padding: 30px; }
  @media (max-width: 880px) {
    .statistic-box {
      width: 65%;
      margin-top: 20px; } }
  @media (max-width: 766px) {
    .statistic-box {
      width: 245px; } }
  @media (max-width: 420px) {
    .statistic-box {
      display: block;
      width: 100%; } }
  .statistic-box h4 {
    margin: 30px 0 0 0;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: .03em; }
    @media (max-width: 1100px) {
      .statistic-box h4 {
        font-size: 28px;
        margin: 20px 0 0 0; } }
  @media (max-width: 1100px) {
    .statistic-box h2 {
      font-size: 40px; } }

.statistic-box:nth-of-type(2) {
  float: right; }
  @media (max-width: 420px) {
    .statistic-box:nth-of-type(2) {
      float: none; } }

/*Full Bleed Image */
.full-bleed-image {
  position: relative;
  width: 100%;
  height: -webkit-calc(100vh - 100px);
  height: calc(100vh - 100px);
  max-width: 100%;
  overflow: hidden; }
  @media (max-width: 880px) {
    .full-bleed-image {
      height: auto; } }
  @media (max-width: 700px) {
    .full-bleed-image {
      height: auto; } }
  .full-bleed-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media (max-width: 880px) {
      .full-bleed-image img {
        object-fit: contain; } }
  #page-philosophy .full-bleed-image {
    height: -webkit-calc(100vh - 175px);
    height: calc(100vh - 175px); }
    @media (max-width: 880px) {
      #page-philosophy .full-bleed-image {
        height: auto; } }
  #page-companies .full-bleed-image:first-child {
    height: -webkit-calc(100vh - 200px);
    height: calc(100vh - 200px); }
    @media (max-width: 880px) {
      #page-companies .full-bleed-image:first-child {
        height: auto; } }

.full-bleed__content {
  position: absolute;
  width: 100%;
  bottom: 0; }
  @media (max-width: 880px) {
    .full-bleed__content {
      position: relative;
      background-color: transparent; } }
  @media (max-width: 420px) {
    .full-bleed__content {
      padding: 0; } }
  .full-bleed__content h1 {
    margin: 24px 0;
    color: white; }
    @media (max-width: 880px) {
      .full-bleed__content h1 {
        color: #030303; } }
  .full-bleed__content p {
    margin: 0;
    color: white; }
    @media (max-width: 880px) {
      .full-bleed__content p {
        color: #030303; } }

.sixteen-nine {
  position: relative; }

.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%; }

.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.full-bleed--object-fit {
  background-size: cover;
  background-position: center center; }
  .full-bleed--object-fit img {
    opacity: 0; }

/*Paragraph Block */
.paragraph-block .paragraph-bold {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600; }

/*Video Block*/
.video-block {
  position: relative;
  margin-left: 15px;
  margin-right: 15px; }
  .video-block img {
    width: 100%; }
  .video-block .video-icon {
    position: absolute;
    left: 45%;
    /*I'm not sure why these aren't 50%, take with a grain of salt*/
    top: 45%; }
    @media (max-width: 700px) {
      .video-block .video-icon {
        left: 42%;
        top: 40%; } }
    @media (max-width: 420px) {
      .video-block .video-icon {
        left: 38%;
        top: 38%; } }

/*Image with Caption at Top*/
.image-caption-top-block h4 {
  margin-bottom: 12px;
  max-width: 80%; }
  @media (max-width: 1100px) {
    .image-caption-top-block h4 {
      max-width: none;
      font-size: 22px; } }
  @media (max-width: 700px) {
    .image-caption-top-block h4 {
      font-size: 18px; } }

.image-caption-top-block:hover a,
.image-caption-top-block:hover h4 {
  color: #030303; }

.image-caption-top-block:hover h4 {
  text-decoration: underline; }

.image-caption-top-block:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5; }

@media (max-width: 420px) {
  .image-caption-top-block {
    display: block !important;
    width: 100% !important; } }

.image-caption-top-block a {
  border: none; }
  .image-caption-top-block a:hover {
    border: none; }

.image-caption-top-block div {
  background-color: #030303; }

.image-caption-top-block img {
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease; }

/*Image switch*/
.image-switch-block {
  text-align: center; }
  .image-switch-block div {
    max-height: 100%;
    background-repeat: no-repeat;
    background-size: 100%; }
    .image-switch-block div:hover img {
      opacity: 0; }
  .image-switch-block img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 100%;
    height: auto;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }

/*Logo Grid*/
.experts-grid-title {
  text-align: center; }

.experts-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .experts-grid a {
    border: none; }
    .experts-grid a:hover {
      border: none; }

.experts-grid-item {
  width: 33.33%; }
  @media (max-width: 700px) {
    .experts-grid-item {
      width: 50%; } }
  @media (max-width: 420px) {
    .experts-grid-item {
      width: 100%; } }

.experts-grid-item {
  border-right: 2px solid #EEEEEE;
  border-bottom: 2px solid #EEEEEE; }
  @media (max-width: 700px) {
    .experts-grid-item {
      border: none; } }
  @media (max-width: 420px) {
    .experts-grid-item:not(:last-child) {
      border-bottom: 2px solid #EEEEEE; } }

.experts-grid-item:nth-of-type(3n) {
  border-right: none; }

@media (min-width: 701px) {
  .experts-grid-item:nth-last-of-type(-n+3) {
    border-bottom: none; } }

@media (max-width: 700px) {
  .experts-grid-item:nth-of-type(odd) {
    border-right: 2px solid #EEEEEE; } }

@media (max-width: 420px) {
  .experts-grid-item:nth-of-type(odd) {
    border-right: none; } }

@media (max-width: 700px) {
  .experts-grid-item:nth-last-of-type(n+3) {
    border-bottom: 2px solid #EEEEEE; } }

/*Accordions*/
.border-line {
  height: 2px;
  background-color: #030303;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }

.panel-group h1 {
  margin-bottom: 15px; }

.panel-group > a {
  border: none; }

@media (max-width: 880px) {
  .company p {
    font-size: 20px; } }

@media (max-width: 700px) {
  .company p {
    font-size: 18px; } }

.modal-overlay {
  position: fixed;
  z-index: 100;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  background-color: rgba(221, 223, 225, 0.95);
  display: none; }
  .modal-overlay.modal--is-visible {
    display: block; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  padding: 20px;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  display: none; }
  .modal:after, .modal::after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -.05em;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    content: " "; }
    @media (max-width: 1200px) {
      .modal:after, .modal::after {
        height: auto; } }
  .modal.modal--is-visible {
    display: block; }

.modal__container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1200px;
  width: 100%;
  padding: 110px 70px;
  background-color: white;
  -webkit-box-shadow: 0 0 20px rgba(3, 3, 3, 0.2);
          box-shadow: 0 0 20px rgba(3, 3, 3, 0.2);
  text-align: left; }
  @media (max-width: 700px) {
    .modal__container {
      padding: 45px 30px; } }
  @media (max-width: 420px) {
    .modal__container {
      padding: 30px 20px; } }
  .modal__container.bg-white {
    background-color: white; }
  .modal__container.bg-mint {
    background-color: #03e7b0; }
  .modal__container.bg-pink {
    background-color: #fc5c94; }
  .modal__container.bg-yellow {
    background-color: #fef40f; }
  .modal__container.bg-red {
    background-color: #f65a56; }
  .modal__container.bg-orange {
    background-color: #f4975e; }
  .modal__container.bg-purple {
    background-color: #4b4e9f; }

.modal__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 700px) {
    .modal__header {
      display: block; } }
  .modal__header .h1 {
    max-width: 70%;
    margin: 0; }
    @media (max-width: 1040px) {
      .modal__header .h1 {
        max-width: none; } }
    @media (max-width: 700px) {
      .modal__header .h1 {
        max-width: none;
        text-align: center;
        font-size: 32px; } }
  .modal__header em {
    font-style: normal; }

.modal__logo {
  display: block;
  width: 100px;
  margin-top: 10px;
  margin-right: 48px;
  height: auto; }
  @media (max-width: 700px) {
    .modal__logo {
      width: 60px;
      margin-bottom: 30px;
      margin: 0 auto 30px auto; } }

.modal__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px; }
  @media (max-width: 880px) {
    .modal__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 700px) {
    .modal__content {
      margin-top: 30px; } }
  .modal__content p {
    margin-top: 0;
    margin-bottom: 2em; }
  .modal__content .button {
    position: relative;
    display: block;
    vertical-align: middle;
    background-color: #030303;
    color: white;
    max-width: 380px; }
    .modal__content .button:hover, .modal__content .button:focus {
      color: #030303;
      background-color: #dddfe1; }
      .modal__content .button:hover svg, .modal__content .button:focus svg {
        fill: #030303; }
    .modal__content .button svg {
      width: 100%;
      fill: white; }
    .modal__content .button span {
      position: absolute;
      display: inline-block;
      width: 20px;
      height: 20px;
      top: 22px;
      right: 25px; }

.flex-col {
  width: 50%; }
  .content--text-only .flex-col {
    width: -webkit-calc(60% + 148px);
    width: calc(60% + 148px);
    padding-left: 148px; }
    @media (max-width: 880px) {
      .content--text-only .flex-col {
        width: 100%;
        padding-left: 0; } }
  @media (max-width: 880px) {
    .flex-col {
      width: 100%; } }
  .flex-col.video-wrap {
    width: 70%;
    margin-right: 60px; }
    @media (max-width: 1200px) {
      .flex-col.video-wrap {
        width: 66%; } }
    @media (max-width: 880px) {
      .flex-col.video-wrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px; } }
    .flex-col.video-wrap img {
      display: block;
      margin: 0 auto; }

.modal__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0; }
  .modal__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

button.modal__close {
  font-size: 30px;
  line-height: 32px;
  letter-spacing: .03em;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background-color: transparent; }
  button.modal__close:hover span:before,
  button.modal__close:hover span:after {
    background-color: #dddfe1; }
  button.modal__close span:before,
  button.modal__close span:after {
    position: absolute;
    display: block;
    content: '';
    height: 3px;
    width: 26px;
    background-color: #030303;
    -webkit-border-radius: 1px;
            border-radius: 1px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
  button.modal__close span {
    position: absolute;
    display: block;
    height: 3px;
    width: 26px;
    -webkit-border-radius: 1px;
            border-radius: 1px;
    cursor: pointer;
    background-color: transparent; }
  button.modal__close span:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  button.modal__close span:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

/* ---------------------------------------------

PAGES
Define page-specific styles here.
Wrap all styles in Wordpress body class.

--------------------------------------------- */
.pattern-module .color {
  display: inline-block; }

.pattern-module .circle {
  width: 65px;
  height: 65px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: block;
  margin: 10px; }

.pattern-module .black {
  background-color: #030303; }

.pattern-module .mint {
  background-color: #03e7b0; }

.pattern-module .gray {
  background-color: #dddfe1; }

.pattern-module .white {
  background-color: #fff;
  border: 1px solid #dddfe1; }

.pattern-module .yellow {
  background-color: #fef40f; }

.pattern-module .caption {
  font-size: 12px;
  color: gray;
  text-align: center;
  text-transform: uppercase; }

.pattern-module .pattern-col {
  float: left;
  width: 40%;
  margin-right: 5%; }

.pattern-module a {
  display: inline-block; }

.pattern-module .video-demo-block {
  background-color: #dddfe1;
  padding: 25px;
  width: 150px;
  display: inline-block; }

.pattern-module .arrow-div {
  margin-top: 25px; }

.pattern-module button {
  margin-right: 25px; }
  @media (max-width: 700px) {
    .pattern-module button {
      margin-top: 25px; } }

.pattern-module .text-only {
  background-color: transparent; }

.pattern-module .row-block {
  margin-bottom: 50px; }

.pattern-module .col-block {
  margin-bottom: 25px; }

.pattern-module .company-status {
  margin: 0 15px 25px 25px; }
  @media (max-width: 700px) {
    .pattern-module .company-status {
      margin-top: 25px; } }

.company-type.js-hide,
.company-preview.js-hide {
  display: none; }

@media (max-width: 767px) {
  .company-locations {
    display: none; } }

.company,
.faq {
  border-top: 2px solid #030303;
  -webkit-transition: border 0.3s ease, color 0.3s ease;
  transition: border 0.3s ease, color 0.3s ease;
  padding: 10px 0; }
  @media (max-width: 700px) {
    .company,
    .faq {
      padding: 0; } }
  .company:last-child,
  .faq:last-child {
    border-bottom: 2px solid #030303; }
    .company:last-child:not(.open):hover,
    .faq:last-child:not(.open):hover {
      border-bottom-color: #03e7b0; }
  .company:not(.open):hover,
  .faq:not(.open):hover {
    border-top: 2px solid #03e7b0; }
  .company:not(.open):hover,
  .faq:not(.open):hover {
    color: #03e7b0; }
  .company:not(.open):hover + div,
  .faq:not(.open):hover + div {
    border-top-color: #03e7b0; }
  .company .row,
  .faq .row {
    margin-left: 0;
    margin-right: 0; }

.open [role="button"] {
  cursor: default; }

.faq > a {
  display: inline-block;
  width: 100%; }

.faq.open > a:hover {
  color: currentColor; }

.faq:not(.open) {
  cursor: pointer; }
  .faq:not(.open):hover > a {
    color: #03e7b0; }

.company-type {
  padding-bottom: 170px; }
  @media (max-width: 420px) {
    .company-type {
      padding-bottom: 70px; } }
  .company-type .full-bleed-image {
    margin-bottom: 48px; }
  .company-type li {
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: .03em; }
    @media (max-width: 700px) {
      .company-type li {
        font-size: 18px; } }
  .company-type h4 {
    margin-bottom: 0; }

.status-link {
  display: inline-block;
  width: 21px;
  height: 21px;
  border: none; }
  .status-link:hover {
    border: none; }
  .status-link:hover svg {
    stroke: #03e7b0; }
  .status-link svg {
    display: inline-block;
    stroke: #030303;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.open .company-content .hide-mobile p {
  display: block; }
  .open .company-content .hide-mobile p:first-child {
    overflow: visible;
    white-space: normal;
    text-overflow: unset; }

.open:hover {
  color: #030303; }

.company-content {
  display: inline-block;
  max-width: 66.666667%; }
  .company-content .hide-mobile p {
    display: none; }
  .company-content .hide-mobile p:first-child {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.status-wrapper {
  width: 100%;
  text-align: right;
  padding-right: 0 !important; }

.founders-review {
  margin-bottom: 75px; }

@media (max-width: 880px) {
  .status-wrapper p {
    font-size: 14px; } }

@media (max-width: 700px) {
  .status-wrapper p {
    font-size: 12px;
    padding: 0 7px; } }

.single-person .single-person-wrapper {
  margin-top: 96px; }
  @media (max-width: 700px) {
    .single-person .single-person-wrapper {
      margin-top: 20px; } }

.single-person h1 {
  margin-top: 0; }
  @media (max-width: 766px) {
    .single-person h1 {
      font-size: 42px;
      line-height: 1.1;
      margin-bottom: 6px; } }

@media (max-width: 766px) {
  .single-person h1 + h4 {
    margin-top: 0; } }

.single-person .social-links {
  margin-top: 10px;
  display: block; }
  .single-person .social-links li {
    margin-bottom: 0;
    display: inline-block; }
  .single-person .social-links .icon {
    padding: 10px 10px 10px 0; }

.single-person .articles-section-title {
  margin-bottom: 12px; }
  @media (max-width: 767px) {
    .single-person .articles-section-title {
      display: none; } }

.single-person .sidebar-articles-list a {
  border-bottom: 1px solid #030303;
  color: #030303; }
  .single-person .sidebar-articles-list a:hover {
    border-bottom-color: transparent;
    color: #03e7b0; }

.single-person blockquote {
  margin: auto 0; }
  .single-person blockquote p {
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 600; }

@media (max-width: 766px) {
  .single-person .hide-medium p, .single-person .hide-medium ul {
    display: none; } }

.single-person .show-medium {
  display: none; }
  @media (max-width: 766px) {
    .single-person .show-medium {
      display: block; }
      .single-person .show-medium p, .single-person .show-medium ul {
        display: block; }
      .single-person .show-medium .sidebar-headshot {
        display: none; } }

@media (max-width: 767px) {
  .single-person .sidebar-headshot {
    margin-bottom: 30px; } }

#filtered-companies {
  display: none;
  margin-top: 40px;
  -webkit-transition: padding 250ms ease-out;
  transition: padding 250ms ease-out; }
  #filtered-companies.js-show {
    display: block; }

.founders-list {
  margin: 0; }
  .founders-list li {
    margin: 0; }

.article-list {
  margin: 0; }
  .article-list li:not(:last-child) {
    margin-bottom: 24px; }
  .article-list a {
    border-bottom: 1px solid currentColor; }

.error {
  display: none; }
  .no-results .error {
    display: block; }

.category-description {
  margin-bottom: 40px; }
  @media (max-width: 700px) {
    .category-description {
      margin-bottom: 20px; } }

#events .row-reverse div[class*="col-"] {
  float: right; }

@media (max-width: 991px) {
  #events .paragraph-block {
    margin-bottom: 60px; } }

#events .row {
  margin-left: -15px;
  margin-right: -15px; }

#events .statistic-box {
  position: relative;
  width: 49%;
  max-width: 260px;
  margin-top: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media screen and (max-width: 991px) {
    #events .statistic-box {
      float: left;
      max-width: none; }
      #events .statistic-box:not(:last-child) {
        margin-right: 10px; } }
  @media screen and (max-width: 767px) {
    #events .statistic-box {
      width: 48.5%;
      margin-top: 15px; } }
  @media screen and (max-width: 991px) {
    #events .statistic-box:nth-child(2) {
      float: left; } }
  @media (max-width: 520px) {
    #events .statistic-box {
      width: 100%;
      float: none; } }
  #events .statistic-box h4 {
    margin: 30px 0 0 0;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: .03em; }
  #events .statistic-box.gray-box:hover {
    background-color: #eeeff0; }

#software-data .software-content {
  padding-right: 50px; }
  @media (max-width: 1100px) {
    #software-data .software-content {
      padding-right: 15px; } }

#software-data .software-data {
  padding-left: 50px;
  text-align: center; }
  @media (max-width: 1100px) {
    #software-data .software-data {
      margin-top: 60px;
      padding-left: 15px; } }
  #software-data .software-data img {
    margin-top: 100px; }
    @media (max-width: 1100px) {
      #software-data .software-data img {
        margin-top: 0; } }

#experts .content {
  padding-top: 120px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 991px) {
    #experts .content {
      padding-top: 20px; } }
  #experts .content h4 {
    font-size: 20px; }

@media (max-width: 991px) {
  #experts .paragraph-block {
    margin-bottom: 60px; } }

@media (min-width: 992px) {
  #experts .experts-block:nth-child(odd) div {
    padding-right: 40px; }
  #experts .experts-block:nth-child(even) div {
    padding-left: 40px; }
  #experts .experts-block:nth-child(even) {
    margin-top: 210px; }
  #experts .experts-block:nth-child(odd):not(:first-child) {
    margin-top: -210px; } }

@media (min-width: 640px) and (max-width: 767px) {
  #experts .col-sm-6 {
    width: 50%;
    float: left; } }

@media (max-width: 640px) {
  #experts .col-sm-6:not(:last-child) {
    margin-bottom: 60px; } }

#experts .experts-grid-title {
  margin: 0 0 50px 0; }
  @media (max-width: 420px) {
    #experts .experts-grid-title {
      margin-bottom: 0; } }

.experts-grid-wrapper {
  margin-top: 200px; }
  @media (max-width: 880px) {
    .experts-grid-wrapper {
      margin-top: 100px; } }
  @media (max-width: 420px) {
    .experts-grid-wrapper {
      margin-top: 60px; } }

#talent .talent-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#talent .row {
  margin-left: -15px;
  margin-right: -15px; }

#talent .statistic-box {
  width: 49%;
  max-width: 270px;
  margin-top: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media (max-width: 991px) {
    #talent .statistic-box {
      max-width: none;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    #talent .statistic-box {
      width: 49%;
      margin-top: 15px; } }
  @media (max-width: 520px) {
    #talent .statistic-box {
      width: 100%; } }
  #talent .statistic-box h4 {
    margin: 0;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: .03em; }

#talent a.gray-box:hover {
  background-color: #eeeff0; }

@media (max-width: 767px) {
  #talent .paragraph-block {
    margin-top: 60px; } }

.content-grid .statistic-box {
  float: right;
  margin-top: 88px;
  width: 49%;
  min-height: 260px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media (max-width: 991px) {
    .content-grid .statistic-box {
      margin-top: 132px; } }
  @media (max-width: 1100px) {
    .content-grid .statistic-box {
      width: 85%; } }
  @media screen and (max-width: 766px) {
    .content-grid .statistic-box {
      width: 50%;
      margin-top: 75px; } }
  @media (max-width: 520px) {
    .content-grid .statistic-box {
      width: 100%; } }
  .content-grid .statistic-box.yellow-box:hover {
    background-color: #fffa87; }
  .content-grid .statistic-box.gray-box:hover {
    background-color: #eeeff0; }
  .content-grid .statistic-box.mint-box:hover {
    background-color: #81f3d8; }

.content-grid h4 {
  margin: 0;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: .03em; }

#content .col-lg-6,
#content .col-md-6,
#content .col-sm-6,
#content .col-xs-6 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

#content .row {
  margin-left: -5px;
  margin-right: -5px; }

#content .image-caption-top-block {
  display: inline-block;
  vertical-align: bottom;
  float: none;
  margin-left: -4px; }
  @media (max-width: 420px) {
    #content .image-caption-top-block {
      margin-left: 0; } }
  @media (max-width: 420px) {
    #content .image-caption-top-block:nth-child(odd) {
      margin-bottom: 60px; } }

#pitch-assist .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-bottom: 0; }
  @media (max-width: 767px) {
    #pitch-assist .flex-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

#pitch-assist .flex-item {
  width: 48%; }
  @media (max-width: 767px) {
    #pitch-assist .flex-item {
      width: 100%; } }
  @media (max-width: 767px) {
    #pitch-assist .flex-item:first-child {
      width: 80%; } }
  @media (max-width: 420px) {
    #pitch-assist .flex-item:first-child {
      width: 100%; } }

@media (max-width: 700px) and (orientation: landscape) {
  #page-philosophy .section-block {
    margin-top: 0;
    padding-bottom: 0; } }

#page-philosophy p {
  font-size: 20px;
  line-height: 1.6; }

#page-philosophy .section-band:last-of-type {
  padding-bottom: 0; }

.home-box-grid {
  padding-top: 20px; }
  .home-box-grid .inner {
    padding: 0; }
  .home-box-grid .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 700px) {
      .home-box-grid .row {
        display: block; } }

.home-grid-image {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  max-width: none;
  width: 450px;
  height: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
  @media (max-width: 700px) {
    .home-grid-image {
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
      width: 100%; } }
  .touchevents .home-grid-image {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

.home-grid-image-background {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 50px;
  z-index: 10;
  background-color: rgba(3, 3, 3, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media (max-width: 1000px) {
    .home-grid-image-background {
      padding: 36px; } }
  @media (max-width: 880px) {
    .home-grid-image-background {
      padding: 24px; } }
  .touchevents .home-grid-image-background {
    bottom: 0;
    height: auto;
    opacity: 1; }

.home-grid-image-text {
  display: inline-block;
  margin: 0;
  line-height: 1;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  color: white; }

.grid-item {
  position: relative;
  overflow: hidden; }
  .grid-item:hover {
    border: none;
    color: inherit; }
    .grid-item:hover .home-grid-image-background {
      opacity: 1; }
    .grid-item:hover .home-grid-image {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
  @media (max-width: 1000px) {
    .grid-item h2 {
      font-size: 32px;
      line-height: 44px; } }

.touchevents .grid-item:not(.copy-box) h2:after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: 6px;
  background: url(-/img/icon-right-arrow-white.svg) no-repeat;
  background-size: cover;
  vertical-align: -1px; }

.grid-item {
  display: inline-block;
  max-width: 360px;
  height: 450px;
  border: none;
  width: 32.72%; }
  @media (max-width: 1200px) {
    .grid-item {
      width: 32%; } }
  @media (max-width: 880px) {
    .grid-item {
      height: 400px; } }
  @media (max-width: 700px) {
    .grid-item {
      width: 100%;
      max-width: none;
      height: auto; } }
  @media (max-width: 320px) {
    .grid-item {
      height: auto; } }

.grid-item--object-fit {
  background-size: cover;
  background-position: center center; }
  .grid-item--object-fit img {
    opacity: 0; }

.copy-box {
  padding: 50px;
  line-height: 1;
  height: 360px; }
  @media (max-width: 1000px) {
    .copy-box {
      padding: 36px; } }
  @media (max-width: 700px) {
    .copy-box {
      font-size: 32px;
      line-height: 44px;
      height: 260px; } }
  .copy-box.mint-box:hover {
    background-color: #81f3d8; }
  .copy-box.yellow-box:hover {
    background-color: #fffa87; }
  .copy-box.gray-box:hover {
    background-color: #eeeff0; }
  .copy-box h2 {
    margin: 0; }

.grid-item-1 {
  width: 50%;
  max-width: 540px;
  height: 540px;
  margin-right: 5px;
  margin-bottom: 5px; }
  .grid-item-1 .home-grid-image {
    width: 600px; }
    @media (max-width: 700px) {
      .grid-item-1 .home-grid-image {
        width: 100%; } }
  @media (max-width: 700px) {
    .grid-item-1 {
      width: 100%;
      height: auto;
      max-width: 100%;
      margin: 0 0 10px; } }

.grid-item-2 {
  margin-left: 5px;
  margin-bottom: 5px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }
  @media (max-width: 700px) {
    .grid-item-2 {
      margin: 0 0 10px; } }

.grid-item-3 {
  margin: 5px 5px 5px 0; }
  @media (max-width: 700px) {
    .grid-item-3 {
      margin: 0 0 10px; } }

.grid-item-4 {
  margin: 5px; }
  @media (max-width: 700px) {
    .grid-item-4 {
      margin: 0 0 10px; } }

.grid-item-5 {
  margin: 5px 0 5px 5px; }
  @media (max-width: 700px) {
    .grid-item-5 {
      margin: 0 0 10px; } }

.grid-item-6 {
  margin-top: -85px;
  margin-right: 5px; }
  @media (max-width: 880px) {
    .grid-item-6 {
      margin-top: -35px; } }
  @media (max-width: 700px) {
    .grid-item-6 {
      margin: 0 0 10px; } }

.grid-item-7 {
  margin: 5px; }
  @media (max-width: 700px) {
    .grid-item-7 {
      margin: 0 0 10px; } }

.grid-item-8 {
  margin: -85px 0 5px 5px; }
  @media (max-width: 880px) {
    .grid-item-8 {
      margin-top: -35px; } }
  @media (max-width: 700px) {
    .grid-item-8 {
      margin: 0 0 10px; } }

.grid-item-9 {
  width: 50%;
  max-width: 540px;
  height: 540px;
  margin-top: 5px;
  margin-right: 5px; }
  .grid-item-9 .home-grid-image {
    width: 600px; }
    @media (max-width: 700px) {
      .grid-item-9 .home-grid-image {
        width: 100%; } }
  @media (max-width: 700px) {
    .grid-item-9 {
      width: 100%;
      max-width: 100%;
      margin: 0 0 10px;
      height: auto; } }

.grid-item-10 {
  margin: 5px 0 0 5px; }
  @media (max-width: 700px) {
    .grid-item-10 {
      margin: 0 0 10px; } }

#page-team section:not(.intro) {
  padding-top: 100px; }
  @media (max-width: 766px) {
    #page-team section:not(.intro).team--partners {
      margin-top: 75px; } }
  #page-team section:not(.intro) h3 {
    font-size: 42px;
    margin: 0; }
  #page-team section:not(.intro) h3 span {
    display: block;
    max-width: 32.75%;
    text-align: center; }
    @media (max-width: 1200px) {
      #page-team section:not(.intro) h3 span {
        text-align: left;
        padding-left: 5px;
        max-width: none; } }

#page-team section:nth-child(2) {
  margin-top: 0;
  padding-top: 170px; }
  @media (max-width: 1200px) {
    #page-team section:nth-child(2) {
      padding-top: 0;
      margin-top: 100px; } }

#page-team .team-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -0.85%; }

#page-team .team-grid {
  opacity: 0;
  width: 100%;
  position: relative;
  margin-top: 70px; }
  @media (max-width: 880px) {
    #page-team .team-grid {
      margin-top: 35px; } }
  @media (max-width: 766px) {
    #page-team .team-grid {
      margin-top: 35px; } }

#page-team .team-grid-item, #page-team .team-grid-sizer {
  width: 33.33%; }

@media (max-width: 719px) {
  #page-team .team-grid-item, #page-team .team-grid-sizer {
    width: 100%; } }

@media (min-width: 720px) and (max-width: 1199px) {
  #page-team .team-grid-item, #page-team .team-grid-sizer {
    width: 50%; } }

#page-team .team-grid-item .team-image-link {
  width: 100%;
  display: block;
  padding: 5px; }

#page-team .team-grid-text-container {
  width: 100%;
  display: block;
  padding: 5px; }

#page-team .team-grid-text {
  padding: 40px; }
  #page-team .team-grid-text a {
    border-bottom-color: currentColor; }
    #page-team .team-grid-text a:hover {
      color: currentColor;
      border-bottom-color: transparent; }

#page-team .team-grid-text p:only-child {
  margin: 0; }

.team-flex-item {
  width: 32.75%;
  margin-top: 0.85%; }
  @media (max-width: 880px) {
    .team-flex-item {
      width: 48%;
      margin: 1%; } }
  @media (max-width: 420px) {
    .team-flex-item {
      width: 100%;
      margin: 0 0 20px 0; } }
  .team-flex-item:not(:nth-child(3n-2)) {
    margin-left: 0.85%; }
    @media (max-width: 880px) {
      .team-flex-item:not(:nth-child(3n-2)) {
        margin-left: 1%; } }
    @media (max-width: 420px) {
      .team-flex-item:not(:nth-child(3n-2)) {
        margin: 0 0 20px 0; } }
  .team-flex-item:nth-child(3n-1) {
    margin-top: -100px; }
    @media (max-width: 880px) {
      .team-flex-item:nth-child(3n-1) {
        margin-top: 0.85%; } }
  @media (max-width: 880px) {
    .team-flex-item:nth-child(even) {
      margin-top: -100px; } }
  @media (max-width: 700px) {
    .team-flex-item:nth-child(even) {
      margin-top: 0; } }
  .team-flex-item.flex-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    margin-right: 33.6%;
    margin-top: -100px; }

.team-image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: all;
  transition-property: all;
  width: 100%; }
  .touchevents .team-image {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

.team-image-background {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
  padding: 40px;
  background-color: rgba(3, 3, 3, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media (max-width: 1100px) {
    .team-image-background {
      padding: 30px; } }
  @media (max-width: 880px) {
    .team-image-background {
      padding: 24px; } }
  @media (max-width: 700px) {
    .team-image-background {
      padding: 20px;
      background-color: rgba(3, 3, 3, 0); } }
  .team-image-background:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(-/img/team-image-icon.svg) no-repeat; }
  .touchevents .team-image-background {
    bottom: 0;
    height: auto;
    opacity: 1;
    background-color: rgba(3, 3, 3, 0); }
    .touchevents .team-image-background:before {
      display: none; }

.team-image-text {
  margin: 0;
  color: white;
  text-transform: capitalize;
  line-height: 1.2; }
  @media (max-width: 880px) {
    .team-image-text {
      font-size: 22px; } }
  @media (max-width: 700px) {
    .team-image-text {
      font-size: 20px; } }
  .team-image-text span {
    display: block;
    margin-top: 10px;
    font-weight: 400; }
    @media (max-width: 700px) {
      .team-image-text span {
        margin: 0; } }

.team-image-link {
  position: relative;
  display: block;
  border-bottom: none;
  line-height: 1.2; }
  .team-image-link:hover {
    border-bottom: none; }
    .team-image-link:hover .team-image-background {
      opacity: 1; }
    .team-image-link:hover img {
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }

.single-person {
  padding-top: 100px; }

.person-role {
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 1.25em; }
  @media (max-width: 880px) {
    .person-role {
      font-size: 36px; } }
  @media (max-width: 700px) {
    .person-role {
      font-size: 24px; } }

.person-name {
  margin-bottom: 0.25em; }

.page-id-114 .intro-text-large {
  max-width: 100%; }

.page-id-114 .intro-text-block p {
  max-width: none; }

.page-id-114 .button {
  float: left; }
  @media (max-width: 700px) {
    .page-id-114 .button {
      float: none;
      display: inline-block;
      margin-bottom: 30px; } }

.page-id-114 .talent-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.page-id-114 .intro-text-block,
.page-id-114 .intro-button-wrapper {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.page-id-114 .intro-button-wrapper {
  margin-top: 50px; }
  @media (max-width: 700px) {
    .page-id-114 .intro-button-wrapper {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
                  -ms-grid-row-align: center;
              align-self: center; } }

.page-id-114 .process .button {
  margin-left: -15px; }
  @media screen and (max-width: 865px) {
    .page-id-114 .process .button {
      font-size: 16px; } }

.page-id-114 .process-cta .little-right-arrow {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: none;
  margin: 10px 0 0 30px; }
  @media (max-width: 880px) {
    .page-id-114 .process-cta .little-right-arrow {
      display: inline-block;
      margin-bottom: 50px; } }
  @media (max-width: 766px) {
    .page-id-114 .process-cta .little-right-arrow {
      display: none; } }

.page-id-114 .process-cta .little-down-arrow {
  display: none;
  margin: 10px 0 0 30px; }
  @media (max-width: 766px) {
    .page-id-114 .process-cta .little-down-arrow {
      clear: left;
      display: block;
      margin: 0 0 30px 16px;
      padding-top: 10px; } }

.page-id-114 .step {
  position: relative; }
  @media (max-width: 766px) {
    .page-id-114 .step:not(:last-child) {
      margin-bottom: 30px; } }

.page-id-114 .process-steps {
  margin-top: 15px; }
  .page-id-114 .process-steps .step:last-child img {
    display: none; }

.page-id-114 .step-count {
  float: left;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .03em;
  border: 2px solid #030303;
  width: 55px;
  height: 55px;
  text-align: center;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  padding: 10px;
  margin: 0;
  position: relative;
  top: 5px;
  line-height: 1.3; }
  @media (max-width: 420px) {
    .page-id-114 .step-count {
      font-size: 20px; } }

.page-id-114 .process-title {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600; }

.page-id-114 .process-info {
  margin-left: 75px;
  margin-bottom: 75px; }
  @media (max-width: 766px) {
    .page-id-114 .process-info {
      margin-bottom: 0; } }
  .page-id-114 .process-info h5 {
    margin: 0; }
  .page-id-114 .process-info p {
    margin: 0; }

.page-id-114 .right-arrow {
  margin: 25px 0 0 20px; }
  @media (max-width: 880px) {
    .page-id-114 .right-arrow {
      display: none; } }

.page-id-114 .down-arrow {
  position: absolute;
  left: 15px;
  top: 100px; }
  @media (max-width: 766px) {
    .page-id-114 .down-arrow {
      top: 76px; } }

.page-id-114 .flex-reasons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.page-id-114 .flex-reason-item {
  width: 48%;
  margin-bottom: 40px; }
  @media (max-width: 700px) {
    .page-id-114 .flex-reason-item {
      width: 100%; }
      .page-id-114 .flex-reason-item:last-child {
        margin-bottom: 0; } }
  .page-id-114 .flex-reason-item h4,
  .page-id-114 .flex-reason-item p {
    margin: 0; }

@media (max-width: 700px) {
  .page-id-114 .section-block {
    margin-top: -10px;
    padding-bottom: 30px; } }

.page-id-114 h2 {
  font-size: 62px; }
  @media (max-width: 880px) {
    .page-id-114 h2 {
      font-size: 50px; } }
  @media (max-width: 700px) {
    .page-id-114 h2 {
      font-size: 42px; } }

.process {
  padding-top: 60px; }
  @media (max-width: 766px) {
    .process {
      padding-top: 20px; } }

.page-id-55 .intro-text-large {
  max-width: 65%; }
  @media (max-width: 880px) {
    .page-id-55 .intro-text-large {
      max-width: 100%; } }

.page-id-55 .panel-body {
  display: none;
  overflow: hidden;
  padding: 0 0 36px; }

.page-id-55 .panel-body p {
  color: #030303; }
  .page-id-55 .panel-body p:hover {
    color: #030303; }

.page-id-55 .open .faq-question {
  font-weight: bold; }

.page-id-55 .faq-question {
  margin-top: 24px;
  margin-bottom: 24px; }
  @media (max-width: 880px) {
    .page-id-55 .faq-question {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media (max-width: 420px) {
    .page-id-55 .faq-question {
      margin-top: 18px;
      margin-bottom: 18px; } }

/* ---------------------------------------------

Z-INDEX
All z-indexes should be defined in this file

--------------------------------------------- */
.active-flex {
  z-index: 99; }

#nav-toggle {
  z-index: 100; }

/* ---------------------------------------------

RETINA SUPPORT
Add 2x sprite and images here

--------------------------------------------- */
.js-inview {
  visibility: hidden;
  -webkit-transition: all 333ms ease;
  transition: all 333ms ease;
  opacity: 0; }
  .js-inview--async:nth-child(1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }
  .js-inview--async:nth-child(2) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms; }
  .js-inview--async:nth-child(3) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }
  .js-inview--async:nth-child(4) {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms; }
  .js-inview--async:nth-child(5) {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms; }
  .js-inview--async:nth-child(6) {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms; }
  .js-inview--async:nth-child(7) {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms; }
  .js-inview--async:nth-child(8) {
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms; }
  .js-inview--async:nth-child(9) {
    -webkit-transition-delay: 800ms;
            transition-delay: 800ms; }
  .js-inview--async:nth-child(10) {
    -webkit-transition-delay: 900ms;
            transition-delay: 900ms; }
  .js-inview--async:nth-child(11) {
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms; }
  .js-inview--async:nth-child(12) {
    -webkit-transition-delay: 1100ms;
            transition-delay: 1100ms; }
  .js-inview--async:nth-child(13) {
    -webkit-transition-delay: 1200ms;
            transition-delay: 1200ms; }
  .js-inview--async:nth-child(14) {
    -webkit-transition-delay: 1300ms;
            transition-delay: 1300ms; }
  .js-inview--async:nth-child(15) {
    -webkit-transition-delay: 1400ms;
            transition-delay: 1400ms; }
  .js-inview--async:nth-child(16) {
    -webkit-transition-delay: 1500ms;
            transition-delay: 1500ms; }
  .js-inview--async:nth-child(17) {
    -webkit-transition-delay: 1600ms;
            transition-delay: 1600ms; }
  .js-inview--async:nth-child(18) {
    -webkit-transition-delay: 1700ms;
            transition-delay: 1700ms; }
  .js-inview--async:nth-child(19) {
    -webkit-transition-delay: 1800ms;
            transition-delay: 1800ms; }
  .js-inview--async:nth-child(20) {
    -webkit-transition-delay: 1900ms;
            transition-delay: 1900ms; }
  .js-inview--async:nth-child(21) {
    -webkit-transition-delay: 2000ms;
            transition-delay: 2000ms; }
  .js-inview--async:nth-child(22) {
    -webkit-transition-delay: 2100ms;
            transition-delay: 2100ms; }
  .js-inview--async:nth-child(23) {
    -webkit-transition-delay: 2200ms;
            transition-delay: 2200ms; }
  .js-inview--async:nth-child(24) {
    -webkit-transition-delay: 2300ms;
            transition-delay: 2300ms; }
  .js-inview--async:nth-child(25) {
    -webkit-transition-delay: 2400ms;
            transition-delay: 2400ms; }
  .js-inview--async:nth-child(26) {
    -webkit-transition-delay: 2500ms;
            transition-delay: 2500ms; }
  .js-inview--async:nth-child(27) {
    -webkit-transition-delay: 2600ms;
            transition-delay: 2600ms; }
  .js-inview--async:nth-child(28) {
    -webkit-transition-delay: 2700ms;
            transition-delay: 2700ms; }
  .js-inview--async:nth-child(29) {
    -webkit-transition-delay: 2800ms;
            transition-delay: 2800ms; }
  .js-inview--async:nth-child(30) {
    -webkit-transition-delay: 2900ms;
            transition-delay: 2900ms; }
  .js-inview--async:nth-child(31) {
    -webkit-transition-delay: 3000ms;
            transition-delay: 3000ms; }
  .js-inview--async:nth-child(32) {
    -webkit-transition-delay: 3100ms;
            transition-delay: 3100ms; }
  .js-inview--async:nth-child(33) {
    -webkit-transition-delay: 3200ms;
            transition-delay: 3200ms; }
  .js-inview--async:nth-child(34) {
    -webkit-transition-delay: 3300ms;
            transition-delay: 3300ms; }
  .js-inview--async:nth-child(35) {
    -webkit-transition-delay: 3400ms;
            transition-delay: 3400ms; }
  .js-inview--async:nth-child(36) {
    -webkit-transition-delay: 3500ms;
            transition-delay: 3500ms; }
  .js-inview--async:nth-child(37) {
    -webkit-transition-delay: 3600ms;
            transition-delay: 3600ms; }
  .js-inview--async:nth-child(38) {
    -webkit-transition-delay: 3700ms;
            transition-delay: 3700ms; }
  .js-inview--async:nth-child(39) {
    -webkit-transition-delay: 3800ms;
            transition-delay: 3800ms; }
  .js-inview--async:nth-child(40) {
    -webkit-transition-delay: 3900ms;
            transition-delay: 3900ms; }
  .js-inview--up {
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px); }
  .js-inview--down {
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px); }
  .js-inview--left {
    -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
            transform: translateX(30px); }
  .js-inview--right {
    -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
            transform: translateX(-30px); }
  .js-inview--rest {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }

@-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: 991px) {
  .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: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  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; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.col, .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, .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.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col, .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.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col, .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.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col, .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.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

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

/*
 *  Remodal - v1.0.7
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.0.7
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

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

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

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

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

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

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }

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

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

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

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

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

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

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

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

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

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

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

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

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

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

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

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

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

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

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

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

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

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

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

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

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

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

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

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

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

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

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

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

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

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

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

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

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

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

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

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

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

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

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

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

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

/*# sourceMappingURL=maps/style.min.css.map */
