/*!
Theme Name: Hlbhub
Theme URI: http://www.hlbhub.co.uk/
Author: Idomit 
Author URI: https://www.idomit.com/
Description: HLB International is a world-wide network of independent professional accounting firms and business advisers, each of which is a separate and independent legal entity and as such has no liability for the acts and omissions of any other member. HLB International Limited is an English company limited by guarantee which co-ordinates the international activities of the HLB International network but does not provide, supervise or manage professional services to clients. Accordingly, HLB International Limited has no liability for the acts and omissions of any member of the HLB International network, and vice versa.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hlbhub
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hlbhub is based on Underscores http://www.hlbhub.co.uk/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* FONTS
===================================*/


/*@font-face {
    font-family: 'Gotham';
    src: local('Gotham Medium'), local('Gotham-Medium'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: local('Gotham Book'), local('Gotham-Book'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

body {
    background: #fff;
    color: #3c3c3b;
    font: 1rem/1.4 "Gotham SSm A", "Gotham SSm B", helvetica, arial, sans-serif
}

.pad-top-25 {
    padding-top: 25px;
}

main {
    margin-top: 60px;
    margin-bottom: 150px;
    display: block;
}

.person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    position: relative;
}

.person .text {
    max-width: 800px;
    margin-left: 50px;
}

.hero-home {
    background: url(https://www.hlbinsolvencywa.com.au/wp-content/themes/hlbhub/assets/images/hero-home.jpg) no-repeat;
    min-height: 575px;
    background-position: center top;
    margin-top: -75px;
    background-size: cover;
}

.our-people h4 {
    margin-bottom: 5px;
}

.our-people .subtitle {
    color: #999
}

.link-block p {
    /*display: none;*/
}

.h3.director-name {
    margin-bottom: 0;
}

.link-block {
    cursor: pointer;
}

.with-side-decoration {
    border: 0;
    font-weight: bold;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #005A77;
}

.with-side-decoration:hover {
    color: #FBBA00;
}

.with-side-decoration:before {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.with-side-decoration:hover:before {
    -webkit-transform: translate(-40px, 14px) rotate(-180deg);
    -ms-transform: translate(-40px, 14px) rotate(-180deg);
    transform: translate(-40px, 14px) rotate(-180deg);
}

.menu__additional {
    /*margin-bottom: 0!important;*/
}

.main-footer {
    min-height: 290px;
}

.menu-footer ul li,
.menu-footer ul li a {
    display: block!important;
}

.footer__disclaimer {
    margin-top: 10px;
}

.footer__disclaimer p {
    font-size: 0.8em;
}

.intro--landing-page {
    position: relative;
}

.intro--landing-page img {
    position: absolute;
}

.warning {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2098;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.warning .box {
    width: 595px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5em 2em;
    background: #fff;
    background-color: #fff;
    background-image: -o-linear-gradient(top, #fff 0%, #e2f4fd 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e2f4fd));
    background-image: -webkit-linear-gradient(top, #fff 0%, #e2f4fd 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2f4fd));
    background-image: linear-gradient(to bottom, #fff 0%, #e2f4fd 100%);
    -webkit-box-shadow: 3px 3px 12px #444;
    box-shadow: 3px 3px 12px #444;
    font-size: 14px;
    color: #585858;
}

input[type="checkbox"]#agree {
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    margin-right: 10px;
}

.warning .box .close {
    float: right;
    margin-top: -2.75em;
    margin-right: -3.25em;
    width: 25px;
    cursor: pointer;
    height: 25px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    font-weight: 600;
    background: #f1471c;
}

#input-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn-proceed {
    padding: 15px 35px;
    background-color: #005A77;
    border-radius: 5px;
    color: #fff;
}

.administration {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.administration div {
    width: 45%;
}

span.title {
    font-weight: bold;
}

div.contact {
    padding: 25px 35px;
    background-color: #eee;
}


/*FAQ*/

.post-6886 p,
.post-6899 p {
    margin-bottom: 10px
}

.post-6886 p>strong,
.post-6899 p>strong {
    margin-top: 35px;
    display: block;
}


/*Downloads Page*/

.post-1485 h3 span {
    display: block;
    font-size: 0.7em;
    color: #005A77;
}

.post-1485 .h2 {
    margin: 65px 0 5px;
}

.audio-container {
    margin-bottom: 50px;
}

p.title {
    text-transform: capitalize;
    font-weight: bold;
    margin: 25px 0 5px;
    font-size: 1.15em;
}

.creditor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.boxed-offset a.creditor-link {
    height: 225px!important;
    padding: 50px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #005A77;
    font-size: 1.825em;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    letter-spacing: 1px;
    text-align: center;
}

a.creditor-link:hover {
    background-color: #FBBA00;
    color: #333;
}

.creditor-list {
    list-style: none;
    padding-left: 0;
}

.boxed-offset:hover a.creditor-link {
    -webkit-transform: translate(-7px, 7px);
    -ms-transform: translate(-7px, 7px);
    transform: translate(-7px, 7px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.post-20 .boxed-offset,
.post-18 .boxed-offset {
    width: 30%;
}

.home main {
    margin: 0;
}

.awards-item:last-child .awards-item__content {
    margin-bottom: 0;
    min-height: 0!important;
}

.awards-item:last-child .awards-item__content:after {
    height: 0;
}

.location-box__copy-content img {
    vertical-align: middle;
}

.location-box__copy-content div {
    margin-bottom: 25px;
}

.location-box__copy-content div address:not(:last-child) {
    margin-bottom: 5px;
}

.with-hero .bg2,
.with-hero .with-slanted-img-bg__image:after {
    background: #fff;
}

.h1flex h1 {
    margin-top: 220px;
    font-size: 2.6em;
}


/*Discussion group page*/

.post-5769 p.title {
    margin-top: 0;
}

.post-5769 p.title a {
    font-size: 0.8em;
}

.post-5769 p.date {
    font-size: 1.45em;
    margin-bottom: 5px;
    margin-top: 50px;
}

.main-header #mega-menu-primary-menu-menu li:last-child {
    padding-right: 0;
}

.menu-footer img {
    max-width: 100%;
}

.footer__disclaimer {
    margin-top: 25px;
}

.people-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.people-container .boxed-offset span {
    display: block;
    bottom: 20px;
    position: absolute;
    right: 0;
    left: 0;
    color: #fff;
    z-index: 999;
    font-size: 1.5em;
    margin: auto;
    width: 200px;
    text-align: center;
    font-weight: bold;
}

.people-container .boxed-offset,
.boxed-offset.person {
    width: 325px;
    position: relative;
}

.people-container .boxed-offset {
    cursor: pointer;
}

#search_results {
    margin: 75px 0 100px;
}

#search_results div {
    margin-bottom: 15px;
    display: block;
}

.underline>h3 {
    margin-bottom: 0;
}

.next-button {
    margin-bottom: 100px;
}

.social-icon>li a[href=''] {
    display: none;
}

.accordion-header:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 15px;
    /*	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: -5px;*/
    background: url(https://www.hlbinsolvencywa.com.au/wp-content/themes/hlbhub/assets/images/DropArrowBlack.svg) no-repeat 0 0;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.accordion-header:hover:after {
    -webkit-transform: rotateZ(-180deg);
    -ms-transform: rotate(450deg);
    transform: rotateZ(450deg);
}

.accordion-header.active {
    border-bottom-color: transparent;
}

.accordion-header:hover p {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}

.accordion-header {
    cursor: pointer;
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 999;
    margin-left: auto;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /*  margin-top: -50px;*/
    border-bottom: 1px solid #eee;
    padding: 20px 10px;
}

.accordion {
    border-top: 1px solid #eee;
    margin: 0 auto 25px;
}

.accordion-header p {
    margin-bottom: 0;
    display: block;
    margin-right: 50px;
    font-size: 0.95em;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.accordion-content {
    display: none;
    background-color: #fafafa;
    padding: 20px;
    border-top: 0px;
    margin-bottom: 10px;
    border-radius: 10px;
    position: relative;
}

.accordion-content h2 {
    margin: 0;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
}

.accordion-header img {
    width: 15px;
    position: absolute;
    right: 15px;
    top: 20px;
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion-header:hover img {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}

.accordion-header.active img {
    -webkit-transform: rotateZ(630deg);
    -ms-transform: rotate(630deg);
    transform: rotateZ(630deg);
}

.accordion-header.active {
    border-bottom-color: transparent;
}

.accordion-header:hover p {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}

.page-section.section-get-in-touch {
    padding-bottom: 45px;
}

.h3.subtitle {
    margin: 0 0 20px!important;
}

.blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.with-side-decoration--lg .boxed-offset.imgbox {
    float: right;
    width: 45%;
    margin-left: 50px;
    display: inline-block;
}

.with-side-decoration--lg .boxed-offset.imgbox:after {
    clear: both;
}

.insight-hero {
    width: 100%;
    height: 125px;
    overflow: hidden;
}

.insight-hero img {
    max-width: 100%;
    height: auto;
}

.article-category {
    -webkit-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
}

.director-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.director-text p {
    color: #fff;
    text-shadow: 0 0 25px #222;
}

.director-text p.director-position {
    font-size: 1.25em;
    color: #fbba00;
}

.author-box {
    background-color: #fafafa;
    padding: 20px;
    border-radius: 10px;
}

.mgr-top-img .h2.subtitle {
    margin: 0 0 10px!important;
    font-size: 26px;
}

.blog-date {
    font-size: 14px!important;
}

.lead {
    font-size: 1.25em;
}

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

h1.entry-title[data-content="Protected: City Insolvency Discussion Group"] {
    display: none;
}


/*FAQ PAGE*/

.page-id-7577 .boxed-offset {
    width: 325px;
}


/* Large devices (laptops, ipad Pro - landscape, 1200px - 1370px) */

@media (max-width: 1369px) {
    .people-container .boxed-offset {
        width: 100%;
    }
    .intro.page-section {
        padding-top: 140px;
    }
    .with-slanted-img-bg__image {
        background-size: contain;
        background-position: top;
    }
    .with-slanted-img-bg__content {
        padding-top: 200px;
    }
    .h1flex h1 {
        margin-top: 100px;
        font-size: 2.5em;
    }
    .intro .with-slanted-img-bg {
        margin-top: -10px;
    }
    .main-header .logo img {
        width: 275px;
    }
}


/* Medium devices (desktops, tablet landscape, ipad pro potrait: 992px - 1199px) */

@media (max-width: 1200px) {
    .h1flex h1 {
        font-size: 2.2em;
    }
    .h1,
    h1 {
        font-size: 1.8em;
    }
    .h2,
    h2 {
        font-size: 1.6em;
    }
    .h3,
    h3 {
        font-size: 1.3em;
    }
    ul.expertise-list {
        -moz-column-count: 3;
        -moz-column-gap: 75px;
        -webkit-column-count: 3;
        -webkit-column-gap: 75px;
        column-count: 3;
        column-gap: 75px;
    }
    .expertise-list li {
        float: none;
        width: 100%;
    }
    .boxed-offset a.creditor-link {
        font-size: 1.4em;
    }
    .hero-home {
        min-height: 335px;
    }
    main {
        margin: 115px 0;
    }
    .person {
        width: 225px;
    }
    .section-the-brief-na {
        padding: 60px 0 20px;
    }
    .profile-expertise.slanted {
        padding-bottom: 75px;
    }
    .page-section {
        padding: 50px 0 20px;
    }
    .mgr-top-img {
        margin-top: 120px;
    }
}


/*Medium devices (tablet - potrait, 768px - 991px)*/

@media (max-width: 991px) {
    .h1flex h1 {
        font-size: 2.1em;
    }
    .h1,
    h1 {
        font-size: 1.7em;
    }
    .h2,
    h2 {
        font-size: 1.3em;
    }
    .hero-home {
        min-height: 265px;
        margin-top: -25px;
    }
    .people-container .boxed-offset {
        margin: auto;
    }
    .people-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .person {
        width: 40%;
    }
    .people-container .person:not(:last-child) {
        margin-top: 25px;
    }
    .no-breadcrumbs .intro.page-section {
        padding-top: 170px!important;
    }
    ul.expertise-list {
        -webkit-column-count: 2;
        column-count: 2;
    }
    .boxed-offset {
        width: 100%!important;
    }
    .boxed-offset a.creditor-link {
        height: 100px!important;
    }
}


/* Small devices (portrait phones, less than 544px) 
====================================================================================*/

@media (max-width: 543px) {
    .footer__disclaimer {
        margin-top: 0;
    }
    .menu-footer img {
        width: 100%;
    }
    .page-section.section-get-in-touch {
        padding-bottom: 65px;
    }
    main {
        margin: 65px 0;
    }
    .main-header .logo img {
        width: 210px;
    }
    .intro.page-section {
        padding-top: 110px;
    }
    .inner-section-padding {
        padding: 0;
    }
    .h1flex h1 {
        margin-top: 50px;
        font-size: 2em;
    }
    .person {
        width: 90%;
    }
    /*	ul.creditor-list a.underline::after {
		background-color:transparent;
	}*/
    a {
        border-bottom: 0;
    }
    .help.creditor-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .help.creditor-container .boxed-offset {
        width: 100%
    }
    .boxed-offset a.creditor-link {
        height: 145px!important;
    }
    ul.expertise-list {
        -webkit-column-count: 1;
        column-count: 1;
    }
    .mgr-top-img {
        margin-top: 90px;
    }
    .section-the-brief h2,
    .section-cs-text h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .boxed-offset a.creditor-link {
        height: 150px!important;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    /*media all*/
    .insight-hero img {
        width: 270px;
        height: auto;
        max-width: 100%;
    }
}

.tablesorter {
    overflow-x: auto;
}

table.tablesorter thead tr th,
table.tablesorter th,
.tablesorter td {
    border: 0;
    text-align: center;
    padding: 10px;
    font-size: 0.9em;
}

table.tablesorter th:nth-child(1),
table.tablesorter td:nth-child(1) {
    text-align: left;
}

table.tablesorter thead tr th,
table.tablesorter th {
    background-color: #ddd;
}

tr:nth-child(even) {
    background: #f2f2f2
}

.page-section {
    overflow: hidden;
}

#status {
    width: 175px;
}

.flex-creditors {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-creditors p {
    font-size: 21px;
    font-weight: bold;
    margin-right: 25px;
}

select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
    padding: 10px 5px;
}


/* For IE10 */

select::-ms-expand {
    display: none;
}


/*
 * Additional styles for homepage slider template
*/

.main-header .logo {
    position: relative;
    z-index: 200;
    display: inline-block;
    padding: 0;
    border: 0;
}

.page-template-template-homepage-slider .page-section {
    overflow: visible;
}

.page-banner-container {
    position: relative;
    height: 400px;
    font-weight: 700;
    overflow: hidden;
    margin-left: -20px;
}

.page-banner-container.single {
    height: 300px;
}

.page-banner-container.rotating .banner-text {
    top: 65px;
}

@media (min-width: 544px) and (max-width: 767px) {
    .page-banner-container.rotating .banner-text {
        top: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-banner-container.rotating .banner-text {
        top: 85px;
    }
}

.page-banner-container.no-banner {
    height: 125px;
}

.page-banner-container .image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 64, 98, 0.65);
}

.page-banner-container .block-bg {
    background-color: #005a77;
    width: 100%;
    position: relative;
    z-index: 1;
}

.page-banner-container .block-bg:after {
    content: "";
    bottom: 0;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    width: 100%;
    height: 280px;
    position: absolute;
    background: inherit;
    z-index: -1;
}

@media (min-width: 768px) {
    .page-banner-container .block-bg {
        height: 140px;
    }
}

@media (min-width: 992px) {
    .page-banner-container .block-bg {
        height: 160px;
    }
}

.page-banner-container .block2-bg {
    background-color: #005a77;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 10px;
}

.page-banner-container .block2-bg:after {
    content: "";
    bottom: 0;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    width: 100%;
    height: 260px;
    position: absolute;
    background: inherit;
    z-index: -1;
}

.page-banner-container .banner-container {
    position: absolute;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.page-banner-container .banner-container img {
    visibility: hidden;
    position: absolute;
}

.page-banner-container .banner-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
}

.page-banner-container .banner-text {
    /*z-index: 100;*/
    position: absolute;
    top: 120px;
    padding: 0 10px;
}

.page-banner-container .banner-text.banner-text-light {
    color: #ffffff;
}

.page-banner-container .banner-text.banner-text-light h1,
.page-banner-container .banner-text.banner-text-light p {
    color: #ffffff;
}

.page-banner-container .banner-text.banner-text-light a {
    color: #ffffff;
}

.page-banner-container .banner-text.banner-text-light a:hover {
    color: #e6e6e6;
}

.page-banner-container .banner-text .first {
    display: block;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.page-banner-container .banner-text .second {
    display: block;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
}

.page-banner-container .banner-text .third {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    width: 90%;
}

.page-banner-container .button--secondary {
    margin-top: 25px;
    height: 36px;
    border-color: #fff;
}

.page-banner-container .button--secondary span {
    height: 36px;
    line-height: 2rem;
    background: #fbba00;
    border: 2px solid #fbba00;
    color: #404041;
    font-size: 14px;
}

.page-banner-container .banner-text .link {
    font-size: 26px;
    line-height: 23px;
}

@media (min-width: 768px) {
    .page-banner-container .banner-text {
        top: 57%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.page-banner-container .indicators {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.page-banner-container .indicators a {
    padding-left: 4px;
    border: none;
}

.page-banner-container .indicators a:first-of-type {
    padding-left: 0;
}

.page-banner-container .indicators .indicator {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.page-banner-container .indicators .indicator.selected {
    background-color: rgba(255, 255, 255, 0.3);
}

.page-banner-container .btn-banner-previous,
.page-banner-container .btn-banner-next {
    position: absolute;
    top: 60%;
    left: 20px;
    width: 40px;
    height: 80px;
    background-color: rgba(0, 90, 119, 0.3);
    cursor: pointer;
    z-index: 3;
}

.page-banner-container .btn-banner-previous svg,
.page-banner-container .btn-banner-next svg {
    display: block;
    padding-top: 20px;
}

.page-banner-container .btn-banner-previous span:before,
.page-banner-container .btn-banner-next span:before {
    color: #FEB811;
    font-size: 35px;
}

.page-banner-container .btn-banner-next {
    right: 0;
    left: auto;
}

.page-banner-container .btn-banner-next span {
    display: block;
    padding-left: 3px;
}

@media (min-width: 768px) {
    .page-banner-container {
        height: 480px;
    }
    .page-banner-container.single {
        height: 430px;
    }
}

@media (min-width: 992px) {
    .page-banner-container {
        height: 660px;
    }
    .page-banner-container.single {
        height: 560px;
    }
    .page-banner-container .banner-text {
        top: 50%;
        -webkit-transform: translateY(-26%);
        transform: translateY(-26%);
    }
    .page-banner-container .banner-text .first {
        font-size: 26px;
        line-height: 29px;
    }
    .page-banner-container .banner-text .second {
        font-weight: 700;
        font-size: 48px;
        line-height: 40px;
    }
    .page-banner-container .banner-text .third {
        font-size: 18px;
        line-height: 18px;
        width: 100%;
    }
}

.no-underline a,
.no-underline a:hover,
.no-underline a:focus {
    border: none;
}


/* Breadcrumbs */

.breadcrumbs {
    margin-top: 15px;
}

.breadcrumbs a {
    border: none;
    font-weight: bold;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
    border: none;
}


/* page-title */

.page-title {
    position: relative;
    display: block;
}


/* floating-contact-bar */

.floating-contact-bar {
    background-color: #ffff;
    z-index: 999;
    position: fixed;
    top: 380px;
    right: -5px;
    padding-bottom: 7px;
    transform: scale(0.8, 0.8);
}

@media only screen and (min-width: 768px) {
    .floating-contact-bar {
        top: 504px;
        right: -3px;
        transform: scale(1, 1);
    }
}

.floating-contact-bar .contact-link {
    position: absolute;
    top: 99px;
    background-color: #FEB811;
    color: #005a77;
    display: block;
    -webkit-transform-origin: 0 -3px;
    transform-origin: 0 -3px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 6px 11px;
    font-size: 14px;
    font-weight: 700;
    left: -1px;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    border: none;
}

.floating-contact-bar .contact-link:hover {
    background-color: #005a77;
    color: #FEB811;
}

.floating-contact-bar .social-links {
    margin-top: 91px;
    margin-left: -1px;
}

.floating-contact-bar .social-links a {
    display: block;
    font-size: 35px;
    height: 32px;
    padding-right: 2px;
    border: none;
}

.floating-contact-bar .social-links a span:before {
    color: rgba(0, 90, 119, 0.3);
}

.floating-contact-bar .social-links a:hover span:before {
    color: #005a77;
}


/* hlb-widget-nav */

.hlb-widget-nav {
    min-height: 310px;
}

.hlb-widget-nav.about {
    background-position: top center;
    height: 405px;
}

.hlb-widget-nav.location {
    background-size: cover;
    height: 390px;
}

.hlb-widget-nav.location .gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 140px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,1e5799+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 90, 119, 0.85)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 90, 119, 0.85) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1e5799', GradientType=0);
               IE6-9 */
}

.hlb-widget-nav.location .text-group {
    position: absolute;
    bottom: 0;
    padding: 15px;
    width: 100%;
}

.hlb-widget-nav.location .text-group .feature {
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.hlb-widget-nav.location .text-group .icon-orange-box-right {
    position: absolute;
    top: 38px;
    right: 15px;
    font-size: 25px;
}

.hlb-widget-nav.location .text-group a {
    padding-right: 25px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    display: block;
    font-size: 28px;
    line-height: 35px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 700;
}

.hlb-widget-nav.location .text-group a .fa {
    color: #FEB811;
}

.hlb-widget-nav h2 {
    color: #005a77;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 8px;
}

.hlb-widget-nav h2 a {
    text-decoration: none;
    border: none;
}

.hlb-widget-nav h2 a:hover {
    text-decoration: underline;
    border: none;
    color: #00202b;
}

.hlb-widget-nav p {
    color: #404041;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 17px;
}


/* Mega Menu over writes */

.mega-menu-item .mega-menu-item-type-widget.widget_hlb_latest_posts_widget {
    background-color: rgba(255, 255, 255, .8);
    padding: 15px !important;
}

.mega-menu-item .mega-menu-item-type-widget.widget_hlb_latest_posts_widget .mega-block-title {
    color: #005a77;
}


/**/

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    /* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items */
    font-weight: 400;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
    font-weight: 400;
}

@media (min-width: 992px) {
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        font-weight: 700;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
        font-weight: 700;
    }
}

@media only screen and (max-width: 1200px) {
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-menu-item-type-widget {
        display: none;
    }
    .main-header #mega-menu-primary-menu li {
        display: block;
    }
    .main-header #mega-menu-primary-menu li a:hover {
        color: #fff;
        transition: none;
    }
    .main-header #mega-menu-primary-menu .mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus,
    .main-header #mega-menu-primary-menu .mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
        border-color: transparent;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
        color: #fff;
        border-color: transparent;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 0px;
        width: 100%;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link {
        line-height: 35px;
        height: 35px;
        padding: 0 10px;
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        line-height: 18px;
        padding: 6px 10px 6px 0;
        margin-bottom: 0;
        margin-left: 0px;
        text-transform: none;
        font-size: 14px;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
        padding: 6px 0 6px 15px;
        line-height: 17px;
        font-size: 14px;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link:hover,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link:focus {
        border-color: rgba(255, 255, 255, 0.1);
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
        border-color: rgba(255, 255, 255, 0.1);
        border: none;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link {
        display: block;
        line-height: 35px;
        height: 35px;
        padding: 0 10px;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link:hover {}
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
        border: 0;
        padding: 0 0 0 10px;
        border-radius: 0 0 0 0;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link:hover,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link:focus {
        border-color: rgba(255, 255, 255, 0.1);
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link::after,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link:hover::after,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link:focus::after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@media (min-width: 1200px) {
    .mega-menu-megamenu>ul.mega-sub-menu {
        top: 105px;
        height: 432px;
        border-bottom: 1px solid #0093a7;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        line-height: 20px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.4);
        padding: 0 10px 2px 0;
        margin-bottom: 6px;
        margin-left: 10px;
        font-size: 18px;
        -webkit-transition: border-color .2s ease-in-out;
        transition: border-color .2s ease-in-out;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:after,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:after {
        content: '\f345';
        display: inline;
        font-family: dashicons;
        margin: 0 -10px 0 0;
        vertical-align: top;
        float: right;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        color: inherit;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
        border-color: #FEB811;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding-left: 15px;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 15px;
        width: 100%;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        line-height: 20px;
        padding: 0 10px 2px 0;
        margin-bottom: 6px;
        margin-left: 10px;
        text-transform: none;
        font-size: 16px;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
        display: inline-block;
        margin-left: 10px;
        padding: 6px 0 6px 0;
        line-height: 17px;
        border-bottom: 1px solid transparent;
        -webkit-transition: border-color .2s ease-in-out;
        transition: border-color .2s ease-in-out;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover {
        border-color: #FEB811;
    }
}

.main-header #mega-menu-primary-menu li.mega-menu-megamenu {
    white-space: normal;
}

.main-header #mega-menu-primary-menu .mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul>li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    display: block;
}


/*//////////////////////
// Icons
/////////////////////*/

@font-face {
    font-family: 'hlb';
    src: url('fonts/hlb.eot?1gtmjn');
    src: url('fonts/hlb.eot?1gtmjn#iefix') format('embedded-opentype'), url('fonts/hlb.ttf?1gtmjn') format('truetype'), url('fonts/hlb.woff?1gtmjn') format('woff'), url('fonts/hlb.svg?1gtmjn#hlb') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'hlb' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook-colour:before {
    content: "\e906";
    color: #36609f;
}

.icon-facebook:before {
    content: "\e907";
    color: #004062;
}

.icon-instagram-colour:before {
    content: "\e90a";
    color: #f92179;
}

.icon-instagram:before {
    content: "\e90b";
    color: #004062;
}

.icon-linkedin-colour:before {
    content: "\e90c";
    color: #066c9a;
}

.icon-linkedin:before {
    content: "\e90d";
    color: #004062;
}

.icon-twitter-colour:before {
    content: "\e914";
    color: #2aa9e0;
}

.icon-twitter:before {
    content: "\e915";
    color: #004062;
}

.icon-youtube:before {
    content: "\e916";
    color: #004062;
}