@charset "UTF-8";
/* --------------------------------------
/*  Import
/* -------------------------------------- */
/* --------------------------------------
/*  Import
/* -------------------------------------- */
.material-icons {
  font-feature-settings: 'liga'; }

/*** Media Queries ***/
/* --------------------------------------
/*  Mixins
/* -------------------------------------- */
/* --------------------------------------
/*  Gradients
/* -------------------------------------- */
/* ---------------------
/* Mixins
/* --------------------- */
.remove-default-appearance {
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* --------------------------------------
/*  SVGs
/* -------------------------------------*/
/* --------------------------------------
/*  Responsive Font Size
/* -------------------------------------*/
/* --------------------------------------
/*  Responsive Padding
/* -------------------------------------*/
/* --------------------------------------
/*  Responsive Margin
/* -------------------------------------*/
/* --------------------------------------
/*  Responsive Line Height
/* -------------------------------------*/
/* --------------------------------------
/*  Colours
/* -------------------------------------*/
/* --------------------------------------
/*  Map Colours
/* -------------------------------------*/
/* --------------------------------------
/*  Font Weights
/* -------------------------------------*/
.font-weight__normal {
  font-weight: 400; }

.font-weight__medium {
  font-weight: 500; }

.font-weight__bold {
  font-weight: 700; }

/* --------------------------------------
/*  Font Sizes
/* -------------------------------------*/
/* --------------------------------------
/*  Font Families
/* -------------------------------------*/
/* --------------------------------------
/*  Spacing
/* -------------------------------------*/
/* --------------------------------------
/*  Defaults
/* -------------------------------------*/
/* --------------------------------------
/*  Transitions
/* -------------------------------------*/
/* --------------------------------------
/*  Responsive Font sizes
/* -------------------------------------*/
.material-icons {
  font-feature-settings: 'liga'; }

/*** Media Queries ***/
/* --------------------------------------
/*  Mixins
/* -------------------------------------- */
/* --------------------------------------
/*  Gradients
/* -------------------------------------- */
/* ---------------------
/* Mixins
/* --------------------- */
.remove-default-appearance {
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* --------------------------------------
/*  SVGs
/* -------------------------------------*/
/* --------------------------------------
/*  Responsive Font Size
/* -------------------------------------*/
/* --------------------------------------
/*  Responsive Padding
/* -------------------------------------*/
/* --------------------------------------
/*  Responsive Margin
/* -------------------------------------*/
/* --------------------------------------
/*  Responsive Line Height
/* -------------------------------------*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 35px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*------------------------------------*    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

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

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] > .caret,
  .dropup > .btn > .caret, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap
  .dropup > .ninja-forms-field[type="button"] > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #E0E0E0 !important; } }

* {
  box-sizing: border-box; }

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #21759b;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #616161;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #616161;
  background-color: #f5f5f5;
  border: 1px solid #BDBDBD;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: #3B4044;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-1-5 {
  width: 20%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #757575;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #616161;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

.btn, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus,
.btn:active:focus,
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active:focus,
.btn.active:focus,
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .active.ninja-forms-field[type="button"]:focus,
.btn.focus,
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .focus.ninja-forms-field[type="button"],
.btn:active.focus,
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active.focus,
.btn.active.focus,
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .active.focus.ninja-forms-field[type="button"] {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover,
.btn:focus,
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus,
.btn.focus,
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .focus.ninja-forms-field[type="button"] {
  color: #616161;
  text-decoration: none; }

.btn:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active,
.btn.active,
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .active.ninja-forms-field[type="button"] {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .disabled.ninja-forms-field[type="button"],
.btn[disabled],
.nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap [disabled].ninja-forms-field[type="button"],
fieldset[disabled] .btn,
fieldset[disabled] .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap
fieldset[disabled] .ninja-forms-field[type="button"] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

a.btn.disabled, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.disabled.ninja-forms-field[type="button"],
fieldset[disabled] a.btn,
fieldset[disabled] .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap
fieldset[disabled] a.ninja-forms-field[type="button"] {
  pointer-events: none; }

.btn-default {
  color: #616161;
  background-color: #fff;
  border-color: #BDBDBD; }

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

.btn-default:hover {
  color: #616161;
  background-color: #E0E0E0;
  border-color: #adadad; }

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

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

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

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

.btn-default .badge {
  color: #fff;
  background-color: #616161; }

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

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

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

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

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

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

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

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

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

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

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #757575; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: rgba(0, 0, 0, 0.1); }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #616161;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #757575; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #616161;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #757575; }

.navbar-default .navbar-nav > li > a {
  color: #757575; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #616161;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #616161;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #BDBDBD;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #dddddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #616161; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #757575; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #616161;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #616161;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #BDBDBD;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #757575; }

.navbar-default .navbar-link:hover {
  color: #616161; }

.navbar-default .btn-link {
  color: #757575; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #616161; }

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #BDBDBD; }

.navbar-inverse {
  background-color: #222222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #BDBDBD; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #BDBDBD; }

.navbar-inverse .navbar-nav > li > a {
  color: #BDBDBD; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #3B4044;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #616161; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #616161; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #BDBDBD; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #3B4044;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #BDBDBD; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #BDBDBD; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #3B4044; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn, .modal-footer .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + .btn, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .ninja-forms-field[type="button"] + .btn, .modal-footer .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn + .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .btn + .ninja-forms-field[type="button"], .modal-footer .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .ninja-forms-field[type="button"] + .ninja-forms-field[type="button"] {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + .btn, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .btn-group .ninja-forms-field[type="button"] + .btn, .modal-footer .btn-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn + .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .btn-group .btn + .ninja-forms-field[type="button"], .modal-footer .btn-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] + .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .modal-footer .btn-group .ninja-forms-field[type="button"] + .ninja-forms-field[type="button"] {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --------------------------------------
/*  Z-index (ZI)
/* -------------------------------------- */
/* --------------------------------------
/*  Variables
/* -------------------------------------- */
/* --------------------------------------
/*  Typography
/* -------------------------------------- */
h1, .h1-style {
  font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #285CA6;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.6px;
  margin-top: 0;
  padding-top: 0;
  font-size: 1.602em; }
  h1 a, h1a, .h1-style a, .h1-stylea {
    color: #285CA6; }
    h1 a:hover, h1 a:focus, h1a:hover, h1a:focus, .h1-style a:hover, .h1-style a:focus, .h1-stylea:hover, .h1-stylea:focus {
      text-decoration: underline;
      color: #1e457d; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h1, .h1-style {
      font-size: calc( 1.602em + (42.512 - 25.632) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h1, .h1-style {
      font-size: 2.657em; } }

h2, .h2-style {
  font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.6px;
  margin-top: 0;
  padding-top: 0;
  font-size: 1.424em; }
  h2 a, h2a, .h2-style a, .h2-stylea {
    color: #3B4044; }
    h2 a:hover, h2 a:focus, h2a:hover, h2a:focus, .h2-style a:hover, .h2-style a:focus, .h2-stylea:hover, .h2-stylea:focus {
      text-decoration: underline;
      color: #232629; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h2, .h2-style {
      font-size: calc( 1.424em + (34.384 - 22.784) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h2, .h2-style {
      font-size: 2.149em; } }

h3, .h3-style {
  font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.6px;
  font-size: 1.266em;
  margin: 16px 0; }
  h3 a, h3a, .h3-style a, .h3-stylea {
    color: #3B4044; }
    h3 a:hover, h3 a:focus, h3a:hover, h3a:focus, .h3-style a:hover, .h3-style a:focus, .h3-stylea:hover, .h3-stylea:focus {
      text-decoration: underline;
      color: #232629; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h3, .h3-style {
      font-size: calc( 1.266em + (26.832 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h3, .h3-style {
      font-size: 1.677em; } }

h4, .h4-style {
  font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.6px;
  font-size: 1.125em; }
  h4 a, h4a, .h4-style a, .h4-stylea {
    color: #3B4044; }
    h4 a:hover, h4 a:focus, h4a:hover, h4a:focus, .h4-style a:hover, .h4-style a:focus, .h4-stylea:hover, .h4-stylea:focus {
      text-decoration: underline;
      color: #232629; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h4, .h4-style {
      font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h4, .h4-style {
      font-size: 1.333em; } }

h5, .h5-style {
  font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin: 16px 0;
  font-size: 1.125em; }
  h5 a, h5a, .h5-style a, .h5-stylea {
    color: #000; }
    h5 a:hover, h5 a:focus, h5a:hover, h5a:focus, .h5-style a:hover, .h5-style a:focus, .h5-stylea:hover, .h5-stylea:focus {
      text-decoration: underline;
      color: black; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h5, .h5-style {
      font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h5, .h5-style {
      font-size: 1.333em; } }

h6, .h6-style {
  font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #3B4044;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.79em; }
  h6 a, h6a, .h6-style a, .h6-stylea {
    color: #3B4044; }
    h6 a:hover, h6 a:focus, h6a:hover, h6a:focus, .h6-style a:hover, .h6-style a:focus, .h6-stylea:hover, .h6-stylea:focus {
      text-decoration: underline;
      color: #232629; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h6, .h6-style {
      font-size: calc( 0.79em + (12 - 12.64) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h6, .h6-style {
      font-size: 0.75em; } }

.larger-text {
  font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 40px;
  color: #000;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0; }

/* --------------------------------------
/*  Copy
/* -------------------------------------- */
blockquote {
  border: 0;
  margin: 35px 0;
  padding: 25px 0;
  border-bottom: 1px solid #285CA6;
  border-top: 3px double #285CA6; }
  blockquote h1, blockquote h2, blockquote h3,
  blockquote h4, blockquote h5, blockquote h6,
  blockquote p, blockquote a, blockquote span,
  blockquote ul, blockquote ol, blockquote li,
  blockquote textarea,
  blockquote input, blockquote button, blockquote label {
    font-size: 22px;
    color: #285CA6;
    font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
    line-height: 1.2; }

.body-section {
  border-color: #285CA6; }
  .body-section p a {
    color: #285CA6;
    border-bottom: 2px solid #285CA6; }
    .body-section p a:hover, .body-section p a:focus, .body-section p a:active {
      color: #3B4044; }
      .body-section p a:hover:hover, .body-section p a:hover:focus, .body-section p a:hover a, .body-section p a:hover a:hover, .body-section p a:hover a:focus, .body-section p a:focus:hover, .body-section p a:focus:focus, .body-section p a:focus a, .body-section p a:focus a:hover, .body-section p a:focus a:focus, .body-section p a:active:hover, .body-section p a:active:focus, .body-section p a:active a, .body-section p a:active a:hover, .body-section p a:active a:focus {
        text-decoration: none; }
  .body-section p span.large-link a {
    font-size: 1.125em; }
    @media (min-width: 400px) and (max-width: 1400px) {
      .body-section p span.large-link a {
        font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      .body-section p span.large-link a {
        font-size: 1.333em; } }
  .body-section p span.larger-link a {
    font-size: 1.266em; }
    @media (min-width: 400px) and (max-width: 1400px) {
      .body-section p span.larger-link a {
        font-size: calc( 1.266em + (26.832 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      .body-section p span.larger-link a {
        font-size: 1.677em; } }
  .body-section h2 a, .body-section h3 a, .body-section h4 a {
    border: none; }
  .body-section h4, .body-section h5 {
    margin-top: 32px;
    margin-bottom: 16px; }

ul, ol {
  line-height: 1.4;
  padding-left: 35px;
  margin-bottom: 25px; }

p {
  line-height: 1.4;
  font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  margin-bottom: 16px;
  margin-top: 0;
  font-size: 1em; }
  @media (min-width: 400px) and (max-width: 1400px) {
    p {
      font-size: calc( 1em + (16 - 16) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    p {
      font-size: 1em; } }
  p .coloured-text {
    color: #285CA6; }

.coloured-text {
  color: #285CA6; }

.heading-colour--green h1, .heading-colour--green h2, .heading-colour--green h3,
.heading-colour--green h4, .heading-colour--green h5, .heading-colour--green h6 {
  color: #5bc63f; }

.heading-colour--yellow h1, .heading-colour--yellow h2, .heading-colour--yellow h3,
.heading-colour--yellow h4, .heading-colour--yellow h5, .heading-colour--yellow h6 {
  color: #ffad00; }

.heading-colour--orange h1, .heading-colour--orange h2, .heading-colour--orange h3,
.heading-colour--orange h4, .heading-colour--orange h5, .heading-colour--orange h6 {
  color: #fc5f37; }

.heading-colour--blue h1, .heading-colour--blue h2, .heading-colour--blue h3,
.heading-colour--blue h4, .heading-colour--blue h5, .heading-colour--blue h6 {
  color: #285CA6; }

.heading-colour--red h1, .heading-colour--red h2, .heading-colour--red h3,
.heading-colour--red h4, .heading-colour--red h5, .heading-colour--red h6 {
  color: #da406d; }

.heading-colour--light-blue h1, .heading-colour--light-blue h2, .heading-colour--light-blue h3,
.heading-colour--light-blue h4, .heading-colour--light-blue h5, .heading-colour--light-blue h6 {
  color: #14ccdc; }

/* --------------------------------------
/*  Buttons
/* -------------------------------------- */
/* --------------------------------------
/*  Mixins
/* -------------------------------------*/
@keyframes text-btn-arrow-animation {
  0% {
    top: 0; }
  25% {
    top: 1px; }
  75% {
    top: -3px; }
  100% {
    top: -2px; } }

/* --------------------------------------
/*  Tags
/* -------------------------------------*/
.btn, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] {
  border: none;
  border: 1px solid #E0E0E0;
  text-align: center;
  padding: 24px;
  font-size: 16px;
  transition: background-color 0.3s;
  border-radius: 0px;
  background-color: #285CA6;
  border-color: #285CA6;
  color: #fff; }
  .btn:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, .btn:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, .btn:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active {
    background-color: #285CA6;
    border-color: #285CA6;
    color: #fff; }
  .btn.btn-default:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"]:hover, .btn.btn-default:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"]:focus, .btn.btn-default a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a, .btn.btn-default a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a:hover, .btn.btn-default a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a:focus {
    text-decoration: none; }
  .btn.btn-primary, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"] {
    border-radius: 0px;
    color: #000;
    background-color: transparent;
    padding: 6px 24px;
    text-transform: uppercase;
    border-color: #E0E0E0; }
    .btn.btn-primary:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"]:hover, .btn.btn-primary:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"]:focus, .btn.btn-primary a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"] a, .btn.btn-primary a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"] a:hover, .btn.btn-primary a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"] a:focus {
      text-decoration: none; }
    .btn.btn-primary:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"]:hover, .btn.btn-primary:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"]:focus, .btn.btn-primary:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"]:active, .btn.btn-primary.active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.active.ninja-forms-field[type="button"] {
      color: #fff;
      background-color: #285CA6;
      border-color: #285CA6; }
  .btn.btn-primary--yellow, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--yellow.ninja-forms-field[type="button"] {
    border-radius: 0px;
    color: #ffad00;
    background-color: transparent;
    padding: 6px 24px;
    text-transform: uppercase;
    border-color: #E0E0E0; }
    .btn.btn-primary--yellow:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--yellow.ninja-forms-field[type="button"]:hover, .btn.btn-primary--yellow:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--yellow.ninja-forms-field[type="button"]:focus, .btn.btn-primary--yellow a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--yellow.ninja-forms-field[type="button"] a, .btn.btn-primary--yellow a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--yellow.ninja-forms-field[type="button"] a:hover, .btn.btn-primary--yellow a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--yellow.ninja-forms-field[type="button"] a:focus {
      text-decoration: none; }
    .btn.btn-primary--yellow:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--yellow.ninja-forms-field[type="button"]:hover, .btn.btn-primary--yellow:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--yellow.ninja-forms-field[type="button"]:focus, .btn.btn-primary--yellow:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--yellow.ninja-forms-field[type="button"]:active, .btn.btn-primary--yellow.active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--yellow.active.ninja-forms-field[type="button"] {
      color: #fff;
      background-color: #ffad00;
      border-color: #ffad00; }
  .btn.btn-primary--blue, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--blue.ninja-forms-field[type="button"] {
    border-radius: 0px;
    color: #285CA6;
    background-color: transparent;
    padding: 6px 24px;
    text-transform: uppercase;
    border-color: #E0E0E0; }
    .btn.btn-primary--blue:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--blue.ninja-forms-field[type="button"]:hover, .btn.btn-primary--blue:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--blue.ninja-forms-field[type="button"]:focus, .btn.btn-primary--blue a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--blue.ninja-forms-field[type="button"] a, .btn.btn-primary--blue a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--blue.ninja-forms-field[type="button"] a:hover, .btn.btn-primary--blue a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--blue.ninja-forms-field[type="button"] a:focus {
      text-decoration: none; }
    .btn.btn-primary--blue:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--blue.ninja-forms-field[type="button"]:hover, .btn.btn-primary--blue:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--blue.ninja-forms-field[type="button"]:focus, .btn.btn-primary--blue:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--blue.ninja-forms-field[type="button"]:active, .btn.btn-primary--blue.active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary--blue.active.ninja-forms-field[type="button"] {
      color: #fff;
      background-color: #285CA6;
      border-color: #285CA6; }
  .btn.btn-primary-blue, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-blue.ninja-forms-field[type="button"] {
    border-radius: 0px;
    color: #285CA6;
    background-color: transparent;
    padding: 6px 24px;
    text-transform: uppercase;
    border-color: #285CA6; }
    .btn.btn-primary-blue:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-blue.ninja-forms-field[type="button"]:hover, .btn.btn-primary-blue:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-blue.ninja-forms-field[type="button"]:focus, .btn.btn-primary-blue a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-blue.ninja-forms-field[type="button"] a, .btn.btn-primary-blue a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-blue.ninja-forms-field[type="button"] a:hover, .btn.btn-primary-blue a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-blue.ninja-forms-field[type="button"] a:focus {
      text-decoration: none; }
    .btn.btn-primary-blue:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-blue.ninja-forms-field[type="button"]:hover, .btn.btn-primary-blue:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-blue.ninja-forms-field[type="button"]:focus, .btn.btn-primary-blue:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-blue.ninja-forms-field[type="button"]:active, .btn.btn-primary-blue.active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-blue.active.ninja-forms-field[type="button"] {
      color: #fff;
      background-color: #285CA6;
      border-color: #285CA6; }
  .btn.btn-primary-rev, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] {
    border-radius: 0px;
    color: #fff;
    background-color: #285CA6;
    padding: 6px 24px;
    text-transform: uppercase;
    border-color: #285CA6; }
    .btn.btn-primary-rev:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"]:hover, .btn.btn-primary-rev:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"]:focus, .btn.btn-primary-rev a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a, .btn.btn-primary-rev a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a:hover, .btn.btn-primary-rev a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a:focus {
      text-decoration: none; }
    .btn.btn-primary-rev:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"]:hover, .btn.btn-primary-rev:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"]:focus, .btn.btn-primary-rev:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"]:active, .btn.btn-primary-rev.active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.active.ninja-forms-field[type="button"] {
      color: #285CA6;
      background-color: #fff;
      border-color: #fff; }
    .btn.btn-primary-rev:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"]:hover, .btn.btn-primary-rev:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"]:focus, .btn.btn-primary-rev a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a, .btn.btn-primary-rev a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a:hover, .btn.btn-primary-rev a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a:focus {
      text-decoration: none; }
  .btn.btn-underline, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline.ninja-forms-field[type="button"] {
    position: relative;
    color: #3B4044;
    text-transform: none;
    background-color: transparent;
    padding: 5px 16px;
    border: none; }
    .btn.btn-underline:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline.ninja-forms-field[type="button"]:hover, .btn.btn-underline:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline.ninja-forms-field[type="button"]:focus, .btn.btn-underline a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline.ninja-forms-field[type="button"] a, .btn.btn-underline a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline.ninja-forms-field[type="button"] a:hover, .btn.btn-underline a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline.ninja-forms-field[type="button"] a:focus {
      text-decoration: none; }
    .btn.btn-underline:after, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline.ninja-forms-field[type="button"]:after {
      transition: border-color 0.3s;
      position: absolute;
      bottom: 2px;
      left: 16px;
      width: calc(100% - (16px*2));
      border-bottom: 2px solid #285CA6;
      content: ''; }
    .btn.btn-underline:hover:after, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline.ninja-forms-field[type="button"]:hover:after, .btn.btn-underline:focus:after, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline.ninja-forms-field[type="button"]:focus:after, .btn.btn-underline:active:after, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline.ninja-forms-field[type="button"]:active:after {
      border-color: transparent;
      transition: border-color 0.3s; }
  .btn.btn-underline-no-padding, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-no-padding.ninja-forms-field[type="button"] {
    position: relative;
    color: #3B4044;
    text-transform: none;
    background-color: transparent;
    padding: 5px 0;
    border: none; }
    .btn.btn-underline-no-padding:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-no-padding.ninja-forms-field[type="button"]:hover, .btn.btn-underline-no-padding:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-no-padding.ninja-forms-field[type="button"]:focus, .btn.btn-underline-no-padding a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-no-padding.ninja-forms-field[type="button"] a, .btn.btn-underline-no-padding a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-no-padding.ninja-forms-field[type="button"] a:hover, .btn.btn-underline-no-padding a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-no-padding.ninja-forms-field[type="button"] a:focus {
      text-decoration: none; }
    .btn.btn-underline-no-padding:after, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-no-padding.ninja-forms-field[type="button"]:after {
      transition: border-color 0.3s;
      position: absolute;
      bottom: 2px;
      left: 0;
      width: 100%;
      border-bottom: 2px solid #285CA6;
      content: ''; }
    .btn.btn-underline-no-padding:hover:after, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-no-padding.ninja-forms-field[type="button"]:hover:after, .btn.btn-underline-no-padding:focus:after, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-no-padding.ninja-forms-field[type="button"]:focus:after, .btn.btn-underline-no-padding:active:after, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-no-padding.ninja-forms-field[type="button"]:active:after {
      border-color: transparent;
      transition: border-color 0.3s; }
  .btn.btn-underline-rev, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-rev.ninja-forms-field[type="button"] {
    position: relative;
    color: #fff;
    text-transform: none;
    background-color: transparent;
    padding: 5px 16px;
    border: none; }
    .btn.btn-underline-rev:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-rev.ninja-forms-field[type="button"]:hover, .btn.btn-underline-rev:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-rev.ninja-forms-field[type="button"]:focus, .btn.btn-underline-rev a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-rev.ninja-forms-field[type="button"] a, .btn.btn-underline-rev a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-rev.ninja-forms-field[type="button"] a:hover, .btn.btn-underline-rev a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-rev.ninja-forms-field[type="button"] a:focus {
      text-decoration: none; }
    .btn.btn-underline-rev:after, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-rev.ninja-forms-field[type="button"]:after {
      transition: border-color 0.3s;
      position: absolute;
      bottom: 2px;
      left: 16px;
      width: calc(100% - (16px*2));
      border-bottom: 2px solid #285CA6;
      content: ''; }
    .btn.btn-underline-rev:hover:after, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-rev.ninja-forms-field[type="button"]:hover:after, .btn.btn-underline-rev:focus:after, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-rev.ninja-forms-field[type="button"]:focus:after, .btn.btn-underline-rev:active:after, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-underline-rev.ninja-forms-field[type="button"]:active:after {
      border-color: transparent;
      transition: border-color 0.3s; }
  .btn.btn-arrow, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-arrow.ninja-forms-field[type="button"] {
    background-color: transparent;
    border: 2px solid #E0E0E0;
    padding: 8px 16px;
    color: #285CA6;
    padding-right: calc(24px + 16px);
    position: relative;
    border-radius: 0px;
    font-weight: 700;
    transition: border-color 0.3s, background-color 0.3s, color 0.3s; }
    .btn.btn-arrow:after, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-arrow.ninja-forms-field[type="button"]:after {
      position: absolute;
      right: 8px;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: "Material Icons";
      content: "\E5C8";
      color: #285CA6;
      font-size: 24px;
      transition: top 0.2s;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      font-feature-settings: 'liga';
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      font-weight: 400;
      transition: color 0.3s; }
    .btn.btn-arrow:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-arrow.ninja-forms-field[type="button"]:hover, .btn.btn-arrow:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-arrow.ninja-forms-field[type="button"]:focus, .btn.btn-arrow:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-arrow.ninja-forms-field[type="button"]:active {
      background-color: #285CA6;
      color: #fff;
      border-color: #285CA6;
      transition: border-color 0.3s, background-color 0.3s, color 0.3s; }
      .btn.btn-arrow:hover:after, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-arrow.ninja-forms-field[type="button"]:hover:after, .btn.btn-arrow:focus:after, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-arrow.ninja-forms-field[type="button"]:focus:after, .btn.btn-arrow:active:after, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-arrow.ninja-forms-field[type="button"]:active:after {
        color: #fff;
        transition: color 0.3s; }
  .btn.btn-sm, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-sm.ninja-forms-field[type="button"] {
    padding: 4px;
    line-height: 1; }

/* --------------------------------------
/*  Global Typography
/* -------------------------------------*/
/* --------------------------------------
/*  Parent Page colour variations
/* -------------------------------------*/
/* --------------------------------------
/*  Child Page colour variations
/* -------------------------------------*/
/* --------------------------------------
/*  Multiline underline
/* -------------------------------------*/
/* --------------------------------------
/*  Container Override
/* -------------------------------------*/
@media (min-width: 1200px) {
  .container {
    width: 1400px;
    max-width: 100%; } }

/* --------------------------------------
/*  Tabs reset
/* -------------------------------------*/
.tabs-container ul.nav.nav-tabs li a:focus {
  outline: none; }

/* --------------------------------------
/*  - Bootstrap Reset
/* -------------------------------------- */
.navbar-inner {
  background: none;
  filter: none;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  padding: 0px;
  min-height: 0px; }

.navbar-default {
  border-color: transparent; }

.navbar {
  background: transparent;
  margin-bottom: 0px;
  min-height: 1px; }

.navbar .nav > li {
  float: left; }

.navbar .nav > li > a {
  padding: 0px;
  text-shadow: none; }
  .navbar .nav > li > a i, .navbar .nav > li > a b {
    border-bottom-color: #3B4044;
    border-top-color: #3B4044; }

.navbar-nav {
  margin-left: 0px;
  margin-right: 0px; }

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #616161;
  text-decoration: none;
  background-color: transparent; }

.navbar .nav .active > a {
  color: #616161;
  background: none;
  box-shadow: none; }

.navbar .nav .active > a:hover {
  background: none;
  box-shadow: none; }

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  box-shadow: none; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background-image: none;
  background-repeat: repeat-x;
  text-decoration: none;
  filter: none; }

.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px; }

/* --------------------------------------
/*  - Bootstrap Dropdown Menu
/* -------------------------------------- */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent; }

.navbar .nav > li.active > a, .navbar .nav > li.active > a:hover, .navbar .nav > li.dropdown.active > .dropdown-toggle {
  box-shadow: none; }

.navbar .nav > li.dropdown.open > .dropdown-toggle {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0.2);
  border-image: none;
  border-radius: 0;
  position: relative; }

.navbar .nav > li .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0; }

.navbar .nav > li .dropdown-menu:after, .navbar .nav > li .dropdown-menu:before {
  display: none; }

.navbar .nav > li .dropdown-menu li {
  display: block;
  width: 100%;
  text-align: left; }

/*
	Multilevel Dropdown
*/
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px; }

.dropdown-menu li:hover > .sub-menu {
  visibility: visible; }

.dropdown:hover > .dropdown-menu {
  display: block; }

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0; }

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px; }

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  top: 11px;
  left: -6px; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #E0E0E0;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px; }

/* --------------------------------------
/*  #7 - Bootstrap Nav Overrides
/* -------------------------------------- */
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px; }

.dropdown-menu li:hover .sub-menu {
  visibility: visible; }

.dropdown:hover .dropdown-menu {
  display: block; }

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0; }

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px; }

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  top: 11px;
  left: -6px; }

/* --------------------------------------
/*  Tables
/* -------------------------------------*/
.parra-table-container {
  border: 1px solid #c3cade;
  padding: 5px;
  margin-bottom: 20px;
  overflow-x: auto;
  font-size: 15px; }
  .parra-table-container table.table {
    border-collapse: separate;
    margin-bottom: 0;
    width: 100% !important; }
    .parra-table-container table.table > tbody > tr > td {
      padding: 0.6em; }
      @media (max-width: 543px) {
        .parra-table-container table.table > tbody > tr > td {
          padding: 0.4em;
          font-size: 0.7rem; } }
    .parra-table-container table.table.table-striped > tbody > tr:nth-of-type(odd) {
      background-color: #fff; }
    .parra-table-container table.table.table-striped > tbody > tr:nth-of-type(odd) {
      background-color: #eaeef7; }
    .parra-table-container table.table.table-striped > tbody > tr > td {
      border: 1px solid #fff; }
    .parra-table-container table.table ul {
      margin-top: 0;
      margin-bottom: 0; }

/* --------------------------------------
/*  Collapse
/* -------------------------------------*/
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0; }

.panel-group .panel {
  border: 0;
  box-shadow: none; }
  .panel-group .panel .panel-heading {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0; }
    .panel-group .panel .panel-heading h4 {
      font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 16px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 700;
      text-transform: none;
      letter-spacing: -0.6px;
      font-size: 1.266em;
      font-size: 30px;
      line-height: 1.5; }
      .panel-group .panel .panel-heading h4 a, .panel-group .panel .panel-heading h4a {
        color: #3B4044; }
        .panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:focus, .panel-group .panel .panel-heading h4a:hover, .panel-group .panel .panel-heading h4a:focus {
          text-decoration: underline;
          color: #232629; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .panel-group .panel .panel-heading h4 {
          font-size: calc( 1.266em + (26.832 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .panel-group .panel .panel-heading h4 {
          font-size: 1.677em; } }
      .panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:focus, .panel-group .panel .panel-heading h4 a a, .panel-group .panel .panel-heading h4 a a:hover, .panel-group .panel .panel-heading h4 a a:focus {
        text-decoration: none; }
  .panel-group .panel .panel-body {
    padding-left: 0;
    padding-right: 0; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../assets/fonts/slick.eot");
  src: url("../../assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/slick.woff") format("woff"), url("../../assets/fonts/slick.ttf") format("truetype"), url("../../assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #000;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #000;
      opacity: 0.75; }

.slick-slide:focus {
  outline: none; }

/* --------------------------------------
/*  Custom
/* -------------------------------------- */
.slick-container {
  padding: 0;
  z-index: 5; }

.slick {
  text-align: center;
  padding: 0;
  margin: 0px; }

.slick-dots {
  bottom: 0; }

.slick-prev, .slick-next {
  z-index: 6; }
  .slick-prev:before, .slick-next:before {
    font-size: 28px;
    color: #285CA6; }

.slick-next {
  right: 8vw; }
  @media (max-width: 1480px) {
    .slick-next {
      right: 10vw; } }
  @media (max-width: 1199px) {
    .slick-next {
      right: 6vw; } }
  .slick-next:before {
    color: #fff;
    content: "\E5C8";
    font-family: 'Material Icons'; }

.slick-prev {
  left: 8vw; }
  @media (max-width: 1480px) {
    .slick-prev {
      left: 6vw; } }
  @media (max-width: 1199px) {
    .slick-prev {
      left: 6vw; } }
  .slick-prev:before {
    color: #fff;
    content: "\E5C4";
    font-family: 'Material Icons'; }

.slick-dots li button:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff; }

.slick-dots li.slick-active button:before {
  color: #fff;
  content: "\f10c"; }

/* --------------------------------------
/*  Ninja Forms

    - Variables
    - Forms
      - Form Title
      - Labels
      - Input Types
      - Errors
      - Submit Button
      - Overrides

/* -------------------------------------*/
/* --------------------------------------
/*  Variables
/* -------------------------------------*/
/* --------------------------------------
/*  Mixins
/* -------------------------------------*/
/* --------------------------------------
/*  - Ninja Forms
/* -------------------------------------*/
body .nf-form-cont {
  /* --------------------------------------
    /*  Form Title
    /* -------------------------------------*/
  /* --------------------------------------
    /*  Labels
    /* -------------------------------------*/
  /* --------------------------------------
    /*  Input Types
    /* -------------------------------------*/
  /*** Inputs ***/
  /* --------------------------------------
    /*  Errors
    /* -------------------------------------*/
  /* --------------------------------------
    /*  Submit Button
    /* -------------------------------------*/
  /* --------------------------------------
    /*  Checkboxes
    /* -------------------------------------*/
  /* --------------------------------------
    /*  Overrides
    /* -------------------------------------*/ }
  body .nf-form-cont .field-wrap {
    margin-bottom: 24px; }
  body .nf-form-cont .nf-form-title h3 {
    margin-top: 0;
    padding-top: 0; }
  body .nf-form-cont .nf-field-label {
    margin-bottom: 12px; }
    body .nf-form-cont .nf-field-label label {
      margin-bottom: 4px;
      font-size: calc(0.823 * 16px);
      color: #3B4044;
      font-weight: 400; }
  body .nf-form-cont input[type="text"], body .nf-form-cont input[type="email"], body .nf-form-cont input[type="tel"], body .nf-form-cont textarea, body .nf-form-cont select {
    background: #fff;
    border: 1px solid #E0E0E0;
    padding: 4px;
    font-size: 16px;
    color: #3B4044;
    display: block;
    transition: all 0.5s; }
    .nf-fail body .nf-form-cont input[type="text"],
    .nf-error body .nf-form-cont input[type="text"], .nf-fail body .nf-form-cont input[type="email"],
    .nf-error body .nf-form-cont input[type="email"], .nf-fail body .nf-form-cont input[type="tel"],
    .nf-error body .nf-form-cont input[type="tel"], .nf-fail body .nf-form-cont textarea,
    .nf-error body .nf-form-cont textarea, .nf-fail body .nf-form-cont select,
    .nf-error body .nf-form-cont select {
      border-color: #da406d; }
    body .nf-form-cont input[type="text"]:hover, body .nf-form-cont input[type="text"]:focus, body .nf-form-cont input[type="email"]:hover, body .nf-form-cont input[type="email"]:focus, body .nf-form-cont input[type="tel"]:hover, body .nf-form-cont input[type="tel"]:focus, body .nf-form-cont textarea:hover, body .nf-form-cont textarea:focus, body .nf-form-cont select:hover, body .nf-form-cont select:focus {
      border-color: #adadad; }
    body .nf-form-cont input[type="text"]:focus, body .nf-form-cont input[type="email"]:focus, body .nf-form-cont input[type="tel"]:focus, body .nf-form-cont textarea:focus, body .nf-form-cont select:focus {
      border-color: #adadad;
      outline: none !important; }
  body .nf-form-cont input[type="text"], body .nf-form-cont input[type="email"], body .nf-form-cont input[type="tel"] {
    border: none;
    border-bottom: 1px solid #E0E0E0; }
  body .nf-form-cont textarea {
    padding: 16px; }
  body .nf-form-cont select {
    -webkit-appearance: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-position: 100% center;
    background-repeat: no-repeat;
    border-radius: 0; }
  body .nf-form-cont .textarea-wrap textarea {
    margin-bottom: -5px;
    height: 150px; }
  body .nf-form-cont .nf-error-required-error {
    display: none; }
  body .nf-form-cont .nf-form-fields-required {
    display: none; }
  body .nf-form-cont .nf-after-field .nf-error-msg {
    background: #000;
    color: #fff;
    padding: 4px;
    font-size: calc(0.823 * 16px);
    margin: -24px 0 24px; }
  body .nf-form-cont .nf-form-errors nf-errors nf-section .nf-error-field-errors {
    background: #000;
    color: #fff;
    padding: 4px;
    font-size: calc(0.823 * 16px);
    display: inline-block;
    padding: 4px 16px; }
  body .nf-form-cont .nf-fail input,
  body .nf-form-cont .nf-error input {
    border-color: #c22553 !important; }
  body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] {
    border: none;
    border: 1px solid #E0E0E0;
    text-align: center;
    padding: 24px;
    font-size: 16px;
    transition: background-color 0.3s;
    border-radius: 0px;
    background-color: #285CA6;
    border-color: #285CA6;
    color: #fff;
    border-radius: 0px;
    color: #285CA6;
    background-color: transparent;
    padding: 6px 24px;
    text-transform: uppercase;
    border-color: #285CA6; }
    body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active {
      background-color: #285CA6;
      border-color: #285CA6;
      color: #fff; }
    body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] a, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] a:hover, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] a:focus {
      text-decoration: none; }
    body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"].active {
      color: #fff;
      background-color: #285CA6;
      border-color: #285CA6; }
  body .nf-form-cont .checkbox-container .field-wrap.checkbox-wrap .nf-field-label label {
    position: relative;
    padding-left: 4px;
    font-size: 16px; }
    body .nf-form-cont .checkbox-container .field-wrap.checkbox-wrap .nf-field-label label input[type="checkbox"] {
      visibility: hidden; }
    body .nf-form-cont .checkbox-container .field-wrap.checkbox-wrap .nf-field-label label:after, body .nf-form-cont .checkbox-container .field-wrap.checkbox-wrap .nf-field-label label:before {
      position: absolute;
      content: '';
      top: 2px;
      left: -24px;
      height: 20px;
      width: 20px;
      border: 1px solid #E0E0E0; }
    body .nf-form-cont .checkbox-container .field-wrap.checkbox-wrap .nf-field-label label:after {
      content: "\E876";
      font-family: 'Material Icons';
      color: #fff;
      background-color: #285CA6;
      border-color: #285CA6;
      text-align: center;
      line-height: 1.2;
      opacity: 0;
      transition: opacity 0.2s;
      font-size: 16px; }
    body .nf-form-cont .checkbox-container .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label:after {
      opacity: 1;
      transition: opacity 0.2s; }
  body .nf-form-cont .checkbox-container .field-wrap.checkbox-wrap .nf-field-element input[type="checkbox"] {
    visibility: hidden; }
  body .nf-form-cont .listcheckbox-container .field-wrap.list-checkbox-wrap .nf-field-element li label {
    position: relative;
    padding-left: 4px; }
    body .nf-form-cont .listcheckbox-container .field-wrap.list-checkbox-wrap .nf-field-element li label input[type="checkbox"] {
      visibility: hidden; }
    body .nf-form-cont .listcheckbox-container .field-wrap.list-checkbox-wrap .nf-field-element li label:after, body .nf-form-cont .listcheckbox-container .field-wrap.list-checkbox-wrap .nf-field-element li label:before {
      position: absolute;
      content: '';
      top: 2px;
      left: -24px;
      height: 20px;
      width: 20px;
      border: 1px solid #E0E0E0; }
    body .nf-form-cont .listcheckbox-container .field-wrap.list-checkbox-wrap .nf-field-element li label:after {
      content: "\E876";
      font-family: 'Material Icons';
      color: #fff;
      background-color: #285CA6;
      border-color: #285CA6;
      text-align: center;
      line-height: 1.2;
      opacity: 0;
      transition: opacity 0.2s;
      font-size: 16px; }
    body .nf-form-cont .listcheckbox-container .field-wrap.list-checkbox-wrap .nf-field-element li label.nf-checked-label:after {
      opacity: 1;
      transition: opacity 0.2s; }
  body .nf-form-cont .listcheckbox-container .field-wrap.list-checkbox-wrap .nf-field-element li input[type="checkbox"] {
    visibility: hidden; }
  body .nf-form-cont .nf-field-container {
    margin-bottom: 0; }
  body .nf-form-cont .nf-input-limit {
    margin: 0;
    padding: 0; }
  body .nf-form-cont .nf-field-container.label-hidden .nf-field-label {
    margin-bottom: 0px; }
  body .nf-form-cont .field-wrap.html-wrap {
    margin-bottom: 0px; }

/* --------------------------------------
/*  Flow-flow
/* -------------------------------------*/
#ff-stream-1 .ff-search {
  display: none; }

#ff-stream-1 .selectric-wrapper .selectric {
  background-color: #285CA6; }
  #ff-stream-1 .selectric-wrapper .selectric .button:before {
    display: none; }

#ff-stream-1 .selectric-wrapper .ff-filter-option {
  background-color: #285CA6 !important; }
  #ff-stream-1 .selectric-wrapper .ff-filter-option.selected.highlighted {
    background-color: #2d67bb !important;
    color: #fff !important; }

#ff-stream-1 .ff-filter-holder .ff-filter {
  background-color: #285CA6 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 45px; }
  #ff-stream-1 .ff-filter-holder .ff-filter.ff-type-all {
    width: 55px;
    font-size: 16px; }
  #ff-stream-1 .ff-filter-holder .ff-filter--active {
    background-color: #306ec7 !important; }

@media screen and (max-width: 320px) {
  #ff-stream-1 .ff-filter-holder .ff-filter {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%; }
    #ff-stream-1 .ff-filter-holder .ff-filter.ff-type-all {
      width: 55px; } }

#ff-stream-1 .ff-loadmore-wrapper .ff-btn {
  background-color: #285CA6 !important; }

#ff-stream-1 .ff-stream-wrapper .ff-item .ff-item-meta {
  display: none; }

#ff-stream-1 .ff-stream-wrapper .ff-item .ff-item-bar a {
  visibility: hidden;
  pointer-events: none; }

#ff-stream-1 .ff-stream-wrapper .ff-item .ff-share-wrapper {
  display: none; }

#ff-stream-1 .ff-stream-wrapper .ff-item .ff-item-cont .ff-item-meta {
  display: none; }

#ff-stream-1 .ff-stream-wrapper .ff-item .ff-label-wrapper {
  right: unset;
  top: unset;
  bottom: -42px;
  left: 9px; }
  #ff-stream-1 .ff-stream-wrapper .ff-item .ff-label-wrapper .ff-icon:before {
    border-color: #285CA6;
    border-width: 14px;
    border-radius: 50%; }
  #ff-stream-1 .ff-stream-wrapper .ff-item .ff-label-wrapper .ff-icon i.ff-icon-inner {
    right: -1px;
    line-height: 24px;
    font-size: 15px; }

/* --------------------------------------
/*  Mobile Menu Button
/* -------------------------------------- */
.mobile-menu-button {
  text-align: center;
  cursor: pointer;
  padding: 8px;
  margin: 16px 0;
  font-size: 0px;
  border: 1px solid #E0E0E0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  color: #285CA6;
  transition: border-color 0.3s;
  position: relative; }
  .mobile-menu-button:hover, .mobile-menu-button:focus, .mobile-menu-button a, .mobile-menu-button a:hover, .mobile-menu-button a:focus {
    text-decoration: none; }
  .mobile-menu-button i {
    margin-left: 4px;
    transition: opacity 0.3s;
    cursor: pointer; }
    .mobile-menu-button i.close-icon {
      position: absolute;
      right: 8px;
      top: 8px;
      opacity: 0; }
  .mobile-menu-button:hover, .mobile-menu-button:focus, .mobile-menu-button:active {
    color: #214d8b; }
  .mobile-menu-button span {
    font-weight: 700;
    font-size: 16px;
    vertical-align: super;
    transition: color 0.3s, width 0.3s;
    display: block;
    width: 46px;
    overflow: hidden;
    cursor: pointer; }
  .mobile-menu-button.menu-open {
    transition: border-color 0.3s, background-color 0.3s; }
    .mobile-menu-button.menu-open span {
      color: transparent;
      width: 0;
      transition: color 0.3s, width 0.3s; }
    .mobile-menu-button.menu-open i.menu-icon {
      opacity: 0;
      margin-left: 0;
      transition: color 0.3s, opacity 0.3s; }
    .mobile-menu-button.menu-open i.close-icon {
      opacity: 1;
      transition: opacity 0.3s, color 0.3s; }
    .mobile-menu-button.menu-open.blue-hover:hover {
      background-color: #285CA6;
      border-color: #285CA6;
      transition: background-color 0.3s, border-color 0.3s; }
      .mobile-menu-button.menu-open.blue-hover:hover i {
        color: #fff;
        transition: color 0.3s; }

/* --------------------------------------
/*  Navigation window
/* -------------------------------------*/
svg.overlayAnimator {
  position: fixed;
  z-index: 13;
  top: -50%;
  right: -50%;
  height: 100%;
  width: 100%;
  display: block;
  pointer-events: none;
  -ms-transform-origin: top right;
  transform-origin: top right;
  will-change: transform;
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden; }
  svg.overlayAnimator polygon {
    fill: #fff;
    -ms-transform-origin: 0px 0px 0px;
    transform-origin: 0px 0px 0px; }

svg.overlayAnimator.open {
  -ms-transform: scale(3);
  transform: scale(3); }

.navigation-header {
  display: none;
  position: absolute;
  top: -100%;
  background-color: #fff;
  z-index: 12;
  padding-top: 140px;
  /* --------------------------------------
  /*  Nav items
  /* -------------------------------------*/ }
  .navigation-header .nav-header-close {
    position: absolute;
    right: 24px;
    top: 164px; }
  .navigation-header.active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow: auto; }
    @media (max-width: 991px) {
      .navigation-header.active {
        -ms-flex-align: start;
        align-items: flex-start; } }
    .navigation-header.active .nav-header-inner {
      padding: 48px 0; }
      @media (max-width: 543px) {
        .navigation-header.active .nav-header-inner {
          padding-top: 0; } }
  .navigation-header ul.menu {
    list-style: none;
    padding-left: 0; }
    .navigation-header ul.menu > li.menu-item {
      list-style: none;
      margin-bottom: 40px; }
      .navigation-header ul.menu > li.menu-item > a {
        font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
        font-size: 16px;
        color: #3B4044;
        line-height: 1.2;
        font-weight: 700;
        text-transform: none;
        letter-spacing: -0.6px;
        font-size: 1.266em;
        color: #285CA6;
        position: relative; }
        .navigation-header ul.menu > li.menu-item > a a, .navigation-header ul.menu > li.menu-item > aa {
          color: #3B4044; }
          .navigation-header ul.menu > li.menu-item > a a:hover, .navigation-header ul.menu > li.menu-item > a a:focus, .navigation-header ul.menu > li.menu-item > aa:hover, .navigation-header ul.menu > li.menu-item > aa:focus {
            text-decoration: underline;
            color: #232629; }
        @media (min-width: 400px) and (max-width: 1400px) {
          .navigation-header ul.menu > li.menu-item > a {
            font-size: calc( 1.266em + (26.832 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) )); } }
        @media (min-width: 1400px) {
          .navigation-header ul.menu > li.menu-item > a {
            font-size: 1.677em; } }
        .navigation-header ul.menu > li.menu-item > a:hover, .navigation-header ul.menu > li.menu-item > a:focus, .navigation-header ul.menu > li.menu-item > a a, .navigation-header ul.menu > li.menu-item > a a:hover, .navigation-header ul.menu > li.menu-item > a a:focus {
          text-decoration: none; }
        .navigation-header ul.menu > li.menu-item > a:after {
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 0%;
          border-bottom: 3px solid #285CA6;
          content: '';
          transition: width 0.3s; }
        .navigation-header ul.menu > li.menu-item > a:hover:after, .navigation-header ul.menu > li.menu-item > a:focus:after, .navigation-header ul.menu > li.menu-item > a:active:after {
          transition: width 0.3s;
          width: 100%; }
      .navigation-header ul.menu > li.menu-item ul.sub-menu {
        padding-top: 4px;
        list-style: none;
        padding-left: 0; }
        .navigation-header ul.menu > li.menu-item ul.sub-menu > li.menu-item {
          padding: 4px 0; }
          .navigation-header ul.menu > li.menu-item ul.sub-menu > li.menu-item a {
            position: relative;
            color: #3B4044; }
            .navigation-header ul.menu > li.menu-item ul.sub-menu > li.menu-item a:hover, .navigation-header ul.menu > li.menu-item ul.sub-menu > li.menu-item a:focus, .navigation-header ul.menu > li.menu-item ul.sub-menu > li.menu-item a a, .navigation-header ul.menu > li.menu-item ul.sub-menu > li.menu-item a a:hover, .navigation-header ul.menu > li.menu-item ul.sub-menu > li.menu-item a a:focus {
              text-decoration: none; }
            .navigation-header ul.menu > li.menu-item ul.sub-menu > li.menu-item a:after {
              position: absolute;
              bottom: -2px;
              left: 0;
              width: 0%;
              border-bottom: 2px solid #285CA6;
              content: '';
              transition: width 0.3s; }
            .navigation-header ul.menu > li.menu-item ul.sub-menu > li.menu-item a:hover:after, .navigation-header ul.menu > li.menu-item ul.sub-menu > li.menu-item a:focus:after, .navigation-header ul.menu > li.menu-item ul.sub-menu > li.menu-item a:active:after {
              transition: width 0.3s;
              width: 100%; }
          .navigation-header ul.menu > li.menu-item ul.sub-menu > li.menu-item.current_page_item a {
            position: relative; }
            .navigation-header ul.menu > li.menu-item ul.sub-menu > li.menu-item.current_page_item a:after {
              position: absolute;
              bottom: -2px;
              left: 0;
              width: 100%;
              border-bottom: 2px solid #285CA6;
              content: ''; }

/* --------------------------------------
/*  Close Menu Button
/* -------------------------------------*/
/* --------------------------------------
/*
/* -------------------------------------*/
/* --------------------------------------
/*  #2 - Main Body Containers
/* -------------------------------------- */
html, body {
  padding: 0;
  margin: 0;
  line-height: 1.4;
  font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #3B4044;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-anchoring: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }
  html #wrap, body #wrap {
    display: block;
    margin: 0;
    padding: 0;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  html.mobile-nav-active, body.mobile-nav-active {
    overflow: hidden; }

/* --------------------------------------
/*  #7 - Body
/* -------------------------------------- */
.body-section {
  padding: 7vh 0; }
  .body-section.top-content-section h3 {
    font-weight: 400; }

/* --------------------------------------
/*  Default template styles
/* -------------------------------------*/
body.page-template-default .body-section h1, body.page-template-default .body-section h2 {
  text-align: center; }

body.page-template-default .body-section h1 + h2 {
  font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.6px;
  font-size: 1.266em;
  font-weight: 400; }
  body.page-template-default .body-section h1 + h2 a, body.page-template-default .body-section h1 + h2a {
    color: #3B4044; }
    body.page-template-default .body-section h1 + h2 a:hover, body.page-template-default .body-section h1 + h2 a:focus, body.page-template-default .body-section h1 + h2a:hover, body.page-template-default .body-section h1 + h2a:focus {
      text-decoration: underline;
      color: #232629; }
  @media (min-width: 400px) and (max-width: 1400px) {
    body.page-template-default .body-section h1 + h2 {
      font-size: calc( 1.266em + (26.832 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    body.page-template-default .body-section h1 + h2 {
      font-size: 1.677em; } }

/* --------------------------------------
/*  Scrollbar measure helper
/* -------------------------------------*/
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px; }

/* --------------------------------------
/*  Images with Captions
/* -------------------------------------*/
.wp-caption {
  border: none;
  text-align: left; }
  .wp-caption p.wp-caption-text {
    text-align: left;
    padding: 8px 0;
    font-size: 0.95em;
    font-style: italic;
    display: inline-block; }

/* --------------------------------------
/*  IE10+ Fixes
/* -------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  html #wrap, body #wrap {
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; } }

/* Landscape phone to portrait tablet */
@media (max-width: 991px) {
  img {
    display: block;
    max-width: 100%;
    height: auto; } }

/* --------------------------------------
/*  Header
/* -------------------------------------- */
/* --------------------------------------
/*  Header
/* -------------------------------------*/
.header-section {
  z-index: 13;
  background: #fff;
  position: relative; }
  .header-section .header-top-section {
    background: #fff; }
    .header-section .header-top-section .header-top-section-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding: 4px 0;
      position: relative; }
      .header-section .header-top-section .header-top-section-container .contact-information-container {
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
        font-size: 16px;
        color: #000;
        line-height: 1.2;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0;
        margin: 16px 0;
        font-size: 1.125em;
        color: #BDBDBD; }
        .header-section .header-top-section .header-top-section-container .contact-information-container a, .header-section .header-top-section .header-top-section-container .contact-information-containera {
          color: #000; }
          .header-section .header-top-section .header-top-section-container .contact-information-container a:hover, .header-section .header-top-section .header-top-section-container .contact-information-container a:focus, .header-section .header-top-section .header-top-section-container .contact-information-containera:hover, .header-section .header-top-section .header-top-section-container .contact-information-containera:focus {
            text-decoration: underline;
            color: black; }
        @media (min-width: 400px) and (max-width: 1400px) {
          .header-section .header-top-section .header-top-section-container .contact-information-container {
            font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
        @media (min-width: 1400px) {
          .header-section .header-top-section .header-top-section-container .contact-information-container {
            font-size: 1.333em; } }
        .header-section .header-top-section .header-top-section-container .contact-information-container .contact-information {
          display: inline-block;
          vertical-align: top; }
          .header-section .header-top-section .header-top-section-container .contact-information-container .contact-information a {
            color: inherit; }
          @media (max-width: 991px) {
            .header-section .header-top-section .header-top-section-container .contact-information-container .contact-information {
              display: none; } }
          .header-section .header-top-section .header-top-section-container .contact-information-container .contact-information:before {
            color: #616161;
            padding-right: 4px; }
          .header-section .header-top-section .header-top-section-container .contact-information-container .contact-information.address:before {
            content: "\f041";
            font-family: FontAwesome; }
          .header-section .header-top-section .header-top-section-container .contact-information-container .contact-information.phone:before {
            content: "\f095";
            font-family: FontAwesome; }
          .header-section .header-top-section .header-top-section-container .contact-information-container .contact-information + .contact-information {
            margin-left: 16px; }
        .header-section .header-top-section .header-top-section-container .contact-information-container .mobile-call-us {
          display: none;
          color: #9E9E9E;
          text-align: center;
          padding: 4px; }
          .header-section .header-top-section .header-top-section-container .contact-information-container .mobile-call-us:before {
            content: "\f095";
            font-family: FontAwesome; }
          .header-section .header-top-section .header-top-section-container .contact-information-container .mobile-call-us:hover, .header-section .header-top-section .header-top-section-container .contact-information-container .mobile-call-us:focus, .header-section .header-top-section .header-top-section-container .contact-information-container .mobile-call-us:active {
            color: #285CA6; }
          @media (max-width: 991px) {
            .header-section .header-top-section .header-top-section-container .contact-information-container .mobile-call-us {
              display: block; } }
  .header-section .header-main-section {
    padding: 0;
    box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.13);
    background: #fff;
    transition: box-shadow 0.1s; }
    .mobile-nav-active .header-section .header-main-section {
      box-shadow: 1px 1px 9px transparent;
      transition: box-shadow 0.1s; }
    .header-section .header-main-section .header-section-main-container {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 10px 15px; }
      .header-section .header-main-section .header-section-main-container .logo {
        padding-top: 10px;
        padding-bottom: 10px;
        -ms-flex-positive: 1;
        flex-grow: 1;
        position: relative;
        transition: transform 0.3s; }
        @media (max-width: 767px) {
          .header-section .header-main-section .header-section-main-container .logo {
            width: calc(100% - 100px); } }
        .header-section .header-main-section .header-section-main-container .logo a {
          background-color: transparent; }
        .header-section .header-main-section .header-section-main-container .logo .logo-img {
          width: 480px; }
          @media (max-width: 767px) {
            .header-section .header-main-section .header-section-main-container .logo .logo-img {
              width: calc(100% - 20px); } }
      .header-section .header-main-section .header-section-main-container .map-icon-container {
        margin: 16px 4px 16px 0;
        transition: border-color 0.3s;
        display: inline-block;
        color: #285CA6;
        position: relative;
        height: 42px;
        width: auto; }
        .header-section .header-main-section .header-section-main-container .map-icon-container a {
          border: 1px solid #E0E0E0;
          padding: 12px 8px;
          line-height: 1;
          color: #285CA6;
          font-weight: 700;
          display: block;
          background-image: url("../images/map-icon.png");
          background-repeat: no-repeat;
          background-position: 90% center;
          background-size: 26px auto;
          padding-right: 35px; }
          .header-section .header-main-section .header-section-main-container .map-icon-container a:hover {
            text-decoration: none; }
  .header-section.nav-scroll-active {
    background: transparent;
    pointer-events: none; }
    .header-section.nav-scroll-active .header-main-section {
      background-color: transparent; }
    .header-section.nav-scroll-active .mobile-menu-button {
      pointer-events: all; }

@media (max-width: 767px) {
  .mobile-menu-button span {
    display: none; }
  .mobile-menu-button i {
    margin-left: 0px; }
  .map-icon-container a {
    font-size: 0;
    background-position: center center !important;
    padding: 0px !important;
    height: 42px;
    width: 42px; } }

/* --------------------------------------
/*  Sticky Header Shrink
/* -------------------------------------*/
/* --------------------------------------
/*  Sticky Header Scroll In
/* -------------------------------------*/
#sticky-header-placeholder {
  display: none; }
  #sticky-header-placeholder.past-pl-bottom {
    display: block; }

.sticky {
  position: static; }
  .header-section .sticky {
    transition: padding 0.25s 0.1s, top 0.25s 0.1s; }
  .sticky.past-pl-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 50;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    top: -148px; }
  .sticky.shrunk.going-down {
    position: fixed;
    padding: 0; }
  .sticky.scrolling-up {
    top: 0; }

/* --------------------------------------
/*  #8 - Footer
/* -------------------------------------- */
.footer-section {
  display: block;
  background: #000;
  color: #E0E0E0;
  margin-top: 7vh;
  /* --------------------------------------
  /*  Footer Top
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Contact Details
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Footer Bottom
  /* -------------------------------------*/ }
  .footer-section a, .footer-section p {
    color: inherit;
    font-size: inherit; }
  .footer-section .footer-top {
    padding: 7vh 0;
    font-size: calc(0.823 * 16px); }
    .footer-section .footer-top .title {
      position: relative;
      font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 16px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none;
      letter-spacing: -0.6px;
      font-size: 1.125em;
      padding-top: 4px;
      padding-bottom: 4px;
      margin-bottom: 16px;
      color: #fff; }
      .footer-section .footer-top .title a, .footer-section .footer-top .titlea {
        color: #3B4044; }
        .footer-section .footer-top .title a:hover, .footer-section .footer-top .title a:focus, .footer-section .footer-top .titlea:hover, .footer-section .footer-top .titlea:focus {
          text-decoration: underline;
          color: #232629; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .footer-section .footer-top .title {
          font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .footer-section .footer-top .title {
          font-size: 1.333em; } }
    .footer-section .footer-top ul.menu {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .footer-section .footer-top ul.menu li {
        display: block; }
        .footer-section .footer-top ul.menu li a {
          display: inline-block;
          font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
          font-size: 16px;
          color: #3B4044;
          line-height: 1.2;
          font-weight: 400;
          text-transform: none;
          letter-spacing: -0.6px;
          font-size: 1.125em;
          padding-top: 4px;
          padding-bottom: 4px;
          font-weight: bold;
          position: relative;
          color: #fff; }
          .footer-section .footer-top ul.menu li a a, .footer-section .footer-top ul.menu li aa {
            color: #3B4044; }
            .footer-section .footer-top ul.menu li a a:hover, .footer-section .footer-top ul.menu li a a:focus, .footer-section .footer-top ul.menu li aa:hover, .footer-section .footer-top ul.menu li aa:focus {
              text-decoration: underline;
              color: #232629; }
          @media (min-width: 400px) and (max-width: 1400px) {
            .footer-section .footer-top ul.menu li a {
              font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
          @media (min-width: 1400px) {
            .footer-section .footer-top ul.menu li a {
              font-size: 1.333em; } }
          .footer-section .footer-top ul.menu li a:hover, .footer-section .footer-top ul.menu li a:focus, .footer-section .footer-top ul.menu li a a, .footer-section .footer-top ul.menu li a a:hover, .footer-section .footer-top ul.menu li a a:focus {
            text-decoration: none; }
          .footer-section .footer-top ul.menu li a:after {
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0%;
            border-bottom: 2px solid #fff;
            content: '';
            transition: width 0.3s; }
          .footer-section .footer-top ul.menu li a:hover:after, .footer-section .footer-top ul.menu li a:focus:after, .footer-section .footer-top ul.menu li a:active:after, .footer-section .footer-top ul.menu li a.active:after {
            transition: width 0.3s;
            width: 100%; }
          .footer-section .footer-top ul.menu li a:after {
            bottom: 2px; }
  @media (max-width: 767px) {
    .footer-section .footer-nav-col-2 {
      margin-bottom: 16px; } }
  .footer-section .footer-newsletter {
    padding-top: 4px; }
    .footer-section .footer-newsletter .newsletter-signup-link {
      font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 16px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none;
      letter-spacing: -0.6px;
      font-size: 1.125em;
      color: #fff;
      padding-bottom: 2px;
      position: relative;
      display: inline-block;
      line-height: 1.2;
      transition: color 0.3s; }
      .footer-section .footer-newsletter .newsletter-signup-link a, .footer-section .footer-newsletter .newsletter-signup-linka {
        color: #3B4044; }
        .footer-section .footer-newsletter .newsletter-signup-link a:hover, .footer-section .footer-newsletter .newsletter-signup-link a:focus, .footer-section .footer-newsletter .newsletter-signup-linka:hover, .footer-section .footer-newsletter .newsletter-signup-linka:focus {
          text-decoration: underline;
          color: #232629; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .footer-section .footer-newsletter .newsletter-signup-link {
          font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .footer-section .footer-newsletter .newsletter-signup-link {
          font-size: 1.333em; } }
      .footer-section .footer-newsletter .newsletter-signup-link:hover, .footer-section .footer-newsletter .newsletter-signup-link:focus, .footer-section .footer-newsletter .newsletter-signup-link a, .footer-section .footer-newsletter .newsletter-signup-link a:hover, .footer-section .footer-newsletter .newsletter-signup-link a:focus {
        text-decoration: none; }
      .footer-section .footer-newsletter .newsletter-signup-link:before {
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        opacity: 1;
        transition: opacity 0.3s;
        content: '';
        border-bottom: 2px solid #fff; }
      .footer-section .footer-newsletter .newsletter-signup-link:after {
        position: absolute;
        right: -26px;
        top: 0;
        font-family: "Material Icons";
        content: 'arrow_forward';
        color: #fff;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        font-feature-settings: 'liga';
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        font-weight: 400; }
      .footer-section .footer-newsletter .newsletter-signup-link:hover, .footer-section .footer-newsletter .newsletter-signup-link:focus, .footer-section .footer-newsletter .newsletter-signup-link:active {
        color: #fff;
        transition: color 0.3s; }
        .footer-section .footer-newsletter .newsletter-signup-link:hover:before, .footer-section .footer-newsletter .newsletter-signup-link:focus:before, .footer-section .footer-newsletter .newsletter-signup-link:active:before {
          opacity: 0;
          transition: opacity 0.3s; }
  .footer-section .footer-logo {
    padding-top: 24px; }
    .footer-section .footer-logo img {
      max-width: 90px; }
  @media (max-width: 991px) {
    .footer-section .footer-contact {
      margin-top: 24px; } }
  .footer-section .contact-details-container .contact-detail {
    position: relative;
    padding-left: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 4px;
    padding-bottom: 4px; }
    .footer-section .contact-details-container .contact-detail:before {
      position: absolute;
      top: 4px;
      left: 0;
      color: #757575;
      width: 19px;
      text-align: center; }
    .footer-section .contact-details-container .contact-detail.address:before {
      content: "\f041";
      font-family: FontAwesome; }
    .footer-section .contact-details-container .contact-detail.email:before {
      content: "\f0e0";
      font-family: FontAwesome; }
    .footer-section .contact-details-container .contact-detail.phone:before {
      content: "\f095";
      font-family: FontAwesome; }
  .footer-section .footer-bottom {
    padding: 10px 0; }
    .footer-section .footer-bottom p, .footer-section .footer-bottom a {
      font-size: 14px;
      padding: 0;
      margin: 0; }
    .footer-section .footer-bottom .footer-bottom-inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 24px 0;
      border-top: 2px solid #616161; }
      .footer-section .footer-bottom .footer-bottom-inner .disclaimer-pages {
        display: inline-block;
        float: left; }
        .footer-section .footer-bottom .footer-bottom-inner .disclaimer-pages a {
          margin-right: 24px; }
      .footer-section .footer-bottom .footer-bottom-inner .copyright-information {
        float: right; }
      @media (max-width: 991px) {
        .footer-section .footer-bottom .footer-bottom-inner {
          display: block; }
          .footer-section .footer-bottom .footer-bottom-inner .copyright-information {
            float: none;
            clear: both;
            padding-top: 16px; } }

/* --------------------------------------
/*  Parent Pages
/* -------------------------------------*/
.main-heading h1 {
  text-align: center; }

.child-page-links .cpl-card {
  display: block;
  margin-bottom: 30px;
  position: relative;
  background-size: cover; }
  .child-page-links .cpl-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.2); }
  .child-page-links .cpl-card__inner {
    display: block;
    padding-bottom: 100%;
    position: relative; }
  .child-page-links .cpl-card__title {
    position: absolute;
    top: 32px;
    left: 32px;
    width: calc(100% - (32px*2)); }
    @media (max-width: 1199px) {
      .child-page-links .cpl-card__title {
        top: 24px;
        left: 24px;
        width: calc(100% - (24px*2)); } }
    .child-page-links .cpl-card__title h3 {
      color: #fff;
      margin-top: 0;
      display: inline;
      background-image: linear-gradient(to right, transparent 50%, #fff 50%);
      background-position: 0% calc(1em + 2px);
      background-repeat: repeat-x;
      background-size: calc(200% + 1px) 3px;
      transition: background-position 400ms ease-out, color 0.3s;
      padding-bottom: .25em; }
  .child-page-links .cpl-card__arrow {
    position: absolute;
    bottom: 32px;
    right: 32px;
    color: #fff; }
    @media (max-width: 1199px) {
      .child-page-links .cpl-card__arrow {
        bottom: 24px;
        right: 24px; } }
  .child-page-links .cpl-card.box-style--primary-colour {
    background-color: #285CA6; }
  .child-page-links .cpl-card.box-style--grey-colour h1, .child-page-links .cpl-card.box-style--grey-colour h2, .child-page-links .cpl-card.box-style--grey-colour h3,
  .child-page-links .cpl-card.box-style--grey-colour h4, .child-page-links .cpl-card.box-style--grey-colour h5, .child-page-links .cpl-card.box-style--grey-colour h6 {
    color: #285CA6; }
  .child-page-links .cpl-card.box-style--grey-colour h3 {
    color: #285CA6;
    margin-top: 0;
    display: inline;
    background-image: linear-gradient(to right, transparent 50%, #285CA6 50%);
    background-position: 0% calc(1em + 2px);
    background-repeat: repeat-x;
    background-size: calc(200% + 1px) 3px;
    transition: background-position 400ms ease-out, color 0.3s;
    padding-bottom: .25em; }
  .child-page-links .cpl-card.box-style--grey-colour i {
    color: #285CA6; }
  .child-page-links .cpl-card:hover h3, .child-page-links .cpl-card:focus h3, .child-page-links .cpl-card:active h3 {
    background-position: -99% calc(1em + 2px);
    transition: background-position 400ms ease-out, color 0.3s;
    color: #fff; }
  .child-page-links .cpl-card.box-style--grey-colour:hover h3, .child-page-links .cpl-card.box-style--grey-colour:focus h3, .child-page-links .cpl-card.box-style--grey-colour:active h3 {
    color: #285CA6; }

.child-page-links--dashboard .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .child-page-links--dashboard .row > [class*="col-"] {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

.child-page-links--dashboard .cpl-card__image {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.child-page-links--dashboard .cpl-card__inner {
  padding: 15px; }

.child-page-links--dashboard .cpl-card__title {
  position: static;
  top: auto;
  left: auto;
  text-align: center;
  width: 100%; }
  .child-page-links--dashboard .cpl-card__title h3 {
    color: #3B4044;
    font-size: 1.266em; }
    @media (min-width: 400px) and (max-width: 1400px) {
      .child-page-links--dashboard .cpl-card__title h3 {
        font-size: calc( 1.266em + (23.632 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      .child-page-links--dashboard .cpl-card__title h3 {
        font-size: 1.477em; } }

.child-page-links--dashboard .cpl-card__arrow {
  display: none; }

.child-page-links--dashboard .cpl-card:hover h3, .child-page-links--dashboard .cpl-card:focus h3, .child-page-links--dashboard .cpl-card:active h3 {
  background-position: -99% calc(1em + 2px);
  transition: background-position 400ms ease-out, color 0.3s;
  color: #285CA6; }

body.page-template-template-parent-page .main-heading h1 {
  color: #285CA6; }

body.page-template-template-parent-page .cpl-card.box-style--primary-colour {
  background-color: #285CA6; }

body.page-template-template-parent-page .cpl-card.box-style--grey-colour .cpl-card__title h3 {
  color: #285CA6;
  background-image: linear-gradient(to right, transparent 50%, #285CA6 50%); }

body.page-template-template-parent-page .cpl-card.box-style--grey-colour .cpl-card__arrow i {
  color: #285CA6; }

body.page-template-template-parent-page .map-cta-section-inner .map-link-overlay {
  background-color: #285CA6; }

body.page-id-424 .main-heading h1 {
  color: #da406d; }

body.page-id-424 .cpl-card.box-style--primary-colour {
  background-color: #da406d; }

body.page-id-424 .cpl-card.box-style--grey-colour .cpl-card__title h3 {
  color: #da406d;
  background-image: linear-gradient(to right, transparent 50%, #da406d 50%); }

body.page-id-424 .cpl-card.box-style--grey-colour .cpl-card__arrow i {
  color: #da406d; }

body.page-id-424 .map-cta-section-inner .map-link-overlay {
  background-color: #da406d; }

body.page-id-445 .main-heading h1 {
  color: #5bc63f; }

body.page-id-445 .cpl-card.box-style--primary-colour {
  background-color: #5bc63f; }

body.page-id-445 .cpl-card.box-style--grey-colour .cpl-card__title h3 {
  color: #5bc63f;
  background-image: linear-gradient(to right, transparent 50%, #5bc63f 50%); }

body.page-id-445 .cpl-card.box-style--grey-colour .cpl-card__arrow i {
  color: #5bc63f; }

body.page-id-445 .map-cta-section-inner .map-link-overlay {
  background-color: #5bc63f; }

body.page-id-416 .main-heading h1 {
  color: #da406d; }

body.page-id-416 .cpl-card.box-style--primary-colour {
  background-color: #da406d; }

body.page-id-416 .cpl-card.box-style--grey-colour .cpl-card__title h3 {
  color: #da406d;
  background-image: linear-gradient(to right, transparent 50%, #da406d 50%); }

body.page-id-416 .cpl-card.box-style--grey-colour .cpl-card__arrow i {
  color: #da406d; }

body.page-id-416 .map-cta-section-inner .map-link-overlay {
  background-color: #da406d; }

body.page-id-404 .main-heading h1 {
  color: #14ccdc; }

body.page-id-404 .cpl-card.box-style--primary-colour {
  background-color: #14ccdc; }

body.page-id-404 .cpl-card.box-style--grey-colour .cpl-card__title h3 {
  color: #14ccdc;
  background-image: linear-gradient(to right, transparent 50%, #14ccdc 50%); }

body.page-id-404 .cpl-card.box-style--grey-colour .cpl-card__arrow i {
  color: #14ccdc; }

body.page-id-404 .map-cta-section-inner .map-link-overlay {
  background-color: #14ccdc; }

body.page-template-template-parent-page .body-section p a, body.page-template-template-parent-page p a {
  color: #3B4044;
  border-bottom: 2px solid #285CA6;
  position: relative;
  transition: color 0.2s; }
  body.page-template-template-parent-page .body-section p a:hover, body.page-template-template-parent-page .body-section p a:focus, body.page-template-template-parent-page .body-section p a a, body.page-template-template-parent-page .body-section p a a:hover, body.page-template-template-parent-page .body-section p a a:focus, body.page-template-template-parent-page p a:hover, body.page-template-template-parent-page p a:focus, body.page-template-template-parent-page p a a, body.page-template-template-parent-page p a a:hover, body.page-template-template-parent-page p a a:focus {
    text-decoration: none; }
  body.page-template-template-parent-page .body-section p a:hover, body.page-template-template-parent-page .body-section p a:focus, body.page-template-template-parent-page .body-section p a:active, body.page-template-template-parent-page p a:hover, body.page-template-template-parent-page p a:focus, body.page-template-template-parent-page p a:active {
    color: #285CA6;
    border-bottom: 0px solid #285CA6;
    transition: color 0.2s; }

body.page-template-template-parent-page .coloured-text {
  color: #285CA6; }

body.page-id-424 .body-section p a, body.page-id-424 p a {
  color: #3B4044;
  border-bottom: 2px solid #da406d;
  position: relative;
  transition: color 0.2s; }
  body.page-id-424 .body-section p a:hover, body.page-id-424 .body-section p a:focus, body.page-id-424 .body-section p a a, body.page-id-424 .body-section p a a:hover, body.page-id-424 .body-section p a a:focus, body.page-id-424 p a:hover, body.page-id-424 p a:focus, body.page-id-424 p a a, body.page-id-424 p a a:hover, body.page-id-424 p a a:focus {
    text-decoration: none; }
  body.page-id-424 .body-section p a:hover, body.page-id-424 .body-section p a:focus, body.page-id-424 .body-section p a:active, body.page-id-424 p a:hover, body.page-id-424 p a:focus, body.page-id-424 p a:active {
    color: #da406d;
    border-bottom: 0px solid #da406d;
    transition: color 0.2s; }

body.page-id-424 .coloured-text {
  color: #da406d; }

body.page-id-445 .body-section p a, body.page-id-445 p a {
  color: #3B4044;
  border-bottom: 2px solid #5bc63f;
  position: relative;
  transition: color 0.2s; }
  body.page-id-445 .body-section p a:hover, body.page-id-445 .body-section p a:focus, body.page-id-445 .body-section p a a, body.page-id-445 .body-section p a a:hover, body.page-id-445 .body-section p a a:focus, body.page-id-445 p a:hover, body.page-id-445 p a:focus, body.page-id-445 p a a, body.page-id-445 p a a:hover, body.page-id-445 p a a:focus {
    text-decoration: none; }
  body.page-id-445 .body-section p a:hover, body.page-id-445 .body-section p a:focus, body.page-id-445 .body-section p a:active, body.page-id-445 p a:hover, body.page-id-445 p a:focus, body.page-id-445 p a:active {
    color: #5bc63f;
    border-bottom: 0px solid #5bc63f;
    transition: color 0.2s; }

body.page-id-445 .coloured-text {
  color: #5bc63f; }

body.page-id-416 .body-section p a, body.page-id-416 p a {
  color: #3B4044;
  border-bottom: 2px solid #da406d;
  position: relative;
  transition: color 0.2s; }
  body.page-id-416 .body-section p a:hover, body.page-id-416 .body-section p a:focus, body.page-id-416 .body-section p a a, body.page-id-416 .body-section p a a:hover, body.page-id-416 .body-section p a a:focus, body.page-id-416 p a:hover, body.page-id-416 p a:focus, body.page-id-416 p a a, body.page-id-416 p a a:hover, body.page-id-416 p a a:focus {
    text-decoration: none; }
  body.page-id-416 .body-section p a:hover, body.page-id-416 .body-section p a:focus, body.page-id-416 .body-section p a:active, body.page-id-416 p a:hover, body.page-id-416 p a:focus, body.page-id-416 p a:active {
    color: #da406d;
    border-bottom: 0px solid #da406d;
    transition: color 0.2s; }

body.page-id-416 .coloured-text {
  color: #da406d; }

body.page-id-404 .body-section p a, body.page-id-404 p a {
  color: #3B4044;
  border-bottom: 2px solid #14ccdc;
  position: relative;
  transition: color 0.2s; }
  body.page-id-404 .body-section p a:hover, body.page-id-404 .body-section p a:focus, body.page-id-404 .body-section p a a, body.page-id-404 .body-section p a a:hover, body.page-id-404 .body-section p a a:focus, body.page-id-404 p a:hover, body.page-id-404 p a:focus, body.page-id-404 p a a, body.page-id-404 p a a:hover, body.page-id-404 p a a:focus {
    text-decoration: none; }
  body.page-id-404 .body-section p a:hover, body.page-id-404 .body-section p a:focus, body.page-id-404 .body-section p a:active, body.page-id-404 p a:hover, body.page-id-404 p a:focus, body.page-id-404 p a:active {
    color: #14ccdc;
    border-bottom: 0px solid #14ccdc;
    transition: color 0.2s; }

body.page-id-404 .coloured-text {
  color: #14ccdc; }

/* --------------------------------------
/*  Child Pages
/* -------------------------------------*/
.child-page-content-wrap h1, .child-page-content-wrap h3.cps-heading a {
  color: #285CA6; }

.child-page-content-wrap h3.cps-heading a {
  color: #285CA6;
  display: inline;
  background-image: linear-gradient(to right, transparent 50%, #285CA6 50%);
  background-position: 0% calc(1em + 2px);
  background-repeat: repeat-x;
  background-size: calc(200% + 1px) 2px;
  transition: background-position 400ms ease-out, color 0.3s;
  padding-bottom: .25em; }
  .child-page-content-wrap h3.cps-heading a:hover, .child-page-content-wrap h3.cps-heading a:focus, .child-page-content-wrap h3.cps-heading a a, .child-page-content-wrap h3.cps-heading a a:hover, .child-page-content-wrap h3.cps-heading a a:focus {
    text-decoration: none; }
  .child-page-content-wrap h3.cps-heading a:hover, .child-page-content-wrap h3.cps-heading a:focus, .child-page-content-wrap h3.cps-heading a:active {
    background-position: -99% calc(1em + 2px);
    transition: background-position 400ms ease-out, color 0.3s;
    color: #285CA6; }

.child-page-content-wrap .cps-heading-wrap {
  border-color: #285CA6;
  padding-top: 0;
  padding-bottom: 8px; }

.child-page-content-wrap .child-page-content h3,
.child-page-content-wrap .child-acc-page-top-content h3 {
  font-weight: 400; }

.child-page-content-wrap .child-page-sidebar ul.cps-menu li a.current-page, .child-page-content-wrap .child-page-sidebar ul.cps-menu li a:hover, .child-page-content-wrap .child-page-sidebar ul.cps-menu li a:focus, .child-page-content-wrap .child-page-sidebar ul.cps-menu li a:active {
  color: #285CA6; }

.child-page-sidebar {
  width: 100%; }
  @media (max-width: 991px) {
    .child-page-sidebar {
      padding-top: 40px; } }
  .child-page-sidebar .cps-heading-wrap {
    padding: 16px 0 8px;
    width: 80%; }
    @media (max-width: 767px) {
      .child-page-sidebar .cps-heading-wrap {
        width: 100%; } }
    .child-page-sidebar .cps-heading-wrap span, .child-page-sidebar .cps-heading-wrap h3 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0; }
  .child-page-sidebar ul.cps-menu {
    list-style: none;
    padding-left: 0;
    margin-top: 8px; }
    .child-page-sidebar ul.cps-menu a:hover, .child-page-sidebar ul.cps-menu a:focus, .child-page-sidebar ul.cps-menu a a, .child-page-sidebar ul.cps-menu a a:hover, .child-page-sidebar ul.cps-menu a a:focus {
      text-decoration: none; }
    .child-page-sidebar ul.cps-menu li {
      padding-bottom: 8px; }
      .child-page-sidebar ul.cps-menu li a {
        color: #3B4044;
        display: inline;
        padding-top: 0;
        margin-bottom: 0;
        display: inline;
        background-image: linear-gradient(to right, #fff 50%, #285CA6 50%);
        background-position: 0% calc(1em + 1px);
        background-repeat: repeat-x;
        background-size: calc(200% + 1px) 2px;
        transition: background-position 400ms ease-out, color 0.3s;
        padding-bottom: .25em; }
        .child-page-sidebar ul.cps-menu li a:hover, .child-page-sidebar ul.cps-menu li a:focus, .child-page-sidebar ul.cps-menu li a:active {
          background-position: -99% calc(1em + 1px);
          transition: background-position 400ms ease-out, color 0.3s;
          color: #3B4044; }
        .child-page-sidebar ul.cps-menu li a:hover, .child-page-sidebar ul.cps-menu li a:focus, .child-page-sidebar ul.cps-menu li a:active {
          color: #3B4044 !important; }

/* --------------------------------------
/*  Child Page - Accordion
/* -------------------------------------*/
.page-template-template-child-accordion-page {
  /* --------------------------------------
  /*  Accordion Section
  /* -------------------------------------*/ }
  .page-template-template-child-accordion-page .accordion-wrap {
    position: relative; }
    @media (max-width: 543px) {
      .page-template-template-child-accordion-page .accordion-wrap {
        margin-bottom: 48px; } }
    .page-template-template-child-accordion-page .accordion-wrap #acc-close-all {
      display: none;
      position: absolute;
      right: 4px;
      font-size: 12px;
      top: -6px;
      cursor: pointer;
      text-transform: uppercase;
      color: #285CA6; }
    .page-template-template-child-accordion-page .accordion-wrap .accordion-card .acc-card__top {
      width: 100%;
      cursor: pointer;
      position: relative;
      padding: 16px 40px 16px 0; }
      .page-template-template-child-accordion-page .accordion-wrap .accordion-card .acc-card__top h3 {
        margin: 0; }
      .page-template-template-child-accordion-page .accordion-wrap .accordion-card .acc-card__top:after {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        content: '';
        background-color: #616161;
        transition: width 0.3s; }
    .page-template-template-child-accordion-page .accordion-wrap .accordion-card .acc-card__open-icon {
      font-size: 0;
      position: absolute;
      right: 16px;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .page-template-template-child-accordion-page .accordion-wrap .accordion-card .acc-card__open-icon:hover, .page-template-template-child-accordion-page .accordion-wrap .accordion-card .acc-card__open-icon:focus, .page-template-template-child-accordion-page .accordion-wrap .accordion-card .acc-card__open-icon:active {
        background-color: #F6F6F6; }
      .page-template-template-child-accordion-page .accordion-wrap .accordion-card .acc-card__open-icon i {
        color: #285CA6;
        font-size: 28px; }
        .page-template-template-child-accordion-page .accordion-wrap .accordion-card .acc-card__open-icon i.open-icon {
          position: absolute;
          top: 0;
          left: 0;
          -ms-transform: scale(1);
          transform: scale(1);
          transition: transform 0.2s; }
    .page-template-template-child-accordion-page .accordion-wrap .accordion-card .acc-card__body {
      display: none;
      border-bottom: 1px solid #E0E0E0;
      padding-bottom: 8px; }
    .page-template-template-child-accordion-page .accordion-wrap .accordion-card.card-open .acc-card__top:after {
      transition: width 0.2s;
      width: 0%; }
    .page-template-template-child-accordion-page .accordion-wrap .accordion-card.card-open .acc-card__open-icon .open-icon {
      -ms-transform: scale(0);
      transform: scale(0);
      transition: transform 0.2s; }

body.parent-pageid-424 h1, body.parent-pageid-424 h3.cps-heading a {
  color: #da406d; }

body.parent-pageid-424 h3.cps-heading a {
  color: #da406d;
  display: inline;
  background-image: linear-gradient(to right, #fff 50%, #da406d 50%);
  background-position: 0% calc(1em + 1px);
  background-repeat: repeat-x;
  background-size: calc(200% + 1px) 2px;
  transition: background-position 400ms ease-out, color 0.3s;
  padding-bottom: .25em; }
  body.parent-pageid-424 h3.cps-heading a:hover, body.parent-pageid-424 h3.cps-heading a:focus, body.parent-pageid-424 h3.cps-heading a:active {
    background-position: -99% calc(1em + 1px);
    transition: background-position 400ms ease-out, color 0.3s;
    color: #3B4044; }

body.parent-pageid-424 .cps-heading-wrap {
  border-color: #da406d;
  padding-top: 0;
  padding-bottom: 8px; }

body.parent-pageid-424 .child-page-sidebar ul.cps-menu li a {
  display: inline;
  background-image: linear-gradient(to right, #fff 50%, #da406d 50%);
  background-position: 0% calc(1em + 1px);
  background-repeat: repeat-x;
  background-size: calc(200% + 1px) 2px;
  transition: background-position 400ms ease-out, color 0.3s;
  padding-bottom: .25em; }
  body.parent-pageid-424 .child-page-sidebar ul.cps-menu li a:hover, body.parent-pageid-424 .child-page-sidebar ul.cps-menu li a:focus, body.parent-pageid-424 .child-page-sidebar ul.cps-menu li a:active {
    background-position: -99% calc(1em + 1px);
    transition: background-position 400ms ease-out, color 0.3s;
    color: #3B4044; }
  body.parent-pageid-424 .child-page-sidebar ul.cps-menu li a.current-page {
    color: #da406d; }
  body.parent-pageid-424 .child-page-sidebar ul.cps-menu li a:hover, body.parent-pageid-424 .child-page-sidebar ul.cps-menu li a:focus, body.parent-pageid-424 .child-page-sidebar ul.cps-menu li a:active {
    color: #3B4044; }

/* --------------------------------------
    /*  Accordion Pages
    /* -------------------------------------*/
body.parent-pageid-424.page-template-template-child-accordion-page .accordion-wrap #acc-close-all {
  color: #da406d; }

body.parent-pageid-424.page-template-template-child-accordion-page .accordion-wrap .acc-card__open-icon i {
  color: #da406d; }

body.parent-pageid-445 h1, body.parent-pageid-445 h3.cps-heading a {
  color: #5bc63f; }

body.parent-pageid-445 h3.cps-heading a {
  color: #5bc63f;
  display: inline;
  background-image: linear-gradient(to right, #fff 50%, #5bc63f 50%);
  background-position: 0% calc(1em + 1px);
  background-repeat: repeat-x;
  background-size: calc(200% + 1px) 2px;
  transition: background-position 400ms ease-out, color 0.3s;
  padding-bottom: .25em; }
  body.parent-pageid-445 h3.cps-heading a:hover, body.parent-pageid-445 h3.cps-heading a:focus, body.parent-pageid-445 h3.cps-heading a:active {
    background-position: -99% calc(1em + 1px);
    transition: background-position 400ms ease-out, color 0.3s;
    color: #3B4044; }

body.parent-pageid-445 .cps-heading-wrap {
  border-color: #5bc63f;
  padding-top: 0;
  padding-bottom: 8px; }

body.parent-pageid-445 .child-page-sidebar ul.cps-menu li a {
  display: inline;
  background-image: linear-gradient(to right, #fff 50%, #5bc63f 50%);
  background-position: 0% calc(1em + 1px);
  background-repeat: repeat-x;
  background-size: calc(200% + 1px) 2px;
  transition: background-position 400ms ease-out, color 0.3s;
  padding-bottom: .25em; }
  body.parent-pageid-445 .child-page-sidebar ul.cps-menu li a:hover, body.parent-pageid-445 .child-page-sidebar ul.cps-menu li a:focus, body.parent-pageid-445 .child-page-sidebar ul.cps-menu li a:active {
    background-position: -99% calc(1em + 1px);
    transition: background-position 400ms ease-out, color 0.3s;
    color: #3B4044; }
  body.parent-pageid-445 .child-page-sidebar ul.cps-menu li a.current-page {
    color: #5bc63f; }
  body.parent-pageid-445 .child-page-sidebar ul.cps-menu li a:hover, body.parent-pageid-445 .child-page-sidebar ul.cps-menu li a:focus, body.parent-pageid-445 .child-page-sidebar ul.cps-menu li a:active {
    color: #3B4044; }

/* --------------------------------------
    /*  Accordion Pages
    /* -------------------------------------*/
body.parent-pageid-445.page-template-template-child-accordion-page .accordion-wrap #acc-close-all {
  color: #5bc63f; }

body.parent-pageid-445.page-template-template-child-accordion-page .accordion-wrap .acc-card__open-icon i {
  color: #5bc63f; }

body.parent-pageid-416 h1, body.parent-pageid-416 h3.cps-heading a {
  color: #da406d; }

body.parent-pageid-416 h3.cps-heading a {
  color: #da406d;
  display: inline;
  background-image: linear-gradient(to right, #fff 50%, #da406d 50%);
  background-position: 0% calc(1em + 1px);
  background-repeat: repeat-x;
  background-size: calc(200% + 1px) 2px;
  transition: background-position 400ms ease-out, color 0.3s;
  padding-bottom: .25em; }
  body.parent-pageid-416 h3.cps-heading a:hover, body.parent-pageid-416 h3.cps-heading a:focus, body.parent-pageid-416 h3.cps-heading a:active {
    background-position: -99% calc(1em + 1px);
    transition: background-position 400ms ease-out, color 0.3s;
    color: #3B4044; }

body.parent-pageid-416 .cps-heading-wrap {
  border-color: #da406d;
  padding-top: 0;
  padding-bottom: 8px; }

body.parent-pageid-416 .child-page-sidebar ul.cps-menu li a {
  display: inline;
  background-image: linear-gradient(to right, #fff 50%, #da406d 50%);
  background-position: 0% calc(1em + 1px);
  background-repeat: repeat-x;
  background-size: calc(200% + 1px) 2px;
  transition: background-position 400ms ease-out, color 0.3s;
  padding-bottom: .25em; }
  body.parent-pageid-416 .child-page-sidebar ul.cps-menu li a:hover, body.parent-pageid-416 .child-page-sidebar ul.cps-menu li a:focus, body.parent-pageid-416 .child-page-sidebar ul.cps-menu li a:active {
    background-position: -99% calc(1em + 1px);
    transition: background-position 400ms ease-out, color 0.3s;
    color: #3B4044; }
  body.parent-pageid-416 .child-page-sidebar ul.cps-menu li a.current-page {
    color: #da406d; }
  body.parent-pageid-416 .child-page-sidebar ul.cps-menu li a:hover, body.parent-pageid-416 .child-page-sidebar ul.cps-menu li a:focus, body.parent-pageid-416 .child-page-sidebar ul.cps-menu li a:active {
    color: #3B4044; }

/* --------------------------------------
    /*  Accordion Pages
    /* -------------------------------------*/
body.parent-pageid-416.page-template-template-child-accordion-page .accordion-wrap #acc-close-all {
  color: #da406d; }

body.parent-pageid-416.page-template-template-child-accordion-page .accordion-wrap .acc-card__open-icon i {
  color: #da406d; }

body.parent-pageid-404 h1, body.parent-pageid-404 h3.cps-heading a {
  color: #14ccdc; }

body.parent-pageid-404 h3.cps-heading a {
  color: #14ccdc;
  display: inline;
  background-image: linear-gradient(to right, #fff 50%, #14ccdc 50%);
  background-position: 0% calc(1em + 1px);
  background-repeat: repeat-x;
  background-size: calc(200% + 1px) 2px;
  transition: background-position 400ms ease-out, color 0.3s;
  padding-bottom: .25em; }
  body.parent-pageid-404 h3.cps-heading a:hover, body.parent-pageid-404 h3.cps-heading a:focus, body.parent-pageid-404 h3.cps-heading a:active {
    background-position: -99% calc(1em + 1px);
    transition: background-position 400ms ease-out, color 0.3s;
    color: #3B4044; }

body.parent-pageid-404 .cps-heading-wrap {
  border-color: #14ccdc;
  padding-top: 0;
  padding-bottom: 8px; }

body.parent-pageid-404 .child-page-sidebar ul.cps-menu li a {
  display: inline;
  background-image: linear-gradient(to right, #fff 50%, #14ccdc 50%);
  background-position: 0% calc(1em + 1px);
  background-repeat: repeat-x;
  background-size: calc(200% + 1px) 2px;
  transition: background-position 400ms ease-out, color 0.3s;
  padding-bottom: .25em; }
  body.parent-pageid-404 .child-page-sidebar ul.cps-menu li a:hover, body.parent-pageid-404 .child-page-sidebar ul.cps-menu li a:focus, body.parent-pageid-404 .child-page-sidebar ul.cps-menu li a:active {
    background-position: -99% calc(1em + 1px);
    transition: background-position 400ms ease-out, color 0.3s;
    color: #3B4044; }
  body.parent-pageid-404 .child-page-sidebar ul.cps-menu li a.current-page {
    color: #14ccdc; }
  body.parent-pageid-404 .child-page-sidebar ul.cps-menu li a:hover, body.parent-pageid-404 .child-page-sidebar ul.cps-menu li a:focus, body.parent-pageid-404 .child-page-sidebar ul.cps-menu li a:active {
    color: #3B4044; }

/* --------------------------------------
    /*  Accordion Pages
    /* -------------------------------------*/
body.parent-pageid-404.page-template-template-child-accordion-page .accordion-wrap #acc-close-all {
  color: #14ccdc; }

body.parent-pageid-404.page-template-template-child-accordion-page .accordion-wrap .acc-card__open-icon i {
  color: #14ccdc; }

body.interactive-map h1, body.interactive-map h3.cps-heading a {
  color: #285CA6; }

body.interactive-map h3.cps-heading a {
  color: #285CA6;
  display: inline;
  background-image: linear-gradient(to right, #fff 50%, #285CA6 50%);
  background-position: 0% calc(1em + 1px);
  background-repeat: repeat-x;
  background-size: calc(200% + 1px) 2px;
  transition: background-position 400ms ease-out, color 0.3s;
  padding-bottom: .25em; }
  body.interactive-map h3.cps-heading a:hover, body.interactive-map h3.cps-heading a:focus, body.interactive-map h3.cps-heading a:active {
    background-position: -99% calc(1em + 1px);
    transition: background-position 400ms ease-out, color 0.3s;
    color: #3B4044; }

body.interactive-map .cps-heading-wrap {
  border-color: #285CA6;
  padding-top: 0;
  padding-bottom: 8px; }

body.interactive-map .child-page-sidebar ul.cps-menu li a {
  display: inline;
  background-image: linear-gradient(to right, #fff 50%, #285CA6 50%);
  background-position: 0% calc(1em + 1px);
  background-repeat: repeat-x;
  background-size: calc(200% + 1px) 2px;
  transition: background-position 400ms ease-out, color 0.3s;
  padding-bottom: .25em; }
  body.interactive-map .child-page-sidebar ul.cps-menu li a:hover, body.interactive-map .child-page-sidebar ul.cps-menu li a:focus, body.interactive-map .child-page-sidebar ul.cps-menu li a:active {
    background-position: -99% calc(1em + 1px);
    transition: background-position 400ms ease-out, color 0.3s;
    color: #3B4044; }
  body.interactive-map .child-page-sidebar ul.cps-menu li a.current-page {
    color: #285CA6; }
  body.interactive-map .child-page-sidebar ul.cps-menu li a:hover, body.interactive-map .child-page-sidebar ul.cps-menu li a:focus, body.interactive-map .child-page-sidebar ul.cps-menu li a:active {
    color: #3B4044; }

/* --------------------------------------
    /*  Accordion Pages
    /* -------------------------------------*/
body.interactive-map.page-template-template-child-accordion-page .accordion-wrap #acc-close-all {
  color: #285CA6; }

body.interactive-map.page-template-template-child-accordion-page .accordion-wrap .acc-card__open-icon i {
  color: #285CA6; }

body.parent-pageid-424 .body-section p a, body.parent-pageid-424 p a {
  color: #3B4044;
  border-bottom: 2px solid #da406d;
  position: relative;
  transition: color 0.2s; }
  body.parent-pageid-424 .body-section p a:hover, body.parent-pageid-424 .body-section p a:focus, body.parent-pageid-424 .body-section p a a, body.parent-pageid-424 .body-section p a a:hover, body.parent-pageid-424 .body-section p a a:focus, body.parent-pageid-424 p a:hover, body.parent-pageid-424 p a:focus, body.parent-pageid-424 p a a, body.parent-pageid-424 p a a:hover, body.parent-pageid-424 p a a:focus {
    text-decoration: none; }
  body.parent-pageid-424 .body-section p a:hover, body.parent-pageid-424 .body-section p a:focus, body.parent-pageid-424 .body-section p a:active, body.parent-pageid-424 p a:hover, body.parent-pageid-424 p a:focus, body.parent-pageid-424 p a:active {
    color: #da406d;
    border-bottom: 0px solid #da406d;
    transition: color 0.2s; }

body.parent-pageid-424 .coloured-text {
  color: #da406d; }

body.parent-pageid-445 .body-section p a, body.parent-pageid-445 p a {
  color: #3B4044;
  border-bottom: 2px solid #5bc63f;
  position: relative;
  transition: color 0.2s; }
  body.parent-pageid-445 .body-section p a:hover, body.parent-pageid-445 .body-section p a:focus, body.parent-pageid-445 .body-section p a a, body.parent-pageid-445 .body-section p a a:hover, body.parent-pageid-445 .body-section p a a:focus, body.parent-pageid-445 p a:hover, body.parent-pageid-445 p a:focus, body.parent-pageid-445 p a a, body.parent-pageid-445 p a a:hover, body.parent-pageid-445 p a a:focus {
    text-decoration: none; }
  body.parent-pageid-445 .body-section p a:hover, body.parent-pageid-445 .body-section p a:focus, body.parent-pageid-445 .body-section p a:active, body.parent-pageid-445 p a:hover, body.parent-pageid-445 p a:focus, body.parent-pageid-445 p a:active {
    color: #5bc63f;
    border-bottom: 0px solid #5bc63f;
    transition: color 0.2s; }

body.parent-pageid-445 .coloured-text {
  color: #5bc63f; }

body.parent-pageid-416 .body-section p a, body.parent-pageid-416 p a {
  color: #3B4044;
  border-bottom: 2px solid #da406d;
  position: relative;
  transition: color 0.2s; }
  body.parent-pageid-416 .body-section p a:hover, body.parent-pageid-416 .body-section p a:focus, body.parent-pageid-416 .body-section p a a, body.parent-pageid-416 .body-section p a a:hover, body.parent-pageid-416 .body-section p a a:focus, body.parent-pageid-416 p a:hover, body.parent-pageid-416 p a:focus, body.parent-pageid-416 p a a, body.parent-pageid-416 p a a:hover, body.parent-pageid-416 p a a:focus {
    text-decoration: none; }
  body.parent-pageid-416 .body-section p a:hover, body.parent-pageid-416 .body-section p a:focus, body.parent-pageid-416 .body-section p a:active, body.parent-pageid-416 p a:hover, body.parent-pageid-416 p a:focus, body.parent-pageid-416 p a:active {
    color: #da406d;
    border-bottom: 0px solid #da406d;
    transition: color 0.2s; }

body.parent-pageid-416 .coloured-text {
  color: #da406d; }

body.parent-pageid-404 .body-section p a, body.parent-pageid-404 p a {
  color: #3B4044;
  border-bottom: 2px solid #14ccdc;
  position: relative;
  transition: color 0.2s; }
  body.parent-pageid-404 .body-section p a:hover, body.parent-pageid-404 .body-section p a:focus, body.parent-pageid-404 .body-section p a a, body.parent-pageid-404 .body-section p a a:hover, body.parent-pageid-404 .body-section p a a:focus, body.parent-pageid-404 p a:hover, body.parent-pageid-404 p a:focus, body.parent-pageid-404 p a a, body.parent-pageid-404 p a a:hover, body.parent-pageid-404 p a a:focus {
    text-decoration: none; }
  body.parent-pageid-404 .body-section p a:hover, body.parent-pageid-404 .body-section p a:focus, body.parent-pageid-404 .body-section p a:active, body.parent-pageid-404 p a:hover, body.parent-pageid-404 p a:focus, body.parent-pageid-404 p a:active {
    color: #14ccdc;
    border-bottom: 0px solid #14ccdc;
    transition: color 0.2s; }

body.parent-pageid-404 .coloured-text {
  color: #14ccdc; }

body.interactive-map .body-section p a, body.interactive-map p a {
  color: #3B4044;
  border-bottom: 2px solid #285CA6;
  position: relative;
  transition: color 0.2s; }
  body.interactive-map .body-section p a:hover, body.interactive-map .body-section p a:focus, body.interactive-map .body-section p a a, body.interactive-map .body-section p a a:hover, body.interactive-map .body-section p a a:focus, body.interactive-map p a:hover, body.interactive-map p a:focus, body.interactive-map p a a, body.interactive-map p a a:hover, body.interactive-map p a a:focus {
    text-decoration: none; }
  body.interactive-map .body-section p a:hover, body.interactive-map .body-section p a:focus, body.interactive-map .body-section p a:active, body.interactive-map p a:hover, body.interactive-map p a:focus, body.interactive-map p a:active {
    color: #285CA6;
    border-bottom: 0px solid #285CA6;
    transition: color 0.2s; }

body.interactive-map .coloured-text {
  color: #285CA6; }

/* Table of Contents

	#1 - Import

	#2 - Custom Variables

    #3 - Social CSS

 */
/* --------------------------------------
/*  # - Custom Variables
/* -------------------------------------- */
/* -- DEFAULT SOCIAL COLOURS -- */
/* --------------------------------------
/*  #3 - Social CSS
/* -------------------------------------- */
.footer-section .footer-social {
  margin-bottom: 16px; }
  .footer-section .footer-social .title {
    margin-bottom: 4px; }
  .footer-section .footer-social .social {
    margin-top: 0; }
    .footer-section .footer-social .social ul li a {
      display: inline-block;
      height: 32px;
      width: 32px;
      border-radius: 50%;
      background-color: #fff;
      color: #000;
      position: relative;
      transition: background-color 0.3s; }
      .footer-section .footer-social .social ul li a i {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 1.4em;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #000; }
      .footer-section .footer-social .social ul li a:hover, .footer-section .footer-social .social ul li a:focus, .footer-section .footer-social .social ul li a:active {
        background-color: rgba(255, 255, 255, 0.8);
        transition: background-color 0.3s; }
    .footer-section .footer-social .social ul li + li {
      margin-left: 8px; }
  .footer-section .footer-social .contact-detail {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #fff; }
    .footer-section .footer-social .contact-detail a {
      font-weight: 400; }

.social {
  display: inline-block;
  margin-top: 16px;
  vertical-align: top; }
  .social ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .social ul li {
      padding: 0;
      margin: 0;
      display: block;
      float: left; }
      .social ul li + li {
        margin-left: 16px; }
      .social ul li a {
        display: block;
        height: auto;
        text-align: center;
        float: left;
        color: rgba(0, 0, 0, 0.65);
        transition: color 0.5s; }
        .social ul li a:hover, .social ul li a:focus, .social ul li a:active {
          color: rgba(0, 0, 0, 0.325); }
        .social ul li a i {
          font-size: calc(1.333 * 16px); }

/* --------------------------------------
/*  Search Results
/* -------------------------------------*/
.search-page h1 {
  text-align: center; }

.search-page .search.search-container {
  margin-top: 48px; }

.search-page .search-result {
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid #E0E0E0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
  @media (max-width: 991px) {
    .search-page .search-result {
      -ms-flex-direction: column;
      flex-direction: column; } }
  .search-page .search-result .search-heading {
    width: 30%;
    margin: 0 32px 0 0;
    position: relative; }
    @media (max-width: 991px) {
      .search-page .search-result .search-heading {
        width: 100%;
        margin: 0; } }
    .search-page .search-result .search-heading:after {
      content: '';
      height: 50px;
      width: 1px;
      background: #E0E0E0;
      position: absolute;
      top: 0;
      right: -5%; }
      @media (max-width: 991px) {
        .search-page .search-result .search-heading:after {
          display: none; } }
    .search-page .search-result .search-heading h2 {
      font-size: calc(1.333 * 16px);
      margin: 0;
      padding: 0 0 4px; }
      .search-page .search-result .search-heading h2 a {
        color: inherit; }
    .search-page .search-result .search-heading small.url {
      line-height: 1; }
      .search-page .search-result .search-heading small.url a {
        display: inline-block; }
  .search-page .search-result .search-content {
    width: 70%; }
    @media (max-width: 991px) {
      .search-page .search-result .search-content {
        width: 100%; } }
    .search-page .search-result .search-content p {
      padding: 0;
      margin: 0;
      color: #616161;
      font-size: calc(16px - 2px); }

/* --------------------------------------
/*  Search Icon
/* -------------------------------------*/
.search-icon-container {
  padding: 8px;
  margin: 16px 4px 16px 0;
  font-size: 0px;
  border: 1px solid #E0E0E0;
  transition: border-color 0.3s;
  display: block;
  color: #285CA6;
  position: relative;
  height: 42px;
  width: 42px; }
  .search-icon-container:hover, .search-icon-container:focus, .search-icon-container a, .search-icon-container a:hover, .search-icon-container a:focus {
    text-decoration: none; }
  .search-icon-container:hover, .search-icon-container:focus, .search-icon-container:active {
    color: #214d8b; }
  @media (max-width: 991px) {
    .search-icon-container {
      display: none !important; } }
  .search-icon-container a {
    color: inherit;
    display: block;
    line-height: 1;
    position: relative; }
    .search-icon-container a i.close-icon {
      position: absolute;
      top: 0;
      left: 0;
      -ms-transform: scale(0);
      transform: scale(0);
      transition: transform 0.3s; }
    .search-icon-container a i.open-icon {
      -ms-transform: scale(1);
      transform: scale(1);
      transition: transform 0.3s; }
  .search-icon-container.search-open {
    transition: border-color 0.3s;
    border-color: transparent; }
    .search-icon-container.search-open i.open-icon {
      -ms-transform: scale(0);
      transform: scale(0);
      transition: transform 0.3s; }
    .search-icon-container.search-open i.close-icon {
      -ms-transform: scale(1);
      transform: scale(1);
      transition: transform 0.3s; }

/* --------------------------------------
/*  Hidden search
/* -------------------------------------*/
.hidden-search {
  position: absolute;
  top: -1px;
  right: 100%;
  height: 42px;
  border: 1px solid #E0E0E0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: top right;
  transform-origin: top right;
  transition: transform 0.35s; }
  .hidden-search.active {
    -ms-transform: scaleX(1);
    transform: scaleX(1); }
  .hidden-search .search-container {
    width: 400px;
    height: 100%; }
    .hidden-search .search-container form {
      height: 100%; }
  .hidden-search .input-group {
    height: 100%;
    display: -ms-flexbox;
    display: flex; }
    .hidden-search .input-group input.search-input {
      box-sizing: border-box;
      font-size: calc(0.823 * 16px);
      padding: 4px 16px;
      border: none;
      background: rgba(255, 255, 255, 0.85);
      border-radius: 0;
      -webkit-appearance: none;
      outline: 0 none;
      width: 100%;
      color: #285CA6;
      height: 100%; }
    .hidden-search .input-group .btn, .hidden-search .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type="button"] {
      padding: 4px;
      border: 0;
      width: 42px;
      height: 100%;
      border-radius: 0;
      background: #285CA6; }
      .hidden-search .input-group .btn:hover, .hidden-search .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type="button"]:hover, .hidden-search .input-group .btn:focus, .hidden-search .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type="button"]:focus, .hidden-search .input-group .btn:active, .hidden-search .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .hidden-search .input-group .ninja-forms-field[type="button"]:active {
        color: #fff;
        background-color: #1e457d; }

/* --------------------------------------
/*  Mobile Search
/* -------------------------------------*/
.mobile-side-menu .search-container {
  margin-bottom: 4px; }
  .mobile-side-menu .search-container .input-group {
    display: -ms-flexbox;
    display: flex; }
    .mobile-side-menu .search-container .input-group input.search-input {
      font-size: calc(0.823 * 16px);
      padding: 16px;
      border: rgba(255, 255, 255, 0.5);
      background: rgba(255, 255, 255, 0.85);
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      border-radius: 0;
      -webkit-appearance: none;
      outline: 0 none; }
    .mobile-side-menu .search-container .input-group .btn, .mobile-side-menu .search-container .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .mobile-side-menu .search-container .input-group .ninja-forms-field[type="button"] {
      display: none; }

/* --------------------------------------
/*  Search Page
/* -------------------------------------*/
.search-page h1, .search-bar h1 {
  padding: 0;
  margin: 0 0 24px; }

.search-page .input-group, .search-bar .input-group {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 24px; }
  .search-page .input-group input.search-input, .search-bar .input-group input.search-input {
    font-size: calc(0.823 * 16px);
    padding: 16px;
    border: 1px solid #E0E0E0;
    background: rgba(255, 255, 255, 0.85);
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-appearance: none;
    outline: 0 none; }
  .search-page .input-group .btn, .search-page .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type="button"], .search-bar .input-group .btn, .search-bar .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-bar .input-group .ninja-forms-field[type="button"] {
    padding: 16px;
    border: 0;
    border-radius: 0; }
    .search-page .input-group .btn:hover, .search-page .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type="button"]:hover, .search-page .input-group .btn:focus, .search-page .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type="button"]:focus, .search-page .input-group .btn:active, .search-page .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type="button"]:active, .search-bar .input-group .btn:hover, .search-bar .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-bar .input-group .ninja-forms-field[type="button"]:hover, .search-bar .input-group .btn:focus, .search-bar .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-bar .input-group .ninja-forms-field[type="button"]:focus, .search-bar .input-group .btn:active, .search-bar .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-bar .input-group .ninja-forms-field[type="button"]:active {
      color: #fff;
      background-color: #1e457d; }

/* --------------------------------------
/*  Custom ACF Sections
/* -------------------------------------*/
/* --------------------------------------
/*  Image Text Section

    - Core
      -
    - Theme

/* -------------------------------------*/
/* --------------------------------------
/*  Core
/* -------------------------------------*/
.nucleo-acf-section.image_text_section.image_text_section_full-width {
  padding: 0; }
  .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media (max-width: 991px) {
      .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row {
        -ms-flex-direction: column;
        flex-direction: column; } }
    .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .content-container {
      padding: 7vh 7vh; }
      @media (max-width: 991px) {
        .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .content-container {
          padding-left: 0;
          padding-right: 0; } }
    .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .image-container {
      background-size: cover;
      background-position: center;
      position: relative; }
      @media (max-width: 991px) {
        .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .image-container {
          padding-bottom: 38.5%; } }
      .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .image-container a.image-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 7vh 0;
  text-align: center;
  position: relative; }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1; }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width > .container-fluid {
    position: relative;
    z-index: 5; }

.nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_contained > .container {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 7vh 0;
  text-align: center; }

@media (max-width: 991px) {
  .nucleo-acf-section.image_text_section.image_text_section_hide-image-on-mobile .image-container {
    display: none; } }

.nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row {
      display: block; } }
  .nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row .image-container, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row .image-container {
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      .nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row .image-container, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row .image-container {
        -ms-flex-order: 0;
        order: 0; } }

.nucleo-acf-section.image_text_section.image_text_section_flex-align-items-center > .container > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 991px) {
    .nucleo-acf-section.image_text_section.image_text_section_flex-align-items-center > .container > .row {
      -ms-flex-direction: column;
      flex-direction: column; } }

@media (max-width: 991px) {
  .nucleo-acf-section.image_text_section .image-container {
    margin-bottom: 16px; } }

/* --------------------------------------
/*  Core
/* -------------------------------------*/
/* --------------------------------------
/*  Theme
/* -------------------------------------*/
.nucleo-acf-section.fancy_image_repeater_section .section-title {
  position: relative;
  text-align: center;
  margin-bottom: 40px; }
  .nucleo-acf-section.fancy_image_repeater_section .section-title:after {
    content: '';
    width: 50px;
    height: 3px;
    background: #E0E0E0;
    position: absolute;
    bottom: -4px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .nucleo-acf-section.fancy_image_repeater_section .section-title h2 {
    margin: 0;
    padding: 0 0 16px; }
  .nucleo-acf-section.fancy_image_repeater_section .section-title .blurb {
    padding-bottom: 24px; }

.nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container {
  margin-left: calc(75px + 24px);
  position: relative; }
  .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .icon-container {
    position: absolute;
    left: calc(-75px - 24px);
    top: 0;
    width: 75px;
    height: 75px;
    border-radius: 75px;
    background: #EEEEEE;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .icon-container i {
      font-size: calc(1.677 * 16px);
      color: #285CA6; }
  .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3 {
    font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
    font-size: 16px;
    color: #3B4044;
    line-height: 1.2;
    font-weight: 400;
    text-transform: none;
    letter-spacing: -0.6px;
    font-size: 1.125em;
    padding: 24px 0 16px;
    margin: 0; }
    .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3 a, .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3a {
      color: #3B4044; }
      .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3 a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3 a:focus, .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3a:focus {
        text-decoration: underline;
        color: #232629; }
    @media (min-width: 400px) and (max-width: 1400px) {
      .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3 {
        font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      .nucleo-acf-section.fancy_image_repeater_section .is-icon .inner-container .title h3 {
        font-size: 1.333em; } }

.nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-order: 0;
    order: 0;
    margin: 40px 0 16px;
    min-height: 100%; }
    .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a {
      position: relative;
      display: block; }
      .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        opacity: 0;
        transition: opacity 0.3s; }
      .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a:hover:before, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a:focus:before, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .image-container a:active:before {
        opacity: 1; }
  .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title {
    -ms-flex-order: 1;
    order: 1; }
    .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a:focus, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a a, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title a a:focus {
      text-decoration: none; }
    .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3 {
      margin: 0 0 16px;
      padding: 0;
      font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 16px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none;
      letter-spacing: -0.6px;
      font-size: 1.125em; }
      .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3 a, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3a {
        color: #3B4044; }
        .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3 a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3 a:focus, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3a:focus {
          text-decoration: underline;
          color: #232629; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3 {
          font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .title h3 {
          font-size: 1.333em; } }
  .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .content-container {
    -ms-flex-order: 2;
    order: 2; }
  .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container {
    -ms-flex-order: 3;
    order: 3; }
    .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:focus, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a a, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a a:hover, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a a:focus {
      text-decoration: none; }
    .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:after {
      padding-left: 4px;
      transition: padding-left 0.3s;
      content: "\f054";
      font-family: FontAwesome; }
    .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:hover:after, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:focus:after, .nucleo-acf-section.fancy_image_repeater_section .is-image .inner-container .button-container a:active:after {
      padding-left: 16px; }

/* --------------------------------------
/*  Slider
/* -------------------------------------*/
.hero-slider-section {
  position: relative;
  height: 65vh;
  overflow: hidden; }
  .hero-slider-section .slide {
    background-position: center center;
    background-size: cover; }
    .hero-slider-section .slide:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(44, 46, 48, 0.02);
      z-index: 10; }
    .hero-slider-section .slide .slider-container {
      z-index: 20;
      position: relative;
      color: #fff; }
      .hero-slider-section .slide .slider-container p {
        font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
        font-size: 16px;
        color: #285CA6;
        line-height: 1.2;
        font-weight: 700;
        text-transform: none;
        letter-spacing: -0.6px;
        margin-top: 0;
        padding-top: 0;
        font-size: 1.602em; }
        .hero-slider-section .slide .slider-container p a, .hero-slider-section .slide .slider-container pa {
          color: #285CA6; }
          .hero-slider-section .slide .slider-container p a:hover, .hero-slider-section .slide .slider-container p a:focus, .hero-slider-section .slide .slider-container pa:hover, .hero-slider-section .slide .slider-container pa:focus {
            text-decoration: underline;
            color: #1e457d; }
        @media (min-width: 400px) and (max-width: 1400px) {
          .hero-slider-section .slide .slider-container p {
            font-size: calc( 1.602em + (42.512 - 25.632) * ( (100vw - 400px) / ( 1400 - 400) )); } }
        @media (min-width: 1400px) {
          .hero-slider-section .slide .slider-container p {
            font-size: 2.657em; } }
      .hero-slider-section .slide .slider-container h1, .hero-slider-section .slide .slider-container p {
        font-weight: 300;
        color: inherit;
        padding: 0;
        margin: 0 0 16px;
        font-size: 1.602em;
        text-shadow: 0 0 10px black; }
        @media (min-width: 400px) and (max-width: 1400px) {
          .hero-slider-section .slide .slider-container h1, .hero-slider-section .slide .slider-container p {
            font-size: calc( 1.602em + (50.512 - 25.632) * ( (100vw - 400px) / ( 1400 - 400) )); } }
        @media (min-width: 1400px) {
          .hero-slider-section .slide .slider-container h1, .hero-slider-section .slide .slider-container p {
            font-size: 3.157em; } }
      .hero-slider-section .slide .slider-container a.btn-underline-rev {
        text-shadow: 0 0 10px black; }
  .hero-slider-section .container {
    height: 65vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    .hero-slider-section .container a.btn, .hero-slider-section .container .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .hero-slider-section .container a.ninja-forms-field[type="button"] {
      font-size: 1.2em; }

/* --------------------------------------
/*  Call To Action
/* -------------------------------------*/
.nucleo-acf-section.form_call_to_action_section {
  background-position: center center;
  background-size: cover;
  /* --------------------------------------
  /*  Has Background Image
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Form
  /* -------------------------------------*/ }
  .nucleo-acf-section.form_call_to_action_section .heading {
    text-align: center; }
    .nucleo-acf-section.form_call_to_action_section .heading p.title {
      font-size: 1.266em;
      padding-top: 0;
      margin-top: 0; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .nucleo-acf-section.form_call_to_action_section .heading p.title {
          font-size: calc( 1.266em + (26.832 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .nucleo-acf-section.form_call_to_action_section .heading p.title {
          font-size: 1.677em; } }
  .nucleo-acf-section.form_call_to_action_section.has-background-image {
    position: relative; }
    .nucleo-acf-section.form_call_to_action_section.has-background-image:before {
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background: rgba(0, 0, 0, 0.35);
      z-index: 5; }
    .nucleo-acf-section.form_call_to_action_section.has-background-image .container {
      position: relative;
      z-index: 10; }
  .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .nf-form-content nf-fields-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .nf-form-content nf-fields-wrap {
        display: block; } }
    .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .nf-form-content nf-fields-wrap nf-field {
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
      .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .nf-form-content nf-fields-wrap nf-field:last-child {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
      @media (min-width: 992px) {
        .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .nf-form-content nf-fields-wrap nf-field + nf-field {
          margin-left: 4px; } }
  .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont input[type="text"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont input[type="email"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont input[type="tel"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont textarea, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont select {
    padding-top: 16px;
    padding-bottom: 16px;
    background: rgba(255, 255, 255, 0.5); }
  .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont label {
    color: inherit; }
  .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] {
    margin-top: 30px;
    padding-top: 16px;
    padding-bottom: 16px; }
    @media (max-width: 991px) {
      .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] {
        margin-top: 0; } }

.google_map_section {
  padding: 0;
  position: relative; }
  .google_map_section .gms-title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    overflow: hidden; }
    .google_map_section .gms-title-wrap .gms-title-wrap-inner {
      display: inline-block;
      padding: 48px;
      position: relative;
      background-color: #285CA6; }
      .google_map_section .gms-title-wrap .gms-title-wrap-inner .gms-address-wrap {
        color: #fff;
        padding-top: 16px;
        font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif;
        text-align: right; }
      @media (max-width: 767px) {
        .google_map_section .gms-title-wrap .gms-title-wrap-inner {
          padding: 24px; } }
      .google_map_section .gms-title-wrap .gms-title-wrap-inner:before {
        background-color: #285CA6;
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        margin-left: -10000px;
        padding-left: 10000px;
        height: 100%; }
      .google_map_section .gms-title-wrap .gms-title-wrap-inner h1, .google_map_section .gms-title-wrap .gms-title-wrap-inner h2, .google_map_section .gms-title-wrap .gms-title-wrap-inner h3,
      .google_map_section .gms-title-wrap .gms-title-wrap-inner h4, .google_map_section .gms-title-wrap .gms-title-wrap-inner h5, .google_map_section .gms-title-wrap .gms-title-wrap-inner h6,
      .google_map_section .gms-title-wrap .gms-title-wrap-inner p, .google_map_section .gms-title-wrap .gms-title-wrap-inner a, .google_map_section .gms-title-wrap .gms-title-wrap-inner span,
      .google_map_section .gms-title-wrap .gms-title-wrap-inner ul, .google_map_section .gms-title-wrap .gms-title-wrap-inner ol, .google_map_section .gms-title-wrap .gms-title-wrap-inner li,
      .google_map_section .gms-title-wrap .gms-title-wrap-inner textarea,
      .google_map_section .gms-title-wrap .gms-title-wrap-inner input, .google_map_section .gms-title-wrap .gms-title-wrap-inner button, .google_map_section .gms-title-wrap .gms-title-wrap-inner label {
        color: #fff;
        display: inline-block;
        font-weight: 500;
        margin: 0; }
      .google_map_section .gms-title-wrap .gms-title-wrap-inner i {
        color: #fff;
        margin-right: 16px;
        font-size: 1.3em; }
  .google_map_section .nbgm-map {
    height: 600px !important; }
    @media (max-width: 767px) {
      .google_map_section .nbgm-map {
        height: 400px !important; } }

/* --------------------------------------
/*  Blog
/* -------------------------------------- */
/* --------------------------------------
/*  Blog
/* -------------------------------------- */
.blog-sidebar {
  background-color: #EEEEEE;
  padding: 16px; }
  @media (max-width: 991px) {
    .blog-sidebar {
      margin-top: 48px; } }
  .blog-sidebar h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700; }
  .blog-sidebar .sidebar-share-buttons {
    margin-top: 16px; }
    .blog-sidebar .sidebar-share-buttons .share-buttons h3 {
      display: inline-block;
      vertical-align: text-bottom; }
    .blog-sidebar .sidebar-share-buttons .share-buttons .sharing {
      display: inline-block;
      margin-left: 16px; }
      .blog-sidebar .sidebar-share-buttons .share-buttons .sharing .share-buttons-list li a {
        height: 40px;
        width: 40px;
        display: block;
        position: relative;
        background: #fff;
        border-radius: 50%; }
        .blog-sidebar .sidebar-share-buttons .share-buttons .sharing .share-buttons-list li a:hover, .blog-sidebar .sidebar-share-buttons .share-buttons .sharing .share-buttons-list li a:focus, .blog-sidebar .sidebar-share-buttons .share-buttons .sharing .share-buttons-list li a:active {
          background-color: #E0E0E0; }
        .blog-sidebar .sidebar-share-buttons .share-buttons .sharing .share-buttons-list li a i {
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          color: #000;
          padding: 0; }
  .blog-sidebar .find-out-more-link {
    color: #3B4044;
    border-bottom: 2px solid #ffad00;
    position: relative;
    transition: color 0.2s;
    text-transform: uppercase; }
    .blog-sidebar .find-out-more-link:hover, .blog-sidebar .find-out-more-link:focus, .blog-sidebar .find-out-more-link a, .blog-sidebar .find-out-more-link a:hover, .blog-sidebar .find-out-more-link a:focus {
      text-decoration: none; }
    .blog-sidebar .find-out-more-link:hover, .blog-sidebar .find-out-more-link:focus, .blog-sidebar .find-out-more-link:active {
      color: #ffad00;
      border-bottom: 0px solid #ffad00;
      transition: color 0.2s; }
  .blog-sidebar .recent-posts, .blog-sidebar .category-list, .blog-sidebar .tag-list, .blog-sidebar .author-list {
    border-top: 1px solid #E0E0E0;
    margin-bottom: 40px; }
  .blog-sidebar .category-list ul, .blog-sidebar .tag-list ul, .blog-sidebar .author-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .blog-sidebar .category-list ul li a, .blog-sidebar .tag-list ul li a, .blog-sidebar .author-list ul li a {
      position: relative;
      padding-left: 24px;
      display: block;
      color: #3B4044;
      font-size: calc(16px - 2px); }
      .blog-sidebar .category-list ul li a:before, .blog-sidebar .tag-list ul li a:before, .blog-sidebar .author-list ul li a:before {
        position: absolute;
        top: 0;
        left: 0; }
    .blog-sidebar .category-list ul li + li a, .blog-sidebar .tag-list ul li + li a, .blog-sidebar .author-list ul li + li a {
      margin-top: 4px; }
  .blog-sidebar .category-list ul li a:before {
    content: "\f024";
    font-family: FontAwesome; }
  .blog-sidebar .tag-list ul li a:before {
    content: "\f02b";
    font-family: FontAwesome; }
  .blog-sidebar .author-list ul li a:before {
    content: "\f2be";
    font-family: FontAwesome; }

/* --------------------------------------
/*  Image Caption
/* -------------------------------------*/
.image-caption {
  margin: 24px 0;
  font-style: italic;
  color: #757575;
  font-size: 0.95em; }

/* --------------------------------------
/*  Recent Posts
/* -------------------------------------*/
.blog-sidebar .recent-post {
  font-size: calc(16px - 2px); }
  .blog-sidebar .recent-post + .recent-post {
    margin-top: 24px; }
  .blog-sidebar .recent-post p {
    margin: 0;
    padding: 0;
    font-size: inherit; }
    .blog-sidebar .recent-post p.title {
      font-weight: 700; }
      .blog-sidebar .recent-post p.title a {
        color: inherit; }
  .blog-sidebar .recent-post .date {
    font-size: calc(0.823 * 16px);
    margin: 0 0 4px 0; }

/* --------------------------------------
/*  Blog Cards
/* -------------------------------------*/
.blog-card .blog-card-featured-image {
  padding-bottom: 70%;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .blog-card .blog-card-featured-image a .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.5s; }
  .blog-card .blog-card-featured-image a:hover .overlay, .blog-card .blog-card-featured-image a:focus .overlay, .blog-card .blog-card-featured-image a:active .overlay {
    opacity: 1; }
  .blog-card .blog-card-featured-image a .blog-post-type {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 24px;
    padding: 8px 16px;
    width: 80px;
    background-color: #ffad00; }
    .blog-card .blog-card-featured-image a .blog-post-type span {
      color: #fff;
      font-weight: 700; }
    .blog-card .blog-card-featured-image a .blog-post-type.type-event {
      background-color: #fff; }
      .blog-card .blog-card-featured-image a .blog-post-type.type-event span {
        color: #ffad00; }

.blog-card .blog-card-date {
  color: #9E9E9E; }
  .blog-card .blog-card-date .event-date {
    color: #ffad00;
    font-weight: 700;
    font-size: 0.95em;
    text-transform: uppercase; }

.blog-card .blog-card-content {
  padding: 24px 5px;
  padding-bottom: 48px; }
  @media (max-width: 991px) {
    .blog-card .blog-card-content {
      padding-bottom: 48px; } }
  .blog-card .blog-card-content .blog-card-title h2, .blog-card .blog-card-content .blog-card-title h3 {
    font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
    font-size: 16px;
    color: #3B4044;
    line-height: 1.2;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -0.6px;
    font-size: 1.266em; }
    .blog-card .blog-card-content .blog-card-title h2 a, .blog-card .blog-card-content .blog-card-title h2a, .blog-card .blog-card-content .blog-card-title h3 a, .blog-card .blog-card-content .blog-card-title h3a {
      color: #3B4044; }
      .blog-card .blog-card-content .blog-card-title h2 a:hover, .blog-card .blog-card-content .blog-card-title h2 a:focus, .blog-card .blog-card-content .blog-card-title h2a:hover, .blog-card .blog-card-content .blog-card-title h2a:focus, .blog-card .blog-card-content .blog-card-title h3 a:hover, .blog-card .blog-card-content .blog-card-title h3 a:focus, .blog-card .blog-card-content .blog-card-title h3a:hover, .blog-card .blog-card-content .blog-card-title h3a:focus {
        text-decoration: underline;
        color: #232629; }
    @media (min-width: 400px) and (max-width: 1400px) {
      .blog-card .blog-card-content .blog-card-title h2, .blog-card .blog-card-content .blog-card-title h3 {
        font-size: calc( 1.266em + (26.832 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      .blog-card .blog-card-content .blog-card-title h2, .blog-card .blog-card-content .blog-card-title h3 {
        font-size: 1.677em; } }
    .blog-card .blog-card-content .blog-card-title h2 a, .blog-card .blog-card-content .blog-card-title h3 a {
      color: inherit;
      transition: color 0.2s; }
      .blog-card .blog-card-content .blog-card-title h2 a:hover, .blog-card .blog-card-content .blog-card-title h2 a:focus, .blog-card .blog-card-content .blog-card-title h2 a a, .blog-card .blog-card-content .blog-card-title h2 a a:hover, .blog-card .blog-card-content .blog-card-title h2 a a:focus, .blog-card .blog-card-content .blog-card-title h3 a:hover, .blog-card .blog-card-content .blog-card-title h3 a:focus, .blog-card .blog-card-content .blog-card-title h3 a a, .blog-card .blog-card-content .blog-card-title h3 a a:hover, .blog-card .blog-card-content .blog-card-title h3 a a:focus {
        text-decoration: none; }
      .blog-card .blog-card-content .blog-card-title h2 a:hover, .blog-card .blog-card-content .blog-card-title h2 a:focus, .blog-card .blog-card-content .blog-card-title h2 a:active, .blog-card .blog-card-content .blog-card-title h3 a:hover, .blog-card .blog-card-content .blog-card-title h3 a:focus, .blog-card .blog-card-content .blog-card-title h3 a:active {
        color: #ffad00;
        transition: color 0.2s; }
        .blog-card .blog-card-content .blog-card-title h2 a:hover:hover, .blog-card .blog-card-content .blog-card-title h2 a:hover:focus, .blog-card .blog-card-content .blog-card-title h2 a:hover a, .blog-card .blog-card-content .blog-card-title h2 a:hover a:hover, .blog-card .blog-card-content .blog-card-title h2 a:hover a:focus, .blog-card .blog-card-content .blog-card-title h2 a:focus:hover, .blog-card .blog-card-content .blog-card-title h2 a:focus:focus, .blog-card .blog-card-content .blog-card-title h2 a:focus a, .blog-card .blog-card-content .blog-card-title h2 a:focus a:hover, .blog-card .blog-card-content .blog-card-title h2 a:focus a:focus, .blog-card .blog-card-content .blog-card-title h2 a:active:hover, .blog-card .blog-card-content .blog-card-title h2 a:active:focus, .blog-card .blog-card-content .blog-card-title h2 a:active a, .blog-card .blog-card-content .blog-card-title h2 a:active a:hover, .blog-card .blog-card-content .blog-card-title h2 a:active a:focus, .blog-card .blog-card-content .blog-card-title h3 a:hover:hover, .blog-card .blog-card-content .blog-card-title h3 a:hover:focus, .blog-card .blog-card-content .blog-card-title h3 a:hover a, .blog-card .blog-card-content .blog-card-title h3 a:hover a:hover, .blog-card .blog-card-content .blog-card-title h3 a:hover a:focus, .blog-card .blog-card-content .blog-card-title h3 a:focus:hover, .blog-card .blog-card-content .blog-card-title h3 a:focus:focus, .blog-card .blog-card-content .blog-card-title h3 a:focus a, .blog-card .blog-card-content .blog-card-title h3 a:focus a:hover, .blog-card .blog-card-content .blog-card-title h3 a:focus a:focus, .blog-card .blog-card-content .blog-card-title h3 a:active:hover, .blog-card .blog-card-content .blog-card-title h3 a:active:focus, .blog-card .blog-card-content .blog-card-title h3 a:active a, .blog-card .blog-card-content .blog-card-title h3 a:active a:hover, .blog-card .blog-card-content .blog-card-title h3 a:active a:focus {
          text-decoration: none; }
  .blog-card .blog-card-content .blog-card-read-more a {
    position: relative;
    display: inline-block;
    line-height: 1.2;
    transition: color 0.3s;
    font-weight: 700;
    text-transform: uppercase;
    color: #3B4044; }
    .blog-card .blog-card-content .blog-card-read-more a:hover, .blog-card .blog-card-content .blog-card-read-more a:focus, .blog-card .blog-card-content .blog-card-read-more a a, .blog-card .blog-card-content .blog-card-read-more a a:hover, .blog-card .blog-card-content .blog-card-read-more a a:focus {
      text-decoration: none; }
    .blog-card .blog-card-content .blog-card-read-more a:before {
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      opacity: 1;
      transition: opacity 0.3s;
      content: '';
      border-bottom: 2px solid #ffad00; }
    .blog-card .blog-card-content .blog-card-read-more a:after {
      position: absolute;
      right: -26px;
      top: 0;
      font-family: "Material Icons";
      content: 'arrow_forward';
      color: #ffad00;
      font-size: 24px;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      font-feature-settings: 'liga';
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      font-weight: 400; }
    .blog-card .blog-card-content .blog-card-read-more a:hover, .blog-card .blog-card-content .blog-card-read-more a:focus, .blog-card .blog-card-content .blog-card-read-more a:active {
      color: #ffad00;
      transition: color 0.3s; }
      .blog-card .blog-card-content .blog-card-read-more a:hover:before, .blog-card .blog-card-content .blog-card-read-more a:focus:before, .blog-card .blog-card-content .blog-card-read-more a:active:before {
        opacity: 0;
        transition: opacity 0.3s; }
    .blog-card .blog-card-content .blog-card-read-more a:hover, .blog-card .blog-card-content .blog-card-read-more a:focus, .blog-card .blog-card-content .blog-card-read-more a a, .blog-card .blog-card-content .blog-card-read-more a a:hover, .blog-card .blog-card-content .blog-card-read-more a a:focus {
      text-decoration: none; }

@media (min-width: 992px) {
  .blog-card.top-post-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 24px; }
    .blog-card.top-post-card .blog-card-featured-image {
      width: 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding: 0; }
    .blog-card.top-post-card .blog-card-content {
      width: 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding: 48px; } }
    @media (min-width: 992px) and (min-width: 992px) {
      .blog-card.top-post-card .blog-card-content {
        padding-bottom: 86.4px; } }

/* --------------------------------------
/*  Blog Single
/* -------------------------------------*/
.single-post .single-blog-banner {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .single-post .single-blog-banner {
      -ms-flex-flow: column;
      flex-flow: column; } }
  @media (min-width: 544px) {
    .single-post .single-blog-banner .post-thumbnail {
      padding-right: 56px; } }
  .single-post .single-blog-banner .post-meta-wrapper {
    height: auto; }
    .single-post .single-blog-banner .post-meta-wrapper .post-meta {
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
      flex-flow: column;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .single-post .single-blog-banner .post-meta-wrapper .post-meta .date-wrap .blog-post-type {
        margin-bottom: 10px; }
      .single-post .single-blog-banner .post-meta-wrapper .post-meta .date-wrap .blog-post-date {
        font-size: 15px; }
        .single-post .single-blog-banner .post-meta-wrapper .post-meta .date-wrap .blog-post-date span {
          font-weight: bold;
          padding-right: 8px; }
      .single-post .single-blog-banner .post-meta-wrapper .post-meta .share-buttons .sharing {
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
        -ms-flex-align: center;
        align-items: center; }
        .single-post .single-blog-banner .post-meta-wrapper .post-meta .share-buttons .sharing p {
          margin-bottom: 5px;
          font-weight: 700; }
        .single-post .single-blog-banner .post-meta-wrapper .post-meta .share-buttons .sharing ul li:not(:last-child) {
          padding-right: 25px; }
        .single-post .single-blog-banner .post-meta-wrapper .post-meta .share-buttons .sharing ul li a i {
          color: #000;
          font-size: 16px; }

.single-post h1 {
  font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.6px;
  font-size: 1.266em;
  text-align: left;
  margin-bottom: 20px; }
  .single-post h1 a, .single-post h1a {
    color: #3B4044; }
    .single-post h1 a:hover, .single-post h1 a:focus, .single-post h1a:hover, .single-post h1a:focus {
      text-decoration: underline;
      color: #232629; }
  @media (min-width: 400px) and (max-width: 1400px) {
    .single-post h1 {
      font-size: calc( 1.266em + (26.832 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    .single-post h1 {
      font-size: 1.677em; } }

.single-post .date-wrap {
  margin-bottom: 10px; }
  .single-post .date-wrap .blog-post-type {
    display: inline-block;
    font-size: 0.95em;
    color: #ffad00;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 16px; }

.related-posts-section .rps-inner {
  border-top: 3px solid #ffad00; }
  .related-posts-section .rps-inner h4 {
    text-transform: uppercase;
    font-weight: 700; }

body.single-post .body-section p a, body.single-post p a {
  color: #3B4044;
  border-bottom: 2px solid #ffad00;
  position: relative;
  transition: color 0.2s; }
  body.single-post .body-section p a:hover, body.single-post .body-section p a:focus, body.single-post .body-section p a a, body.single-post .body-section p a a:hover, body.single-post .body-section p a a:focus, body.single-post p a:hover, body.single-post p a:focus, body.single-post p a a, body.single-post p a a:hover, body.single-post p a a:focus {
    text-decoration: none; }
  body.single-post .body-section p a:hover, body.single-post .body-section p a:focus, body.single-post .body-section p a:active, body.single-post p a:hover, body.single-post p a:focus, body.single-post p a:active {
    color: #ffad00;
    border-bottom: 0px solid #ffad00;
    transition: color 0.2s; }

body.single-post .coloured-text {
  color: #ffad00; }

/* --------------------------------------
/*  Share This
/* -------------------------------------*/
.share-buttons ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .share-buttons ul li {
    display: inline-block; }
    .share-buttons ul li a {
      font-weight: normal;
      transition: color 0.5s; }
      .share-buttons ul li a:hover, .share-buttons ul li a:focus, .share-buttons ul li a a, .share-buttons ul li a a:hover, .share-buttons ul li a a:focus {
        text-decoration: none; }

.share-buttons .share-buttons-list {
  margin: 10px 0; }
  .share-buttons .share-buttons-list li + li {
    padding-left: 4px; }
  .share-buttons .share-buttons-list li a {
    display: block; }
    .share-buttons .share-buttons-list li a i {
      color: #9E9E9E;
      padding-right: 4px;
      font-size: calc(1.333 * 16px);
      vertical-align: top;
      transition: color 0.5s; }
    .share-buttons .share-buttons-list li a:hover i, .share-buttons .share-buttons-list li a:focus i, .share-buttons .share-buttons-list li a:active i {
      color: #2C2E30; }

@media (min-width: 544px) {
  .blog-main-content .blog-main-content-inner {
    padding-right: 48px; } }

.blog-main-content .share-buttons {
  margin-top: 32px; }
  .blog-main-content .share-buttons h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700; }

/* --------------------------------------
/*  Pagination
/* -------------------------------------*/
.pagination {
  font-size: calc(0.823 * 16px); }
  .pagination .page-numbers {
    min-width: 32px;
    min-height: 24px;
    border: 1px solid #E0E0E0;
    display: inline-block;
    text-align: center;
    padding: 4px; }
    .pagination .page-numbers.current {
      background: #F6F6F6; }
  .pagination a {
    color: inherit; }

/* --------------------------------------
/*  Footer Blog
/* -------------------------------------*/
@media (max-width: 991px) {
  .footer-blog-posts {
    margin-top: 24px; } }

.footer-blog-posts .footer-blog-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px; }
  .footer-blog-posts .footer-blog-post .image-container {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 60px;
    margin-right: 16px; }
  .footer-blog-posts .footer-blog-post .content-container p {
    margin: 0;
    padding: 0; }
    .footer-blog-posts .footer-blog-post .content-container p.heading {
      color: #fff;
      font-weight: 700; }

@keyframes loader-play {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.page-heading h1 {
  margin-bottom: 0; }

.blog-page-filters {
  text-align: center; }
  .blog-page-filters a.btn, .blog-page-filters .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .blog-page-filters a.ninja-forms-field[type="button"] {
    margin: 0 8px;
    box-shadow: none;
    margin-bottom: 16px; }

.posts-wrap {
  position: relative; }
  .posts-wrap:after {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 11;
    opacity: 0;
    transition: opacity 0.3s; }
  .posts-wrap:before {
    opacity: 0;
    transition: opacity 0.3s; }
  .posts-wrap.loading:after {
    opacity: 1;
    transition: opacity 0.3s; }
  .posts-wrap.loading:before {
    content: "\f110";
    font-family: FontAwesome;
    animation: loader-play 1s steps(8) infinite;
    color: #fff;
    position: absolute;
    top: 45%;
    left: calc(50% - 50px);
    font-size: 100px;
    z-index: 12;
    opacity: 1;
    transition: opacity 0.3s; }

.blog-page-links-section .border-top-placeholder {
  position: relative;
  display: block;
  width: 100%;
  border-top: 2px solid #ffad00; }

.blog-page-links-section .child-page-links {
  padding: 7vh 0; }

/* --------------------------------------
/*  Nucleo Modal
/* -------------------------------------*/
.nucleo-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 16;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  .nucleo-modal-container.activated {
    display: -ms-flexbox;
    display: flex; }
  .nucleo-modal-container .nucleo-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3; }
  .nucleo-modal-container .nucleo-modal-inner {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    background-color: #fff; }
    .nucleo-modal-container .nucleo-modal-inner .nucleo-modal-close-btn {
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      padding: 15px 15px;
      line-height: 1;
      font-size: 20px; }
    @media (max-width: -0.9px) {
      .nucleo-modal-container .nucleo-modal-inner {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; } }

/* --------------------------------------
/*  Hero
/* -------------------------------------*/
.hero-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  .hero-section .hero-inner {
    padding-bottom: 40%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (min-width: 0.1px) {
      .hero-section .hero-inner {
        min-height: 400px; } }
    @media (max-width: 543px) {
      body.single-post .hero-section .hero-inner {
        padding-bottom: 70%; } }

/* --------------------------------------
/*  hero-section-mobile-title
/* -------------------------------------*/
.hero-section-mobile-title {
  display: none;
  padding: 24px 0;
  background: #EEEEEE; }
  .hero-section-mobile-title p {
    margin: 0;
    padding: 0; }
  @media (max-width: 991px) {
    .hero-section-mobile-title {
      display: block; } }

/* --------------------------------------
/*  Hero Section
/* -------------------------------------*/
.minimal-hero-section {
  background: #E0E0E0;
  padding: 32px 0; }
  .minimal-hero-section h1 {
    margin: 0;
    padding: 0; }

/* --------------------------------------
/*  Breadcrumbs
/* -------------------------------------*/
.breadcrumbs-wrap {
  padding-top: 24px; }

.breadcrumbs {
  position: relative;
  font-size: calc(0.823 * 16px);
  text-transform: uppercase; }
  .body-section .breadcrumbs {
    padding-bottom: 24px; }
  .breadcrumbs a {
    color: #9E9E9E; }
  .breadcrumbs span.delimiter {
    display: inline-block;
    padding: 0 5px; }

/* --------------------------------------
/*  Useful Links Section
/* -------------------------------------*/
.useful-links-section .uls-inner {
  background-color: #F6F6F6;
  padding: 24px; }
  .useful-links-section .uls-inner h3 {
    margin-top: 0px;
    color: #285CA6; }
  .useful-links-section .uls-inner .uls__link-wrap {
    padding: 4px 0; }
  .useful-links-section .uls-inner a.uls__link {
    color: #3B4044;
    padding: 4px 0;
    display: inline-block;
    line-height: 1em;
    position: relative;
    display: inline;
    background-image: linear-gradient(to right, transparent 50%, #285CA6 50%);
    background-position: 0% calc(1em + 5px);
    background-repeat: repeat-x;
    background-size: calc(200% + 1px) 2px;
    transition: background-position 400ms ease-out, color 0.3s;
    padding-bottom: .25em; }
    .useful-links-section .uls-inner a.uls__link:hover, .useful-links-section .uls-inner a.uls__link:focus, .useful-links-section .uls-inner a.uls__link a, .useful-links-section .uls-inner a.uls__link a:hover, .useful-links-section .uls-inner a.uls__link a:focus {
      text-decoration: none; }
    .useful-links-section .uls-inner a.uls__link:hover, .useful-links-section .uls-inner a.uls__link:focus, .useful-links-section .uls-inner a.uls__link:active {
      background-position: -99% calc(1em + 5px);
      transition: background-position 400ms ease-out, color 0.3s;
      color: #000; }

/* --------------------------------------
/*  Interactive Map
/* -------------------------------------*/
.gm-style-iw {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  text-align: center !important; }

.infoWindow {
  overflow: hidden !important; }

.gm-style-iw-d {
  text-align: center !important;
  font-weight: 500;
  margin-right: -7px; }

@-moz-document url-prefix() {
  .gm-style-iw-d {
    margin-right: -2px; } }

.gm-style-iw-d + button {
  display: none !important;
  padding: 0px !important;
  margin: 0px !important; }

.page-id-418 h1 + h2 {
  font-weight: 400; }

.gm-style-iw {
  text-align: center !important;
  padding: 0px; }
  .gm-style-iw div[style="overflow: auto;"] {
    overflow: hidden !important; }

.im-wrap {
  height: 902px;
  position: relative;
  border: 1px solid #EEEEEE;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .im-wrap {
      height: 602px; } }
  @media (max-width: 767px) {
    .im-wrap {
      height: 502px; } }
  .im-wrap .im-sidebar {
    background-color: #fff;
    border: 1px solid #EEEEEE;
    box-shadow: 3px 0px 30px -8px rgba(0, 0, 0, 0.75);
    -ms-flex-preferred-size: 62px;
    flex-basis: 62px;
    padding-bottom: 15px;
    transition: all 0.3s;
    z-index: 2; }
    .im-wrap .im-sidebar ::-webkit-scrollbar {
      width: 5px;
      height: 5px; }
    .im-wrap .im-sidebar ::-webkit-scrollbar-thumb {
      background: #E0E0E0; }
    .im-wrap .im-sidebar ::-webkit-scrollbar-track {
      background: #f0f0f0; }
    @media (min-width: 992px) {
      .im-wrap .im-sidebar.sidebar-open {
        -ms-flex-preferred-size: 480px;
        flex-basis: 480px; } }
    .im-wrap .im-sidebar.sidebar-open .im-sidebar__open-tab__clear-link {
      opacity: 1;
      transition: opacity 0.2s, left 0.3s; }
    @media (max-width: 991px) {
      .im-wrap .im-sidebar.sidebar-open .im-sidebar__open-tab__icons-link {
        top: 1px;
        right: 0;
        z-index: 9;
        height: 60px;
        box-shadow: none;
        border: 1px solid #eee; } }
    .im-wrap .im-sidebar.sidebar-open .im-sidebar__main {
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      .im-wrap .im-sidebar.sidebar-open .im-sidebar__main::-webkit-scrollbar {
        width: 8px; }
      .im-wrap .im-sidebar.sidebar-open .im-sidebar__main::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #EEEEEE;
        border-radius: 10px; }
      .im-wrap .im-sidebar.sidebar-open .im-sidebar__main::-webkit-scrollbar-thumb {
        background: #747474;
        border-radius: 10px; }
    .im-wrap .im-sidebar__open-tab {
      border-bottom: 1px solid #E0E0E0;
      position: relative; }
      .im-wrap .im-sidebar__open-tab__clear-link {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        padding: 6px 0 6px 32px;
        position: relative;
        text-decoration: none;
        transition: all 0.3s; }
        .im-wrap .im-sidebar__open-tab__clear-link .material-icons {
          font-size: 16px;
          margin-right: 4px; }
        .im-wrap .im-sidebar__open-tab__clear-link span {
          -ms-flex-align: center;
          align-items: center;
          color: #00579f;
          font-size: 0.9rem;
          font-weight: 700;
          text-transform: uppercase;
          position: relative; }
          .im-wrap .im-sidebar__open-tab__clear-link span::after {
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 0%;
            border-bottom: 2px solid #00579f;
            content: '';
            transition: width 0.3s; }
        .im-wrap .im-sidebar__open-tab__clear-link:hover span::after, .im-wrap .im-sidebar__open-tab__clear-link:focus span::after, .im-wrap .im-sidebar__open-tab__clear-link:active span::after {
          transition: width 0.3s;
          width: 100%; }
      .im-wrap .im-sidebar__open-tab__icons-link {
        background-color: #fff;
        box-shadow: 3px 0px 30px -8px rgba(0, 0, 0, 0.75);
        display: none;
        height: 90px;
        position: absolute;
        right: -30px;
        top: 60px;
        width: 30px; }
        @media (min-width: 992px) {
          .im-wrap .im-sidebar__open-tab__icons-link {
            display: block; } }
        .im-wrap .im-sidebar__open-tab__icons-link .open-tab__icon--clear {
          opacity: 0.2;
          transition: opacity 0.3s; }
      .im-wrap .im-sidebar__open-tab__icons {
        height: 100%;
        width: 100%;
        position: relative; }
        .im-wrap .im-sidebar__open-tab__icons.open-tab__open .open-tab__icon--right i {
          opacity: 0;
          transition: opacity 0.2s; }
        .im-wrap .im-sidebar__open-tab__icons.open-tab__open .open-tab__icon--left i {
          opacity: 1;
          transition: opacity 0.2s; }
      .im-wrap .im-sidebar__open-tab__icon i {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #747474;
        font-size: 32px; }
      .im-wrap .im-sidebar__open-tab__icon--left i {
        opacity: 0;
        transition: opacity 0.2s; }
      .im-wrap .im-sidebar__open-tab__icon--right i {
        opacity: 1;
        transition: opacity 0.2s; }
    .im-wrap .im-sidebar__main {
      overflow-x: hidden;
      overflow-y: auto;
      max-height: 100%; }
      @media (max-width: 991px) {
        .im-wrap .im-sidebar__main {
          overflow-x: hidden; } }
      .im-wrap .im-sidebar__main .heading p {
        padding: 8px; }
        .im-wrap .im-sidebar__main .heading p strong {
          color: #00579f;
          font-size: 18px; }
    .im-wrap .im-sidebar.items-activated .im-sidebar__open-tab__icons-link .open-tab__icon--clear {
      opacity: 1;
      transition: opacity 0.3s; }
  .im-wrap .nbgm-map {
    height: 900px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: unset !important; }
    @media (max-width: 991px) {
      .im-wrap .nbgm-map {
        height: 600px; } }
    @media (max-width: 767px) {
      .im-wrap .nbgm-map {
        height: 500px; } }

/* --------------------------------------
/*  Items Mixins
/* -------------------------------------*/
/* --------------------------------------
/*  Sidebar Open Changes
/* -------------------------------------*/
.im-sidebar:not(.sidebar-open) #activity-items {
  grid-gap: .25rem;
  width: 62px; }

@media (min-width: 544px) {
  .im-sidebar.sidebar-open #activity-items {
    -ms-grid-columns: 1fr 1.1fr;
    grid-template-columns: 1fr 1.1fr; } }

.im-sidebar.sidebar-open .im-sidebar__items .heading {
  display: block; }

.im-sidebar.sidebar-open .im-sidebar__item {
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 0 24px;
  width: 100%; }

.im-sidebar.sidebar-open .info-window-content,
.im-sidebar.sidebar-open .weather-info,
.im-sidebar.sidebar-open .water-quality-info {
  display: block; }

/* --------------------------------------
/*  Item
/* -------------------------------------*/
.im-sidebar__items {
  padding: 16px 0 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all .3s ease; }
  .im-sidebar__items .heading {
    display: none;
    transition: all .3s ease; }
  .im-sidebar__items #activity-header {
    color: #337ab7;
    display: block;
    padding: 0 0 6px 32px;
    position: relative;
    text-decoration: none; }
    .im-sidebar__items #activity-header.activityOpen-from-url span i.open-icon {
      opacity: 1 !important; }
    .im-sidebar__items #activity-header.activityOpen-from-url span i.close-icon {
      opacity: 0 !important; }
    .im-sidebar__items #activity-header.activityOpen span i.open-icon {
      opacity: 0; }
    .im-sidebar__items #activity-header.activityOpen span i.close-icon {
      opacity: 1; }
    .im-sidebar__items #activity-header span {
      position: absolute;
      left: -1px;
      top: 0px; }
      .im-sidebar__items #activity-header span i {
        font-size: 20px;
        transition: opacity 0.2s;
        left: 10px;
        position: absolute; }
        .im-sidebar__items #activity-header span i.open-icon {
          opacity: 1; }
        .im-sidebar__items #activity-header span i.close-icon {
          opacity: 0; }
    .im-sidebar__items #activity-header:hover {
      text-decoration: none; }
    .im-sidebar__items #activity-header:focus, .im-sidebar__items #activity-header:active {
      outline: none; }

#activity-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr; }
  #activity-items.activity-items-from-url {
    display: none; }

.im-sidebar__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  transition: all .3s;
  width: 62px;
  /* --------------------------------------
  /*  Sidebar Open Changes
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Active Item
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Child Dropdown Open
  /* -------------------------------------*/ }
  .im-sidebar__item__icon-col {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    z-index: 9; }
  .im-sidebar__item__icon-link {
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    width: 44px; }
    .im-sidebar__item__icon-link img.im-sidebar__icon {
      height: 44px;
      width: 44px; }
  .im-sidebar__item__content-col {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    opacity: 0;
    display: none;
    transition: opacity 0.3s; }
  .im-sidebar__item .im-sidebar__item__content-link {
    text-decoration: none !important;
    min-height: 44px; }
    .im-sidebar__item .im-sidebar__item__content-link span {
      color: #181818;
      display: inline-block;
      position: relative; }
      .im-sidebar__item .im-sidebar__item__content-link span::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0%;
        border-bottom: 2px solid #285CA6;
        content: '';
        transition: width 0.3s; }
    .im-sidebar__item .im-sidebar__item__content-link:hover span::after, .im-sidebar__item .im-sidebar__item__content-link:focus span::after, .im-sidebar__item .im-sidebar__item__content-link:active span::after {
      transition: width 0.3s;
      width: 100%; }
  .im-sidebar__item__expand-button {
    display: block;
    height: 44px;
    left: -6px;
    position: absolute;
    top: 0;
    width: 44px;
    z-index: 50; }
    .im-sidebar__item__expand-button i {
      font-size: 32px;
      left: 25px;
      position: absolute;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .im-sidebar__item__expand-button i.open-icon {
      opacity: 1;
      transition: opacity 0.2s; }
    .im-sidebar__item__expand-button i.close-icon {
      opacity: 0;
      transition: opacity 0.2s; }
  .im-sidebar__item.im-colour--light-green .im-sidebar__item__content-link span::after {
    border-color: #bbdc12; }
  .im-sidebar__item.im-colour--light-green .im-sidebar__item__expand-button i {
    color: #bbdc12; }
  .im-sidebar__item.im-colour--light-green .im-sidebar__item__child-items .im-child-item__title::after {
    border-color: #bbdc12; }
  .im-sidebar__item.im-colour--green .im-sidebar__item__content-link span::after {
    border-color: #5dc641; }
  .im-sidebar__item.im-colour--green .im-sidebar__item__expand-button i {
    color: #5dc641; }
  .im-sidebar__item.im-colour--green .im-sidebar__item__child-items .im-child-item__title::after {
    border-color: #5dc641; }
  .im-sidebar__item.im-colour--dark-green .im-sidebar__item__content-link span::after {
    border-color: #006c2d; }
  .im-sidebar__item.im-colour--dark-green .im-sidebar__item__expand-button i {
    color: #006c2d; }
  .im-sidebar__item.im-colour--dark-green .im-sidebar__item__child-items .im-child-item__title::after {
    border-color: #006c2d; }
  .im-sidebar__item.im-colour--light-blue .im-sidebar__item__content-link span::after {
    border-color: #00c7f0; }
  .im-sidebar__item.im-colour--light-blue .im-sidebar__item__expand-button i {
    color: #00c7f0; }
  .im-sidebar__item.im-colour--light-blue .im-sidebar__item__child-items .im-child-item__title::after {
    border-color: #00c7f0; }
  .im-sidebar__item.im-colour--teal .im-sidebar__item__content-link span::after {
    border-color: #008598; }
  .im-sidebar__item.im-colour--teal .im-sidebar__item__expand-button i {
    color: #008598; }
  .im-sidebar__item.im-colour--teal .im-sidebar__item__child-items .im-child-item__title::after {
    border-color: #008598; }
  .im-sidebar__item.im-colour--dark-blue .im-sidebar__item__content-link span::after {
    border-color: #001bcd; }
  .im-sidebar__item.im-colour--dark-blue .im-sidebar__item__expand-button i {
    color: #001bcd; }
  .im-sidebar__item.im-colour--dark-blue .im-sidebar__item__child-items .im-child-item__title::after {
    border-color: #001bcd; }
  .im-sidebar__item.im-colour--medium-blue .im-sidebar__item__content-link span::after {
    border-color: #0080ea; }
  .im-sidebar__item.im-colour--medium-blue .im-sidebar__item__expand-button i {
    color: #0080ea; }
  .im-sidebar__item.im-colour--medium-blue .im-sidebar__item__child-items .im-child-item__title::after {
    border-color: #0080ea; }
  .im-sidebar__item.im-colour--red .im-sidebar__item__content-link span::after {
    border-color: #cb1e4c; }
  .im-sidebar__item.im-colour--red .im-sidebar__item__expand-button i {
    color: #cb1e4c; }
  .im-sidebar__item.im-colour--red .im-sidebar__item__child-items .im-child-item__title::after {
    border-color: #cb1e4c; }
  .im-sidebar__item.im-colour--yellow .im-sidebar__item__content-link span::after {
    border-color: #ffb700; }
  .im-sidebar__item.im-colour--yellow .im-sidebar__item__expand-button i {
    color: #ffb700; }
  .im-sidebar__item.im-colour--yellow .im-sidebar__item__child-items .im-child-item__title::after {
    border-color: #ffb700; }
  .im-sidebar__item.im-colour--orange .im-sidebar__item__content-link span::after {
    border-color: #ff710d; }
  .im-sidebar__item.im-colour--orange .im-sidebar__item__expand-button i {
    color: #ff710d; }
  .im-sidebar__item.im-colour--orange .im-sidebar__item__child-items .im-child-item__title::after {
    border-color: #ff710d; }
  .im-sidebar__item.im-colour--purple .im-sidebar__item__content-link span::after {
    border-color: #581659; }
  .im-sidebar__item.im-colour--purple .im-sidebar__item__expand-button i {
    color: #581659; }
  .im-sidebar__item.im-colour--purple .im-sidebar__item__child-items .im-child-item__title::after {
    border-color: #581659; }
  .im-sidebar__item .im-sidebar__item__child-items .im-colour--light-green .im-child-item__link .im-child-item__title::after {
    border-color: #bbdc12; }
  .im-sidebar__item .im-sidebar__item__child-items .im-colour--green .im-child-item__link .im-child-item__title::after {
    border-color: #5dc641; }
  .im-sidebar__item .im-sidebar__item__child-items .im-colour--dark-green .im-child-item__link .im-child-item__title::after {
    border-color: #006c2d; }
  .im-sidebar__item .im-sidebar__item__child-items .im-colour--light-blue .im-child-item__link .im-child-item__title::after {
    border-color: #00c7f0; }
  .im-sidebar__item .im-sidebar__item__child-items .im-colour--teal .im-child-item__link .im-child-item__title::after {
    border-color: #008598; }
  .im-sidebar__item .im-sidebar__item__child-items .im-colour--dark-blue .im-child-item__link .im-child-item__title::after {
    border-color: #001bcd; }
  .im-sidebar__item .im-sidebar__item__child-items .im-colour--medium-blue .im-child-item__link .im-child-item__title::after {
    border-color: #0080ea; }
  .im-sidebar__item .im-sidebar__item__child-items .im-colour--red .im-child-item__link .im-child-item__title::after {
    border-color: #cb1e4c; }
  .im-sidebar__item .im-sidebar__item__child-items .im-colour--yellow .im-child-item__link .im-child-item__title::after {
    border-color: #ffb700; }
  .im-sidebar__item .im-sidebar__item__child-items .im-colour--orange .im-child-item__link .im-child-item__title::after {
    border-color: #ff710d; }
  .im-sidebar__item .im-sidebar__item__child-items .im-colour--purple .im-child-item__link .im-child-item__title::after {
    border-color: #581659; }
  .sidebar-open .im-sidebar__item .im-sidebar__item__content-col {
    opacity: 1;
    transition: opacity 0.3s;
    display: inline-block; }
  .im-sidebar__item.active-item .im-sidebar__item__content-link span {
    position: relative; }
    .im-sidebar__item.active-item .im-sidebar__item__content-link span::after {
      width: 100%; }
  .im-sidebar__item.children-open .im-sidebar__item__expand-button i.open-icon {
    opacity: 0;
    transition: opacity 0.3s; }
  .im-sidebar__item.children-open .im-sidebar__item__expand-button i.close-icon {
    opacity: 1;
    transition: opacity 0.3s; }

/* --------------------------------------
/*  Child items
/* -------------------------------------*/
.im-sidebar__item__child-items {
  display: none;
  margin-left: -40px; }
  .im-sidebar__item__child-items .im-child-item__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center; }
    .im-sidebar__item__child-items .im-child-item__link:hover, .im-sidebar__item__child-items .im-child-item__link:focus, .im-sidebar__item__child-items .im-child-item__link a, .im-sidebar__item__child-items .im-child-item__link a:hover, .im-sidebar__item__child-items .im-child-item__link a:focus {
      text-decoration: none; }
  .im-sidebar__item__child-items .im-child-item__icon-wrap {
    display: inline-block;
    padding: 3px;
    height: 38px;
    width: 38px; }
  .im-sidebar__item__child-items .im-child-item__title {
    color: #3B4044;
    display: inline-block;
    font-size: 0.9rem;
    margin-left: 4px;
    position: relative; }
    .im-sidebar__item__child-items .im-child-item__title::after {
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 0%;
      border-bottom: 2px solid #285CA6;
      content: '';
      transition: width 0.3s; }
    .im-sidebar__item__child-items .im-child-item__title:hover::after, .im-sidebar__item__child-items .im-child-item__title:focus::after, .im-sidebar__item__child-items .im-child-item__title:active::after {
      transition: width 0.3s;
      width: 100%; }
  .im-sidebar__item__child-items .im-child-item .im-sidebar__icon--sm {
    height: 32px;
    width: 32px; }
  .im-sidebar__item__child-items .im-child-item.active-child-item .im-child-item__title::after {
    transition: width 0.3s;
    width: 100%; }

/* --------------------------------------
/*  Item Specific Colours
/* -------------------------------------*/
.im-sidebar__item.im-colour--light-green .im-sidebar__item__content-link span::after {
  border-color: #bbdc12; }

.im-sidebar__item.im-colour--light-green .im-sidebar__item__expand-button i {
  color: #bbdc12; }

.im-sidebar__item.im-colour--light-green .im-sidebar__item__child-items .im-child-item__title::after {
  border-color: #bbdc12; }

.im-sidebar__item.im-colour--green .im-sidebar__item__content-link span::after {
  border-color: #5dc641; }

.im-sidebar__item.im-colour--green .im-sidebar__item__expand-button i {
  color: #5dc641; }

.im-sidebar__item.im-colour--green .im-sidebar__item__child-items .im-child-item__title::after {
  border-color: #5dc641; }

.im-sidebar__item.im-colour--dark-green .im-sidebar__item__content-link span::after {
  border-color: #006c2d; }

.im-sidebar__item.im-colour--dark-green .im-sidebar__item__expand-button i {
  color: #006c2d; }

.im-sidebar__item.im-colour--dark-green .im-sidebar__item__child-items .im-child-item__title::after {
  border-color: #006c2d; }

.im-sidebar__item.im-colour--light-blue .im-sidebar__item__content-link span::after {
  border-color: #00c7f0; }

.im-sidebar__item.im-colour--light-blue .im-sidebar__item__expand-button i {
  color: #00c7f0; }

.im-sidebar__item.im-colour--light-blue .im-sidebar__item__child-items .im-child-item__title::after {
  border-color: #00c7f0; }

.im-sidebar__item.im-colour--teal .im-sidebar__item__content-link span::after {
  border-color: #008598; }

.im-sidebar__item.im-colour--teal .im-sidebar__item__expand-button i {
  color: #008598; }

.im-sidebar__item.im-colour--teal .im-sidebar__item__child-items .im-child-item__title::after {
  border-color: #008598; }

.im-sidebar__item.im-colour--dark-blue .im-sidebar__item__content-link span::after {
  border-color: #001bcd; }

.im-sidebar__item.im-colour--dark-blue .im-sidebar__item__expand-button i {
  color: #001bcd; }

.im-sidebar__item.im-colour--dark-blue .im-sidebar__item__child-items .im-child-item__title::after {
  border-color: #001bcd; }

.im-sidebar__item.im-colour--medium-blue .im-sidebar__item__content-link span::after {
  border-color: #0080ea; }

.im-sidebar__item.im-colour--medium-blue .im-sidebar__item__expand-button i {
  color: #0080ea; }

.im-sidebar__item.im-colour--medium-blue .im-sidebar__item__child-items .im-child-item__title::after {
  border-color: #0080ea; }

.im-sidebar__item.im-colour--red .im-sidebar__item__content-link span::after {
  border-color: #cb1e4c; }

.im-sidebar__item.im-colour--red .im-sidebar__item__expand-button i {
  color: #cb1e4c; }

.im-sidebar__item.im-colour--red .im-sidebar__item__child-items .im-child-item__title::after {
  border-color: #cb1e4c; }

.im-sidebar__item.im-colour--yellow .im-sidebar__item__content-link span::after {
  border-color: #ffb700; }

.im-sidebar__item.im-colour--yellow .im-sidebar__item__expand-button i {
  color: #ffb700; }

.im-sidebar__item.im-colour--yellow .im-sidebar__item__child-items .im-child-item__title::after {
  border-color: #ffb700; }

.im-sidebar__item.im-colour--orange .im-sidebar__item__content-link span::after {
  border-color: #ff710d; }

.im-sidebar__item.im-colour--orange .im-sidebar__item__expand-button i {
  color: #ff710d; }

.im-sidebar__item.im-colour--orange .im-sidebar__item__child-items .im-child-item__title::after {
  border-color: #ff710d; }

.im-sidebar__item.im-colour--purple .im-sidebar__item__content-link span::after {
  border-color: #581659; }

.im-sidebar__item.im-colour--purple .im-sidebar__item__expand-button i {
  color: #581659; }

.im-sidebar__item.im-colour--purple .im-sidebar__item__child-items .im-child-item__title::after {
  border-color: #581659; }

.im-sidebar__item__child-items .im-colour--light-green .im-child-item__link .im-child-item__title::after {
  border-color: #bbdc12; }

.im-sidebar__item__child-items .im-colour--green .im-child-item__link .im-child-item__title::after {
  border-color: #5dc641; }

.im-sidebar__item__child-items .im-colour--dark-green .im-child-item__link .im-child-item__title::after {
  border-color: #006c2d; }

.im-sidebar__item__child-items .im-colour--light-blue .im-child-item__link .im-child-item__title::after {
  border-color: #00c7f0; }

.im-sidebar__item__child-items .im-colour--teal .im-child-item__link .im-child-item__title::after {
  border-color: #008598; }

.im-sidebar__item__child-items .im-colour--dark-blue .im-child-item__link .im-child-item__title::after {
  border-color: #001bcd; }

.im-sidebar__item__child-items .im-colour--medium-blue .im-child-item__link .im-child-item__title::after {
  border-color: #0080ea; }

.im-sidebar__item__child-items .im-colour--red .im-child-item__link .im-child-item__title::after {
  border-color: #cb1e4c; }

.im-sidebar__item__child-items .im-colour--yellow .im-child-item__link .im-child-item__title::after {
  border-color: #ffb700; }

.im-sidebar__item__child-items .im-colour--orange .im-child-item__link .im-child-item__title::after {
  border-color: #ff710d; }

.im-sidebar__item__child-items .im-colour--purple .im-child-item__link .im-child-item__title::after {
  border-color: #581659; }

/* --------------------------------------
/*  Key
/* -------------------------------------*/
.im-key {
  background-color: #fff;
  border: 1px solid #EEEEEE;
  margin-top: -1px;
  padding: 16px;
  width: 100%; }
  .im-key h4 {
    margin-top: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #337ab7;
    font-weight: bold;
    font-size: 18px; }
  .im-key .key-item {
    padding-left: 20px;
    position: relative;
    color: #9E9E9E; }
    .im-key .key-item:before {
      position: absolute;
      left: 0;
      top: 50%;
      width: 15px;
      content: ''; }
    .im-key .key-item.key-catchment:before {
      border: 1px solid #285CA6; }

/* --------------------------------------
/*  Map Item Window
/* -------------------------------------*/
.nbgm-info-window-content .marker-category.colour--light-green {
  color: #bbdc12; }

.nbgm-info-window-content .marker-category.colour--green {
  color: #5dc641; }

.nbgm-info-window-content .marker-category.colour--dark-green {
  color: #006c2d; }

.nbgm-info-window-content .marker-category.colour--light-blue {
  color: #00c7f0; }

.nbgm-info-window-content .marker-category.colour--teal {
  color: #008598; }

.nbgm-info-window-content .marker-category.colour--dark-blue {
  color: #001bcd; }

.nbgm-info-window-content .marker-category.colour--medium-blue {
  color: #0080ea; }

.nbgm-info-window-content .marker-category.colour--red {
  color: #cb1e4c; }

.nbgm-info-window-content .marker-category.colour--yellow {
  color: #ffb700; }

.nbgm-info-window-content .marker-category.colour--orange {
  color: #ff710d; }

.nbgm-info-window-content .marker-category.colour--purple {
  color: #581659; }

@media (max-width: 767px) {
  .nbgm-info-window-content {
    width: 270px; } }

.nbgm-info-window-content .col-sm-4 {
  padding-right: 0px; }

.nbgm-info-window-content .marker-category {
  text-transform: uppercase;
  font-size: 0.84em;
  font-weight: 700; }

.nbgm-info-window-content h4 {
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 16px; }

.nbgm-info-window-content a {
  color: #285CA6;
  margin-top: 16px;
  display: block;
  font-weight: 500; }

.nbgm-info-window-content img {
  width: 100%;
  max-width: 136px !important; }

.nbgm-info-window-content .thumbs-up-down {
  padding-top: 4px; }
  .nbgm-info-window-content .thumbs-up-down span {
    color: #9E9E9E; }
    .nbgm-info-window-content .thumbs-up-down span.thumbs-up-down__text {
      margin-right: 3px;
      color: #757575;
      font-weight: 400; }
  .nbgm-info-window-content .thumbs-up-down__trigger {
    display: inline-block;
    padding: 0 1px; }
    .nbgm-info-window-content .thumbs-up-down__trigger i {
      font-size: 1.5em; }
    .nbgm-info-window-content .thumbs-up-down__trigger.active-thumbs i {
      color: #5bc63f; }

.info-window-content {
  background: #fff;
  display: none;
  margin: 0px;
  padding: 0px 15px;
  position: relative; }
  @media (max-width: 767px) {
    .info-window-content {
      padding: 0px 15px; } }
  .info-window-content .info-window-header {
    border-top: 1px solid #EEEEEE;
    padding: 20px 0 0;
    margin-top: 8px; }
    .info-window-content .info-window-header .marker-category {
      font-weight: 700;
      text-transform: uppercase; }
      .info-window-content .info-window-header .marker-category.colour {
        color: #337ab7; }
        .info-window-content .info-window-header .marker-category.colour--dark-blue {
          color: #337ab7; }
        .info-window-content .info-window-header .marker-category.colour--light-blue {
          color: #337ab7; }
        .info-window-content .info-window-header .marker-category.colour--green {
          color: #337ab7; }
        .info-window-content .info-window-header .marker-category.colour--red {
          color: #337ab7; }
        .info-window-content .info-window-header .marker-category.colour--orange {
          color: #337ab7; }
        .info-window-content .info-window-header .marker-category.colour--yellow {
          color: #337ab7; }
        .info-window-content .info-window-header .marker-category.colour--light-green {
          color: #337ab7; }
        .info-window-content .info-window-header .marker-category.colour--teal {
          color: #337ab7; }
        .info-window-content .info-window-header .marker-category.colour--purple {
          color: #337ab7; }
  .info-window-content .info-window-details {
    padding: 0px; }
    .info-window-content .info-window-details__image {
      background: #fff;
      height: 235px;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      width: 418px; }
      .info-window-content .info-window-details__image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
      .info-window-content .info-window-details__image--fill {
        height: unset;
        width: 100%; }
        .info-window-content .info-window-details__image--fill img {
          object-fit: cover;
          aspect-ratio: 16/9; }
    .info-window-content .info-window-details h4 {
      margin-top: 0;
      font-weight: 700; }
    .info-window-content .info-window-details p {
      font-size: 14px; }
    .info-window-content .info-window-details__links {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 1rem; }
    .info-window-content .info-window-details a {
      color: #00579f;
      margin: 0;
      position: relative;
      display: inline-block;
      font-size: 14px;
      line-height: 1.5; }
      .info-window-content .info-window-details a.more-info {
        padding-right: 20px; }
      .info-window-content .info-window-details a .material-icons {
        color: #337ab7;
        position: absolute;
        right: 0;
        top: 4px;
        font-size: 1em; }
  .info-window-content .info-window-image {
    padding: 0px 0px 0px 15px; }
    @media (max-width: 767px) {
      .info-window-content .info-window-image {
        padding-left: 0px; } }
    .info-window-content .info-window-image img {
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .info-window-content .info-window-image img {
          width: 100%; } }
    .info-window-content .info-window-image a {
      color: #00579f;
      margin: 0;
      position: relative;
      display: inline-block;
      font-size: 12px;
      line-height: 1.5em;
      white-space: nowrap; }
      .info-window-content .info-window-image a.more-info {
        padding-right: 20px; }
      .info-window-content .info-window-image a .material-icons {
        color: #337ab7;
        position: absolute;
        right: 0;
        top: 4px;
        font-size: 1em; }
  .info-window-content .info-window-footer {
    margin: 15px 0px;
    padding: 0px 0px; }
    .info-window-content .info-window-footer .note {
      color: #337ab7;
      margin: 0; }
    .info-window-content .info-window-footer p {
      font-size: 14px; }
    .info-window-content .info-window-footer .help {
      color: #00579f;
      margin: 0px 0px 15px 0px;
      position: relative;
      display: inline-block;
      padding-right: 20px;
      font-size: 20px; }
      .info-window-content .info-window-footer .help p {
        margin-bottom: 0px;
        font-size: 14px; }
        .info-window-content .info-window-footer .help p strong {
          white-space: nowrap;
          font-size: 18px; }
      .info-window-content .info-window-footer .help .material-icons {
        color: #337ab7;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 15px; }
      .info-window-content .info-window-footer .help.tooltip .tooltiptext {
        left: 40%;
        width: 150%;
        padding: 15px; }
        .info-window-content .info-window-footer .help.tooltip .tooltiptext p a {
          color: #00579f;
          border-bottom: 0px solid #285CA6; }
          .info-window-content .info-window-footer .help.tooltip .tooltiptext p a:hover {
            text-decoration: underline; }
  .info-window-content .btn, .info-window-content .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .info-window-content .ninja-forms-field[type="button"] {
    padding: 10px 15px;
    font-size: 14px; }
    @media (max-width: 991px) {
      .info-window-content .btn, .info-window-content .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .info-window-content .ninja-forms-field[type="button"] {
        width: 100%;
        padding: 15px; } }

.powered-by {
  color: #000;
  font-size: 14px;
  margin: 16px 0; }
  .powered-by a {
    display: inline-block;
    position: relative;
    margin-right: 15px; }
  .powered-by img {
    width: auto;
    height: 44px;
    margin-top: 5px;
    margin-left: -3px;
    position: relative;
    display: inline-block; }

#water-quality {
  border-top: 1px solid #EEEEEE;
  margin-top: 20px;
  padding: 10px 0px 15px; }
  #water-quality h3 {
    color: #337ab7;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
  #water-quality .weather__forecast,
  #water-quality .weather__wind_direction {
    margin-bottom: .25rem; }
  #water-quality .parra-table-container {
    border: 0px solid transparent !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
    width: 100%;
    margin-top: 20px; }
    #water-quality .parra-table-container table {
      table-layout: fixed;
      border: 1px solid #ebf1f4; }
      @media (max-width: 767px) {
        #water-quality .parra-table-container table {
          display: block; }
          #water-quality .parra-table-container table tbody,
          #water-quality .parra-table-container table tr,
          #water-quality .parra-table-container table td {
            display: block;
            width: 100%; } }
      #water-quality .parra-table-container table td {
        border: 1px solid #ebf1f4;
        font-size: .75rem;
        padding: 1rem .75rem;
        text-align: center; }
        #water-quality .parra-table-container table td a {
          font-size: .75rem;
          line-height: 1.2; }
        #water-quality .parra-table-container table td.wq__heading {
          background: #ebf1f4;
          font-size: 1rem !important;
          font-weight: 700;
          padding: .5rem 1rem;
          text-align: center;
          text-transform: uppercase; }
        #water-quality .parra-table-container table td h4 {
          margin-top: 0;
          font-weight: 700; }
        #water-quality .parra-table-container table td.date {
          text-transform: uppercase;
          font-size: 14px;
          line-height: 1.2em;
          background-color: #f5f9fc;
          border-color: #fff; }
          #water-quality .parra-table-container table td.date strong {
            display: block; }
        #water-quality .parra-table-container table td.icon {
          text-align: center; }
        #water-quality .parra-table-container table td .weather__temp {
          font-size: 32px;
          font-weight: 700; }
        #water-quality .parra-table-container table td .weather__icon {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: .5rem; }
          #water-quality .parra-table-container table td .weather__icon i {
            background-repeat: no-repeat;
            background-size: auto 44px;
            height: 44px;
            min-width: 44px;
            margin-right: .5rem; }
            #water-quality .parra-table-container table td .weather__icon i.wf-sunny {
              background-image: url("../images/forecast-icons/sunny.png"); }
            #water-quality .parra-table-container table td .weather__icon i.wf-clear {
              background-image: url("../images/forecast-icons/sunny.png"); }
            #water-quality .parra-table-container table td .weather__icon i.wf-mostly-clear {
              background-image: url("../images/forecast-icons/sunny.png"); }
            #water-quality .parra-table-container table td .weather__icon i.wf-mostly-sunny {
              background-image: url("../images/forecast-icons/partly-cloudy.png"); }
            #water-quality .parra-table-container table td .weather__icon i.wf-partly-cloudy {
              background-image: url("../images/forecast-icons/partly-cloudy.png"); }
            #water-quality .parra-table-container table td .weather__icon i.wf-cloudy {
              background-image: url("../images/forecast-icons/cloudy.png"); }
            #water-quality .parra-table-container table td .weather__icon i.wf-hazy {
              background-image: url("../images/forecast-icons/sunny.png"); }
            #water-quality .parra-table-container table td .weather__icon i.wf-light-rain {
              background-image: url("../images/forecast-icons/sunny.png"); }
            #water-quality .parra-table-container table td .weather__icon i.wf-windy {
              background-image: url("../images/forecast-icons/windy.png"); }
            #water-quality .parra-table-container table td .weather__icon i.wf-fog {
              background-image: url("../images/forecast-icons/sunny.png"); }
            #water-quality .parra-table-container table td .weather__icon i.wf-shower {
              background-image: url("../images/forecast-icons/light-rain.png"); }
            #water-quality .parra-table-container table td .weather__icon i.wf-rain {
              background-image: url("../images/forecast-icons/light-rain.png"); }
            #water-quality .parra-table-container table td .weather__icon i.wf-dusty {
              background-image: url("../images/forecast-icons/sunny.png"); }
            #water-quality .parra-table-container table td .weather__icon i.wf-frost {
              background-image: url("../images/forecast-icons/sunny.png"); }
            #water-quality .parra-table-container table td .weather__icon i.wf-snow {
              background-image: url("../images/forecast-icons/sunny.png"); }
            #water-quality .parra-table-container table td .weather__icon i.wf-storm {
              background-image: url("../images/forecast-icons/storm.png"); }
            #water-quality .parra-table-container table td .weather__icon i.wf-light-shower {
              background-image: url("../images/forecast-icons/light-rain.png"); }
            #water-quality .parra-table-container table td .weather__icon i.wf-heavy-shower {
              background-image: url("../images/forecast-icons/sunny.png"); }
            #water-quality .parra-table-container table td .weather__icon i.wf-cyclone {
              background-image: url("../images/forecast-icons/sunny.png"); }
        #water-quality .parra-table-container table td .tides__icon {
          background-image: url("../images/interactive-map/tide-icon.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          display: block;
          height: 44px;
          margin: 0 auto .5rem;
          position: relative;
          width: 55px; }
        #water-quality .parra-table-container table td .wq__icon {
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          display: inline-block;
          height: 44px;
          margin-bottom: .5rem;
          position: relative;
          width: 44px; }
          #water-quality .parra-table-container table td .wq__icon.wq__icon--lake-parramatta {
            background-image: url("../images/interactive-map/WQ-Lake-Parramatta.png"); }
          #water-quality .parra-table-container table td .wq__icon.wq__icon--watercraft {
            background-image: url("../images/interactive-map/WQ-Watercraft.png"); }
          #water-quality .parra-table-container table td .wq__icon.wq__icon--low-risk {
            background-image: url("../images/interactive-map/WQ-Low-Risk.png"); }
          #water-quality .parra-table-container table td .wq__icon.wq__icon--moderate-risk {
            background-image: url("../images/interactive-map/WQ-Moderate-Risk.png"); }
          #water-quality .parra-table-container table td .wq__icon.wq__icon--high-risk {
            background-image: url("../images/interactive-map/WQ-High-Risk.png"); }
          #water-quality .parra-table-container table td .wq__icon.wq__icon--hazard {
            background-image: url("../images/interactive-map/WQ-Hazard.png"); }
          #water-quality .parra-table-container table td .wq__icon.wq__icon--unavailable {
            background-image: url("../images/interactive-map/WQ-Unavailable.png"); }

label {
  display: inline-block;
  width: 5em; }

.tooltip {
  position: relative;
  display: inline-block; }
  .tooltip .tooltiptext {
    background-color: #fff;
    border-radius: 12px;
    bottom: 200%;
    box-shadow: 3px 0px 30px -8px rgba(0, 0, 0, 0.75);
    color: #000;
    font-size: 12px;
    left: 25%;
    margin-left: -50px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    transition: opacity 0.3s;
    visibility: hidden;
    width: 140%;
    z-index: 1; }
    @media (max-width: 991px) {
      .tooltip .tooltiptext {
        padding: 15px; } }
    .tooltip .tooltiptext h4 {
      margin: 15px 0px 30px;
      color: #000;
      font-weight: 700;
      font-size: 16px; }
    .tooltip .tooltiptext::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 15px;
      border-style: solid;
      border-color: #fff transparent transparent transparent; }
    .tooltip .tooltiptext .row {
      margin: 0px 0px 10px; }
      .tooltip .tooltiptext .row .icon {
        padding: 0px; }
        .tooltip .tooltiptext .row .icon img {
          display: block;
          position: relative;
          width: 36px;
          height: 36px;
          max-width: none; }
          @media (max-width: 767px) {
            .tooltip .tooltiptext .row .icon img {
              max-width: 100%;
              height: auto;
              margin-left: -5px; } }
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1; }

/* ======= WEATHER SECTION STYLE ======== 

.awesome-weather-cover{
  background:none !important;
  .awesome-weather-darken{
    background:none;
    height: 376px;
    text-shadow: none !important;
    font-weight: 700;
    font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif;
    padding-bottom: 30px;
    @include media-breakpoint-down(md) {
      height: auto;
    }
    .awesome-weather-header{
      background:none;
      font-weight: 700;
    }
    .awecf{
      .awesome-weather-current-temp{
        width: 100%;
        text-align: center;
        float: none;
        padding:10px 0px;
        i{
          font-size: 40px;
          margin-bottom: 5px;
        }
        .description{
          text-transform: capitalize;
          font-size: 20px;
          font-weight: bold;
          margin-bottom: 0px;
        }
        .temp{
          font-size: 80px;
          line-height: 1.2;
          margin:0px;
          sup{
            font-size: 80px;
            top: 0em;
            padding-left: 3px;            
          }
        }
      }
      .awesome-weather-todays-stats{
        float: none;
        width: 100%;
        text-align: left;
        padding: 0px 40px;
        display: block;
        position: relative;
        @include media-breakpoint-down(md) {
          padding: 0px 15px;
        }
        .awe_wind,
        .awe_humidty,
        .awe_highlow{
          float: left;
          width: 33.33%;
          font-size: 16px;
          font-weight: 700;
          padding: 5px 10px;
          border-left: 1px solid #fff;
          @include media-breakpoint-down(md) {
            float: none;
            width: 100%;
            display: block;
            border-left: 0px solid #fff;
          }
        }
      }
    }
  }
}

.awe-preset-sunny,
.awe-preset-rain,
.awe-preset-thunderstorm,
.awe-preset-cloudy{
  .awesome-weather-cover{
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;   
  }
}
.awe-preset-sunny { 
  .awesome-weather-cover{
    background-image: url("../images/interactive-map/sunny.jpg") !important;
  }
}
.awe-preset-rain { 
  .awesome-weather-cover{
    background-image: url("../images/interactive-map/rain.jpg") !important;
  }
}
.awe-preset-thunderstorm { 
  .awesome-weather-cover{
    background-image: url("../images/interactive-map/thunderstorm.jpg") !important;
  }
}
.awe-preset-cloudy { 
  .awesome-weather-cover{
    background-image: url("../images/interactive-map/overcast.jpg") !important;
  }
}*/
/* --------------------------------------
/*  Change DIV position on Mobile
/* ------------------------------------- */
@media (max-width: 991px) {
  .im-wrap.sidebar-wrap-open {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto !important; }
    .im-wrap.sidebar-wrap-open .im-sidebar.sidebar-open {
      position: relative !important;
      width: 100% !important; }
      .im-wrap.sidebar-wrap-open .im-sidebar.sidebar-open .im-sidebar__items .heading {
        display: block !important; }
      .im-wrap.sidebar-wrap-open .im-sidebar.sidebar-open .im-sidebar__items .im-sidebar__item {
        position: relative; }
        .im-wrap.sidebar-wrap-open .im-sidebar.sidebar-open .im-sidebar__items .im-sidebar__item__content-col {
          opacity: 1 !important;
          transition: opacity 0.3s !important;
          display: inline-block !important; } }

.im-wrap.sidebar-wrap-open .im-sidebar__item__expand-button {
  width: 30px;
  height: 30px;
  top: 6px; }
  .im-wrap.sidebar-wrap-open .im-sidebar__item__expand-button i {
    font-size: 20px; }

.im-wrap.sidebar-wrap-open .im-sidebar__item__content-link {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px; }

.im-wrap.sidebar-wrap-open .im-sidebar__item__icon-col {
  width: 44px;
  height: 44px; }

.im-wrap.sidebar-wrap-open .im-sidebar__item__icon-link {
  display: -ms-grid;
  display: grid;
  height: 44px;
  place-items: center;
  width: 44px; }
  .im-wrap.sidebar-wrap-open .im-sidebar__item__icon-link img.im-sidebar__icon {
    width: 30px;
    height: 30px; }

.im-wrap.sidebar-wrap-open .im-sidebar__item__child-items .im-child-item__title {
  font-size: 14px; }

.show-read-more .read-more {
  margin-left: 5px;
  text-decoration: none;
  border: none !important; }
  .show-read-more .read-more::before {
    content: '... '; }

.show-read-more .more-text {
  display: none; }

/* --------------------------------------
/*  Map CTA Section
/* -------------------------------------*/
.map-cta-section .map-cta-section-inner {
  height: 400px; }
  .map-cta-section .map-cta-section-inner a {
    display: block;
    width: 100%;
    height: 100%; }
    .map-cta-section .map-cta-section-inner a:hover, .map-cta-section .map-cta-section-inner a:focus, .map-cta-section .map-cta-section-inner a a, .map-cta-section .map-cta-section-inner a a:hover, .map-cta-section .map-cta-section-inner a a:focus {
      text-decoration: none; }
    .map-cta-section .map-cta-section-inner a:hover .map-link-overlay, .map-cta-section .map-cta-section-inner a:focus .map-link-overlay, .map-cta-section .map-cta-section-inner a:active .map-link-overlay {
      transition: background-color 0.3s; }
      .map-cta-section .map-cta-section-inner a:hover .map-link-overlay h3, .map-cta-section .map-cta-section-inner a:focus .map-link-overlay h3, .map-cta-section .map-cta-section-inner a:active .map-link-overlay h3 {
        background-position: -99% calc(1em + 2px);
        transition: background-position 400ms ease-out, color 0.3s;
        color: #fff; }
  .map-cta-section .map-cta-section-inner .flex-row {
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    @media (max-width: 543px) {
      .map-cta-section .map-cta-section-inner .flex-row {
        display: block; } }
  .map-cta-section .map-cta-section-inner .map-link-overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px;
    height: 400px;
    width: 100%;
    background-color: #285CA6;
    transition: background-color 0.3s; }
    .map-cta-section .map-cta-section-inner .map-link-overlay:hover, .map-cta-section .map-cta-section-inner .map-link-overlay:focus, .map-cta-section .map-cta-section-inner .map-link-overlay a, .map-cta-section .map-cta-section-inner .map-link-overlay a:hover, .map-cta-section .map-cta-section-inner .map-link-overlay a:focus {
      text-decoration: none; }
    .map-cta-section .map-cta-section-inner .map-link-overlay h3 {
      color: #fff;
      margin-top: 0;
      display: inline;
      background-image: linear-gradient(to right, transparent 50%, #fff 50%);
      background-position: 0% calc(1em + 2px);
      background-repeat: repeat-x;
      background-size: calc(200% + 1px) 3px;
      transition: background-position 400ms ease-out, color 0.3s;
      padding-bottom: .25em; }
    .map-cta-section .map-cta-section-inner .map-link-overlay h1, .map-cta-section .map-cta-section-inner .map-link-overlay h2, .map-cta-section .map-cta-section-inner .map-link-overlay h3,
    .map-cta-section .map-cta-section-inner .map-link-overlay h4, .map-cta-section .map-cta-section-inner .map-link-overlay h5, .map-cta-section .map-cta-section-inner .map-link-overlay h6,
    .map-cta-section .map-cta-section-inner .map-link-overlay p, .map-cta-section .map-cta-section-inner .map-link-overlay a, .map-cta-section .map-cta-section-inner .map-link-overlay span,
    .map-cta-section .map-cta-section-inner .map-link-overlay ul, .map-cta-section .map-cta-section-inner .map-link-overlay ol, .map-cta-section .map-cta-section-inner .map-link-overlay li,
    .map-cta-section .map-cta-section-inner .map-link-overlay textarea,
    .map-cta-section .map-cta-section-inner .map-link-overlay input, .map-cta-section .map-cta-section-inner .map-link-overlay button, .map-cta-section .map-cta-section-inner .map-link-overlay label {
      color: #fff; }
      .map-cta-section .map-cta-section-inner .map-link-overlay h1:hover, .map-cta-section .map-cta-section-inner .map-link-overlay h1:focus, .map-cta-section .map-cta-section-inner .map-link-overlay h1 a, .map-cta-section .map-cta-section-inner .map-link-overlay h1 a:hover, .map-cta-section .map-cta-section-inner .map-link-overlay h1 a:focus, .map-cta-section .map-cta-section-inner .map-link-overlay h2:hover, .map-cta-section .map-cta-section-inner .map-link-overlay h2:focus, .map-cta-section .map-cta-section-inner .map-link-overlay h2 a, .map-cta-section .map-cta-section-inner .map-link-overlay h2 a:hover, .map-cta-section .map-cta-section-inner .map-link-overlay h2 a:focus, .map-cta-section .map-cta-section-inner .map-link-overlay h3:hover, .map-cta-section .map-cta-section-inner .map-link-overlay h3:focus, .map-cta-section .map-cta-section-inner .map-link-overlay h3 a, .map-cta-section .map-cta-section-inner .map-link-overlay h3 a:hover, .map-cta-section .map-cta-section-inner .map-link-overlay h3 a:focus,
      .map-cta-section .map-cta-section-inner .map-link-overlay h4:hover,
      .map-cta-section .map-cta-section-inner .map-link-overlay h4:focus,
      .map-cta-section .map-cta-section-inner .map-link-overlay h4 a,
      .map-cta-section .map-cta-section-inner .map-link-overlay h4 a:hover,
      .map-cta-section .map-cta-section-inner .map-link-overlay h4 a:focus, .map-cta-section .map-cta-section-inner .map-link-overlay h5:hover, .map-cta-section .map-cta-section-inner .map-link-overlay h5:focus, .map-cta-section .map-cta-section-inner .map-link-overlay h5 a, .map-cta-section .map-cta-section-inner .map-link-overlay h5 a:hover, .map-cta-section .map-cta-section-inner .map-link-overlay h5 a:focus, .map-cta-section .map-cta-section-inner .map-link-overlay h6:hover, .map-cta-section .map-cta-section-inner .map-link-overlay h6:focus, .map-cta-section .map-cta-section-inner .map-link-overlay h6 a, .map-cta-section .map-cta-section-inner .map-link-overlay h6 a:hover, .map-cta-section .map-cta-section-inner .map-link-overlay h6 a:focus,
      .map-cta-section .map-cta-section-inner .map-link-overlay p:hover,
      .map-cta-section .map-cta-section-inner .map-link-overlay p:focus,
      .map-cta-section .map-cta-section-inner .map-link-overlay p a,
      .map-cta-section .map-cta-section-inner .map-link-overlay p a:hover,
      .map-cta-section .map-cta-section-inner .map-link-overlay p a:focus, .map-cta-section .map-cta-section-inner .map-link-overlay a:hover, .map-cta-section .map-cta-section-inner .map-link-overlay a:focus, .map-cta-section .map-cta-section-inner .map-link-overlay a a, .map-cta-section .map-cta-section-inner .map-link-overlay a a:hover, .map-cta-section .map-cta-section-inner .map-link-overlay a a:focus, .map-cta-section .map-cta-section-inner .map-link-overlay span:hover, .map-cta-section .map-cta-section-inner .map-link-overlay span:focus, .map-cta-section .map-cta-section-inner .map-link-overlay span a, .map-cta-section .map-cta-section-inner .map-link-overlay span a:hover, .map-cta-section .map-cta-section-inner .map-link-overlay span a:focus,
      .map-cta-section .map-cta-section-inner .map-link-overlay ul:hover,
      .map-cta-section .map-cta-section-inner .map-link-overlay ul:focus,
      .map-cta-section .map-cta-section-inner .map-link-overlay ul a,
      .map-cta-section .map-cta-section-inner .map-link-overlay ul a:hover,
      .map-cta-section .map-cta-section-inner .map-link-overlay ul a:focus, .map-cta-section .map-cta-section-inner .map-link-overlay ol:hover, .map-cta-section .map-cta-section-inner .map-link-overlay ol:focus, .map-cta-section .map-cta-section-inner .map-link-overlay ol a, .map-cta-section .map-cta-section-inner .map-link-overlay ol a:hover, .map-cta-section .map-cta-section-inner .map-link-overlay ol a:focus, .map-cta-section .map-cta-section-inner .map-link-overlay li:hover, .map-cta-section .map-cta-section-inner .map-link-overlay li:focus, .map-cta-section .map-cta-section-inner .map-link-overlay li a, .map-cta-section .map-cta-section-inner .map-link-overlay li a:hover, .map-cta-section .map-cta-section-inner .map-link-overlay li a:focus,
      .map-cta-section .map-cta-section-inner .map-link-overlay textarea:hover,
      .map-cta-section .map-cta-section-inner .map-link-overlay textarea:focus,
      .map-cta-section .map-cta-section-inner .map-link-overlay textarea a,
      .map-cta-section .map-cta-section-inner .map-link-overlay textarea a:hover,
      .map-cta-section .map-cta-section-inner .map-link-overlay textarea a:focus,
      .map-cta-section .map-cta-section-inner .map-link-overlay input:hover,
      .map-cta-section .map-cta-section-inner .map-link-overlay input:focus,
      .map-cta-section .map-cta-section-inner .map-link-overlay input a,
      .map-cta-section .map-cta-section-inner .map-link-overlay input a:hover,
      .map-cta-section .map-cta-section-inner .map-link-overlay input a:focus, .map-cta-section .map-cta-section-inner .map-link-overlay button:hover, .map-cta-section .map-cta-section-inner .map-link-overlay button:focus, .map-cta-section .map-cta-section-inner .map-link-overlay button a, .map-cta-section .map-cta-section-inner .map-link-overlay button a:hover, .map-cta-section .map-cta-section-inner .map-link-overlay button a:focus, .map-cta-section .map-cta-section-inner .map-link-overlay label:hover, .map-cta-section .map-cta-section-inner .map-link-overlay label:focus, .map-cta-section .map-cta-section-inner .map-link-overlay label a, .map-cta-section .map-cta-section-inner .map-link-overlay label a:hover, .map-cta-section .map-cta-section-inner .map-link-overlay label a:focus {
        text-decoration: none; }
    .map-cta-section .map-cta-section-inner .map-link-overlay i {
      color: #fff; }
      .map-cta-section .map-cta-section-inner .map-link-overlay i:hover, .map-cta-section .map-cta-section-inner .map-link-overlay i:focus, .map-cta-section .map-cta-section-inner .map-link-overlay i a, .map-cta-section .map-cta-section-inner .map-link-overlay i a:hover, .map-cta-section .map-cta-section-inner .map-link-overlay i a:focus {
        text-decoration: none; }
    @media (max-width: 1199px) {
      .map-cta-section .map-cta-section-inner .map-link-overlay {
        padding: 24px; } }
    @media (max-width: 543px) {
      .map-cta-section .map-cta-section-inner .map-link-overlay {
        height: auto;
        position: relative; }
        .map-cta-section .map-cta-section-inner .map-link-overlay i {
          position: absolute;
          right: 16px;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .map-cta-section .map-cta-section-inner .map-link-overlay div > br {
          display: none; } }

/* --------------------------------------
/*  404 Page
    NB: See Landing Page for the header.

    - 404
      - Content
      - Form
        - Title
        - Search
        - Search Results
        - Footer


/* -------------------------------------*/
/* --------------------------------------
/*  404
/* -------------------------------------*/
body.error404 {
  background-image: url("../images/404/parramatta-river.jpg"); }
  body.error404 .fourofour {
    padding: 0;
    margin: 30vh 0 0; }
  body.error404 .fourofour-inner-container h1 {
    font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
    font-size: 16px;
    color: #3B4044;
    line-height: 1.2;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -0.6px;
    margin-top: 0;
    padding-top: 0;
    font-size: 1.424em;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
    body.error404 .fourofour-inner-container h1 a, body.error404 .fourofour-inner-container h1a {
      color: #3B4044; }
      body.error404 .fourofour-inner-container h1 a:hover, body.error404 .fourofour-inner-container h1 a:focus, body.error404 .fourofour-inner-container h1a:hover, body.error404 .fourofour-inner-container h1a:focus {
        text-decoration: underline;
        color: #232629; }
    @media (min-width: 400px) and (max-width: 1400px) {
      body.error404 .fourofour-inner-container h1 {
        font-size: calc( 1.424em + (34.384 - 22.784) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      body.error404 .fourofour-inner-container h1 {
        font-size: 2.149em; } }
  body.error404 .fourofour-inner-container small {
    display: block;
    margin-bottom: 16px; }
  body.error404 .fourofour-search-container {
    opacity: 0;
    background: #285CA6;
    transition: opacity 0.5s;
    padding: 32px; }
    @media (max-width: 991px) {
      body.error404 .fourofour-search-container {
        margin: 24px 0;
        height: auto !important; } }
    body.error404 .fourofour-search-container.active {
      opacity: 1; }
    body.error404 .fourofour-search-container .fourofour-search-title {
      font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 16px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none;
      letter-spacing: -0.6px;
      font-size: 1.125em;
      color: #fff;
      margin-bottom: 16px; }
      body.error404 .fourofour-search-container .fourofour-search-title a, body.error404 .fourofour-search-container .fourofour-search-titlea {
        color: #3B4044; }
        body.error404 .fourofour-search-container .fourofour-search-title a:hover, body.error404 .fourofour-search-container .fourofour-search-title a:focus, body.error404 .fourofour-search-container .fourofour-search-titlea:hover, body.error404 .fourofour-search-container .fourofour-search-titlea:focus {
          text-decoration: underline;
          color: #232629; }
      @media (min-width: 400px) and (max-width: 1400px) {
        body.error404 .fourofour-search-container .fourofour-search-title {
          font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        body.error404 .fourofour-search-container .fourofour-search-title {
          font-size: 1.333em; } }
    body.error404 .fourofour-search-container .search-container {
      margin-bottom: 4px; }
      body.error404 .fourofour-search-container .search-container .input-group {
        display: -ms-flexbox;
        display: flex; }
        body.error404 .fourofour-search-container .search-container .input-group input.search-input {
          font-size: calc(0.823 * 16px);
          padding: 16px;
          border: rgba(255, 255, 255, 0.5);
          background: rgba(255, 255, 255, 0.85);
          -ms-flex: 1 0 auto;
          flex: 1 0 auto;
          border-radius: 0;
          -webkit-appearance: none;
          outline: 0 none; }
        body.error404 .fourofour-search-container .search-container .input-group .search-submit {
          border-radius: 0;
          background: #1e457d;
          border-color: #1e457d; }
  body.error404 .search-results a {
    display: block;
    background: rgba(255, 255, 255, 0.5);
    padding: 16px 32px 16px 16px;
    margin-bottom: 4px;
    color: #3B4044;
    font-size: calc(16px - 2px);
    position: relative;
    transition: background-color 0.5s; }
    body.error404 .search-results a:after {
      content: "\f054";
      font-family: FontAwesome;
      position: absolute;
      line-height: 1;
      top: 50%;
      right: 24px;
      -ms-transform: translate(0, -49%);
      transform: translate(0, -49%);
      color: #1e457d; }
    body.error404 .search-results a:hover, body.error404 .search-results a:focus, body.error404 .search-results a:active {
      background: rgba(255, 255, 255, 0.8);
      text-decoration: none; }
  body.error404 #footer.footer-section {
    background-color: transparent; }
  body.error404 .footer-cta-section, body.error404 .footer-top {
    display: none; }
  body.error404 .footer-bottom .copyright-information {
    padding: 0; }

/* --------------------------------------
/*  Homepage
/* -------------------------------------*/
.icon-links-section .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  .icon-links-section .row > [class*="col-"] {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

.icon-links-section .icon-link-card {
  padding: 16px 16px;
  text-align: center; }
  @media (max-width: 1199px) {
    .icon-links-section .icon-link-card {
      padding: 4px; } }
  @media (max-width: 767px) {
    .icon-links-section .icon-link-card {
      margin-bottom: 24px; } }

.ilc__inner {
  display: block; }
  .ilc__inner:hover, .ilc__inner:focus, .ilc__inner a, .ilc__inner a:hover, .ilc__inner a:focus {
    text-decoration: none; }

.ilc__icon-wrap {
  width: 100%;
  text-align: center; }
  .ilc__icon-wrap img {
    display: block;
    max-width: 200px;
    margin: 0 auto; }

.ilc__title-wrap {
  position: relative;
  text-align: center;
  display: block;
  padding-top: 16px; }
  .ilc__title-wrap h3 {
    display: inline; }
    .pri-col__light-blue .ilc__title-wrap h3 {
      display: inline;
      background-image: linear-gradient(to right, #fff 50%, #14ccdc 50%);
      background-position: 0% calc(1em + 3px);
      background-repeat: repeat-x;
      background-size: calc(200% + 1px) 3px;
      transition: background-position 400ms ease-out, color 0.3s;
      padding-bottom: .25em; }
      .pri-col__light-blue .ilc__title-wrap h3:hover, .pri-col__light-blue .ilc__title-wrap h3:focus, .pri-col__light-blue .ilc__title-wrap h3:active {
        background-position: -99% calc(1em + 3px);
        transition: background-position 400ms ease-out, color 0.3s;
        color: #14ccdc; }
    .pri-col__blue .ilc__title-wrap h3 {
      display: inline;
      background-image: linear-gradient(to right, #fff 50%, #285CA6 50%);
      background-position: 0% calc(1em + 3px);
      background-repeat: repeat-x;
      background-size: calc(200% + 1px) 3px;
      transition: background-position 400ms ease-out, color 0.3s;
      padding-bottom: .25em; }
      .pri-col__blue .ilc__title-wrap h3:hover, .pri-col__blue .ilc__title-wrap h3:focus, .pri-col__blue .ilc__title-wrap h3:active {
        background-position: -99% calc(1em + 3px);
        transition: background-position 400ms ease-out, color 0.3s;
        color: #285CA6; }
    .pri-col__green .ilc__title-wrap h3 {
      display: inline;
      background-image: linear-gradient(to right, #fff 50%, #5bc63f 50%);
      background-position: 0% calc(1em + 3px);
      background-repeat: repeat-x;
      background-size: calc(200% + 1px) 3px;
      transition: background-position 400ms ease-out, color 0.3s;
      padding-bottom: .25em; }
      .pri-col__green .ilc__title-wrap h3:hover, .pri-col__green .ilc__title-wrap h3:focus, .pri-col__green .ilc__title-wrap h3:active {
        background-position: -99% calc(1em + 3px);
        transition: background-position 400ms ease-out, color 0.3s;
        color: #5bc63f; }
    .pri-col__orange .ilc__title-wrap h3 {
      display: inline;
      background-image: linear-gradient(to right, #fff 50%, #fc5f37 50%);
      background-position: 0% calc(1em + 3px);
      background-repeat: repeat-x;
      background-size: calc(200% + 1px) 3px;
      transition: background-position 400ms ease-out, color 0.3s;
      padding-bottom: .25em; }
      .pri-col__orange .ilc__title-wrap h3:hover, .pri-col__orange .ilc__title-wrap h3:focus, .pri-col__orange .ilc__title-wrap h3:active {
        background-position: -99% calc(1em + 3px);
        transition: background-position 400ms ease-out, color 0.3s;
        color: #fc5f37; }
    .pri-col__red .ilc__title-wrap h3 {
      display: inline;
      background-image: linear-gradient(to right, #fff 50%, #da406d 50%);
      background-position: 0% calc(1em + 3px);
      background-repeat: repeat-x;
      background-size: calc(200% + 1px) 3px;
      transition: background-position 400ms ease-out, color 0.3s;
      padding-bottom: .25em; }
      .pri-col__red .ilc__title-wrap h3:hover, .pri-col__red .ilc__title-wrap h3:focus, .pri-col__red .ilc__title-wrap h3:active {
        background-position: -99% calc(1em + 3px);
        transition: background-position 400ms ease-out, color 0.3s;
        color: #da406d; }

.pri-col__light-blue .ilc__inner:hover .ilc__title-wrap h3, .pri-col__light-blue .ilc__inner:focus .ilc__title-wrap h3, .pri-col__light-blue .ilc__inner:active .ilc__title-wrap h3 {
  color: #14ccdc; }

.pri-col__green .ilc__inner:hover .ilc__title-wrap h3, .pri-col__green .ilc__inner:focus .ilc__title-wrap h3, .pri-col__green .ilc__inner:active .ilc__title-wrap h3 {
  color: #5bc63f; }

.pri-col__orange .ilc__inner:hover .ilc__title-wrap h3, .pri-col__orange .ilc__inner:focus .ilc__title-wrap h3, .pri-col__orange .ilc__inner:active .ilc__title-wrap h3 {
  color: #fc5f37; }

.pri-col__red .ilc__inner:hover .ilc__title-wrap h3, .pri-col__red .ilc__inner:focus .ilc__title-wrap h3, .pri-col__red .ilc__inner:active .ilc__title-wrap h3 {
  color: #da406d; }

.flow-flow-section {
  overflow: hidden; }

.news-events-section h2 {
  text-align: center;
  margin-bottom: 7vh; }

.river-watch-section {
  margin-top: 7vh;
  padding: 7vh 0 10vh;
  background-color: #f6fafd; }
  .river-watch-section h4 {
    color: #30a3de;
    font-weight: 700; }
  .river-watch-section .logo-container {
    padding-right: 80px;
    padding-top: 20px; }
    .river-watch-section .logo-container a {
      display: block;
      position: relative; }
    @media only screen and (max-width: 1300px) {
      .river-watch-section .logo-container {
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .river-watch-section .logo-container img {
        width: 50%; } }
  .river-watch-section .blog-card-read-more a {
    position: relative;
    display: inline-block;
    line-height: 1.2;
    transition: color 0.3s;
    font-weight: 700;
    text-transform: uppercase;
    color: #3B4044; }
    .river-watch-section .blog-card-read-more a:hover, .river-watch-section .blog-card-read-more a:focus, .river-watch-section .blog-card-read-more a a, .river-watch-section .blog-card-read-more a a:hover, .river-watch-section .blog-card-read-more a a:focus {
      text-decoration: none; }
    .river-watch-section .blog-card-read-more a:before {
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      opacity: 1;
      transition: opacity 0.3s;
      content: '';
      border-bottom: 2px solid #30a3de; }
    .river-watch-section .blog-card-read-more a:after {
      position: absolute;
      right: -26px;
      top: 0;
      font-family: "Material Icons";
      content: 'arrow_forward';
      color: #30a3de;
      font-size: 24px;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      font-feature-settings: 'liga';
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      font-weight: 400; }
    .river-watch-section .blog-card-read-more a:hover, .river-watch-section .blog-card-read-more a:focus, .river-watch-section .blog-card-read-more a:active {
      color: #30a3de;
      transition: color 0.3s; }
      .river-watch-section .blog-card-read-more a:hover:before, .river-watch-section .blog-card-read-more a:focus:before, .river-watch-section .blog-card-read-more a:active:before {
        opacity: 0;
        transition: opacity 0.3s; }
    .river-watch-section .blog-card-read-more a:hover, .river-watch-section .blog-card-read-more a:focus, .river-watch-section .blog-card-read-more a a, .river-watch-section .blog-card-read-more a a:hover, .river-watch-section .blog-card-read-more a a:focus {
      text-decoration: none; }
    .river-watch-section .blog-card-read-more a:after {
      font-size: 40px;
      right: -44px;
      top: -10px; }

.footer-cta-section {
  background: #285CA6;
  padding: 5vh 0; }
  .footer-cta-section .footer-cta-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991px) {
      .footer-cta-section .footer-cta-container {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .footer-cta-section .footer-cta-container .tagline {
      font-family: "Karla", "Helvetica", Arial, Helvetica, Sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 16px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none;
      letter-spacing: -0.6px;
      font-size: 1.125em;
      color: #fff;
      padding: 0;
      margin: 0;
      margin-right: 24px; }
      .footer-cta-section .footer-cta-container .tagline a, .footer-cta-section .footer-cta-container .taglinea {
        color: #3B4044; }
        .footer-cta-section .footer-cta-container .tagline a:hover, .footer-cta-section .footer-cta-container .tagline a:focus, .footer-cta-section .footer-cta-container .taglinea:hover, .footer-cta-section .footer-cta-container .taglinea:focus {
          text-decoration: underline;
          color: #232629; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .footer-cta-section .footer-cta-container .tagline {
          font-size: calc( 1.125em + (21.328 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .footer-cta-section .footer-cta-container .tagline {
          font-size: 1.333em; } }
      @media (max-width: 991px) {
        .footer-cta-section .footer-cta-container .tagline {
          margin-bottom: 16px; } }
    .footer-cta-section .footer-cta-container .btn, .footer-cta-section .footer-cta-container .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .footer-cta-section .footer-cta-container .ninja-forms-field[type="button"] {
      background-color: #2c8fa1; }

/* --------------------------------------
/*  Contact Us Page

    - Contact Details
    - Map Section

/* -------------------------------------*/
/* --------------------------------------
/*  Contact Details
/* -------------------------------------*/
.contact-us-page-contact-details .contact-detail {
  border-top: 1px solid #E0E0E0;
  margin-bottom: 24px;
  padding-top: 16px; }
  .contact-us-page-contact-details .contact-detail p {
    padding: 0;
    margin: 0; }
    .contact-us-page-contact-details .contact-detail p a {
      color: inherit; }
    .contact-us-page-contact-details .contact-detail p.title {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 4px; }
    .contact-us-page-contact-details .contact-detail p.contact-detail-result {
      position: relative;
      padding-left: 32px; }
      .contact-us-page-contact-details .contact-detail p.contact-detail-result:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        color: #3B4044; }
  .contact-us-page-contact-details .contact-detail.phone p.contact-detail-result:before {
    content: "\f095";
    font-family: FontAwesome; }
  .contact-us-page-contact-details .contact-detail.address p.contact-detail-result:before {
    content: "\f041";
    font-family: FontAwesome; }
  .contact-us-page-contact-details .contact-detail.email p.contact-detail-result:before {
    content: "\f0e0";
    font-family: FontAwesome; }

.forms-wrap .forms-filter-buttons {
  padding: 40px 0;
  text-align: center; }
  .forms-wrap .forms-filter-buttons .form-filter-button {
    margin: 0 8px; }
    @media (max-width: 543px) {
      .forms-wrap .forms-filter-buttons .form-filter-button {
        margin-bottom: 16px; } }
    .forms-wrap .forms-filter-buttons .form-filter-button:hover, .forms-wrap .forms-filter-buttons .form-filter-button:focus, .forms-wrap .forms-filter-buttons .form-filter-button:active, .forms-wrap .forms-filter-buttons .form-filter-button.active {
      box-shadow: none; }

.form-wrap {
  display: none; }
  .form-wrap.active {
    display: block; }

/* --------------------------------------
/*  Map Section
/* -------------------------------------*/
.contact-us-page-map-section {
  background: #60c2d3; }
  .contact-us-page-map-section .title {
    padding: 32px 0;
    text-align: center; }
    .contact-us-page-map-section .title h2 {
      padding: 0;
      margin: 0;
      color: #fff;
      font-size: calc(1.333 * 16px);
      text-transform: uppercase; }

/* --------------------------------------
/*  Landing Page
/* -------------------------------------*/
body.page-template-template-landing-page, body.error404 {
  /* --------------------------------------
  /*  Header
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Hero
  /* -------------------------------------*/ }
  body.page-template-template-landing-page .header-section .header-top-section, body.error404 .header-section .header-top-section {
    display: none; }
  body.page-template-template-landing-page #sticky-header-placeholder, body.page-template-template-landing-page #sticky-header-placeholder.past-pl-bottom, body.error404 #sticky-header-placeholder, body.error404 #sticky-header-placeholder.past-pl-bottom {
    display: none; }
  body.page-template-template-landing-page .header-main-section.sticky-header, body.error404 .header-main-section.sticky-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    box-shadow: none; }
    body.page-template-template-landing-page .header-main-section.sticky-header .header-section-main-container, body.error404 .header-main-section.sticky-header .header-section-main-container {
      -ms-flex-align: start;
      align-items: flex-start; }
    body.page-template-template-landing-page .header-main-section.sticky-header .navigation-section, body.error404 .header-main-section.sticky-header .navigation-section {
      display: none; }
    body.page-template-template-landing-page .header-main-section.sticky-header .logo a, body.error404 .header-main-section.sticky-header .logo a {
      display: inline-block;
      padding: 4px 0;
      box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.13);
      background: #fff;
      transition: box-shadow 0.1s;
      background-color: transparent; }
      .mobile-nav-active body.page-template-template-landing-page .header-main-section.sticky-header .logo a, .mobile-nav-active body.error404 .header-main-section.sticky-header .logo a {
        box-shadow: 1px 1px 9px transparent;
        transition: box-shadow 0.1s; }
    body.page-template-template-landing-page .header-main-section.sticky-header.past-pl-bottom, body.error404 .header-main-section.sticky-header.past-pl-bottom {
      top: -100%;
      box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.13);
      background: #fff;
      transition: box-shadow 0.1s; }
      .mobile-nav-active body.page-template-template-landing-page .header-main-section.sticky-header.past-pl-bottom, .mobile-nav-active body.error404 .header-main-section.sticky-header.past-pl-bottom {
        box-shadow: 1px 1px 9px transparent;
        transition: box-shadow 0.1s; }
      body.page-template-template-landing-page .header-main-section.sticky-header.past-pl-bottom .navigation-section, body.error404 .header-main-section.sticky-header.past-pl-bottom .navigation-section {
        display: block; }
      body.page-template-template-landing-page .header-main-section.sticky-header.past-pl-bottom .header-section-main-container, body.error404 .header-main-section.sticky-header.past-pl-bottom .header-section-main-container {
        -ms-flex-align: center;
        align-items: center;
        /* Resetting */ }
      body.page-template-template-landing-page .header-main-section.sticky-header.past-pl-bottom .logo a, body.error404 .header-main-section.sticky-header.past-pl-bottom .logo a {
        padding: 0;
        background: transparent;
        box-shadow: none;
        /* Resetting */ }
    body.page-template-template-landing-page .header-main-section.sticky-header.sticky.shrunk.going-down, body.error404 .header-main-section.sticky-header.sticky.shrunk.going-down {
      position: fixed;
      top: 0; }
  body.page-template-template-landing-page .hero-section .container, body.error404 .hero-section .container {
    padding-bottom: 42%; }
    body.page-template-template-landing-page .hero-section .container .inner, body.error404 .hero-section .container .inner {
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      left: 10%; }
      body.page-template-template-landing-page .hero-section .container .inner h1, body.error404 .hero-section .container .inner h1 {
        margin-top: 24px;
        padding-bottom: 16px; }

.page-template-template-media-page .minimal-heading h1 {
  margin: 0;
  text-align: center; }

.page-template-template-media-page .media-page-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page-template-template-media-page .media-page-menu .mpm-item {
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin: 16px; }
    @media (max-width: 767px) {
      .page-template-template-media-page .media-page-menu .mpm-item {
        margin: 16px; } }
    @media (max-width: 543px) {
      .page-template-template-media-page .media-page-menu .mpm-item {
        width: 100%;
        margin: 4px 0;
        margin-bottom: 16px; } }

.page-template-template-media-page .media-list__item {
  padding: 16px 0;
  border-bottom: 2px solid #E0E0E0; }

.page-template-template-media-page .media-list__name h4 {
  margin: 0;
  font-size: 1.2em; }
  .page-template-template-media-page .media-list__name h4 a {
    display: inline;
    background-image: linear-gradient(to right, transparent 50%, #285CA6 50%);
    background-position: 0% calc(1em + 1px);
    background-repeat: repeat-x;
    background-size: calc(200% + 1px) 2px;
    transition: background-position 400ms ease-out, color 0.3s;
    padding-bottom: .25em; }
    .page-template-template-media-page .media-list__name h4 a:hover, .page-template-template-media-page .media-list__name h4 a:focus, .page-template-template-media-page .media-list__name h4 a a, .page-template-template-media-page .media-list__name h4 a a:hover, .page-template-template-media-page .media-list__name h4 a a:focus {
      text-decoration: none; }
    .page-template-template-media-page .media-list__name h4 a:hover, .page-template-template-media-page .media-list__name h4 a:focus, .page-template-template-media-page .media-list__name h4 a:active {
      background-position: -99% calc(1em + 1px);
      transition: background-position 400ms ease-out, color 0.3s;
      color: #000; }

@media (max-width: 991px) {
  .page-template-template-media-page .media-list__details {
    margin-top: 16px; } }

.page-template-template-media-page .media-list__details span {
  color: #9E9E9E; }

.page-template-template-media-page .media-list__source span {
  color: #9E9E9E; }

.page-template-template-media-page .media-list__view-download {
  text-align: right;
  padding-right: 24px; }
  .page-template-template-media-page .media-list__view-download a {
    color: #000;
    position: relative;
    display: inline-block;
    line-height: 1.2;
    transition: color 0.3s; }
    .page-template-template-media-page .media-list__view-download a:hover, .page-template-template-media-page .media-list__view-download a:focus, .page-template-template-media-page .media-list__view-download a a, .page-template-template-media-page .media-list__view-download a a:hover, .page-template-template-media-page .media-list__view-download a a:focus {
      text-decoration: none; }
    .page-template-template-media-page .media-list__view-download a:before {
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      opacity: 1;
      transition: opacity 0.3s;
      content: '';
      border-bottom: 2px solid #285CA6; }
    .page-template-template-media-page .media-list__view-download a:after {
      position: absolute;
      right: -26px;
      top: 0;
      font-family: "Material Icons";
      content: 'arrow_forward';
      color: #285CA6;
      font-size: 24px;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      font-feature-settings: 'liga';
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      font-weight: 400; }
    .page-template-template-media-page .media-list__view-download a:hover, .page-template-template-media-page .media-list__view-download a:focus, .page-template-template-media-page .media-list__view-download a:active {
      color: #285CA6;
      transition: color 0.3s; }
      .page-template-template-media-page .media-list__view-download a:hover:before, .page-template-template-media-page .media-list__view-download a:focus:before, .page-template-template-media-page .media-list__view-download a:active:before {
        opacity: 0;
        transition: opacity 0.3s; }
  @media (max-width: 543px) {
    .page-template-template-media-page .media-list__view-download {
      text-align: left;
      margin-top: 8px; } }

.page-template-template-media-page .view-more-container {
  text-align: center;
  padding: 48px 0; }

.load-more-anchor {
  text-align: center;
  padding: 40px; }

.fr-overlay, .fr-window, .fr-window-fixed-measure {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.fr-close, .fr-onclick-next, .fr-side-next, .fr-side-next .fr-side-button {
  right: 0; }

.fr-no-caption .fr-position-text, .fr-ui-outside .fr-position-text, .fr-window-fresco .fr-ui-outside .fr-position-text {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }

.fr-overlay {
  z-index: 99999;
  position: fixed;
  zoom: 1; }

.fr-overlay-background {
  background: #000;
  filter: alpha(opacity=90);
  opacity: .9;
  float: left;
  width: 100%;
  height: 100%;
  position: relative; }

.fr-window, .fr-window-fixed-measure {
  z-index: 100000;
  position: fixed;
  min-height: 100%; }

.fr-loading, .fr-ui-outside .fr-info {
  z-index: 100001; }

.fr-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  margin-left: -26px;
  overflow: visible; }

.fr-loading-background, .fr-loading-icon, .fr-loading-offset {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fr-box-has-ui-outside, .fr-frame, .fr-frames, .fr-ui {
  overflow: hidden; }

.fr-loading-background {
  background: url(skins/loading.gif) 50% 50% no-repeat #0d0d0d;
  opacity: .8;
  border-radius: 3px;
  position: relative;
  float: left;
  box-sizing: border-box;
  border: 1px solid rgba(80, 80, 80, 0.2); }

.fr-loading-icon {
  display: none; }

.fr-bubble {
  float: left;
  width: 100%;
  height: 100%;
  position: relative; }

.fr-frame, .fr-frames, .fr-frames-move, .fr-ui {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.fr-info, .fr-ui {
  font: 400 13px/21px "Lucida Sans Unicode","Lucida Sans","Lucida Grande",Verdana,Arial,sans-serif; }

.fr-frames {
  display: inline; }

.fr-frame-touch {
  position: relative;
  float: left;
  top: auto;
  left: auto;
  width: 100%; }

.fr-window :not(.fr-caption)::-moz-selection, .fr-window :not(.fr-caption)::-webkit-selection, .fr-window :not(.fr-caption)::selection {
  background: 0 0; }

.fr-mobile-touch-enabled .fr-frame .fr-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fr-frame-touch .fr-box {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fr-box-spacer, .fr-box-wrapper, .fr-ui-spacer, .fr-ui-toggle, .fr-ui-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none; }

.fr-mobile-touch-enabled .fr-side, .fr-mobile-touch-enabled .fr-ui, .fr-mobile-touch-enabled .fr-ui-outer-border, .fr-mobile-touch-enabled .fr-ui-padder, .fr-mobile-touch-enabled .fr-ui-spacer, .fr-mobile-touch-enabled .fr-ui-toggle, .fr-mobile-touch-enabled .fr-ui-wrapper {
  pointer-events: none; }

.fr-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.fr-box-spacer, .fr-ui-spacer {
  position: absolute;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fr-box-wrapper, .fr-ui-wrapper {
  position: relative;
  background: url(skins/blank.gif);
  overflow: hidden; }

.fr-box-padder, .fr-ui-padder {
  zoom: 1;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  background: url(skins/blank.gif);
  position: absolute;
  top: 0;
  left: 0; }

.fr-ui-padder {
  zoom: 1; }

.fr-box-wrapper, .fr-ui-toggle, .fr-ui-wrapper {
  position: relative;
  float: left;
  display: inline;
  zoom: 1;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fr-box-wrapper {
  background: #101010; }

.fr-onclick-side, .fr-side {
  top: 0;
  height: 100%;
  cursor: pointer;
  background: url(skins/blank.gif);
  overflow: hidden; }

.fr-ui-wrapper-outside {
  float: left;
  height: 100%;
  width: 100%; }

.fr-box-outer-border, .fr-ui-outer-border {
  position: relative;
  float: left;
  display: inline;
  height: 100%;
  width: 100%;
  zoom: 1; }

.fr-ltIE9 .fr-box-outer-border, .fr-ltIE9 .fr-ui-outer-border {
  border: 0 solid transparent; }

.fr-content {
  height: 100%;
  width: 100%;
  zoom: 1;
  margin: 0;
  padding: 0; }

.fr-content-image {
  position: absolute;
  top: 0;
  left: 0;
  image-rendering: optimizeQuality;
  max-width: none; }

.fr-content-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none; }

.fr-download-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-user-drag: element;
  user-drag: element;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: auto; }

.fr-side, .fr-ui-outside .fr-position-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.fr-onclick-side {
  position: absolute;
  width: 50%;
  z-index: 1; }

.fr-onclick-side img {
  cursor: pointer; }

.fr-onclick-previous {
  left: 0; }

.fr-frame-onclick-next .fr-onclick-next {
  width: 100%; }

.fr-side {
  position: absolute;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: 1; }

.fr-side-disabled {
  cursor: default; }

.fr-close, .fr-thumbnail, .fr-thumbnail-overlay {
  cursor: pointer; }

.fr-side-button {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: -36px 9px 0;
  pointer-events: auto; }

.fr-side-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1; }

.fr-side-previous {
  left: 0;
  width: 50%; }

.fr-side-next {
  width: 50%; }

.fr-side-previous .fr-side-button {
  left: 0; }

.fr-ui-outside .fr-side {
  width: 72px;
  height: 72px;
  top: 50%;
  margin-top: -36px; }

.fr-info, .fr-info-background {
  position: absolute;
  width: 100%;
  left: 0; }

.fr-ui-outside .fr-side-button {
  margin-top: 0;
  top: 0; }

.fr-info {
  bottom: 0;
  color: #efefef;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  pointer-events: auto; }

.fr-info-background {
  top: 0;
  height: 100%;
  line-height: 1%;
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
  box-sizing: border-box;
  background: #000; }

.fr-info-outside .fr-info-background {
  background: #0d0d0d;
  filter: none;
  opacity: 1; }

.fr-caption, .fr-info-inside .fr-position {
  opacity: .99;
  position: relative;
  filter: alpha(opacity=99);
  word-wrap: no-wrap; }

.fr-info-padder {
  padding: 12px;
  display: block;
  filter: alpha(opacity=99);
  overflow: hidden;
  width: auto;
  position: relative; }

.fr-caption {
  width: auto; }

.fr-position-text {
  position: relative; }

.fr-has-position .fr-info-inside .fr-caption {
  margin-right: 75px; }

.fr-info-inside .fr-position {
  text-align: right;
  line-height: 21px;
  color: #b3b3b3;
  float: right;
  width: 75px; }

.fr-no-caption .fr-info-inside .fr-position {
  width: auto;
  margin: 0 1px 1px 0;
  color: #b9b9b9;
  filter: alpha(opacity=99); }

.fr-info-inside .fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fr-no-caption .fr-info-inside .fr-position-background {
  border-radius: 12px;
  background: #101010;
  filter: alpha(opacity=80);
  opacity: .8;
  box-sizing: border-box; }

.fr-info-inside .fr-position-text {
  position: relative; }

.fr-no-caption .fr-info-inside .fr-position-text {
  float: left;
  height: 13px;
  line-height: 13px;
  padding: 6px 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }

@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
  .fr-has-position .fr-info-inside .fr-caption {
    margin-right: 0; }
  .fr-position {
    display: none !important; }
  .fr-ui-outside .fr-side {
    width: 54px;
    height: 50px;
    margin-top: -25px; }
  .fr-side-button {
    width: 40px;
    height: 50px;
    margin: -25px 6px 0; } }

.fr-ui-outside .fr-position {
  display: inline;
  width: auto;
  color: #b9b9b9; }

.fr-ui-outside .fr-position-text {
  position: relative;
  float: left;
  width: auto;
  text-align: right;
  color: #b3b3b3;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-wrap: no-wrap;
  padding: 6px 10px;
  height: 13px;
  line-height: 13px; }

.fr-ui-outside .fr-position-background {
  border-radius: 12px;
  filter: alpha(opacity=80);
  opacity: .8;
  box-sizing: border-box;
  background: #1e1e1e;
  border: 1px solid rgba(180, 180, 180, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fr-no-caption .fr-info-outside {
  display: none; }

.fr-no-caption .fr-info-padder {
  pointer-events: none; }

.fr-no-caption .fr-info-background {
  pointer-events: none;
  opacity: 0;
  filter: none;
  display: none; }

.fr-ui-outside .fr-position {
  float: none;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 15px; }

.fr-ltIE8 .fr-box *, .fr-ltIE8 .fr-info * {
  zoom: 1;
  filter: alpha(opacity=99); }

.fr-info-outside {
  bottom: auto; }

.fr-no-caption .fr-info-outside .fr-info-padder {
  padding: 10px 5px; }

.fr-ui-outside .fr-no-caption .fr-position {
  margin: 0; }

.fr-close {
  position: absolute;
  top: 0;
  width: 47px;
  height: 47px;
  pointer-events: auto; }

.fr-close-background, .fr-close-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 23px;
  width: 23px; }

.fr-close-background {
  filter: alpha(opacity=80);
  opacity: .8;
  transition: background-color .2s ease-in;
  background-color: #282828;
  cursor: pointer; }

.fr-close:hover .fr-close-background {
  background-color: #333; }

.fr-ui-outside .fr-close-background {
  background-color: #363636; }

.fr-ui-outside .fr-close:hover .fr-close-background {
  background-color: #434343; }

.fr-thumbnails {
  position: absolute;
  width: 100%;
  height: 9%;
  -webkit-tap-highlight-color: transparent;
  zoom: 1;
  overflow: hidden; }

.fr-thumbnails-horizontal {
  left: 0;
  bottom: 0;
  min-height: 40px;
  max-height: 120px;
  padding: 20px 0; }

.fr-thumbnails-vertical {
  left: 0;
  top: 0;
  min-width: 40px;
  max-width: 120px;
  padding: 0 20px; }

.fr-thumbnails, .fr-thumbnails * {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fr-thumbnails-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%; }

.fr-thumbnails-vertical .fr-thumbnails-wrapper {
  top: 50%;
  left: 0; }

.fr-thumbnails-slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  zoom: 1; }

.fr-thumbnails-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.fr-thumbnails-thumbs {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0; }

.fr-thumbnails-slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%; }

.fr-thumbnail-frame {
  position: absolute;
  zoom: 1;
  overflow: hidden; }

.fr-thumbnail {
  position: absolute;
  width: 30px;
  height: 100%;
  left: 50%;
  top: 50%;
  zoom: 1;
  margin: 0 10px; }

.fr-ltIE9 .fr-thumbnail * {
  overflow: hidden;
  z-index: 1;
  zoom: 1; }

.fr-thumbnail-wrapper {
  position: relative;
  background: #161616;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  display: inline;
  z-index: 0; }

.fr-thumbnail-active, .fr-thumbnail-active .fr-thumbnail-overlay {
  cursor: default; }

.fr-thumbnail-overlay, .fr-thumbnail-overlay-background, .fr-thumbnail-overlay-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fr-thumbnail-overlay-border {
  box-sizing: border-box;
  border-width: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent; }

.fr-thumbnail img {
  position: absolute;
  filter: alpha(opacity=85);
  opacity: .85;
  max-width: none; }

.fr-thumbnail-active:hover img, .fr-thumbnail:hover img {
  filter: alpha(opacity=99);
  opacity: .99; }

.fr-thumbnail-active img, .fr-thumbnail-active:hover img {
  filter: alpha(opacity=35);
  opacity: .35; }

.fr-thumbnail-loading, .fr-thumbnail-loading-background, .fr-thumbnail-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fr-thumbnail-loading-background {
  background-color: #101010;
  background-image: url(skins/loading.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: .8;
  position: relative;
  float: left; }

.fr-thumbnail-loading-icon {
  display: none; }

.fr-thumbnails-side {
  float: left;
  height: 100%;
  width: 28px;
  margin: 0 10px;
  position: relative;
  overflow: hidden; }

.fr-thumbnails-side-previous {
  margin-left: 20px; }

.fr-thumbnails-side-next {
  margin-right: 20px; }

.fr-thumbnails-side-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  width: 28px;
  height: 28px;
  cursor: pointer; }

.fr-thumbnails-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=80);
  opacity: .8;
  transition: background-color .2s ease-in;
  background-color: #333;
  cursor: pointer;
  border-radius: 4px; }

.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
  background-color: #3b3b3b; }

.fr-thumbnails-side-button-disabled * {
  cursor: default; }

.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
  background-color: #333; }

.fr-thumbnails-side-button-icon {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%; }

.fr-thumbnails-vertical .fr-thumbnail-frame, .fr-thumbnails-vertical .fr-thumbnails-side, .fr-thumbnails-vertical .fr-thumbnails-thumbs {
  clear: both; }

.fr-frames-has-touch-ui {
  top: 43px; }

.fr-touch-menu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 43px; }

.fr-touch-caption {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  margin-top: -43px; }

.fr-touch-caption-wrapper, .fr-touch-menu-wrapper {
  float: left;
  width: 100%;
  height: 100%;
  position: relative; }

.fr-touch-caption-overflow-scroll {
  overflow-x: hidden;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.fr-touch-caption-background, .fr-touch-menu-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: 1%;
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
  box-sizing: border-box;
  background: #000; }

.fr-touch-caption-info {
  float: left;
  position: relative;
  clear: both;
  padding-right: 38px;
  color: #efefef; }

.fr-touch-caption-info-padder {
  float: left;
  padding: 11px;
  display: block;
  filter: alpha(opacity=99);
  overflow: hidden;
  width: auto;
  position: relative; }

.fr-touch-caption-text-wrapper {
  float: left;
  clear: both;
  font-weight: 400;
  font-family: "Lucida Sans Unicode","Lucida Sans","Lucida Grande",Verdana,Arial,sans-serif;
  font-size: 13px;
  line-height: 21px;
  height: 21px;
  width: 100%;
  overflow: hidden; }

.fr-touch-caption-text {
  float: left; }

.fr-touch-caption-overflow .fr-touch-caption-text-wrapper {
  overflow: visible;
  height: auto; }

.fr-touch-button {
  padding: 10px 4px;
  width: 23px;
  height: 23px;
  position: relative;
  cursor: pointer; }

.fr-touch-button .fr-touch-button-background {
  position: absolute;
  top: 10px;
  left: 4px;
  height: 23px;
  width: 23px;
  background-color: #303030; }

.fr-touch-button:hover .fr-touch-button-background {
  background-color: #404040; }

.fr-touch-button-icon {
  float: left;
  position: relative;
  width: 23px;
  height: 23px; }

.fr-touch-caption-more, .fr-touch-close {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 11px; }

.fr-touch-caption-more {
  display: none; }

.fr-touch-caption-padded .fr-touch-caption-more {
  display: block; }

.fr-window-IE6 .fr-close .fr-close-background, .fr-window-IE6 .fr-info-background, .fr-window-IE6 .fr-position .fr-position-background, .fr-window-IE6 .fr-ui-inside .fr-side-button-disabled .fr-side-button-icon {
  display: none; }

@media all and (min-height: 0px) {
  .fr-thumbnails {
    padding: 10px 0; }
  .fr-thumbnail, .fr-thumbnails-side {
    margin: 0 4px; }
  .fr-thumbnails-side-previous {
    margin-left: 8px; }
  .fr-thumbnails-side-next {
    margin-right: 8px; }
  .fr-thumbnail-loading-background {
    background-image: url(skins/loading-small.gif); } }

@media all and (min-height: 200px) {
  .fr-thumbnails {
    padding: 12px 0; }
  .fr-thumbnail, .fr-thumbnails-side {
    margin: 0 6px; }
  .fr-thumbnails-side-previous {
    margin-left: 12px; }
  .fr-thumbnails-side-next {
    margin-right: 12px; } }

@media all and (min-height: 350px) {
  .fr-thumbnail-loading-background {
    background-image: url(skins/loading-medium.gif); } }

@media all and (min-height: 500px) {
  .fr-thumbnails {
    padding: 14px 0; }
  .fr-thumbnail, .fr-thumbnails-side {
    margin: 0 7px; }
  .fr-thumbnails-side-previous {
    margin-left: 14px; }
  .fr-thumbnails-side-next {
    margin-right: 14px; } }

@media all and (min-height: 700px) {
  .fr-thumbnails {
    padding: 20px 0; }
  .fr-thumbnail, .fr-thumbnails-side {
    margin: 0 10px; }
  .fr-thumbnails-side-previous {
    margin-left: 20px; }
  .fr-thumbnails-side-next {
    margin-right: 20px; }
  .fr-thumbnail-loading-background {
    background-image: url(skins/loading.gif); } }

.fr-ltIE8 * {
  zoom: 1;
  z-index: 1; }

.fr-ltIE9 .fr-content-image-overlay, .fr-ltIE9 .fr-has-caption .fr-info-outside .fr-info-background {
  border: 0; }

.fr-window-fresco .fr-close-icon, .fr-window-fresco .fr-side-button-icon, .fr-window-fresco .fr-thumbnails-side-button-icon, .fr-window-fresco .fr-touch-caption-more .fr-touch-button-icon, .fr-window-fresco .fr-touch-close .fr-touch-button-icon {
  background-image: url(skins/fresco/sprite.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .fr-window-fresco .fr-close-icon, .fr-window-fresco .fr-side-button-icon, .fr-window-fresco .fr-touch-caption-more .fr-touch-button-icon, .fr-window-fresco .fr-touch-close .fr-touch-button-icon {
    background-image: url(skins/fresco/sprite@x2.png);
    background-size: 500px 500px; } }

.fr-window-fresco .fr-box-outer-border {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

.fr-window-fresco .fr-box-wrapper {
  background: #101010;
  border-color: transparent;
  border-style: solid;
  border-width: 0; }

.fr-window-fresco .fr-content-image-overlay {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.08); }

.fr-window-fresco .fr-has-caption .fr-box-has-ui-outside .fr-content-image-overlay {
  border-bottom-width: 0; }

.fr-window-fresco .fr-no-caption .fr-box-has-ui-outside .fr-content-image-overlay {
  border-bottom-width: 1px; }

.fr-window-fresco .fr-no-caption .fr-info-inside .fr-position-background {
  border: 1px solid rgba(180, 180, 180, 0.15); }

.fr-window-fresco .fr-has-caption .fr-info-inside .fr-info-background {
  border: 1px solid rgba(68, 68, 68, 0.1);
  border-top-width: 0; }

.fr-window-fresco .fr-has-caption .fr-info-outside .fr-info-background {
  border: 1px solid rgba(80, 80, 80, 0.25);
  border-top-width: 0; }

.fr-window-fresco .fr-side-previous .fr-side-button .fr-side-button-icon {
  background-position: -13px -14px; }

.fr-window-fresco .fr-side-next .fr-side-button .fr-side-button-icon {
  background-position: -93px -14px; }

.fr-window-fresco .fr-side-previous:hover .fr-side-button .fr-side-button-icon {
  background-position: -13px -114px; }

.fr-window-fresco .fr-side-next:hover .fr-side-button .fr-side-button-icon {
  background-position: -93px -114px; }

.fr-window-fresco .fr-side-previous .fr-side-button-disabled .fr-side-button-icon, .fr-window-fresco .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon {
  background-position: -13px -214px; }

.fr-window-fresco .fr-side-next .fr-side-button-disabled .fr-side-button-icon, .fr-window-fresco .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon {
  background-position: -93px -214px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-side-previous .fr-side-button .fr-side-button-icon {
  background-position: -13px -114px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-side-next .fr-side-button .fr-side-button-icon {
  background-position: -93px -114px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-side .fr-side-button .fr-side-button-icon {
  transition: opacity .2s ease-in;
  opacity: .5; }

.fr-window-fresco .fr-frame .fr-side .fr-side-button-active .fr-side-button-icon, .fr-window-fresco .fr-side:hover .fr-side-button .fr-side-button-icon {
  opacity: 1; }

.fr-ltIE9 .fr-frame .fr-side-previous .fr-side-button-active .fr-side-button-icon {
  background-position: -13px -114px; }

.fr-ltIE9 .fr-frame .fr-side-next .fr-side-button-active .fr-side-button-icon {
  background-position: -93px -114px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled .fr-side-button-icon, .fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled:hover .fr-side-button-icon {
  opacity: .2; }

.fr-window-fresco .fr-ui-inside .fr-side-button-disabled .fr-side-button-icon {
  background-image: none; }

@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
  .fr-window-fresco .fr-side-previous .fr-side-button .fr-side-button-icon {
    background-position: 0 -300px; }
  .fr-window-fresco .fr-side-next .fr-side-button .fr-side-button-icon {
    background-position: -40px -300px; }
  .fr-window-fresco .fr-side-previous:hover .fr-side-button .fr-side-button-icon {
    background-position: 0 -350px; }
  .fr-window-fresco .fr-side-next:hover .fr-side-button .fr-side-button-icon {
    background-position: -40px -350px; }
  .fr-window-fresco:not(.fr-ltIE9) .fr-side-previous .fr-side-button .fr-side-button-icon {
    background-position: 0 -350px; }
  .fr-window-fresco:not(.fr-ltIE9) .fr-side-next .fr-side-button .fr-side-button-icon {
    background-position: -40px -350px; }
  .fr-window-fresco .fr-touch-caption-text-wrapper {
    font-size: 12px; } }

.fr-window-fresco .fr-close .fr-close-icon {
  background-position: -169px -9px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-close .fr-close-icon {
  background-position: -210px -9px;
  transition: opacity .2s ease-in;
  opacity: .8; }

.fr-window-fresco .fr-close:hover .fr-close-icon {
  background-position: -210px -9px;
  opacity: 1; }

.fr-window-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

.fr-window-fresco .fr-thumbnail-wrapper {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3); }

.fr-window-fresco .fr-thumbnail-overlay-border {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.08); }

.fr-thumbnail-active .fr-thumbnail-overlay-border, .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
  border: 0; }

.fr-window-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -160px -41px; }

.fr-window-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -202px -41px; }

.fr-window-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -160px -83px; }

.fr-window-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -202px -83px; }

.fr-window-fresco .fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -286px -41px; }

.fr-window-fresco .fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -328px -41px; }

.fr-window-fresco .fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -286px -83px; }

.fr-window-fresco .fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -328px -83px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-icon {
  transition: opacity .2s ease-in;
  opacity: .8; }

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled, .fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -160px -41px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled, .fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -202px -83px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon {
  opacity: 1; }

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled, .fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -286px -41px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled, .fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -328px -83px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-disabled, .fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled {
  opacity: .5; }

.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon, .fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -244px -41px; }

.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon, .fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -244px -83px; }

.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background, .fr-window-fresco.fr-ltIE9 .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
  filter: alpha(opacity=50); }

.fr-window-fresco.fr-ltIE9 .fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon, .fr-window-fresco.fr-ltIE9 .fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -370px -41px; }

.fr-window-fresco.fr-ltIE9 .fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon, .fr-window-fresco.fr-ltIE9 .fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -370px -83px; }

.fr-window-fresco .fr-touch-caption-background, .fr-window-fresco .fr-touch-menu-background {
  box-sizing: border-box;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.12);
  border-width: 0 0 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.fr-window-fresco .fr-touch-caption-background {
  border-width: 1px 0 0;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3); }

.fr-window-fresco .fr-touch-close .fr-touch-button-icon {
  background-position: -169px -9px; }

.fr-window-fresco .fr-touch-close:hover .fr-touch-button-icon {
  background-position: -210px -9px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-touch-close .fr-touch-button-icon {
  background-position: -210px -9px;
  transition: opacity .2s ease-in;
  opacity: .8; }

.fr-window-fresco .fr-touch-close .fr-touch-button-icon {
  opacity: 1; }

.fr-window-fresco .fr-touch-caption-more .fr-touch-button-icon {
  background-position: -169px -134px; }

.fr-window-fresco .fr-touch-caption-more:hover .fr-touch-button-icon {
  background-position: -210px -134px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-touch-caption-more .fr-touch-button-icon {
  background-position: -210px -134px;
  transition: opacity .2s ease-in;
  opacity: .8; }

.fr-window-fresco .fr-touch-caption-more .fr-touch-button-icon {
  opacity: 1; }

.fr-window-fresco .fr-touch-caption-less .fr-touch-button-icon {
  background-position: -169px -175px; }

.fr-window-fresco .fr-touch-caption-less:hover .fr-touch-button-icon {
  background-position: -210px -175px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-touch-caption-less .fr-touch-button-icon {
  background-position: -210px -175px;
  transition: opacity .2s ease-in;
  opacity: .8; }

.fr-window-fresco .fr-touch-caption-less .fr-touch-button-icon {
  opacity: 1; }

.fr-window-IE6 * {
  zoom: 1; }

.fr-window-IE6 .fr-close-icon, .fr-window-IE6 .fr-side-button-icon, .fr-window-IE6 .fr-thumbnails-side-button-icon {
  background-image: url(skins/IE6/sprite.png); }

.fr-window-IE6 .fr-side-previous .fr-side-button .fr-side-button-icon {
  background-position: -13px -114px; }

.fr-window-IE6 .fr-side-next .fr-side-button .fr-side-button-icon {
  background-position: -93px -114px; }

.fr-window-IE6 .fr-side-previous .fr-side-button-disabled .fr-side-button-icon, .fr-window-IE6 .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon {
  background-position: -13px -214px; }

.fr-window-IE6 .fr-side-next .fr-side-button-disabled .fr-side-button-icon, .fr-window-IE6 .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon {
  background-position: -93px -214px; }

@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
  .fr-window-IE6 .fr-side-previous .fr-side-button .fr-side-button-icon {
    background-position: 0 -350px; }
  .fr-window-IE6 .fr-side-next .fr-side-button .fr-side-button-icon {
    background-position: -40px -350px; }
  .fr-window-IE6 .fr-side-previous .fr-side-button-disabled .fr-side-button-icon, .fr-window-IE6 .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon {
    background-position: 0 -400px; }
  .fr-window-IE6 .fr-side-next .fr-side-button-disabled .fr-side-button-icon, .fr-window-IE6 .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon {
    background-position: -40px -400px; } }

.fr-window-IE6 .fr-close .fr-close-icon {
  background-position: -169px -9px; }

.fr-window-IE6 .fr-close:hover .fr-close-icon {
  background-position: -210px -9px; }

.fr-window-IE6 .fr-info {
  filter: alpha(opacity=99); }

.fr-window-IE6 .fr-ui-outside .fr-info {
  background: #000; }

.fr-window-IE6 .fr-close-icon {
  background-color: #232323; }

.fr-window-IE6 .fr-has-caption .fr-ui-inside .fr-info, .fr-window-IE6 .fr-info-outside {
  background: #0d0d0d; }

.fr-window-IE6 .fr-position {
  background: #101010; }

.fr-window-IE6 .fr-has-caption .fr-ui-inside .fr-position {
  background: 0 0; }

/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.slow {
  animation-duration: 1.5s;
  animation-fill-mode: both; }

.slower {
  animation-duration: 2s;
  animation-fill-mode: both; }

.slowest {
  animation-duration: 3s;
  animation-fill-mode: both; }

/* Added by Andy Meetan */
.delay-250 {
  animation-delay: 0.25s; }

.delay-500 {
  animation-delay: 0.5s; }

.delay-750 {
  animation-delay: 0.75s; }

.delay-1000 {
  animation-delay: 1.0s; }

.delay-1250 {
  animation-delay: 1.25s; }

.delay-1500 {
  animation-delay: 1.5s; }

.delay-1750 {
  animation-delay: 1.75s; }

.delay-2000 {
  animation-delay: 2.0s; }

.delay-2500 {
  animation-delay: 2.5s; }

.delay-2000 {
  animation-delay: 2.0s; }

.delay-2500 {
  animation-delay: 2.5s; }

.delay-3000 {
  animation-delay: 3.0s; }

.delay-3500 {
  animation-delay: 3.5s; }

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  -ms-transform: translateX(400px);
  transform: translateX(400px); }

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  -ms-transform: translateX(400px);
  transform: translateX(400px); }

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0; }

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  -ms-transform: translateX(400px);
  transform: translateX(400px); }

/***********
* bounceIn *
************/

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

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

/****************
* bounceInRight *
****************/

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

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

/******************
* Bounce in left *
*******************/

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

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

/******************
* Bounce in up *
*******************/

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

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

/******************
* Bounce in down *
*******************/

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

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

/**********
* Fade In *
**********/

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

.fadeIn {
  opacity: 0; }

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

/**********
* Grow in *
***********/

@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0; }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1);
    opacity: 1; } }

.growIn {
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0; }

.growIn.go {
  animation-name: growIn; }

/********
* Shake *
********/

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

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

/********
* ShakeUp *
********/

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

.shakeUp.go {
  animation-name: shakeUp; }

/*************
* FadeInLeft *
*************/

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeft {
  opacity: 0;
  -ms-transform: translateX(-400px);
  transform: translateX(-400px); }

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

/*************
* FadeInRight *
*************/

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRight {
  opacity: 0;
  -ms-transform: translateX(400px);
  transform: translateX(400px); }

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

/*************
* FadeInUp *
*************/

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
  opacity: 0;
  -ms-transform: translateY(400px);
  transform: translateY(400px); }

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

/*************
* FadeInDown *
*************/

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDown {
  opacity: 0;
  -ms-transform: translateY(-400px);
  transform: translateY(-400px); }

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

/*****************
* rotateIn *
*****************/

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

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

/*****************
* rotateInUpLeft *
*****************/

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

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

/*******************
* rotateInDownLeft *
*******************/

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

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

/******************
* rotateInUpRight *
*******************/

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

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

/********************
* rotateInDownRight *
********************/

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

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

/*********
* rollIn *
**********/

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

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

/*********
* wiggle *
**********/

@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }

.wiggle.go {
  animation-name: wiggle;
  animation-timing-function: ease-in; }

/********
* swing *
*********/

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

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

/*******
* tada *
********/

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

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

/*********
* wobble *
**********/

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

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

/********
* pulse *
*********/

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

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

/***************
* lightSpeedInRight *
****************/

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

.lightSpeedInRight.go {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out; }

/***************
* lightSpeedInLeft *
****************/

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

.lightSpeedInLeft.go {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out; }

/*******
* Flip *
*******/

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

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

/**********
* flipInX *
**********/

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

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

/**********
* flipInY *
**********/

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

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

/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/

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

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

/************
* bounceOutUp *
*************/

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

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

/************
* bounceOutDown *
*************/

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

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

/************
* bounceOutLeft *
*************/

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

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

/************
* bounceOutRight *
*************/

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

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

/************
* fadeOut *
*************/

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

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

/************
* fadeOutUp *
*************/

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

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

/************
* fadeOutDown *
*************/

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

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

/************
* fadeOutLeft *
*************/

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

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

/************
* fadeOutRight *
*************/

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

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

/************
* flipOutX *
*************/

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

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

/************
* flipOutY *
*************/

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

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

/************
* lightSpeedOutRight *
*************/

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

.lightSpeedOutRight.goAway {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in; }

/************
* lightSpeedOutLeft *
*************/

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

.lightSpeedOutLeft.goAway {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in; }

/************
* rotateOut *
*************/

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

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

/************
* rotateOutUpLeft *
*************/

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

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

/************
* rotateOutDownLeft *
*************/

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

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

/************
* rotateOutUpRight *
*************/

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

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

/************
* rollOut *
*************/

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

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

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/

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

.fadeInUpShort {
  opacity: 0;
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

.fadeInUpShort.go {
  animation-name: fadeInUpShort; }

/*********************
* fadeInDownShort
*********************/

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

.fadeInDownShort {
  opacity: 0;
  -ms-transform: translateY(-20px);
  transform: translateY(-20px); }

.fadeInDownShort.go {
  animation-name: fadeInDownShort; }

/*********************
* fadeInRightShort 
*********************/

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

.fadeInRightShort {
  opacity: 0;
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

.fadeInRightShort.go {
  animation-name: fadeInRightShort; }

/*********************
* fadeInLeftShort 
*********************/

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

.fadeInLeftShort {
  opacity: 0;
  -ms-transform: translateX(-20px);
  transform: translateX(-20px); }

.fadeInLeftShort.go {
  animation-name: fadeInLeftShort; }

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #ffffff; }

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

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

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

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

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

.fa-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

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

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

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

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

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

.fa-git:before {
  content: "\f1d3"; }

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

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

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

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

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

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

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

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

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

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

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

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d"; }

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254"; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

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

.fa-gg:before {
  content: "\f260"; }

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

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

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

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

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

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

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

.fa-contao:before {
  content: "\f26d"; }

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

.fa-amazon:before {
  content: "\f270"; }

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

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

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

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

.fa-industry:before {
  content: "\f275"; }

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

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

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

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

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

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

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

.fa-fonticons:before {
  content: "\f280"; }

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

.fa-edge:before {
  content: "\f282"; }

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

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

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

.fa-usb:before {
  content: "\f287"; }

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

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

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

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

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

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

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

.fa-blind:before {
  content: "\f29d"; }

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

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

.fa-braille:before {
  content: "\f2a1"; }

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

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

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

.fa-glide:before {
  content: "\f2a5"; }

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

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

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

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-snapchat:before {
  content: "\f2ab"; }

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

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

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

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

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

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

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

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

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

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

.fa-linode:before {
  content: "\f2b8"; }

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "\f2c4"; }

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

.fa-telegram:before {
  content: "\f2c6"; }

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

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

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

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

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

/* --------------------------------------
/*  Helpers
/* -------------------------------------- */
img {
  max-width: 100%;
  height: auto; }

.google-map {
  min-height: 300px;
  height: 400px; }

.padding-section {
  padding: 7vh 0; }

.no-padding {
  padding: 0; }

.no-padding-top {
  padding-top: 0; }

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

.no-padding-bottom {
  padding-bottom: 0; }

.no-padding-right {
  padding-right: 0; }

.margin-section {
  margin: 7vh 0; }

.no-margin {
  margin: 0; }

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

.no-margin-left {
  margin-left: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.no-margin-right {
  margin-right: 0; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.reverse-text-colour p, .reverse-text-colour span,
.reverse-text-colour ul, .reverse-text-colour ol, .reverse-text-colour li {
  color: #fff; }

.reverse-text-colour-all h1, .reverse-text-colour-all h2, .reverse-text-colour-all h3,
.reverse-text-colour-all h4, .reverse-text-colour-all h5, .reverse-text-colour-all h6,
.reverse-text-colour-all p, .reverse-text-colour-all a, .reverse-text-colour-all span,
.reverse-text-colour-all ul, .reverse-text-colour-all ol, .reverse-text-colour-all li,
.reverse-text-colour-all textarea,
.reverse-text-colour-all input, .reverse-text-colour-all button, .reverse-text-colour-all label {
  color: #fff; }

.reverse-text-colour-headings h1, .reverse-text-colour-headings h2, .reverse-text-colour-headings h3,
.reverse-text-colour-headings h4, .reverse-text-colour-headings h5, .reverse-text-colour-headings h6 {
  color: #fff; }

/* --------------------------------------
/*  Section Classes
/* -------------------------------------*/
.s-hero--full {
  min-height: 100vh; }

.s-hero--half {
  min-height: 50vh; }

.s-hero--two-thirds {
  min-height: 66vh; }

.s-content--large-2x {
  padding: 4vh 0; }

.s-content--large {
  padding: 5.33333vh 0; }

.s-content--regular {
  padding: 8vh 0; }

.s-content--small {
  padding: 5.33333vh 0; }

.s-content--small-2x {
  padding: 4vh 0; }

/* --------------------------------------
/*  Aspect Ratio
/* -------------------------------------*/
.aspect-ratio {
  position: relative; }
  .aspect-ratio:before {
    display: block;
    content: "";
    width: 100%; }
  .aspect-ratio > .aspect-ratio__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .aspect-ratio.aspect-ratio--1-1:before {
    padding-top: 100%; }
  .aspect-ratio.aspect-ratio--2-3:before {
    padding-top: 150%; }
  .aspect-ratio.aspect-ratio--3-2:before {
    padding-top: 66.66667%; }
  .aspect-ratio.aspect-ratio--3-4:before {
    padding-top: 133.33333%; }
  .aspect-ratio.aspect-ratio--4-3:before {
    padding-top: 75%; }
  .aspect-ratio.aspect-ratio--16-9:before {
    padding-top: 56.25%; }

.s-footer__bottom {
  background: red; }
  .s-footer__bottom + .s-footer__bottom {
    background: green; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* --------------------------------------
/* Text-colour
/* -------------------------------------*/
.text-colour__palette-grey-100 {
  color: #F6F6F6; }

.background-colour__palette-grey-100 {
  background-color: #F6F6F6; }

.h1__text-colour__palette-grey-100 h1 {
  color: #F6F6F6; }

.h2__text-colour__palette-grey-100 h2 {
  color: #F6F6F6; }

.h3__text-colour__palette-grey-100 h3 {
  color: #F6F6F6; }

.h4__text-colour__palette-grey-100 h4 {
  color: #F6F6F6; }

.h5__text-colour__palette-grey-100 h5 {
  color: #F6F6F6; }

.h6__text-colour__palette-grey-100 h6 {
  color: #F6F6F6; }

.text-colour__palette-grey-200 {
  color: #EEEEEE; }

.background-colour__palette-grey-200 {
  background-color: #EEEEEE; }

.h1__text-colour__palette-grey-200 h1 {
  color: #EEEEEE; }

.h2__text-colour__palette-grey-200 h2 {
  color: #EEEEEE; }

.h3__text-colour__palette-grey-200 h3 {
  color: #EEEEEE; }

.h4__text-colour__palette-grey-200 h4 {
  color: #EEEEEE; }

.h5__text-colour__palette-grey-200 h5 {
  color: #EEEEEE; }

.h6__text-colour__palette-grey-200 h6 {
  color: #EEEEEE; }

.text-colour__palette-grey-300 {
  color: #E0E0E0; }

.background-colour__palette-grey-300 {
  background-color: #E0E0E0; }

.h1__text-colour__palette-grey-300 h1 {
  color: #E0E0E0; }

.h2__text-colour__palette-grey-300 h2 {
  color: #E0E0E0; }

.h3__text-colour__palette-grey-300 h3 {
  color: #E0E0E0; }

.h4__text-colour__palette-grey-300 h4 {
  color: #E0E0E0; }

.h5__text-colour__palette-grey-300 h5 {
  color: #E0E0E0; }

.h6__text-colour__palette-grey-300 h6 {
  color: #E0E0E0; }

.text-colour__palette-grey-400 {
  color: #BDBDBD; }

.background-colour__palette-grey-400 {
  background-color: #BDBDBD; }

.h1__text-colour__palette-grey-400 h1 {
  color: #BDBDBD; }

.h2__text-colour__palette-grey-400 h2 {
  color: #BDBDBD; }

.h3__text-colour__palette-grey-400 h3 {
  color: #BDBDBD; }

.h4__text-colour__palette-grey-400 h4 {
  color: #BDBDBD; }

.h5__text-colour__palette-grey-400 h5 {
  color: #BDBDBD; }

.h6__text-colour__palette-grey-400 h6 {
  color: #BDBDBD; }

.text-colour__palette-grey-500 {
  color: #9E9E9E; }

.background-colour__palette-grey-500 {
  background-color: #9E9E9E; }

.h1__text-colour__palette-grey-500 h1 {
  color: #9E9E9E; }

.h2__text-colour__palette-grey-500 h2 {
  color: #9E9E9E; }

.h3__text-colour__palette-grey-500 h3 {
  color: #9E9E9E; }

.h4__text-colour__palette-grey-500 h4 {
  color: #9E9E9E; }

.h5__text-colour__palette-grey-500 h5 {
  color: #9E9E9E; }

.h6__text-colour__palette-grey-500 h6 {
  color: #9E9E9E; }

.text-colour__palette-grey-800 {
  color: #3B4044; }

.background-colour__palette-grey-800 {
  background-color: #3B4044; }

.h1__text-colour__palette-grey-800 h1 {
  color: #3B4044; }

.h2__text-colour__palette-grey-800 h2 {
  color: #3B4044; }

.h3__text-colour__palette-grey-800 h3 {
  color: #3B4044; }

.h4__text-colour__palette-grey-800 h4 {
  color: #3B4044; }

.h5__text-colour__palette-grey-800 h5 {
  color: #3B4044; }

.h6__text-colour__palette-grey-800 h6 {
  color: #3B4044; }

.text-colour__card-back-grey {
  color: #EBEBEB; }

.background-colour__card-back-grey {
  background-color: #EBEBEB; }

.h1__text-colour__card-back-grey h1 {
  color: #EBEBEB; }

.h2__text-colour__card-back-grey h2 {
  color: #EBEBEB; }

.h3__text-colour__card-back-grey h3 {
  color: #EBEBEB; }

.h4__text-colour__card-back-grey h4 {
  color: #EBEBEB; }

.h5__text-colour__card-back-grey h5 {
  color: #EBEBEB; }

.h6__text-colour__card-back-grey h6 {
  color: #EBEBEB; }

.text-colour__palette-teal-500 {
  color: #60c2d3; }

.background-colour__palette-teal-500 {
  background-color: #60c2d3; }

.h1__text-colour__palette-teal-500 h1 {
  color: #60c2d3; }

.h2__text-colour__palette-teal-500 h2 {
  color: #60c2d3; }

.h3__text-colour__palette-teal-500 h3 {
  color: #60c2d3; }

.h4__text-colour__palette-teal-500 h4 {
  color: #60c2d3; }

.h5__text-colour__palette-teal-500 h5 {
  color: #60c2d3; }

.h6__text-colour__palette-teal-500 h6 {
  color: #60c2d3; }

.text-colour__palette-teal-200 {
  color: #b0e1e9; }

.background-colour__palette-teal-200 {
  background-color: #b0e1e9; }

.h1__text-colour__palette-teal-200 h1 {
  color: #b0e1e9; }

.h2__text-colour__palette-teal-200 h2 {
  color: #b0e1e9; }

.h3__text-colour__palette-teal-200 h3 {
  color: #b0e1e9; }

.h4__text-colour__palette-teal-200 h4 {
  color: #b0e1e9; }

.h5__text-colour__palette-teal-200 h5 {
  color: #b0e1e9; }

.h6__text-colour__palette-teal-200 h6 {
  color: #b0e1e9; }

.text-colour__palette-teal-800 {
  color: #2c8fa1; }

.background-colour__palette-teal-800 {
  background-color: #2c8fa1; }

.h1__text-colour__palette-teal-800 h1 {
  color: #2c8fa1; }

.h2__text-colour__palette-teal-800 h2 {
  color: #2c8fa1; }

.h3__text-colour__palette-teal-800 h3 {
  color: #2c8fa1; }

.h4__text-colour__palette-teal-800 h4 {
  color: #2c8fa1; }

.h5__text-colour__palette-teal-800 h5 {
  color: #2c8fa1; }

.h6__text-colour__palette-teal-800 h6 {
  color: #2c8fa1; }

.pri-col__light-blue.pri-col__headings h1, .pri-col__light-blue.pri-col__headings h2, .pri-col__light-blue.pri-col__headings h3,
.pri-col__light-blue.pri-col__headings h4, .pri-col__light-blue.pri-col__headings h5, .pri-col__light-blue.pri-col__headings h6 {
  color: #14ccdc; }

.pri-col__blue.pri-col__headings h1, .pri-col__blue.pri-col__headings h2, .pri-col__blue.pri-col__headings h3,
.pri-col__blue.pri-col__headings h4, .pri-col__blue.pri-col__headings h5, .pri-col__blue.pri-col__headings h6 {
  color: #285CA6; }

.pri-col__red.pri-col__headings h1, .pri-col__red.pri-col__headings h2, .pri-col__red.pri-col__headings h3,
.pri-col__red.pri-col__headings h4, .pri-col__red.pri-col__headings h5, .pri-col__red.pri-col__headings h6 {
  color: #da406d; }

.pri-col__yellow.pri-col__headings h1, .pri-col__yellow.pri-col__headings h2, .pri-col__yellow.pri-col__headings h3,
.pri-col__yellow.pri-col__headings h4, .pri-col__yellow.pri-col__headings h5, .pri-col__yellow.pri-col__headings h6 {
  color: #ffad00; }

.pri-col__orange.pri-col__headings h1, .pri-col__orange.pri-col__headings h2, .pri-col__orange.pri-col__headings h3,
.pri-col__orange.pri-col__headings h4, .pri-col__orange.pri-col__headings h5, .pri-col__orange.pri-col__headings h6 {
  color: #fc5f37; }

.pri-col__green.pri-col__headings h1, .pri-col__green.pri-col__headings h2, .pri-col__green.pri-col__headings h3,
.pri-col__green.pri-col__headings h4, .pri-col__green.pri-col__headings h5, .pri-col__green.pri-col__headings h6 {
  color: #5bc63f; }
