@charset "UTF-8";
/* Partials
================================================ */
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,400i,700i");
* {
  box-sizing: border-box; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* Font stacks
================================================ */
/* Base Typography
================================================ */
body {
  font-family: "Futura", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Headings
================================================ */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

.heading {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #FFC557;
  color: #00205C;
  height: 32px;
  padding: 0 17px;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500; }

/* Paragraphs
================================================ */
p {
  margin: 0;
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/* Links
================================================ */
a, a:visited {
  color: #FFC557;
  text-decoration: none;
  /* on hover */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #ffb529;
    text-decoration: none; }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
  a.small, a:visited.small {
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 500;
    color: #00205C !important; }

/* Font Face Imports
================================================ */
@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaBT-Book.eot");
  src: url("../fonts/FuturaBT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-Book.woff") format("woff"), url("../fonts/FuturaBT-Book.ttf") format("truetype"), url("../fonts/FuturaBT-Book.svg#FuturaBT-Book") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaBT-Light.eot");
  src: url("../fonts/FuturaBT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-Light.woff") format("woff"), url("../fonts/FuturaBT-Light.ttf") format("truetype"), url("../fonts/FuturaBT-Light.svg#FuturaBT-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaBT-LightItalic.eot");
  src: url("../fonts/FuturaBT-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-LightItalic.woff") format("woff"), url("../fonts/FuturaBT-LightItalic.ttf") format("truetype"), url("../fonts/FuturaBT-LightItalic.svg#FuturaBT-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaBT-Medium.eot");
  src: url("../fonts/FuturaBT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-Medium.woff") format("woff"), url("../fonts/FuturaBT-Medium.ttf") format("truetype"), url("../fonts/FuturaBT-Medium.svg#FuturaBT-Medium") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaBT-Heavy.eot");
  src: url("../fonts/FuturaBT-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-Heavy.woff") format("woff"), url("../fonts/FuturaBT-Heavy.ttf") format("truetype"), url("../fonts/FuturaBT-Heavy.svg#FuturaBT-Heavy") format("svg");
  font-weight: bold;
  font-style: normal; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/* Third Party Payload
================================================ */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=aab9f32768c28aa534c4)
 * Config saved to config.json and https://gist.github.com/aab9f32768c28aa534c4
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

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

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

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-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; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Keyframes
   ========================================================================== */

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

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

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

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

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

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

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

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

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

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

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

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

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

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

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

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

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

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

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

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

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

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

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

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

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

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

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

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

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

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

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

.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

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

.rollIn {
  animation-name: rollIn; }

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

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

/* Components Payload
================================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #00205C;
  transition: all .5s ease; }
  .header + div {
    margin-top: 109px; }
  .header__wrap {
    height: 65px;
    position: relative;
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #194F90; }
  .header__logo {
    position: relative;
    z-index: 2;
    margin-right: auto; }
    .header__logo img {
      display: block;
      width: 48px;
      height: 48px;
      transition: all 0.5s ease;
      will-change: transform; }
  .header__menu {
    display: none; }
  .header--navopen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5; }

@media only screen and (min-width: 768px) {
  .header__menu-toggle {
    -ms-flex-order: 1;
    order: 1; }
  .header__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 20px; }
    .header__menu li a {
      color: white;
      display: block;
      height: 80px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .header__menu li a.fa {
        font-size: 1.25em; }
    .header__menu li:not(:last-of-type) {
      margin-right: 15px; } }

@media only screen and (min-width: 992px) {
  .header + div {
    margin-top: 124px; }
  .header__wrap {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header__logo {
    width: 62px;
    height: 62px;
    margin-right: 0; }
    .header__logo img {
      position: absolute;
      top: 15px;
      left: 0;
      width: 105px;
      height: 105px;
      transition: all 0.5s ease;
      will-change: transform; }
  .header__wrap {
    -ms-flex-align: initial;
    align-items: initial;
    position: relative;
    height: auto; }
  .header__menu-toggle {
    display: none; }
  .header__menu {
    margin-right: 0; }
  .header--shrink .header__logo img {
    width: 62px;
    height: 62px;
    top: 10px; } }

@media only screen and (min-width: 1200px) {
  .header__wrap {
    padding: 0 30px 0 40px; } }

.nav {
  -ms-flex: 1;
  flex: 1;
  padding: 20px 30px 35px; }
  .nav > li > a {
    font-size: 0.81em;
    color: #00205C;
    text-transform: uppercase;
    display: block;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-weight: 500;
    letter-spacing: .2em; }
  .nav > li:hover .mega-menu {
    visibility: visible; }

@media only screen and (max-width: 991px) {
  .navigation {
    position: fixed;
    top: 109px;
    left: 0;
    width: 100%;
    height: calc(100% - 109px);
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    background: white;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all .5s ease; }
    .navigation.open {
      opacity: 1;
      visibility: visible; }
    .navigation .bottom {
      margin-top: auto;
      background: #00205C;
      padding: 15px 30px 25px; }
      .navigation .bottom ul li a {
        display: block;
        padding: 10px 25px;
        color: #b3bcce; }
  .nav > li {
    border-bottom: 1px solid #e2e3e5; }
    .nav > li > a {
      padding: 20px 15px 20px 25px; }
    .nav > li.has-children > a {
      display: -ms-flexbox;
      display: flex;
      pointer-events: none; }
      .nav > li.has-children > a.active {
        pointer-events: auto; }
      .nav > li.has-children > a:after {
        margin-left: auto;
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 1.5em; } }

@media only screen and (min-width: 992px) {
  .navigation .bottom {
    display: none; }
  .nav {
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    .nav > li > a {
      color: white;
      padding: 35px 10px 25px; }
    .nav > li.has-children {
      position: relative; }
      .nav > li.has-children > a:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 11.5px 13px 11.5px;
        border-color: transparent transparent white transparent;
        position: absolute;
        bottom: 9px;
        left: calc(50% - 11px);
        opacity: 0; }
      .nav > li.has-children:hover > a:after {
        opacity: 1; } }

@media only screen and (min-width: 1200px) {
  .nav > li > a {
    padding: 35px 20px 25px; } }

.crests {
  display: none; }

@media only screen and (min-width: 768px) {
  .crests {
    display: block;
    background: #00205C;
    padding: 18px 0; }
    .crests__list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center; }
      .crests__list li:not(:last-child) {
        margin-right: 5px; }
      .crests__list img {
        max-height: 43px; } }

.newsletter-strip {
  background: #FFC557;
  position: relative; }
  .newsletter-strip__inner {
    background: #FFC557;
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #000 !important;
    cursor: pointer; }
  .newsletter-strip__icon {
    border: 3px solid #00205C;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 46px;
    height: 46px; }
  .newsletter-strip__text {
    margin-left: 20px; }
    .newsletter-strip__text h4 {
      font-size: 1.43em;
      font-weight: bold; }
    .newsletter-strip__text p {
      font-size: .68em;
      letter-spacing: .2em;
      font-weight: 500;
      text-transform: uppercase; }

@media only screen and (min-width: 992px) {
  .newsletter-strip {
    background: none; }
    .newsletter-strip__inner {
      margin: -50px 0;
      position: relative;
      z-index: 2; } }

.footer {
  background: #00205C;
  padding: 50px 0; }
  .footer__details {
    margin-bottom: 20px;
    text-align: center; }
    .footer__details img {
      margin: 0 auto 40px; }
  .footer__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer__social li a {
      font-size: 1.5em;
      color: white !important; }
    .footer__social li:not(:last-of-type) {
      margin-right: 15px; }
  .footer__columns {
    position: relative; }
  .footer__column {
    padding: 0 20px; }
    .footer__column:not(:first-of-type) .footer__heading a {
      color: white; }
    .footer__column:not(:first-of-type) .footer__heading:after {
      font-family: "FontAwesome";
      content: "\f107";
      margin-left: auto;
      font-size: 1.5em;
      transition: all .5s ease;
      color: #FFC557; }
    .footer__column:not(:first-of-type) .footer__heading--active:after {
      transform: rotate(180deg); }
  .footer__top {
    padding-bottom: 20px; }
    .footer__top .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
  .footer__heading {
    font-size: 0.75em;
    font-weight: bold;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: white;
    padding: 18px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    cursor: pointer; }
    .footer__heading .fa {
      margin-top: -5px; }
  .footer__links li a {
    display: block;
    color: #b3bcce;
    letter-spacing: .05em;
    font-size: .81em; }
  .footer__links:not(.footer__links--secondary) {
    display: none;
    margin: 0 0 0 30px; }
    .footer__links:not(.footer__links--secondary) li a {
      padding: 10px 0; }
  .footer__links--secondary {
    padding: 0 20px; }
  .footer__copyright {
    padding: 0 20px;
    margin-left: auto;
    color: #b3bcce;
    font-size: .81em;
    letter-spacing: .05em; }
    .footer__copyright a {
      color: white; }
  .footer__seperator a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer__seperator a:before, .footer__seperator a:after {
      content: "";
      -ms-flex: 1;
      flex: 1;
      background: #b3bcce;
      height: 1px; }
  .footer__seperator img {
    width: 73px;
    height: 73px;
    margin: 0 10px; }
  .footer__collapse {
    display: none; }

@media only screen and (min-width: 768px) {
  .footer__lower .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .footer__links--secondary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 250px;
    width: 100%; } }

@media only screen and (min-width: 992px) {
  .footer {
    position: relative;
    padding: 120px 0 40px;
    overflow: hidden; }
    .footer:after {
      content: "";
      pointer-events: none;
      position: absolute;
      bottom: -65px;
      right: calc((100vw - 960px) / 2 - 370px);
      background: url(../images/branding/logo-opacitated.svg) center/cover;
      width: 536px;
      height: 536px; }
    .footer__details {
      display: none; }
    .footer__top {
      display: block; }
    .footer__heading {
      padding: 0; }
    .footer__seperator {
      margin: 40px auto 35px; }
    .footer__column {
      padding: 0;
      border-top: none;
      border-bottom: none; }
      .footer__column:not(:first-of-type) .footer__heading:after {
        display: none; }
    .footer__columns {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    .footer__collapse {
      position: absolute;
      right: 15px;
      top: -6px;
      display: block;
      font-size: 1.125em;
      color: #FFC557;
      cursor: pointer; }
      .footer__collapse:after {
        content: "\f077";
        font-family: 'FontAwesome';
        transition: all .5s ease;
        will-change: transform; }
      .footer__collapse--active {
        transform: scaleY(-1); }
    .footer__links {
      margin: 0; }
      .footer__links:not(.footer__links--secondary) {
        display: block;
        margin: 25px 0 0; }
      .footer__links--secondary {
        padding: 0; }
    .footer__copyright {
      padding: 0; } }

.masthead {
  color: white;
  position: relative; }
  .masthead__carousel {
    background: linear-gradient(to bottom, rgba(0, 32, 92, 0) 0%, #00205c 100%);
    position: relative; }
    .masthead__carousel .item {
      min-height: 350px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
      align-items: flex-end;
      position: relative;
      z-index: 3;
      padding: 90px 0 35px; }
    .masthead__carousel .owl-controls .owl-nav .owl-prev, .masthead__carousel .owl-controls .owl-nav .owl-next {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      z-index: 3;
      top: 50%;
      transform: translateY(-50%);
      width: 71px;
      height: 71px;
      background: rgba(0, 0, 0, 0.4);
      font-size: 1.5em; }
    .masthead__carousel .owl-controls .owl-nav .owl-prev {
      left: 0; }
    .masthead__carousel .owl-controls .owl-nav .owl-next {
      right: 0; }
    .masthead__carousel .owl-controls .owl-dots {
      position: absolute;
      bottom: 20px;
      right: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .masthead__carousel .owl-controls .owl-dots .owl-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #FFC557; }
        .masthead__carousel .owl-controls .owl-dots .owl-dot.active {
          width: 10px;
          height: 10px; }
        .masthead__carousel .owl-controls .owl-dots .owl-dot:not(.active) {
          opacity: .2; }
        .masthead__carousel .owl-controls .owl-dots .owl-dot:not(:last-of-type) {
          margin-right: 10px; }
  .masthead__text {
    position: relative;
    z-index: 3;
    display: block;
    color: inherit !important; }
    .masthead__text .heading {
      margin-bottom: 10px; }
  .masthead__heading {
    font-weight: 900;
    font-size: 1.5em;
    margin-bottom: 20px; }
  .masthead__more {
    font-size: .75em;
    letter-spacing: .2em;
    font-weight: 500;
    text-transform: uppercase; }
  .masthead__fixture {
    background: #00205C;
    border-top: 1px solid #b3bcce; }

@media only screen and (min-width: 768px) {
  .masthead {
    height: 70vh;
    min-height: 675px; }
    .masthead__carousel {
      height: calc(100% - 103px);
      z-index: unset; }
      .masthead__carousel div:not(.owl-controls):not(.owl-nav):not(.owl-prev):not(.owl-next):not(.owl-dots):not(.owl-dot):not(.container) {
        height: 100%; }
      .masthead__carousel .item {
        padding: 0;
        min-height: unset; }
    .masthead__heading {
      font-size: 3em;
      line-height: 57px; }
    .masthead__text {
      width: 100%;
      max-width: 80%;
      padding-bottom: 70px; }
    .masthead__fixture {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      height: 103px; }
    .masthead--fixtureless .masthead__carousel {
      height: 100%; } }

@media only screen and (min-width: 992px) {
  .masthead__fixture {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2; }
  .masthead__text {
    max-width: 61%; } }

body.loaded .page-overlay {
  opacity: 1; }

.promotion-banner-visible .promotion-banner-block {
  padding: 15px 0; }
  .promotion-banner-visible .promotion-banner-block a {
    display: block; }

.promotion-banner-visible .header {
  position: relative; }
  .promotion-banner-visible .header--fixed {
    position: fixed; }
  .promotion-banner-visible .header:not(.header--fixed) + div {
    margin-top: 0; }
  @media only screen and (min-width: 992px) {
    .promotion-banner-visible .header:not(.header--fixed) + div {
      margin-top: 0; } }

.inner {
  background: white;
  overflow: hidden; }
  .inner__sidebar {
    color: white; }
  .inner__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px; }
    .inner__top .heading {
      margin-right: auto; }
  .inner__flexrow:not(:last-of-type) {
    margin-bottom: 40px; }
  .inner__intro {
    padding-bottom: 15px;
    border-bottom: 1px solid #00205C;
    margin: 0 0 25px; }
    .inner__intro.border-column:after, .home .inner__intro.youtube-column:after {
      margin: 12px 0 30px; }
  .inner__pageheading {
    font-size: 1.75em;
    font-weight: bold;
    line-height: 34px;
    color: #00205C; }
    .inner__pageheading span {
      font-style: italic;
      font-weight: 300;
      font-size: .66em;
      color: #6d737e; }
  .inner:not(.inner--home) {
    margin-top: 65px; }
    .inner:not(.inner--home) .inner__main, .inner:not(.inner--home) .inner__sidebar {
      padding: 50px 0; }
  .inner--home .inner__sidebar {
    padding: 0; }
  .inner--home .inner__main {
    padding: 60px 0; }
  .inner.league .inner__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .inner.league .inner__top p {
      -ms-flex-order: 3;
      order: 3;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      font-size: 0.875em;
      font-style: italic;
      margin: 20px 0 0; }
      .inner.league .inner__top p span {
        color: #6d737e; }

.border-column:after, .home .youtube-column:after {
  content: "";
  background: url(../images/icons/dotted-border.svg) left center no-repeat;
  width: 90%;
  height: 2px;
  display: block;
  margin: 30px auto; }

img.alignright, img.alignleft, img.aligncenter, img.alignnone {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 15px 0; }

.scrolltop {
  width: 53px;
  height: 50px;
  color: white;
  position: fixed;
  bottom: 150px;
  left: 0;
  background: #FFC557; }

@media only screen and (min-width: 768px) {
  .inner__top {
    margin-bottom: 35px; }
  .inner--home .inner__main, .inner--home .inner__sidebar {
    padding: 70px 0 110px; }
  .inner.league .inner__top {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .inner.league .inner__top .heading {
      margin-right: 0; }
    .inner.league .inner__top p {
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      -ms-flex-order: initial;
      order: initial;
      margin: 0 auto 0 10px; }
  .inner:not(.inner--home) {
    margin-top: 65px; }
    .inner:not(.inner--home) .inner__main, .inner:not(.inner--home) .inner__sidebar {
      padding: 65px 0 90px; }
  .border-column:after, .home .youtube-column:after {
    width: 100%;
    margin: 30px 0; }
  img.alignright {
    float: right;
    margin: 0 -30px 30px 30px;
    border-left: 5px solid #FFC557; }
  img.alignleft {
    float: left;
    margin: 0 30px 30px -30px;
    border-right: 5px solid #FFC557; }
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-left: 5px solid #FFC557; } }

@media only screen and (min-width: 992px) {
  .inner:not(.inner--home) {
    margin-top: 80px; }
  .inner .container {
    position: relative;
    background: linear-gradient(to right, transparent 82%, #00205c 82%); }
    .inner .container:after {
      content: '';
      position: absolute;
      top: 0;
      right: -970px;
      width: 100%;
      bottom: 0;
      z-index: 0;
      background: #00205C;
      height: 100%;
      display: block; }
  .inner__sidebar {
    position: relative; }
  .inner__flexrow:not(.inner__flexrow--main) {
    display: -ms-flexbox;
    display: flex; }
    .inner__flexrow:not(.inner__flexrow--main) > div {
      -ms-flex: 1 auto;
      flex: 1 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .inner__flexrow:not(.inner__flexrow--main) > div > div:not(.inner__top) {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .inner__flexrow:not(:last-of-type) {
    margin-bottom: 75px; }
  .inner__pageheading {
    max-width: 80%; } }

@media only screen and (min-width: 1200px) {
  .inner__pageheading {
    max-width: 70%; }
  .inner .container:after {
    right: -1170px; } }

@media only screen and (max-width: 767px) {
  .latest-news {
    margin: 0 -15px;
    padding: 0 0 0 3px; }
    .latest-news .inner__top {
      padding: 0 15px 0 12px; }
    .latest-news .owl-carousel .owl-stage {
      display: -ms-flexbox;
      display: flex;
      padding-left: 0 !important;
      margin: 0 25px 25px 12px;
      overflow: visible; }
    .latest-news .owl-carousel .owl-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
    .latest-news .owl-carousel .owl-dots {
      display: -ms-flexbox;
      display: flex;
      margin: 0 15px 0 12px; }
      .latest-news .owl-carousel .owl-dots .owl-dot {
        height: 2px;
        background: #e7e9e9;
        width: calc(100% / 6);
        transition: all .25s ease;
        will-change: transform; }
        .latest-news .owl-carousel .owl-dots .owl-dot.active {
          background: #FFC557; }
    .latest-news .news-card {
      -ms-flex: 1;
      flex: 1; }
    .latest-news--minified .owl-carousel .owl-dots .owl-dot {
      width: calc(100% / 3); } }

@media only screen and (min-width: 650px) and (max-width: 767px) {
  .latest-news:not(.latest-news--minified) .owl-carousel .owl-dots .owl-dot {
    width: calc(100% / 3); }
  .latest-news--minified .owl-carousel .owl-dots .owl-dot {
    width: calc(100% / 2); } }

@media only screen and (min-width: 768px) {
  .latest-news__articles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .latest-news__articles .owl-stage-outer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .latest-news__articles .news-card {
      width: calc(100% / 3 - 20px);
      margin-right: 30px;
      margin-bottom: 30px; }
      .latest-news__articles .news-card:nth-of-type(3n) {
        margin-right: 0; }
  .latest-news--minified .news-card {
    margin-bottom: 0; } }

.squad-carousel {
  background: black;
  margin-bottom: 40px; }
  .squad-carousel__player {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    padding: 39% 20px 45px; }
    .squad-carousel__player:after {
      content: "";
      width: 100%;
      height: 50%;
      background: linear-gradient(to bottom, rgba(0, 32, 92, 0) 0%, #00205c 100%);
      position: absolute;
      bottom: 0;
      left: 0; }
    .squad-carousel__player a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .squad-carousel__footer {
    position: relative;
    z-index: 1;
    color: white; }
    .squad-carousel__footer .heading {
      margin-bottom: 20px; }
    .squad-carousel__footer h4 {
      font-weight: bold;
      font-size: 1.75em;
      margin-bottom: 15px; }
    .squad-carousel__footer ul {
      text-transform: uppercase;
      letter-spacing: .2em;
      font-size: .875em; }
      .squad-carousel__footer ul small {
        color: #FFC557; }
  .squad-carousel .owl-controls {
    position: absolute;
    bottom: 0;
    right: 0; }
    .squad-carousel .owl-controls .owl-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .squad-carousel .owl-controls .owl-nav .owl-next, .squad-carousel .owl-controls .owl-nav .owl-prev {
        width: 45px;
        height: 45px;
        background: #FFC557;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 4em; }
      .squad-carousel .owl-controls .owl-nav .owl-prev {
        margin-right: 5px;
        background: #FFC557 url(../images/icons/left-arrow.svg) center/9px 19px no-repeat; }
      .squad-carousel .owl-controls .owl-nav .owl-next {
        background: #FFC557 url(../images/icons/right-arrow.svg) center/9px 19px no-repeat; }

@media only screen and (min-width: 768px) {
  .squad-carousel {
    margin-bottom: 0; }
    .squad-carousel:after {
      display: none; }
    .squad-carousel__player {
      height: 500px;
      padding: 0 30px 45px; }
    .squad-carousel .owl-controls {
      bottom: -1px; }
      .squad-carousel .owl-controls .owl-nav .owl-next, .squad-carousel .owl-controls .owl-nav .owl-prev {
        width: 60px;
        height: 60px; } }

@media only screen and (min-width: 992px) {
  .squad-carousel__player {
    height: 606px; } }

.image-block {
  padding: 45% 20px 20px;
  position: relative;
  background: #00205C;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden; }
  .image-block a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .image-block__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
    will-change: transform; }
  .image-block__body {
    position: relative; }
    .image-block__body .heading {
      margin-bottom: 20px; }
    .image-block__body h3 {
      font-weight: bold;
      font-size: 1.75em;
      line-height: 34px; }
  .image-block__date {
    font-weight: 300;
    font-style: italic;
    font-size: .75em;
    margin-bottom: 5px; }
  .image-block__more {
    font-weight: 500;
    font-size: .75em;
    letter-spacing: .2em;
    text-transform: uppercase; }
  .image-block:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFC557 url(../images/icons/plus.svg) center/20px 20px no-repeat;
    padding-left: 5px;
    height: 45px;
    width: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto; }
  .image-block--report {
    padding-top: 50%; }
    .image-block--report .image-block__body h3 {
      margin-bottom: 25px; }
  .image-block--thin {
    padding-bottom: 55px; }
  .image-block:hover .image-block__image {
    transform: scale(1.2); }

@media only screen and (max-width: 480px) {
  .image-block--report .image-block__body h3 {
    font-size: 1.125em;
    line-height: 21px; } }

@media only screen and (min-width: 768px) {
  .image-block {
    height: 500px;
    padding: 25px 30px; }
    .image-block__body .heading {
      margin-bottom: 25px; }
    .image-block:after {
      background-size: 27px 27px;
      height: 60px;
      width: 60px;
      bottom: -1px;
      right: -1px; }
    .image-block--report .image-block__body h3 {
      margin-bottom: 35px; }
    .image-block--thin {
      padding-bottom: 80px; } }

@media only screen and (min-width: 992px) {
  .image-block {
    height: 606px; } }

.sponsorship {
  background: url(../images/backgrounds/sponsors-bg.jpg) center/cover;
  padding: 55px 0 25px; }
  .sponsorship .heading {
    margin-bottom: 35px; }
  .sponsorship__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sponsorship__block--league .sponsor img {
      filter: brightness(0) invert(1); }
  .sponsorship .sponsor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px 25px;
    transition: all .5s ease;
    will-change: transform; }
    .sponsorship .sponsor img {
      display: block;
      height: auto;
      max-width: 100%;
      opacity: .7;
      max-height: 60px; }
    .sponsorship .sponsor:hover {
      transform: translateY(-5px); }

@media only screen and (max-width: 649px) {
  .sponsorship__block:not(:last-of-type) {
    border-bottom: 1px solid white;
    padding-bottom: 10px; }
  .sponsorship__block:not(:first-of-type) {
    padding-top: 30px; }
  .sponsorship__block--club img {
    max-width: 80px; }
  .sponsorship__block--league img {
    max-width: 75px; }
  .sponsorship__block--headline {
    padding: 0 25px; }
    .sponsorship__block--headline .sponsor {
      width: calc(100% / 2 - 30px); }
      .sponsorship__block--headline .sponsor img {
        max-height: 45px; }
  .sponsorship__block--club .sponsor {
    width: calc(100% / 3 - 20px);
    margin-right: 30px; }
    .sponsorship__block--club .sponsor:nth-of-type(3n) {
      margin-right: 0; }
  .sponsorship__block--league .sponsor {
    width: calc(100% / 4 - 22.5px);
    margin-right: 30px; }
    .sponsorship__block--league .sponsor:nth-of-type(4n) {
      margin-right: 0; } }

@media only screen and (min-width: 650px) {
  .sponsorship .sponsor {
    margin: 0 15px 30px; }
    .sponsorship .sponsor img {
      max-width: 130px;
      max-height: 55px; }
  .sponsorship__block--headline {
    border-bottom: 1px solid white;
    margin-bottom: 35px;
    padding-bottom: 30px; }
    .sponsorship__block--headline .sponsor {
      margin: 0 25px 30px; }
      .sponsorship__block--headline .sponsor img {
        max-width: unset; }
  .sponsorship__block--final {
    border-top: 1px solid white;
    margin-top: 35px;
    padding-top: 30px; } }

@media only screen and (min-width: 768px) {
  .sponsorship__block--headline .sponsor img {
    max-height: 55px;
    max-width: 165px; } }

@media only screen and (min-width: 992px) {
  .sponsorship {
    padding: 85px 0 130px; }
    .sponsorship .heading {
      margin-bottom: 65px; } }

.next-fixture {
  display: block;
  padding: 35px 0;
  position: relative; }
  .next-fixture a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: auto; }
  .next-fixture__info {
    margin-bottom: 20px; }
    .next-fixture__info h4 {
      font-size: .75em;
      color: #FFC557;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: .2em;
      margin-bottom: 3px; }
    .next-fixture__info p {
      font-size: .75em;
      font-weight: 500; }
  .next-fixture__badges {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px; }
    .next-fixture__badges .vs {
      margin: 0 15px;
      font-weight: 500;
      font-size: .75em;
      text-transform: uppercase;
      letter-spacing: .1em; }
  .next-fixture__team {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .next-fixture__team span {
      font-size: .68em;
      text-transform: uppercase;
      letter-spacing: .1em;
      font-weight: 500; }
    .next-fixture__team img {
      max-height: 45px;
      max-width: 45px; }
    .next-fixture__team--home span {
      margin-right: 20px; }
    .next-fixture__team--away span {
      margin-left: 20px; }
  .next-fixture__live {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .75em;
    letter-spacing: .2em; }
    .next-fixture__live span {
      margin-top: 8px; }
    .next-fixture__live:before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #AF1622;
      margin-right: 8px; }

@media only screen and (max-width: 767px) {
  .next-fixture {
    text-align: center; }
    .next-fixture__info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .next-fixture__info h4 {
        width: 100%; }
      .next-fixture__info p:last-of-type:before {
        content: ", "; } }

@media only screen and (min-width: 768px) {
  .next-fixture {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0; }
    .next-fixture__info {
      margin-bottom: 0; }
    .next-fixture__badges {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      margin-bottom: 0; }
    .next-fixture__team span {
      font-size: .875em; }
    .next-fixture__team img {
      max-height: 65px;
      max-width: 56px; } }

.squad__category.border-column:after, .home .squad__category.youtube-column:after {
  margin: 0 0 30px; }

.squad__category:last-child.border-column:after, .home .squad__category.youtube-column:last-child:after {
  display: none; }

.squad__category > h2 {
  font-size: 1.75em;
  font-weight: bold;
  color: #6d737e;
  margin-bottom: 23px; }

@media only screen and (min-width: 481px) {
  .squad__players {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.player-card {
  margin: 0 0 30px;
  position: relative;
  box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.08); }
  .player-card a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .player-card__image {
    padding-bottom: 100%;
    position: relative; }
    .player-card__image:before {
      content: "";
      height: 30px;
      width: 30px;
      background: #f1ae13 url(../images/icons/plus.svg) center/14px 14px no-repeat;
      position: absolute;
      top: 0;
      right: 0; }
  .player-card__body {
    -ms-flex: 1;
    flex: 1;
    padding: 25px;
    text-align: center;
    background: white;
    border-bottom: 5px solid #FFC557; }
    .player-card__body h2 {
      font-weight: bold;
      color: #00205C; }
  .player-card--coaching .player-card__image:before {
    display: none; }
  .player-card--coaching .player-card__body {
    -ms-flex-direction: column;
    flex-direction: column; }
    .player-card--coaching .player-card__body p {
      font-size: 0.875em;
      margin-top: 10px;
      color: #FFC557; }

@media only screen and (min-width: 481px) {
  .player-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 30px 30px 0; }
    .player-card__body {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
  @-moz-document url-prefix() {
    .player-card__image {
      padding-bottom: 0;
      height: 250px; } } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .player-card {
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px); }
    .player-card:nth-of-type(2n) {
      margin-right: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .player-card {
    -ms-flex-preferred-size: calc(33.33% - 20px);
    flex-basis: calc(33.33% - 20px); }
    .player-card:nth-of-type(3n) {
      margin-right: 0px; } }

@media only screen and (min-width: 768px) {
  @-moz-document url-prefix() {
    .player-card__image {
      padding-bottom: 0;
      height: 350px; } } }

@media only screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    .player-card__image {
      padding-bottom: 0;
      height: 233px; } } }

@media only screen and (min-width: 1200px) {
  .player-card {
    -ms-flex-preferred-size: calc(25% - 23px);
    flex-basis: calc(25% - 23px); }
    .player-card:nth-of-type(4n) {
      margin-right: 0px; }
    .player-card__image {
      height: 233px;
      padding-bottom: 0;
      transition: all .8s ease; } }

.single-squad__profile {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #00205C; }
  .single-squad__profile h3 {
    color: #00205C;
    font-weight: bold;
    font-size: 1.125em;
    margin-bottom: 20px; }

.single-squad__image {
  padding: 50%;
  border-bottom: 8px solid #FFC557;
  position: relative; }

.single-squad__stats {
  margin-top: 30px; }
  .single-squad__stats ul {
    margin-bottom: 30px; }
    .single-squad__stats ul li {
      font-size: 0.75em;
      color: #7b7b7b;
      display: -ms-flexbox;
      display: flex;
      letter-spacing: .2em; }
      .single-squad__stats ul li:first-child {
        padding-bottom: 13px; }
      .single-squad__stats ul li:last-child {
        padding-top: 13px; }
      .single-squad__stats ul li:not(:first-child):not(:last-child) {
        padding: 13px 0; }
      .single-squad__stats ul li:not(:last-child) {
        border-bottom: 1px solid #d5d3d3; }
      .single-squad__stats ul li span {
        font-weight: 300;
        font-style: italic;
        font-size: 1.125em;
        color: #1d1d1b;
        margin-left: auto; }

.single-squad__sponsors img {
  max-height: 30px; }

.single-squad__content {
  margin-top: 30px; }
  .single-squad__content p {
    margin-bottom: 1.5em;
    color: #6d737e; }

.single-squad__back {
  display: -ms-flexbox;
  display: flex; }
  .single-squad__back span {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 0.875em;
    letter-spacing: 0.2em;
    padding: 0 18px;
    height: 50px;
    background: #FFC557;
    color: #00205C !important; }
  .single-squad__back:after {
    display: block;
    margin-left: 5px;
    content: "";
    height: 50px;
    width: 50px;
    background: #f1ae13 url(../images/icons/plus.svg) center/22px 22px no-repeat; }

@media only screen and (min-width: 768px) {
  .single-squad__image {
    padding: 0;
    height: 550px; }
  .single-squad__stats {
    border-left: 1px solid #d5d3d3;
    margin-top: 0;
    padding: 20px; } }

@media only screen and (min-width: 992px) {
  .single-squad__stats {
    max-width: 335px;
    width: 100%;
    padding: 0px 30px 0; } }

.submenu {
  display: none;
  margin-top: 25px; }
  .submenu__list {
    display: -ms-flexbox;
    display: flex; }
    .submenu__list li a {
      margin: 0 13px;
      display: block;
      padding: 8px 0;
      font: italic 0.875em "Merriweather", "Georgia", Cambria, Times New Roman, Times, serif;
      letter-spacing: 0.05em;
      color: #000;
      position: relative; }
    .submenu__list li:first-child a {
      margin-left: 0; }
    .submenu__list li:not(:last-child) a:after {
      content: "|";
      color: #6d737e;
      position: relative;
      right: -13px; }
    .submenu__list li.current-menu-item a, .submenu__list li.current-menu-parent a {
      border-bottom: 2px solid #e29f13; }

@media only screen and (min-width: 1200px) {
  .submenu {
    display: block; } }

.overview .child {
  margin-bottom: 30px;
  position: relative; }
  .overview .child a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .overview .child__footer {
    background: #00205C;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 22px;
    letter-spacing: .2em;
    color: #fff;
    text-transform: uppercase;
    font-size: .85em;
    font-weight: 500; }
    .overview .child__footer:after {
      top: 0;
      margin-left: auto;
      display: block;
      content: "";
      height: 60px;
      width: 60px;
      background: #f1ae13 url(../images/icons/plus.svg) center/27px 27px no-repeat; }

.overview--blocks .child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.overview--blocks .news-card {
  -ms-flex: 1;
  flex: 1; }

@media only screen and (min-width: 650px) {
  .overview--blocks .children {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .overview--blocks .child:first-child {
    width: 100%; }
  .overview--blocks .child:not(:first-child) {
    width: calc(100% / 2 - 15px);
    margin-right: 30px; }
  .overview--blocks .child:nth-of-type(2n+1) {
    margin-right: 0; } }

@media only screen and (min-width: 1200px) {
  .overview--blocks .child:not(:first-child) {
    width: calc(100% / 3 - 20px);
    margin-right: 30px; }
  .overview--blocks .child:nth-of-type(2n+1) {
    margin-right: 30px; }
  .overview--blocks .child:nth-of-type(3n+1) {
    margin-right: 0; } }

.squad__category.border-column:after, .home .squad__category.youtube-column:after {
  margin: 0 0 30px; }

.squad__category:last-child.border-column:after, .home .squad__category.youtube-column:last-child:after {
  display: none; }

.squad__category > h2 {
  font-size: 1.75em;
  font-weight: bold;
  color: #6d737e;
  margin-bottom: 23px; }

@media only screen and (min-width: 481px) {
  .squad__players {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.content__body {
  padding: 50px 20px;
  box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.08);
  background: white; }
  .content__body > *:not(:last-child) {
    margin-bottom: 30px; }
  .content__body > *:last-child {
    margin-bottom: 0; }
  .content__body img {
    display: block;
    height: auto; }
  .content__body a {
    color: #194F90; }
  .content__body p {
    margin-bottom: 30px;
    font-size: 0.875em; }
  .content__body > p:first-child {
    font-size: 1.25em;
    font-weight: 500;
    color: #00205C;
    margin-bottom: 50px; }
  .content__body ul {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 30px; }
  .content__body h4 {
    font-size: 1.125em;
    font-weight: bold;
    color: #00205C;
    margin-bottom: 30px;
    line-height: 30px; }
  .content__body strong {
    font-weight: bold; }
  .content__body .wp-block-separator {
    margin: 30px 0;
    border-color: rgba(0, 0, 0, 0.2);
    border-top: none; }
  .content__body table {
    width: 100%; }
    .content__body table tr:first-child {
      display: none; }
      .content__body table tr:first-child td {
        background-color: #FFC557; }
    .content__body table tr td {
      padding: 10px;
      display: block; }
      .content__body table tr td br {
        display: none; }
      .content__body table tr td:before {
        display: block;
        font-weight: bold; }
    .content__body table tr:nth-of-type(even) {
      background: #f1f1f1; }
  .content__body .wp-block-getwid-table table tr:first-child td {
    background: initial; }
  .content__body .wp-block-getwid-table table tr td, .content__body .wp-block-getwid-table table tr th {
    padding: 10px 15px;
    font-weight: 600;
    border: 2px solid #fff; }
  .content__body .wp-block-getwid-table table thead {
    background: #00205C;
    color: #fff; }
  .content__body .wp-block-getwid-table table tbody:nth-of-type(odd) {
    background: #E7E8E9; }
  .content__body .wp-block-getwid-table table tbody:nth-of-type(even) {
    background: #D6D8D9; }
  .content__body .wp-block-getwid-table table tbody td {
    font-size: 14px; }
  .content__body iframe {
    pointer-events: none; }
  .content__body .vide-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px; }
    .content__body .vide-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.content__back {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex; }
  .content__back span {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 0.875em;
    letter-spacing: 0.2em;
    padding: 0 18px;
    height: 50px;
    background: #FFC557;
    color: #00205C !important; }
  .content__back:after {
    display: block;
    margin-left: 5px;
    content: "";
    height: 50px;
    width: 50px;
    background: #f1ae13 url(../images/icons/plus.svg) center/22px 22px no-repeat; }

.content__masthead {
  border-bottom: 5px solid #FFC557;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative; }
  .content__masthead img:not(.content__masthead__bg) {
    max-width: 105px; }
  .content__masthead h3 {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 34px;
    margin-top: 20px;
    color: white;
    max-width: 385px;
    width: 100%; }
  .content__masthead--video {
    position: relative;
    overflow: hidden;
    padding: 56.25% 0 0;
    height: auto; }
    .content__masthead--video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .content__masthead:not(.content__masthead--true) {
    padding: 60% 20px 20px; }
    .content__masthead:not(.content__masthead--true) .content__masthead__bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .content__masthead--true {
    padding: 0; }
    .content__masthead--true img {
      width: 100%; }

.content__date {
  margin-left: auto;
  font-weight: bold;
  font-size: 1.5em;
  color: white; }

.content--vanarama .content__masthead h3 {
  display: none; }

.content--stats table td:not(:first-of-type) {
  text-align: right; }
  .content--stats table td:not(:first-of-type):before {
    display: inline-block;
    font-weight: bold;
    float: left; }

.content--stats table td:nth-of-type(2):before {
  content: "Apps"; }

.content--stats table td:nth-of-type(3):before {
  content: "Goals"; }

.content--stats table td:nth-of-type(4):before {
  content: "Yellows"; }

.content--stats table td:nth-of-type(5):before {
  content: "Reds"; }

.content--post .content__body {
  margin-bottom: 40px; }

.content .wpcf7-form > p {
  margin-bottom: 0; }

.content .wpcf7-form br {
  display: none; }

.content .wpcf7-form label {
  font-size: 14px;
  font-weight: 600;
  color: #5f5f5f; }
  .content .wpcf7-form label .required {
    color: #cf2e2e; }
  .content .wpcf7-form label.option-label {
    margin-bottom: 10px;
    display: block; }

.content .wpcf7-form .wpcf7-response-output {
  margin: 0; }

.content .wpcf7-form input[type="submit"] {
  background: #00205C;
  color: white;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all .2s ease; }
  .content .wpcf7-form input[type="submit"]:hover {
    background: #00328f; }

.content .wp-block-media-text__media {
  margin-bottom: 30px; }

@media only screen and (min-width: 600px) {
  .content__body table tr td {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .content__body table tr td:before {
      margin-right: auto; }
  .content__body .wp-block-media-text__media {
    margin-bottom: 0; }
  .content__body .wp-block-media-text__content {
    padding: 0 0 0 8%; }
  .content__body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0 8% 0 0; } }

@media only screen and (min-width: 768px) {
  .content__body {
    padding: 40px 30px; }
    .content__body p {
      font-size: 1em; }
    .content__body h4 {
      font-size: 1.31em;
      line-height: 35px; }
    .content__body table tr:first-child {
      display: table-row; }
      .content__body table tr:first-child td:nth-of-type(1) {
        width: 12%; }
      .content__body table tr:first-child td:nth-of-type(2) {
        width: 26%; }
      .content__body table tr:first-child td:nth-of-type(3) {
        width: 26%; }
      .content__body table tr:first-child td:nth-of-type(4) {
        width: 21%; }
      .content__body table tr:first-child td:nth-of-type(5) {
        width: 20%; }
    .content__body table tr td {
      display: table-cell; }
      .content__body table tr td:nth-of-type(1):before {
        content: "" !important; }
      .content__body table tr td:nth-of-type(2):before {
        content: "" !important; }
      .content__body table tr td:nth-of-type(3) {
        text-align: center; }
        .content__body table tr td:nth-of-type(3):before {
          content: "" !important; }
      .content__body table tr td:nth-of-type(4) {
        text-align: center; }
        .content__body table tr td:nth-of-type(4):before {
          content: "" !important; }
      .content__body table tr td:nth-of-type(5) {
        text-align: center; }
        .content__body table tr td:nth-of-type(5):before {
          content: "" !important; }
  .content__masthead:not(.content__masthead--true) {
    height: 550px;
    padding: 30px 40px; }
  .content__masthead--video {
    height: auto;
    padding: 56.25% 0 0; }
  .content__date {
    font-size: 2.25em; }
  .content--stats table th:first-of-type {
    width: 100%;
    text-align: left; }
  .content--stats table th:not(:first-of-type) {
    padding: 0 15px;
    text-align: right; }
  .content--stats table td:not(:first-of-type) {
    text-align: right !important;
    padding: 0 15px !important;
    width: auto !important; }
  .content--post .content__body {
    margin-bottom: 65px; }
  .content--sponsor .content__masthead {
    height: 420px; } }

@media only screen and (min-width: 992px) {
  .content__body {
    padding: 65px 60px; } }

.fixtures__featured {
  margin-bottom: 40px; }
  .fixtures__featured .feature__main {
    padding: 30px 15px;
    color: white;
    position: relative; }
    .fixtures__featured .feature__main > div {
      -ms-flex: 1;
      flex: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      z-index: 4; }
  .fixtures__featured .feature__details {
    text-align: center;
    padding: 25px 0; }
  .fixtures__featured .feature__team span {
    display: none;
    color: white;
    margin-bottom: 25px;
    font-size: .875em;
    font-weight: 500;
    letter-spacing: .1em; }
  .fixtures__featured .feature__team h3 {
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.125em;
    text-align: center;
    margin-bottom: auto; }
  .fixtures__featured .feature__date {
    font-weight: 500;
    font-size: 1.25em; }
  .fixtures__featured .feature__where {
    font-weight: 500; }
  .fixtures__featured .feature__crest {
    max-height: 75px; }
  .fixtures__featured .feature__gs {
    font-size: .75em;
    color: #FFC557;
    display: none;
    margin-top: 10px; }
  .fixtures__featured .feature__buy {
    display: none;
    background: #FFC557;
    width: 175px;
    height: 60px;
    color: #00205C;
    font-size: .75em;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 87.5px); }
    .fixtures__featured .feature__buy:hover {
      color: #00205C;
      cursor: pointer; }
  .fixtures__featured .feature__meta {
    font-weight: 300;
    font-style: italic;
    font-size: .75em; }
    .fixtures__featured .feature__meta span {
      display: block; }
  .fixtures__featured .feature__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #00205C;
    height: 60px;
    color: white; }
    .fixtures__featured .feature__bottom a {
      padding-left: 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
      flex: 1;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: .2em;
      font-size: .75em;
      color: white !important; }
      .fixtures__featured .feature__bottom a:after {
        top: 0;
        margin-left: auto;
        display: block;
        content: "";
        height: 60px;
        width: 60px;
        background: #f1ae13 url(../images/icons/plus.svg) center/27px 27px no-repeat; }
  .fixtures__featured .feature__live {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 30px;
    font-weight: 300; }
    .fixtures__featured .feature__live:before {
      content: "·";
      font-size: 3.75em;
      color: #af1622;
      position: relative;
      top: -4px; }
  .fixtures__featured .feature--results .feature__date {
    margin: -10px 0 10px; }
  .fixtures__featured .feature--results .feature__result {
    font-size: 2.7em;
    font-weight: 300; }

.fixtures__list h3 {
  font-weight: bold;
  font-size: 1.125em;
  color: #00205C;
  margin-bottom: 20px; }
  .fixtures__list h3:not(:first-of-type) {
    margin-top: 40px; }

.fixtures__list .fixture {
  box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.08); }
  .fixtures__list .fixture__top {
    color: #00205C;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: white;
    position: relative;
    height: 95px; }
    .fixtures__list .fixture__top h4 {
      font-weight: bold; }
  .fixtures__list .fixture__tie {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #CFD2D3;
    color: rgba(255, 255, 255, 0.7);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 1.2em; }
  .fixtures__list .fixture__info {
    padding-left: 15px; }
  .fixtures__list .fixture__extra {
    display: none; }
    .fixtures__list .fixture__extra li {
      padding: 0 8px; }
      .fixtures__list .fixture__extra li:not(:last-child):after {
        content: "|";
        position: relative;
        right: -8px; }
      .fixtures__list .fixture__extra li:first-child {
        padding-left: 0; }
  .fixtures__list .fixture__time {
    padding: 0 15px;
    margin-left: auto;
    text-align: center; }
    .fixtures__list .fixture__time:not(small) {
      font-weight: 300;
      font-size: 1.5em; }
    .fixtures__list .fixture__time small {
      display: none;
      font-size: 0.53em;
      font-weight: bold; }
  .fixtures__list .fixture__date {
    color: #6d737e;
    display: block; }
  .fixtures__list .fixture__score {
    margin-left: auto;
    font-size: 1.875em;
    font-weight: 500;
    color: #00205C;
    width: 100%;
    max-width: 110px;
    text-align: right;
    margin-top: 15px;
    padding: 0 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .fixtures__list .fixture__score span {
      color: #FFC557; }
  .fixtures__list .fixture__bottom {
    background: #00205C;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 500;
    font-size: .75em; }
    .fixtures__list .fixture__bottom a {
      padding-left: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex: 1;
      flex: 1;
      color: white; }
      .fixtures__list .fixture__bottom a:after {
        top: 0;
        margin-left: auto;
        display: block;
        content: "";
        height: 45px;
        width: 45px;
        background: #f1ae13 url(../images/icons/plus.svg) center/20px 20px no-repeat; }
  .fixtures__list .fixture:not(:last-child) {
    margin-bottom: 30px; }
  .fixtures__list .fixture--postponed .fixture__top h4 span {
    color: red; }
  .fixtures__list .fixture--postponed .fixture__date {
    color: red; }
  .fixtures__list .fixture--home .fixture__tie {
    background: linear-gradient(135deg, #194f90 0%, #00205c 100%); }

@media only screen and (min-width: 400px) {
  .fixtures__featured .feature__bottom a span {
    display: inline-block; } }

@media only screen and (min-width: 768px) {
  .fixtures__featured .feature__main {
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px; }
  .fixtures__featured .feature__details {
    padding: 0; }
  .fixtures__featured .feature__crest {
    max-height: 130px; }
  .fixtures__featured .feature__live {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .fixtures__featured .feature__buy {
    display: -ms-flexbox;
    display: flex; }
  .fixtures__featured .feature__meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .fixtures__featured .feature__team {
    -ms-flex-preferred-size: 232px;
    flex-basis: 232px;
    max-width: 232px; }
    .fixtures__featured .feature__team h3 {
      margin-top: 25px; }
    .fixtures__featured .feature__team span {
      display: block; }
    .fixtures__featured .feature__team--home {
      padding-right: 30px; }
    .fixtures__featured .feature__team--away {
      padding-left: 30px; }
  .fixtures__featured .feature__gs {
    display: block; }
  .fixtures__featured .feature__live span {
    display: none; }
  .fixtures__featured .feature--results .feature__result {
    font-size: 3.375em; }
  .fixtures__list h3:not(:first-of-type) {
    margin-top: 70px; }
  .fixtures__list .fixture__top {
    height: 125px; }
    .fixtures__list .fixture__top h4 {
      font-size: 1.125em; }
  .fixtures__list .fixture__score {
    font-size: 3.125em;
    max-width: 200px;
    padding: 0 30px 0 15px;
    margin-top: -20px; }
  .fixtures__list .fixture__tie {
    width: 156px;
    height: 100%;
    position: relative;
    font-size: 3.85em; }
  .fixtures__list .fixture__info {
    padding-left: 45px; }
  .fixtures__list .fixture__extra {
    display: -ms-flexbox;
    display: flex; }
  .fixtures__list .fixture__bottom a {
    padding-left: 30px;
    font-size: 0.875em; }
  .fixtures__list .fixture__time {
    padding: 0 30px 0 15px; }
    .fixtures__list .fixture__time:not(small) {
      font-size: 1.875em; }
    .fixtures__list .fixture__time small {
      display: block; } }

@media only screen and (min-width: 992px) {
  .fixtures__featured .feature__crest {
    max-height: 165px;
    max-width: 165px; } }

@media only screen and (min-width: 1200px) {
  .fixtures__featured {
    margin-bottom: 120px; }
    .fixtures__featured .feature__main {
      padding: 40px 60px; }
    .fixtures__featured .feature__where {
      font-size: 1.31em; }
    .fixtures__featured .feature__live span {
      display: inline; }
    .fixtures__featured .feature__team--home {
      padding-right: 0; }
    .fixtures__featured .feature__team--away {
      padding-left: 0; }
  .fixtures__list .fixture__time {
    margin-top: -10px; } }

.mega-menu {
  display: none; }
  .mega-menu__column {
    position: relative;
    padding: 15px 24px 30px; }
  .mega-menu__nav li a {
    color: #6d737e;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    .mega-menu__nav li a:before {
      content: ">";
      margin-right: 10px; }
  .mega-menu__nav li.current-menu-item a {
    color: #000; }
  .mega-menu__nav li:not(:last-child) {
    margin-bottom: 15px; }
  .mega-menu__bottom {
    color: white; }

@media only screen and (min-width: 992px) {
  .mega-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    z-index: 8999;
    top: 70px;
    display: block;
    background: white;
    box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.08); }
    .mega-menu__column {
      padding: 35px 35px 35px 30px; }
    .mega-menu__nav {
      position: relative;
      /* Chrome, Safari, Opera */
      /* Firefox */
      column-count: 2;
      column-gap: 50px;
      white-space: nowrap; }
      .mega-menu__nav li a {
        color: #00205C;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: .2em; }
        .mega-menu__nav li a:before {
          content: ""; }
      .mega-menu__nav:after {
        content: "";
        background: rgba(0, 0, 0, 0.2);
        width: 0.5px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); } }

.league {
  position: relative; }
  .league__mainlink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .league__table {
    width: 100%;
    font-size: 0.875em;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
    .league__table tr {
      position: relative;
      text-align: center; }
      .league__table tr th, .league__table tr td {
        position: relative; }
        .league__table tr th.team, .league__table tr td.team {
          text-align: left; }
      .league__table tr:nth-child(even) td {
        background: white; }
      .league__table tr:nth-child(odd) td {
        background: #EFEFEF; }
      .league__table tr:first-child th {
        background: #EFEFEF;
        color: #A4A4A4; }
      .league__table tr[data-team-slug^="stockport-county"] td {
        background: #00205C !important;
        color: white !important; }
    .league__table--mini tr th, .league__table--mini tr td {
      padding: 25px 15px; }
      .league__table--mini tr th.played, .league__table--mini tr th.goal-difference, .league__table--mini tr td.played, .league__table--mini tr td.goal-difference {
        display: none; }
    .league__table--mini tr td:not(:last-child) {
      border-right: 1px solid #DDDDDD; }
    .league__table--mini tr:nth-of-type(2) td {
      border-bottom: 1px dashed #0B1528; }
      .league__table--mini tr:nth-of-type(2) td.position {
        position: relative; }
        .league__table--mini tr:nth-of-type(2) td.position:after {
          font-family: "FontAwesome";
          content: "\f0d8";
          position: absolute;
          color: #FFC557;
          font-size: 2em;
          left: calc(50% - 8px);
          bottom: -2px; }
    .league__table--mini tr:first-child th {
      border-bottom: 1px solid #DDDDDD; }
    .league__table--full tr th, .league__table--full tr td {
      padding: 10px 15px; }
      .league__table--full tr th.position, .league__table--full tr th.team, .league__table--full tr td.position, .league__table--full tr td.team {
        border-right: 1px solid #DDDDDD; }
      .league__table--full tr th.played, .league__table--full tr th.won, .league__table--full tr th.drawn, .league__table--full tr th.lost, .league__table--full tr th.for, .league__table--full tr th.against, .league__table--full tr th.goal-difference, .league__table--full tr td.played, .league__table--full tr td.won, .league__table--full tr td.drawn, .league__table--full tr td.lost, .league__table--full tr td.for, .league__table--full tr td.against, .league__table--full tr td.goal-difference {
        display: none; }
    .league__table--full tr:nth-of-type(2) td.team:after {
      color: #FFC557;
      font-size: 2em;
      font-family: "FontAwesome";
      content: "\f0d8";
      position: absolute;
      color: #FFC557;
      font-size: 2em;
      right: 15px;
      top: calc(50% - 24px); }
    .league__table--full tr:nth-of-type(2) td, .league__table--full tr:nth-of-type(6) td {
      border-bottom: 1px dashed #0B1528; }
    .league__table--full tr:last-child td, .league__table--full tr:nth-last-child(3) td {
      background: #d8d9db; }
    .league__table--full tr:nth-last-child(2) td {
      background: #e6e7e9; }
  .league__footer {
    background: #000;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 22px;
    font-size: 0.875em;
    letter-spacing: 0.2em;
    color: white; }
    .league__footer:after {
      content: "";
      background: #f1ae13 url(../images/icons/plus.svg) center/27px 27px no-repeat;
      padding-left: 5px;
      height: 100%;
      width: 60px;
      border-left: 1px solid #000000;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: auto; }

@media only screen and (min-width: 768px) {
  .league__table--mini tr th, .league__table--mini tr td {
    padding: 25px 15px; }
    .league__table--mini tr th.played, .league__table--mini tr th.goal-difference, .league__table--mini tr td.played, .league__table--mini tr td.goal-difference {
      display: table-cell; }
  .league__table--full tr th, .league__table--full tr td {
    padding: 10px 0; }
    .league__table--full tr th.position, .league__table--full tr td.position {
      border-right: none; }
    .league__table--full tr th.team, .league__table--full tr th.played, .league__table--full tr th.against, .league__table--full tr th.goal-difference, .league__table--full tr td.team, .league__table--full tr td.played, .league__table--full tr td.against, .league__table--full tr td.goal-difference {
      border-right: 1px solid #DDDDDD; }
    .league__table--full tr th.won, .league__table--full tr th.drawn, .league__table--full tr th.lost, .league__table--full tr th.for, .league__table--full tr th.against, .league__table--full tr td.won, .league__table--full tr td.drawn, .league__table--full tr td.lost, .league__table--full tr td.for, .league__table--full tr td.against {
      width: 40px; }
    .league__table--full tr th.played, .league__table--full tr th.won, .league__table--full tr th.drawn, .league__table--full tr th.lost, .league__table--full tr th.for, .league__table--full tr th.against, .league__table--full tr th.goal-difference, .league__table--full tr td.played, .league__table--full tr td.won, .league__table--full tr td.drawn, .league__table--full tr td.lost, .league__table--full tr td.for, .league__table--full tr td.against, .league__table--full tr td.goal-difference {
      display: table-cell; } }

.statistics {
  display: none; }
  .statistics .inner__top .heading {
    margin: 0 0 25px auto; }
  .statistics__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;
    text-align: right; }
    .statistics__box--pos {
      margin-bottom: 30px; }
  .statistics__number {
    font-size: 6.8em;
    color: #b3bcce;
    line-height: 169px; }
  .statistics__text {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .2em;
    font-size: .75em;
    border-bottom: 1px solid #b3bcce;
    padding-bottom: 5px; }

@media only screen and (min-width: 992px) {
  .statistics {
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    display: block;
    margin-bottom: 105px; } }

.advertisement {
  transition: all .5s ease;
  opacity: 1;
  visibility: visible; }
  .advertisement--hidden {
    opacity: 0;
    visibility: hidden; }
  .advertisement__close {
    position: absolute;
    right: 10px;
    top: -105px; }
    .advertisement__close .inner {
      width: 40px;
      height: 40px;
      background: rgba(255, 255, 255, 0.2);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      color: #00205C;
      margin-bottom: 5px; }
  .advertisement a {
    display: block; }

@media only screen and (max-width: 991px) {
  .advertisement {
    position: fixed;
    bottom: 10px;
    width: 100%;
    left: 0;
    z-index: 4;
    padding: 0 10px; }
    .advertisement:after {
      display: none; }
    .advertisement img {
      margin: 0 auto; } }

@media only screen and (min-width: 441px) {
  .advertisement__close {
    max-width: 421px;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 auto;
    top: 0;
    right: 0; } }

@media only screen and (min-width: 992px) {
  .advertisement {
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex: 0 !important;
    flex: 0 !important;
    display: block;
    transition: none; }
    .advertisement__close {
      display: none; } }

.filter label.filter__dropdown select {
  padding: 10px 50px 10px 20px;
  color: #4b4f56;
  background: transparent;
  border: 1px solid #4b4f56;
  border-radius: 0;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  font-size: 0.75em;
  letter-spacing: 0.2em; }

.filter label.filter__dropdown select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #444; }

.filter label.filter__dropdown select::-ms-expand {
  display: none; }

.filter label.filter__dropdown {
  position: relative; }

.filter label.filter__dropdown:after {
  content: '<>';
  font: 14px Consolas, monospace;
  transform: rotate(90deg);
  right: 2px;
  top: -2px;
  border-bottom: 1px solid #4b4f56;
  position: absolute;
  pointer-events: none;
  width: 35px;
  padding: 0 0 5px 0;
  text-indent: 12px;
  color: #6d737e; }

.header__menu-toggle {
  width: 22px;
  height: 18px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }
  .header__menu-toggle span {
    display: block;
    position: absolute;
    height: 1.6px;
    width: 100%;
    background: white;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    .header__menu-toggle span:nth-child(1) {
      top: 0px; }
    .header__menu-toggle span:nth-child(2), .header__menu-toggle span:nth-child(3) {
      top: 9px; }
    .header__menu-toggle span:nth-child(4) {
      top: 18px; }
  .header__menu-toggle--open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%; }
  .header__menu-toggle--open span:nth-child(2) {
    transform: rotate(45deg); }
  .header__menu-toggle--open span:nth-child(3) {
    transform: rotate(-45deg); }
  .header__menu-toggle--open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%; }

.social {
  margin: 60px -15px 0;
  position: relative;
  background: #FFC557;
  height: 72px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .social__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    color: #000;
    transition: all .25s ease;
    opacity: 1;
    visibility: visible; }
    .social__text img {
      margin-right: 15px; }
  .social__icons {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 17px);
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
    max-width: 120px;
    width: 100%;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .social__icons li a {
      color: #00205C;
      font-size: 2em;
      transition: all .25s ease; }
      .social__icons li a:hover {
        color: white; }
  .social:hover .social__text {
    opacity: 0;
    visibility: hidden; }
  .social:hover .social__icons {
    opacity: 1;
    visibility: visible; }

@media only screen and (min-width: 992px) {
  .social {
    box-shadow: -14px 35px 32px -22px rgba(0, 0, 0, 0.75);
    margin: 40px 0 0 -20px; }
    .social__text {
      margin-left: -20px; }
    .social:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 72px 20px;
      border-color: transparent transparent #001a29 transparent;
      position: absolute;
      right: 0;
      top: 0; } }

.remodal--newsletter {
  margin-top: 20px; }
  .remodal--newsletter div.wpcf7 {
    margin-top: 20px; }
    .remodal--newsletter div.wpcf7 .ajax-loader {
      display: none !important; }
    .remodal--newsletter div.wpcf7 .wpcf7-form-control:not(.wpcf7-submit).wpcf7-not-valid + span {
      height: 45px;
      width: 45px; }
    .remodal--newsletter div.wpcf7 div.wpcf7-mail-sent-ok {
      font-size: 1em;
      color: #358c38; }
    .remodal--newsletter div.wpcf7 input[type="email"] {
      height: 45px;
      background: white;
      border: 1px solid #ccc;
      width: 100%;
      padding-left: 20px; }
      .remodal--newsletter div.wpcf7 input[type="email"]:focus {
        outline: none; }
    .remodal--newsletter div.wpcf7 input[type="submit"] {
      height: 45px;
      width: 100%;
      background: #00205C;
      color: white;
      font-weight: 500;
      font-size: .875em;
      letter-spacing: .2em;
      text-transform: uppercase;
      outline: none;
      border: none;
      cursor: pointer; }

.remodal--newsletter {
  text-align: left; }
  .remodal--newsletter .inner-top {
    margin-bottom: 25px; }
  .remodal--newsletter .remodal-close {
    left: auto;
    right: 0; }

.error404__content {
  margin-top: 65px;
  padding: 100px 0 150px;
  text-align: center; }
  .error404__content h1 {
    font-size: 7em;
    color: #FFC557;
    line-height: 170px;
    margin-bottom: 30px; }

@media only screen and (min-width: 992px) {
  .error404__content {
    margin-top: 80px; } }

.has-cookie-bar #catapult-cookie-bar {
  padding: 10px 20px;
  font-size: 0.875em; }

.wpcf7 div.wpcf7-validation-errors, .wpcf7 div.wpcf7-acceptance-missing {
  display: none !important; }

.wpcf7 div.wpcf7-mail-sent-ok {
  border: none;
  margin: 40px 0 0;
  padding: 0;
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  font-weight: bold; }

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 15px; }

.wpcf7 .wpcf7-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .wpcf7 .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-acceptance) {
    width: 100%;
    border: none;
    background: #f9f9f9;
    outline: none;
    resize: none;
    font: 1em "Futura", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 60px;
    padding: 0 20px; }
    .wpcf7 .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-acceptance).wpcf7-not-valid {
      border: 1px solid #e38a8c; }
      .wpcf7 .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-acceptance).wpcf7-not-valid + span {
        font-size: 0;
        position: absolute;
        width: 60px;
        height: 60px;
        top: 0;
        right: 0;
        background-image: url(../images/icons/cross-red.svg);
        background-size: 12.5px;
        background-position: center;
        background-repeat: no-repeat; }
  .wpcf7 .wpcf7-form-control.wpcf7-textarea {
    height: 210px;
    padding: 20px; }
  .wpcf7 .wpcf7-form-control.wpcf7-select {
    background-image: url(../images/icons/arrow-down.svg);
    background-position: 98% center;
    background-size: auto 8px;
    background-repeat: no-repeat; }
  .wpcf7 .wpcf7-form-control.wpcf7-submit {
    display: block;
    border: none;
    outline: none;
    height: 60px;
    width: 100%;
    background: #FFC557;
    text-transform: uppercase;
    font: 1em "Futura", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white; }
  .wpcf7 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item, .wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item, .wpcf7 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0 0 10px 0;
    width: 100%; }
    .wpcf7 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label, .wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label, .wpcf7 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
      cursor: pointer;
      color: #a7a7a7;
      font-weight: 500; }

.eyebrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  background: #00205C;
  padding-left: 15px; }
  .eyebrow__partners {
    display: none; }
  .eyebrow__buttons {
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  .eyebrow__link {
    font-size: .75em;
    font-weight: 500;
    letter-spacing: .2em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    text-transform: uppercase; }
    .eyebrow__link:after {
      content: "";
      margin-left: 15px;
      width: 13.5px;
      height: 13.5px; }
    .eyebrow__link:not(.eyebrow__link--primary) {
      color: white; }
      .eyebrow__link:not(.eyebrow__link--primary):after {
        background: url(../images/icons/link-light.svg) center/cover; }
    .eyebrow__link--primary {
      background: #FFC557;
      padding: 0 25px 0 20px;
      color: #00205C !important;
      -ms-flex: 1;
      flex: 1;
      -ms-flex-pack: center;
      justify-content: center; }
      .eyebrow__link--primary:after {
        background: url(../images/icons/link-dark.svg) center/cover; }
      .eyebrow__link--primary span {
        margin: 0 5px; }
    .eyebrow__link--ep {
      height: 44px;
      width: 24px;
      overflow: hidden;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding: 0; }
      .eyebrow__link--ep:after {
        display: none; }
    .eyebrow__link--shop:after {
      display: none; }
    .eyebrow__link--shop img {
      width: 24px; }
    .eyebrow__link--shop span {
      display: none; }

@media only screen and (max-width: 768px) {
  .eyebrow__buttons {
    -ms-flex: 1;
    flex: 1; } }

@media only screen and (min-width: 500px) {
  .eyebrow {
    padding-left: 0; }
    .eyebrow__link--ep {
      width: auto;
      padding: 0 16px; }
    .eyebrow__link--shop {
      background: #001843; }
      .eyebrow__link--shop:after,
      .eyebrow__link--shop span {
        display: inline-block; }
      .eyebrow__link--shop img {
        display: none; } }

@media only screen and (min-width: 769px) {
  .eyebrow {
    padding: 0 0 0 15px; }
    .eyebrow__partners {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      font-weight: bold;
      text-transform: uppercase;
      font-size: .625em;
      letter-spacing: .2em;
      color: #8090ae;
      margin-right: auto; }
      .eyebrow__partners li:not(:last-of-type) {
        margin-right: 15px; }
    .eyebrow__link--ep {
      width: 24px;
      padding: 0; }
    .eyebrow__link--shop {
      background: transparent; }
    .eyebrow__link--primary span {
      display: none; } }

@media only screen and (min-width: 992px) {
  .eyebrow {
    padding: 0 0 0 40px; }
    .eyebrow__link--ep {
      width: auto; }
    .eyebrow__link--shop {
      padding: 0 20px; }
    .eyebrow__link--primary span {
      display: block; } }

@media only screen and (min-width: 1200px) {
  .eyebrow {
    padding: 0 0 0 40px; } }

.news-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
  box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.08); }
  .news-card__image {
    position: relative;
    overflow: hidden;
    padding: 24% 0; }
  .news-card__imageinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
    will-change: transform; }
  .news-card__body {
    padding: 20px;
    -ms-flex: 1;
    flex: 1;
    color: #00205C; }
  .news-card__date {
    font-size: .75em;
    font-weight: 300;
    font-style: italic;
    color: #6D737E;
    margin-bottom: 10px;
    display: block; }
  .news-card__title {
    font-weight: bold;
    font-size: 1.125em;
    color: #00205C;
    line-height: 21px;
    transition: all .5s ease;
    will-change: transform; }
  .news-card:hover .news-card__imageinner {
    transform: scale(1.2); }
  .news-card:hover .news-card__title {
    text-decoration: underline; }
  .news-card--row .news-card__title {
    margin-bottom: 15px; }

@media only screen and (min-width: 650px) {
  .news-card--row {
    -ms-flex-direction: row;
    flex-direction: row; }
    .news-card--row .news-card__image {
      width: 50%; }
    .news-card--row .news-card__body {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-item-align: center;
      align-self: center;
      -ms-flex: 1;
      flex: 1;
      padding: 40px 30px; } }

@media only screen and (min-width: 768px) {
  .news-card__image {
    height: 160px;
    padding: 0; }
  .news-card--row .news-card__image {
    height: auto;
    padding: 20%; }
  .news-card--row .news-card__title {
    font-size: 1.75em;
    line-height: 34px; } }

@media only screen and (min-width: 992px) {
  .news-card--row .news-card__image {
    width: 60%; } }

/* Components Payload
================================================ */
.home .border-column:after, .home .youtube-column:after {
  margin: 40px auto; }

.home .pitchero {
  position: relative; }

.home .youtube-video__wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .home .youtube-video__wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.home .youtube-video__footer {
  background: #00205C;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 22px;
  font-size: 0.75em;
  letter-spacing: .2em;
  font-weight: 500;
  color: white; }
  .home .youtube-video__footer:after {
    content: "";
    background: #f1ae13 url(../images/icons/plus.svg) center/20px no-repeat;
    padding-left: 5px;
    height: 100%;
    width: 45px;
    border-left: 1px solid #000000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto; }

@media only screen and (min-width: 768px) {
  .home .youtube-video__footer {
    height: 65px; }
    .home .youtube-video__footer:after {
      width: 65px;
      background-size: 27px; } }

.blog__articles .news-card {
  margin-bottom: 30px; }

.blog .featured {
  margin-bottom: 30px; }

.blog__articles .alm-load-more-btn {
  color: #FFC557;
  font-weight: bold;
  background: none;
  border: none;
  outline: none;
  font-size: 1.125em;
  letter-spacing: .2em;
  text-transform: uppercase;
  transition: all .5s ease; }
  .blog__articles .alm-load-more-btn.done {
    opacity: 0; }

@media only screen and (min-width: 650px) {
  .blog__articles .alm-reveal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .blog__articles .news-card {
    width: calc(100% / 2 - 15px);
    margin-right: 30px; }
    .blog__articles .news-card:nth-of-type(2n) {
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .blog__articles .news-card {
    width: calc(100% / 3 - 20px); }
    .blog__articles .news-card:nth-of-type(2n) {
      margin-right: 30px; }
    .blog__articles .news-card:nth-of-type(3n) {
      margin-right: 0; } }

.page-id-558 .content__body table tr td:nth-of-type(1):before {
  content: "DATE"; }

.page-id-558 .content__body table tr td:nth-of-type(2):before {
  content: "OPPONENT"; }

.page-id-558 .content__body table tr td:nth-of-type(3):before {
  content: "FIRST"; }

.page-id-558 .content__body table tr td:nth-of-type(4):before {
  content: "SECOND"; }

.page-id-558 .content__body table tr td:nth-of-type(5):before {
  content: "THIRD"; }

.page-id-909 .content__body table tr td:nth-of-type(1):before {
  content: "Category"; }

.page-id-909 .content__body table tr td:nth-of-type(2):before {
  content: "Matchday"; }

.sponsors .sponsor-blocks__cat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sponsors .sponsor-blocks__cat--headline .sponsor-card {
    height: 283px; }
    .sponsors .sponsor-blocks__cat--headline .sponsor-card__image img {
      max-width: 70%; }
  .sponsors .sponsor-blocks__cat:not(.sponsor-blocks__cat--headline) .sponsor-card {
    width: calc(100% / 2 - 15px);
    height: 129px; }
    .sponsors .sponsor-blocks__cat:not(.sponsor-blocks__cat--headline) .sponsor-card:nth-of-type(2n) {
      margin-right: 0; }
  .sponsors .sponsor-blocks__cat:not(:last-of-type) {
    margin-bottom: 40px; }

.sponsors .sponsor-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 30px;
  margin-bottom: 30px;
  background: white;
  box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.08);
  transition: all .5s ease; }
  .sponsors .sponsor-card__image {
    display: block; }
    .sponsors .sponsor-card__image img {
      max-height: 115px;
      max-width: 60%;
      height: auto;
      display: block;
      margin: 0 auto; }
  .sponsors .sponsor-card:hover {
    box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.15); }

@media only screen and (max-width: 767px) {
  .sponsors .sponsor-blocks__cat--headline .sponsor-card {
    margin-right: 0;
    width: 100%;
    height: 200px; } }

@media only screen and (min-width: 768px) {
  .sponsors .sponsor-blocks__cat--headline .sponsor-card {
    width: calc(100% / 2 - 17.5px); }
    .sponsors .sponsor-blocks__cat--headline .sponsor-card:nth-of-type(2n) {
      margin-right: 0; }
  .sponsors .sponsor-blocks__cat:not(.sponsor-blocks__cat--headline) .sponsor-card {
    width: calc(100% / 4 - 26.25px); }
    .sponsors .sponsor-blocks__cat:not(.sponsor-blocks__cat--headline) .sponsor-card:nth-of-type(2n) {
      margin-right: 35px; }
    .sponsors .sponsor-blocks__cat:not(.sponsor-blocks__cat--headline) .sponsor-card:nth-of-type(4n) {
      margin-right: 0; }
  .sponsors .sponsor-blocks__cat:not(:last-of-type) {
    margin-bottom: 65px; }
  .sponsors .sponsor-card {
    margin-right: 35px;
    margin-bottom: 35px; } }

.overview--academy .academy-welcome {
  padding: 30px;
  border-bottom: 10px solid #FFC557;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }
  .overview--academy .academy-welcome__logo {
    margin-bottom: 30px;
    width: 80%;
    max-width: 300px; }
  .overview--academy .academy-welcome__heading {
    color: #fff;
    max-width: 560px;
    font-weight: 600;
    font-size: 22px;
    text-align: center; }

.overview--academy .children {
  margin-bottom: -30px; }
  .overview--academy .children .child-card {
    margin-bottom: 30px;
    position: relative;
    height: 300px;
    padding: 15px 85px 15px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    background: #00205C; }
    .overview--academy .children .child-card:after {
      position: absolute;
      bottom: 0;
      right: 0;
      display: block;
      content: "";
      height: 60px;
      width: 60px;
      background: #f1ae13 url(../images/icons/plus.svg) center/27px 27px no-repeat; }
    .overview--academy .children .child-card__image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      transition: all .3s ease; }
    .overview--academy .children .child-card__title {
      position: relative;
      color: #fff;
      font-size: 22px;
      font-weight: bold; }
    .overview--academy .children .child-card:hover .child-card__image {
      transform: scale(1.1);
      opacity: .7; }

.inner__subnav {
  margin-bottom: 40px; }
  .inner__subnav .subnav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .inner__subnav .subnav > li {
      position: relative; }
      .inner__subnav .subnav > li a {
        font-size: 0.875em;
        font-weight: 500;
        color: #00205C;
        transition: all .2s ease; }
        .inner__subnav .subnav > li a:visited {
          color: #00205C; }
        .inner__subnav .subnav > li a:hover {
          color: #FFC557; }
      .inner__subnav .subnav > li.current_page_item a {
        color: #FFC557;
        font-weight: bold; }

@media only screen and (min-width: 600px) {
  .overview--academy .children .child-card {
    height: 400px; } }

@media only screen and (max-width: 767px) {
  .inner__subnav .subnav {
    margin-bottom: -15px; }
    .inner__subnav .subnav > li {
      margin-bottom: 15px; }
      .inner__subnav .subnav > li:not(:last-child) {
        margin-right: 10px; }
      .inner__subnav .subnav > li a {
        padding: 5px 15px;
        border: 1px solid #00205C; }
      .inner__subnav .subnav > li.current_page_item a {
        border-color: #FFC557; } }

@media only screen and (min-width: 768px) {
  .overview--academy .academy-welcome {
    height: 415px; }
    .overview--academy .academy-welcome__heading {
      font-size: 38px;
      line-height: 44px; }
  .overview--academy .children {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .overview--academy .children .child-card {
      width: calc(50% - 15px); }
      .overview--academy .children .child-card:not(:nth-child(2n)) {
        margin-right: 30px; }
  .inner__subnav .subnav {
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media only screen and (min-width: 1025px) {
  .overview--academy .children .child-card {
    height: 500px; } }

@media only screen and (min-width: 1200px) {
  .inner__subnav .subnav {
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .inner__subnav .subnav > li {
      position: relative; }
      .inner__subnav .subnav > li:not(:last-child):after {
        content: '';
        position: relative;
        width: 1px;
        top: 1px;
        height: 10px;
        background: #00205C;
        margin: 0 15px;
        display: inline-block; } }

.academy-team .team-group:not(:last-child) {
  margin-bottom: 60px; }

.academy-team .team-group__heading {
  color: #6D737E;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold; }

.academy-team .team-group__wrap .team-card {
  box-shadow: 0 3px 19px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  border-bottom: 5px solid #FFC557; }
  .academy-team .team-group__wrap .team-card__top {
    display: -ms-flexbox;
    display: flex; }
  .academy-team .team-group__wrap .team-card__image {
    background-color: #AAACAC;
    width: 50%;
    padding-bottom: 50%;
    background-repeat: no-repeat; }
    .academy-team .team-group__wrap .team-card__image--default {
      background-position: center bottom;
      background-size: 100% auto; }
    .academy-team .team-group__wrap .team-card__image:not(.team-card__image--default) {
      background-size: cover;
      background-position: center top; }
  .academy-team .team-group__wrap .team-card__title {
    background: #00205C;
    color: #fff;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 20px; }
    .academy-team .team-group__wrap .team-card__title > p {
      font-weight: 600; }
      .academy-team .team-group__wrap .team-card__title > p.name {
        font-size: 14px; }
      .academy-team .team-group__wrap .team-card__title > p.role {
        font-size: 12px; }
  .academy-team .team-group__wrap .team-card__bio {
    padding: 20px;
    color: #00205C; }
    .academy-team .team-group__wrap .team-card__bio p {
      font-size: 12px;
      line-height: 18px;
      font-weight: 600; }
    .academy-team .team-group__wrap .team-card__bio > *:not(:last-child) {
      margin-bottom: 20px; }

@media only screen and (min-width: 600px) {
  .academy-team .team-group__wrap .team-card {
    display: -ms-flexbox;
    display: flex; }
    .academy-team .team-group__wrap .team-card__top {
      -ms-flex-direction: column;
      flex-direction: column;
      width: 175px; }
    .academy-team .team-group__wrap .team-card__image {
      width: 100%;
      padding-bottom: 100%; }
    .academy-team .team-group__wrap .team-card__title {
      min-height: 120px; }
    .academy-team .team-group__wrap .team-card__bio {
      -ms-flex: 1;
      flex: 1;
      padding: 5%; } }

@media only screen and (min-width: 1200px) {
  .academy-team .team-group:not(:last-child) {
    margin-bottom: 60px; }
  .academy-team .team-group__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .academy-team .team-group__wrap .team-card {
      width: calc(50% - 15px); }
      .academy-team .team-group__wrap .team-card:not(:nth-child(2n)) {
        margin-right: 30px; }
      .academy-team .team-group__wrap .team-card__top {
        width: 150px; }
      .academy-team .team-group__wrap .team-card__image {
        padding-bottom: 130%; } }

/* Media Queries
================================================ */
/* GENERAL STYLES
***************************************/
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

@media only screen and (min-width: 30.0625em) {
  /* GENERAL STYLES
***************************************/ }

@media only screen and (min-width: 48em) {
  /* GENERAL STYLES
***************************************/ }

@media only screen and (min-width: 62em) {
  /* GENERAL STYLES
***************************************/ }

@media only screen and (min-width: 75em) {
  /* GENERAL STYLES
***************************************/ }

@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

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