body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.75rem;
    color: #4a4a4a;
    background-color: #fff;
}

address {
    margin-bottom: 1.5rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dd {
    margin-bottom: 1.5rem;
    margin-left: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.no-space-above {
	margin-top: 0rem !important;
}
.no-space-below p {
	margin-bottom: 0rem !important;
}
.space-above {
	margin-top: 2rem !important;
}
.space-below {
	margin-bottom: 2rem !important;
}
.space-below-3 {
	margin-bottom: 3rem !important;
}
.small-space-above {
	margin-top: 1.2rem !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
	font-family: VarelaRound, sans-serif;
}

h1 {
    font-size: 2.125rem;
    line-height: 1.3;
}

h2 {
    font-size: 1.75rem;
    line-height: 1.3;
	margin-top: 3rem !important;
	margin-bottom: 1rem !important;
}

h2:first-of-type {
    margin-top: 0rem !important;
}

h3 {
    font-size: 1.25rem;
	font-weight: 600;
    line-height: 1.3;
	margin-bottom: 1rem !important;
	margin-top: 1.5rem;
}

h4 {
    font-size: 1.125rem;
    line-height: 1.3;
	margin-bottom: 1rem !important;
	margin-top: 3rem;
}

h5 {
    font-size: 1.125rem;
    line-height: 1.4;
}

h6 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

blockquote {
	margin: 1.5rem 0 4rem;
	padding: 2rem 2rem 1.5rem;
	border: 3px solid #007298;
}

.intro {
	font-size: 1.5rem;
	line-height: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #0CA4BF;
}

.small {
    font-size: 80%;
	line-height: 1rem !important;
}

.caption {
	font-size: 80%;
	color: #4a4a4a;
	margin-top: -0.5rem;
	line-height: 1.25rem;
}

.caption-centered {
	font-size: 80%;
	color: #4a4a4a;
	margin-top: -0.5rem;
	line-height: 1.25rem;
	text-align: center;
}

.caption-padding {
	font-size: 80%;
	color: #4a4a4a;
	margin-top: -0.5rem;
	line-height: 1.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.image-spacebelow {
	text-align: center;
	padding-bottom: 2rem;
}

.image-spaceabove {
	text-align: center;
	padding-top: 2rem;
}

.image-spaceabovebelow {
	text-align: center;
	padding: 2rem 0;
}

@media screen and (min-width: 768px) {
	.minus-margin-top {
		margin-top: -1.5rem;
	}
	.bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	}
}

.quotesignoff {
	font-size: 85% !important;
	color: #000000 !important;
	margin-top: 0rem !important;
	line-height: 1.5rem !important;
}

.quick-links {
	margin-bottom: 2.5rem;
}

.quick-links p {
	margin-bottom: 0.25rem;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #0CA4BF;
    text-decoration: none !important;
}

li {
	margin-bottom: .5rem;
}

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover,
a:focus {
    outline-width: 0;
}

a:hover,
a:focus {
    color: #007298;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1.5rem;
}

caption {
    padding: 0;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
    font-weight: bolder;
}

th,
td {
    padding: 0;
    vertical-align: top;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: -0.0625rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 0.0625rem solid #A0A0A0;
}

iframe {
    border: 0;
    margin-bottom: 1.5rem;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
    overflow: hidden;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

/* Grids */
.grid {
	margin: 0;
	padding: 0;
	margin-left: -1rem;
	margin-right: -1rem;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.grid-item {
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 1rem;
}


/* Start Site Styles */


/*  Layout */
.body {
    margin: 0 1rem;
    /* max-width: 71.125rem; 1138px */
    /* max-width: 65rem; /* 960px */
	max-width: 77rem; /* 1232px */
}

.body--narrow {
    margin: 0;
    max-width: 46.625rem; /* 746px */
}

p, ul {
	font-size: 1.1rem;
	color: #4a4a4a;
	font-family: Arial, Verdana, sans-serif;
	font-weight: 400;
	line-height: 1.75rem;
}

.dropdown ul a {
	line-height: 1.5rem;
}

strong {
	font-weight: 700;
}

td {
	font-family: Arial, Verdana, sans-serif;
}

@media screen and (min-width: 768px) {
    .body--narrow {
        margin: 0 auto 1.5rem;
    }
}

@media screen and (min-width: 992px) {
    .body {
        margin: 0 auto 1.5rem;
    }
}

/* General Pages */
.page {
    margin-bottom: 2rem;
    background-color: #fff;
}

.page-content {
    padding: 2rem 1.25rem;
    margin-left: auto;
    margin-right: auto;
}

.page-content h2,
.page-content h3 {
    color: #007298;
}

.page-content h4,
.page-content h5,
.page-content h6 {
    color: #000000;
}

.iframe-content {
  background-color: #fff;
  margin-top: 1rem;
  padding-bottom: 3.5rem;
  overflow-x: auto
}

.iframe-content iframe {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto 2rem;
}

.tableauPlaceholder {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .page {
        border-top: 1rem solid #007298;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 820px;
    }
	.narrower-images {
		padding: 1rem 0rem;
	}
	.narrower-text {
		max-width: 1040px;
		padding: 0rem 5rem;
	}
	.page-content {
    padding: 2rem 5rem;
}
}

/* Home Layout */
.home-boxes {
    display: grid;
    gap: 1rem;
    grid-template:
      "a a" 16rem
      "b b" 6rem
      "c c" 6rem
      "d d" 6rem
      "e f" 8rem
      "g h" 8rem
      "i j" 8rem
      "k l" 8rem
      "m n" 8rem
      "o p" 8rem
      "q r" 8rem
      /
      1fr 1fr;
}

.grid-area-a { grid-area: a; }
.grid-area-b { grid-area: b; }
.grid-area-c { grid-area: c; }
.grid-area-d { grid-area: d; }
.grid-area-e { grid-area: e; }
.grid-area-f { grid-area: f; }
.grid-area-g { grid-area: g; }
.grid-area-h { grid-area: h; }
.grid-area-i { grid-area: i; }
.grid-area-j { grid-area: j; }
.grid-area-k { grid-area: k; }
.grid-area-l { grid-area: l; }
.grid-area-m { grid-area: m; }
.grid-area-n { grid-area: n; }
.grid-area-o { grid-area: o; }
.grid-area-p { grid-area: p; }
.grid-area-q { grid-area: q; }
.grid-area-r { grid-area: r; }

.home-boxes,
.home-boxes-2 {
    padding: 1rem 1rem 0;
    color: #fff;
    background-color: #fff;
	font-family: VarelaRound, sans-serif;
}

.home-boxes-2 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
    padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .home-boxes-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-boxes-2 > .home-box {
        padding: 1rem;
    }

    .home-box--subscribe {
        grid-column: span 2 / span 2;
    }
}

.home-box {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    font-size: .9375rem;
    line-height: 1.1;
    color: #fff;
    background-position: bottom .5rem right .5rem;
    background-repeat: no-repeat;
    background-size: auto 65%;
}

.home-box:active,
.home-box:focus,
.home-box:hover {
    color: #fff;
    opacity: .75;
}

.home-box--welcome {
    font-size: 1.75rem;
    line-height: 1.2;
    background-color: #007298;
    padding-left: 1rem;
    justify-content: center;
}

.home-box--highlights {
    font-size: 1.625rem;
    line-height: 1.2;
    background-color: #0091b3;
    padding-left: 1rem;
    justify-content: center;
}

/* Home Box icons */
.home-box--office-icon {
    background-image: url("../images/ic_building_office_white_L.svg");
}

.home-box--shop-icon {
    background-image: url("../images/ic_building_shopping-centre_white_L.svg");
}

.home-box--hotel-icon {
    background-image: url("../images/ic_building_hotel_white_L.svg");
}

.home-box--data-icon {
    background-image: url("../images/ic_building_data-centre_white_L.svg");
}

.home-box--apartment-icon {
    background-image: url("../images/ic_building_apartment_white_L.svg"),
    linear-gradient(135deg, #00c2f3 50%, #ed960a 50%);
}

.home-box--retire-icon {
    background-image: url("../images/ic_building_retirement_white_L.svg"),
    linear-gradient(135deg, #00c2f3 50%, #ed960a 50%);
}

.home-box--school-icon {
    background-image: url("../images/ic_building_schools_white_L.svg"),
    linear-gradient(135deg, #00c2f3 50%, #ed960a 50%);
}

.home-box--apartment-icon,
.home-box--retire-icon,
.home-box--school-icon {
    background-position: bottom .5rem right .5rem, center;
    background-size: auto 65%, cover;
}

.home-box--warehouse-icon {
    background-image: url("../images/ic_building_warehouse_white_L.svg");
}

/* Home Box colors */
.home-box--energy {
    background-color: #ed960a;
}

.home-box--water {
    background-color: #00c2f3;
}

.home-box--waste {
    background-color: #5fc03e;
}

.home-box--ie {
    background-color: #5c4ea0;
}

.home-box--energywater {
    background-color: #ed960a;
    background-image: -webkit-linear-gradient(135deg, #00c2f3 50%, #ed960a 50%);
}

.home-box--lop {
    font-size: 1.125rem;
    background-color: #007298;
}

.home-box--past,
.home-box--pdf {
    font-size: 1.25rem;
    background-color: #0091b3;
    padding-left: 1rem;
    justify-content: center;
}

.home-box--subscribe {
    font-size: 1.125rem;
    line-height: 1.2;
    color: #007298;
    background-color: #f2f1f0;
    justify-content: center;
    text-align: center;
}

.home-box--subscribe:active,
.home-box--subscribe:focus,
.home-box--subscribe:hover {
    color: #007298;
}

@media screen and (min-width: 768px) {
    .home-boxes {
        gap: 1rem;
        grid-template:
          "a a b b b" 4.25rem
          "a a c c c" 4.25rem
          "a a d d d" 4.25rem
          "e f g h i" 8rem
          "j k l m n" 8rem
          "o p q r r" 8rem
          /
          1fr 1fr 1fr 1fr 1fr;
    }
	
    .home-box--welcome {
        padding-left: 1rem;
    }
    
    .home-box--welcome--large {
        font-size: 2.375rem;
    }

    .home-box--past,
    .home-box--pdf {
        font-size: 1.25rem;
    }
	
	.home-box--subscribe {
        font-size: 1.375rem;
    }

    .home-box {
        padding: .5rem;
        background-size: auto 50%;
    }

    .home-box--apartment-icon,
    .home-box--retire-icon,
    .home-box--school-icon {
        background-size: auto 55%, cover;
    }
}

@media screen and (min-width: 1024px) {
    .home-box--welcome {
        padding-left: 2rem;
    }

    .home-box {
        padding: 1rem;
        background-size: auto 70%;
    }

    .home-box--apartment-icon,
    .home-box--retire-icon,
    .home-box--school-icon {
        background-size: auto 65%, cover;
    }
}


/* Subscribe */
.subscribe {
    padding: .75rem;
    line-height: 1.2;
}


@media screen and (min-width: 768px) {
    .subscribe {
        padding-left: 1.5rem;
    }
    .subscribe__link {
        font-size: 1.125rem;
        padding: .625rem 5.625rem;
    }
}

.subscribe--spacing {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
    .subscribe--spacing {
        margin-left: 6rem;
        margin-right: 6rem;
    }
}


/* Menu */
.nav-collapse ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu {
    background-color: #737577;
}

.menu-link {
    display: block;
    width: 100%;
    padding: .5rem;
    color: #fff;
}

.menu-link:active,
.menu-link:hover,
.menu-link:focus {
    color: #fff;
}

.dropdown ul {
    margin-left: 1rem;
    z-index: 99999;
}

.dropdown ul a {
    display: block;
    color: #fff;
    padding: .5rem;
}

.dropdown li {
    margin-bottom: 0rem !important;
}




/* Toggle button */
.nav-toggle {
    width: 100%;
    margin: 0 0 1rem;
    padding: 1rem;
    border: 0 none;
    outline: none;
    color: #fff;
    background-color: #007298;
    font-size: 1rem;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.nav-collapse {
    margin-top: -1rem;
    margin-bottom: 1rem;
}

.js .nav-collapse,
.js .nav-collapse .dropdown ul {
    clip: rect(0 0 0 0);
    max-height: 0;
    overflow: hidden;
    zoom: 1;
}

.nav-collapse.opened,
.nav-collapse .dropdown.opened ul {
    max-height: 9999px;
}

.nav-collapse .dropdown.opened > ul,
.nav-collapse .dropdown .dropdown.opened > ul {
    position: relative;
}

.nav-toggle,
.dropdown-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

  /* ------------------------------------------
  MULTIPLE LEVELS
--------------------------------------------- */
.dropdown-toggle:after {
    content: "+";
    font-size: 1.5em;
    line-height: 0.8;
    float: right;
}
  
.dropdown.opened > .dropdown-toggle:after {
    content: "–";
}

/* Desktop Menu */
@media screen and (min-width: 768px) {

    .nav-collapse {
        margin-top: 0;
		margin-bottom: 3rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .menu {
        display: flex;
        flex-wrap: nowrap;
        text-align: center;
        background-color: #fff;
    }
    
    .menu-item {
        flex: 1 0 auto;
    }
    
    .menu-link {
        padding: .5rem .125rem;
        color: #58585a;
    }
    
    .menu-link--active {
        color: #fff;
        background-color: #0091b3;
    }

    .menu-link:active,
    .menu-link:hover,
    .menu-link:focus {
        color: #58585a;
    }
    
    .menu-item:active > a,
    .menu-item:hover > a,
    .menu-item:focus > a {
        color: #fff;
        background-color: #007298;
    }

    .dropdown ul {
        margin-left: 0;
        background-color: #939597;
        display: none;
    }

    .dropdown ul a {
        padding: .25rem;
        color: #fff;
        border-bottom: 1px solid #fff;
    }


    .js .nav-collapse {
        position: relative;
    }

    .js .nav-collapse.closed,
    .js .nav-collapse.closed .dropdown ul {
        max-height: none;
    }

    .nav-toggle,
    .js .nav-collapse .dropdown ul {
        display: none;
    }

    .js .nav-collapse,
    .js .nav-collapse .dropdown ul {
        max-height: none;
        overflow: visible;
    }

    .dropdown-toggle:after {
        content: "";
        width: 0;
        height: 0;
        margin: 0.3em 0 0 0.5em;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #000;
    }

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

    .nav-collapse .dropdown li {
        width: 100%;
    }

    .js .nav-collapse .dropdown:hover > ul {
        clip: auto;
        position: absolute;
        width: 100%;
        left: 0;
        display: block !important;
    }
}

/* Heading */
.heading {
    display: flex;
}

.heading-left {
    width: .75rem;
    background-color: rgba(0,145,179);
}

.heading-right {
    position: relative;
    width: calc(100% - .75rem);
    min-height: 9rem;
    color :#fff;
}

.heading-title, .heading-title-smaller {
    position: absolute;
    bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.2;
}

.heading-title--small {
    display: block;
    font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
    .heading {
        font-size: 1.8125rem;
    }

    .heading-left {
        width: 25%;
    }

    .heading-right {
        width: 75%;
    }

    .heading--large {
        display: block;
    }
}

@media screen and (min-width: 1170px) {
    .heading-title {
        font-size: 2.25rem;
    }
	.heading-title-smaller {
	font-size: 1.9rem !important;
		padding-right: 4rem;
}
}

/* Heading-2 */
.heading-2 {
    padding: 1rem;
    color: #fff;
    background-color: #007298;
}

@media screen and (min-width: 768px) {
    .heading-2 {
        padding: 3.125rem 1rem 1rem 5rem;
        min-height: 9rem;
    }
}

/* Heading-3 */
.heading-3 {
    padding: 1rem;
    font-size: 1.5625rem;
    color: #fff !important;
    background-color: #0CA4BF;
}

.heading-3b {
    padding: 1rem;
    font-size: 1.85rem;
    color: #fff !important;
    background-color: #0CA4BF;
}

@media screen and (min-width: 768px) {
    .heading-3 {
        padding: 4.25rem 1rem 1rem 2rem;
        min-height: 7.5rem;
    }
	
	 .heading-3b {
        padding: 2.5rem 2rem 2.25rem 2rem;
        min-height: 7.5rem;
		 margin-top: 4rem !important;
    }
}


/* Image card */
.image-card {
    position: relative;
    line-height: 1.3;
    color: #939597;
}

.image-card-image {
    margin-bottom: 1rem;
}

.image-card-title {
    display: block;
    color: #0091B3;
}

@media screen and (min-width: 768px) {
    .image-card-caption {
        position: absolute;
        bottom: 2.5rem;
        right: 2rem;
    }

    .image-card--reverse {
        color: #fff;
    }
    
    .image-card--reverse .image-card-title {
        color: #00C5F8;
    }    
}

/* Financial table */

.financials-table td:last-child {
    text-align: right;
}

.financials-table-head {
    font-weight: bold;
    border-bottom: 3px solid #5e6268;
}

.financials-table-head td {
    padding: .25rem 0;
}

.financials-table-total {
    color: #007298;
    border-top: 3px solid #5e6268;
}

.financials-table-total td {
    padding: .25rem 0 2rem;
}

.financials-table-total-nospacebelow {
    color: #007298;
    border-top: 3px solid #5e6268;
}

.financials-table-total-nospacebelow td {
    padding: .25rem 0 0.25rem;
}

.indent {
    padding-left: 1rem !important;
}
.financials-table-sub {
	border-bottom: 1px solid #5e6268;
}

/* LOF */
.lof-title {
    margin-bottom: 1rem;
    padding: 1rem 0 .25rem;
    border-bottom: 3px solid #648ca8;
    font-size: 1.625rem;
    color: #58585A !important;
}

.lof-title:first-of-type {
    padding: 0 0 .25rem;
}

.lof-title-sub {
    display: block;
    font-size: 1.1875rem;
}


/* Widths */
.width_25 {
    width: 25% !important;
    flex: 0 0 auto !important;
}

.width_30 {
    width: 30% !important;
    flex: 0 0 auto !important;
}

.width_40 {
    width: 40% !important;
    flex: 0 0 auto !important;
}

.width_50 {
    width: 50% !important;
    flex: 0 0 auto !important;
}

.width_60 {
    width: 60% !important;
    flex: 0 0 auto !important;
}

.width_70 {
    width: 70% !important;
    flex: 0 0 auto !important;
}

.width_75 {
    width: 75% !important;
    flex: 0 0 auto !important;
}

@media screen and (min-width: 768px) {
    .width_20\@md {
        width: 20% !important;
        flex: 0 0 auto !important;
    }
	.width_25\@md {
        width: 25% !important;
        flex: 0 0 auto !important;
    }
	.width_30\@md {
        width: 30% !important;
        flex: 0 0 auto !important;
    }
	.width_40\@md {
        width: 40% !important;
        flex: 0 0 auto !important;
    }
	.width_50\@md {
        width: 50% !important;
        flex: 0 0 auto !important;
    }
	.width_60\@md {
        width: 60% !important;
        flex: 0 0 auto !important;
    }
    .width_70\@md {
        width: 70% !important;
        flex: 0 0 auto !important;
    }
	.width_75\@md {
        width: 75% !important;
        flex: 0 0 auto !important;
    }
	.width_33\@md {
        width: 33% !important;
        flex: 0 0 auto !important;
    }
}

/* Utilities */

br.no-br-mobile {
    display: none;
}

@media screen and (min-width: 768px) {
    br.no-br-mobile {
        display: block;
    }
}

/* Responsive video */
.video-responsive {
    overflow: hidden;
    margin-bottom: 1.5rem;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive > * {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0;
}

/* Grey box */
.grey-box {
    position: relative;
    padding-top: .5rem;
    background-color: #f0efed;
}

.buttons input + label {
    padding: .5rem 1rem;
    border-radius: 2rem;
    color: #fff;
    background-color: #a8a7a5;
    cursor: pointer;
}

.buttons input + label:hover,
.buttons input:checked + label {
    background-color: #5d5f5e;
}


.buttons input + label.buttons__green-label {
    background-color: #becbad;
}

.buttons input + label.buttons__green-label:hover,
.buttons input:checked + label.buttons__green-label {
    background-color: #5f9e36;
}

.buttons input[type=radio] {
    padding: 0;
    margin: 0;
    height: 16px;
    width: 16px;
    float: left;
    position: absolute;
    left: 0;
    opacity: 0;
}

.buttons {
    font-size: .75rem;
    text-align: center;
}

.buttons > p {
    display: inline-block;
    margin-bottom: .5rem;
}

.buttons__title {
    display: block !important;
    padding-left: 0 !important;
}

.keyline {
	border: 1px solid #a8a8a8;
}

@media screen and (min-width: 768px) {
    .buttons {
        margin-bottom: .5rem;
        padding-top: 1rem;
        font-size: 1.125rem;
        text-align: left;
    }
    
    .buttons > p {
        padding-left: 1rem;
    }

    .buttons__title {
        display: inline-block !important;
        padding-left: 3rem !important;
    }
}

.StarRatingsImage img.show-img {
    display: block;
}

.StarRatingsImage img.hide-img {
    display: none;
}

/* Buttons 2 */
.buildingsgraph {
    background-color: #f0efed;
}

.buttons2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.buttons2 input + label {
    display: block;
    padding-right: .25rem;
    width: 100%;
    /* height: 1.875rem; */
    height: 2.625rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
}

.buttons2 input + label:hover,
.buttons2 input:checked + label {
    background-color: #efeceb;
}

.buttons2 input[type=radio] {
    padding: 0;
    margin: 0;
    height: 16px;
    width: 16px;
    float: left;
    position: absolute;
    left: 0;
    opacity: 0;
}

.buttons2 > p {
    margin-bottom: .5rem;
    flex: 1 0 auto;
    width: 50%;
    padding: 0 .5rem;
	font-size: .75rem !important;
    line-height: 1.2 !important;
}

@media screen and (min-width: 640px) {
    .buttons2 > p {
        width: 33.3333%;
    }
    .buttons2 input + label {
        height: 1.875rem;
    }
}


@media screen and (min-width: 992px) {
    .buildingsgraph {
        display: flex;
        background-color: transparent;
    }
    
    .BuildingsImage {
    }
    
    .buttons2 {
        background-color: #fff;
        display: block;
    }

    .buttons2 > p {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

}

/* Dots */
.dot {
    position: relative;
    padding-left: 2rem;
}
.dot:before {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: .5rem;
    display: inline-block;
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 7px;
}

.dot--orange:before {
    background-color: #ed960a;
}

.dot--blue:before {
    background-color: #00c2f3;
}

.dot--green:before {
    background-color: #5fc03e;
}

.dot--purple:before {
    background-color: #5c4ea0;
}

.dot--grey:before {
    background-color: #788a75;
}

/* Toggle images */
.show-img {
    display: block !important;
}

.hide-img {
    display: none !important;
}

/* Body backgrounds */
.bg-image {
    background-color: #1f71b6;
}

@media screen and (min-width: 768px) {
    .bg-image {
        background-image: url("../images/nabers2025-iStock-2157895870-goldcoast.jpg");
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        min-height: 100%;
    }
}

/* Heading color variations */
.heading-bg--orange {
    background-color: rgba(237, 150, 10);
}

.heading-bg--blue {
    background-color: rgba(0, 194, 243);
}

.heading-bg--green {
    background-color: rgba(95, 192, 62);
}

.heading-bg--purple {
    background-color: rgba(92, 78, 160);
}

.heading-bg--aqua {
    background-color: rgba(0, 145, 179) !important;
}

.heading-bg--orangebluesplit {
    background-color: #ed960a;
    background-image: -webkit-linear-gradient(135deg, #00c2f3 50%, #ed960a 50%);
}

@media screen and (min-width: 768px) {
    /* Heading icon variations */
    .heading-left--ico {
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    .heading-left--ico-office {
        background-image: url("../images/ic_building_office_white_L.svg");
    }
    
    .heading-left--ico-shop {
        background-image: url("../images/ic_building_shopping-centre_white_L.svg");
    }
    
    .heading-left--ico-hotel {
        background-image: url("../images/ic_building_hotel_white_L.svg");
    }
    
    .heading-left--ico-data {
        background-image: url("../images/ic_building_data-centre_white_L.svg");
    }
	
	.heading-left--ico-apartment {
        background-image: url("../images/ic_building_apartment_white_L.svg");
    }
	
	.heading-left--ico-retirement {
        background-image: url("../images/ic_building_retirement_white_L.svg");
		background-position: center -10px !important;
		background-size: 45% !important;
    }
	
	.heading-left--ico-warehouse {
        background-image: url("../images/ic_building_warehouse_white_L.svg");
    }
	
	.heading-left--ico-school {
        background-image: url("../images/ic_building_schools_white_L.svg");
    }
}

/* Header */
.header {
    padding: 1rem;
    text-align: center;
}

.header-title {
    /*color: #007298;*/
	color: #ffffff;
    font-size: 1.25rem;
    text-transform: uppercase;
	font-family: VarelaRound, sans-serif;
}

.header-title-name {
    display: none;
}

.header-logo {
    display: inline-block;
    margin-bottom: .5rem;
}

@media screen and (min-width: 768px) {
    .header {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding: 2.5rem 1rem 1.5rem;
    }
    
    .header-title {
        font-size: 1.5625rem;
        order: 1;
    }

    .header-title-name {
        display: inline;
    }
    
    .header-title-year {
        font-size: 2.9375rem;
        vertical-align: middle;
        display: inline-block;
        margin-top: -.25rem;
    }

    .header-logo {
        order: 2;
        margin-bottom: 0;
    }
}


/* LOP Stats */
.statgrid {
    --cols: 2;
    --gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--gap);
    font-family: VarelaRound, sans-serif;
    line-height: 1.15;
	padding-bottom: 3rem;
}

.statgrid--link {
    padding: 0 1rem;
    background-color: #0091b3;
    color: #fff;
    flex-basis: calc(100% / var(--cols) - var(--gap) / var(--cols) * (var(--cols) - 1));
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    aspect-ratio: 1;
}

.statgrid--link:hover,
.statgrid--link:focus {
    color: #fff;
    opacity: .75;
}

.box-dkblue {
	background-color: #005d7c;
}

@media screen and (min-width: 768px) {
    .statgrid {
        --cols: 3;
		font-size: 1.3rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .statgrid {
        --cols: 5;
    }
}