/*!
Theme Name: Riverview FC Website
Author: Highscore Web Design
Author URI: https://www.highscore.co.uk
Description: Riverview FC Website Theme
Version: 1.0.0
*/
/* BASE - Base styles, Normalize, Colours, Typography */
/* colours */
/* base */
/* borders */
/* BASIC STYLES
 * ------------------------------------------------ */
html {
  font-size: 62.5%;
}
@media (min-width: 1921px) {
  html {
    font-size: 72.5%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 58.5%;
  }
}

body {
  height: 100%;
  position: relative;
  text-align: center;
  font-weight: 300;
  color: #012766;
  background: white;
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
  line-height: 1.7;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.stop-transitions * {
  transition: none !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.stop-transitions * {
    transition: all !important;
  }
}

/* Text-level semantics */
hr {
  border: none;
  width: 60px;
  height: 2px;
  background: #012766;
}

p {
  margin: 0;
  padding: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

address {
  margin: 0;
}

dfn {
  font-style: italic;
}

mark {
  color: white;
  line-height: 1.4;
  position: relative;
  padding: 0.5rem 15px;
  background: #012766;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

ins {
  color: white;
  background-color: #012766;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

strong {
  font-weight: 500;
}

.hyphenate {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/* images */
img {
  border: none;
  display: block;
  font-size: 100%;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  background: transparent;
}

/* Blockquotes */
blockquote {
  quotes: none;
  border: none;
  margin: 0;
  padding: 0;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

/* LISTS
 * ------------------------------------------------ */
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

ul li,
ol li,
dl li {
  list-style-position: outside;
}

/* BUTTONS & LINKS
 * ------------------------------------------------ */
a, a[href^=tel] {
  color: #012766;
  cursor: pointer;
  outline: 0 !important;
  text-decoration: none;
}
a:hover, a:focus, a[href^=tel]:hover, a[href^=tel]:focus {
  cursor: pointer;
  text-decoration: none;
  color: #012766;
}

button, input[type=button] {
  outline: 0 !important;
}

/* HEADINGS
 * ------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  position: relative;
  text-transform: uppercase;
  color: #012766;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  word-spacing: 0.02rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* POSITIONING
 * ------------------------------------------------ */
.top {
  top: 0;
  position: relative;
}

.bottom {
  bottom: 0;
  position: relative;
}

/* EXTRAS
 * ------------------------------------------------ */
* {
  outline: none !important;
}

/* Mozilla based browsers */
::-moz-selection {
  background-color: #012766;
  color: white;
}

/* Works in Safari */
::-moz-selection {
  background-color: #012766;
  color: white;
}
::selection {
  background-color: #012766;
  color: white;
}

/* BORDERS
--------------------------------------------*/
/* rounded borders */
.border-rounded {
  overflow: hidden;
  border-radius: 0;
}

/* default border */
.border {
  border-style: solid;
}

/* sizes */
.border-xs {
  border-width: 2px;
}

.border-sm {
  border-width: 3px;
}

.border-md {
  border-width: 5px;
}

.border-lg {
  border-width: 10px;
}
@media (max-width: 767px) {
  .border-lg {
    border-width: 7px;
  }
}

/* blue - light */
.border-blue-light {
  border-color: #edf5fd;
}

/* blue - medium */
.border-blue-medium {
  border-color: #136ADB;
}

/* blue - dark*/
.border-blue-dark {
  border-color: #012766;
}

/* white */
.border-white {
  border: solid white;
}

/* border outline */
.outline {
  outline-width: 2px !important;
  outline-style: solid !important;
}
.outline-sm {
  outline-offset: -15px !important;
}
.outline-lg {
  outline-offset: -20px !important;
}
.outline-white {
  outline-color: rgba(255, 255, 255, 0.4) !important;
}
.outline-blue {
  outline-color: #012766 !important;
}

/* BOX
--------------------------------------------*/
/* padding - xxxlg */
/* padding - xxlg */
/* padding - xlg */
/* padding - lg */
/* padding - sm */
/* padding - sm */
/* padding - xs */
/* box - default */
.box.padding-xxxlg {
  padding: 95px 200px;
}
@media (min-width: 1921px) {
  .box.padding-xxxlg {
    padding: 110px 240px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box.padding-xxxlg {
    padding: 75px 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box.padding-xxxlg {
    padding: 60px 130px;
  }
}
@media (max-width: 767px) {
  .box.padding-xxxlg {
    padding: 50px 40px;
  }
}
.box.padding-xxlg {
  padding: 85px 150px;
}
@media (min-width: 1921px) {
  .box.padding-xxlg {
    padding: 95px 160px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box.padding-xxlg {
    padding: 70px 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box.padding-xxlg {
    padding: 50px 90px;
  }
}
@media (max-width: 767px) {
  .box.padding-xxlg {
    padding: 50px 40px;
  }
}
.box.padding-xlg {
  padding: 65px 60px;
}
@media (min-width: 1921px) {
  .box.padding-xlg {
    padding: 75px 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box.padding-xlg {
    padding: 60px 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box.padding-xlg {
    padding: 50px 45px;
  }
}
@media (max-width: 767px) {
  .box.padding-xlg {
    padding: 40px 35px;
  }
}
.box.padding-lg {
  padding: 55px 50px;
}
@media (min-width: 1921px) {
  .box.padding-lg {
    padding: 65px 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box.padding-lg {
    padding: 45px 35px;
  }
}
@media (max-width: 991px) {
  .box.padding-lg {
    padding: 40px 35px;
  }
}
.box.padding-md {
  padding: 45px 40px;
}
@media (min-width: 1921px) {
  .box.padding-md {
    padding: 55px 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box.padding-md {
    padding: 45px 35px;
  }
}
@media (max-width: 991px) {
  .box.padding-md {
    padding: 40px 35px;
  }
}
.box.padding-sm {
  padding: 35px 30px;
}
@media (min-width: 1921px) {
  .box.padding-sm {
    padding: 45px 40px;
  }
}
@media (max-width: 1199px) {
  .box.padding-sm {
    padding: 30px 25px;
  }
}
.box.padding-xs {
  padding: 20px 30px;
}
/* SHADOWS
--------------------------------------------*/
.box-shadow {
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.4);
}

.box-shadow-light {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.box-shadow-dark {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}

/* FLEX LAYOUT
--------------------------------------------*/
/* base flex rows/columns */
.row-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-left: -15px;
  margin-right: -15px;
}

.col-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* flex column sizes */
.col-flex-xs-1,
.col-flex-xs-2,
.col-flex-xs-3,
.col-flex-xs-4,
.col-flex-xs-5,
.col-flex-xs-6,
.col-flex-xs-7,
.col-flex-xs-8,
.col-flex-xs-9,
.col-flex-xs-10,
.col-flex-xs-11,
.col-flex-xs-12,
.col-flex-xs-12-5,
.col-flex-sm-1,
.col-flex-sm-2,
.col-flex-sm-3,
.col-flex-sm-4,
.col-flex-sm-5,
.col-flex-sm-6,
.col-flex-sm-7,
.col-flex-sm-8,
.col-flex-sm-9,
.col-flex-sm-10,
.col-flex-sm-11,
.col-flex-sm-12,
.col-flex-sm-12-5,
.col-flex-md-1,
.col-flex-md-2,
.col-flex-md-3,
.col-flex-md-4,
.col-flex-md-5,
.col-flex-md-6,
.col-flex-md-7,
.col-flex-md-8,
.col-flex-md-9,
.col-flex-md-10,
.col-flex-md-11,
.col-flex-md-12,
.col-flex-md-12-5,
.col-flex-lg-1,
.col-flex-lg-2,
.col-flex-lg-3,
.col-flex-lg-4,
.col-flex-lg-5,
.col-flex-lg-6,
.col-flex-lg-7,
.col-flex-lg-8,
.col-flex-lg-9,
.col-flex-lg-10,
.col-flex-lg-11,
.col-flex-lg-12,
.col-flex-lg-12-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-flex-xs-1 {
  -webkit-flex: 0 0 8.333333%;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-flex-xs-2 {
  -webkit-flex: 0 0 16.666667%;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-flex-xs-3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-flex-xs-4 {
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-flex-xs-5 {
  -webkit-flex: 0 0 41.666667%;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-flex-xs-6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-flex-xs-7 {
  -webkit-flex: 0 0 58.333333%;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-flex-xs-8 {
  -webkit-flex: 0 0 66.666667%;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-flex-xs-9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-flex-xs-10 {
  -webkit-flex: 0 0 83.333333%;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-flex-xs-11 {
  -webkit-flex: 0 0 91.666667%;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-flex-xs-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.col-flex-xs-12-5 {
  -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

.order-first {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 768px) {
  .col-flex-sm-1 {
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-flex-sm-2 {
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-flex-sm-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-flex-sm-4 {
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-flex-sm-5 {
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-flex-sm-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-flex-sm-7 {
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-flex-sm-8 {
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-flex-sm-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-flex-sm-10 {
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-flex-sm-11 {
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-flex-sm-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .col-flex-sm-12-5 {
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .order-sm-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-flex-md-1 {
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-flex-md-2 {
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-flex-md-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-flex-md-4 {
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-flex-md-5 {
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-flex-md-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-flex-md-7 {
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-flex-md-8 {
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-flex-md-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-flex-md-10 {
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-flex-md-11 {
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-flex-md-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .col-flex-md-12-5 {
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .order-md-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-flex-lg-1 {
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-flex-lg-2 {
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-flex-lg-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-flex-lg-4 {
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-flex-lg-5 {
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-flex-lg-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-flex-lg-7 {
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-flex-lg-8 {
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-flex-lg-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-flex-lg-10 {
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-flex-lg-11 {
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-flex-lg-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .col-flex-lg-12-5 {
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .order-lg-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
/* GUTTERS
 * ------------------------------------------------ */
/* NO GUTTERS */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters div[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* GUTTER SIZES */
.gutters-default {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.gutters-default div[class^=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 1921px) {
  .gutters-default {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .gutters-default div[class^=col] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.gutters-20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.gutters-20 div[class^=col] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (max-width: 991px) {
  .gutters-20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .gutters-20 div[class^=col] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.gutters-25 {
  margin-left: -25px !important;
  margin-right: -25px !important;
}
.gutters-25 div[class^=col] {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media (max-width: 991px) {
  .gutters-25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .gutters-25 div[class^=col] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.gutters-30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
.gutters-30 div[class^=col] {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media (max-width: 991px) {
  .gutters-30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .gutters-30 div[class^=col] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.gutters-40 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}
.gutters-40 div[class^=col] {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 991px) {
  .gutters-40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .gutters-40 div[class^=col] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.gutters-50 {
  margin-left: -50px !important;
  margin-right: -50px !important;
}
.gutters-50 div[class^=col] {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media (max-width: 767px) {
  .gutters-50 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .gutters-50 div[class^=col] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* GUTTER RESETS */
@media (max-width: 1199px) {
  .gutters-reset-md-xs {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .gutters-reset-md-xs div[class^=col] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

a,
.btn,
.btn:before,
.btn:after,
.gform_button,
.gform_button i,
.form-control,
.link,
.link:before,
.link-alt,
.link-alt:before,
.play-icon,
.play-icon:before,
.panel,
.panel a,
.panel a:after,
.download .caption,
.download .download-icon:before,
.download .title,
.category-navigation a:after,
.bg-img,
.bg-scale .bg-img,
.bg-scale .img-responsive,
.btn-close:after,
.slick-dots li button,
.slick-arrow,
.slick-arrow:before,
.header-wrapper,
.header-wrapper:after,
.header,
.img-wrapper,
.img-overlay,
.img-caption,
.logo,
.nav-wrapper,
.nav-wrapper a,
.nav-wrapper a:before,
.nav-wrapper a:after,
.nav-wrapper-secondary,
.nav-menu-btn,
.nav-menu-btn .nav-icon-bar,
.nav-primary,
.nav-secondary,
.sub-menu-wrapper,
.dropdown-overlay,
.social-links a,
.cta-caption:after,
.cta-caption .caption,
.cta-caption .caption-flex,
.cta-caption .caption-flex:after,
.cta-caption .title,
.cta-caption .link-alt,
.cta-caption .link-alt:after,
.cta-border,
.cta-border .border,
.gallery-thumbnails .img-wrapper-flex:before,
.gallery-thumbnails .img-wrapper-flex:after,
.vjs-big-play-button:before,
.vjs-big-play-button:after,
.page-link a:after,
.modal-close:after,
.team-thumbnail .title,
#siteWrapper,
#globalHeader,
#mainWrapper,
#sidebarNav {
  transition: all 400ms cubic-bezier(0.76, 0, 0.24, 1);
}

.showme {
  transition: opacity 1s ease;
  transition-delay: 0.2s;
}

.showme-first {
  transition: all 1.8s ease;
  transition-delay: 0.8s;
}

.showme-second {
  transition: all 2s ease;
  transition-delay: 1.8s;
}

.showme-third {
  transition: all 2s ease;
  transition-delay: 2.6s;
}

/* CONTENT EFFECTS
 * ------------------------------------------------ */
/* bg scale */
.bg-scale:hover .bg-img,
.bg-scale:hover .img-responsive {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* FADES
 * ------------------------------------------------ */
.hideme {
  opacity: 0;
}

.hideme-up {
  opacity: 0;
}

.showme {
  opacity: 1;
}

.showme-up {
  opacity: 1;
}

/* LOADING ANIMATION
 * ------------------------------------------------ */
#loader {
  opacity: 1;
  z-index: 1;
  width: 80px;
  height: 80px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  position: fixed;
  background: url(../img/loading.svg) no-repeat left top;
  background-size: 80px 80px;
}

/* IMPORTANT - Individual site components */
/* ICONS
--------------------------------------------*/
/* play icon */
.play-icon {
  z-index: 5;
  border-radius: 100%;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .play-icon {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 767px) {
  .play-icon {
    width: 50px;
    height: 50px;
  }
}
.play-icon:before {
  content: "\e90d";
  z-index: 2;
  color: #136ADB;
  font-size: 2.2rem;
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 2px;
  text-indent: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .play-icon:before {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .play-icon:before {
    font-size: 2rem;
  }
}

a:hover .play-icon {
  background: #136ADB;
}
a:hover .play-icon:before {
  color: white;
}

/* BUTTONS
--------------------------------------------*/
.btn-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px !important;
}
.btn-wrapper .btn {
  margin-top: 15px;
}

/* primary button styles */
.btn {
  margin: 0;
  cursor: pointer;
  border: 2px solid;
  overflow: hidden;
  text-align: left;
  position: relative;
  display: inline-block;
  outline: none !important;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-weight: normal;
  border-radius: 0;
  padding: 10px 17px 12px;
  font-size: 2.1rem;
  line-height: 1;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.4);
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  word-spacing: 0.02rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991px) {
  .btn {
    font-size: 2rem;
    padding: 9px 15px 11px;
  }
}
.btn:hover, .btn:focus, .btn:active {
  outline: none !important;
}

/* button branding */
/* button hover branding */
/* button - white */
.btn-white {
  border-color: white;
  background-color: white;
  color: #012766;
}
.btn-white:hover, .btn-white:focus {
  color: white;
  background: transparent;
  border-color: white;
}

a:hover .btn-white,
a:focus .btn-white {
  color: white;
  background: transparent;
  border-color: white;
}

/* button - blue dark */
.btn-blue-dark {
  border-color: #012766;
  background-color: #012766;
  color: white;
}
.btn-blue-dark:hover, .btn-blue-dark:focus {
  color: #012766;
  background: transparent;
  border-color: #012766;
}
.btn-blue-dark:hover, .btn-blue-dark:focus {
  color: #012766;
  background: transparent;
  border-color: #012766;
}

a:hover .btn-blue-dark,
a:focus .btn-blue-dark {
  color: #012766;
  background: transparent;
  border-color: #012766;
}

/* button - blue medium */
.btn-blue-medium {
  border-color: #136ADB;
  background-color: #136ADB;
  color: white;
}
.btn-blue-medium:hover, .btn-blue-medium:focus {
  color: #136ADB;
  background: transparent;
  border-color: #136ADB;
}
.btn-blue-medium:hover, .btn-blue-medium:focus {
  color: #136ADB;
  background: transparent;
  border-color: #136ADB;
}

a:hover .btn-blue-medium,
a:focus .btn-blue-medium {
  color: #136ADB;
  background: transparent;
  border-color: #136ADB;
}

/* close button */
.btn-close {
  z-index: 999;
  display: block;
  color: white;
  font-size: 2rem;
  padding-right: 35px;
  background: transparent;
  top: -50px;
  right: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .btn-close {
    top: 18px;
    right: 20px;
    font-size: 1.8rem;
    padding-right: 28px;
    color: #012766;
  }
}
.btn-close:hover, .btn-close:focus {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .btn-close:hover, .btn-close:focus {
    color: #012766;
  }
}
.btn-close:hover:after, .btn-close:focus:after {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .btn-close:hover:after, .btn-close:focus:after {
    color: #012766;
  }
}
.btn-close:after {
  color: white;
  content: "\e90b";
  font-size: 2.6rem;
  font-family: "icomoon";
  top: -3px;
  right: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .btn-close:after {
    top: -2px;
    font-size: 2.2rem;
    color: #012766;
  }
}

/* SLICK
--------------------------------------------*/
.slider-wrapper {
  visibility: hidden;
}

/* slick slider */
.slick-track {
  margin-left: 0;
  margin-right: 0;
}

.slick-track,
.slick-list {
  -webkit-perspective: 2000;
          perspective: 2000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slick-slider {
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.slick-initialized {
  height: 100%;
  visibility: visible;
}

/* slick slider */
.slick-slider {
  display: none;
}
.slick-slider.slick-initialized {
  display: block;
}

/* slick dots - base */
.slick-dots li {
  padding-left: 0 !important;
  line-height: 1;
  list-style: none;
  display: inline-block;
}
.slick-dots li:not(:last-of-type) {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .slick-dots li:not(:last-of-type) {
    margin-right: 12px;
  }
}
.slick-dots li:hover button, .slick-dots li:focus button, .slick-dots li.slick-active button {
  background: white;
  border-color: white;
}
.slick-dots li > li:only-child {
  display: none;
}
.slick-dots li button {
  padding: 0;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 100%;
  display: inline-block;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  background: transparent;
}

/* slick dots - black */
.slick-dots-black li:hover button, .slick-dots-black li:focus button, .slick-dots-black li.slick-active button {
  background: #1d1912;
  border-color: #1d1912;
}
.slick-dots-black li button {
  border-color: #1d1912;
}

/* slick dots - blue */
.slick-dots-blue li:hover button, .slick-dots-blue li:focus button, .slick-dots-blue li.slick-active button {
  background: #012766;
  border-color: #012766;
}
.slick-dots-blue li button {
  border-color: #012766;
}

/* slick dots - center */
.slick-dots-center {
  text-align: center;
}

/* slick arrows */
.slick-arrow {
  z-index: 3;
  padding: 0;
  border: none;
  cursor: pointer;
  color: transparent;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1199px) {
  .slick-arrow {
    top: auto;
    bottom: -20px;
    width: 30px;
    height: 30px;
  }
}
.slick-arrow:hover:before, .slick-arrow:focus:before {
  color: rgba(1, 39, 102, 0.6);
}
.slick-arrow:before {
  font-size: 4rem;
  color: #012766;
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .slick-arrow:before {
    font-size: 3rem;
  }
}
.slick-arrow.slick-prev {
  left: -90px;
}
@media (max-width: 1199px) {
  .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -40px;
  }
}
.slick-arrow.slick-prev:before {
  content: "\e903";
  margin-left: -1px;
}
@media (max-width: 1199px) {
  .slick-arrow.slick-prev:before {
    margin-top: 1px;
  }
}
.slick-arrow.slick-next {
  right: -80px;
}
@media (max-width: 1199px) {
  .slick-arrow.slick-next {
    left: auto;
    right: 50%;
    margin-right: -40px;
  }
}
.slick-arrow.slick-next:before {
  content: "\e905";
  margin-left: 1px;
}
@media (max-width: 1199px) {
  .slick-arrow.slick-next:before {
    margin-top: 1px;
  }
}

/* slick arrows - white */
.slick-arrows-white .slick-arrow {
  background: white;
}
.slick-arrows-white .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.4);
}

/* WIDGET
--------------------------------------------*/
/* widget padding */
/* base widget */
.widget {
  position: relative;
  padding: 100px 0;
  /* no padding */
  /* if widget bg follows same bg */
}
@media (min-width: 1921px) {
  .widget {
    padding: 120px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget {
    padding: 85px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .widget {
    padding: 50px 0;
  }
}
.widget.no-padding {
  padding: 0 !important;
}
.widget.no-padding-top {
  padding-top: 0 !important;
}
.widget.no-padding-bottom {
  padding-bottom: 0 !important;
}
.widget.bg-none + .bg-none,
.widget.bg-none + .bg-white {
  padding-top: 0;
}
.widget.bg-white + .bg-white,
.widget.bg-white + .bg-none {
  padding-top: 0;
}
.widget.bg-blue-light + .bg-blue-light {
  padding-top: 0;
}
.widget.bg-blue-medium + .bg-blue-medium {
  padding-top: 0;
}
.widget.bg-blue-dark + .bg-blue-dark {
  padding-top: 0;
}
.widget .container {
  z-index: 2;
  position: relative;
}

/* TYPOGRAPHY - Text elements */
/* GENERIC HEADINGS
--------------------------------------------*/
/* heading 1 - lg */
.heading-1-lg {
  font-size: 12rem;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .heading-1-lg {
    font-size: 7rem;
  }
}
@media (max-width: 767px) {
  .heading-1-lg {
    font-size: 5rem;
  }
}

/* heading 1 */
.heading-1 {
  font-size: 6rem;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .heading-1 {
    font-size: 5.5rem;
  }
}
@media (max-width: 767px) {
  .heading-1 {
    font-size: 3.7rem;
  }
}

/* heading 2 */
.heading-2 {
  font-size: 4.2rem;
  line-height: 1.1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .heading-2 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .heading-2 {
    font-size: 2.9rem;
  }
}

/* heading 3 - lg */
.heading-3-lg {
  font-size: 3.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .heading-3-lg {
    font-size: 3.3rem;
  }
}
@media (max-width: 767px) {
  .heading-3-lg {
    font-size: 2.5rem;
  }
}

/* heading 3 */
.heading-3 {
  font-size: 3.1rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .heading-3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .heading-3 {
    font-size: 2.5rem;
  }
}

/* heading 4 */
.heading-4 {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .heading-4 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .heading-4 {
    font-size: 2rem;
  }
}

/* heading 5 */
.heading-5 {
  font-size: 2.2rem;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .heading-5 {
    font-size: 1.8rem;
  }
}

/* heading 6 */
.heading-6 {
  font-size: 1.9rem;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .heading-6 {
    font-size: 1.5rem;
  }
}

/* TYPOGRAPHY COLOURS
--------------------------------------------*/
/* white */
.text-white h1, .text-white h2, .text-white h3,
.text-white h4, .text-white h5, .text-white h6,
.text-white p, .text-white li, .text-white address, .text-white a:not(.btn), .text-white span:not(.btn) {
  color: white;
}

/* black */
.text-black h1, .text-black h2, .text-black h3,
.text-black h4, .text-black h5, .text-black h6,
.text-black p, .text-black li, .text-black address, .text-black span:not(.btn) {
  color: #012766;
}

/* INTRO TEXT
--------------------------------------------*/
.text-intro {
  position: relative;
  /* margins */
  /* widths */
}
.text-intro.margin-xlg {
  margin-bottom: 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-intro.margin-xlg {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .text-intro.margin-xlg {
    margin-bottom: 30px;
  }
}
.text-intro.margin-lg {
  margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-intro.margin-lg {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .text-intro.margin-lg {
    margin-bottom: 30px;
  }
}
.text-intro.margin-md {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .text-intro.margin-md {
    margin-bottom: 30px;
  }
}
.text-intro.margin-sm {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .text-intro.margin-sm {
    margin-bottom: 30px;
  }
}
.text-intro.margin-xs {
  margin-bottom: 30px;
}
.text-intro.margin-xxs {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .text-intro.margin-xxs {
    margin-bottom: 10px;
  }
}
.text-intro.width-lg {
  width: 100%;
}
.text-intro.width-md {
  width: 75%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-intro.width-md {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .text-intro.width-md {
    width: 100%;
  }
}
.text-intro.width-sm {
  width: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-intro.width-sm {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .text-intro.width-sm {
    width: 100%;
  }
}
.text-intro.width-xs {
  width: 35%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-intro.width-xs {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .text-intro.width-xs {
    width: 100%;
  }
}

/* TEXT SIZES
--------------------------------------------*/
.text-h1 {
  font-size: 6rem;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-h1 {
    font-size: 5.5rem;
  }
}
@media (max-width: 767px) {
  .text-h1 {
    font-size: 3.7rem;
  }
}

.text-h2 {
  font-size: 4.2rem;
  line-height: 1.1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-h2 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .text-h2 {
    font-size: 2.9rem;
  }
}

.text-h3 {
  font-size: 3.1rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .text-h3 {
    font-size: 2.5rem;
  }
}

.text-h4 {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-h4 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .text-h4 {
    font-size: 2rem;
  }
}

.text-h5 {
  font-size: 2.2rem;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .text-h5 {
    font-size: 1.8rem;
  }
}

.text-h6 {
  font-size: 1.9rem;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .text-h6 {
    font-size: 1.5rem;
  }
}

/* STANDARD TEXT
--------------------------------------------*/
.text-standard {
  position: relative;
  /* element margins */
  /* headings */
  /* list items */
  /* blockquote */
  /* links */
  /* buttons/links */
  /* img */
  /* tables */
}
.text-standard * + p,
.text-standard * + table,
.text-standard * + form,
.text-standard * + address,
.text-standard * + ul,
.text-standard * + ol,
.text-standard * + dl,
.text-standard * + img,
.text-standard * + div {
  margin-top: 20px;
}
.text-standard * + h1,
.text-standard * + h2,
.text-standard * + h3,
.text-standard * + h4,
.text-standard * + h5,
.text-standard * + h6,
.text-standard * + blockquote {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .text-standard * + h1,
.text-standard * + h2,
.text-standard * + h3,
.text-standard * + h4,
.text-standard * + h5,
.text-standard * + h6,
.text-standard * + blockquote {
    margin-top: 20px;
  }
}
.text-standard h1 + h1,
.text-standard h1 + h2,
.text-standard h1 + h3,
.text-standard h1 + h4,
.text-standard h1 + h5,
.text-standard h1 + h6, .text-standard h2 + h1,
.text-standard h2 + h2,
.text-standard h2 + h3,
.text-standard h2 + h4,
.text-standard h2 + h5,
.text-standard h2 + h6, .text-standard h3 + h1,
.text-standard h3 + h2,
.text-standard h3 + h3,
.text-standard h3 + h4,
.text-standard h3 + h5,
.text-standard h3 + h6, .text-standard h4 + h1,
.text-standard h4 + h2,
.text-standard h4 + h3,
.text-standard h4 + h4,
.text-standard h4 + h5,
.text-standard h4 + h6, .text-standard h5 + h1,
.text-standard h5 + h2,
.text-standard h5 + h3,
.text-standard h5 + h4,
.text-standard h5 + h5,
.text-standard h5 + h6, .text-standard h6 + h1,
.text-standard h6 + h2,
.text-standard h6 + h3,
.text-standard h6 + h4,
.text-standard h6 + h5,
.text-standard h6 + h6 {
  margin-top: 10px;
}
.text-standard hr + h1,
.text-standard hr + h2,
.text-standard hr + h3,
.text-standard hr + h4,
.text-standard hr + h5,
.text-standard hr + h6,
.text-standard hr + p,
.text-standard hr + table,
.text-standard hr + form,
.text-standard hr + address,
.text-standard hr + ul,
.text-standard hr + ol,
.text-standard hr + dl,
.text-standard hr + img,
.text-standard hr + div,
.text-standard hr + blockquote {
  margin-top: 0;
}
.text-standard h1,
.text-standard .heading-1 {
  font-size: 6rem;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-standard h1,
.text-standard .heading-1 {
    font-size: 5.5rem;
  }
}
@media (max-width: 767px) {
  .text-standard h1,
.text-standard .heading-1 {
    font-size: 3.7rem;
  }
}
.text-standard h2,
.text-standard .heading-2 {
  font-size: 4.2rem;
  line-height: 1.1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-standard h2,
.text-standard .heading-2 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .text-standard h2,
.text-standard .heading-2 {
    font-size: 2.9rem;
  }
}
.text-standard h3,
.text-standard .heading-3 {
  font-size: 3.1rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-standard h3,
.text-standard .heading-3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .text-standard h3,
.text-standard .heading-3 {
    font-size: 2.5rem;
  }
}
.text-standard h4,
.text-standard .heading-4 {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-standard h4,
.text-standard .heading-4 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .text-standard h4,
.text-standard .heading-4 {
    font-size: 2rem;
  }
}
.text-standard h5,
.text-standard .heading-5 {
  font-size: 2.2rem;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .text-standard h5,
.text-standard .heading-5 {
    font-size: 1.8rem;
  }
}
.text-standard h6,
.text-standard .heading-6 {
  font-size: 1.9rem;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .text-standard h6,
.text-standard .heading-6 {
    font-size: 1.5rem;
  }
}
.text-standard ul,
.text-standard ol,
.text-standard dl {
  margin-left: 0;
  list-style: none;
}
.text-standard li {
  display: block;
  word-wrap: break-word;
  margin-bottom: 10px;
  position: relative;
}
.text-standard li:last-of-type {
  margin-bottom: 0;
}
.text-standard ul {
  list-style: none;
}
.text-standard ul li {
  padding-left: 15px;
  position: relative;
  word-wrap: break-word;
}
.text-standard ul li:before {
  content: "";
  background: #012766;
  border-radius: 100%;
  top: 10px;
  left: 0;
  position: absolute;
  width: 6px;
  height: 6px;
}
.text-standard ol {
  counter-reset: item;
}
.text-standard ol li {
  display: block;
  padding-left: 45px;
}
@media (max-width: 767px) {
  .text-standard ol li {
    padding-left: 30px;
  }
}
.text-standard ol li:before {
  padding: 1px 0;
  font-size: 1.5rem;
  border-radius: 100%;
  border: 1px solid #012766;
  background: none;
  text-align: center;
  content: counter(item) "";
  counter-increment: item;
  top: 2px;
  left: 0;
  position: absolute;
  width: 25px;
  height: 25px;
}
.text-standard blockquote {
  background: none;
  border: none;
}
.text-standard p a, .text-standard li a {
  text-decoration: underline;
}
.text-standard p a:hover, .text-standard p a:focus, .text-standard li a:hover, .text-standard li a:focus {
  text-decoration: none;
}
.text-standard p a.link, .text-standard p a.btn, .text-standard li a.link, .text-standard li a.btn {
  text-decoration: none;
}
.text-standard .btn,
.text-standard .link {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .text-standard .btn,
.text-standard .link {
    margin-top: 25px;
  }
}
.text-standard img {
  height: auto;
  max-width: 100%;
  display: inline-block;
  border-radius: 0;
}
@media (max-width: 767px) {
  .text-standard img {
    margin: 10px 0;
  }
}
.text-standard p > img {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .text-standard p > img {
    margin: 10px 0;
  }
}
.text-standard * + img {
  margin: 40px 0 5px;
}
@media (max-width: 767px) {
  .text-standard * + img {
    margin: 20px 0 5px;
  }
}
.text-standard * + .table-container {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-standard * + .table-container {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .text-standard * + .table-container {
    margin-top: 20px;
  }
}
.text-standard * + .table-container + h1,
.text-standard * + .table-container + h2,
.text-standard * + .table-container + h3,
.text-standard * + .table-container + h4,
.text-standard * + .table-container + h5,
.text-standard * + .table-container + h6 {
  margin-top: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-standard * + .table-container + h1,
.text-standard * + .table-container + h2,
.text-standard * + .table-container + h3,
.text-standard * + .table-container + h4,
.text-standard * + .table-container + h5,
.text-standard * + .table-container + h6 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .text-standard * + .table-container + h1,
.text-standard * + .table-container + h2,
.text-standard * + .table-container + h3,
.text-standard * + .table-container + h4,
.text-standard * + .table-container + h5,
.text-standard * + .table-container + h6 {
    margin-top: 35px;
  }
}

/* BACKGROUNDS - Background images and colours */
/* ANGLES
--------------------------------------------*/
/* GRADIENT OVERLAYS
--------------------------------------------*/
.gradient-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

/* black gradients */
.gradient-overlay-black-top {
  background: rgba(0, 0, 0, 0.5) 0%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%);
}

.gradient-overlay-black-bottom {
  background: rgba(0, 0, 0, 0.6) 0%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 50%);
}

.gradient-overlay-black-bottom-left {
  background: rgba(0, 0, 0, 0.8) 0%;
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%);
}

.gradient-overlay-black-bottom-alt {
  background: rgba(0, 0, 0, 0.8) 0%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 70%);
}

.gradient-overlay-black-top-bottom {
  background: rgba(0, 0, 0, 0.7) 0%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.gradient-overlay-black-left {
  background: rgba(0, 0, 0, 0.6) 0%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.gradient-overlay-black-right {
  background: rgba(0, 0, 0, 0.6) 0%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

/* GRADIENTS
--------------------------------------------*/
.bg-gradient {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

/* IMG OVERLAYS
--------------------------------------------*/
.img-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  opacity: 0.5;
}

/* block overlay colours */
.img-overlay-black {
  background-color: black;
}

.img-overlay-blue-dark {
  background-color: #012766;
}

.img-overlay-blue-medium {
  background-color: #136ADB;
}

.img-overlay-white {
  background: white;
}

/* IMAGES
--------------------------------------------*/
/* bg images */
.bg-img-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.bg-img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* inline images */
.img-wrapper,
.img-wrapper-flex {
  overflow: hidden;
  max-width: 100%;
  position: relative;
}

.img-wrapper {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.img-wrapper .img-responsive {
  width: 100%;
}

.img-wrapper-flex {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.img-wrapper-flex .img-responsive {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.img-responsive {
  width: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* image styles */
.img-border,
.media-border,
.video-border {
  border: 2px solid #012766;
}

/* BACKGROUND COLOURS
--------------------------------------------*/
/* blue - dark */
.bg-blue-dark {
  background-color: #012766;
}
.bg-blue-dark h1, .bg-blue-dark h2, .bg-blue-dark h3,
.bg-blue-dark h4, .bg-blue-dark h5, .bg-blue-dark h6,
.bg-blue-dark p, .bg-blue-dark li, .bg-blue-dark address, .bg-blue-dark a:not(.btn), .bg-blue-dark span:not(.btn) {
  color: white;
}
.bg-blue-dark ul li:before, .bg-blue-dark ol li:before {
  color: white;
}
.bg-blue-dark .btn:hover, .bg-blue-dark .btn:focus {
  color: white;
  background: transparent;
  border-color: white;
}

/* blue - medium */
.bg-blue-medium {
  background-color: #136ADB;
}
.bg-blue-medium h1, .bg-blue-medium h2, .bg-blue-medium h3,
.bg-blue-medium h4, .bg-blue-medium h5, .bg-blue-medium h6,
.bg-blue-medium p, .bg-blue-medium li, .bg-blue-medium address, .bg-blue-medium a:not(.btn), .bg-blue-medium span:not(.btn) {
  color: white;
}
.bg-blue-medium ul li:before, .bg-blue-medium ol li:before {
  color: white;
}
.bg-blue-medium .btn:hover, .bg-blue-medium .btn:focus {
  color: white;
  background: transparent;
  border-color: white;
}

/* blue - light */
.bg-blue-light {
  background-color: #edf5fd;
}

/* white */
.bg-white {
  background-color: white;
}

/* COMPONENTS - Individual site components */
/* ACCORDION
--------------------------------------------*/
.panel-group {
  margin: 0;
}
.panel-group .panel-default {
  margin: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .panel-group .panel + .panel {
    margin-top: 20px;
  }
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
}

.panel {
  margin: 0;
  box-shadow: none;
  background: white;
  border-width: 5px;
  border-color: #012766;
}

.panel-heading {
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}
.panel-heading a {
  display: block;
  text-align: left;
  position: relative;
  color: #012766;
  padding: 25px 80px 25px 25px;
  font-size: 3.1rem;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  word-spacing: 0.02rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) and (max-width: 991px) {
  .panel-heading a {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .panel-heading a {
    font-size: 2.5rem;
  }
}
@media (min-width: 1921px) {
  .panel-heading a {
    padding: 30px 100px 30px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .panel-heading a {
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  .panel-heading a {
    padding: 20px 60px 20px 20px;
  }
}
.panel-heading a:after {
  content: "\e90e";
  font-family: "icomoon";
  color: #012766;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 30px;
  font-size: 2.6rem;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1921px) {
  .panel-heading a:after {
    right: 35px;
  }
}
@media (max-width: 767px) {
  .panel-heading a:after {
    right: 25px;
    font-size: 2rem;
  }
}
.panel-heading a h3 {
  color: #012766;
}

.panel-default:hover {
  border-color: #136ADB;
}
.panel-default:hover a {
  color: #136ADB;
}
.panel-default:hover a:after {
  color: #136ADB;
}
.panel-default > .panel-heading {
  background: transparent;
}

.panel-active {
  border-color: #136ADB;
}
.panel-active > .panel-heading {
  background: transparent;
}
.panel-active > .panel-heading a {
  color: #136ADB;
}
.panel-active > .panel-heading a:after {
  content: "\e90c";
  color: #136ADB;
}

.panel-title {
  font-size: inherit;
}

.panel-body {
  text-align: left;
  padding: 0 25px 35px 25px;
}
@media (min-width: 1921px) {
  .panel-body {
    padding: 0 30px 40px 30px;
  }
}
@media (max-width: 767px) {
  .panel-body {
    padding: 0 20px 35px 20px;
  }
}
.panel-body .caption {
  width: 95%;
}
@media (max-width: 767px) {
  .panel-body .caption {
    width: 100%;
  }
}
.panel-body .btn {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

/* ICONS
--------------------------------------------*/
/* play icon */
.play-icon {
  z-index: 5;
  border-radius: 100%;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .play-icon {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 767px) {
  .play-icon {
    width: 50px;
    height: 50px;
  }
}
.play-icon:before {
  content: "\e90d";
  z-index: 2;
  color: #136ADB;
  font-size: 2.2rem;
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 2px;
  text-indent: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .play-icon:before {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .play-icon:before {
    font-size: 2rem;
  }
}

a:hover .play-icon {
  background: #136ADB;
}
a:hover .play-icon:before {
  color: white;
}

/* BLOCKS
--------------------------------------------*/
/* block listing */
.block-listing {
  width: 100%;
  position: relative;
}
.block-listing.no-overflow {
  overflow: hidden;
}
.block-listing.margin-xlg {
  margin-top: -140px;
}
@media (max-width: 991px) {
  .block-listing.margin-xlg {
    margin-top: -50px;
  }
}
.block-listing.margin-xlg .block,
.block-listing.margin-xlg .block-flex {
  margin-top: 140px;
}
@media (max-width: 991px) {
  .block-listing.margin-xlg .block,
.block-listing.margin-xlg .block-flex {
    margin-top: 50px;
  }
}
.block-listing.margin-lg {
  margin-top: -70px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-listing.margin-lg {
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .block-listing.margin-lg {
    margin-top: -40px;
  }
}
.block-listing.margin-lg .block,
.block-listing.margin-lg .block-flex {
  margin-top: 70px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-listing.margin-lg .block,
.block-listing.margin-lg .block-flex {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .block-listing.margin-lg .block,
.block-listing.margin-lg .block-flex {
    margin-top: 40px;
  }
}
.block-listing.margin-md {
  margin-top: -50px;
}
@media (max-width: 767px) {
  .block-listing.margin-md {
    margin-top: -40px;
  }
}
.block-listing.margin-md .block,
.block-listing.margin-md .block-flex {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .block-listing.margin-md .block,
.block-listing.margin-md .block-flex {
    margin-top: 40px;
  }
}
.block-listing.margin-sm {
  margin-top: -30px;
}
@media (max-width: 767px) {
  .block-listing.margin-sm {
    margin-top: -40px;
  }
}
.block-listing.margin-sm .block,
.block-listing.margin-sm .block-flex {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .block-listing.margin-sm .block,
.block-listing.margin-sm .block-flex {
    margin-top: 40px;
  }
}
.block-listing.no-margin-top {
  margin-top: 0 !important;
}
.block-listing .bg-img-wrapper {
  position: relative;
}
.block-listing .caption,
.block-listing .caption-flex {
  width: 100%;
  z-index: 4;
}

/* block reset xs margin */
/* deafult block */
.block {
  width: 100%;
  height: 100%;
  position: relative;
}

/* flex block */
.block-flex {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* 50/50 block */
.block-50-50 {
  min-height: 550px;
}
@media (min-width: 1921px) {
  .block-50-50 {
    min-height: 750px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-50-50 {
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-50-50 {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .block-50-50 {
    min-height: 370px;
  }
}
.block-50-50.block-centered .caption-flex {
  padding: 100px 11%;
}
@media (min-width: 1921px) {
  .block-50-50.block-centered .caption-flex {
    padding: 100px 17%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-50-50.block-centered .caption-flex {
    padding: 70px 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-50-50.block-centered .caption-flex {
    padding: 50px 9%;
  }
}
@media (max-width: 767px) {
  .block-50-50.block-centered .caption-flex {
    padding: 40px 7%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block-50-50.block-centered .caption-flex p, .block-50-50.block-centered .caption-flex ul, .block-50-50.block-centered .caption-flex ol, .block-50-50.block-centered .caption-flex li {
    max-width: 500px;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1921px), (-ms-high-contrast: none) and (min-width: 1921px) {
  .block-50-50.block-centered .caption-flex p, .block-50-50.block-centered .caption-flex ul, .block-50-50.block-centered .caption-flex ol, .block-50-50.block-centered .caption-flex li {
    max-width: 650px;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px) and (max-width: 1199px), (-ms-high-contrast: none) and (min-width: 992px) and (max-width: 1199px) {
  .block-50-50.block-centered .caption-flex p, .block-50-50.block-centered .caption-flex ul, .block-50-50.block-centered .caption-flex ol, .block-50-50.block-centered .caption-flex li {
    max-width: 400px;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 991px), (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px) {
  .block-50-50.block-centered .caption-flex p, .block-50-50.block-centered .caption-flex ul, .block-50-50.block-centered .caption-flex ol, .block-50-50.block-centered .caption-flex li {
    max-width: 350px;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 767px), (-ms-high-contrast: none) and (max-width: 767px) {
  .block-50-50.block-centered .caption-flex p, .block-50-50.block-centered .caption-flex ul, .block-50-50.block-centered .caption-flex ol, .block-50-50.block-centered .caption-flex li {
    max-width: 320px;
  }
}

/* CAPTION WRAPPER
--------------------------------------------*/
.caption-wrapper {
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
}
.caption-wrapper .container {
  height: 100%;
  z-index: 4;
  position: relative;
}
.caption-wrapper .caption {
  z-index: 4;
}

.caption-wrapper-flex {
  z-index: 4;
  width: 100%;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* CAPTION POSITIONING
--------------------------------------------*/
.caption-bottom {
  top: auto;
  bottom: 0;
  position: absolute !important;
}
.caption-bottom-right {
  right: 0;
}

.caption-top-left,
.caption-top-right,
.caption-bottom-left,
.caption-bottom-right {
  top: auto;
  position: absolute;
}

.caption-top-left {
  left: auto;
}

.caption-top-right {
  right: 45px;
}

.caption-bottom-left {
  bottom: 0;
  left: auto;
}

.caption-bottom-right {
  bottom: 0;
  right: 45px;
}

.caption-left {
  float: left;
}

.caption-right {
  float: right;
}

.caption-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: relative;
}

/* CAPTION OVERLAY
--------------------------------------------*/
.caption-overlay {
  width: 100%;
  z-index: 5;
  left: 0;
  position: absolute;
}
.caption-overlay h1, .caption-overlay h2, .caption-overlay h3,
.caption-overlay h4, .caption-overlay h5, .caption-overlay h6,
.caption-overlay p, .caption-overlay li, .caption-overlay address, .caption-overlay a:not(.btn), .caption-overlay span:not(.btn) {
  color: white;
}

.caption-overlay-flex {
  z-index: 5;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.caption-overlay-flex h1, .caption-overlay-flex h2, .caption-overlay-flex h3,
.caption-overlay-flex h4, .caption-overlay-flex h5, .caption-overlay-flex h6,
.caption-overlay-flex p, .caption-overlay-flex li, .caption-overlay-flex address, .caption-overlay-flex a:not(.btn), .caption-overlay-flex span:not(.btn) {
  color: white;
}

/* CAPTION FLEX
--------------------------------------------*/
.caption-flex {
  z-index: 5;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.caption-flex-top {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.caption-flex-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.caption-flex-bottom {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* CTA BORDER
--------------------------------------------*/
.cta-border:hover .border-blue-medium, .cta-border:focus .border-blue-medium {
  border-color: #012766;
}
.cta-border:hover .border-blue-light,
.cta-border:hover .border-blue-dark, .cta-border:focus .border-blue-light,
.cta-border:focus .border-blue-dark {
  border-color: #136ADB;
}

/* CTA CAPTION
--------------------------------------------*/
.cta-caption {
  z-index: 4;
}
.cta-caption:hover .bg-blue-light, .cta-caption:focus .bg-blue-light {
  background: #d1e6fa;
}
.cta-caption:hover .bg-blue-medium, .cta-caption:focus .bg-blue-medium {
  background: #115cbf;
}
.cta-caption:hover .bg-blue-dark, .cta-caption:focus .bg-blue-dark {
  background: #011b48;
}

/* CTA BLOCK
--------------------------------------------*/
.cta-block {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cta-block .caption {
  -webkit-transform: translate3d(0, 0, 0);
}

/* CTA FLEX
--------------------------------------------*/
.cta-flex {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cta-flex {
    overflow: hidden;
  }
}
.cta-flex .caption-flex {
  -webkit-transform: translate3d(0, 0, 0);
}

/* CTA IMG
--------------------------------------------*/
.cta-img:hover .img-overlay {
  opacity: 0.4;
}
.cta-img:hover .btn {
  color: white;
  background: transparent;
  border-color: white;
}
.cta-img .img-overlay {
  opacity: 0;
}
@media (max-width: 767px) {
  .cta-img .img-overlay {
    opacity: 0.1;
  }
}

/* CTA IMG OVERLAY CAPTION
--------------------------------------------*/
.cta-img-overlay:hover .img-overlay {
  opacity: 0.75;
}
.cta-img-overlay .img-overlay {
  opacity: 0.85;
}

/* FORMS
--------------------------------------------*/
form p {
  margin: 0;
}
form br {
  display: none;
}
form label,
form legend {
  color: #012766;
  font-weight: normal !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  form label,
form legend {
    font-size: 1.6rem !important;
  }
}

/* resets */
input, textarea, button {
  outline: medium none;
}

select {
  cursor: pointer;
}

::-ms-clear {
  display: none;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  font-size: 1.8rem !important;
  line-height: 1.5 !important;
  font-weight: 300 !important;
  -webkit-box-shadow: 0 0 0 30px #e7e7e7 inset !important;
  -webkit-text-fill-color: #012766 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* base form input */
/* base form select */
.select-wrapper {
  width: 100%;
  cursor: pointer;
  position: relative;
}
.select-wrapper:after {
  content: "\e907";
  font-family: "icomoon";
  font-size: 7px;
  display: block;
  color: #012766;
  pointer-events: none;
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 15px;
}
@media (max-width: 767px) {
  .select-wrapper:after {
    font-size: 6px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-wrapper:after {
    display: none;
  }
}

/* base form checkbox */
/* gravity forms */
.gform_wrapper.gravity-theme {
  margin: 0;
  /* form section */
  /* footer */
  /* top label */
  /* labels */
  /* form title & description */
  /* form input/dropdown */
  /* checkboxes/radio buttons */
  /* complex fields */
  /* address fields */
  /* form section html */
  /* multi select */
  /* time fields */
  /* file upload */
  /* recaptcha msg */
  /* submit button */
  /* validation */
}
.gform_wrapper.gravity-theme .gsection {
  margin: 15px 0 0 !important;
  padding: 0 !important;
  border-bottom: 0 !important;
}
.gform_wrapper.gravity-theme .gsection:first-of-type {
  margin-top: 0 !important;
}
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 10px 0 0 !important;
  padding: 0 !important;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer input {
  margin-bottom: 0 !important;
}
.gform_wrapper.gravity-theme .top_label input.medium,
.gform_wrapper.gravity-theme .top_label select.medium {
  width: 100% !important;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 1.6rem !important;
  }
}
.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme li.hidden_label input {
  margin-top: 0;
}
.gform_wrapper.gravity-theme .gsection .gfield_label,
.gform_wrapper.gravity-theme h2.gsection_title,
.gform_wrapper.gravity-theme h3.gsection_title,
.gform_wrapper.gravity-theme h3.gform_title {
  font-size: 4.2rem;
  line-height: 1.1;
  color: #012766;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gform_wrapper.gravity-theme .gsection .gfield_label,
.gform_wrapper.gravity-theme h2.gsection_title,
.gform_wrapper.gravity-theme h3.gsection_title,
.gform_wrapper.gravity-theme h3.gform_title {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .gsection .gfield_label,
.gform_wrapper.gravity-theme h2.gsection_title,
.gform_wrapper.gravity-theme h3.gsection_title,
.gform_wrapper.gravity-theme h3.gform_title {
    font-size: 2.9rem;
  }
}
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description {
  color: #012766;
  font-size: 1.8rem !important;
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description {
    font-size: 1.7rem !important;
  }
}
.gform_wrapper.gravity-theme .gfield {
  margin-top: 10px;
  /* half width fields */
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .gfield {
    margin-top: 5px;
  }
}
.gform_wrapper.gravity-theme .gfield label,
.gform_wrapper.gravity-theme .gfield legend {
  border: none;
  font-size: 1.7rem !important;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .gfield label,
.gform_wrapper.gravity-theme .gfield legend {
    font-size: 1.6rem !important;
  }
}
.gform_wrapper.gravity-theme .gfield input[type=text],
.gform_wrapper.gravity-theme .gfield input[type=email],
.gform_wrapper.gravity-theme .gfield input[type=tel],
.gform_wrapper.gravity-theme .gfield input[type=number],
.gform_wrapper.gravity-theme .gfield input[type=url] {
  padding: 5px 11px !important;
  color: #012766;
  border-radius: 0;
  position: relative;
  border: 2px solid #012766;
  box-shadow: none;
  background: white;
  margin-bottom: 0;
  width: 100%;
  height: 45px;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  /* focus */
  /* placeholder text */
}
@media (max-width: 991px) {
  .gform_wrapper.gravity-theme .gfield input[type=text],
.gform_wrapper.gravity-theme .gfield input[type=email],
.gform_wrapper.gravity-theme .gfield input[type=tel],
.gform_wrapper.gravity-theme .gfield input[type=number],
.gform_wrapper.gravity-theme .gfield input[type=url] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .gfield input[type=text],
.gform_wrapper.gravity-theme .gfield input[type=email],
.gform_wrapper.gravity-theme .gfield input[type=tel],
.gform_wrapper.gravity-theme .gfield input[type=number],
.gform_wrapper.gravity-theme .gfield input[type=url] {
    height: 40px;
  }
}
.gform_wrapper.gravity-theme .gfield input[type=text]:focus,
.gform_wrapper.gravity-theme .gfield input[type=email]:focus,
.gform_wrapper.gravity-theme .gfield input[type=tel]:focus,
.gform_wrapper.gravity-theme .gfield input[type=number]:focus,
.gform_wrapper.gravity-theme .gfield input[type=url]:focus {
  outline: 0;
  box-shadow: none;
  background: white;
  border-color: #012766;
  transition: all 0.3s ease;
}
.gform_wrapper.gravity-theme .gfield input[type=text]:-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=email]:-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=tel]:-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=number]:-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=url]:-moz-placeholder {
  opacity: 1;
  color: #012766;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gform_wrapper.gravity-theme .gfield input[type=text]::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=email]::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=tel]::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=number]::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=url]::-moz-placeholder {
  opacity: 1;
  color: #012766;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gform_wrapper.gravity-theme .gfield input[type=text]:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=email]:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=tel]:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=number]:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=url]:-ms-input-placeholder {
  opacity: 1;
  color: #012766;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gform_wrapper.gravity-theme .gfield input[type=text]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=email]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=tel]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=number]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=url]::-webkit-input-placeholder {
  opacity: 1;
  color: #012766;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gform_wrapper.gravity-theme .gfield input[type=text]:focus:-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=email]:focus:-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=tel]:focus:-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=number]:focus:-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=url]:focus:-moz-placeholder {
  opacity: 0;
}
.gform_wrapper.gravity-theme .gfield input[type=text]:focus::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=email]:focus::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=tel]:focus::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=number]:focus::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=url]:focus::-moz-placeholder {
  opacity: 0;
}
.gform_wrapper.gravity-theme .gfield input[type=text]:focus:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=email]:focus:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=tel]:focus:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=number]:focus:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=url]:focus:-ms-input-placeholder {
  opacity: 0;
}
.gform_wrapper.gravity-theme .gfield input[type=text]:focus::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=email]:focus::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=tel]:focus::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=number]:focus::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type=url]:focus::-webkit-input-placeholder {
  opacity: 0;
}
.gform_wrapper.gravity-theme .gfield input[type=number] {
  width: 100% !important;
}
.gform_wrapper.gravity-theme .gfield textarea {
  padding: 5px 11px !important;
  color: #012766;
  border-radius: 0;
  position: relative;
  border: 2px solid #012766;
  box-shadow: none;
  background: white;
  margin-bottom: 0;
  width: 100%;
  height: 45px;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  /* focus */
  /* placeholder text */
  padding-top: 10px !important;
  padding-left: 15px !important;
}
@media (max-width: 991px) {
  .gform_wrapper.gravity-theme .gfield textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .gfield textarea {
    height: 40px;
  }
}
.gform_wrapper.gravity-theme .gfield textarea:focus {
  outline: 0;
  box-shadow: none;
  background: white;
  border-color: #012766;
  transition: all 0.3s ease;
}
.gform_wrapper.gravity-theme .gfield textarea:-moz-placeholder {
  opacity: 1;
  color: #012766;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder {
  opacity: 1;
  color: #012766;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder {
  opacity: 1;
  color: #012766;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #012766;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gform_wrapper.gravity-theme .gfield textarea:focus:-moz-placeholder {
  opacity: 0;
}
.gform_wrapper.gravity-theme .gfield textarea:focus::-moz-placeholder {
  opacity: 0;
}
.gform_wrapper.gravity-theme .gfield textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.gform_wrapper.gravity-theme .gfield textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.gform_wrapper.gravity-theme .gfield textarea.small, .gform_wrapper.gravity-theme .gfield textarea.medium, .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 130px !important;
}
.gform_wrapper.gravity-theme .gfield select {
  padding: 5px 11px !important;
  color: #012766;
  border-radius: 0;
  position: relative;
  border: 2px solid #012766;
  box-shadow: none;
  background: white;
  margin-bottom: 0;
  width: 100%;
  height: 45px;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  /* focus */
  /* placeholder text */
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  z-index: 1;
}
@media (max-width: 991px) {
  .gform_wrapper.gravity-theme .gfield select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .gfield select {
    height: 40px;
  }
}
.gform_wrapper.gravity-theme .gfield select:focus {
  outline: 0;
  box-shadow: none;
  background: white;
  border-color: #012766;
  transition: all 0.3s ease;
}
.gform_wrapper.gravity-theme .gfield select:-moz-placeholder {
  opacity: 1;
  color: #012766;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gform_wrapper.gravity-theme .gfield select::-moz-placeholder {
  opacity: 1;
  color: #012766;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gform_wrapper.gravity-theme .gfield select:-ms-input-placeholder {
  opacity: 1;
  color: #012766;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gform_wrapper.gravity-theme .gfield select::-webkit-input-placeholder {
  opacity: 1;
  color: #012766;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gform_wrapper.gravity-theme .gfield select:focus:-moz-placeholder {
  opacity: 0;
}
.gform_wrapper.gravity-theme .gfield select:focus::-moz-placeholder {
  opacity: 0;
}
.gform_wrapper.gravity-theme .gfield select:focus:-ms-input-placeholder {
  opacity: 0;
}
.gform_wrapper.gravity-theme .gfield select:focus::-webkit-input-placeholder {
  opacity: 0;
}
.gform_wrapper.gravity-theme .gfield.comments {
  margin: -15px 0 15px;
}
.gform_wrapper.gravity-theme .gfield.comments label {
  color: #012766;
  font-size: 1.8rem !important;
}
.gform_wrapper.gravity-theme .gfield.half-width {
  width: calc(50% - 8px);
}
@media (max-width: 567px) {
  .gform_wrapper.gravity-theme .gfield.half-width {
    width: 100%;
  }
}
.gform_wrapper.gravity-theme .gfield.half-width .ginput_container_select:after {
  right: 15px;
}
.gform_wrapper.gravity-theme .gchoice {
  display: inline;
}
.gform_wrapper.gravity-theme .ginput_container_checkbox label,
.gform_wrapper.gravity-theme .ginput_container_radio label,
.gform_wrapper.gravity-theme .ginput_container_consent label {
  cursor: pointer;
  position: relative;
  font-size: 1.8rem !important;
  margin: 0 20px 10px 0 !important;
  display: inline-block !important;
  padding-left: 32px !important;
  color: #012766;
}
.gform_wrapper.gravity-theme .ginput_container_checkbox label:after, .gform_wrapper.gravity-theme .ginput_container_checkbox label:before,
.gform_wrapper.gravity-theme .ginput_container_radio label:after,
.gform_wrapper.gravity-theme .ginput_container_radio label:before,
.gform_wrapper.gravity-theme .ginput_container_consent label:after,
.gform_wrapper.gravity-theme .ginput_container_consent label:before {
  content: "";
  border-radius: 0;
  position: absolute;
}
.gform_wrapper.gravity-theme .ginput_container_checkbox label:before,
.gform_wrapper.gravity-theme .ginput_container_radio label:before,
.gform_wrapper.gravity-theme .ginput_container_consent label:before {
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 0;
  border: 2px solid #012766;
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .ginput_container_checkbox label:before,
.gform_wrapper.gravity-theme .ginput_container_radio label:before,
.gform_wrapper.gravity-theme .ginput_container_consent label:before {
    width: 20px;
    height: 20px;
  }
}
.gform_wrapper.gravity-theme .ginput_container_checkbox label:after,
.gform_wrapper.gravity-theme .ginput_container_radio label:after,
.gform_wrapper.gravity-theme .ginput_container_consent label:after {
  opacity: 0;
}
.gform_wrapper.gravity-theme .ginput_container_checkbox input,
.gform_wrapper.gravity-theme .ginput_container_radio input,
.gform_wrapper.gravity-theme .ginput_container_consent input {
  display: none !important;
  opacity: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper.gravity-theme .ginput_container_checkbox input:checked + label, .gform_wrapper.gravity-theme .ginput_container_checkbox input:checked + label,
.gform_wrapper.gravity-theme .ginput_container_radio input:checked + label,
.gform_wrapper.gravity-theme .ginput_container_radio input:checked + label,
.gform_wrapper.gravity-theme .ginput_container_consent input:checked + label,
.gform_wrapper.gravity-theme .ginput_container_consent input:checked + label {
  font-size: 1.8rem;
}
.gform_wrapper.gravity-theme .ginput_container_checkbox input:checked + label:after, .gform_wrapper.gravity-theme .ginput_container_checkbox input:checked + label:after,
.gform_wrapper.gravity-theme .ginput_container_radio input:checked + label:after,
.gform_wrapper.gravity-theme .ginput_container_radio input:checked + label:after,
.gform_wrapper.gravity-theme .ginput_container_consent input:checked + label:after,
.gform_wrapper.gravity-theme .ginput_container_consent input:checked + label:after {
  left: 3px;
  top: 0;
  opacity: 1;
  color: #012766;
  content: "\e5ca";
  font-size: 1.5rem;
  font-family: "icomoon";
}
@media (min-width: 1921px) {
  .gform_wrapper.gravity-theme .ginput_container_checkbox input:checked + label:after, .gform_wrapper.gravity-theme .ginput_container_checkbox input:checked + label:after,
.gform_wrapper.gravity-theme .ginput_container_radio input:checked + label:after,
.gform_wrapper.gravity-theme .ginput_container_radio input:checked + label:after,
.gform_wrapper.gravity-theme .ginput_container_consent input:checked + label:after,
.gform_wrapper.gravity-theme .ginput_container_consent input:checked + label:after {
    top: -3px;
  }
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .ginput_container_checkbox input:checked + label:after, .gform_wrapper.gravity-theme .ginput_container_checkbox input:checked + label:after,
.gform_wrapper.gravity-theme .ginput_container_radio input:checked + label:after,
.gform_wrapper.gravity-theme .ginput_container_radio input:checked + label:after,
.gform_wrapper.gravity-theme .ginput_container_consent input:checked + label:after,
.gform_wrapper.gravity-theme .ginput_container_consent input:checked + label:after {
    top: -3px;
  }
}
.gform_wrapper.gravity-theme .ginput_container_checkbox label,
.gform_wrapper.gravity-theme .ginput_container_radio label,
.gform_wrapper.gravity-theme .ginput_container_consent label {
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gform_wrapper.gravity-theme .ginput_container_checkbox li,
.gform_wrapper.gravity-theme .ginput_container_radio li,
.gform_wrapper.gravity-theme .ginput_container_consent li {
  display: inline;
  margin: 0 20px 5px 0 !important;
}
.gform_wrapper.gravity-theme .ginput_container_consent label {
  width: 100%;
  max-width: 100% !important;
  padding: 35px 0 0 0 !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gform_wrapper.gravity-theme .ginput_container_consent label:before, .gform_wrapper.gravity-theme .ginput_container_consent label:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 0;
}
.gform_wrapper.gravity-theme .ginput_container_consent input:checked + label:after, .gform_wrapper.gravity-theme .ginput_container_consent input:checked + label:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.gform_wrapper.gravity-theme .ginput_complex .ginput_full,
.gform_wrapper.gravity-theme .ginput_complex .ginput_left,
.gform_wrapper.gravity-theme .ginput_complex .ginput_right {
  min-height: auto;
}
.gform_wrapper.gravity-theme .ginput_container_address span {
  display: block;
  margin-bottom: 15px !important;
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .ginput_container_address span {
    margin-bottom: 10px !important;
  }
}
.gform_wrapper.gravity-theme .gfield_html {
  margin-top: 25px !important;
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .gfield_html {
    margin-top: 20px !important;
  }
}
.gform_wrapper.gravity-theme .ginput_container_multiselect .select-wrapper:after {
  display: none;
}
.gform_wrapper.gravity-theme .ginput_container_multiselect .gfield_select {
  height: 150px !important;
}
.gform_wrapper.gravity-theme .ginput_container_time {
  min-width: 142px !important;
  max-width: 142px !important;
}
.gform_wrapper.gravity-theme .ginput_container_fileupload + .validation_message {
  display: block !important;
}
.gform_wrapper.gravity-theme .recaptcha-msg {
  font-size: 1.5rem;
  margin: 0 0 20px !important;
}
.gform_wrapper.gravity-theme .recaptcha-msg small {
  font-size: 100%;
}
.gform_wrapper.gravity-theme .recaptcha-msg a {
  text-decoration: underline;
}
.gform_wrapper.gravity-theme .recaptcha-msg a:hover {
  text-decoration: none;
}
.gform_wrapper.gravity-theme .gform_button,
.gform_wrapper.gravity-theme .gform_next_button,
.gform_wrapper.gravity-theme .gform_previous_button,
.gform_wrapper.gravity-theme .gform_button_select_files {
  margin: 0;
  cursor: pointer;
  border: 2px solid;
  overflow: hidden;
  text-align: left;
  position: relative;
  display: inline-block;
  outline: none !important;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-weight: normal;
  border-radius: 0;
  padding: 10px 17px 12px;
  font-size: 2.1rem;
  line-height: 1;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.4);
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  word-spacing: 0.02rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-color: #012766;
  background-color: #012766;
  color: white;
  line-height: 1 !important;
}
@media (max-width: 991px) {
  .gform_wrapper.gravity-theme .gform_button,
.gform_wrapper.gravity-theme .gform_next_button,
.gform_wrapper.gravity-theme .gform_previous_button,
.gform_wrapper.gravity-theme .gform_button_select_files {
    font-size: 2rem;
    padding: 9px 15px 11px;
  }
}
.gform_wrapper.gravity-theme .gform_button:hover, .gform_wrapper.gravity-theme .gform_button:focus, .gform_wrapper.gravity-theme .gform_button:active,
.gform_wrapper.gravity-theme .gform_next_button:hover,
.gform_wrapper.gravity-theme .gform_next_button:focus,
.gform_wrapper.gravity-theme .gform_next_button:active,
.gform_wrapper.gravity-theme .gform_previous_button:hover,
.gform_wrapper.gravity-theme .gform_previous_button:focus,
.gform_wrapper.gravity-theme .gform_previous_button:active,
.gform_wrapper.gravity-theme .gform_button_select_files:hover,
.gform_wrapper.gravity-theme .gform_button_select_files:focus,
.gform_wrapper.gravity-theme .gform_button_select_files:active {
  outline: none !important;
}
.gform_wrapper.gravity-theme .gform_button:hover, .gform_wrapper.gravity-theme .gform_button:focus,
.gform_wrapper.gravity-theme .gform_next_button:hover,
.gform_wrapper.gravity-theme .gform_next_button:focus,
.gform_wrapper.gravity-theme .gform_previous_button:hover,
.gform_wrapper.gravity-theme .gform_previous_button:focus,
.gform_wrapper.gravity-theme .gform_button_select_files:hover,
.gform_wrapper.gravity-theme .gform_button_select_files:focus {
  color: #012766;
  background: transparent;
  border-color: #012766;
}
.gform_wrapper.gravity-theme .gform_button:hover, .gform_wrapper.gravity-theme .gform_button:focus,
.gform_wrapper.gravity-theme .gform_next_button:hover,
.gform_wrapper.gravity-theme .gform_next_button:focus,
.gform_wrapper.gravity-theme .gform_previous_button:hover,
.gform_wrapper.gravity-theme .gform_previous_button:focus,
.gform_wrapper.gravity-theme .gform_button_select_files:hover,
.gform_wrapper.gravity-theme .gform_button_select_files:focus {
  color: #012766;
  background: transparent;
  border-color: #012766;
}
.gform_wrapper.gravity-theme.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: calc(100% - 0px) !important;
}
.gform_wrapper.gravity-theme .validation_message {
  display: none;
}
.gform_wrapper.gravity-theme div.validation_error,
.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 0 !important;
  margin: 0 0 30px !important;
  color: red !important;
  background: none !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.gform_wrapper.gravity-theme div.validation_error > h2,
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: red !important;
  font-size: 2rem !important;
  line-height: 1.3 !important;
}
.gform_wrapper.gravity-theme div.validation_error > h2 .gform-icon,
.gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
  display: none !important;
}
.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
.gform_wrapper.gravity-theme .gfield_error label,
.gform_wrapper.gravity-theme .gfield_error legend,
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message,
.gform_wrapper.gravity-theme [aria-invalid=true] + label,
.gform_wrapper.gravity-theme label + [aria-invalid=true] {
  color: red !important;
}
.gform_wrapper.gravity-theme .gfield_error .ginput_container_checkbox label:before,
.gform_wrapper.gravity-theme .gfield_error .ginput_container_radio label:before,
.gform_wrapper.gravity-theme .gfield_error .ginput_container_consent label:before {
  border-color: red !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true],
.gform_wrapper.gravity-theme .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme .gfield_error textarea {
  width: 100%;
  border: 2px solid red !important;
}

/* ajax spinner */
.gform_ajax_spinner {
  display: none !important;
}

/* recaptcha */
.grecaptcha-badge {
  z-index: 997;
}

/* LINKS
--------------------------------------------*/
/* link wrapper */
.link-wrapper {
  margin-top: 20px !important;
}
@media (max-width: 767px) {
  .link-wrapper {
    margin-top: 10px !important;
  }
}
.link-wrapper .link {
  margin: 15px 15px 0 15px;
}
@media (max-width: 767px) {
  .link-wrapper .link {
    margin: 10px 7.5px 0 7.5px !important;
  }
}
.link-wrapper .btn {
  margin: 15px 7.5px 0 7.5px;
}
@media (max-width: 767px) {
  .link-wrapper .btn {
    margin-top: 10px !important;
  }
}
.link-wrapper .link:first-of-type,
.link-wrapper .btn:first-of-type {
  margin-left: 0;
}
.link-wrapper .link:last-of-type,
.link-wrapper .btn:last-of-type {
  margin-right: 0;
}

/* base */
.link {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  position: relative;
  margin: 20px auto 0;
  display: inline-block;
  font-size: 2.1rem;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  word-spacing: 0.02rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .link {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}
.link:hover:before, .link:focus:before {
  width: 0;
}
.link:before {
  width: 100%;
}
.link:before {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -6px;
}

.link-alt {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  position: relative;
  margin: 20px auto 0;
  display: inline-block;
  font-size: 2.1rem;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  word-spacing: 0.02rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .link-alt {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}
.link-alt:hover:before, .link-alt:focus:before {
  width: 100%;
}
.link-alt:before {
  width: 0;
}
.link-alt:before {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -6px;
}
.link-alt:before {
  width: 0;
}

a:hover .link:before,
a:focus .link:before {
  width: 0;
}

a:hover .link-alt:before,
a:focus .link-alt:before {
  width: 100%;
}

/* blue - dark */
.link-blue-dark {
  color: #012766 !important;
}
.link-blue-dark:hover, .link-blue-dark:focus {
  color: #012766 !important;
}
.link-blue-dark:before {
  background: #012766;
}

/* blue - medium */
.link-blue-medium {
  color: #136ADB !important;
}
.link-blue-medium:hover, .link-blue-medium:focus {
  color: #136ADB !important;
}
.link-blue-medium:before {
  background: #136ADB;
}

/* white */
.link-white {
  color: white !important;
}
.link-white:hover, .link-white:focus {
  color: white !important;
}
.link-white:before {
  background: white;
}

/* sizes */
/* more info link */
.more-info .link {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .more-info .link {
    margin-top: 30px;
  }
}

/* LOGOS
--------------------------------------------*/
/* MAPS
--------------------------------------------*/
.map-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  min-height: 400px;
}
@media (max-width: 767px) {
  .map-responsive {
    min-height: 300px;
  }
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  position: absolute;
}

/* BOOTSTRAP MODAL
--------------------------------------------*/
.modal.fade.in {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/* modal backdrop */
.modal-backdrop.in {
  opacity: 1;
}

.modal-backdrop {
  background: rgba(1, 39, 102, 0.8);
}
@media (max-width: 767px) {
  .modal-backdrop {
    background: white;
  }
}

.modal {
  overflow-y: auto;
}

.modal-open {
  overflow: auto;
  padding-right: 0px !important;
}

/* modal content */
.modal-close {
  z-index: 996;
  display: block;
  top: 40px;
  right: 40px;
  position: absolute;
}
@media (max-width: 767px) {
  .modal-close {
    top: 15px;
    right: 15px;
    background: transparent;
    width: 40px;
    height: 40px;
  }
}
.modal-close:hover:after, .modal-close:focus:after {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .modal-close:hover, .modal-close:focus {
    color: #012766;
  }
}
.modal-close:after {
  color: white;
  content: "\e90b";
  font-size: 2.6rem;
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .modal-close:after {
    font-size: 2rem;
    color: #012766;
  }
}

.modal {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .modal {
    background: white;
  }
}

.modal-dialog {
  width: 750px;
  margin: 90px auto;
  -webkit-transform: none !important;
          transform: none !important;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.4);
}
@media (min-width: 1535px) {
  .modal-dialog {
    width: 850px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .modal-dialog {
    width: 650px;
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    margin: 0;
    width: 100%;
    height: 100%;
  }
}

.modal-content {
  border: none;
  border-radius: 0;
  background: white;
  box-shadow: none;
}

.modal-body {
  padding: 90px 130px;
}
@media (min-width: 1921px) {
  .modal-body {
    padding: 110px 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modal-body {
    padding: 80px 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-body {
    padding: 60px 90px;
  }
}
@media (max-width: 767px) {
  .modal-body {
    padding: 50px 40px;
  }
}

/* CATEGORY/PAGE NAVIGATION/DROPDOWN
--------------------------------------------*/
/* category navigation */
.category-navigation {
  z-index: 1;
  margin-top: 40px !important;
  position: relative;
}
@media (min-width: 1921px) {
  .category-navigation {
    margin-top: 45px !important;
  }
}
@media (max-width: 767px) {
  .category-navigation {
    margin-top: 25px !important;
  }
}
.category-navigation ul {
  margin-top: -20px;
}
@media (max-width: 767px) {
  .category-navigation ul {
    margin-top: -10px;
  }
}
.category-navigation li {
  padding: 0 !important;
  display: inline-block;
  margin: 20px 25px 0 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-navigation li {
    margin: 20px 20px 0 0;
  }
}
@media (max-width: 767px) {
  .category-navigation li {
    margin: 10px 10px 0 0;
  }
}
.category-navigation li:before {
  display: none;
}
.category-navigation li.current-cat a:after {
  width: 100%;
}
.category-navigation li:first-of-type {
  margin-left: 0;
}
.category-navigation li.cat-item-none {
  display: none;
}
.category-navigation a {
  position: relative;
  display: inline-block;
  color: #012766;
  font-weight: 500;
  text-decoration: none !important;
  font-size: 2.2rem;
  line-height: 1;
}
.category-navigation a:after {
  content: "";
  display: block;
  background: #012766;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 2px;
  bottom: -6px;
}
.category-navigation a:hover:after, .category-navigation a:focus:after {
  width: 100%;
}

/* category dropdown */
.category-dropdown {
  z-index: 2;
  position: relative;
  margin: 30px auto 0 !important;
  background: #136ADB;
  border-radius: 0;
  /* dropdown button */
  /* dropdown list */
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-dropdown {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .category-dropdown {
    width: 175px;
  }
}
.category-dropdown-button {
  width: 100%;
  color: white;
  display: block;
  line-height: 1;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  word-spacing: 0.02rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-dropdown-button {
    font-size: 2.2rem;
    padding: 13px 15px 15px;
  }
}
@media (max-width: 767px) {
  .category-dropdown-button {
    font-size: 2rem;
    padding: 12px 10px 14px;
  }
}
.category-dropdown-button:after {
  content: "\e907";
  font-family: "icomoon";
  color: white;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-dropdown-button:after {
    top: -5px;
    font-size: 10px;
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .category-dropdown-button:after {
    top: -4px;
    font-size: 8px;
    margin-left: 10px;
  }
}
.category-dropdown-button.open:after {
  content: "\e90a";
}
.category-dropdown-button:hover, .category-dropdown-button:focus {
  color: white;
}
.category-dropdown-list {
  width: 100%;
  overflow: hidden;
  margin-top: 0 !important;
  left: 0;
  position: relative;
}
.category-dropdown-list ul {
  list-style: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-dropdown-list ul {
    padding: 15px 25px 30px;
  }
}
@media (max-width: 767px) {
  .category-dropdown-list ul {
    padding: 10px 20px 25px;
  }
}
.category-dropdown-list li {
  margin: 0;
  padding: 0 !important;
  display: block;
  list-style: none;
}
.category-dropdown-list li:before {
  display: none;
}
.category-dropdown-list li.current-cat a,
.category-dropdown-list li.current-cat a:hover,
.category-dropdown-list li.current-cat a:focus {
  cursor: default;
  color: #012766;
}
.category-dropdown-list a {
  color: white;
  border: none;
  line-height: 1;
  box-shadow: none;
  display: inline-block;
  background: transparent;
  text-decoration: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-dropdown-list a {
    font-size: 2rem;
    padding: 10px 15px !important;
  }
}
@media (max-width: 767px) {
  .category-dropdown-list a {
    font-size: 1.8rem;
    padding: 7px 13px !important;
  }
}
.category-dropdown-list a:hover, .category-dropdown-list a:focus {
  color: white;
}

/* PAGINATION
--------------------------------------------*/
.pagination-links {
  width: 100%;
  padding: 30px 0;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
  border-top: 2px solid rgba(1, 39, 102, 0.1);
  border-bottom: 2px solid rgba(1, 39, 102, 0.1);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pagination-links {
    padding: 20px 0;
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .pagination-links {
    padding: 17px 0;
    margin: 50px 0 30px;
  }
}
.pagination-links li.active a {
  color: #012766;
}
.pagination-links li.active a:after {
  content: "";
  height: 2px;
  display: block;
  background: #012766;
  top: -2px;
  position: relative;
}
@media (max-width: 991px) {
  .pagination-links li.active a:after {
    top: -4px;
  }
}
.pagination-links li.active a:hover, .pagination-links li.active a:focus {
  color: #012766;
}
.pagination-links a {
  font-size: 1.8rem;
  color: #012766;
}
@media (max-width: 991px) {
  .pagination-links a {
    font-size: 1.7rem;
  }
}
.pagination-links a:hover, .pagination-links a:focus {
  color: #012766;
}
.pagination-links a:hover:after, .pagination-links a:focus:after {
  color: #012766;
}
.pagination-links .page-numbers {
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pagination-links .page-numbers li {
  padding-left: 0;
}
.pagination-links .page-numbers li:before {
  display: none;
}
.pagination-links .page-numbers li {
  margin: 0 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .pagination-links .page-numbers li {
    margin: 0 2px;
  }
}
.pagination-links .page-link a {
  position: relative;
}
.pagination-links .page-link a:after {
  margin-top: 1px;
  font-size: 1.3rem;
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 1921px) {
  .pagination-links .page-link a:after {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pagination-links .page-link a:after {
    margin-top: 2px;
  }
}
@media (max-width: 991px) {
  .pagination-links .page-link a:after {
    margin-top: 0;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .pagination-links .page-link a span {
    display: none;
  }
}
.pagination-links .page-prev {
  float: left;
}
.pagination-links .page-prev a {
  padding-left: 20px;
}
@media (min-width: 1921px) {
  .pagination-links .page-prev a {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  .pagination-links .page-prev a {
    padding-left: 15px;
  }
}
.pagination-links .page-prev a:after {
  left: 0;
  content: "\e908";
}
.pagination-links .page-next {
  float: right;
}
.pagination-links .page-next a {
  padding-right: 20px;
}
@media (min-width: 1921px) {
  .pagination-links .page-next a {
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .pagination-links .page-next a {
    padding-right: 15px;
  }
}
.pagination-links .page-next a:after {
  right: 0;
  content: "\e909";
}

/* SOCIAL
--------------------------------------------*/
.social-links {
  list-style: none;
}
.social-links li {
  padding-left: 0;
}
.social-links li:before {
  display: none;
}
.social-links li {
  margin-right: 20px;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social-links li {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .social-links li {
    margin-right: 15px;
  }
}
.social-links li:last-of-type {
  margin: 0;
}
.social-links a {
  display: block;
  position: relative;
  color: white;
}
.social-links a:hover, .social-links a:focus {
  color: #012766;
}
.social-links span {
  font-size: 2.4rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .social-links span {
    font-size: 2.8rem;
  }
}

/* TABLES
--------------------------------------------*/
.table-container {
  width: 100%;
  overflow-y: auto;
}
.table-container table {
  width: 100%;
  display: table;
  border-spacing: 0;
  background: white;
  text-align: center !important;
  border-collapse: collapse;
  border: 2px solid #012766;
}
.table-container table.table-league tbody tr:nth-of-type(even) td {
  background: #e7e7e7 !important;
}
.table-container table.table-fixtures td {
  padding: 10px;
}
.table-container table.table-fixtures td.column-1, .table-container table.table-fixtures td.column-3 {
  width: 42%;
}
.table-container table.table-fixtures td.column-2 {
  width: 16%;
}
.table-container table th, .table-container table td {
  padding: 15px 20px;
  background: white;
  text-align: center !important;
  border: 2px solid #012766;
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-container table th, .table-container table td {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .table-container table th, .table-container table td {
    padding: 10px 15px;
  }
}
.table-container table th a, .table-container table td a {
  text-decoration: underline;
}
.table-container table th a:hover, .table-container table td a:hover {
  text-decoration: none;
}
.table-container table th.empty, .table-container table td.empty {
  background: #e7e7e7;
}
.table-container table thead th {
  color: white;
  font-size: 2.2rem;
  line-height: 1.3;
  background: #012766;
}
@media (max-width: 991px) {
  .table-container table thead th {
    font-size: 1.8rem;
  }
}
.table-container table caption a {
  display: none;
}
.table-container table.table-unstyled {
  border: none;
  background: transparent;
}
.table-container table.table-unstyled tr:nth-of-type(even) td {
  background: transparent;
}
.table-container table.table-unstyled th, .table-container table.table-unstyled td {
  padding: 0;
  background: transparent;
  border: none;
}
.table-container table.table-unstyled thead th {
  color: #012766;
  background: transparent;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .table-container table.table-unstyled thead th {
    font-size: 1.7rem;
  }
}

/* TABS
--------------------------------------------*/
/* tab navigation - base */
.nav-tabs {
  border: none;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 767px) {
  .nav-tabs {
    padding: 0 10px;
  }
}
.nav-tabs:after {
  content: "";
  z-index: 1;
  background: #012766;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
}
.nav-tabs > li {
  margin: 0;
  float: none;
  z-index: 2;
  position: relative;
  display: inline-block;
}
.nav-tabs > li:not(:last-of-type) {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .nav-tabs > li:not(:last-of-type) {
    margin-right: 5px;
  }
}
.nav-tabs > li > a {
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  padding: 15px 20px 20px;
  color: #012766;
  border: 2px solid transparent;
  border-bottom: none !important;
  background: transparent;
  border-radius: 0 0 0 0;
}
@media (min-width: 1921px) {
  .nav-tabs > li > a {
    padding: 20px 25px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-tabs > li > a {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .nav-tabs > li > a {
    font-size: 1.8rem;
    padding: 15px 15px 18px;
  }
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  background: none;
  border: 2px solid transparent;
  color: rgba(1, 39, 102, 0.7);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #012766;
  border: 2px solid #012766;
  border-bottom: none !important;
}

/* panel content */
.tab-content {
  border: none;
  padding: 60px 0 0;
  background: transparent;
}
@media (min-width: 1921px) {
  .tab-content {
    padding: 70px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tab-content {
    padding: 50px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tab-content {
    padding: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .tab-content {
    padding: 30px 0 0;
  }
}

/* if tabs sits on grey/red bg */
.bg-blue-dark .nav-tabs > li > a,
.bg-blue-medium .nav-tabs > li > a {
  color: white;
}
.bg-blue-dark .nav-tabs > li > a:focus,
.bg-blue-dark .nav-tabs > li > a:hover,
.bg-blue-medium .nav-tabs > li > a:focus,
.bg-blue-medium .nav-tabs > li > a:hover {
  color: white;
}
.bg-blue-dark .nav-tabs > li.active > a,
.bg-blue-dark .nav-tabs > li.active > a:focus,
.bg-blue-dark .nav-tabs > li.active > a:hover,
.bg-blue-medium .nav-tabs > li.active > a,
.bg-blue-medium .nav-tabs > li.active > a:focus,
.bg-blue-medium .nav-tabs > li.active > a:hover {
  color: white;
}

/* VIDEO
--------------------------------------------*/
/* video bg */
.bg-video {
  width: auto;
  height: auto;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* video inline */
.inline-video {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* vimeo/youtube video */
.video-container {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
  position: relative;
}

.video-embed {
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
}
.video-embed iframe {
  border: none;
  max-width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/* fancybox */
.fancybox-slide--video .fancybox-content {
  background: transparent !important;
}

/* afterglow */
.vjs-afterglow-skin:hover .vjs-big-play-button:before, .vjs-afterglow-skin:focus .vjs-big-play-button:before {
  color: #012766;
}
.vjs-afterglow-skin:hover .vjs-big-play-button:after, .vjs-afterglow-skin:focus .vjs-big-play-button:after {
  background: white;
}
.vjs-afterglow-skin .vjs-poster {
  background-color: white !important;
  opacity: 1 !important;
  transition: all 400ms cubic-bezier(0.76, 0, 0.24, 1) !important;
}
.vjs-afterglow-skin .vjs-big-play-button {
  width: 90px !important;
  height: 90px !important;
  margin-top: -45px !important;
  margin-left: -45px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vjs-afterglow-skin .vjs-big-play-button {
    width: 80px !important;
    height: 80px !important;
    margin-top: -40px !important;
    margin-left: -40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vjs-afterglow-skin .vjs-big-play-button {
    width: 70px !important;
    height: 70px !important;
    margin-top: -35px !important;
    margin-left: -35px !important;
  }
}
@media (max-width: 767px) {
  .vjs-afterglow-skin .vjs-big-play-button {
    width: 60px !important;
    height: 60px !important;
    margin-top: -30px !important;
    margin-left: -30px !important;
  }
}
.vjs-afterglow-skin .vjs-big-play-button:before {
  content: "\e90d" !important;
  color: #012766;
  z-index: 2;
  line-height: 90px !important;
  text-shadow: none !important;
  font-size: 3.2rem !important;
  font-family: "icomoon" !important;
  left: 3px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vjs-afterglow-skin .vjs-big-play-button:before {
    font-size: 2.8rem !important;
    line-height: 80px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vjs-afterglow-skin .vjs-big-play-button:before {
    font-size: 2.6rem !important;
    line-height: 70px !important;
  }
}
@media (max-width: 767px) {
  .vjs-afterglow-skin .vjs-big-play-button:before {
    font-size: 2.2rem !important;
    line-height: 60px !important;
  }
}
.vjs-afterglow-skin .vjs-big-play-button:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  background: white;
  top: 0;
  left: 0;
  position: absolute;
  width: 90px !important;
  height: 90px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vjs-afterglow-skin .vjs-big-play-button:after {
    width: 80px !important;
    height: 80px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vjs-afterglow-skin .vjs-big-play-button:after {
    width: 70px !important;
    height: 70px !important;
  }
}
@media (max-width: 767px) {
  .vjs-afterglow-skin .vjs-big-play-button:after {
    width: 60px !important;
    height: 60px !important;
    border-width: 2px;
  }
}

/* STRUCTURE - Structural elements */
/* LOGO
--------------------------------------------*/
.logo {
  z-index: 996;
  text-indent: -9999px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}

.logo-lg {
  background-image: url(../img/rfc.png);
  top: 20px;
  left: 30px;
  width: 140px;
  height: 140px;
}
@media (min-width: 1921px) {
  .logo-lg {
    width: 170px;
    height: 170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .logo-lg {
    left: 20px;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 991px) {
  .logo-lg {
    top: 15px;
    left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo-lg {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .logo-lg {
    width: 85px;
    height: 85px;
  }
}

.logo-sm {
  background-image: url(../img/rfc_sml.png);
  top: 30px;
  left: 50px;
  opacity: 0;
  visibility: hidden;
  width: 62px;
  height: 40px;
}
@media (min-width: 1921px) {
  .logo-sm {
    width: 68px;
    height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .logo-sm {
    top: 24px;
    left: 25px;
    width: 57px;
    height: 37px;
  }
}
@media (max-width: 767px) {
  .logo-sm {
    top: 18px;
    left: 20px;
    width: 51px;
    height: 37px;
  }
}

/* FOOTER
--------------------------------------------*/
#footer {
  z-index: 1;
  /* footer main */
  /* footer quote */
  /* footer logo */
  /* footer contact */
  /* footer social */
  /* footer bottom */
}
#footer .footer-main {
  padding: 70px 0 60px;
  text-align: left;
  position: relative;
  background: #012766;
  overflow: hidden;
}
@media (min-width: 1921px) {
  #footer .footer-main {
    padding: 80px 0 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-main {
    padding: 70px 0 60px;
  }
}
@media (max-width: 767px) {
  #footer .footer-main {
    padding: 45px 0;
    text-align: center;
  }
}
#footer .footer-quote {
  background: #edf5fd;
  padding: 150px 0;
}
@media (min-width: 1921px) {
  #footer .footer-quote {
    padding: 180px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #footer .footer-quote {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  #footer .footer-quote {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-quote {
    padding: 100px 0;
  }
}
#footer .footer-quote .quote {
  padding: 0;
  border: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-quote .quote {
    padding: 0 3%;
  }
}
@media (max-width: 767px) {
  #footer .footer-quote .quote {
    padding: 0 2%;
  }
}
#footer .footer-quote .quote-text {
  color: #012766;
  text-transform: inherit;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.5rem;
  line-height: 1.2;
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-quote .quote-text {
    font-size: 3.3rem;
  }
}
@media (max-width: 767px) {
  #footer .footer-quote .quote-text {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #footer .footer-quote .quote-text {
    font-size: 3.2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-quote .quote-text {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  #footer .footer-quote .quote-text {
    font-size: 2.2rem;
  }
}
#footer .footer-quote .quote-name {
  display: block;
  margin-top: 25px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  word-spacing: 0.02rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.9rem;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-quote .quote-name {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  #footer .footer-quote .quote-name {
    font-size: 2.2rem;
  }
}
#footer .footer-quote .quote-position {
  margin-top: 15px;
  color: #136ADB;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  word-spacing: 0.02rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-quote .quote-position {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  #footer .footer-quote .quote-position {
    margin-top: 10px;
  }
}
#footer .footer-logo {
  position: relative;
}
@media (max-width: 767px) {
  #footer .footer-logo {
    margin-top: 30px;
    width: 100%;
    height: 90px;
  }
}
#footer .footer-logo .logo-lg {
  top: -5px;
  left: auto;
  right: 0;
}
@media (min-width: 1921px) {
  #footer .footer-logo .logo-lg {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  #footer .footer-logo .logo-lg {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 0;
  }
}
#footer .footer-contact a {
  color: white;
  display: inline-block;
}
#footer .footer-contact a:hover, #footer .footer-contact a:focus {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-contact .telephone-number,
#footer .footer-contact .email-address {
  font-size: 2.6rem;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  word-spacing: 0.02rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-contact .telephone-number,
#footer .footer-contact .email-address {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  #footer .footer-contact .telephone-number,
#footer .footer-contact .email-address {
    font-size: 2.1rem;
  }
}
#footer .footer-contact .email-address {
  margin-top: 10px;
}
#footer .footer-contact .address {
  width: 50%;
  color: white;
  margin: 15px 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #footer .footer-contact .address {
    width: 100%;
    padding: 0 15%;
  }
}
#footer .footer-contact .get-directions {
  margin-top: 10px;
  font-size: 1.7rem;
  line-height: 1;
}
@media (max-width: 767px) {
  #footer .footer-contact .get-directions {
    margin-top: 15px;
  }
}
#footer .footer-social {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #footer .footer-social {
    margin-top: 25px;
  }
}
#footer .footer-social a {
  color: white;
}
#footer .footer-social a:hover, #footer .footer-social a:focus {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-bottom {
  width: 100%;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  #footer .footer-bottom {
    margin-top: 30px;
  }
}
#footer .footer-bottom p, #footer .footer-bottom a {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #footer .footer-bottom p, #footer .footer-bottom a {
    line-height: 1.5;
  }
}
#footer .footer-bottom a:hover, #footer .footer-bottom a:focus {
  color: white;
}
#footer .footer-bottom .copyright {
  float: left;
}
@media (max-width: 767px) {
  #footer .footer-bottom .copyright {
    float: none;
  }
}
#footer .footer-bottom .site-links {
  float: left;
}
@media (max-width: 767px) {
  #footer .footer-bottom .site-links {
    float: none;
    margin-top: 5px;
  }
}
#footer .footer-bottom .site-links span {
  margin: 0 15px;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #footer .footer-bottom .site-links span {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  #footer .footer-bottom .site-links span {
    display: none;
  }
}
#footer .footer-bottom .site-links a {
  margin-right: 15px;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #footer .footer-bottom .site-links a {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #footer .footer-bottom .site-links a {
    margin-right: 0;
  }
}
#footer .footer-bottom .site-by {
  float: right;
}
@media (max-width: 767px) {
  #footer .footer-bottom .site-by {
    float: none;
    margin-top: 5px;
  }
}

/* GLOBAL HEADER - COLOUR
--------------------------------------------*/
.header-colour .nav-wrapper-secondary .social-links:before {
  background: rgba(1, 39, 102, 0.3);
}
.header-colour .nav-wrapper-secondary .social-links a {
  color: #136ADB;
}
.header-colour .nav-wrapper-secondary .social-links a:hover, .header-colour .nav-wrapper-secondary .social-links a:focus {
  color: #012766;
}
.header-colour .nav-wrapper-secondary .social-links a:hover:before, .header-colour .nav-wrapper-secondary .social-links a:focus:before {
  color: #012766;
}
.header-colour .nav-primary .primary-navigation > li.menu-item-has-children > a:after,
.header-colour .nav-primary .secondary-navigation > li.menu-item-has-children > a:after,
.header-colour .nav-secondary .primary-navigation > li.menu-item-has-children > a:after,
.header-colour .nav-secondary .secondary-navigation > li.menu-item-has-children > a:after {
  color: #136ADB;
}
.header-colour .nav-primary .primary-navigation > li > a,
.header-colour .nav-primary .secondary-navigation > li > a,
.header-colour .nav-secondary .primary-navigation > li > a,
.header-colour .nav-secondary .secondary-navigation > li > a {
  color: #012766 !important;
}
@media (max-width: 991px) {
  .header-colour .nav-primary .primary-navigation > li > a,
.header-colour .nav-primary .secondary-navigation > li > a,
.header-colour .nav-secondary .primary-navigation > li > a,
.header-colour .nav-secondary .secondary-navigation > li > a {
    color: white !important;
  }
}
.header-colour .nav-primary .primary-navigation > li > a:before,
.header-colour .nav-primary .secondary-navigation > li > a:before,
.header-colour .nav-secondary .primary-navigation > li > a:before,
.header-colour .nav-secondary .secondary-navigation > li > a:before {
  background: #012766;
}
.header-colour .nav-primary .primary-navigation > li > a:hover, .header-colour .nav-primary .primary-navigation > li > a:focus,
.header-colour .nav-primary .secondary-navigation > li > a:hover,
.header-colour .nav-primary .secondary-navigation > li > a:focus,
.header-colour .nav-secondary .primary-navigation > li > a:hover,
.header-colour .nav-secondary .primary-navigation > li > a:focus,
.header-colour .nav-secondary .secondary-navigation > li > a:hover,
.header-colour .nav-secondary .secondary-navigation > li > a:focus {
  color: #012766 !important;
}
@media (max-width: 991px) {
  .header-colour .nav-primary .primary-navigation > li > a:hover, .header-colour .nav-primary .primary-navigation > li > a:focus,
.header-colour .nav-primary .secondary-navigation > li > a:hover,
.header-colour .nav-primary .secondary-navigation > li > a:focus,
.header-colour .nav-secondary .primary-navigation > li > a:hover,
.header-colour .nav-secondary .primary-navigation > li > a:focus,
.header-colour .nav-secondary .secondary-navigation > li > a:hover,
.header-colour .nav-secondary .secondary-navigation > li > a:focus {
    color: white !important;
  }
}
.header-colour .nav-primary .primary-navigation > li.current-menu-item > a, .header-colour .nav-primary .primary-navigation > li.current-menu-parent > a, .header-colour .nav-primary .primary-navigation > li.current_page_parent > a, .header-colour .nav-primary .primary-navigation > li.current-page-ancestor > a,
.header-colour .nav-primary .secondary-navigation > li.current-menu-item > a,
.header-colour .nav-primary .secondary-navigation > li.current-menu-parent > a,
.header-colour .nav-primary .secondary-navigation > li.current_page_parent > a,
.header-colour .nav-primary .secondary-navigation > li.current-page-ancestor > a,
.header-colour .nav-secondary .primary-navigation > li.current-menu-item > a,
.header-colour .nav-secondary .primary-navigation > li.current-menu-parent > a,
.header-colour .nav-secondary .primary-navigation > li.current_page_parent > a,
.header-colour .nav-secondary .primary-navigation > li.current-page-ancestor > a,
.header-colour .nav-secondary .secondary-navigation > li.current-menu-item > a,
.header-colour .nav-secondary .secondary-navigation > li.current-menu-parent > a,
.header-colour .nav-secondary .secondary-navigation > li.current_page_parent > a,
.header-colour .nav-secondary .secondary-navigation > li.current-page-ancestor > a {
  color: #012766;
}
.header-colour .nav-primary .primary-navigation > li.current-menu-item > a:hover, .header-colour .nav-primary .primary-navigation > li.current-menu-parent > a:hover, .header-colour .nav-primary .primary-navigation > li.current_page_parent > a:hover, .header-colour .nav-primary .primary-navigation > li.current-page-ancestor > a:hover,
.header-colour .nav-primary .secondary-navigation > li.current-menu-item > a:hover,
.header-colour .nav-primary .secondary-navigation > li.current-menu-parent > a:hover,
.header-colour .nav-primary .secondary-navigation > li.current_page_parent > a:hover,
.header-colour .nav-primary .secondary-navigation > li.current-page-ancestor > a:hover,
.header-colour .nav-secondary .primary-navigation > li.current-menu-item > a:hover,
.header-colour .nav-secondary .primary-navigation > li.current-menu-parent > a:hover,
.header-colour .nav-secondary .primary-navigation > li.current_page_parent > a:hover,
.header-colour .nav-secondary .primary-navigation > li.current-page-ancestor > a:hover,
.header-colour .nav-secondary .secondary-navigation > li.current-menu-item > a:hover,
.header-colour .nav-secondary .secondary-navigation > li.current-menu-parent > a:hover,
.header-colour .nav-secondary .secondary-navigation > li.current_page_parent > a:hover,
.header-colour .nav-secondary .secondary-navigation > li.current-page-ancestor > a:hover {
  color: #136ADB;
}
.header-colour .nav-menu-btn .nav-icon-bar {
  background: #012766;
}

/* alt colour header */
.header-colour-alt #globalHeader .header-wrapper {
  border-top: 8px solid #136ADB;
}
.header-colour-alt #globalHeader .logo-lg,
.header-colour-alt #footer .logo-lg {
  background-image: url(../img/rfc.png);
}

/* GLOBAL HEADER
--------------------------------------------*/
#globalHeader {
  width: 100%;
  z-index: 997;
  text-align: left;
  top: 0;
  left: 0;
  position: fixed;
  /* header wrapper */
}
#globalHeader .container-fluid {
  height: 100%;
  position: relative;
}
#globalHeader .header-wrapper {
  z-index: 997;
  position: relative;
  border-top: 8px solid #136ADB;
  width: 100%;
  height: 100px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #globalHeader .header-wrapper {
    height: 85px;
  }
}
@media (max-width: 767px) {
  #globalHeader .header-wrapper {
    height: 68px;
  }
}
#globalHeader .header-wrapper.header-active.header-down {
  border: none;
  background: #012766;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 991px) {
  #globalHeader .header-wrapper.header-active.header-down .nav-menu-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #globalHeader .header-wrapper.header-active.header-down .nav-menu-btn {
    margin-top: 25px;
  }
}
#globalHeader .header-wrapper.header-active.header-down .nav-menu-btn .nav-icon-bar {
  background: white;
}
#globalHeader .header-wrapper.header-active .logo-lg {
  opacity: 0;
  visibility: hidden;
}
#globalHeader .header-wrapper.header-active .logo-sm {
  opacity: 1;
  visibility: visible;
}
#globalHeader .header-wrapper.header-active .nav-wrapper-secondary {
  opacity: 0;
  margin: 0;
  visibility: hidden;
}
#globalHeader .header-wrapper.header-active .nav-primary {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #globalHeader .header-wrapper.header-active .nav-primary {
    margin-top: 6px;
  }
}
#globalHeader .header-wrapper.header-active .nav-primary .primary-navigation > li.menu-item-has-children > a:after {
  color: white;
}
#globalHeader .header-wrapper.header-active .nav-primary .primary-navigation > li > a {
  color: white !important;
}
#globalHeader .header-wrapper.header-active .nav-primary .primary-navigation > li > a:before {
  background: white;
}
#globalHeader .header-wrapper.header-up {
  height: 0;
  -webkit-transform: translate3d(0, -200px, 0);
          transform: translate3d(0, -200px, 0);
}
@media (min-width: 768px) and (max-width: 1199px) {
  #globalHeader .header-wrapper.header-up {
    -webkit-transform: translate3d(0, -185px, 0);
            transform: translate3d(0, -185px, 0);
  }
}
@media (max-width: 767px) {
  #globalHeader .header-wrapper.header-up {
    -webkit-transform: translate3d(0, -150px, 0);
            transform: translate3d(0, -150px, 0);
  }
}
#globalHeader .header-wrapper.header-up .sub-menu-wrapper {
  pointer-events: none;
}
#globalHeader .header-wrapper .header {
  position: relative;
  width: 100%;
  height: 100%;
}

/* PRIMARY NAV
--------------------------------------------*/
/* nav wrapper */
.nav-wrapper {
  z-index: 996;
  height: 100%;
  right: 45px;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-wrapper {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .nav-wrapper {
    right: 20px;
  }
}

/* secondary nav */
.nav-wrapper-secondary {
  float: right;
  clear: right;
  margin-top: 30px;
  position: relative;
}
.nav-wrapper-secondary .nav-secondary,
.nav-wrapper-secondary .social-links {
  float: right;
}
.nav-wrapper-secondary .nav-secondary a,
.nav-wrapper-secondary .social-links a {
  color: white;
}
.nav-wrapper-secondary .nav-secondary a:before,
.nav-wrapper-secondary .social-links a:before {
  color: white;
}
.nav-wrapper-secondary .nav-secondary a:hover, .nav-wrapper-secondary .nav-secondary a:focus,
.nav-wrapper-secondary .social-links a:hover,
.nav-wrapper-secondary .social-links a:focus {
  color: rgba(255, 255, 255, 0.5);
}
.nav-wrapper-secondary .nav-secondary a:hover:before, .nav-wrapper-secondary .nav-secondary a:focus:before,
.nav-wrapper-secondary .social-links a:hover:before,
.nav-wrapper-secondary .social-links a:focus:before {
  color: rgba(255, 255, 255, 0.5);
}
.nav-wrapper-secondary .social-links {
  position: relative;
  padding-left: 30px;
  margin-left: 25px;
}
.nav-wrapper-secondary .social-links:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  position: absolute;
  width: 2px;
  height: 24px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav-secondary {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .nav-secondary {
    margin-top: 10px;
  }
}
.nav-secondary .secondary-navigation {
  list-style: none;
}
.nav-secondary .secondary-navigation > li {
  margin-right: 30px;
  display: inline-block;
  position: relative;
}
@media (min-width: 1921px) {
  .nav-secondary .secondary-navigation > li {
    margin-right: 35px;
  }
}
@media (max-width: 991px) {
  .nav-secondary .secondary-navigation > li {
    display: block;
    margin-right: 0;
  }
}
.nav-secondary .secondary-navigation > li:last-of-type {
  margin-right: 0;
}
@media (max-width: 991px) {
  .nav-secondary .secondary-navigation > li:last-of-type a {
    padding-bottom: 0;
  }
}
.nav-secondary .secondary-navigation > li > a {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  position: relative;
  margin: 20px auto 0;
  display: inline-block;
  font-size: 2.1rem;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  word-spacing: 0.02rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white !important;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  word-spacing: 0.02rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 !important;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .nav-secondary .secondary-navigation > li > a {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}
.nav-secondary .secondary-navigation > li > a:hover, .nav-secondary .secondary-navigation > li > a:focus {
  color: white !important;
}
.nav-secondary .secondary-navigation > li > a:before {
  background: white;
}
.nav-secondary .secondary-navigation > li > a:hover:before, .nav-secondary .secondary-navigation > li > a:focus:before {
  width: 100%;
}
.nav-secondary .secondary-navigation > li > a:before {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -6px;
}
.nav-secondary .secondary-navigation > li > a:before {
  width: 0;
}
@media (max-width: 991px) {
  .nav-secondary .secondary-navigation > li > a {
    display: block;
    text-shadow: none;
  }
  .nav-secondary .secondary-navigation > li > a:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-secondary .secondary-navigation > li > a {
    font-size: 3.5rem;
    padding: 17px 0;
  }
}
@media (max-width: 767px) {
  .nav-secondary .secondary-navigation > li > a {
    font-size: 2.3rem;
    padding: 13px 0;
  }
}

/* primary nav */
.nav-primary {
  float: right;
  clear: right;
  margin-top: 15px;
  position: relative;
  /* primary navigation */
}
@media (min-width: 1921px) {
  .nav-primary {
    margin-top: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-primary {
    margin-top: 12px;
  }
}
@media (max-width: 991px) {
  .nav-primary {
    float: none;
    margin-top: 0;
  }
}
.nav-primary .primary-navigation {
  list-style: none;
}
.nav-primary .primary-navigation > li {
  margin-right: 40px;
  display: inline-block;
  position: relative;
}
@media (min-width: 1921px) {
  .nav-primary .primary-navigation > li {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .nav-primary .primary-navigation > li {
    display: block;
    margin-right: 0;
  }
}
.nav-primary .primary-navigation > li:last-of-type {
  margin-right: 0;
}
@media (max-width: 991px) {
  .nav-primary .primary-navigation > li:last-of-type a {
    padding-bottom: 0;
  }
}
.nav-primary .primary-navigation > li.menu-item-has-children > a {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .nav-primary .primary-navigation > li.menu-item-has-children > a {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-primary .primary-navigation > li.menu-item-has-children > a {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .nav-primary .primary-navigation > li.menu-item-has-children > a {
    padding-left: 10px;
  }
}
.nav-primary .primary-navigation > li.menu-item-has-children > a:after {
  content: "\e907";
  font-size: 7px;
  font-family: "icomoon";
  pointer-events: none;
  color: white;
  top: 8px;
  right: -22px;
  position: absolute;
}
@media (max-width: 991px) {
  .nav-primary .primary-navigation > li.menu-item-has-children > a:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-primary .primary-navigation > li.menu-item-has-children > a:after {
    top: 7px;
    font-size: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-primary .primary-navigation > li.menu-item-has-children > a:after {
    top: -9px;
    right: -15px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .nav-primary .primary-navigation > li.menu-item-has-children > a:after {
    top: -6px;
    right: -10px;
    font-size: 8px;
  }
}
.nav-primary .primary-navigation > li.sub-menu-open > a:after {
  content: "\e90a";
}
.nav-primary .primary-navigation > li.current-menu-item > a, .nav-primary .primary-navigation > li.current-menu-parent > a, .nav-primary .primary-navigation > li.current_page_parent > a, .nav-primary .primary-navigation > li.current-page-ancestor > a {
  color: white;
}
.nav-primary .primary-navigation > li.current-menu-item > a:hover, .nav-primary .primary-navigation > li.current-menu-parent > a:hover, .nav-primary .primary-navigation > li.current_page_parent > a:hover, .nav-primary .primary-navigation > li.current-page-ancestor > a:hover {
  color: white;
}
.nav-primary .primary-navigation > li > a {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  position: relative;
  margin: 20px auto 0;
  display: inline-block;
  font-size: 2.1rem;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  word-spacing: 0.02rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white !important;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  word-spacing: 0.02rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .nav-primary .primary-navigation > li > a {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}
.nav-primary .primary-navigation > li > a:hover, .nav-primary .primary-navigation > li > a:focus {
  color: white !important;
}
.nav-primary .primary-navigation > li > a:before {
  background: white;
}
.nav-primary .primary-navigation > li > a:hover:before, .nav-primary .primary-navigation > li > a:focus:before {
  width: 100%;
}
.nav-primary .primary-navigation > li > a:before {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -6px;
}
.nav-primary .primary-navigation > li > a:before {
  width: 0;
}
@media (max-width: 991px) {
  .nav-primary .primary-navigation > li > a {
    display: block;
    text-shadow: none;
  }
  .nav-primary .primary-navigation > li > a:before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-primary .primary-navigation > li > a {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-primary .primary-navigation > li > a {
    font-size: 3.5rem;
    padding: 17px 0;
  }
}
@media (max-width: 767px) {
  .nav-primary .primary-navigation > li > a {
    font-size: 2.3rem;
    padding: 13px 0;
  }
}

/* nav menu button */
.nav-menu-btn {
  float: right;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-menu-btn {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .nav-menu-btn {
    margin-top: 30px;
  }
}
.nav-menu-btn .nav-icon-bar {
  display: block;
  background: white;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-menu-btn .nav-icon-bar {
    width: 33px;
    height: 3px;
  }
}
@media (max-width: 767px) {
  .nav-menu-btn .nav-icon-bar {
    width: 30px;
    height: 2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-menu-btn .nav-icon-bar + .nav-icon-bar {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .nav-menu-btn .nav-icon-bar + .nav-icon-bar {
    margin-top: 6px;
  }
}

/* dropdown menu */
.dropdown-overlay {
  z-index: 996;
  background: transparent;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.dropdown-overlay.dropdown-overlay-active {
  opacity: 1;
  cursor: pointer;
  visibility: visible;
}

.sub-menu-wrapper {
  opacity: 0;
  z-index: 997;
  visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  will-change: contents;
}
@media (max-width: 991px) {
  .sub-menu-wrapper {
    opacity: 1;
    visibility: visible;
    margin: 0;
    display: none;
    position: relative;
    background: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-menu-wrapper {
    padding: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .sub-menu-wrapper {
    padding: 0 0 10px;
  }
}
.sub-menu-wrapper.menu-active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .sub-menu-wrapper.menu-active {
    display: block;
  }
}
.sub-menu-wrapper:before, .sub-menu-wrapper:after {
  content: "";
  z-index: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  background: #136ADB;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 19px;
  left: 50%;
  position: absolute;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sub-menu-wrapper:before, .sub-menu-wrapper:after {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    top: 16px;
  }
}
@media (max-width: 991px) {
  .sub-menu-wrapper:before, .sub-menu-wrapper:after {
    display: none;
  }
}
.sub-menu-wrapper:before {
  z-index: 1;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.3);
}
.sub-menu-wrapper:after {
  z-index: 3;
}

.sub-menu {
  z-index: 2;
  list-style: none;
  margin-top: 31px;
  padding: 35px 45px;
  position: relative;
  background: #136ADB;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1921px) {
  .sub-menu {
    padding: 40px 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sub-menu {
    margin-top: 25px;
    padding: 30px 40px;
  }
}
@media (max-width: 991px) {
  .sub-menu {
    padding: 0;
    box-shadow: none;
    background: transparent;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-menu {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .sub-menu {
    margin: 5px 0;
  }
}
.sub-menu li {
  margin-bottom: 6px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sub-menu li {
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .sub-menu li {
    margin: 0;
  }
}
.sub-menu li:last-of-type {
  margin-bottom: 0 !important;
}
.sub-menu li > a {
  color: white;
  display: block;
  white-space: nowrap;
  text-align: center;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sub-menu li > a {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-menu li > a {
    padding: 6px 25px;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .sub-menu li > a {
    padding: 5px 15px;
  }
}
.sub-menu li > a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  .sub-menu li > a:hover {
    color: white;
  }
}
.sub-menu li.active > a, .sub-menu li.current-menu-item > a {
  color: rgba(255, 255, 255, 0.5);
}
.sub-menu li.active > a:hover, .sub-menu li.current-menu-item > a:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* mobile nav */
.modal-mobile-nav-open .modal-backdrop {
  background: #012766;
}

.mobile-nav-inactive {
  overflow: auto;
}

#mobileNav {
  background: #012766;
  /* nav wrapper */
  /* close menu button */
}
#mobileNav .mobile-nav-wrapper {
  height: 100%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  #mobileNav .mobile-nav-wrapper {
    padding: 100px 80px;
  }
}
@media (max-width: 767px) {
  #mobileNav .mobile-nav-wrapper {
    padding: 80px 40px;
  }
}
#mobileNav .social-links,
#mobileNav .nav-logo {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  #mobileNav .social-links {
    margin: 60px auto 0;
  }
}
@media (max-width: 767px) {
  #mobileNav .social-links {
    margin: 40px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #mobileNav .social-links li {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
@media (max-width: 767px) {
  #mobileNav .social-links li {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #mobileNav .social-links span {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  #mobileNav .social-links span {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #mobileNav .nav-logo {
    margin: 100px auto 0;
  }
}
@media (max-width: 767px) {
  #mobileNav .nav-logo {
    margin: 80px auto 0;
  }
}
#mobileNav .nav-logo .logo-icon {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  #mobileNav .nav-logo .logo-icon {
    width: 66px;
    height: 56px;
  }
}
@media (max-width: 767px) {
  #mobileNav .nav-logo .logo-icon {
    width: 50px;
    height: 43px;
  }
}
#mobileNav .close-nav-btn {
  display: block;
  color: white;
  z-index: 997;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 991px) {
  #mobileNav .close-nav-btn {
    top: 50px;
    right: 50px;
  }
}
@media (max-width: 767px) {
  #mobileNav .close-nav-btn {
    top: 40px;
    right: 40px;
  }
}
#mobileNav .close-nav-btn:after {
  content: "\e90b";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) and (max-width: 991px) {
  #mobileNav .close-nav-btn:after {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  #mobileNav .close-nav-btn:after {
    font-size: 2.7rem;
  }
}
#mobileNav .close-nav-btn:hover {
  color: white;
}

/* PAGE BANNER
--------------------------------------------*/
#pageBanner {
  z-index: 2;
  width: 100%;
  position: relative;
}
#pageBanner .content-wrapper {
  height: 100%;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#pageBanner .caption-flex {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #pageBanner .caption-flex {
    padding: 0 10%;
  }
}
@media (max-width: 767px) {
  #pageBanner .caption-flex {
    padding: 0 5%;
  }
}
#pageBanner .parent-page {
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  #pageBanner .parent-page {
    margin-bottom: 20px;
  }
}
#pageBanner h1 {
  margin: 0;
}
#pageBanner p {
  font-size: 2.1rem;
}
@media (min-width: 1200px) and (max-height: 830px) {
  #pageBanner p {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #pageBanner p {
    font-size: 1.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #pageBanner p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  #pageBanner p {
    font-size: 1.7rem;
  }
}

/* PAGE BANNER - IMAGE
--------------------------------------------*/
.page-banner-img {
  overflow: hidden;
}
.page-banner-img:before, .page-banner-img:after {
  content: "";
  z-index: 6;
  position: absolute;
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
  width: 1000px;
  height: 620px;
}
@media (max-width: 767px) {
  .page-banner-img:before, .page-banner-img:after {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    width: 800px;
    height: 520px;
  }
}
.page-banner-img:before {
  background: #012766;
}
.page-banner-img:after {
  background: #136ADB;
}
.page-banner-img:before {
  top: -400px;
  left: -500px;
}
@media (min-width: 1921px) {
  .page-banner-img:before {
    top: -350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-banner-img:before {
    top: -440px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-banner-img:before {
    top: -475px;
  }
}
@media (max-width: 767px) {
  .page-banner-img:before {
    top: -320px;
  }
}
.page-banner-img:after {
  bottom: -430px;
  right: -550px;
}
@media (min-width: 1921px) {
  .page-banner-img:after {
    bottom: -380px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-banner-img:after {
    bottom: -460px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-banner-img:after {
    bottom: -520px;
  }
}
@media (max-width: 767px) {
  .page-banner-img:after {
    bottom: -370px;
  }
}
.page-banner-img .bg-img-wrapper {
  background: black;
}
.page-banner-img .bg-img-wrapper .bg-img {
  opacity: 0.85;
}
.page-banner-img .content-wrapper {
  padding-top: 170px;
  padding-bottom: 90px;
  min-height: 630px;
}
@media (min-width: 1200px) and (max-height: 830px) {
  .page-banner-img .content-wrapper {
    min-height: 530px;
  }
}
@media (min-width: 1921px) {
  .page-banner-img .content-wrapper {
    min-height: 730px;
    padding-top: 210px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-banner-img .content-wrapper {
    min-height: 530px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-banner-img .content-wrapper {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-banner-img .content-wrapper {
    padding-top: 190px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .page-banner-img .content-wrapper {
    min-height: 450px;
    padding-top: 180px;
    padding-bottom: 75px;
  }
}
.page-banner-img .caption-flex {
  width: 70%;
}
@media (max-width: 567px) {
  .page-banner-img .caption-flex {
    width: 90%;
  }
}
.page-banner-img h1, .page-banner-img h2, .page-banner-img h3,
.page-banner-img h4, .page-banner-img h5, .page-banner-img h6 {
  color: white;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
.page-banner-img .parent-page {
  color: white;
}
.page-banner-img .parent-page:hover {
  color: rgba(255, 255, 255, 0.6);
}
.page-banner-img p {
  color: white;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
.page-banner-img p a {
  color: white;
}
.page-banner-img p a:hover, .page-banner-img p a:focus {
  color: rgba(255, 255, 255, 0.6);
}
.page-banner-img .btn:hover, .page-banner-img .btn:focus {
  color: white;
  background: transparent;
  border-color: white;
}

/* PAGE BANNER - TEXT
--------------------------------------------*/
.page-banner-text:before, .page-banner-text:after {
  content: "";
  z-index: 6;
  position: absolute;
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
  width: 1000px;
  height: 620px;
}
@media (max-width: 767px) {
  .page-banner-text:before, .page-banner-text:after {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    width: 800px;
    height: 520px;
  }
}
.page-banner-text:before {
  background: #012766;
}
.page-banner-text:after {
  background: #136ADB;
}
.page-banner-text:before {
  top: -400px;
  left: -500px;
}
@media (min-width: 1921px) {
  .page-banner-text:before {
    top: -350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-banner-text:before {
    top: -440px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-banner-text:before {
    top: -475px;
  }
}
@media (max-width: 767px) {
  .page-banner-text:before {
    top: -320px;
  }
}
.page-banner-text:after {
  display: none;
}
.page-banner-text .content-wrapper {
  padding-top: 220px;
  padding-bottom: 70px;
}
@media (min-width: 1921px) {
  .page-banner-text .content-wrapper {
    padding-top: 240px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-banner-text .content-wrapper {
    padding-top: 180px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .page-banner-text .content-wrapper {
    padding-top: 150px;
    padding-bottom: 40px;
  }
}
.page-banner-text .parent-page {
  color: rgba(1, 39, 102, 0.6);
}
.page-banner-text .parent-page:hover {
  color: #012766;
}
.page-banner-text + #mainContent .widget:first-of-type.bg-none, .page-banner-text + #mainContent .widget:first-of-type.bg-white,
.page-banner-text + #mainContent .section:first-of-type.bg-none,
.page-banner-text + #mainContent .section:first-of-type.bg-white {
  padding-top: 0;
  background: transparent;
}

/* STRUCTURE
--------------------------------------------*/
/* site wrapper */
#siteWrapper {
  opacity: 0;
  z-index: 2;
  background: white;
  position: relative;
  width: 100%;
  height: 100%;
}
#siteWrapper.showme {
  opacity: 1;
}
/* main page wrapper */
#mainWrapper {
  overflow: hidden;
  position: relative;
}

/* main content */
#mainContentWrapper {
  z-index: 1;
  min-height: 800px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #mainContentWrapper {
    min-height: 700px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #mainContentWrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  #mainContentWrapper {
    min-height: 500px;
  }
}

#mainContent {
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  #mainContent.outline .content-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* container */
@media (min-width: 1921px) {
  .container {
    width: 1440px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.full-height {
  height: 100%;
}

/* container fluid */
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container-fluid.no-padding {
  padding: 0;
}
.container-fluid.no-padding-right {
  padding-right: 0;
}
.container-fluid.full-width {
  max-width: inherit;
}

/* content wrapper */
.content-wrapper {
  width: 100%;
  z-index: 996;
  position: relative;
  /* padding */
}
.content-wrapper.padding-lg {
  padding-left: 90px;
  padding-right: 90px;
}
@media (min-width: 1921px) {
  .content-wrapper.padding-lg {
    padding-left: 340px;
    padding-right: 340px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-wrapper.padding-lg {
    padding-left: 130px;
    padding-right: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-wrapper.padding-lg {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .content-wrapper.padding-lg {
    padding-left: 0;
    padding-right: 0;
  }
}
.content-wrapper.padding-md {
  padding-left: 180px;
  padding-right: 180px;
}
@media (min-width: 1921px) {
  .content-wrapper.padding-md {
    padding-left: 220px;
    padding-right: 220px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-wrapper.padding-md {
    padding-left: 130px;
    padding-right: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-wrapper.padding-md {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .content-wrapper.padding-md {
    padding-left: 0;
    padding-right: 0;
  }
}
.content-wrapper.padding-sm {
  padding-left: 90px;
  padding-right: 90px;
}
@media (min-width: 1921px) {
  .content-wrapper.padding-sm {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-wrapper.padding-sm {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-wrapper.padding-sm {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .content-wrapper.padding-sm {
    padding-left: 0;
    padding-right: 0;
  }
}

/* content wrapper - page outline */
@media (max-width: 767px) {
  .page-outline .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* 2 column content */
.content,
.sidebar {
  width: 100%;
  z-index: 1;
  position: relative;
}

.content {
  padding-right: 60px;
}
@media (max-width: 991px) {
  .content {
    padding-right: 0;
  }
}

.sidebar {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .sidebar {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    margin-top: 40px;
  }
}

/* bootstrap columns */
@media (max-width: 567px) {
  .col-xs-full {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

/* centered columns */
.row-centered {
  text-align: center;
}

.col-centered {
  float: none;
  margin-right: -4px;
  display: inline-block;
  vertical-align: top;
}

/* justify content */
.justify-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-bottom {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* align content */
.align-center {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-right {
  float: right;
}
@media (max-width: 767px) {
  .align-right {
    float: none;
  }
}

/* margins */
.margin-left-auto {
  margin-left: auto;
}

/* Widgets - Main widgets */
/* COMMITTEE WIDGET
--------------------------------------------*/
.committee-widget {
  /* small thumbnails */
  /* large thumbnails */
  /* default thumbnail */
}
.committee-widget .col-flex-sm-3 .committee-thumbnail li {
  margin: 0 3px;
}
.committee-widget .col-flex-sm-3 .committee-thumbnail .name {
  font-size: 2.2rem;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .committee-widget .col-flex-sm-3 .committee-thumbnail .name {
    font-size: 1.8rem;
  }
}
.committee-widget .col-flex-sm-3 .committee-thumbnail .position {
  font-size: 1.9rem;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .committee-widget .col-flex-sm-3 .committee-thumbnail .position {
    font-size: 1.5rem;
  }
}
.committee-widget .col-flex-sm-3 .committee-thumbnail .social-links {
  margin-top: 10px;
}
.committee-widget .col-flex-sm-3 .committee-thumbnail .icon-envelope {
  font-size: 2.1rem;
}
.committee-widget .col-flex-sm-3 .committee-thumbnail .icon-linkedin1 {
  font-size: 1.8rem;
  top: -3px;
}
.committee-widget .col-flex-sm-4 .committee-thumbnail .social-links {
  margin-top: 15px;
}
.committee-widget .col-flex-sm-4 .committee-thumbnail .social-links li {
  margin: 0 5px;
}
.committee-widget .col-flex-sm-4 .committee-thumbnail .social-links .icon-linkedin1 {
  font-size: 2.2rem;
  top: -4px;
}
.committee-widget .committee-thumbnail .img-wrapper-flex {
  margin-bottom: 30px;
}
.committee-widget .committee-thumbnail .position {
  margin-top: 7px;
  color: #136ADB;
}
.committee-widget .committee-thumbnail .social-links li {
  padding: 0;
}
.committee-widget .committee-thumbnail .social-links a {
  text-decoration: none;
  color: #012766;
}
.committee-widget .committee-thumbnail .social-links a:hover, .committee-widget .committee-thumbnail .social-links a:focus {
  color: #136ADB;
}
.committee-widget .committee-thumbnail .social-links span {
  position: relative;
}

/* CTA WIDGET - CONTACT
--------------------------------------------*/
/* CTA WIDGET - TEXT
--------------------------------------------*/
.text-cta-widget .cta-thumbnail {
  min-height: 280px;
}
@media (min-width: 1921px) {
  .text-cta-widget .cta-thumbnail {
    min-height: 320px;
  }
}
@media (max-width: 1199px) {
  .text-cta-widget .cta-thumbnail {
    min-height: 250px;
  }
}
.text-cta-widget .cta-thumbnail .text-caption {
  margin-top: 15px;
}

/* TEXT & IMAGE CTA WIDGET
--------------------------------------------*/
.text-img-cta-widget .cta-thumbnail {
  min-height: 280px;
}
@media (min-width: 1921px) {
  .text-img-cta-widget .cta-thumbnail {
    min-height: 320px;
  }
}
@media (max-width: 1199px) {
  .text-img-cta-widget .cta-thumbnail {
    min-height: 250px;
  }
}
.text-img-cta-widget .cta-thumbnail .bg-img-wrapper {
  position: absolute;
  width: 100.1%;
  height: 100.1%;
}
.text-img-cta-widget .cta-thumbnail .caption-flex h1, .text-img-cta-widget .cta-thumbnail .caption-flex h2, .text-img-cta-widget .cta-thumbnail .caption-flex h3,
.text-img-cta-widget .cta-thumbnail .caption-flex h4, .text-img-cta-widget .cta-thumbnail .caption-flex h5, .text-img-cta-widget .cta-thumbnail .caption-flex h6,
.text-img-cta-widget .cta-thumbnail .caption-flex p, .text-img-cta-widget .cta-thumbnail .caption-flex li, .text-img-cta-widget .cta-thumbnail .caption-flex address, .text-img-cta-widget .cta-thumbnail .caption-flex a:not(.btn), .text-img-cta-widget .cta-thumbnail .caption-flex span:not(.btn) {
  color: white;
}
.text-img-cta-widget .cta-thumbnail .title {
  font-size: 3.5rem;
  line-height: 1.2;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-img-cta-widget .cta-thumbnail .title {
    font-size: 3.3rem;
  }
}
@media (max-width: 767px) {
  .text-img-cta-widget .cta-thumbnail .title {
    font-size: 2.5rem;
  }
}
.text-img-cta-widget .cta-thumbnail .text-caption {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .text-img-cta-widget .cta-thumbnail .text-caption {
    width: 100%;
    margin-top: 10px;
  }
}
.text-img-cta-widget .cta-thumbnail .link-wrapper {
  margin-top: 0 !important;
}
.text-img-cta-widget .cta-thumbnail .link-alt {
  margin-top: 15px;
}

/* FIFTY FIFTY TEXT & IMAGE WIDGET
--------------------------------------------*/
.cta-50-50-widget {
  /* text cta */
  /* text & image cta */
}
.cta-50-50-widget .block-listing .cta-thumbnail .bg-img-wrapper {
  position: absolute;
}
.cta-50-50-widget .col-flex:nth-child(odd):last-child {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cta-50-50-widget .col-img {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .cta-50-50-widget .col-text {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.cta-50-50-widget .cta-thumbnail .caption-flex {
  height: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .cta-50-50-widget .cta-thumbnail .caption-flex {
    text-align: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cta-50-50-widget .cta-thumbnail .title,
.cta-50-50-widget .cta-thumbnail .text-caption {
  width: 65%;
}
@media (min-width: 1921px) {
  .cta-50-50-widget .cta-thumbnail .title,
.cta-50-50-widget .cta-thumbnail .text-caption {
    width: 55%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-50-50-widget .cta-thumbnail .title,
.cta-50-50-widget .cta-thumbnail .text-caption {
    width: 65%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-50-50-widget .cta-thumbnail .title,
.cta-50-50-widget .cta-thumbnail .text-caption {
    width: 70%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .cta-50-50-widget .cta-thumbnail .title,
.cta-50-50-widget .cta-thumbnail .text-caption {
    width: 65%;
  }
}
@media (max-width: 567px) {
  .cta-50-50-widget .cta-thumbnail .title,
.cta-50-50-widget .cta-thumbnail .text-caption {
    width: 95%;
  }
}
.cta-50-50-widget .cta-thumbnail .text-caption {
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  .cta-50-50-widget .cta-thumbnail .text-caption {
    font-size: 1.7rem;
    margin-top: 10px;
  }
}
.cta-50-50-widget .cta-text-thumbnail .cta-caption:hover .bg-blue-light .btn {
  color: #012766;
  background: transparent;
  border-color: #012766;
}
.cta-50-50-widget .cta-text-thumbnail .cta-caption:hover .bg-blue-medium .btn,
.cta-50-50-widget .cta-text-thumbnail .cta-caption:hover .bg-blue-dark .btn {
  color: white;
  background: transparent;
  border-color: white;
}
.cta-50-50-widget .cta-text-thumbnail .bg-blue-light .btn,
.cta-50-50-widget .cta-text-thumbnail .bg-blue-medium .btn {
  border-color: #012766;
  background-color: #012766;
  color: white;
}
.cta-50-50-widget .cta-text-thumbnail .bg-blue-light .btn:hover, .cta-50-50-widget .cta-text-thumbnail .bg-blue-light .btn:focus,
.cta-50-50-widget .cta-text-thumbnail .bg-blue-medium .btn:hover,
.cta-50-50-widget .cta-text-thumbnail .bg-blue-medium .btn:focus {
  color: #012766;
  background: transparent;
  border-color: #012766;
}
.cta-50-50-widget .cta-text-thumbnail .bg-blue-light .btn:hover, .cta-50-50-widget .cta-text-thumbnail .bg-blue-light .btn:focus,
.cta-50-50-widget .cta-text-thumbnail .bg-blue-medium .btn:hover,
.cta-50-50-widget .cta-text-thumbnail .bg-blue-medium .btn:focus {
  color: #012766;
  background: transparent;
  border-color: #012766;
}
.cta-50-50-widget .cta-text-thumbnail .bg-blue-dark .btn {
  border-color: #136ADB;
  background-color: #136ADB;
  color: white;
}
.cta-50-50-widget .cta-text-thumbnail .bg-blue-dark .btn:hover, .cta-50-50-widget .cta-text-thumbnail .bg-blue-dark .btn:focus {
  color: #136ADB;
  background: transparent;
  border-color: #136ADB;
}
.cta-50-50-widget .cta-text-thumbnail .bg-blue-dark .btn:hover, .cta-50-50-widget .cta-text-thumbnail .bg-blue-dark .btn:focus {
  color: #136ADB;
  background: transparent;
  border-color: #136ADB;
}
.cta-50-50-widget .cta-text-img-thumbnail .caption-overlay-flex {
  height: 100%;
}
@media (max-width: 767px) {
  .cta-50-50-widget .cta-text-img-thumbnail .gradient-overlay {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta-50-50-widget .cta-text-img-thumbnail .img-overlay {
    opacity: 0.3;
  }
}
.cta-50-50-widget .cta-text-img-thumbnail .caption-flex h1, .cta-50-50-widget .cta-text-img-thumbnail .caption-flex h2, .cta-50-50-widget .cta-text-img-thumbnail .caption-flex h3,
.cta-50-50-widget .cta-text-img-thumbnail .caption-flex h4, .cta-50-50-widget .cta-text-img-thumbnail .caption-flex h5, .cta-50-50-widget .cta-text-img-thumbnail .caption-flex h6,
.cta-50-50-widget .cta-text-img-thumbnail .caption-flex p, .cta-50-50-widget .cta-text-img-thumbnail .caption-flex li, .cta-50-50-widget .cta-text-img-thumbnail .caption-flex address, .cta-50-50-widget .cta-text-img-thumbnail .caption-flex a:not(.btn), .cta-50-50-widget .cta-text-img-thumbnail .caption-flex span:not(.btn) {
  color: white;
}
.cta-50-50-widget .cta-text-img-thumbnail .btn:hover, .cta-50-50-widget .cta-text-img-thumbnail .btn:focus {
  color: white;
  background: transparent;
  border-color: white;
}

/* DOWNLOADS WIDGET
--------------------------------------------*/
.downloads-widget .block-listing {
  overflow: visible;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .downloads-widget .block-listing .block,
.downloads-widget .block-listing .block-flex {
    margin-top: 30px;
  }
}
.downloads-widget .cta-block:hover .download-icon:before {
  color: #136ADB;
}
.downloads-widget .cta-block:hover .text .title {
  color: #136ADB;
}
.downloads-widget .cta-block:hover .text .link-alt:before {
  background: #136ADB !important;
}
.downloads-widget .caption {
  padding: 25px;
  position: relative;
  background: white;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .downloads-widget .caption {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .downloads-widget .caption {
    padding: 20px;
  }
}
.downloads-widget .download-icon {
  z-index: 5;
  float: left;
  position: relative;
  border-radius: 100%;
  background: white;
  width: 30px;
  height: 55px;
}
@media (max-width: 767px) {
  .downloads-widget .download-icon {
    width: 35px;
    height: 35px;
  }
}
.downloads-widget .download-icon:before {
  content: "\e913";
  z-index: 2;
  color: #012766;
  font-size: 2.6rem;
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.downloads-widget .text {
  width: 80%;
  float: left;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .downloads-widget .text {
    width: 77%;
    margin-left: 15px;
  }
}
.downloads-widget .text .title {
  font-size: 3.1rem;
  line-height: 1.2;
  color: #012766;
}
@media (min-width: 768px) and (max-width: 991px) {
  .downloads-widget .text .title {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .downloads-widget .text .title {
    font-size: 2.5rem;
  }
}
.downloads-widget .text .link-alt {
  margin-top: 15px;
}

/* ENQUIRY FORM WIDGET
--------------------------------------------*/
/* GALLERY WIDGET
--------------------------------------------*/
.gallery-widget .gallery-thumbnails .cta-flex:hover .img-overlay {
  opacity: 0.8;
}
.gallery-widget .gallery-thumbnails .cta-flex:hover .img-wrapper-flex:before {
  opacity: 0;
}
.gallery-widget .gallery-thumbnails .cta-flex:hover .img-wrapper-flex:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
}
.gallery-widget .gallery-thumbnails .cta-flex .img-wrapper-flex {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery-widget .gallery-thumbnails .cta-flex .img-wrapper-flex .img-overlay {
  z-index: 5;
}
.gallery-widget .gallery-thumbnails .cta-flex .img-wrapper-flex:after {
  content: "\e911";
  color: white;
  opacity: 0;
  z-index: 6;
  text-indent: 0;
  font-size: 3.6rem;
  font-family: "icomoon";
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
          transform: translate(-50%, -50%) scale(0, 0);
}

/* GALLERY WIDGET - SLIDER
--------------------------------------------*/
.gallery-slider-widget {
  position: relative;
}
.gallery-slider-widget .gallery-slider {
  overflow: visible;
}
.gallery-slider-widget .gallery-slider .slick-list,
.gallery-slider-widget .gallery-slider .slick-track {
  height: 100%;
  overflow: visible;
}
.gallery-slider-widget .gallery-slider .slick-slide {
  width: 100%;
  height: 600px;
}
@media (min-width: 1921px) {
  .gallery-slider-widget .gallery-slider .slick-slide {
    height: 700px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-slider-widget .gallery-slider .slick-slide {
    height: 520px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-slider-widget .gallery-slider .slick-slide {
    height: 500px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .gallery-slider-widget .gallery-slider .slick-slide {
    height: 400px;
  }
}
@media (min-width: 375px) and (max-width: 567px) {
  .gallery-slider-widget .gallery-slider .slick-slide {
    height: 300px;
  }
}
@media (max-width: 374px) {
  .gallery-slider-widget .gallery-slider .slick-slide {
    height: 270px;
  }
}
.gallery-slider-widget .gallery-slider .slick-slide div {
  height: 100%;
}
.gallery-slider-widget .gallery-slider .slick-slide .bg-img-wrapper {
  overflow: visible;
}
.gallery-slider-widget .gallery-slider .slick-dots {
  margin-top: 30px;
}
.gallery-slider-widget .gallery-slider .slick-dots li:hover button, .gallery-slider-widget .gallery-slider .slick-dots li:focus button, .gallery-slider-widget .gallery-slider .slick-dots li.slick-active button {
  background: #012766;
  border-color: #012766;
}
.gallery-slider-widget .gallery-slider .slick-dots li button {
  border-color: #012766;
}

/* IMAGE WIDGET
--------------------------------------------*/
.image-widget .img-responsive {
  width: 100%;
}

/* LOGOS WIDGET
--------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .logos-widget .row-flex.gutters-30 div[class^=col] {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.logos-widget .block-flex {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logos-widget .img-responsive {
  height: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 767px) {
  .logos-widget .img-responsive {
    height: 30px;
  }
}

/* MANAGERS WIDGET
--------------------------------------------*/
.managers-widget .managers-thumbnail .caption-flex.box {
  border-style: solid;
  border-width: 3px;
  border-color: #012766;
}
.managers-widget .managers-thumbnail .img-wrapper-flex + .caption-flex {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .managers-widget .managers-thumbnail .img-wrapper-flex + .caption-flex {
    margin-top: 20px;
  }
}
.managers-widget .managers-thumbnail .name {
  margin-top: 0;
}
@media (max-width: 767px) {
  .managers-widget .managers-thumbnail .name {
    font-size: 2rem;
  }
}
.managers-widget .managers-thumbnail .position {
  margin-top: 13px;
  font-size: 2rem;
  line-height: 1;
}
.managers-widget .managers-thumbnail .telephone-number {
  margin-top: 15px;
  color: #136ADB;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  word-spacing: 0.02rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  line-height: 1;
}

/* PEOPLE WIDGET
--------------------------------------------*/
.people-widget .people-thumbnail .caption-flex.box {
  border-style: solid;
  border-width: 3px;
  border-color: #012766;
}
.people-widget .people-thumbnail .img-wrapper-flex + .caption-flex {
  margin-top: 30px;
}
.people-widget .people-thumbnail .name {
  margin-top: 0;
}
@media (max-width: 767px) {
  .people-widget .people-thumbnail .name {
    font-size: 2rem;
  }
}
.people-widget .people-thumbnail .position {
  margin-top: 13px;
  font-size: 2rem;
  line-height: 1;
}
.people-widget .people-thumbnail .telephone-number {
  margin-top: 15px;
  color: #136ADB;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  word-spacing: 0.02rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  line-height: 1;
}

/* QUOTE WIDGET
--------------------------------------------*/
.quote-widget {
  padding: 0;
}
.quote-widget li:hover button, .quote-widget li:focus button, .quote-widget li.slick-active button {
  background: #012766;
  border-color: #012766;
}
.quote-widget li button {
  border-color: #012766;
}
.quote-widget .caption-wrapper-flex {
  padding: 150px 0;
}
@media (min-width: 1921px) {
  .quote-widget .caption-wrapper-flex {
    padding: 180px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .quote-widget .caption-wrapper-flex {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .quote-widget .caption-wrapper-flex {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .quote-widget .content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.quote-widget .quote {
  padding: 0;
  border: none;
}
.quote-widget .quote-text {
  line-height: 1.5;
  color: #012766;
}
.quote-widget .quote-name {
  display: block;
  font-size: 2.9rem;
  margin-top: 20px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  word-spacing: 0.02rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .quote-widget .quote-name {
    font-size: 2.2rem;
  }
}
.quote-widget .slick-dots {
  margin-top: 40px;
}

/* SPONSORS WIDGET
--------------------------------------------*/
.sponsors-widget .row-flex.gutters-30 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sponsors-widget .row-flex.gutters-30 div[class^=col] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.sponsors-widget .col-flex-sm-3 .img-wrapper-flex {
  height: 226px;
}
@media (min-width: 1921px) {
  .sponsors-widget .col-flex-sm-3 .img-wrapper-flex {
    height: 294px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sponsors-widget .col-flex-sm-3 .img-wrapper-flex {
    height: 206px;
  }
}
@media (max-width: 991px) {
  .sponsors-widget .col-flex-sm-3 .img-wrapper-flex {
    height: auto;
    display: block;
    padding: 10%;
    position: relative;
    overflow: hidden;
  }
  .sponsors-widget .col-flex-sm-3 .img-wrapper-flex::before {
    display: block;
    content: "";
    padding-bottom: 100%;
  }
  .sponsors-widget .col-flex-sm-3 .img-wrapper-flex .img-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.sponsors-widget .col-flex-sm-3 .team-name,
.sponsors-widget .col-flex-sm-3 .company-name {
  font-size: 1.9rem;
}
.sponsors-widget .col-flex-sm-4 .img-wrapper-flex {
  height: 324px;
}
@media (min-width: 1921px) {
  .sponsors-widget .col-flex-sm-4 .img-wrapper-flex {
    height: 414px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sponsors-widget .col-flex-sm-4 .img-wrapper-flex {
    height: 287px;
  }
}
@media (max-width: 991px) {
  .sponsors-widget .col-flex-sm-4 .img-wrapper-flex {
    height: auto;
    display: block;
    padding: 10%;
    position: relative;
    overflow: hidden;
  }
  .sponsors-widget .col-flex-sm-4 .img-wrapper-flex::before {
    display: block;
    content: "";
    padding-bottom: 100%;
  }
  .sponsors-widget .col-flex-sm-4 .img-wrapper-flex .img-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.sponsors-widget .col-flex-sm-4 .team-name,
.sponsors-widget .col-flex-sm-4 .company-name {
  font-size: 2.6rem;
}
@media (max-width: 991px) {
  .sponsors-widget .col-flex-sm-4 .team-name,
.sponsors-widget .col-flex-sm-4 .company-name {
    font-size: 1.9rem;
  }
}
.sponsors-widget .block-flex {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sponsors-widget .img-wrapper-flex {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.sponsors-widget .img-responsive {
  padding: 40px;
  position: static;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1199px) {
  .sponsors-widget .img-responsive {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .sponsors-widget .img-responsive {
    position: absolute;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
}
.sponsors-widget .caption-flex {
  padding: 0 6%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sponsors-widget .caption-flex {
    margin-top: 13px;
  }
}
.sponsors-widget .company-name {
  margin-top: 5px;
  color: #136ADB;
}

/* TEAMS
--------------------------------------------*/
@media (max-width: 767px) {
  .teams-widget .link-wrapper {
    margin-top: 25px !important;
  }
}
.teams-widget .link-wrapper .link:first-of-type {
  margin-left: 15px;
}
.teams-widget .link-wrapper .link:last-of-type {
  margin-right: 15px;
}

/* TEXT & IMAGE BACKGROUND WIDGET
--------------------------------------------*/
.text-img-bg-widget .caption-flex {
  min-height: 700px;
  padding: 100px 0;
}
.text-img-bg-widget .caption-flex h1, .text-img-bg-widget .caption-flex h2, .text-img-bg-widget .caption-flex h3,
.text-img-bg-widget .caption-flex h4, .text-img-bg-widget .caption-flex h5, .text-img-bg-widget .caption-flex h6,
.text-img-bg-widget .caption-flex p, .text-img-bg-widget .caption-flex li, .text-img-bg-widget .caption-flex address, .text-img-bg-widget .caption-flex a:not(.btn), .text-img-bg-widget .caption-flex span:not(.btn) {
  color: white;
}
@media (min-width: 1921px) {
  .text-img-bg-widget .caption-flex {
    padding: 120px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-img-bg-widget .caption-flex {
    padding: 85px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-img-bg-widget .caption-flex {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .text-img-bg-widget .caption-flex {
    padding: 50px 0;
  }
}
@media (min-width: 1921px) {
  .text-img-bg-widget .caption-flex {
    min-height: 800px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-img-bg-widget .caption-flex {
    min-height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-img-bg-widget .caption-flex {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .text-img-bg-widget .caption-flex {
    min-height: 350px;
  }
}
.text-img-bg-widget .btn:hover, .text-img-bg-widget .btn:focus {
  color: white;
  background: transparent;
  border-color: white;
}

/* TEXT & MEDIA WIDGET
--------------------------------------------*/
@media (max-width: 567px) {
  .text-media-widget.text-left {
    text-align: center;
  }
}
.text-media-widget.text-left .col-text {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 568px) and (max-width: 767px) {
  .text-media-widget.text-left .col-text .link-wrapper .link,
.text-media-widget.text-left .col-text .link-wrapper .btn {
    margin-left: 0 !important;
  }
}
.text-media-widget.text-left .col-text .btn,
.text-media-widget.text-left .col-text .link {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
@media (max-width: 567px) {
  .text-media-widget.text-left .col-text .btn,
.text-media-widget.text-left .col-text .link {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
.text-media-widget.text-left .col-media {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.text-media-widget.text-right {
  text-align: left;
}
@media (max-width: 567px) {
  .text-media-widget.text-right {
    text-align: center;
  }
}
.text-media-widget.text-right .col-text {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 567px) {
  .text-media-widget.text-right .col-text {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.text-media-widget.text-right .col-text .btn,
.text-media-widget.text-right .col-text .link {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.text-media-widget.text-right .col-media {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 567px) {
  .text-media-widget.text-right .col-media {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.text-media-widget .caption-flex {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .text-media-widget .caption-flex {
    padding-right: 0;
  }
}
.text-media-widget .caption-flex img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 567px) {
  .text-media-widget .images,
.text-media-widget .video-container {
    margin-top: 40px;
  }
}
.text-media-widget .images .slick-list,
.text-media-widget .images .slick-track,
.text-media-widget .images .slick-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.text-media-widget .images .slick-list {
  overflow: visible;
}
.text-media-widget .image-slider {
  text-align: center;
}
.text-media-widget .image-slider li:hover button, .text-media-widget .image-slider li:focus button, .text-media-widget .image-slider li.slick-active button {
  background: #012766;
  border-color: #012766;
}
.text-media-widget .image-slider li button {
  border-color: #012766;
}
.text-media-widget .video-container .cta-flex {
  height: auto;
}

/* TEXT WIDGET - 4 COLUMN
--------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .four-column-text-widget .caption-flex h6 {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .four-column-text-widget .caption-flex h6 {
    font-size: 2rem;
  }
}

/* TEXT WIDGET - 1 COLUMN
--------------------------------------------*/
@media (max-width: 767px) {
  .one-column-text-widget .caption-flex {
    padding: 0 2%;
  }
}
.one-column-text-widget .caption-flex h1, .one-column-text-widget .caption-flex h2, .one-column-text-widget .caption-flex h3,
.one-column-text-widget .caption-flex h4, .one-column-text-widget .caption-flex h5, .one-column-text-widget .caption-flex h6 {
  padding: 0 2%;
}
@media (max-width: 1199px) {
  .one-column-text-widget .caption-flex h1, .one-column-text-widget .caption-flex h2, .one-column-text-widget .caption-flex h3,
.one-column-text-widget .caption-flex h4, .one-column-text-widget .caption-flex h5, .one-column-text-widget .caption-flex h6 {
    padding: 0;
  }
}

/* TEXT WIDGET
--------------------------------------------*/
.text-widget .img-wrapper-flex {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .text-widget .caption-flex {
    padding: 0 2%;
  }
}
.text-widget .caption-flex h1, .text-widget .caption-flex h2, .text-widget .caption-flex h3,
.text-widget .caption-flex h4, .text-widget .caption-flex h5, .text-widget .caption-flex h6 {
  padding: 0 2%;
}
@media (max-width: 1199px) {
  .text-widget .caption-flex h1, .text-widget .caption-flex h2, .text-widget .caption-flex h3,
.text-widget .caption-flex h4, .text-widget .caption-flex h5, .text-widget .caption-flex h6 {
    padding: 0;
  }
}
.text-widget .caption-flex .img-responsive {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* VENUE WIDGET
--------------------------------------------*/
.venue-widget {
  /* venue info */
  /* title */
  /* address */
  /* map */
}
.venue-widget .venue-info:not(:last-of-type) {
  margin-bottom: 40px;
}
.venue-widget .sub-title {
  margin-top: 20px;
  color: #136ADB;
}
.venue-widget .address-info .address {
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  .venue-widget .address-info .address {
    font-size: 1.7rem;
  }
}
.venue-widget .address-info .link-wrapper {
  margin-top: 0 !important;
}
.venue-widget .map-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .venue-widget .map-wrapper {
    margin-bottom: 40px;
  }
}

/* VIDEO WIDGET
--------------------------------------------*/
@media (max-width: 567px) {
  .video-widget .video-container {
    margin-top: 30px;
  }
}

/* SECTIONS - Individual sections */
/* 404
--------------------------------------------*/
/* CONTACT
--------------------------------------------*/
.contact-detail {
  /* widget */
  /* text widget */
  /* map widget */
  /* enquiry form widget */
}
.contact-detail .widget {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .contact-detail .widget {
    padding-bottom: 30px;
  }
}
.contact-detail .widget .title {
  color: #012766;
}
.contact-detail .text-widget .telephone-number a,
.contact-detail .text-widget .email-address a {
  margin-top: 0;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-detail .text-widget .telephone-number a,
.contact-detail .text-widget .email-address a {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .contact-detail .text-widget .telephone-number a,
.contact-detail .text-widget .email-address a {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-detail .text-widget .telephone-number a,
.contact-detail .text-widget .email-address a {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .contact-detail .text-widget .telephone-number a,
.contact-detail .text-widget .email-address a {
    font-size: 2.1rem;
  }
}
.contact-detail .text-widget .telephone-number {
  margin-top: 5px;
}
.contact-detail .text-widget .email-address {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .contact-detail .text-widget .email-address {
    margin-top: 5px;
  }
}
.contact-detail .text-widget .opening-hours {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .contact-detail .text-widget .opening-hours {
    font-size: 1.8rem;
  }
}
.contact-detail .map-widget .address {
  font-size: 2rem;
  padding: 0 20%;
}
@media (max-width: 767px) {
  .contact-detail .map-widget .address {
    padding: 0 10%;
    font-size: 1.8rem;
  }
}
.contact-detail .map-widget .get-directions {
  font-size: 2rem;
  margin-top: 10px;
}
.contact-detail .map-widget .map-responsive {
  margin-top: 50px;
}
.contact-detail .enquiry-form-widget {
  margin-top: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-detail .enquiry-form-widget {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact-detail .enquiry-form-widget {
    margin-top: 20px;
  }
}

/* HOMEPAGE
--------------------------------------------*/
.home {
  /* page banner */
  /* contact cta widget */
}
.home #pageBanner {
  height: 100vh;
  border-bottom: 8px solid #012766;
}
.home #pageBanner .home-slider {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.home #pageBanner .slick-list,
.home #pageBanner .slick-track,
.home #pageBanner .slick-slide {
  height: 100%;
}
.home #pageBanner .container-fluid {
  height: 100%;
}
.home #pageBanner .content-wrapper {
  padding: 0;
  min-height: inherit;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home #pageBanner .caption-flex {
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 991px) {
  .home #pageBanner .caption-flex {
    margin-top: 50px;
  }
}
.home #pageBanner .sub-title {
  font-size: 3.5vw;
}
@media (min-width: 1200px) and (max-height: 830px) {
  .home #pageBanner .sub-title {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .home #pageBanner .sub-title {
    font-size: 8vw;
  }
}
.home #pageBanner .title {
  font-size: 9vw;
  margin-top: 15px;
}
@media (min-width: 1200px) and (max-height: 830px) {
  .home #pageBanner .title {
    font-size: 8vw;
  }
}
@media (max-width: 767px) {
  .home #pageBanner .title {
    font-size: 11vw;
    margin-top: 10px;
  }
}
.home #pageBanner .intro-text {
  padding: 0 20%;
  margin-top: 20px;
}
@media (min-width: 1921px) {
  .home #pageBanner .intro-text {
    padding: 0 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home #pageBanner .intro-text {
    padding: 0 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home #pageBanner .intro-text {
    padding: 0 10%;
  }
}
@media (max-width: 767px) {
  .home #pageBanner .intro-text {
    padding: 0 3%;
  }
}
.home #pageBanner .link-wrapper {
  margin-top: 10px !important;
}
.home .contact-cta-widget {
  padding: 150px 0;
}
@media (min-width: 1921px) {
  .home .contact-cta-widget {
    padding: 180px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home .contact-cta-widget {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .home .contact-cta-widget {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .home .contact-cta-widget {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .home .contact-cta-widget .container {
    padding: 0;
  }
}

/* TEAMS
--------------------------------------------*/
/* body class overwrites */
/* teams listing */
.teams-listing .block-listing {
  margin-top: -30px;
}
@media (max-width: 767px) {
  .teams-listing .block-listing .block,
.teams-listing .block-listing .block-flex {
    margin-top: 30px;
  }
}
.teams-listing .team-thumbnail {
  min-height: 270px;
}
@media (min-width: 1921px) {
  .teams-listing .team-thumbnail {
    min-height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .teams-listing .team-thumbnail {
    min-height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .teams-listing .team-thumbnail {
    min-height: 240px;
  }
}
@media (max-width: 767px) {
  .teams-listing .team-thumbnail {
    min-height: 220px;
  }
}
.teams-listing .team-thumbnail.inactive .cta-flex {
  pointer-events: none;
}
.teams-listing .team-thumbnail.inactive .link-alt {
  display: none;
}
.teams-listing .team-thumbnail .title {
  color: #136ADB;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  word-spacing: 0.02rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6rem;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .teams-listing .team-thumbnail .title {
    font-size: 5.5rem;
  }
}
@media (max-width: 767px) {
  .teams-listing .team-thumbnail .title {
    font-size: 3.7rem;
  }
}
.teams-listing .team-thumbnail .sub-title {
  margin-top: 15px;
}
.teams-listing .team-thumbnail .description {
  margin-top: 15px;
  font-size: 1.6rem;
}
.teams-listing .team-thumbnail .link-wrapper {
  margin-top: 0 !important;
}

/* VENUES
--------------------------------------------*/
.venue-detail .teams-widget:before {
  content: "";
  background: #012766;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 60px;
  height: 2px;
  top: -50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .venue-detail .teams-widget:before {
    top: -42px;
  }
}
@media (max-width: 767px) {
  .venue-detail .teams-widget:before {
    top: -27px;
  }
}

/* SECTIONS
--------------------------------------------*/
.section {
  position: relative;
  padding: 100px 0;
  /* no padding */
  /* if widget bg follows same bg */
}
@media (min-width: 1921px) {
  .section {
    padding: 120px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section {
    padding: 85px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}
.section.no-padding {
  padding: 0 !important;
}
.section.no-padding-top {
  padding-top: 0 !important;
}
.section.no-padding-bottom {
  padding-bottom: 0 !important;
}
.section.bg-none + .bg-none,
.section.bg-none + .bg-white {
  padding-top: 0;
}
.section.bg-white + .bg-white,
.section.bg-white + .bg-none {
  padding-top: 0;
}
.section.bg-blue-light + .bg-blue-light {
  padding-top: 0;
}
.section.bg-blue-medium + .bg-blue-medium {
  padding-top: 0;
}
.section.bg-blue-dark + .bg-blue-dark {
  padding-top: 0;
}

/* IMPORTANT TYPOGRAPHY - Text elements */
/* TEXT ALIGNMENT
--------------------------------------------*/
.text-right .btn {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.text-left .btn {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.text-center {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-center .text-standard li:before {
  display: inline-block;
  top: -1px;
  left: -10px;
  position: relative;
}
