/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 10 July 2023 22:34:07
*/


@charset "UTF-8";
body {
  z-index: 2;
}

.desktop {
  display: block;
}

/*
--------------------
Modules
--------------------
*/

nav#main-navigation {
  margin-top: .48em;
}

nav#main-navigation.active a {
    padding: .5em 0;
}

.sub-footer .col-xs-12, .sub-footer .col-xs-12 ul {
    text-align: right;
    width: auto;
    width: initial;
}

.sub-footer ul.logo-media, .sub-footer .footer-links {
    text-align: left;
}

header.header.clearfix {
    padding-bottom: 0;
}

.nav-dropdown-sub-mega-column {
    padding-left: 20px;
    padding-right: 20px;
}


/*--------- news-items ----------*/
.news-items .row  .item{
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: content-box;
    background-position: center;
}

.news-items .column {
  margin-right: -15px;
}

.news-items .mid-column.column {
    margin-left: -15px;
}

.news-items .column .item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
}

.news-items .home-event-1, .news-items .home-event-4 {
    min-height: 335px;
}

.news-items .home-event-2-2, .news-items .home-event-2-3 {
    min-height: 160px;
}

.news-items .column .item-details {
  left: 0;
  right: 0;
}

.news-items .home-event-1 {
    margin-right: 0;
}


/*-------- slick slider ----------*/
.site-logos .greyscale:hover {
    -webkit-filter: grayscale(0);
    -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
    -webkit-transform: scale(1.01);
}

.site-logos .greyscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");    
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; 
    -webkit-transition: all .2s ease-in-out;  
}

.slide-details h2 {
  max-width: 50%;
  font-size: 2rem;
  min-height: 3.8em; 
  padding: 0;
}

.slide-details {
  bottom: 11%;
}


/*------------Slick slider - Fancy Image slider-------------*/
.slide-details-fancy {
    /*transform: translateY(-50%);*/
}

.slick-slideshow-fancy  .slick-slideshow__slide {
    position: relative;
}

.slide-details-fancy {
    max-width: 64em;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    bottom: auto;
    z-index: 2;
}
.slide-details-fancy p {
    max-width: 50%;
    margin-bottom: 1rem;
    line-height:1.5;
    padding: .2em .6em;
}

.slide-details-fancy h2 {
    min-height: auto;
    margin: 1.25rem 0;
    padding: .2em .2em;
}

.slide-details-fancy .btn {
    color: #000;
    background: #fff;
    border-radius: 15px;
    font-weight: bold;
    padding: 6px 20px;
}

.slide-details-fancy .btn:focus,
.slide-details-fancy .btn:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.slick-slideshow-fancy .slick-dots {
    background-color: rgba(255, 255, 255, 0.8);
    right: 30%;
    transform: translateX(-30%);
    margin-bottom: 20px;
}

.slick-slideshow-fancy .slick-dots button{
    background-color: rgba(0, 0, 0, 0.3);
}

.slick-slideshow-fancy .slick-dots .slick-active button {
    background-color: rgba(0, 0, 0, 0.8);
}
/*------- online services & promo slider -------*/
.online-services .image-col, .promo-slider .image-col {
    min-height: 300px;
}
.promo-slider .image-col.col-sm-6 {
    max-width: 497px;
    margin-left: 15px;
}

.online-services .online-service-col {
    padding: .4em 0 .5em 2.8em;
}

section .image-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    /*z-index: -1;*/
}

/*-------- left nav -----------*/
nav.nav {
  display: block;
  float: left;
  width: 30%;
}

nav.nav h2 {
    margin-left: 0;
}

ul.nav__list {
  margin-top: 1.3em;
  margin-right: 1em;
  margin-left: 0;
}

.content-page ul.nav__list {
  margin-top: 3.5em;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

/* Module: Navbar */
a.navbar__toggle {
  display: none;
}

.navbar__dropdown[aria-expanded="false"] {
  display: block;
  position: relative;
}

.navbar__list {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

ul.navbar__list {
  background: inherit;
}

.navbar__item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar__item > a {
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
  color: #58595b;
  display: block;
  padding: .8em .25em .6em .25em;
  border-bottom: 4px solid #fff;
  text-transform: uppercase;
}

.navbar__item > a, .navbar__item > a:visited {
  text-decoration: none;
}

.navbar__item > a:hover,
.navbar__item > a.active {
  background: #fff;
}

.sub-nav {
  position: absolute;
  display: block;
  visibility: hidden;
  top: -9999em;
  overflow: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 100ms ease;
  -moz-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  /*background: $menu-menu__sub-bg;*/
  background: rgba(220, 220, 220, 0.9);
  border: 1px solid #transparent;
  padding: 0;
}

.sub-nav a {
  color: #484848 !important;
  text-decoration: none;
  text-transform: uppercase;
}

.sub-nav > li:hover,
.sub-nav > li.active {
  background: rgba(145, 145, 145, 0.7);
}

.no-js .navbar__item:hover .sub-nav,
.no-js .navbar__item:focus .sub-nav,
.navbar__item--active .sub-nav {
  visibility: visible;
  top: inherit;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  z-index: 1001;
}

.sub-mega-nav {
  left: 0;
  width: 100%;
}

.flexbox .sub-mega-nav .sub-nav__group {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.no-js .sub-mega-nav .sub-nav__group,
.no-flexbox .sub-mega-nav .sub-nav__group {
  display: table-cell;
  vertical-align: top;
}

.no-js .sub-nav__group-container,
.no-flexbox .sub-nav__group-container {
  display: table;
}

.flexbox .sub-nav__group-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

ul.sub-nav {
    overflow-y: hidden;
    height: auto;
}

/* Module: Funnelback Search */
#fb-queryform input.quick-search__submit {
    top: 4px;
    width: 24px;
    height: 23px;
}

#fb-results {
    float: left;
    width: 70%;
    padding: 0 1em !important;
}

#fb-contextual-navigation {
    display: block;
    float: left;
    width: 30%;
    margin-bottom: 0;
    padding-left: .5em;
}

#fb-contextual-navigation-site {
    border-top: 1px solid;
    border-bottom: 1px solid;
    background: #efefef;
    padding-left: .5em;
}


/* Module: S */


/* Module: Search */
.header__search .quick-search__input-wrapper {
    margin-left: 3.6em;
}

.quick-search__input-wrapper {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 1px;
}

input#quick-search__query {
    width: 90%;
    padding: .05em .6em;
    border: 0;
}

label.quick-search__label {
    position: absolute;
    left: 0;
    font-weight: 100;
}

.header_tools {
    float: right;
    position: relative;
    overflow: hidden;
    /*width: 16em;*/
}
.header_tools {
    padding-right: 0;
}

.header-links {
    text-align: left !important;
  }
  
.footer a:hover, .nav a:hover, .content a:hover, .header-links a:hover {
  text-decoration: underline;
}

.footer a:hover, .header-links a:hover {
    color: #D0D0D0;
}

.header__logo {
  width: 24%;
  max-width: 214px;
  margin: 0;
}

.header .inner {
    padding-left: .8em;
}

.quick-search__submit {
    position: absolute;
    top: 1x;
    right: .5em;
    padding: .2em 0 .1em .2em;
    background: none;
    border: none;
    width: 21px;
    height: 20px;
}

a.navbar__toggle, .header a.mobile__search {
    display: none;
}

a.navigation__toggler.hidden-desktop {
    display: none;
}

.hidden-desktop {
   display: none;
}

.menu-active .active li {
    margin: .5em .5em .5em 0;
}
/* Module: Inside content iframe  */

.inside-content iframe {
    min-height: 322px;
}

/* Module: S */
/* Module: S */
/* Module: S */
/* Module: S */
/* Module: S */
/* Module: S */

.page-banner {
    min-height: 100px;
}

.home .page-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 74px;
}

.home .inner.menu-bar {
    margin-top: 2.4em;
}

.page-image-banner {
    margin-bottom: 1.5em;
}

.inside-content {
  float: right;
  width: 70%;
}

.inside-content.search-results1 {
    width: 100%;
}

.content-page-full-width .inside-content {
  float: none;
  width: 100%;
}


/*-- 1.6. Nav dropdown --*/

li.top_lvl:first-child .top_link {
    padding-left: 0;
}

.main-navigation {
    margin: 0 0 20px 0;
    display: block;
}

.nav-dropdown-sub {
  display: none;
}

.nav-dropdown-item-active.nav-dropdown-item-link,
.nav-dropdown-item:hover .nav-dropdown-item-link,
.nav-dropdown-item-link:hover,
.no-js .nav-dropdown-item-link:focus {
  background-color: #FFF;
  opacity: 0.9;
  color: #222;
}

.nav-dropdown-sub-item-link:hover,
.no-js .nav-dropdown-sub-item-link:focus {
  background-color: #555555;
  color: white;
}

.nav-dropdown-sub {
  position: absolute;
  z-index: 2000;
}

.nav-dropdown-item:hover .nav-dropdown-sub,
.nav-dropdown-item-link:hover ~ .nav-dropdown-sub,
.nav-dropdown-item-link:focus ~ .nav-dropdown-sub {
  display: block;
}

.nav-dropdown-horizontal .nav-dropdown-item {
  display: block;
  width: auto;
}

.nav-dropdown-horizontal .nav-dropdown-sub {
  width: 13.75em;
}

.nav-dropdown-vertical .nav-dropdown-item,
.nav-dropdown-vertical .nav-dropdown-sub-item {
  display: block;
}

.nav-dropdown-vertical {
  width: 13.75em;
}

.nav-dropdown-item {
  position: relative;
}

.nav-dropdown-vertical .nav-dropdown-sub {
  top: 0;
  width: 13.75em;
  right: -13.75em;
}

.nav-dropdown-mega {
  position: relative;
  display: block;
  z-index: -1;
}

.nav-dropdown-mega .nav-dropdown-item {
  position: inherit;
}

.lt-ie8 .nav-dropdown-mega .nav-dropdown-item {
  position: static;
}

.nav-dropdown-mega .nav-dropdown-sub {
  left: 0em;
}

.nav-dropdown-sub-mega-row {
  display: block;
  padding: 1.2em .5em;
  /*width: 102.08333%;
  margin: 0 -1.04167%;
  *width: 102.08328%;
  *margin: 0 -1.04172%;*/
  *zoom: 1;
}
.nav-dropdown-sub-mega-row:after, .nav-dropdown-sub-mega-row:before {
  display: table;
  line-height: 0;
  content: "";
}
.nav-dropdown-sub-mega-row:after {
  clear: both;
}

a.nav-dropdown-heading-link:hover {
    text-decoration: none;
}

.nav-dropdown-sub-mega-column {
  /*display: inline;
  float: left;
  padding: 20px 0px 20px 20px;
  width: 16.6%;
  */
  /*margin: 0 1.04167%;
  *width: 15.6%;
  *margin: 0 1.04162%;*/
}


/*# sourceMappingURL=medium.css.map */
