@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i');
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  box-sizing: border-box;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/**
 * 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */

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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: yellow;
  color: black;
}
/**
 * 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 {
  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.
 */

button,
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.
 */

button,
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"],
/* 1 */ 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"] {
  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.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */

}
/**
 * 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 silver;
  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;
}
/**
 * @license
 * MyFonts Webfont Build ID 3738395, 2019-03-25T09:45:21-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: TTNormsPro-Bold by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/bold/
 * 
 * Webfont: TTNormsPro-Regular by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-norms/regular/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3738395
 * Licensed pageviews: 20,000
 * Webfonts copyright: Copyright (c) 2016-2019 by TypeType. Designers Ivan Gladkikh, Pavel Emelyanov. Technical designers Vika Usmanova, Olexa Volochay, Nadyr Rakhimov. All rights reserved.
 * 
 * © 2019 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */

/*@import url("//hello.myfonts.net/count/390b1b");**/

@font-face {
  font-family: 'TTNormsPro-Bold';
  src: url('/Content/fonts/390B1B_0_0.eot');
  src: url('/Content/fonts/390B1B_0_0.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/390B1B_0_0.woff2') format('woff2'), url('/Content/fonts/390B1B_0_0.woff') format('woff'), url('/Content/fonts/390B1B_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'TTNormsPro-Regular';
  src: url('/Content/fonts/390B1B_1_0.eot');
  src: url('/Content/fonts/390B1B_1_0.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/390B1B_1_0.woff2') format('woff2'), url('/Content/fonts/390B1B_1_0.woff') format('woff'), url('/Content/fonts/390B1B_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'GT-Super-Display-Bold';
  src: url('/Content/fonts/GT-Super-Display-Bold.eot');
  src: url('/Content/fonts/GT-Super-Display-Bold.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/GT-Super-Display-Bold.woff2') format('woff2'), url('/Content/fonts/GT-Super-Display-Bold.woff') format('woff');
}
@font-face {
  font-family: 'GT-Super-Display-Light';
  src: url('/Content/fonts/GT-Super-Display-Light.eot');
  src: url('/Content/fonts/GT-Super-Display-Light.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/GT-Super-Display-Light.woff2') format('woff2'), url('/Content/fonts/GT-Super-Display-Light.woff') format('woff');
}
@font-face {
  font-family: 'GT-Walsheim-Pro-Ultra-Bold';
  src: url('/Content/fonts/GT-Walsheim-Pro-Ultra-Bold.eot');
  src: url('/Content/fonts/GT-Walsheim-Pro-Ultra-Bold.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/GT-Walsheim-Pro-Ultra-Bold.woff2') format('woff2'), url('/Content/fonts/GT-Walsheim-Pro-Ultra-Bold.woff') format('woff');
}
/* --- Responsive Breakpoints ---*/
/* --- Color Variables ---*/
/* - Dark blue used in titles  --*/
/* - Light blue grey used for main copy --*/
/* - Mission Dark Blue  --*/
/* - Mission green --*/
/* - Light Blue --*/
/* - Dark Grey Main navigation   --*/
/* - Pure White --*/
/* - light blue grey  --*/
/* - Yellow --*/
/* - Dark Blue  --*/
/* - light green  --*/
/* - lighter Blue  --*/
/* --- Color Variables and Mixins ---*/

.color1 {
  color: #1a233b;
}
.color2 {
  color: #6e7580;
}
.color3 {
  color: #17de8f;
}
.color4 {
  color: #9ea4ae;
}
.color5 {
  color: white;
}
.color6 {
  color: #404243;
}
.color8 {
  color: #1a233b;
}
.color9 {
  color: #373539;
}
.color10 {
  color: #454348;
}
.bg1 {
  background-color: #1a233b;
}
.bg2 {
  background-color: #6e7580;
}
.bg3 {
  background-color: #17de8f;
}
.bg4 {
  background-color: #9ea4ae;
}
.bg5 {
  background-color: white;
}
.bg6 {
  background-color: #404243;
}
.bg7 {
  background-color: #f2f5fb;
}
.bg8 {
  background-color: #1a233b;
}
.bg9 {
  background-color: #373539;
}
.bg10 {
  background-color: #454348;
}
.bg11 {
  background-color: #454348;
}
.bg12 {
  background-color: #d2dae4;
}
.bg13 {
  background-color: #e3e8ee;
}
.bg14 {
  background-color: #eaeef3;
}
.bg15 {
  background-color: #e6e6e6;
}
.bg16 {
  background-color: #dbe1e7;
}
sup {
  text-transform: lowercase !important;
  font-weight: bold !important;
}
p sup {
  font-size: 0.5em;
  top: -0.8em;
}
/* ==========================================================================
  Font families
   ========================================================================== */

.font-family {
  font-family: Arial, Helvetica, sans-serif;
}
.link-font-family {
  font-family: 'Playfair Display', serif;
  font-style: italic;
}
.custom-font-bold {
  font-family: GT-Super-Display-Bold;
}
.custom-font-light {
  font-family: GT-Super-Display-Light;
}
.custom-font-normal {
  font-family: TTNormsPro-Regular;
}
.custom-font-normal-bold {
  font-family: TTNormsPro-Bold;
}
.custom-font-ultra-bold {
  font-family: GT-Walsheim-Pro-Ultra-Bold;
}
/* ==========================================================================
  Font families
   ========================================================================== */

.component-padding {
  padding: 7rem 6rem;
}
@media only screen and (max-width: 768px) {
  .component-padding {
    padding: 7rem 3rem;
  }
}
/* ==========================================================================
  Font Sizes
 
    ========================================================================== */

.font-xlarge {
  font-size: 6.5rem;
  font-size: 65px \9;
}
.font-large {
  font-size: 4.8rem;
  font-size: 48px \9;
}
.font-medium {
  font-size: 3.6rem;
  font-size: 36px \9;
}
.font-standard-plus {
  font-size: 2.8rem;
  font-size: 60px \9;
  line-height: 1.1;
}
.font-standard-plus-minus {
  font-size: 2rem;
  font-size: 20px \9;
}
.font-standard {
  font-size: 1.7rem;
  font-size: 17px \9;
}
.font-base {
  font-size: 1.5rem;
  font-size: 17px \9;
}
.font-small {
  font-size: 1.3rem;
  font-size: 13px \9;
}
/* --- Spacing Mixins ---*/

.verticel-margin {
  margin-top: 1em;
  margin-bottom: 1em;
}
.zero {
  margin: 0;
  padding: 0;
}
/* --- Element Clearing Mixins ---*/

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix.clearfix:after {
  clear: both;
}
/* ==========================================================================
   Typography
   ========================================================================== */

h1,
h2,
h3,
h4 {
  color: #1a233b;
  margin: 0;
  padding: 0;
  font-family: GT-Super-Display-Bold;
  font-weight: normal;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h1 span,
h2 span,
h3 span,
h4 span {
  font-weight: normal;
}
h1 {
  font-size: 6.5rem;
  font-size: 65px \9;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin: 0rem auto 2rem auto;
}
@media only screen and (max-width: 700px) {
  h1 {
    font-size: 2.5rem;
  }
}
h1::before {
  content: "";
  border-top: 4px solid #17de8f;
  width: 45px;
  display: block;
  margin: 26px auto;
}
h2 {
  font-size: 4.8rem;
  font-size: 48px \9;
  margin: 0;
  padding: 0;
  font-weight: normal;
  margin: 0rem auto 2rem auto;
}
@media only screen and (max-width: 700px) {
  h2 {
    font-size: 2.5rem;
  }
}
h3 {
  font-size: 1.7rem;
  font-size: 17px \9;
  margin: 0;
  padding: 0;
  margin: 3rem auto 2rem auto;
  font-family: GT-Super-Display-Bold;
  color: #6e7580;
}
p {
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
  font-size: 17px \9;
  font-family: TTNormsPro-Regular;
  line-height: 1.3;
  margin: 2rem auto 2rem auto;
}
p:last-child {
  margin-bottom: 0;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ed53372e23fae6670c783d1fd0336b0c)
 * Config saved to config.json and https://gist.github.com/ed53372e23fae6670c783d1fd0336b0c
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 769px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1680px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.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: 0;
  padding-right: 0;
}
.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: 700px) {
  .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: 700px) {
  .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: 1680px) {
  .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: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;
}
.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;
}
.affix {
  position: fixed;
}
@charset 'UTF-8';
/* Slider */

/*.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}*/

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: 'left';
  color: black;
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: 'right';
  color: black;
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.slick-dots {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  content: ' ';
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-next::before,
.slick-prev::before {
  content: "";
  width: 40px;
  height: 40px;
  /*background: url('/Content/img/template/controls.png') no-repeat center;*/
  display: block;
}
.slick-next::before {
  background-position: -40px 0;
}
.slick-prev::before {
  background-position: 0px 0;
}
.slick-next,
.slick-prev {
  width: 40px;
  height: 40px;
  margin-top: -15px;
}
.slick-prev {
  left: -40px;
}
.slick-next {
  right: -30px;
}
.slider {
  width: 100%;
  margin: 0px auto;
}
.slider .slick-slide {
  margin: 0px 0px;
  width: 100%;
}
.slider .slick-slide img {
  width: 100%;
}
.slick-dots li {
  margin: 0 10px 0 0;
}
.slick-dots li button::before {
  color: #b2e7db;
}
.slick-dots li.slick-active button::before {
  color: green;
  border: 2px solid white;
  background: transparent;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  margin-top: -2px;
}
.slick-dots li button:before {
  background: white;
  border: 2px solid rgba(255, 255, 255, 0);
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*! lightgallery - v1.4.0 - 2017-06-04
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */

@font-face {
  font-family: 'lg';
  src: url("/Content/fonts/lg.eot?n1z373");
  src: url("/Content/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("/Content/fonts/lg.woff?n1z373") format("woff"), url("/Content/fonts/lg.ttf?n1z373") format("truetype"), url("/Content/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: white;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: white;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eeeeee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
  display: none;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid white;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: white;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
/*.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}*/

.lg-outer .lg-has-html5 .lg-video-play {
  /*background: transparent url("../img/video-play.png") no-repeat scroll 0 0;*/
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: white;
  color: white;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: white;
}
.lg-outer .lg-dropdown {
  background-color: white;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: white;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333333;
}
.lg-outer .lg-dropdown a {
  color: #333333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  /*background: url("../img/loading.gif") no-repeat scroll center center transparent;*/
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: black;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/*# sourceMappingURL=lightgallery.css.map */

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.bg-transition {
  transition: background-color 0.5s ease;
}
.transition {
  -webkit-transition: 1s;
  /* For Safari 3.1 to 6.0 */
  transition: 1s;
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 35px 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: black !important;
    /* Black prints faster:
                                     http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
  
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  /*
       * Printing Tables:
       * http://css-discuss.incutio.com/wiki/Printing_Tables
       */
  
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.horizontal-space {
  background: red;
  margin: 10px 0;
}
/* ==========================================================================
   iFrame styles
   ========================================================================== */

iframe {
  width: 100%;
  height: 100vh;
  border: none;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ticker.alt iframe {
  height: auto;
}
/* ==========================================================================
   Hero
   ========================================================================== */

.hero {
  overflow: hidden;
}
.hero img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .hero {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .hero .img-wrap {
    width: 180%;
    margin-left: -50%;
  }
}
.hero-mobile {
  position: relative;
  display: none;
}
.hero-mobile img {
  width: 100%;
}
.hero-mobile h1 {
  top: 50%;
  text-align: center;
  left: 50%;
  width: 100%;
  position: absolute;
  text-shadow: 0px 0px 10px black;
  transform: translate(-50%, -50%);
  z-index: 50;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 8rem;
  color: white;
}
@media only screen and (max-width: 1024px) {
  .hero-mobile {
    display: block;
  }
  .hero-mobile h1 {
    font-size: 5rem;
    z-index: auto;
  }
}
@media only screen and (max-width: 700px) {
  .hero-mobile h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .hero-mobile h1 {
    max-width: initial;
    width: 100%;
    padding: 20px 20px;
    position: relative;
    background-color: #1a233b;
    transform: translate(0%, 0%);
    text-shadow: 0px 0px 10px transparent;
    left: 0%;
    top: 0%;
    font-size: 2.5rem;
  }
}
/* ==========================================================================
   Hero
   ========================================================================== */

@keyframes appear {
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes circle1 {
  100% {
    left: -25vw;
    bottom: -25vw;
  }
}
@keyframes circle2 {
  100% {
    -webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);
    right: -25vw;
    top: -25vw;
  }
}
@keyframes glimmer {
  10% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes buttonin {
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.video-cta-hero {
  background: black;
  width: 100%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.video-cta-hero .spacer {
  width: 100%;
  visibility: hidden;
}
.video-cta-hero video {
  width: 100%;
  margin-top: -6%;
  margin-bottom: -6%;
  opacity: 1;
}
.video-cta-hero img {
  display: block;
}
.video-cta-hero .cta-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  animation: appear 0.7s normal forwards ease-in-out;
  animation-delay: 1s;
}
.video-cta-hero .cta-inner .message {
  text-align: center;
}
.video-cta-hero .cta-inner .message h1 {
  font-family: GT-Walsheim-Pro-Ultra-Bold;
  text-transform: uppercase;
  color: white;
  font-size: 9rem;
  font-size: 90px \9;
  line-height: 9rem;
}
.video-cta-hero .cta-inner .message h1:before {
  display: none;
}
.video-cta-hero .cta-inner .message p {
  color: white;
  max-width: 400px;
}
.video-cta-hero .cta-inner .button-cta {
  margin: 35px auto 0 auto;
  display: block;
  max-width: 300px;
  background: #17de8f;
  height: 75px;
  position: relative;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  animation: buttonin 0.8s normal forwards ease-in-out;
  animation-delay: 1.5s;
}
.video-cta-hero .cta-inner .button-cta > div {
  position: absolute;
  z-index: 1000;
  font-family: GT-Walsheim-Pro-Ultra-Bold;
  text-transform: uppercase;
  color: white;
  font-size: 1.8rem;
  padding: 26px 32px;
}
.video-cta-hero .cta-inner .button-cta:before {
  content: "";
  background: white;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 100%;
  animation: glimmer 6s normal infinite ease-in-out;
  animation-delay: 2s;
}
.video-cta-hero .cta-inner .button-cta:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: #0ebe78;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  z-index: 50;
}
.video-cta-hero .cta-inner .button-cta i {
  z-index: 70;
  top: 50%;
  height: 0px;
  width: 0px;
  position: absolute;
  right: 39px;
}
.video-cta-hero .cta-inner .button-cta i:after {
  width: 2px;
  height: 10px;
  background: white;
  position: absolute;
  left: -8px;
  top: -8px;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.video-cta-hero .cta-inner .button-cta i:before {
  width: 2px;
  height: 10px;
  background: white;
  position: absolute;
  left: -8px;
  top: -2px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.video-cta-hero .cta-inner .button-cta:hover:after {
  border-radius: 1000px;
  width: 1000px;
  height: 1000px;
  right: -100px;
}
@media only screen and (max-width: 1679px) {
  .video-cta-hero video {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .video-cta-hero .cta-inner .message h1 {
    font-size: 7rem;
    font-size: 70px \9;
    line-height: 7rem;
  }
}
@media only screen and (max-width: 768px) {
  .video-cta-hero video {
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .video-cta-hero .cta-inner {
    width: 100%;
  }
  .video-cta-hero .cta-inner .message h1 {
    font-size: 3rem;
    font-size: 30px \9;
    line-height: 3rem;
  }
  .video-cta-hero .cta-inner .message p {
    max-width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .video-cta-hero {
    min-height: 140vw;
  }
  .video-cta-hero video {
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .video-cta-hero .cta-inner > img {
    max-width: 80vw;
  }
  .video-cta-hero .cta-inner .button-cta {
    max-width: 220px;
    height: 50px;
  }
  .video-cta-hero .cta-inner .button-cta:after {
    right: 11px;
  }
  .video-cta-hero .cta-inner .button-cta > div {
    font-size: 1.2rem;
    padding: 18px 14px;
  }
  .video-cta-hero .cta-inner .button-cta i {
    right: 20px;
  }
}
/* ==========================================================================
   Video Hero
   ========================================================================== */

.video-hero {
  position: relative;
}
.video-hero .mute-wrap,
.video-hero .play-pause {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 50;
  text-align: center;
}
.video-hero .mute-wrap .fa,
.video-hero .play-pause .fa {
  font-size: 50px;
  padding: 9px 0 0 0px;
  border-radius: 33px;
  background-color: #1a233b;
  color: white;
  cursor: pointer;
  display: inline-block;
  width: 66px;
  height: 66px;
  border: 6px solid rgba(255, 255, 255, 0.7);
}
.video-hero .mute-wrap .fa.fa-volume-off,
.video-hero .play-pause .fa.fa-volume-off {
  padding-right: 5px;
}
.video-hero .mute-wrap .fa.fa-volume-on,
.video-hero .play-pause .fa.fa-volume-on {
  padding-right: 0px;
}
.video-hero .mute-wrap .fa.on,
.video-hero .play-pause .fa.on {
  background: url('/Content/img/template/muteOn.png') center no-repeat;
}
.video-hero .mute-wrap .fa.off,
.video-hero .play-pause .fa.off {
  background: url('/Content/img/template/muteOff.png') center no-repeat;
}
.video-hero .play-pause {
  right: 120px;
}
.video-hero .play-pause .fa {
  font-size: 30px;
  padding: 18px 0 0 0px;
}
.video-hero .play-pause .fa.on {
  background: url('/Content/img/template/playOn.png') center no-repeat;
}
.video-hero .play-pause .fa.off {
  background: url('/Content/img/template/playOff.png') center no-repeat;
}
.video-hero video {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .video-hero {
    display: none;
    visibility: hidden;
  }
  .video-hero video {
    display: none;
  }
}
.content-text-block {
  text-align: center;
}
.content-text-block.left {
  text-align: left;
}
/* ==========================================================================
   Content Block - Main content section on the site. Contains a title, paragraphe text and a link only.
   ========================================================================== */

.content-block {
  text-align: center;
  padding: 6rem 6rem 6.5rem 6rem;
}
.content-block .btn {
  margin-bottom: 0;
}
.content-block.main-body {
  text-align: left;
  padding-top: 0;
}
.content-block.main-body h3 {
  margin-top: 0;
}
.content-block.main-body p,
.content-block.main-body h1,
.content-block.main-body h2,
.content-block.main-body h3 {
  width: 100%;
}
.content-block.left {
  text-align: left;
}
.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4,
.content-block p {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.content-block a,
.content-block a:visited,
.content-block a:active {
  text-decoration: none;
  color: #1a233b;
  font-family: Playfair Display, serif;
  font-style: italic;
}
.content-block a:hover,
.content-block a:visited:hover,
.content-block a:active:hover {
  color: #6e7580;
}
.content-block ul li {
  display: block;
  list-style-type: disc;
}
.content-block.alt {
  background-color: #1a233b;
  padding: 7rem 7rem 9rem 7rem;
  background-image: url(/Content/img/template/circle-green.svg);
  background-repeat: no-repeat;
  background-position: right -150px bottom -150px;
  background-size: 57vh;
}
.content-block.alt h2 {
  padding-bottom: 1rem;
  line-height: 1;
  font-size: 3.6rem;
}
.content-block.alt h1,
.content-block.alt h2,
.content-block.alt h3,
.content-block.alt h4,
.content-block.alt p {
  color: white;
}
.content-block.alt a,
.content-block.alt a:visited,
.content-block.alt a:active {
  border-bottom: 1px solid white;
  color: white;
}
.content-block.alt a:hover,
.content-block.alt a:visited:hover,
.content-block.alt a:active:hover {
  border-bottom: 1px solid transparent;
}
.content-block p a {
  display: inline-block;
  /*padding-top: 10px;*/

  /* removed padding above as it was affecting governance page link */

}
.content-block a {
  font-size: 1.7rem;
  font-size: 17px \9;
}
.content-block h2 sup {
  top: -2.2em;
}
.content-block sup {
  top: -1em;
  font-size: 0.8rem;
  padding-right: 0px;
}
@media only screen and (max-width: 1024px) {
  .content-block h1,
  .content-block h2,
  .content-block h3,
  .content-block h4,
  .content-block p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .content-block h1,
  .content-block h2,
  .content-block h3,
  .content-block h4,
  .content-block p {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .content-block {
    padding: 5.5rem 3rem 5.5rem 3rem;
  }
}
@media only screen and (max-width: 700px) {
  .content-block {
    padding: 4rem 2rem 4rem 2rem;
  }
}
.square-block.statements {
  font-size: 150%;
}
.square-block.statements p {
  color: #6e7580;
  padding: 0 3em;
}
/* ==========================================================================
    Logo block
   ========================================================================== */

.logo-block {
  text-align: center;
  padding: 5.5rem 6rem 5.5rem 6rem;
}
.logo-block .row {
  max-width: 1200px;
  margin: 0 auto;
}
.logo-block .row .col-md-3 {
  width: 25%;
  float: left;
}
@media only screen and (max-width: 700px) {
  .logo-block .row .col-md-3 {
    width: 50%;
  }
}
.logo-block img {
  width: 100%;
  max-width: 200px;
}
@media only screen and (max-width: 768px) {
  .logo-block {
    padding: 5.5rem 3rem 5.5rem 3rem;
  }
}
@media only screen and (max-width: 700px) {
  .logo-block {
    padding: 4rem 2rem 4rem 2rem;
  }
}
/* ==========================================================================
   Two Content Block - Split Content on Investors Proposition page
   ========================================================================== */

.primary-wrap {
  background-color: #17de8f;
  overflow: hidden;
  color: #1a233b;
  padding: 2em 10em 2em 5em;
  background-image: url('/Content/img/template/shattered-circle.svg');
  background-position: bottom -150px right -30%;
  background-repeat: no-repeat;
  background-size: 53%;
}
@media only screen and (max-width: 1024px) {
  .primary-wrap {
    padding: 2em 5em 2em 5em;
  }
}
@media only screen and (max-width: 700px) {
  .primary-wrap {
    padding: 2em 2.5em 2em 2.5em;
    /*background-position:bottom -150px right -150px ;*/
  
  }
}
.secondary-wrap {
  background-color: #1a233b;
  overflow: hidden;
  color: white;
  padding: 2em 10em 2em 5em;
}
@media only screen and (max-width: 1024px) {
  .secondary-wrap {
    padding: 2em 5em 2em 5em;
  }
}
@media only screen and (max-width: 700px) {
  .secondary-wrap {
    padding: 2em 2.5em 2em 2.5em;
  }
}
/* ==========================================================================
   Two Content Block - Contains a Image on the left and copy on the right.
   ========================================================================== */

.two-column-block {
  background-color: #1a233b;
  overflow: hidden;
  position: relative;
}
.two-column-block h1,
.two-column-block h2,
.two-column-block h3,
.two-column-block h4,
.two-column-block p {
  color: white;
}
.two-column-block .image-wrap {
  width: 33.33333333%;
  background: none;
  float: right;
}
.two-column-block .image-wrap img {
  width: 100%;
}
.two-column-block ul li {
  color: white;
}
.two-column-block .text-wrap {
  padding: 5em 9em;
  width: 66.6666666%;
  text-align: center;
  float: left;
  top: 50%;
  float: none;
  position: absolute;
  transform: translateY(-50%);
}
.two-column-block .text-wrap a {
  display: inline-block;
  margin-top: 40px;
  color: white;
  font-family: Playfair Display, serif;
  font-style: italic;
  border-bottom: 1px solid white;
}
@media only screen and (max-width: 1024px) {
  .two-column-block {
    background-position: bottom -50% right -5%;
    background-size: auto;
  }
  .two-column-block .text-wrap {
    padding: 5rem 3rem 5rem 3rem;
    top: 0;
    transform: none;
    float: left;
    position: relative;
  }
  .two-column-block .text-wrap a {
    margin-top: 20px;
  }
  .two-column-block .image-wrap img {
    height: 400px;
    width: auto;
  }
}
@media only screen and (max-width: 700px) {
  .two-column-block {
    background-position: bottom -15% right -100px;
  }
  .two-column-block .image-wrap {
    width: 105%;
    position: relative;
    height: 45vh;
    overflow: hidden;
  }
  .two-column-block .image-wrap img {
    width: 100%;
    height: auto;
  }
  .two-column-block .text-wrap {
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding: 7rem 3rem 7rem 3rem;
  }
}
/* ==========================================================================
   Image Block 
   ========================================================================== */

.image-block {
  overflow: hidden;
}
.image-block img {
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .image-block .image-wrap {
    width: 200%;
    margin-left: -50%;
  }
  .image-block .image-wrap img {
    width: 100%;
  }
}
/* ==========================================================================
   Square  Grid
   ========================================================================== */

.square-block-mx {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 100%;
}
.square-block-mx .wrap {
  width: calc(100%);
  height: calc(100%);
  position: absolute;
}
.square-block-mx img {
  position: absolute;
  width: 100%;
}
/* ==========================================================================
   Acgencie Colour alternates
   ========================================================================== */

/*/
.tileBGColour1 {
    background:#eff2f6; p {.color2;}  
}
.tileBGColour2 {
    background:#eff2f6; 
     p {.color2;}
}
.tileBGColour3 {
    background:#e3e8ee;
     p {.color2;}
}
.tileBGColour4 {
    background:#eaeef3; 
     p {.color2;}
}
    */

/*
.alt-tiles {


    .row:nth-of-type(odd) .col-md-4:nth-of-type(even) .square-block {
        .tileBGColour1;
    }

    .row:nth-of-type(odd) .col-md-4:nth-of-type(odd) .square-block {
        .tileBGColour4;
    }

    .row:nth-of-type(even) .col-md-4:nth-of-type(odd) .square-block {
        .tileBGColour2;
    }

    .row:nth-of-type(even) .col-md-4:nth-of-type(even) .square-block {
        .tileBGColour3;
    }
}
    */

/* ==========================================================================
   Square Blocks
   ========================================================================== */

.square-block {
  overflow: hidden;
}
.square-block.empty {
  background-color: #eff1f4;
}
.image-hover-effect a {
  color: white;
  overflow: hidden;
  display: block;
}
.image-hover-effect a > img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cta-message,
.cta-click {
  position: absolute;
  bottom: 60px;
  left: 65px;
  font-family: Playfair Display, serif;
  font-style: italic;
  color: white;
  font-size: 1.7rem;
  font-size: 17px \9;
  border-bottom: none;
  text-decoration: none;
  border-bottom: 1px solid white;
  line-height: 1.8rem;
}
.cta-message a,
.cta-click a {
  color: white;
  /*border-bottom: 1px solid transparent !important;*/

}
.cta-message a:hover,
.cta-click a:hover {
  border-bottom: 1px solid transparent;
}
.square-content-mx {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: left;
  height: 100%;
  display: flex;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.square-content-mx .content {
  overflow: hidden;
}
.square-content-mx .content img {
  width: 100%;
  max-width: 375px;
}
.square-content-mx .content p {
  margin-top: 0;
}
.square-content-mx .cta-link {
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  margin: 0 auto;
  padding: 0 75px 0 65px;
  font-size: 2.8rem;
  font-size: 60px \9;
  line-height: 1.1;
  color: white;
  font-family: GT-Super-Display-Bold;
}
.square-content-mx .cta-link.alt {
  font-size: 1.7rem;
  font-size: 17px \9;
  text-align: left;
  font-family: TTNormsPro-Regular;
}
.square-content-mx .cta-link:hover {
  border: none;
}
.square-content-mx .cta-link span {
  display: block;
  border: none !important;
}
.square-content-mx .cta-link span.file-info {
  color: #1a233b;
  border: none !important;
  display: block;
  font-family: TTNormsPro-Regular;
}
.square-content-mx .cta-link strong {
  font-weight: normal;
}
@media only screen and (max-width: 1280px) {
  .square-content-mx .cta-link {
    top: 35px;
    left: 35px;
    padding: 0 70px 0 0;
    font-size: 2rem;
    font-size: 20px \9;
  }
  .square-content-mx .cta-message {
    left: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .square-content-mx .cta-message {
    bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .square-content-mx .cta-link {
    font-size: 1.7rem;
    font-size: 17px \9;
  }
}
@media only screen and (max-width: 700px) {
  .square-content-mx .cta-message {
    left: 40px;
  }
  .square-content-mx .cta-link {
    left: 40px;
    top: 40px;
    font-size: 2.8rem;
    font-size: 60px \9;
    line-height: 1.1;
  }
}
.dotted-border-hor {
  display: none;
}
.square-block {
  background: #e5e2ee;
  /*-- .tile-bg-colour-3 and .tile-bg-colour-4 legancy style not used--*/

  /*&.tile-bg-colour-1, &.tile-bg-colour-3 {
        background: #f3f1f8;
    }

    &.tile-bg-colour-2,

    &.tile-bg-colour-3 {
        background: #edeaf3;
    }

    &.tile-bg-colour-4 {
        background: #e5e2ee;
    }

    &.tile-bg-colour-5 {
        background: #592fb7;
    }*/

}
.square-block.tile-bg-colour-1 {
  background-color: #b7efde;
}
.square-block.tile-bg-colour-2 {
  background-color: #17de8f;
}
.square-block.tile-bg-colour-3 {
  background-color: #d2dae4;
}
.square-block.tile-bg-colour-4 {
  background-color: #ffed00;
}
.square-block.tile-bg-colour-5 {
  background-color: #dce5fb;
}
.square-block.tile-bg-colour-6 {
  background-color: #1a233b;
}
.square-block.tile-bg-colour-7 {
  background-color: #f2f5fb;
}
.square-block {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 100%;
  /*&.box {
        .bg8;

        &.alt {
            background: #edeaf3;
        }
    }*/

  /*@media @tablet {
        padding-bottom: 150%;

        .free-flow-content {
            border: solid 1px red;
            .text-wrapper {
                padding-top: 20px;
            }
        }
    }

    @media @mobile {
        padding-bottom: 100%;
    }*/

  /*@media @standard {
        padding-bottom: 130%;
    }

    

    @media @mobile {
        padding-bottom: 100%;
    }*/

  /*@media @standard {
        padding-bottom: 140%;

        .free-flow-content {
            padding: 1rem 1rem 0 1rem;
        }
    }*/

  /*--Alternate Colouring of title text--*/

  /*--Free flow content version features on agencies page--*/

}
.square-block .wrap {
  width: calc(100%);
  height: calc(100%);
  position: absolute;
}
.square-block img {
  position: absolute;
  width: 100%;
}
.square-block .cta-click {
  display: none;
}
@media only screen and (max-width: 1679px) {
  .square-block .free-flow-content .text-wrapper p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1280px) {
  .square-block .free-flow-content {
    padding: 3rem !important;
  }
  .square-block .free-flow-content .text-wrapper {
    padding: 3rem !important;
  }
  .square-block .free-flow-content .text-wrapper p {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1024px) {
  
}
.square-block.alt .square-content .cta-link {
  color: #1a233b;
}
.square-block.alt .square-content .cta-message {
  color: #1a233b;
  border-bottom: 1px solid #1a233b;
}
.square-block.bg12 .square-content .cta-link span {
  color: #1a233b;
}
.square-block a {
  cursor: pointer;
  color: #1a233b;
}
.square-block a .square-content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: left;
  height: 100%;
  display: flex;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.square-block a .square-content .content {
  overflow: hidden;
}
.square-block a .square-content .content img {
  width: 100%;
  max-width: 375px;
}
.square-block a .square-content .content p {
  margin-top: 0;
}
.square-block a .square-content .cta-link {
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  margin: 0 auto;
  padding: 0 75px 0 65px;
  font-size: 2.8rem;
  font-size: 60px \9;
  line-height: 1.1;
  color: white;
  font-family: GT-Super-Display-Bold;
}
.square-block a .square-content .cta-link.alt {
  font-size: 1.7rem;
  font-size: 17px \9;
  text-align: left;
  font-family: TTNormsPro-Regular;
}
.square-block a .square-content .cta-link:hover {
  border: none;
}
.square-block a .square-content .cta-link span {
  display: block;
  border: none !important;
}
.square-block a .square-content .cta-link span.file-info {
  color: #1a233b;
  border: none !important;
  display: block;
  font-family: TTNormsPro-Regular;
}
.square-block a .square-content .cta-link strong {
  font-weight: normal;
}
@media only screen and (max-width: 1280px) {
  .square-block a .square-content .cta-link {
    top: 35px;
    left: 35px;
    padding: 0 70px 0 0;
    font-size: 2rem;
    font-size: 20px \9;
  }
  .square-block a .square-content .cta-message {
    left: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .square-block a .square-content .cta-message {
    bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .square-block a .square-content .cta-link {
    font-size: 1.7rem;
    font-size: 17px \9;
  }
}
@media only screen and (max-width: 700px) {
  .square-block a .square-content .cta-message {
    left: 40px;
  }
  .square-block a .square-content .cta-link {
    left: 40px;
    top: 40px;
    font-size: 2.8rem;
    font-size: 60px \9;
    line-height: 1.1;
  }
}
.square-block a .square-content p {
  color: #6e7580;
  font-size: 2.8rem;
  font-size: 60px \9;
  line-height: 1.1;
}
.square-block a .square-content:hover .cta-message {
  border-bottom-color: transparent;
}
.square-block a .square-content:hover .cta-message span {
  border-bottom-color: transparent;
}
.square-block.alt .square-content .cta-link span {
  color: #1a233b;
}
.square-block.alt .square-content:hover .cta-link span {
  border-bottom: 1px solid #6e7580;
}
.square-block .free-flow-content {
  padding: 5rem 5rem 0 5rem;
  text-align: left;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .square-block .free-flow-content {
    padding: 2rem 5rem 0 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .square-block .free-flow-content {
    padding: 2rem 2.5rem 0 2.5rem;
  }
}
@media only screen and (max-width: 700px) {
  .square-block .free-flow-content {
    padding: 3rem 5rem 0 5rem;
  }
}
.square-block .free-flow-content .text-wrapper {
  vertical-align: bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5rem 5rem 5rem 5rem;
}
@media only screen and (max-width: 1024px) {
  .square-block .free-flow-content .text-wrapper {
    padding: 5rem 5rem 2.5rem 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .square-block .free-flow-content .text-wrapper {
    padding: 5rem 2.5rem 2.5rem 2.5rem;
  }
  .square-block .free-flow-content .text-wrapper p {
    font-size: 1.3rem;
    font-size: 13px \9;
  }
}
@media only screen and (max-width: 700px) {
  .square-block .free-flow-content .text-wrapper {
    padding: 3rem 5rem 5rem 5rem;
  }
  .square-block .free-flow-content .text-wrapper p {
    font-size: 1.7rem;
    font-size: 17px \9;
  }
}
.square-block .free-flow-content .cta-link span {
  display: inline-block;
  border-bottom: 1px solid white;
}
.col-md-8 .square-block .cta-link {
  width: 60%;
  margin: 0;
  padding: 0;
}
/*--IE styles as flexbox is not supported--*/

.lt-ie10 .square-block .square-content .content {
  width: 80%;
  margin: 50px auto 0 auto;
}
.share-price a .square-content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: left;
  height: 100%;
  display: flex;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ffed00;
  /*background-image: url('/Content/img/template/black-cicle.png');
            background-position: bottom 10% left -30%;
            background-repeat: no-repeat;
            background-size: 40%;*/

  /*.title {
            position: absolute;
            left: 0;
            right: 0;
            top: 80px;
            margin: 0 auto;
            font-size: 0.7em;
            text-transform: uppercase;
        }*/

}
.share-price a .square-content .content {
  overflow: hidden;
}
.share-price a .square-content .content img {
  width: 100%;
  max-width: 375px;
}
.share-price a .square-content .content p {
  margin-top: 0;
}
.share-price a .square-content .cta-link {
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  margin: 0 auto;
  padding: 0 75px 0 65px;
  font-size: 2.8rem;
  font-size: 60px \9;
  line-height: 1.1;
  color: white;
  font-family: GT-Super-Display-Bold;
}
.share-price a .square-content .cta-link.alt {
  font-size: 1.7rem;
  font-size: 17px \9;
  text-align: left;
  font-family: TTNormsPro-Regular;
}
.share-price a .square-content .cta-link:hover {
  border: none;
}
.share-price a .square-content .cta-link span {
  display: block;
  border: none !important;
}
.share-price a .square-content .cta-link span.file-info {
  color: #1a233b;
  border: none !important;
  display: block;
  font-family: TTNormsPro-Regular;
}
.share-price a .square-content .cta-link strong {
  font-weight: normal;
}
@media only screen and (max-width: 1280px) {
  .share-price a .square-content .cta-link {
    top: 35px;
    left: 35px;
    padding: 0 70px 0 0;
    font-size: 2rem;
    font-size: 20px \9;
  }
  .share-price a .square-content .cta-message {
    left: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .share-price a .square-content .cta-message {
    bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .share-price a .square-content .cta-link {
    font-size: 1.7rem;
    font-size: 17px \9;
  }
}
@media only screen and (max-width: 700px) {
  .share-price a .square-content .cta-message {
    left: 40px;
  }
  .share-price a .square-content .cta-link {
    left: 40px;
    top: 40px;
    font-size: 2.8rem;
    font-size: 60px \9;
    line-height: 1.1;
  }
}
.share-price a .square-content .content {
  width: 100%;
  display: block;
  text-align: center;
}
.share-price a .square-content .cta-message {
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
  color: #1a233b;
  border-bottom: 1px solid #1a233b;
}
.share-price a .square-content .lse {
  width: 100%;
  margin-top: 20px;
  display: block;
}
.share-price a .square-content .lse p {
  font-size: 110%;
  font-family: TTNormsPro-Regular;
  color: #1a233b;
  line-height: 90%;
}
.share-price a .square-content .cta-link {
  bottom: 80px;
  color: #1a233b;
}
.share-price a .square-content .cta-link.alt {
  text-align: center;
}
.share-price .square-content .content p {
  font-size: 80%;
  margin-bottom: 10px;
  color: #1a233b !important;
}
.share-price .square-content .content p.sp {
  display: block;
  font-size: 5.5em;
  font-weight: 500;
  padding: 0;
  margin-bottom: -18px;
  font-family: GT-Walsheim-Pro-Ultra-Bold;
}
.share-price .square-content .content p.sp span {
  font-family: TTNormsPro-Regular;
  font-size: 35%;
}
@media only screen and (max-width: 1679px) {
  .share-price p.sp {
    font-size: 280%;
    margin-bottom: 10px;
  }
  .share-price a .square-content .title {
    top: 40px;
  }
  .share-price .cta-message {
    bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .share-price .square-content .content p.sp {
    font-size: 4em;
  }
  .share-price .square-content .title {
    top: 40px;
  }
  .share-price .square-content p.sp {
    font-size: 300%;
  }
  .share-price .square-content .cta-message {
    bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .share-price .square-content p.sp {
    font-size: 200%;
  }
}
@media only screen and (max-width: 700px) {
  .share-price p span {
    display: block;
  }
  .share-price p.sp {
    font-size: 350%;
  }
  .share-price p.sp span {
    display: inline-block;
  }
  .share-price .cta-message {
    font-size: 1.7rem;
  }
}
.square-block.ticker.alt .square-content .cta-message a {
  color: white;
}
.square-block.ticker .square-content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: left;
  height: 100%;
  display: flex;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #eaeef3;
  color: white;
}
.square-block.ticker .square-content .content {
  overflow: hidden;
}
.square-block.ticker .square-content .content img {
  width: 100%;
  max-width: 375px;
}
.square-block.ticker .square-content .content p {
  margin-top: 0;
}
.square-block.ticker .square-content .cta-link {
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  margin: 0 auto;
  padding: 0 75px 0 65px;
  font-size: 2.8rem;
  font-size: 60px \9;
  line-height: 1.1;
  color: white;
  font-family: GT-Super-Display-Bold;
}
.square-block.ticker .square-content .cta-link.alt {
  font-size: 1.7rem;
  font-size: 17px \9;
  text-align: left;
  font-family: TTNormsPro-Regular;
}
.square-block.ticker .square-content .cta-link:hover {
  border: none;
}
.square-block.ticker .square-content .cta-link span {
  display: block;
  border: none !important;
}
.square-block.ticker .square-content .cta-link span.file-info {
  color: #1a233b;
  border: none !important;
  display: block;
  font-family: TTNormsPro-Regular;
}
.square-block.ticker .square-content .cta-link strong {
  font-weight: normal;
}
@media only screen and (max-width: 1280px) {
  .square-block.ticker .square-content .cta-link {
    top: 35px;
    left: 35px;
    padding: 0 70px 0 0;
    font-size: 2rem;
    font-size: 20px \9;
  }
  .square-block.ticker .square-content .cta-message {
    left: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .square-block.ticker .square-content .cta-message {
    bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .square-block.ticker .square-content .cta-link {
    font-size: 1.7rem;
    font-size: 17px \9;
  }
}
@media only screen and (max-width: 700px) {
  .square-block.ticker .square-content .cta-message {
    left: 40px;
  }
  .square-block.ticker .square-content .cta-link {
    left: 40px;
    top: 40px;
    font-size: 2.8rem;
    font-size: 60px \9;
    line-height: 1.1;
  }
}
.square-block.ticker .square-content .cta-message {
  left: 65px;
}
.square-block.ticker .square-content .cta-message:hover {
  border-bottom-color: transparent;
}
.square-block.ticker .square-content .content p {
  padding: 0 70px;
  text-align: left;
}
.square-block.ticker .square-content .content a:hover {
  border-bottom: none !important;
}
.square-block.ticker .square-content .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  margin: 0 auto;
  font-size: 0.7em;
  text-transform: uppercase;
}
.square-block.ticker .square-content .cta-link a {
  color: white;
  border-color: white;
}
.square-block.ticker .square-content .cta-link a:hover {
  border: none !important;
}
.square-block.ticker .square-content .cta-link span {
  color: #6e7580;
  border: none !important;
}
.square-block.ticker.alt .square-content {
  background-color: #1a233b;
}
.square-block.ticker.alt .square-content .cta-link span {
  color: white;
}
.square-block.ticker p {
  color: #6e7580;
}
.square-block.ticker p span {
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 1280px) {
  .square-block.ticker .square-content .cta-message {
    left: 40px;
    bottom: 40px;
  }
  .square-block.ticker .square-content .content {
    position: absolute;
    left: 40px;
    top: 75px;
  }
  .square-block.ticker .square-content .content p {
    padding: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .square-block.ticker .square-content .title {
    top: 40px;
  }
  .square-block.ticker .square-content .cta-link {
    bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .square-block.ticker .square-content .content {
    height: 115px;
    overflow: hidden;
  }
  .square-block.ticker .square-content .title {
    top: 40px;
  }
  .square-block.ticker .square-content .cta-link {
    bottom: 40px;
  }
  .square-block.ticker p span {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .square-block.ticker .square-content .content {
    height: 60px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 700px) {
  .square-block.ticker .square-content .content {
    height: auto;
  }
  .square-block.ticker .square-content p span {
    display: block;
  }
}
.info-block {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 100%;
  background-color: #1a233b;
  font-size: 220%;
  background-color: #454348;
}
.info-block .wrap {
  width: calc(100%);
  height: calc(100%);
  position: absolute;
}
.info-block img {
  position: absolute;
  width: 100%;
}
.info-block a {
  color: white;
  overflow: hidden;
  display: block;
}
.info-block a > img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.info-block .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  margin: 0 auto;
  font-size: 0.7em;
  text-transform: uppercase;
}
.info-block .square-content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: left;
  height: 100%;
  display: flex;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.info-block .square-content .content {
  overflow: hidden;
}
.info-block .square-content .content img {
  width: 100%;
  max-width: 375px;
}
.info-block .square-content .content p {
  margin-top: 0;
}
.info-block .square-content .cta-link {
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  margin: 0 auto;
  padding: 0 75px 0 65px;
  font-size: 2.8rem;
  font-size: 60px \9;
  line-height: 1.1;
  color: white;
  font-family: GT-Super-Display-Bold;
}
.info-block .square-content .cta-link.alt {
  font-size: 1.7rem;
  font-size: 17px \9;
  text-align: left;
  font-family: TTNormsPro-Regular;
}
.info-block .square-content .cta-link:hover {
  border: none;
}
.info-block .square-content .cta-link span {
  display: block;
  border: none !important;
}
.info-block .square-content .cta-link span.file-info {
  color: #1a233b;
  border: none !important;
  display: block;
  font-family: TTNormsPro-Regular;
}
.info-block .square-content .cta-link strong {
  font-weight: normal;
}
@media only screen and (max-width: 1280px) {
  .info-block .square-content .cta-link {
    top: 35px;
    left: 35px;
    padding: 0 70px 0 0;
    font-size: 2rem;
    font-size: 20px \9;
  }
  .info-block .square-content .cta-message {
    left: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .info-block .square-content .cta-message {
    bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .info-block .square-content .cta-link {
    font-size: 1.7rem;
    font-size: 17px \9;
  }
}
@media only screen and (max-width: 700px) {
  .info-block .square-content .cta-message {
    left: 40px;
  }
  .info-block .square-content .cta-link {
    left: 40px;
    top: 40px;
    font-size: 2.8rem;
    font-size: 60px \9;
    line-height: 1.1;
  }
}
.col-md-4:nth-of-type(2) .info-block {
  background: green;
  background-color: #373539;
}
*:focus {
  outline: none;
}
/* ==========================================================================
   Hero
   ========================================================================== */

#image-gallery {
  margin-top: 0;
  max-height: 615px;
}
#image-gallery img {
  width: 100%;
}
/*--Static hero--*/

.hero-static {
  overflow: hidden;
  width: 100%;
}
.hero-static img {
  width: 100%;
}
.hero-static .video-play {
  position: absolute;
  width: 100%;
  height: 620px;
}
.hero-static .video-play img {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -45px;
}
@media only screen and (max-width: 1679px) {
  .hero-static .video-play {
    height: auto;
  }
  .hero-static .video-play img {
    top: 17vw;
  }
}
@media only screen and (max-width: 700px) {
  .hero-static .hero-wrap {
    width: 200%;
    margin-left: -50%;
  }
  .hero-static .video-play {
    height: auto;
  }
  .hero-static .video-play img {
    left: 100%;
    top: 34vw;
  }
}
/*--Slider hero--*/

.hero {
  padding: 0;
  max-width: 1366px;
  margin: 0px auto;
  *zoom: 1;
}
.hero:before,
.hero:after {
  content: " ";
  display: table;
}
.hero.clearfix:after {
  clear: both;
}
.hero .hero-slide {
  padding: 0;
}
.hero .hero-slide li {
  position: relative;
  height: 100%;
}
.hero .hero-slide li a {
  font-family: Playfair Display, serif;
  font-style: italic;
  color: white;
  font-weight: 100;
  font-size: 2rem;
  line-height: 2rem;
  border-bottom: 1px solid white;
}
.hero .hero-slide li h1 {
  font-size: 3.2em;
  line-height: 1em;
  color: white;
}
.hero .hero-slide li p {
  font-size: 1.9rem;
}
.hero .hero-slide li .mobile-image {
  display: none;
}
.hero .hero-slide li .desktop-image {
  display: block;
}
.hero .hero-slide li.variant-3 .panel {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 3px;
}
.hero .hero-slide li.variant-3 .panel p {
  color: white;
  margin-top: -10px;
}
.hero .hero-slide li.variant-3 .panel h1 {
  font-size: 9rem;
}
.hero .hero-slide li.variant-2 .panel {
  position: absolute;
  left: 50%;
  top: 62%;
  transform: translateX(-50%);
  height: 38%;
}
.hero .hero-slide li.variant-2 .panel .inner p {
  font-size: 2rem;
  color: white;
  text-align: center;
}
.hero .hero-slide li.variant-2 .panel .inner p:first-of-type {
  margin-top: 0;
}
.hero .hero-slide li.variant-2 .panel .inner a {
  color: white;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.hero .hero-slide li.variant-1 .panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35%;
  min-height: 64%;
  overflow: hidden;
}
.hero .hero-slide li.variant-1 .panel:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: #592fb7;
  position: absolute;
  top: 0;
  left: 0;
}
.hero .hero-slide li.variant-1 .panel .inner {
  z-index: 10000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 60px 0 60px 65px;
}
.hero .hero-slide li.variant-1 .panel .inner h1 {
  color: white;
}
.hero .hero-slide li.variant-1 .panel .inner a {
  color: white;
  position: absolute;
  bottom: 70px;
}
.hero .hero-slide li.variant-1 .panel .inner p {
  color: white;
  width: 80%;
  margin-left: 0;
}
.hero img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .hero {
    overflow: visible;
  }
  .hero .hero-slide {
    max-height: 1000000px;
    overflow: visible;
  }
  .hero .hero-slide .panel .inner a {
    font-size: 1.6rem;
  }
  .hero .hero-slide li .mobile-image {
    display: block;
  }
  .hero .hero-slide li .desktop-image {
    display: none;
  }
  .hero .hero-slide li h1 {
    font-size: 3rem;
  }
  .hero .hero-slide li .slick-list {
    overflow: visible;
  }
  .hero .hero-slide li.variant-3 .panel {
    width: 70%;
  }
  .hero .hero-slide li.variant-3 .panel h1 {
    font-size: 4.5rem;
    margin-bottom: 2.8rem;
  }
  .hero .hero-slide li.variant-2 .panel {
    width: 100%;
    bottom: 5px;
    height: 45%;
    top: 55%;
  }
  .hero .hero-slide li.variant-2 .panel .inner a {
    bottom: auto;
    display: inline-block;
    position: relative;
  }
  .hero .hero-slide li.variant-1 .panel {
    width: 100%;
    position: absolute;
    padding: 40px 20px;
    min-height: 0;
  }
  .hero .hero-slide li.variant-1 .panel .inner {
    padding: 0;
    position: relative;
  }
  .hero .hero-slide li.variant-1 .panel .inner a {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
  }
}
@media only screen and (max-width: 768px) {
  .hero .hero-slide h1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 700px) {
  .hero .hero-slide li h1 {
    font-size: 2.5rem;
    padding: 0;
  }
  .hero .hero-slide li p {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 480px) {
  .hero .hero-slide li h1 {
    max-width: initial;
    width: 100%;
    position: relative;
    transform: translate(0%, 0%);
    left: 0%;
    top: 0%;
    font-size: 2.5rem;
  }
}
/* ==========================================================================
   Menu
   ========================================================================== */

.mobile-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  margin-left: -100%;
  z-index: 15;
  top: 0;
  left: 0;
  background: #1a233b;
  -webkit-transition: -webkit-transform 0.2s, visibility 0s 0.2s;
  transition: all 0.2s, visibility 0s 0.2s;
}
.mobile-overlay.onScreen {
  margin-left: 0%;
}
.mobile-overlay .mobile-menu {
  height: 60%;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-overlay .mobile-menu ul {
  display: inline-block;
  height: 100%;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.mobile-overlay .mobile-menu ul li {
  backface-visibility: hidden;
  display: block;
  height: calc(20%);
  min-height: 54px;
}
.mobile-overlay .mobile-menu ul li a {
  color: white;
  display: block;
  font-size: 3.6rem;
  font-size: 36px \9;
  font-size: 2.8em;
  font-weight: 300;
  transition: color 0.2s ease 0s;
}
@media only screen and (max-width: 768px) {
  .mobile-overlay {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .mobile-overlay .mobile-menu ul li a {
    font-size: 200%;
  }
}
/* ==========================================================================
   hamburger menu
   ========================================================================== */
.hamburger {
  vertical-align: middle;
  z-index: 20;
  display: none;
  padding: 15px 15px;
  position: absolute;
  top: 55px;
  right: 10px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .hamburger {
    display: inline-block;
    top: 65px;
  }
}
@media only screen and (max-width: 700px) {
  .hamburger {
    display: inline-block;
    top: 52px;
    right: 5px;
  }
}
.hamburger-box {
  width: 45px;
  height: 45px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  background: #1a233b;
}
.hamburger-inner {
  display: block;
  top: 50%;
  left: 10px;
  margin-top: -2px;
  width: 25px;
  height: 2px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
/*-- Hamburger Spin animations --*/

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 25px;
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active {
  position: fixed;
}
.hamburger--spin.is-active .hamburger-box {
  background-color: #17de8f;
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 25px;
  background-color: #1a233b;
}
.hamburger--spin.is-active .hamburger-inner::before,
.hamburger--spin.is-active .hamburger-inner::after {
  background-color: #1a233b;
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* ==========================================================================
   Table
   ========================================================================== */

@media only screen and (max-width: 1024px) {
  .table-wrap {
    overflow-x: scroll;
  }
  .table-wrap table {
    min-width: 800px;
    max-width: initial;
  }
}
.coloured-table-wrap {
  background-color: #dbe1e7;
}
.table-wrap {
  margin: 0 auto;
  max-width: 1366px;
}
.table-wrap a {
  color: #1a233b;
  border-bottom: 1px solid #1a233b;
}
.table-wrap a:hover {
  border-bottom: 1px solid transparent;
}
table {
  margin: 40px auto;
  width: 100%;
  max-width: 1250px;
}
table th {
  text-align: left;
  padding: 15px 20px;
  background-color: #1a233b;
  color: white;
  font-size: 1.7rem;
  font-size: 17px \9;
}
table tr {
  text-align: left;
  font-weight: 300;
}
table tr:nth-child(even) {
  background-color: #f2f5fb;
}
table tr:nth-child(odd) {
  background-color: #eaeef3;
}
table td {
  padding: 15px 20px;
  font-size: 1.7rem;
  font-size: 17px \9;
}
@media only screen and (max-width: 768px) {
  table {
    max-width: 90vw;
  }
  table tr th,
  table tr td {
    font-size: 1.5rem;
    font-size: 17px \9;
  }
}
@media only screen and (max-width: 700px) {
  table {
    margin: 10px 0px;
  }
}
/* ==========================================================================
   Iframe Wrap 
   ========================================================================== */

.content-withbg-wrap {
  padding: 0rem 6rem 4rem 6rem;
}
@media only screen and (max-width: 700px) {
  .content-withbg-wrap {
    padding: 4rem 1.5rem;
  }
}
.content-withbg-wrap .btn {
  margin-bottom: 0px;
}
/* ==========================================================================
   Article Page 
   ========================================================================== */

article {
  padding: 7rem 6rem;
  width: 80%;
  margin-right: 20%;
}
@media only screen and (max-width: 768px) {
  article {
    padding: 7rem 3rem;
  }
}
article h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
article h2 {
  margin-top: 0px;
  font-size: 1.7rem;
  font-size: 17px \9;
  text-transform: initial;
}
article a {
  color: #1a233b;
  padding-top: 2rem;
  border-bottom: 1px solid #1a233b;
}
article a:hover {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  article {
    width: 100%;
    margin-right: 0%;
  }
}
@media only screen and (max-width: 700px) {
  article {
    padding: 40px 20px;
  }
}
/* ==========================================================================
   googleMapCanvas 
   ========================================================================== */

.googleMapCanvas {
  height: 600px;
}
@media only screen and (max-width: 1024px) {
  .googleMapCanvas {
    width: 90% !important;
    margin: 0 auto;
    height: 300px;
  }
}
/* ==========================================================================
   Accordion 
   ========================================================================== */

.accordion p {
  margin: 0;
  padding: 0;
}
.accordion .question {
  position: relative;
  cursor: pointer;
  color: #1a233b;
  font-size: 2rem;
  font-size: 20px \9;
  padding: 0.9em 1.2em;
  border-top: 1px solid white;
  background-color: #f2f5fb;
}
.accordion .question.highlight {
  color: white;
  background-color: #1a233b;
}
.accordion .question .fa-chevron-down,
.accordion .question .fa-chevron-right {
  position: absolute;
  top: 25%;
  right: 35px;
  font-size: 2.8rem;
  font-size: 60px \9;
  line-height: 1.1;
}
.accordion .question sup {
  font-size: 0.3em;
  top: -1.8em;
}
@media only screen and (max-width: 700px) {
  .accordion .question {
    font-size: 1.7rem;
    font-size: 17px \9;
    font-size: 1.8rem \9;
    padding: 0.9em 3em 0.9em 1.2em;
  }
}
.accordion .answer {
  display: none;
  background-color: white;
  padding: 2em 6em 2em 6em;
}
.accordion .answer table {
  margin: 20px 0;
}
.accordion .answer p {
  padding: 0.7em 0;
}
@media only screen and (max-width: 1024px) {
  .accordion .answer {
    padding: 2em 4em 2em 4em;
  }
}
@media only screen and (max-width: 1024px) {
  .accordion .answer {
    padding: 2em 2em 2em 2em;
  }
}
/* ==========================================================================
   Tabs 
   ========================================================================== */

.tab-wrap {
  padding: 0 0 80px 0;
  margin: 0 auto;
  margin-top: -30px;
  max-width: 1250px;
  /*&.results-centre {
        .tab-content {
            .tab-pane {
                a {
                    .color2;
                    &:hover {
                        text-decoration: underline;
                    }
                }
            }
        }
    }*/

}
@media only screen and (max-width: 1280px) {
  .tab-wrap {
    max-width: 85vw;
  }
}
@media only screen and (max-width: 700px) {
  .tab-wrap {
    width: 100%;
    overflow-x: scroll;
    margin: 0 auto 50px auto;
    padding: 0;
  }
  .tab-wrap .nav-tabs {
    width: 800px;
  }
  .tab-wrap .tab-content {
    width: 800px;
    margin: 0;
  }
  .tab-wrap .tab-content table {
    max-width: none;
  }
}
.tab-wrap .nav-tabs {
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
.tab-wrap .nav-tabs li.nav {
  padding: 10px;
  list-style: none;
  float: left;
  margin-bottom: -1px;
  background-color: #1a233b;
  color: white;
  width: calc(12.5%);
  text-align: center;
}
.tab-wrap .nav-tabs li.nav a {
  color: white;
  width: 100%;
  display: block;
}
.tab-wrap .nav-tabs li.nav.active {
  background-color: #1a233b;
  color: white;
}
.tab-wrap .nav-tabs li.nav.active a {
  text-decoration: none;
  border: none;
}
.tab-wrap .nav-tabs li.nav > li {
  display: block;
  position: relative;
}
.tab-wrap .tab-content {
  overflow: hidden;
}
.tab-wrap .tab-content table {
  margin: 0 auto;
  width: 100%;
}
.tab-wrap .tab-content > .active {
  display: block;
}
.tab-wrap .tab-content > .active > .tab-pane {
  display: none;
}
.tab-wrap .tab-content > .tab-pane {
  display: none;
}
.tab-wrap .tab-content > .active {
  display: block;
}
.tab-wrap .tab-content .tab-pane a {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}
.tab-wrap .tab-content .tab-pane a:hover {
  text-decoration: underline;
}
.tab-wrap .tab-content .tab-pane a img {
  max-width: 32px;
}
.tab-wrap .tab-content .tab-pane a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.tab-wrap .tab-content .tab-pane.fade.in {
  opacity: 1;
}
.tab-wrap .tab-content .tab-pane.fade {
  opacity: 0;
  transition: opacity 0.15s linear 0s;
}
.left {
  text-align: left;
}
/* ==========================================================================
   Landing Pages 
   ========================================================================== */

.landing-page.mission-possible h2 {
  color: #783dbd;
}
.landing-page.mission-possible .desktop-only {
  display: block;
}
.landing-page.mission-possible .tablet-only {
  display: none;
}
.landing-page.mission-possible .mobile-only {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .landing-page.mission-possible .desktop-only {
    display: none;
  }
  .landing-page.mission-possible .tablet-only {
    display: block;
  }
  .landing-page.mission-possible .mobile-only {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .landing-page.mission-possible .desktop-only {
    display: none;
  }
  .landing-page.mission-possible .tablet-only {
    display: none;
  }
  .landing-page.mission-possible .mobile-only {
    display: block;
  }
}
.landing-page.mission-possible .hero-img {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.landing-page.mission-possible .hero-img .header {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -4rem;
}
.landing-page.mission-possible .hero-img .header h1 {
  text-align: center;
  font-size: 8rem;
  color: white;
}
.landing-page.mission-possible .hero-img img {
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .landing-page.mission-possible .hero-img .header {
    margin-top: -3vw;
  }
  .landing-page.mission-possible .hero-img .header h1 {
    font-size: 6vw;
  }
}
.landing-page.mission-possible img {
  width: 100%;
}
.landing-page.mission-possible header .logo {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.landing-page.mission-possible .two-column-block h4 {
  font-weight: bold;
  font-size: larger;
}
.landing-page.mission-possible .hero {
  height: 100px;
}
.landing-page.mission-possible .speech-mark {
  margin: 30px auto;
  width: auto;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .landing-page.mission-possible .speech-mark {
    display: block;
    width: auto;
    margin: 0 auto;
  }
}
.landing-page.mission-possible .dotted-border-hor {
  max-width: 1280px;
  margin: 0 auto;
}
.landing-page.mission-possible .two-column-block-with-responsive-images {
  background-color: #1a233b;
  margin: 0 auto;
  max-width: 1280px;
}
.landing-page.mission-possible .two-column-block-with-responsive-images h1,
.landing-page.mission-possible .two-column-block-with-responsive-images h2,
.landing-page.mission-possible .two-column-block-with-responsive-images h3,
.landing-page.mission-possible .two-column-block-with-responsive-images h4,
.landing-page.mission-possible .two-column-block-with-responsive-images p {
  color: white;
}
.landing-page.mission-possible .two-column-block-with-responsive-images .info {
  margin: 10px 0;
}
.landing-page.mission-possible .two-column-block-with-responsive-images p {
  font-size: 1.25em;
}
.landing-page.mission-possible .two-column-block-with-responsive-images a,
.landing-page.mission-possible .two-column-block-with-responsive-images a:visited,
.landing-page.mission-possible .two-column-block-with-responsive-images a:active {
  border-bottom: 1px solid white;
  color: white;
}
.landing-page.mission-possible .two-column-block-with-responsive-images a:hover,
.landing-page.mission-possible .two-column-block-with-responsive-images a:visited:hover,
.landing-page.mission-possible .two-column-block-with-responsive-images a:active:hover {
  border-bottom: 1px solid transparent;
}
.landing-page.mission-possible .two-column-block-with-responsive-images .text-wrap {
  padding: 10rem 10rem 0 10rem;
}
.landing-page.mission-possible .two-column-block-with-responsive-images .text-wrap img {
  width: auto;
  float: none;
}
@media only screen and (max-width: 1280px) {
  .landing-page.mission-possible .two-column-block-with-responsive-images .text-wrap {
    padding: 5rem;
  }
  .landing-page.mission-possible .two-column-block-with-responsive-images .col-md-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .landing-page.mission-possible .two-column-block-with-responsive-images .text-wrap {
    padding: 3.5rem;
  }
  .landing-page.mission-possible .two-column-block-with-responsive-images img {
    width: 50%;
    float: left;
  }
}
.landing-page.mission-possible .image-wrap {
  width: 100%;
}
.landing-page.mission-possible .image-wrap.no-padding {
  padding: 0;
}
.landing-page.mission-possible .text-wrap.left {
  margin-left: 0;
}
.landing-page.mission-possible .image-wrap.right {
  left: 50%;
}
.landing-page.mission-possible .content-block span {
  font-weight: bold;
  color: #783dbd;
}
@media (max-width: 700px) {
  .landing-page.mission-possible .image-wrap.right {
    left: 0;
  }
}
.square-block.blogpostpage,
.square-block.boardmemberpage {
  background-color: #f2f5fb;
}
.square-block.blogpostpage a,
.square-block.boardmemberpage a {
  display: block;
  border-bottom: none;
}
.square-block.blogpostpage a img,
.square-block.boardmemberpage a img {
  border: none;
  /*-moz-filter: drop-shadow(-8px 0px 15px #4c4c4e);
                -webkit-filter: drop-shadow(-8px 0px 15px #4c4c4e);
                filter: drop-shadow(-8px 0px 15px #4c4c4e);*/

}
.square-block.blogpostpage a .square-content .cta-link,
.square-block.boardmemberpage a .square-content .cta-link {
  color: #1a233b;
  text-align: left;
}
.square-block.blogpostpage a .square-content .cta-link .sub,
.square-block.boardmemberpage a .square-content .cta-link .sub {
  color: #1a233b;
  display: block;
  font-family: GT-Super-Display-Light;
}
.square-block.blogpostpage a .square-content .cta-message,
.square-block.boardmemberpage a .square-content .cta-message {
  color: #1a233b;
  border-bottom: 1px solid #1a233b;
  /*left: 65px;*/

}
.square-block.blogpostpage a .square-content .cta-message span,
.square-block.boardmemberpage a .square-content .cta-message span {
  color: #1a233b;
}
.square-block.blogpostpage a .square-content:hover .cta-message,
.square-block.boardmemberpage a .square-content:hover .cta-message {
  border-bottom: 1px solid transparent !important;
}
.square-block.blogpostpage a:hover .square-content .cta-message,
.square-block.boardmemberpage a:hover .square-content .cta-message {
  border-bottom-color: transparent;
}
.square-block.blogpostpage.alt a .square-content .cta-link,
.square-block.boardmemberpage.alt a .square-content .cta-link {
  color: white;
}
.square-block.blogpostpage.alt a .square-content .cta-link .sub,
.square-block.boardmemberpage.alt a .square-content .cta-link .sub {
  color: white;
}
.square-block.blogpostpage.alt a .square-content .cta-message,
.square-block.boardmemberpage.alt a .square-content .cta-message {
  color: white;
  border-bottom: 1px solid white;
}
.square-block.blogpostpage.alt a .square-content .cta-message span,
.square-block.boardmemberpage.alt a .square-content .cta-message span {
  color: white;
}
.square-block.blogpostpage.circle,
.square-block.boardmemberpage.circle {
  background: #f2f5fb;
}
.square-block.blogpostpage.circle a::before,
.square-block.boardmemberpage.circle a::before {
  content: "";
  border-radius: 50%;
  overflow: hidden;
  height: 90%;
  background: pink;
  width: 90%;
  margin: 5%;
  position: absolute;
}
.square-block.blogpostpage.circle a img,
.square-block.boardmemberpage.circle a img {
  /*z-index: 99;
                            -webkit-clip-path: circle(50% at 50% 50%);
                            clip-path: circle(50% at 50% 50%);
                            width: 90%;
                            margin: 5%;*/
  position: static;
}
.square-block.blogpostpage.circle.tile-bg-colour-1 a::before,
.square-block.boardmemberpage.circle.tile-bg-colour-1 a::before {
  background-color: #b7efde;
}
.square-block.blogpostpage.circle.tile-bg-colour-2 a::before,
.square-block.boardmemberpage.circle.tile-bg-colour-2 a::before {
  background-color: #17de8f;
}
.square-block.blogpostpage.circle.tile-bg-colour-3 a::before,
.square-block.boardmemberpage.circle.tile-bg-colour-3 a::before {
  background-color: #d2dae4;
}
.square-block.blogpostpage.circle.tile-bg-colour-4 a::before,
.square-block.boardmemberpage.circle.tile-bg-colour-4 a::before {
  background-color: #ffed00;
}
.square-block.blogpostpage.circle.tile-bg-colour-5 a::before,
.square-block.boardmemberpage.circle.tile-bg-colour-5 a::before {
  background-color: #dce5fb;
}
.square-block.blogpostpage.circle.tile-bg-colour-6 a::before,
.square-block.boardmemberpage.circle.tile-bg-colour-6 a::before {
  background-color: #1a233b;
}
.square-block.blogpostpage:not(.circle).tile-bg-colour-1,
.square-block.boardmemberpage:not(.circle).tile-bg-colour-1 {
  background-color: #b7efde;
}
.square-block.blogpostpage:not(.circle).tile-bg-colour-2,
.square-block.boardmemberpage:not(.circle).tile-bg-colour-2 {
  background-color: #17de8f;
}
.square-block.blogpostpage:not(.circle).tile-bg-colour-3,
.square-block.boardmemberpage:not(.circle).tile-bg-colour-3 {
  background-color: #d2dae4;
}
.square-block.blogpostpage:not(.circle).tile-bg-colour-4,
.square-block.boardmemberpage:not(.circle).tile-bg-colour-4 {
  background-color: #ffed00;
}
.square-block.blogpostpage:not(.circle).tile-bg-colour-5,
.square-block.boardmemberpage:not(.circle).tile-bg-colour-5 {
  background-color: #dce5fb;
}
.square-block.blogpostpage:not(.circle).tile-bg-colour-6,
.square-block.boardmemberpage:not(.circle).tile-bg-colour-6 {
  background-color: #1a233b;
}
.square-block.blogpostpage:not(.circle).accent a::before,
.square-block.boardmemberpage:not(.circle).accent a::before {
  content: "";
  height: 100%;
  width: 100%;
  background-size: cover;
  position: absolute;
}
.square-block.blogpostpage:not(.circle).accent.accent-1 a::before,
.square-block.boardmemberpage:not(.circle).accent.accent-1 a::before {
  background-image: url(/Content/img/template/accent-1.svg);
}
.square-block.blogpostpage:not(.circle).accent.accent-2 a::before,
.square-block.boardmemberpage:not(.circle).accent.accent-2 a::before {
  background-image: url(/Content/img/template/accent-2.svg);
}
.square-block.blogpostpage:not(.circle).accent.accent-3 a::before,
.square-block.boardmemberpage:not(.circle).accent.accent-3 a::before {
  background-image: url(/Content/img/template/accent-3.svg);
}
.square-block.blogpostpage:not(.circle).accent.accent-4 a::before,
.square-block.boardmemberpage:not(.circle).accent.accent-4 a::before {
  background-image: url(/Content/img/template/accent-4.svg);
}
.square-block.blogpostpage:not(.circle).accent.accent-5 a::before,
.square-block.boardmemberpage:not(.circle).accent.accent-5 a::before {
  background-image: url(/Content/img/template/accent-5.svg);
}
.square-block.blogpostpage:not(.circle).accent.accent-6 a::before,
.square-block.boardmemberpage:not(.circle).accent.accent-6 a::before {
  background-image: url(/Content/img/template/accent-6.svg);
}
@media only screen and (max-width: 1024px) {
  .square-block.blogpostpage a .square-content .cta-message,
  .square-block.boardmemberpage a .square-content .cta-message {
    left: 40px;
  }
}
.brighterir .content {
  left: 0;
  position: absolute;
  top: 140px;
  left: 65px;
  width: calc(100%-65px);
}
@media only screen and (max-width: 700px) {
  .brighterir .content {
    left: 40px;
  }
}
.square-block img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.square-block:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.page.agencies .content-block.alt {
  background-image: url(/Content/img/template/circle-green.svg), url(/Content/img/template/green-cross.svg);
  background-position: left -205px bottom -175px, right -95px top -40px;
  background-size: 380px, 250px;
}
.page.agencies .square-block {
  background-color: white !important;
  border: solid 1px #d2dae4;
  box-sizing: border-box;
  /*outline: 1px solid @elevenColour;*/

}
.page.agencies .square-block .free-flow-content {
  padding: 0 !important;
}
.page.agencies .square-block .free-flow-content img {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.page.agencies .square-block:hover .free-flow-content img {
  transform: translateX(-50%) translateY(-50%) scale(1.05);
}
@media only screen and (max-width: 1024px) {
  
}
.js .page.agencies .square-block {
  border-left: none;
}
.js .page.agencies .square-block.row-0 {
  border-top: solid 1px #d2dae4;
}
.js .page.agencies .square-block.column-0 {
  border-left: solid 1px #d2dae4;
}
@media only screen and (max-width: 700px) {
  .js .page.agencies .square-block {
    border-top: none;
    border-bottom: solid 1px #d2dae4;
    border-left: solid 1px #d2dae4;
  }
  .js .page.agencies .square-block.row-0 {
    border-top: none;
  }
  .js .page.agencies .square-block.row-0.column-0 {
    border-top: solid 1px #d2dae4;
  }
}
h1 span,
h2 span {
  font-family: GT-Super-Display-Light;
}
.fuse-strip {
  background: url('../img/template/fuse-bg.jpg');
  background-size: cover;
  background-color: #1a233b;
  color: white;
  padding: 8rem 0 10rem 0;
  text-align: center;
}
.fuse-strip .inner-content {
  padding-bottom: 20px;
}
.fuse-strip a,
.fuse-strip a:visited,
.fuse-strip a:active {
  display: inline-block;
  text-decoration: none;
  color: white !important;
  font-family: Playfair Display, serif;
  font-style: italic;
  border-color: white !important;
}
.fuse-strip a:hover,
.fuse-strip a:visited:hover,
.fuse-strip a:active:hover {
  color: white;
  border-color: transparent !important;
}
.fuse-strip img {
  max-width: 170px;
  margin-bottom: 40px;
}
.fuse-strip p {
  margin: 0;
  padding: 0;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 700px) {
  .fuse-strip p {
    margin: 0;
    padding: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page.homepage .column:nth-child(1) .square-block {
  transform: translateY(40px);
}
.page.homepage .column:nth-child(3) .square-block {
  transform: translateY(55px);
}
.page.theboardhubpage .column:nth-child(1) .blogpostpage {
  transform: translateY(40px);
}
.page.theboardhubpage .column:nth-child(3) .blogpostpage {
  transform: translateY(55px);
}
.page.homepage .column .square-block.blogpostpage,
.page.the-board .column .square-block.blogpostpage {
  margin-bottom: 100px;
}
@media only screen and (max-width: 700px) {
  .page.homepage .column:nth-child(1) .square-block,
  .page.the-board .column:nth-child(1) .square-block {
    transform: none !important;
  }
  .page.homepage .column:nth-child(3) .square-block,
  .page.the-board .column:nth-child(3) .square-block {
    transform: none !important;
  }
  .page.homepage .column .square-block.blogpostpage,
  .page.the-board .column .square-block.blogpostpage {
    transform: none !important;
  }
  .page.homepage .column .square-block.blogpostpage,
  .page.the-board .column .square-block.blogpostpage {
    margin-bottom: 0;
  }
}
.page.investment-proposition .square-block img {
  width: 14%;
}
.page.investment-proposition .square-block .free-flow-content .text-wrapper {
  color: #1a233b;
}
.page.investment-proposition .square-block.alt .free-flow-content .text-wrapper {
  color: white;
}
.main-body h1:before {
  margin: 0 0 20px 4px;
}
.main-body h2 {
  font-family: TTNormsPro-Bold;
}
.lg-video-cont {
  max-width: 90% !important;
  max-height: 90% !important;
}
#lg-counter {
  display: none;
}
.lg-actions {
  display: none;
}
#article-grid ul.news-insights-filter-links {
  width: 100%;
  margin: 20px auto;
  padding: 0;
  display: block;
  text-align: center;
}
#article-grid ul.news-insights-filter-links li {
  display: inline-block;
}
#article-grid ul.news-insights-filter-links li:before {
  content: "";
  border-left: solid 1px black;
  margin-left: 10px;
  margin-right: 10px;
}
#article-grid ul.news-insights-filter-links li a {
  text-decoration: none;
}
#article-grid ul.news-insights-filter-links li:not(.selected) a {
  border: none;
}
#article-grid ul.news-insights-filter-links li:first-of-type:before {
  border-left: none;
  margin: 0;
}
.loader {
  display: none;
}
#article-grid {
  opacity: 1;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.ajax-loading {
  cursor: progress;
}
.ajax-loading .loader {
  display: inline-block;
}
.ajax-loading #article-grid {
  opacity: 0;
}
.lds-ripple {
  z-index: 100000000000;
  margin-top: 50px;
  position: relative;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #17de8f;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.hero-carousel-alt {
  padding: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: grab;
  /*.horizontal-slide-cursor {
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
    }*/

  /*&:hover {


        .horizontal-slide-cursor {
          
            visibility: visible;
        }
    }*/

}
.hero-carousel-alt .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0 !important;
}
.hero-carousel-alt .slick-dots li {
  text-align: center;
  padding: 0;
  width: 30px;
  margin: 0;
}
.hero-carousel-alt .slick-dots li button {
  margin-top: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-color: black;
}
.hero-carousel-alt .slick-dots li button:before {
  border-color: #e5e2ee;
  background: transparent;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hero-carousel-alt .slick-dots li.slick-active button:before {
  background: #e5e2ee;
}
.hero-carousel-alt:hover .slick-dots {
  opacity: 1 !important;
}
.hero-carousel-alt .slick-slider {
  padding: 0;
  margin: 0;
}
.hero-carousel-alt img {
  width: 100%;
}
.hero-carousel-alt img.desktop-image {
  display: block;
}
.hero-carousel-alt img.mobile-image {
  display: none;
}
.hero-carousel-alt .slick-list {
  height: auto !important;
}
.hero-carousel-alt .cta-inner.invert .message h1,
.hero-carousel-alt .cta-inner.invert .message .inner p {
  color: #1a233b;
}
.hero-carousel-alt .cta-inner .button-cta {
  margin: 35px auto 0 auto;
  display: block;
  max-width: 300px;
  background: #17de8f;
  height: 75px;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.hero-carousel-alt .cta-inner .button-cta > div {
  position: absolute;
  z-index: 1000;
  font-family: GT-Walsheim-Pro-Ultra-Bold;
  text-transform: uppercase;
  color: white;
  font-size: 1.8rem;
  padding: 26px 32px;
}
.hero-carousel-alt .cta-inner .button-cta:before {
  content: "";
  background: white;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 100%;
  animation: glimmer 6s normal infinite ease-in-out;
  animation-delay: 2s;
}
.hero-carousel-alt .cta-inner .button-cta:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: #0ebe78;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  z-index: 50;
}
.hero-carousel-alt .cta-inner .button-cta i {
  z-index: 70;
  top: 50%;
  height: 0px;
  width: 0px;
  position: absolute;
  right: 39px;
}
.hero-carousel-alt .cta-inner .button-cta i:after {
  width: 2px;
  height: 10px;
  background: white;
  position: absolute;
  left: -8px;
  top: -8px;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hero-carousel-alt .cta-inner .button-cta i:before {
  width: 2px;
  height: 10px;
  background: white;
  position: absolute;
  left: -8px;
  top: -2px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hero-carousel-alt .cta-inner .button-cta:hover:after {
  border-radius: 1000px;
  width: 1000px;
  height: 1000px;
  right: -100px;
}
.hero-carousel-alt .cta-inner .button-cta.alt {
  background: #1a233b;
}
.hero-carousel-alt .cta-inner .button-cta.alt:after {
  background: #2c395b;
}
.hero-carousel-alt .cta-inner .button-cta.alt:before {
  background: #1a233b;
  background: linear-gradient(0deg, #1a233b 0%, rgba(104, 118, 156, 0.193714985994398) 46%, #1a233b 100%);
}
.hero-carousel-alt .message {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0 0 0 10vw;
  text-align: left;
  overflow: hidden;
}
.hero-carousel-alt .message .inner p {
  color: white;
  max-width: 400px;
  margin: 0;
}
.hero-carousel-alt .message .button-cta {
  margin: 40px 0 0 0;
}
.hero-carousel-alt .message h1 {
  font-family: GT-Walsheim-Pro-Ultra-Bold;
  text-transform: uppercase;
  color: white;
  font-size: 8rem;
  font-size: 80px \9;
  line-height: 8rem;
}
.hero-carousel-alt .message h1:before {
  display: none;
}
.hero-carousel-alt .message h1.small {
  font-size: 6rem;
  font-size: 60px \9;
  line-height: 6rem;
}
@media only screen and (max-width: 1024px) {
  .hero-carousel-alt {
    overflow: hidden;
  }
  .hero-carousel-alt:hover {
    cursor: pointer;
  }
  .hero-carousel-alt img {
    object-fit: contain;
  }
  .hero-carousel-alt img.desktop-image {
    display: none;
  }
  .hero-carousel-alt img.mobile-image {
    display: block;
  }
  .hero-carousel-alt .message {
    position: absolute;
    top: auto;
    bottom: 8vw;
    left: 0;
    transform: translate(0, 0);
    padding: 0 0 0 8vw;
    width: 84vw;
    text-align: left;
  }
  .hero-carousel-alt .cta-inner {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
  }
  .hero-carousel-alt .cta-inner > img {
    max-width: 80vw;
  }
  .hero-carousel-alt .cta-inner p {
    display: block;
    max-width: 100vw;
    padding-right: 8vw;
    font-size: 16px;
  }
  .hero-carousel-alt .cta-inner h1 {
    font-size: 9vw;
    line-height: 10vw;
  }
  .hero-carousel-alt .cta-inner h1.small {
    font-size: 6vw;
    line-height: 7vw;
  }
  .hero-carousel-alt .cta-inner .button-cta {
    max-width: 220px;
    height: 50px;
  }
  .hero-carousel-alt .cta-inner .button-cta:after {
    right: 11px;
  }
  .hero-carousel-alt .cta-inner .button-cta > div {
    font-size: 1.2rem;
    padding: 18px 14px;
  }
  .hero-carousel-alt .cta-inner .button-cta i {
    right: 20px;
  }
}
@keyframes slideArrowLeft {
  30% {
    right: -20px;
  }
  100% {
    right: 0;
  }
}
@keyframes slideArrowRight {
  30% {
    left: -20px;
  }
  100% {
    left: 0;
  }
}
/*.horizontal-slide-cursor {
    pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: @boxSize;
    height: @boxSize;
    z-index: 1000000;
    margin-left: -@boxSize/2;
    margin-top: -@boxSize/2;
    opacity: 0;
    visibility: hidden;



    &.moving {
        opacity: 1 !important;
    }

    div {
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        top: @boxSize/3;


        &:first-of-type {
            right: 0;
            border: solid #fff;
            border-width: 0 @arrowLength @arrowLength 0;
            display: inline-block;
            padding: @arrowLength;
            transform: rotate(-45deg);
        }

        &:last-of-type {
            left: 0;
            border: solid #fff;
            border-width: 0 @arrowLength @arrowLength 0;
            display: inline-block;
            padding: @arrowLength;
            transform: rotate(135deg);
        }
    }

    @media @tablet {
        display: none;
    }
}*/

.data-table tr.old-row {
  display: none;
}
.data-table tr.view-more-row {
  display: table-row;
}
.data-table tr.view-less-row {
  display: none;
}
.data-table.expanded tr.old-row {
  display: table-row;
}
.data-table.expanded tr.view-more-row {
  display: none;
}
.data-table.expanded tr.view-less-row {
  display: table-row;
}
@-webkit-keyframes cookieAcceptFlashFrames {
  0% {
    background-color: #1a233b;
  }
  50% {
    background-color: #454348;
  }
  100% {
    background-color: #1a233b;
  }
}
.cookieAcceptFlash {
  -webkit-animation-name: cookieAcceptFlashFrames;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 1);
  -webkit-animation-duration: 0.3s;
  -webkit-animation-delay: 2s;
}
#cookie-notification {
  background-color: #1a233b;
  border-top: 1px solid rgba(68, 68, 68, 0.95);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000000000;
  display: none;
  overflow: hidden;
  width: 100%;
  -webkit-animation-name: cookieAcceptFlashFrames;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 1);
  -webkit-animation-duration: 0.3s;
  -webkit-animation-delay: 2s;
}
#cookie-notification:before {
  position: relative;
}
#cookie-notification .wrap {
  padding: 0 20px;
  position: relative;
}
#cookie-notification .close {
  color: #17de8f;
  font-family: Playfair Display, serif;
  font-style: italic;
  color: white;
  font-size: 1.7rem;
  border-bottom: 1px solid white;
  line-height: 1.8rem;
  float: right;
  padding-top: 28px;
}
#cookie-notification .close:hover {
  border-bottom: none;
}
#cookie-notification p {
  padding: 10px 0 20px 0;
  width: 70%;
  float: left;
  margin-bottom: 0;
  color: white;
  font-size: 1.7rem;
  font-size: 17px \9;
  width: calc(100% - 150px);
}
#cookie-notification p a {
  color: #17de8f;
  text-decoration: underline;
}
#cookie-notification.visible {
  height: auto;
}
form#pplogin,
form#pplogout {
  margin: 0 auto;
  width: 500px;
  text-align: center;
}
form#pplogin button,
form#pplogout button {
  margin: 0;
}
form#pplogin a,
form#pplogout a {
  text-decoration: underline;
}
form#pplogin a:hover,
form#pplogout a:hover {
  text-decoration: none;
}
form#pplogin .field-validation-error,
form#pplogout .field-validation-error {
  font-size: 1.7rem;
  font-size: 17px \9;
  width: 100%;
  margin: 0 0 20px 0;
  display: inline-block;
  color: red;
}
form#pplogin input,
form#pplogout input {
  width: 390px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  form#pplogin,
  form#pplogout {
    width: 80%;
    max-width: 80%;
  }
  form#pplogin p,
  form#pplogout p {
    margin-bottom: 10px;
  }
  form#pplogin input,
  form#pplogout input {
    max-width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  form#pplogin .button,
  form#pplogout .button {
    margin-top: 20px;
  }
}
input[type=submit],
.button {
  border: none;
  padding: 15px 15px;
  background-color: #17de8f;
  color: #1a233b;
  font-weight: 800;
  text-transform: uppercase;
  width: auto;
}
input[type=submit]:hover,
.button:hover {
  background-color: #1a233b;
  color: white;
}
.input-validation-error {
  border: solid 2px red;
}
/* ==|== primary styles =====================================================
   Author:bigdog agency
   ========================================================================== */

html {
  font-size: 62.5%;
  /* 62.5% of 16px = 10px */

  /*  @media @tabletSmall {
        font-size: 55%;
    }

    @media @mobile {
        font-size: 50%;
    }
        @media @mobileSmall {
        font-size: 60%;
    }**/

}
body {
  font-size: 1.5rem;
  font-size: 17px \9;
  background-color: white;
  color: #6e7580;
  font-family: TTNormsPro-Regular;
}
.grid-section {
  padding: 0 25px;
}
@media only screen and (max-width: 700px) {
  .grid-section {
    padding: 0 20px;
  }
}
/* ==|== primary styles =====================================================
   Author:typekit load in. to reduce FOUT Flash Of Unformated Text
   ========================================================================== */

.wf-loading p,
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading label,
.wf-loading .main-menu,
.wf-loading .load-wait-loaded,
.wf-loading nav ul li a,
.wf-loading blockquote,
.wf-loading hr,
.wf-loading .question,
.wf-loading ul {
  opacity: 0 !important;
  transition: opacity ease-in-out 0.5s;
  -webkit-transition: opacity ease-in-out 0.5s;
}
.wf-inactive p,
.wf-inactive h1,
.wf-inactive h2,
.wf-inactive h3,
.wf-inactive h4,
.wf-inactive label .main-menu,
.wf-inactive header .wrap nav ul li a,
.wf-inactive blockquote,
.wf-inactive hr,
.wf-inactive ul {
  opacity: 1 !important;
  transition: opacity ease-in-out 0.5s;
  -webkit-transition: opacity ease-in-out 0.5s;
}
.wf-active p,
.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active label,
.wf-active .main-menu,
.wf-active header .wrap nav ul li a,
.wf-active blockquote,
.wf-active hr,
.wf-active ul {
  opacity: 1 !important;
  transition: opacity ease-in-out 0.5s;
  -webkit-transition: opacity ease-in-out 0.5s;
}
/* ==========================================================================
   Links and buttons
   ========================================================================== */

a {
  text-decoration: none;
  outline: none;
}
a.btn {
  color: white;
  background-color: #1a233b;
  color: white !important;
  border: none !important;
  padding: 10px 25px;
  display: inline-block;
  margin-bottom: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
a.btn:hover {
  color: #17de8f;
  border: none;
  background-color: #6e7580;
}
ul li {
  font-size: 1.7rem;
  font-size: 17px \9;
}
/* ==========================================================================
   404
   ========================================================================== */

.center {
  display: table-cell;
  margin: 2em auto;
  vertical-align: middle;
  background: pink;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
   Article Page 
   ========================================================================== */

.coloured-bg {
  background-color: #454348;
}
/* ==========================================================================
   Social share Icons
   ========================================================================== */

ul.social {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  margin: 30px 0 0px 0;
}
ul.social li {
  margin-right: 20px;
  list-style: none;
  float: left;
  font-size: 1.7rem;
  font-size: 17px \9;
}
ul.social li:first-child {
  margin: 5px 20px 0 0;
}
ul.social li a {
  border: none;
  font-size: 2.8rem;
  font-size: 60px \9;
  line-height: 1.1;
}
ul.social li a:hover {
  color: #6e7580;
}
/* ==========================================================================
   Browser Happy
   ========================================================================== */

.browsehappy {
  background-color: #1a233b;
  color: white;
  text-align: center;
  padding: 25px;
}
.browsehappy a {
  color: white;
  border-bottom: 1px solid white;
}
/* ==========================================================================
   Template Structure
   ========================================================================== */

.site-page-width {
  max-width: 1366px;
  margin: 0px auto;
  *zoom: 1;
}
.site-page-width:before,
.site-page-width:after {
  content: " ";
  display: table;
}
.site-page-width.clearfix:after {
  clear: both;
}
.page-wrapper {
  margin: 0 auto;
  max-width: 1366px;
}
.page-wrapper a {
  color: #1a233b;
  border-bottom: 1px solid #1a233b;
}
.page-wrapper a:hover {
  border-bottom: 1px solid transparent;
}
.content-wrapper {
  max-width: initial;
  width: 75%;
  padding: 30px 20px 50px 20px;
}
@media only screen and (max-width: 768px) {
  .content-wrapper {
    width: 85%;
  }
}
@media only screen and (max-width: 700px) {
  .content-wrapper {
    width: 100%;
  }
}
section {
  *zoom: 1;
  padding: 7rem 6rem;
}
section:before,
section:after {
  content: " ";
  display: table;
}
section.clearfix:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 7rem 3rem;
  }
}
.wrap {
  max-width: 1366px;
  margin: 0px auto;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: " ";
  display: table;
}
.wrap.clearfix:after {
  clear: both;
}
/* ==========================================================================
   Footer
   ========================================================================== */

footer {
  *zoom: 1;
  padding: 0px 25px 65px;
  margin-top: 70px;
  color: #9ea4ae;
}
footer:before,
footer:after {
  content: " ";
  display: table;
}
footer.clearfix:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  footer ul li:first-child {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  footer ul li:nth-child(2):before {
    content: "";
    margin: 0;
  }
}
footer span {
  float: left;
}
footer ul {
  font-size: 1.4rem;
  font-size: 14px \9;
  display: block;
  overflow: hidden;
  float: right;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 700px) {
  footer ul {
    padding: 0px 0;
  }
}
footer ul li {
  list-style: none;
  float: left;
  font-size: 1.4rem;
  font-size: 14px \9;
}
footer ul li:first-child:before {
  content: "";
  margin: 0;
}
footer ul li:before {
  content: "|";
  margin: 0 15px;
}
footer ul li a {
  color: #9ea4ae;
  border-bottom: 1px solid transparent;
}
footer ul li a:hover {
  border-bottom: 1px solid #9ea4ae;
}
footer .wrap {
  padding-top: 50px;
  border-top: 1px solid #e6e6e6;
}
@media only screen and (max-width: 1024px) {
  footer span {
    float: none;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  footer ul {
    float: none;
    text-align: center;
  }
  footer ul li {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 700px) {
  footer {
    padding: 30px 20px;
    text-align: center;
  }
  footer ul {
    display: inline-block;
  }
  footer ul li {
    display: block;
    float: none;
    margin: 10px 0;
  }
  footer ul li:before {
    content: "";
    margin: 0;
  }
}
/* ==========================================================================
   Header
   ========================================================================== */

.homepage header {
  border: none;
}
@keyframes logoframes {
  100% {
    background-position: 0 -4785px;
  }
}
header {
  *zoom: 1;
  height: 144px;
  border-bottom: 1px solid #eff1f4;
  padding: 0 25px;
  background-color: white;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header.clearfix:after {
  clear: both;
}
header .logo {
  background-image: url('/Content/img/template/misson-ani-spritesheet.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 137px 4785px;
  width: 137px;
  height: 55px;
  display: block;
  animation-timing-function: linear;
  animation: logoframes 4s steps(87, end);
  margin: 55px 0 0px 8px;
}
header .logo a {
  width: 137px;
  height: 55px;
  display: block;
  color: transparent;
}
header .logo img {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  header .logo {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 320px) {
  header .logo {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 700px) {
  header {
    padding: 0;
    height: auto;
  }
  header .logo {
    margin: 26px 0 32px 20px;
  }
}
/* ==========================================================================
   Navigation
   ========================================================================== */

nav {
  overflow: hidden;
  position: absolute;
  top: 80px;
  right: 8px;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  display: block;
  margin: 0px 0 0 40px;
  font-family: TTNormsPro-Regular;
}
nav ul li.selected a {
  color: #1a233b;
  border-bottom: 2px solid #1a233b;
}
nav ul li a {
  display: block;
  color: #404243;
  font-size: 1.7rem;
  font-size: 17px \9;
}
nav ul li a:hover {
  color: #17de8f;
  border-bottom: 2px solid #17de8f;
}
@media only screen and (max-width: 1024px) {
  nav ul li {
    margin: 0px 0 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  nav {
    display: none;
  }
}
.secondary-nav {
  position: absolute;
  top: 40px;
  right: 8px;
}
.secondary-nav ul {
  margin: 0;
  padding: 0;
}
.secondary-nav ul li {
  list-style: none;
  margin: 0px 0 0 20px;
  float: left;
  font-size: 1.5rem;
  font-size: 17px \9;
  color: #9ea4ae;
  line-height: 1;
}
.secondary-nav ul li a {
  color: #9ea4ae;
}
.secondary-nav ul li a .fa {
  margin-top: -2px;
}
.secondary-nav ul li a:hover {
  color: #1a233b;
}
.secondary-nav ul li.social {
  margin: 0px 0 0 20px;
}
.secondary-nav ul li .fa-envelope {
  padding: 0 8px;
}
@media only screen and (max-width: 700px) {
  .secondary-nav {
    position: relative;
    background-color: #f2f5fb;
    color: #7a8ba6;
    top: auto;
    right: auto;
    overflow: hidden;
    padding: 12px 0;
    text-align: center;
  }
  .secondary-nav ul {
    display: inline-block;
  }
  .secondary-nav ul li {
    margin: 0px 5px;
  }
  .secondary-nav ul li a span {
    display: none;
  }
}
/* ==========================================================================
  Sub navigation
   ========================================================================== */

.subnav {
  text-align: center;
  *zoom: 1;
  background-color: #f2f5fb;
  padding: 32px 0;
  /*
        
           ul {        border-bottom: 1px dotted @sevenColour;  display:block; .clearfix;
        .zero;
    }

    li {
        float: left;

        height: 100%;
        text-align: center;
        display: table;

        position: relative;
                  border-left: 1px dotted @sevenColour;
            border-top: 1px dotted @sevenColour;

        &:before, &:nth-child(6):after, &:nth-child(7):after, &:nth-child(8):after {
            width: 10px;
            height: 10px;
            position: absolute;
            top: -5px;
            left: -5px;
            background: @sevenColour;
            z-index: 10;
            content: "";
            border-radius: 5px;
        }

        &:nth-child(6):after, &:nth-child(7):after, &:nth-child(8):after {
            top: auto;
            bottom: -5px;
        }

        &:first-child, &:nth-child(5) {
            &:before {
                display: none;
            }
        }

        &:first-child, &:nth-child(5) {
            border-left: 0;
        }
    }



    a {
        height: 279px;
        width: 100%;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        height: 100px;

    }    
         ul {
        .zero;
        display: inline-block;  border-bottom: 1px dotted @sevenColour;   display:table;

        li {
            list-style: none;
            .zero;
            float: left;
            margin: 0; 
            width: 25%; 
            line-height: 150%;
  
            position:relative; 
        display:table-row;



            &:before, &:nth-child(6):after,  &:nth-child(7):after, &:nth-child(8):after { width:10px; height:10px; position:absolute; top:-5px; left:-5px; background:@sevenColour; z-index:10;  content:""; border-radius:5px; }
           
              &:nth-child(6):after,  &:nth-child(7):after, &:nth-child(8):after { top:auto; bottom:-5px; }
            
            &:first-child, &:nth-child(5) {
                 &:before { display:none; }
            }

            &:first-child, &:nth-child(5) {
                border-left: 0;
            }


            &.selected {
                a {
                    .color1;
                }
            }

            a {
                .color6;  
display:table-cell;  height:100px;   
    vertical-align:middle; 
                text-transform: uppercase; 
                .font-standard;
                padding:0px 50px;
                display: block;


                &:hover {
                    .color1;
                }
            }
        }
    }

    @media @large {
        ul {
            width: 100%;
        }
    }

    @media @tabletSmall {
        padding: 12px 20px;

        .wrap {
            width: auto;
        }

        ul {

            li {
                margin: 5px 20px 5px 0;
            }
        }
    }

    @media @mobile {
        padding: 12px 20px;
        text-align: left;
        overflow-x: scroll;

        .wrap {
            width: auto;
        }

        ul {
            width: 650px;

            li {
                margin: 5px 20px 5px 0;
            }
        }
    }*/

}
.subnav:before,
.subnav:after {
  content: " ";
  display: table;
}
.subnav.clearfix:after {
  clear: both;
}
.subnav ul {
  margin: 0;
  padding: 0;
  display: block;
  margin: 0 auto;
  *zoom: 1;
  overflow: hidden;
  padding: 0 0 15px 0;
}
.subnav ul:before,
.subnav ul:after {
  content: " ";
  display: table;
}
.subnav ul.clearfix:after {
  clear: both;
}
.subnav ul:last-of-type {
  padding-bottom: 0;
}
.subnav li {
  display: inline-block;
  margin: 0;
  list-style: none;
  text-align: center;
  padding: 0;
}
.subnav li:before {
  content: "|";
  display: inline;
}
.subnav li:first-of-type:before {
  display: none;
}
.subnav li.selected a {
  border-bottom: 1px solid #6e7580;
}
.subnav li sup {
  margin-right: 2px;
  font-size: 0.5em;
  top: -0.8em;
}
.subnav a {
  text-align: center;
  color: #6e7580;
  font-size: 1.7rem;
  font-size: 17px \9;
  border-bottom: 1px solid transparent;
  margin: 0 10px;
  line-height: 2.2;
}
.subnav a:hover {
  border-bottom: 1px solid #6e7580;
}
@media only screen and (max-width: 1024px) {
  .subnav ul {
    width: 95vw;
  }
}
@media only screen and (max-width: 768px) {
  .subnav {
    padding: 0px 20px;
    text-align: left;
    overflow-x: scroll;
    font-size: 120%;
  }
  .subnav ul {
    width: 1090px;
  }
  .subnav ul li {
    margin: 5px 20px 5px 0;
  }
}
@media only screen and (max-width: 700px) {
  .subnav ul {
    width: 1600px;
  }
}
/* ==========================================================================
  Form
   ==========================================================================*/

.removeBoxShadow {
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: none;
}
input,
textarea {
  width: 100%;
  padding: 15px 15px;
  border: 2px solid #798599;
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  border-radius: 3px;
}
select {
  border-radius: 3px;
}
input[type=submit] {
  border: none;
  padding: 15px 15px;
  background-color: #6e7580;
  width: auto;
}
input[type=submit]:hover {
  background-color: #1a233b;
  color: white;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background: white url("/Content/img/template/select-arrow.png") no-repeat scroll right center;
  font-weight: normal;
  overflow-x: hidden;
  height: 45px;
  border: 2px solid #798599;
  display: inline-block;
  margin-top: 10px;
  padding: 8px 60px 8px 13px;
  position: relative;
  vertical-align: middle;
  font-size: 1.7rem;
  font-size: 17px \9;
}
select option {
  background-color: white !important;
  color: #9ea4ae;
}
select::-ms-expand {
  display: none;
}
/* ==========================================================================
   Responsive Grid
   ========================================================================== */

.section-group {
  clear: both;
  padding: 0px;
  margin: 0px;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

}
.section-group:before,
.section-group:after {
  content: "";
  display: table;
}
.section-group:after {
  clear: both;
}
/*  GRID COLUMN SETUP   ==================================================================== */

.grid-section > div {
  margin: 0 auto;
  max-width: 1366px;
  /*a {
        border: none;
    }*/

}
.grid-section > div a {
  color: #1a233b;
  border-bottom: 1px solid #1a233b;
}
.grid-section > div a:hover {
  border-bottom: 1px solid transparent;
}
.grid-section > div.full-width {
  max-width: none;
}
.grid-section > div.coloured-bg {
  background-color: #454348;
}
.grid-section > div.page-wrapper.coloured-bg {
  max-width: none;
}
.grid-section > div.page-wrapper.coloured-bg .container-fluid {
  max-width: 1680px;
}
#background {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 700px) {
  #background {
    display: none;
  }
}
#background .circle {
  border-radius: 50vw;
  display: block;
  width: 50vw;
  height: 50vw;
  position: absolute;
  background: #f1f1f1;
}
#background .circle:nth-of-type(1) {
  left: -35vw;
  top: 0;
}
#background .circle:nth-of-type(2) {
  right: -15vw;
  top: 400px;
}
#background .circle:nth-of-type(3) {
  left: -35vw;
  top: 1300px;
}
#background .circle:nth-of-type(4) {
  right: -15vw;
  top: 1700px;
}
#foreground {
  position: relative;
  z-index: 100;
}
