/*
Theme Name: NESP Climate Systems Hub
Theme URI: https://nesp2climate.com.au/
Description: A custom theme for NESP Climate Systems Hub.
Version: 1.0
Author: Pixelplay
Author URI: https://www.pixelplay.co.nz
*/
/* --------------------------------------------------------------
***** IMPORTANT: Do not edit the styles directly in style.css
***** Make style changes via the scss files in the css folders. 
-------------------------------------------------------------- */
/* Colours
-------------------------------------------------------------- */
.primary-color-bg {
  background: #009DB1;
  color: #fff; }

.grey-bg {
  background: #3C434A;
  color: #fff; }

.light-grey-bg {
  background-color: #eeeeee; }

/* Fonts
-------------------------------------------------------------- */
/* Breakpoints
-------------------------------------------------------------- */
/* --------------------------------------------------------------
Base
-------------------------------------------------------------- */
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  height: 100%;
  width: 100%; }

body {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3C434A;
  background: #fff;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.5rem; } }

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

:focus:not(.focus-visible) {
  outline: none; }

h1, .h1, h2, h3, h4 {
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #3C434A;
  margin: 0;
  padding: 0; }

h2, h3, h4 {
  clear: both; }

h1 {
  font-size: 4rem;
  margin: 0 0 4.4rem;
  position: relative; }

@media screen and (max-width: 576px) {
  h1 {
    font-size: 3rem; } }
.primary-color-bg h1 {
  color: #fff; }

h1:after {
  content: "";
  display: block;
  position: relative;
  width: 75px;
  height: 3px;
  margin: 0;
  background: #009DB1;
  bottom: -18px; }

.primary-color-bg h1:after {
  background: #80d2c2; }

h2 {
  font-size: 3rem;
  margin: 3rem 0 2rem; }

@media screen and (max-width: 576px) {
  h2 {
    font-size: 2.4rem; } }
.page-content > h2:first-child {
  margin-top: 0; }

h3 {
  font-size: 2.4rem;
  margin: 3rem 0 2rem; }

@media screen and (max-width: 576px) {
  h3 {
    font-size: 2rem; } }
.page-content > h3:first-child {
  margin-top: 0; }

h4 {
  font-size: 1.8rem;
  margin: 3rem 0 1.5rem; }

@media screen and (max-width: 576px) {
  h4 {
    font-size: 1.6rem; } }
h5, h6 {
  font-size: 1em;
  margin: 2rem 0 .5rem; }

p {
  margin: 0 0 2rem; }

figure {
  margin: 1rem 0 2rem; }

a {
  color: #009DB1;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

img {
  vertical-align: middle; }

hr {
  clear: both;
  border: none;
  height: 1px;
  color: #eeeeee;
  background-color: #eeeeee;
  margin: 3rem 0; }

table {
  width: 100%;
  margin: 1rem 0 2rem; }

table, th, td {
  border-collapse: collapse; }

table td, table th {
  text-align: left;
  vertical-align: top; }

strong {
  font-weight: 700; }

.small {
  font-size: 1.2rem; }

.large {
  font-size: 1.8rem; }

.left {
  float: left; }

.right {
  float: right; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-uppercase {
  text-transform: uppercase; }
  .text-uppercase h1 {
    text-transform: none; }

.hidden {
  display: none !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; } }
blockquote {
  padding: 20px 25px;
  margin: 30px 0;
  font-size: 14px;
  border-left: 5px solid #009DB1;
  background: #eee; }

blockquote em {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px; }

/* --------- Effects --------- */
.fade-up {
  visibility: hidden; }

.hover-effect {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  /* Chrome fix */
  margin: 0 auto;
  background: #000; }

.hover-effect img {
  overflow: hidden;
  position: relative;
  display: block;
  height: auto;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  transform: scale(1.01);
  transition: all 500ms cubic-bezier(0, 0.275, 0.125, 1); }

a:hover .hover-effect img,
a:focus .hover-effect img {
  opacity: 0.8;
  transform: scale(1.06); }

/* --------- Buttons --------- */
.btn,
a.btn {
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 1.8rem 4.9rem 1.8rem 3rem;
  margin: 0.5rem 0 0 0;
  background: #009DB1;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.2s ease-out;
  position: relative; }

.btn:after,
a.btn:after {
  content: none; }

.btn:before,
a.btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: url(images/icon-arrow-white.svg) no-repeat;
  background-size: contain;
  top: 24px;
  right: 25px;
  transition: all 0.2s ease-out; }

.btn:hover,
a.btn:hover,
.btn.focus-visible,
a.btn.focus-visible {
  color: #fff;
  background: #008D9F;
  text-decoration: none; }
  .btn:hover:before,
  a.btn:hover:before,
  .btn.focus-visible:before,
  a.btn.focus-visible:before {
    right: 20px; }

.btn-text,
a.btn-text {
  color: #009DB1;
  padding: 0 2.2rem 0 0;
  background: transparent;
  text-decoration: none; }

.btn-text:before,
a.btn-text:before {
  background: url(images/icon-arrow.svg) no-repeat;
  top: 7px;
  right: 3px; }

.btn-text:hover,
a.btn-text:hover,
.btn-text.focus-visible,
a.btn-text.focus-visible {
  color: #009DB1;
  background: transparent; }
  .btn-text:hover:before,
  a.btn-text:hover:before,
  .btn-text.focus-visible:before,
  a.btn-text.focus-visible:before {
    right: 0px; }

.btn-back,
a.btn-back {
  margin-top: 2rem;
  padding: 1.3rem 3rem 1.3rem 4.2rem; }

.btn-back:before,
a.btn-back:before {
  top: 20px;
  left: 22px;
  transform: rotate(180deg); }

.btn-back:hover:before,
a.btn-back:hover:before,
.btn-back.focus-visible:before,
a.btn-back.focus-visible:before {
  left: 17px; }

.btn-back-white,
a.btn-back-white {
  position: relative;
  color: #009DB1;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 10px 24px 10px 40px;
  margin-top: 30px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  transition: all 0.2s ease-out;
  position: relative; }

.btn-back-white:before,
a.btn-back-white:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: url(images/icon-arrow-left.svg) no-repeat;
  background-size: contain;
  top: 17px;
  left: 24px;
  transition: all 0.2s ease-out; }

.btn-back-white:hover,
a.btn-back-white:hover,
.btn-back-white.focus-visible,
a.btn-back-white.focus-visible {
  text-decoration: none;
  border-color: #009DB1; }
  .btn-back-white:hover:before,
  a.btn-back-white:hover:before,
  .btn-back-white.focus-visible:before,
  a.btn-back-white.focus-visible:before {
    left: 20px; }

.btn-no-arrow,
a.btn-no-arrow {
  padding: 1.3rem 3rem; }

.btn-no-arrow:before,
a.btn-no-arrow:before {
  content: none; }

.btn-small,
a.btn-small {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.5rem 0.8rem; }

.btn-large,
a.btn-large {
  font-size: 2.2rem;
  padding: 1.6rem 2.5rem; }

.btn-white,
a.btn-white {
  color: #fff;
  border: 2px solid #fff; }

.btn-white:hover,
a.btn-white:hover,
.btn-white.focus-visible,
a.btn-white.focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff; }

/* Responsive Images
-------------------------------------------------------------- */
img[class*="align"],
img[class*="wp-image-"] {
  height: auto; }

img.size-full, main img, section img, .sidebar img, footer img {
  max-width: 100%;
  height: auto; }

/* Responsive Table
-------------------------------------------------------------- */
@media screen and (max-width: 576px) {
  table.responsive-table {
    border-collapse: collapse;
    width: 100% !important; }

  table.responsive-table tbody td {
    padding: 10px 0;
    vertical-align: top;
    display: block;
    width: 100% !important; } }
/* WordPress Core
-------------------------------------------------------------- */
.wp-block-image {
  margin: 0; }

.wp-caption,
.wp-element-caption {
  font-size: .9em;
  line-height: 1.4;
  margin: 1rem 0 2rem;
  text-align: center; }

.wp-caption-text {
  margin-top: 0.5rem; }

.alignnone {
  margin: 5px 30px 30px 0; }

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

.alignright,
.wp-block-image figure.alignright {
  float: right;
  margin: 5px 0 30px 30px; }

.alignleft,
.wp-block-image figure.alignleft {
  float: left;
  margin: 5px 30px 30px 0; }

.aligncenter,
.wp-block-image figure.aligncenter {
  display: block;
  margin: 5px auto 30px auto; }

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

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

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

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

@media screen and (max-width: 576px) {
  .aligncenter,
  div.aligncenter,
  .alignright,
  .alignleft,
  a img.alignright,
  a img.alignnone,
  a img.alignleft,
  a img.aligncenter {
    float: none;
    display: block;
    text-align: center;
    margin: 5px auto 20px auto; } }
.wp-block-nk-awb {
  margin-bottom: 3rem;
  min-height: 500px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.postid-4720 .single-news .col-lg-8,
.postid-4720 .single-news .col-xl-9 {
  flex: 0 0 100%;
  max-width: 100%; }
.postid-4720 .single-news .sidebar {
  display: none; }

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

.clear-floats {
  clear: both; }

.clearfix:after,
header:after,
main:after,
section:after,
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

p:empty {
  display: none; }

/* Header
-------------------------------------------------------------- */
#header {
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  z-index: 100; }

#header .container {
  position: relative; }
  @media screen and (max-width: 1200px), (hover: none) {
    #header .container {
      max-width: 100%; } }

.skip-links {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2000; }

.skip-links a {
  display: inline-block;
  position: absolute;
  color: #fff;
  background: #009DB1;
  padding: 5px 10px;
  margin-right: 10px;
  top: -10000px; }

.skip-links a:hover {
  color: #fff; }

.skip-links a:focus,
.skip-links a:active {
  top: 0; }

#logo {
  float: left;
  width: 262px;
  margin: 20px 0 27px; }
  #logo a {
    display: block; }
  #logo img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto; }

@media screen and (max-width: 1200px), (hover: none) {
  #logo {
    margin: 30px 0 30px 30px; } }
@media screen and (max-width: 576px) {
  #logo {
    width: 200px; } }
button#staff-login {
  float: right;
  color: #009DB1;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 27px 0;
  padding: 0;
  border: none;
  background: none; }
  button#staff-login i {
    margin-right: 7px; }
  button#staff-login:hover {
    text-decoration: underline; }

@media screen and (max-width: 1200px), (hover: none) {
  button#staff-login {
    display: none; } }
.staff-logged-in {
  float: right;
  margin: 17px 0;
  text-align: right; }
  .staff-logged-in p {
    margin: 0; }

/* --------- Search --------- */
.search-box {
  float: right;
  clear: right;
  width: 100%;
  max-width: 345px;
  height: 45px;
  margin: 76px 0 0;
  position: relative; }
  @media screen and (max-width: 1200px), (hover: none) {
    .search-box {
      margin: 0 20px 27px 0; } }
  @media screen and (max-width: 992px), (hover: none) {
    .search-box {
      float: none;
      clear: both;
      max-width: calc(100% - 40px);
      margin: 0 20px 30px; } }

#section-search {
  float: none;
  margin: 0 0 20px;
  max-width: 100%; }

.search-box .search-label {
  position: absolute;
  left: 0;
  color: #b2b0af;
  font-size: 1.4rem;
  padding-top: 13px;
  padding-left: 15px; }

.search-box input[type=search] {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 45px;
  font-size: 1.4rem;
  font-weight: 400;
  background: transparent;
  border: 1px solid #ddd;
  border-right: none;
  margin: 0;
  padding: 10px 55px 10px 15px;
  -moz-appearance: none;
  -webkit-appearance: none; }

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

.search-box input[type=search]:focus,
.search-box input[type=search].focus-visible {
  border: 1px solid #b2b0af;
  border-right: none;
  background: #fff;
  transition: all 0.2s ease-out;
  outline: none; }

.search-box input[type=search]:valid {
  background: #fff; }

.search-box button {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  height: 45px;
  width: 45px;
  color: #3C434A;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  background: #eeeeee; }

.search-results {
  margin: 0 0 38px; }
  .search-results p.number-of-results {
    margin: 30px 0 10px; }
  .search-results a.search-result {
    display: block;
    line-height: 1.4;
    padding: 30px;
    margin: 0 -30px;
    text-decoration: none;
    transition: all 0.1s ease-out; }
    .search-results a.search-result:hover {
      text-decoration: none;
      background: #eeeeee; }
    .search-results a.search-result p {
      color: #3C434A;
      margin: 0; }
    .search-results a.search-result p.type {
      font-size: 0.8em;
      color: #3C434A;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 0 2px; }
    .search-results a.search-result h2 {
      color: #009DB1;
      font-size: 2rem;
      text-decoration: underline;
      margin: 0 0 2px; }
    .search-results a.search-result:hover h2 {
      text-decoration: none; }

/* Main Menu
-------------------------------------------------------------- */
#main-menu {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd; }

#main-menu ul {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0; }

#main-menu ul li {
  display: block;
  float: left;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0; }

#main-menu ul li span {
  display: none; }

#main-menu ul li a {
  display: block;
  position: relative;
  padding: 22px 25px;
  margin: 0;
  color: #3C434A;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  background-color: #fff; }

#main-menu ul li.menu-item-home a {
  width: 72px;
  background: url(images/icon-home-grey.svg) 0 0 no-repeat;
  background-size: 22px;
  background-position: 25px 21px;
  text-indent: -1000px;
  overflow: hidden; }
  #main-menu ul li.menu-item-home a:hover {
    background-image: url(images/icon-home-blue.svg); }

#main-menu ul li.menu-item-has-children > a {
  padding: 22px 45px 22px 25px; }

#main-menu ul li.menu-item-has-children > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: url(images/icon-arrow-down.svg) no-repeat;
  background-size: contain;
  top: 28px;
  right: 25px; }

#main-menu ul li.menu-item-has-children > a:hover:before {
  background-image: url(images/icon-arrow-down-blue.svg); }

#main-menu ul li:hover a,
#main-menu ul li a:focus,
#main-menu ul li.active a {
  color: #009DB1;
  text-decoration: none; }

#main-menu ul li button {
  display: none; }

/* --------- Drop downs --------- */
#main-menu li ul.sub-menu {
  display: block;
  width: 230px;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: 1000;
  border: none;
  border-top: 1px solid #eeeeee;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  background: #fff; }

#main-menu li ul.sub-menu li {
  display: block;
  float: none;
  text-align: left;
  padding: 0;
  position: relative; }

#main-menu li ul.sub-menu li a {
  display: block;
  color: #3C434A;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  padding: 15px 25px;
  text-align: left;
  text-decoration: none;
  border: none;
  background: #fff; }

#main-menu li ul.sub-menu li:last-child a {
  border-radius: 0 0 5px 5px; }

#main-menu ul li a:hover + .sub-menu,
#main-menu li ul.sub-menu:hover,
#main-menu ul li:focus-within > ul {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-out; }

#main-menu li ul.sub-menu li a:hover,
#main-menu li ul.sub-menu li a:focus,
#main-menu li ul.sub-menu li.active a {
  color: #3C434A;
  text-decoration: none;
  background: #eeeeee; }

#main-menu li ul.sub-menu li.menu-item-has-children > a:before {
  background: url(images/icon-arrow-right.svg) no-repeat;
  top: 21px;
  right: 10px;
  background-size: 5px; }

#main-menu li ul.sub-menu ul {
  visibility: hidden;
  margin-left: 230px;
  top: -1px;
  border-radius: 0 5px 5px 5px;
  overflow: hidden; }

/* --------- Mobile Nav --------- */
#mobile-menu-btn {
  display: none; }

@media (max-width: 1200px), (hover: none) {
  #main-menu {
    display: none;
    clear: both;
    float: none; }
    #main-menu .container {
      max-width: 100%; }

  #mobile-menu-btn {
    display: block;
    float: right;
    clear: right;
    width: 40px;
    margin: 30px 20px 20px 0;
    padding: 8px 5px 3px 5px;
    background: #009DB1;
    z-index: 1;
    transition: all 0.5s ease-in-out; }
    #mobile-menu-btn:hover {
      background: #008D9F; }

  #main-menu ul {
    border: none; }

  #main-menu ul, #main-menu ul li {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: static; }

  #main-menu ul li {
    position: relative; }

  #main-menu ul li a {
    width: 100% !important;
    display: block;
    color: #fff !important;
    padding: 20px 60px 20px 20px;
    text-align: left;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    border: none;
    border-top: 1px solid #008D9F;
    background: #009DB1; }

  #main-menu ul li.menu-item-home a {
    background: #009DB1 url(images/icon-home-white.svg) 20px 25px no-repeat;
    background-size: 22px; }

  #main-menu ul li.menu-item-has-children > a {
    padding: 20px 60px 20px 20px; }

  #main-menu ul li.menu-item-has-children > a:before {
    content: none; }

  #main-menu ul li a:hover {
    color: #fff;
    text-decoration: none;
    background: #008D9F; }

  #main-menu ul li.menu-item-has-children > a:hover,
  #main-menu ul li.menu-item-has-children:hover > a {
    background: #009DB1; }

  #main-menu ul li.menu-item-home a:hover {
    background: #009DB1 url(images/icon-home-white.svg) 20px 25px no-repeat;
    background-size: 22px; }

  #main-menu ul li ul.sub-menu {
    display: none;
    width: 100%;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    position: relative;
    border-radius: 0;
    border-top: none;
    box-shadow: none; }

  #main-menu li ul.sub-menu li {
    float: left; }

  #main-menu ul li ul.sub-menu ul {
    margin-left: 0; }

  #main-menu ul li ul.sub-menu li a {
    color: #fff;
    font-size: 16px;
    padding: 15px 60px 15px 30px;
    background: #008D9F;
    border-top: 1px solid #007f8f; }

  #main-menu li ul.sub-menu li:last-child a {
    border-radius: 0; }

  #main-menu ul li ul.sub-menu li a:hover {
    color: #fff;
    background: #007f8f; }

  #main-menu ul li ul li ul.sub-menu li {
    border-bottom: 1px solid #00717f; }

  #main-menu ul li ul li ul.sub-menu li a {
    background: #007f8f;
    border-top: 1px solid #00717f; }

  #main-menu ul li ul li ul.sub-menu li a:hover {
    background: #00717f; }

  #main-menu ul li button {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    cursor: pointer;
    background: url(images/plus-icon.png) no-repeat center center; }

  #main-menu ul li button.active {
    background: url(images/minus-icon.png) no-repeat center center; }

  .hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: visible; }

  .hamburger:hover {
    background-color: #008D9F; }

  .hamburger-box {
    width: 25px;
    height: 24px;
    display: inline-block;
    position: relative; }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }

  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }

  .hamburger-inner::before {
    top: -9px; }

  .hamburger-inner::after {
    bottom: -9px; }

  .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

  .hamburger-label {
    position: relative;
    top: -9px;
    font-size: 1.2rem; } }
/* --------------------------------------------------------------
Layout
-------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto; }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.page-content {
  padding: 20px 0 80px; }
  @media screen and (max-width: 1200px) {
    .page-content {
      padding: 20px 20px 80px; } }

/* Sliders
-------------------------------------------------------------- */
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

.bx-wrapper {
  background: transparent; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%; }

/* PAGER */
.bx-pager-item:first-of-type:last-of-type {
  display: none;
  /* Hide pager if just one slide */ }

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  bottom: -20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #3C434A;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #009DB1; }

.bx-wrapper .bx-pager.bx-default-pager a:after {
  content: none; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  position: absolute;
  height: 45px;
  width: 45px;
  margin-top: -23px;
  top: 50%;
  text-indent: -9000px;
  overflow: hidden;
  z-index: 9999;
  background: #009DB1 url(images/icon-down-arrow-white.svg) no-repeat center;
  background-size: 46%;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s; }

#videos .bx-wrapper .bx-prev,
#videos .bx-wrapper .bx-next {
  margin-top: 0;
  top: 100px; }

#people-of-the-hub .bx-wrapper .bx-prev,
#people-of-the-hub .bx-wrapper .bx-next {
  margin-top: -78px; }

.bx-wrapper .bx-prev {
  left: -75px;
  transform: rotate(90deg); }

.bx-wrapper .bx-next {
  right: -75px;
  transform: rotate(-90deg); }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  background-color: #008D9F; }

@media screen and (max-width: 1280px) {
  .bx-wrapper .bx-prev {
    left: 0; }

  .bx-wrapper .bx-next {
    right: 0; } }
@media screen and (max-width: 576px) {
  #videos .bx-wrapper .bx-prev,
  #videos .bx-wrapper .bx-next {
    top: 80px; } }
.bx-wrapper .bx-controls-direction a.disabled,
.bx-wrapper .bx-controls-direction a.disabled:hover {
  display: none; }

.slider {
  width: 100%;
  height: auto;
  position: relative; }

.project-content .slider {
  margin-top: 30px; }

a.slide {
  display: block;
  position: relative; }

a.slide .item-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background: #000; }

a.slide-view-all .item-wrapper {
  background: #000; }

a.slide img {
  display: block;
  opacity: 1;
  transform: scale(1);
  transition: all .2s ease-out; }

@media screen and (min-width: 576px) {
  a.slide:hover img {
    opacity: 0.8;
    transform: scale(1.05); } }
/* Flex
-------------------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-stretch {
  align-items: stretch; }

/* Home Page
-------------------------------------------------------------- */
.home main,
.home section,
section#stay-informed {
  width: 100%;
  padding: 92px 0 80px;
  position: relative;
  z-index: 1; }

.home main {
  color: #fff;
  background: #009DB1; }
  .home main h1 {
    color: #fff; }
    .home main h1:after {
      background: #fff;
      opacity: 0.5; }

@media screen and (max-width: 1200px) {
  .home main,
  .home section,
  section#stay-informed {
    padding: 62px 20px 60px; }

  .home main section.lightgrey-bg,
  section#stay-informed {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
.home .banner {
  width: 100%;
  height: calc(100vh - 220px);
  background-size: cover;
  background-position: center center;
  visibility: hidden; }
  .home .banner .container {
    display: flex;
    align-items: center;
    height: 100%; }
  .home .banner h1 {
    color: #fff;
    font-size: 6rem;
    position: relative;
    padding-top: 0.62em;
    margin: 0 0 0.98em;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }
    .home .banner h1:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 65px;
      height: 4px;
      background: #009DB1; }
    .home .banner h1:after {
      content: none; }
  .home .banner .btn {
    margin: 0; }

@media screen and (max-width: 576px) {
  .home .banner h1 {
    font-size: 4rem; } }
button.scroll-down {
  position: absolute;
  bottom: 23px;
  left: 50%;
  background: url(images/icon-down-arrow-white.svg) no-repeat center;
  background-size: 40px;
  text-indent: -9000px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 0;
  margin: 0 0 0 -20px;
  border: 0;
  z-index: 3;
  transition: all 0.2s ease-in-out; }
  button.scroll-down:hover {
    opacity: 0.75; }

/* Latest News */
.latest-news-container {
  margin-bottom: 5px; }

.latest-news-item a {
  display: block;
  position: relative;
  margin: 15px 0; }

.news-caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 15px 20px 16px 50px;
  background-color: rgba(0, 157, 177, 0.9);
  background-image: url(images/icon-newspaper.svg);
  background-size: 20px;
  background-position: 20px 21px;
  background-repeat: no-repeat;
  transition: all 0.05s ease-in-out; }
  .news-caption span.date {
    font-size: 1.4rem;
    margin-bottom: 5px;
    display: inline-block; }
  .news-caption h2 {
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 0;
    padding: 0; }

a:hover .news-caption {
  background-color: #009db1; }

.latest-news-item-1 .news-caption {
  padding: 23px 30px 25px 66px;
  background-size: 24px;
  background-position: 30px 30px; }
  .latest-news-item-1 .news-caption h2 {
    font-size: 2rem; }

@media screen and (min-width: 992px) {
  .latest-news-item-1 span.hover-effect {
    max-height: 430px; }

  .latest-news-item-2 span.hover-effect {
    max-height: 200px; }

  .latest-news-item-3 span.hover-effect {
    max-height: 200px; } }
@media screen and (min-width: 1200px) {
  .latest-news-item-1 span.hover-effect {
    max-height: 500px; }

  .latest-news-item-2 span.hover-effect {
    max-height: 235px; }

  .latest-news-item-3 span.hover-effect {
    max-height: 235px; } }
/* Resources */
.resources-slider .resource {
  padding-bottom: 15px; }

.view-more {
  text-align: right;
  align-self: flex-end;
  margin-bottom: 21px; }
  .view-more p {
    margin: 0;
    padding: 0; }

.view-more-btn,
a.view-more-btn {
  position: relative;
  color: #009DB1;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding-right: 21px;
  transition: all 0.2s ease-out;
  position: relative; }

.view-more-btn:before,
a.view-more-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: url(images/icon-arrow.svg) no-repeat;
  background-size: contain;
  top: 7px;
  right: 2px;
  transition: all 0.2s ease-out; }

.view-more-btn:after,
a.view-more-btn:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: auto;
  background: #009DB1;
  opacity: 0;
  transition: width 0.4s ease-out, opacity 0.3s ease-out; }

.view-more-btn:hover:after,
a.view-more-btn:hover:after {
  width: 100%;
  opacity: 1; }

.view-more-btn:hover,
a.view-more-btn:hover,
.view-more-btn.focus-visible,
a.view-more-btn.focus-visible {
  text-decoration: none; }
  .view-more-btn:hover:before,
  a.view-more-btn:hover:before,
  .view-more-btn.focus-visible:before,
  a.view-more-btn.focus-visible:before {
    right: -3px; }

/* Stay Informed */
h2.subscribe-title {
  font-size: 2.4rem;
  font-weight: 600;
  padding-left: 36px;
  margin: 40px 0 0;
  background: url(images/icon-subscribe.svg) no-repeat 0 0;
  background-size: 24px; }

body #stay-informed .gform_wrapper {
  margin: 0; }

/* Stay Informed */
#partner-logos h1 {
  font-size: 1.8rem;
  text-align: center; }
  #partner-logos h1:after {
    content: none; }

.company_logo_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding-top: 10px; }
  .company_logo_section .company_logo_list {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center; }

/* Section Pages
-------------------------------------------------------------- */
/* Section Headings */
.section-banner-image {
  width: 100%;
  height: 40vh;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  @media screen and (max-width: 992px) {
    .section-banner-image {
      min-height: 300px; } }
  .section-banner-image .section-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 45px 20px 2px;
    background: rgba(238, 238, 238, 0.9); }

.banner-tint .section-title {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  padding: 28px 20px 40px 20px;
  background: transparent;
  z-index: 4; }
  .banner-tint .section-title h1 {
    color: #fff;
    font-size: 6rem;
    margin: 0; }
    @media screen and (max-width: 992px) {
      .banner-tint .section-title h1 {
        font-size: 4rem; } }
    .banner-tint .section-title h1:after {
      content: none;
      background: #fff; }
.banner-tint .banner-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 157, 177, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }
.banner-tint .banner-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 3; }

.section-title {
  background: #eeeeee;
  padding: 65px 20px 44px; }
  @media screen and (max-width: 576px) {
    .section-title {
      padding: 40px 20px 20px; } }

.section-title h1:after {
  background: #009DB1; }

/* Projects */
.status-legend {
  line-height: 25px;
  margin: 0 0 25px; }
  .status-legend span {
    display: inline-block;
    margin: 0 20px 0 0; }
    .status-legend span img {
      width: 25px;
      margin: 0 8px 0 0;
      position: relative;
      top: -1px; }

#projects.filter-content {
  min-height: 800px; }

.filter {
  padding: 0 0 32px; }
  .filter ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; }
    .filter ul li {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 0; }
      .filter ul li a,
      .filter ul li button {
        display: inline-block;
        color: #3C434A;
        font-size: 1.6rem;
        font-weight: 600;
        margin: 0 8px 5px 0;
        padding: 1.1rem 3rem;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        transition: all 0.1s ease-out;
        text-decoration: none;
        position: relative; }
        .filter ul li a:before,
        .filter ul li button:before {
          content: none; }
        .filter ul li a.icon,
        .filter ul li button.icon {
          padding: 1.1rem 3rem 1.1rem 6.2rem; }
        .filter ul li a.icon:before,
        .filter ul li button.icon:before {
          position: absolute;
          left: 30px;
          top: 10.5px;
          content: "";
          width: 25px;
          height: 25px;
          background-size: contain; }
        .filter ul li a.icon-current:before,
        .filter ul li button.icon-current:before {
          background-image: url(images/icon-current-grey.png); }
        .filter ul li a.icon-completed:before,
        .filter ul li button.icon-completed:before {
          background-image: url(images/icon-completed-grey.png); }
        .filter ul li a:hover,
        .filter ul li button:hover {
          color: #3C434A;
          background-color: #eeeeee; }
      .filter ul li.active button {
        color: #fff;
        background-color: #009DB1;
        border: 1px solid #009DB1; }
        .filter ul li.active button.icon-current:before {
          background-image: url(images/icon-current.png); }
        .filter ul li.active button.icon-completed:before {
          background-image: url(images/icon-completed.png); }

.tile,
.project,
.topic {
  padding-bottom: 30px; }
  .tile a,
  .project a,
  .topic a {
    position: relative;
    text-decoration: none; }
    .tile a .title,
    .project a .title,
    .topic a .title {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 11px 15px 15px 15px;
      color: #fff;
      font-size: 1.6rem;
      line-height: 1.3;
      font-weight: 600;
      min-height: 100px;
      background: #009DB1; }
    .tile a:hover .title,
    .project a:hover .title,
    .topic a:hover .title {
      background: #008D9F; }
    .tile a .status-icon,
    .project a .status-icon,
    .topic a .status-icon {
      position: absolute;
      right: 15px;
      top: 15px;
      width: 36px;
      height: 36px;
      z-index: 2; }

.project a .title {
  flex-direction: column; }
  .project a .title .project-number {
    font-size: 1.4rem;
    margin-bottom: 2px;
    font-weight: 400; }

/* News */
.news a {
  display: flex;
  color: #3C434A;
  text-decoration: none;
  padding: 20px; }
  .news a:hover {
    background-color: #eeeeee; }
    .news a:hover h2 {
      text-decoration: underline; }
  .news a .thumbnail {
    width: 200px;
    height: 200px;
    flex: none; }
  .news a .content {
    padding-left: 30px; }
    .news a .content h2 {
      color: #009DB1;
      font-size: 1.6rem;
      margin: 0 0 0.2em; }
    .news a .content p {
      font-size: 1.5rem;
      margin: 0 0 1rem; }
    .news a .content p.date {
      font-size: 1.4rem;
      font-weight: 600; }

/* Resources */
.resource a {
  display: flex;
  color: #3C434A;
  text-decoration: none;
  padding: 27px 30px 20px 50px;
  background-image: url(images/icon-file.svg);
  background-size: 30px;
  background-position: 30px 30px;
  background-repeat: no-repeat; }
  .resource a.videos {
    background-image: url(images/icon-video.svg);
    background-size: 40px;
    background-position: 25px 30px; }
  .resource a:hover {
    background-color: #eeeeee; }
    .resource a:hover h2 {
      text-decoration: underline; }
  .resource a .thumbnail {
    width: 200px;
    height: 200px;
    flex: none; }
  .resource a .content {
    padding-left: 30px; }
    .resource a .content h2 {
      color: #009DB1;
      font-size: 1.6rem;
      margin: 0 0 0.2em; }
    .resource a .content p {
      font-size: 1.5rem;
      margin: 0 0 1rem; }
    .resource a .content p.date {
      font-size: 1.4rem;
      font-weight: 600; }

.single-resource p.date {
  font-size: 1.5rem;
  font-weight: 600; }
.single-resource .download-listing {
  margin-bottom: 2rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #dddddd; }
  .single-resource .download-listing h2 {
    position: relative;
    margin: 3rem 0 2rem 0; }
    .single-resource .download-listing h2:before {
      position: absolute;
      content: "";
      top: 22px;
      border-top: 1px solid #dddddd;
      display: block;
      width: 100%; }
    .single-resource .download-listing h2 span {
      padding-right: 30px;
      background: #fff;
      position: relative; }
  .single-resource .download-listing ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1.4rem; }
    .single-resource .download-listing ul li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      position: relative;
      padding: 0 0 0 30px;
      margin-bottom: 1rem;
      background-image: url(images/icon-file.svg);
      background-size: 20px;
      background-position: 0 0;
      background-repeat: no-repeat; }
      .single-resource .download-listing ul li i {
        display: none;
        position: absolute;
        top: 50%;
        left: 5px;
        transform: translateY(-50%);
        font-size: 22px; }
      .single-resource .download-listing ul li a {
        display: block;
        font-weight: 600; }
      .single-resource .download-listing ul li .extsize {
        font-size: .8em; }

/* Featured Resources (Appears on pages) */
.featured-resources {
  margin-top: 20px; }

/* In This Section (Content Types Layout template) */
.in_this_section {
  margin-bottom: 3rem; }
  .in_this_section .row {
    margin-right: -35px;
    margin-left: -35px; }
  .in_this_section .inthissection_heading {
    position: relative;
    padding-top: 5rem;
    margin-top: 5rem; }
    .in_this_section .inthissection_heading::before {
      content: "";
      background: #009DB1;
      display: block;
      width: 75px;
      height: 3px;
      position: absolute;
      top: -55px;
      top: 0;
      left: 0; }

.tile-section,
a.tile-section {
  display: block;
  color: #3C434A;
  text-decoration: none;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 4px; }
  .tile-section:hover,
  a.tile-section:hover {
    background: #eeeeee; }
  .tile-section .content,
  a.tile-section .content {
    padding: 25px 0 15px; }
  .tile-section h3,
  a.tile-section h3 {
    font-size: 2.2rem;
    margin: 0 0 15px; }
  .tile-section p,
  a.tile-section p {
    font-size: 1.5rem; }
  .tile-section .thumbnail,
  a.tile-section .thumbnail {
    border-radius: 3px; }

a.tile-section-small {
  padding: 15px;
  margin-bottom: 10px; }
  a.tile-section-small .content {
    padding: 20px 0 10px; }
  a.tile-section-small h3 {
    font-size: 1.6rem;
    margin: 0 0 5px; }

/* Topics */
.topic a .title {
  min-height: 80px; }

/* The Hub */
.the_hub_in_this_section .tile-section:hover {
  background: none; }

/* Tabs */
.tablist,
.tab-menu {
  padding: 0 0 32px; }
  .tablist a,
  .tablist button,
  .tab-menu a,
  .tab-menu button {
    display: inline-block;
    color: #3C434A;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 8px 8px 0;
    padding: 1.1rem 3rem 1.2rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.1s ease-out;
    text-decoration: none; }
    .tablist a:hover, .tablist a:focus,
    .tablist button:hover,
    .tablist button:focus,
    .tab-menu a:hover,
    .tab-menu a:focus,
    .tab-menu button:hover,
    .tab-menu button:focus {
      background: #eeeeee;
      text-decoration: none; }
    .tablist a.active, .tablist a[aria-selected="true"],
    .tablist button.active,
    .tablist button[aria-selected="true"],
    .tab-menu a.active,
    .tab-menu a[aria-selected="true"],
    .tab-menu button.active,
    .tab-menu button[aria-selected="true"] {
      color: #fff;
      background: #009DB1;
      border-color: #009DB1;
      text-decoration: none; }

/* Our Team */
.people-grid {
  padding-top: 20px; }
  .people-grid .position {
    font-size: 1.4rem;
    text-transform: uppercase; }

.for-general-information {
  text-align: center;
  padding: 20px;
  margin-top: 40px;
  border-radius: 3px;
  background: #eeeeee; }
  .for-general-information h2 {
    font-size: 2.4rem;
    display: inline-block;
    margin: 10px;
    vertical-align: middle; }
  .for-general-information a.btn {
    display: inline-block;
    margin: 10px;
    vertical-align: middle; }

.single-person img {
  display: block;
  margin-top: 8px; }
  @media screen and (max-width: 768px) {
    .single-person img {
      margin: 0 auto 30px; } }
@media screen and (max-width: 768px) {
  .single-person .order-last-mobile {
    order: 2; } }

/* Search Filter */
.search-filter-container {
  background: #eeeeee;
  padding: 10px 30px 30px;
  margin-bottom: 30px; }
  .search-filter-container .search-filter-label {
    font-weight: 600;
    margin-top: 20px; }
  .search-filter-container .search-filter-component-combobox__listbox-toggle::before {
    border-left: 1px solid #ddd; }
  .search-filter-container .reset-btn {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 15px; }

body .search-filter-component-combobox-base__listbox {
  font-size: 1.5rem; }

.category-btns {
  margin-bottom: 30px; }
  .category-btns .search-filter-input-button {
    font-size: 1.6rem;
    font-weight: 600; }
  .category-btns .search-filter-input-button:hover:not(.is-disabled):not(.search-filter-input-button--is-selected) {
    background: #eeeeee; }
  .category-btns .search-filter-input-button--is-selected {
    border-color: #009DB1; }

body .search-filter-input-button:hover:not(.is-disabled):not(.search-filter-input-button--is-selected) {
  background-color: #008D9F; }

/* Breadcrumbs */
.breadcrumbs {
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  color: #3C434A;
  padding: 25px 0 30px; }
  .breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none; }
    .breadcrumbs ol li {
      display: inline;
      margin: 0 0.75em;
      padding: 0; }
      .breadcrumbs ol li:first-child {
        margin-left: 0; }
  .breadcrumbs a {
    border: none;
    color: #009DB1;
    text-decoration: none; }
    .breadcrumbs a:hover {
      text-decoration: underline; }

@media screen and (max-width: 1200px) {
  .breadcrumbs {
    margin: 0 20px; } }
/* --------- Pagination --------- */
.pagination {
  margin: 30px 0 0; }

#body .wp-pagenavi li {
  display: inline; }

#body .wp-pagenavi a {
  display: inline-block;
  padding: 10px;
  margin: 0 0.5rem 0.5rem 0;
  border: 1px solid #ddd;
  color: #3C434A; }

#body .wp-pagenavi a:hover,
#body .wp-pagenavi a:focus {
  background: #eee;
  border: 1px solid #ddd;
  color: #3C434A; }

#body .wp-pagenavi span {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0; }

#body .wp-pagenavi span.current,
#body .wp-pagenavi a.current {
  color: #fff;
  font-weight: 400;
  padding: 10px;
  margin: 0 0.5rem 0.5rem 0;
  background: #009DB1;
  border: 1px solid #009DB1; }

#body .wp-pagenavi span.pages {
  padding: 10px 10px 0 0;
  margin: 0 5px 0 0; }

#body .wp-pagenavi span.extend {
  margin: 0 0.5rem 0.5rem 0; }

/* Contact */
/* Search
-------------------------------------------------------------- */
#search-nav {
  float: none; }

#search-nav > li {
  float: none;
  display: inline-block; }

#search-nav > li > a {
  display: block;
  padding: 10px 15px;
  text-decoration: none; }

/* Sidebar
-------------------------------------------------------------- */
.content-left {
  padding-right: 20px; }
  @media screen and (max-width: 992px) {
    .content-left {
      padding-right: 0; } }

.sidebar > div:not(:first-child) {
  margin-top: 20px; }
@media screen and (max-width: 992px) {
  .sidebar > div {
    margin-top: 20px; } }
.sidebar h2 {
  font-size: 2.4rem;
  margin: 0 0 20px;
  position: relative; }
  .sidebar h2:after {
    content: "";
    display: block;
    position: relative;
    width: 50px;
    height: 3px;
    margin: 0;
    background: #009DB1;
    bottom: -10px; }
.sidebar .tile a .title {
  font-size: 1.5rem;
  min-height: 70px; }
.sidebar .related-content {
  margin-left: -10px;
  margin-right: -10px; }
  .sidebar .related-content a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #3C434A;
    text-decoration: none;
    padding: 10px; }
    .sidebar .related-content a:hover {
      background: #eeeeee; }
    .sidebar .related-content a .thumbnail {
      width: 75px;
      min-width: 75px;
      max-width: 75px;
      flex-shrink: 0; }
    .sidebar .related-content a .content {
      padding-left: 20px;
      flex-grow: 1; }
      .sidebar .related-content a .content h3 {
        color: #3C434A;
        font-size: 1.5rem;
        font-weight: 400;
        margin: 0 0 0.2em; }
      .sidebar .related-content a .content p {
        font-size: 1.5rem;
        margin: 0 0 1rem; }
      .sidebar .related-content a .content p.date {
        font-size: 1.4rem;
        font-weight: 600; }
  .sidebar .related-content a.related-resource {
    padding: 10px 10px 10px 36px;
    background-image: url(images/icon-file.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px 10px; }
    .sidebar .related-content a.related-resource .content h3 {
      color: #009DB1;
      font-size: 1.6rem;
      font-weight: 600;
      margin: 0 0 0.2em; }
    .sidebar .related-content a.related-resource:hover .content h3 {
      text-decoration: underline; }

/* Forms
-------------------------------------------------------------- */
button, input, optgroup, select, textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #3C434A;
  margin: 0;
  padding: 0;
  border-radius: 0; }

button, input {
  overflow: visible; }

button {
  color: #fff;
  border: none;
  background: #009DB1;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-appearance: none; }

input[type="submit"],
input[type="button"] {
  width: auto !important;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  text-align: center;
  display: inline-block;
  padding: 1.8rem 4.9rem 1.8rem 3rem;
  margin: 0.5rem 0 0 0;
  border: none;
  background: #009DB1 url(images/icon-arrow-white.svg) no-repeat 102px 24px;
  background-size: 11px 11px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  cursor: pointer;
  -webkit-appearance: none; }

input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
  background: #008D9F url(images/icon-arrow-white.svg) no-repeat 107px 24px;
  background-size: 11px 11px;
  text-decoration: none; }

.grey-bg input[type="submit"],
.grey-bg input[type="button"] {
  color: #fff;
  border: 2px solid #fff; }

.grey-bg input[type="submit"]:hover,
.grey-bg input[type="submit"]:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  border: 2px solid #fff; }

/* Gravity Forms */
body .gform_wrapper {
  margin: 0; }

body .gform_wrapper .validation_message {
  color: #009DB1; }

body .gform_confirmation_wrapper {
  background: #eeeeee;
  padding: 50px; }

body #stay-informed #gform_confirmation_wrapper_2 {
  background: #fff;
  padding: 50px;
  margin-top: 20px; }

body .gform_wrapper ul li.gfield {
  margin-top: 15px !important; }

body .gform_required_legend {
  display: none; }

body .gform_wrapper label.gfield_label {
  margin: 10px 0 0;
  font-weight: 600 !important; }

body .gform_wrapper.gravity-theme legend.gfield_label {
  padding-top: 10px; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  padding: 10px !important;
  border: 1px solid #ccc;
  transition: all 0.2s ease-out; }

.gform_wrapper.gravity-theme .gfield select {
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  padding: 10px !important;
  border: 1px solid #ccc; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper textarea:focus {
  outline: none;
  border: 1px solid #009DB1; }

.gform_wrapper.gravity-theme .gfield-choice-input {
  margin-right: 3px; }

body .gform_wrapper .gform_footer {
  padding: 20px 0 20px 0;
  margin: 0; }

input.gform_button,
input.gform_next_button {
  color: #fff;
  background: #009DB1;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 10px 25px !important;
  margin: 0.5rem 0 0 0 !important;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease-out;
  cursor: pointer;
  -webkit-appearance: none; }

input.gform_button:hover, input.gform_button:focus,
input.gform_next_button:hover, input.gform_next_button:focus {
  background: #008D9F; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.row-margin-large {
  margin-right: -30px;
  margin-left: -30px; }
  .row-margin-large .col, .row-margin-large .col-1, .row-margin-large .col-10, .row-margin-large .col-11, .row-margin-large .col-12, .row-margin-large .col-2, .row-margin-large .col-3, .row-margin-large .col-4, .row-margin-large .col-5, .row-margin-large .col-6, .row-margin-large .col-7, .row-margin-large .col-8, .row-margin-large .col-9, .row-margin-large .col-auto, .row-margin-large .col-lg, .row-margin-large .col-lg-1, .row-margin-large .col-lg-10, .row-margin-large .col-lg-11, .row-margin-large .col-lg-12, .row-margin-large .col-lg-2, .row-margin-large .col-lg-3, .row-margin-large .col-lg-4, .row-margin-large .col-lg-5, .row-margin-large .col-lg-6, .row-margin-large .col-lg-7, .row-margin-large .col-lg-8, .row-margin-large .col-lg-9, .row-margin-large .col-lg-auto, .row-margin-large .col-md, .row-margin-large .col-md-1, .row-margin-large .col-md-10, .row-margin-large .col-md-11, .row-margin-large .col-md-12, .row-margin-large .col-md-2, .row-margin-large .col-md-3, .row-margin-large .col-md-4, .row-margin-large .col-md-5, .row-margin-large .col-md-6, .row-margin-large .col-md-7, .row-margin-large .col-md-8, .row-margin-large .col-md-9, .row-margin-large .col-md-auto, .row-margin-large .col-sm, .row-margin-large .col-sm-1, .row-margin-large .col-sm-10, .row-margin-large .col-sm-11, .row-margin-large .col-sm-12, .row-margin-large .col-sm-2, .row-margin-large .col-sm-3, .row-margin-large .col-sm-4, .row-margin-large .col-sm-5, .row-margin-large .col-sm-6, .row-margin-large .col-sm-7, .row-margin-large .col-sm-8, .row-margin-large .col-sm-9, .row-margin-large .col-sm-auto, .row-margin-large .col-xl, .row-margin-large .col-xl-1, .row-margin-large .col-xl-10, .row-margin-large .col-xl-11, .row-margin-large .col-xl-12, .row-margin-large .col-xl-2, .row-margin-large .col-xl-3, .row-margin-large .col-xl-4, .row-margin-large .col-xl-5, .row-margin-large .col-xl-6, .row-margin-large .col-xl-7, .row-margin-large .col-xl-8, .row-margin-large .col-xl-9, .row-margin-large .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.666667%; } }
/* Blocks
-------------------------------------------------------------- */
/* Footer
-------------------------------------------------------------- */
footer {
  color: #fff;
  padding: 50px 0 35px;
  background: #009DB1;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1200px) {
    footer {
      padding: 40px 20px; } }

footer p {
  margin: 1rem 0;
  font-size: 1.3rem; }

footer a {
  color: #fff;
  text-decoration: underline; }

footer a:hover {
  color: #fff;
  text-decoration: none; }

.footer-logo {
  max-width: 262px; }

.social-icons {
  text-align: right; }
  .social-icons a {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    background-color: #fff;
    border-radius: 50%; }
    .social-icons a:hover {
      opacity: 0.8; }
    .social-icons a img {
      display: block;
      width: 100%;
      height: 100%;
      max-width: 20px;
      max-height: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

@media screen and (max-width: 992px) {
  .social-icons {
    text-align: left;
    margin-top: 20px; }
    .social-icons a {
      margin-left: 0;
      margin-right: 10px; } }
/* Contact Page */
.page-id-33 main .social-icons {
  text-align: left;
  margin-top: 20px; }
  .page-id-33 main .social-icons a {
    width: 60px;
    height: 60px;
    margin-left: 0;
    margin-right: 20px;
    background-color: #3C434A; }
    .page-id-33 main .social-icons a:hover {
      opacity: 1;
      background-color: #009DB1; }
    .page-id-33 main .social-icons a img {
      max-width: 30px;
      max-height: 30px; }

.copyright p,
.footer-tagline p {
  text-align: center; }

.footer-tagline p {
  margin-top: 1.6rem; }

@media screen and (max-width: 992px) {
  .footer-tagline p {
    margin-top: 2rem; }

  .copyright p,
  .footer-tagline p {
    text-align: left; } }
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.5) url(images/icon-down-arrow-white.svg) no-repeat center center;
  height: 45px;
  width: 45px;
  border-radius: 4px;
  z-index: 9999;
  text-indent: -9000px;
  transform: rotate(180deg);
  background-size: 46%; }

a.back-to-top:hover {
  background-color: rgba(0, 0, 0, 0.75); }

@media screen and (max-width: 992px) {
  a.back-to-top {
    height: 38px;
    width: 38px; } }
a.back-to-top:after {
  content: none; }
