/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Tue Feb 20 2018 11:06:31 GMT+1000 (AEST)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    Skip links
    S
 */
.visuallyhidden, .sr-only, .skip-links__link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.skip-links__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

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

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html,
body {
  font-size: 1em;
  height: 100%;
}

body {
  color: #4d4d4d;
  overflow-y: scroll;
  font-family: Helvetica, sans-serif;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

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

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

@page {
  margin: 0.5cm;
}

a {
  color: #24a4ac;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: #1c5671;
  margin: 0;
}

h3, h4 {
  font-weight: 700;
}

h1, h2 {
  font-family: "Roboto Condensed";
  text-transform: uppercase;
}

h1 {
  color: #fff;
  font-weight: 400;
}

/*
--------------------
Content
--------------------
*/
h1 {
  font-size: 25px;
}

h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 17px;
}

p {
  line-height: 1.625rem;
  margin: 1.6875rem 0;
}

p:first-child {
  margin-top: 0;
}

p + ul,
p + ol {
  margin-top: -0.875rem;
}

blockquote {
  background-color: #e1f0f4;
  border-left: none;
  border-top: 4px solid #1c5671;
  color: #1c5671;
  font-weight: 700;
  margin: 1.6875rem 0;
  padding: 1.875rem 1.375rem;
}

blockquote p {
  margin: 0;
}

blockquote .blockquote__source {
  font-weight: 400;
}

table {
  background: #fff;
  margin: 1rem 0 3rem 0;
  width: 100%;
}

thead ~ tbody tr:first-child,
tr {
  background: none;
  border-bottom: 2px solid #e1f0f4;
}

thead tr,
tbody tr:first-child,
tbody tr:last-child {
  border-bottom: 2px solid #24a4ac;
}

tbody tr:nth-child(even) td {
  background-color: #e1f0f4;
}

.template--call-to-action-contacts table,
.template--call-to-action-contacts tbody tr:nth-child(even) td {
  background: transparent;
}

th {
  background: #e0edf1;
  color: #1c5671;
  font-family: "Roboto Condensed";
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
}

td {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 25px;
}

th, td,
table.dataTable tbody th,
table.dataTable tbody td,
table.dataTable thead th,
table.dataTable tfoot th {
  padding: 1rem;
}

.responsive {
  position: fixed;
  z-index: 1;
}

.tablet {
  display: none;
}

.inner {
  height: 100%;
  margin: 0 auto;
  width: 100%;
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
}

.inner__content {
  height: 100%;
  position: relative;
}

.content__container {
  padding-bottom: 3.375rem;
}

#page-wrapper {
  min-height: 100%;
  position: relative;
}

.main {
  padding-bottom: 17.1875rem;
}

.inside__wrapper {
  font-size: 15px;
  padding-top: 1rem;
}

.loader {
  border: 2px solid transparent;
  border-top-color: #1c5671;
  border-right-color: #1c5671;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin-right: 0.25rem;
  width: 12px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*
--------------------
Modules
--------------------
*/
/* Module: Skip links */
/* Module: S */
.inside-menu {
  display: none;
}

/* Module: S */
button,
input[type="submit"] {
  background: none;
  border: 0;
}

button,
a[class*="button"],
input[type="submit"] {
  display: inline-block;
  padding: 0.8125rem 1.5625rem;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

button:hover, button:focus,
a[class*="button"]:hover,
a[class*="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  text-decoration: none;
}

input[type="submit"] {
  color: #fff;
}

.button__dusk-blue {
  background: #1c5671;
  color: #fff;
}

.button__dusk-blue:hover, .button__dusk-blue:focus {
  background: #0f384c;
  color: #fff;
}

.button__teal {
  background: #24a4ac;
  color: #fff;
}

.button__teal:hover, .button__teal:focus {
  background: #0f7177;
  color: #fff;
}

.button__orange {
  background: #c04c2e;
  color: #fff;
}

.button__orange:hover, .button__orange:focus {
  background: #9c3920;
  color: #fff;
}

.button__blue {
  background: #239ed6;
  color: #fff;
}

.button__blue:hover, .button__blue:focus {
  background: #2a97c9;
  color: #fff;
}

.button__green {
  background: #55a64d;
  color: #fff;
}

.button__green:hover, .button__green:focus {
  background: #499142;
  color: #fff;
}

.button__purple {
  background: #656997;
  color: #fff;
}

.button__purple:hover, .button__purple:focus {
  background: #494c77;
  color: #fff;
}

.button__white {
  background: #fff;
  color: #1c5671;
}

.button__white:hover, .button__white:focus {
  background: #f1f8fa;
  color: #1c5671;
}

/* Module: S */
.landing__contents {
  background-color: #f1f8fa;
}

.landing__contents.inside__wrapper {
  padding-top: 2.5625rem;
}

.landing__contents p:last-of-type {
  margin-bottom: 0;
}

.landing__contents .inner__content {
  margin-bottom: 1.6875rem;
}

.landing__children {
  font-family: "Roboto Condensed";
  padding-top: 1.6875rem;
}

.main .landing__children .inner__content {
  margin-bottom: 5.8125rem;
}

.landing__children-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.landing__children-item {
  height: 14rem;
  margin-bottom: 1.4375rem;
  position: relative;
}

.child__wrapper {
  height: 100%;
  position: relative;
}

.child__wrapper:before {
  background-color: #24a4ac;
  content: ' ';
  left: 0;
  height: 100%;
  opacity: 0.05;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.child__wrapper:hover:before {
  opacity: 1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.child__link {
  border-left: 4px solid #24a4ac;
  display: block;
  height: 100%;
  padding: 1.8125rem 1.4375rem;
  position: relative;
  text-decoration: none;
}

.child__title {
  color: #24a4ac;
  display: block;
  font-size: 20px;
  line-height: 37px;
  text-transform: uppercase;
}

.child__description {
  color: #4d4d4d;
  display: block;
  font-size: 15px;
}

.child__link-icon {
  bottom: 1.6875rem;
  display: block;
  position: absolute;
  right: 1.4375rem;
}

.svg__tilearrows .svg--path {
  stroke: #24a4ac;
}

.child__link:hover {
  text-decoration: none;
}

.child__link:hover .child__title,
.child__link:hover .child__description {
  color: #fff;
}

.child__link:hover .svg__tilearrows .svg--path {
  stroke: #fff;
}

/* Module: S */
.dashboard .main {
  background-color: #f1f8fa;
}

.dashboard__contents .template--introduction p {
  color: #1c5671;
  font-size: 16px;
  line-height: 26px;
}

.info-tab__header-link {
  color: #767676;
  display: block;
  font-family: "Roboto Condensed";
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.info-tabs__list {
  border-bottom: 3px solid #24a4ac;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.info-tabs__item {
  flex-grow: 1;
}

.info-tabs__item.active > .info-tab__header .info-tab__header-link,
.info-tab__header-link:hover,
.info-tab__header-link:focus {
  background-color: #24a4ac;
  color: #fff;
  text-decoration: none;
}

.info-tabs__item.active > .info-tab__header .info-tab__header-link :before,
.info-tab__header-link:hover :before,
.info-tab__header-link:focus :before {
  background-color: #62c1c8;
  content: ' ';
  height: 3px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 100%;
}

.info-tabs__item.active > .info-tab__header .info-tab__header-link :after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #24a4ac;
  bottom: -12px;
  content: ' ';
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.info-tab__body {
  display: none;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 5.5rem;
  width: 100%;
}

.info-tabs__item.active > .info-tab__body {
  display: block;
}

.info-tab__body .dashboard__content ul,
.info-tab__body .dashboard__content ol {
  margin: 1rem 0;
}

.info-tab__body .dashboard__content ul {
  list-style-type: disc;
}

.template--dashboard-tabs > .info-tabs__list .info-tab__header-link {
  background-color: #fff;
  font-size: 15px;
  line-height: 15px;
  padding: 0.9375rem 0.875rem 0.8125rem 0.875rem;
}

.template--dashboard-tabs > .info-tabs__list .info-tab__header-link:hover, .template--dashboard-tabs > .info-tabs__list .info-tab__header-link:focus {
  background-color: #24a4ac;
}

.template--dashboard-tabs > .info-tabs__list .info-tabs__item {
  margin-right: 0.1875rem;
}

.template--dashboard-tabs > .info-tabs__list .info-tabs__item:last-child {
  margin-right: 0;
}

.template--air-quality-tabs > .info-tabs__list .info-tab__header-link {
  background-color: #f1f8fa;
  font-size: 17px;
  line-height: 17px;
  padding: 0.9375rem 1.25rem 0.8125rem 1.25rem;
}

.template--air-quality-tabs > .info-tabs__list .info-tabs__item {
  margin-left: 0.5rem;
}

.template--air-quality-tabs > .info-tabs__list .info-tabs__item:last-child {
  margin-right: 0.5rem;
}

.template__wrapper.template--air-quality {
  clear: none;
}

.template--air-quality {
  background-color: #fff;
  padding-bottom: 4.5rem;
  position: relative;
}

.template--air-quality--locations {
  display: none;
}

.air-quality__header {
  display: table;
  padding: 1.3125rem 0.9375rem 1.25rem 0.9375rem;
}

.svg__dust-quality,
.svg__wind-conditions,
.air-quality__header-label {
  display: table-cell;
  vertical-align: middle;
}

.svg__dust-quality g,
.svg__wind-conditions path {
  fill: #1c5671;
}

.svg__more-info-open circle {
  fill: #1c5671;
}

.svg__more-info-open path {
  fill: #fff;
}

.svg__wind-conditions {
  height: 27px;
  width: 27px;
}

.air-quality__header-label {
  color: #1c5671;
  font-family: "Roboto Condensed";
  font-size: 17px;
  line-height: 26px;
  padding-left: 0.5625rem;
  text-transform: uppercase;
}

.air-quality__footer {
  background-color: #3c7e97;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 15;
}

.air-quality__more-information {
  color: #fff;
  display: none;
  font-size: 14px;
}

.air-quality__more-information p {
  line-height: 22px;
  margin: 1rem 0;
}

.air-quality__more-information a {
  color: #fff;
}

.air-quality__more-information a:hover {
  color: #fff;
}

.air-quality__footer.active {
  height: 100%;
  top: 0;
}

.air-quality__footer.active .air-quality__more-information-link {
  padding: 1rem 0;
}

.air-quality__footer.active .air-quality__more-information-icon svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.air-quality__footer.active .air-quality__more-information-label {
  display: none;
}

.air-quality__footer.active .air-quality__more-information {
  display: block;
}

.air-quality__more-information-link {
  color: #fff;
  display: block;
  padding: 1.5rem 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.air-quality__more-information-link:hover, .air-quality__more-information-link:focus {
  color: #fff;
}

.air-quality__more-information-icon {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.air-quality__more-information-label {
  font-size: 16px;
  line-height: 24px;
}

.dashboard__content {
  margin-bottom: 1.6875rem;
  padding: 1.6875rem;
}

.dashboard__content.has-background {
  background-color: #fff;
}

.dashboard__content-heading {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.air-quality__error {
  padding: 0 1rem;
}

.dust-reading__wrapper {
  width: 18.75rem;
  margin: 0 auto;
}

.dust-reading__header {
  color: #1c5671;
  display: table;
  margin: 0 auto;
}

.dust-reading__header-icon,
.dust-reading__header-label {
  display: table-cell;
  vertical-align: middle;
}

.dust-reading__header-icon .svg__clock-bg {
  fill: #1c5671;
}

.dust-reading__header-label {
  font-size: 16px;
  line-height: 26px;
  padding-left: 0.5rem;
}

.dust-reading__24,
.dust-reading__time {
  font-weight: 700;
}

.dust-reading__gauge-wrapper {
  padding-bottom: 5rem;
  padding-top: 2.5625rem;
  position: relative;
}

.dust-reading__gauge-wrapper:after {
  content: '';
  position: absolute;
  background-color: #fff;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 4.9375rem;
  z-index: 4;
}

.dust-reading__gauge,
.dust-reading__gauge-background,
.dust-reading__gauge-reading,
.dust-reading__gauge-marker,
.dust-reading__gauge-segments {
  height: 5.9375rem;
  width: 11.875rem;
}

.dust-reading__gauge-background,
.dust-reading__gauge-internal,
.dust-reading__gauge-marker,
.dust-reading__gauge-reading,
.dust-reading__gauge-data {
  position: absolute;
}

.dust-reading__gauge-background,
.dust-reading__gauge-internal {
  border-radius: 6.25rem 6.25rem 0 0;
}

.dust-reading__gauge-reading,
.dust-reading__gauge-marker {
  border-radius: 0 0 6.25rem 6.25rem;
}

.dust-reading__gauge {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.dust-reading__gauge-background {
  background-color: #f1f8fa;
  z-index: 1;
}

.dust-reading__gauge-internal {
  background-color: #fff;
  bottom: 0;
  height: 3.75rem;
  left: 50%;
  width: 7.625rem;
  z-index: 11;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dust-reading__gauge-segments {
  z-index: 10;
  position: relative;
}

.dust-reading__gauge-marker,
.dust-reading__gauge-reading {
  top: 100%;
  transform-origin: center top;
}

.dust-reading__gauge-marker {
  background-color: transparent;
  border-top: 2px solid #fff;
}

.dust-reading__gauge-marker.gauge-marker--1 {
  -webkit-transform: rotate(0.1turn);
  -ms-transform: rotate(0.1turn);
  transform: rotate(0.1turn);
}

.dust-reading__gauge-marker.gauge-marker--2 {
  -webkit-transform: rotate(0.197turn);
  -ms-transform: rotate(0.197turn);
  transform: rotate(0.197turn);
}

.dust-reading__gauge-marker.gauge-marker--3 {
  -webkit-transform: rotate(0.294turn);
  -ms-transform: rotate(0.294turn);
  transform: rotate(0.294turn);
}

.dust-reading__gauge-marker.gauge-marker--4 {
  -webkit-transform: rotate(0.441turn);
  -ms-transform: rotate(0.441turn);
  transform: rotate(0.441turn);
}

.dust-reading__gauge-reading {
  background-color: #24a4ac;
  z-index: 3;
  -webkit-transform: rotate(0turn);
  -ms-transform: rotate(0turn);
  transform: rotate(0turn);
  -webkit-transition: all 1.3s ease-in-out;
  -moz-transition: all 1.3s ease-in-out;
  transition: all 1.3s ease-in-out;
}

.dust-reading__gauge-labels {
  position: relative;
  z-index: 10;
}

.dust-reading__status-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.dust-reading__status-item {
  line-height: 17px;
  position: absolute;
  text-align: center;
  width: 3.4375rem;
}

.dust-reading__status-item.status-item--1,
.dust-reading__status-item.status-item--5 {
  top: 5.1875rem;
}

.dust-reading__status-item.status-item--2,
.dust-reading__status-item.status-item--3,
.dust-reading__status-item.status-item--4 {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dust-reading__status-item.status-item--2,
.dust-reading__status-item.status-item--4 {
  top: 2.0625rem;
}

.dust-reading__status-item.status-item--1 {
  left: 0;
}

.dust-reading__status-item.status-item--2 {
  left: 25%;
}

.dust-reading__status-item.status-item--3 {
  left: 50%;
  top: 0.625rem;
}

.dust-reading__status-item.status-item--4 {
  left: 75%;
}

.dust-reading__status-item.status-item--5 {
  right: 0;
}

.dust-reading__gauge-data {
  color: #24a4ac;
  left: 50%;
  text-align: center;
  top: 6.5625rem;
  z-index: 12;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dust-reading__value,
.dust-reading__unit {
  display: block;
}

.dust-reading__value,
.dust-reading__unit {
  font-family: "Roboto Condensed";
}

.dust-reading__unit,
.dust-reading__status,
.dust-reading__indicator {
  font-size: 18px;
}

.dust-reading__value {
  font-size: 59px;
  line-height: 37px;
}

.dust-reading__unit {
  line-height: 26px;
  margin-top: 0.625rem;
}

.dust-reading__status {
  font-weight: 700;
  line-height: 24px;
}

.dust-reading__indicator {
  color: #4d4d4d;
}

.dust-reading__guidelines {
  text-align: center;
}

.dust-reading__who {
  margin-bottom: 0.875rem;
}

.dust-reading__guide-link {
  display: block;
}

.dust-reading__guide-level {
  font-weight: 700;
}

.wind-conditions__graphic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 13.4375rem;
  margin: 0 auto;
  width: 13.4375rem;
}

.wind-conditions__wrapper[data-direction="n"] .wind-conditions__graphic {
  background-image: url("mysource_files/wind-n.png");
}

.wind-conditions__wrapper[data-direction="nne"] .wind-conditions__graphic {
  background-image: url("mysource_files/wind-nne.png");
}

.wind-conditions__wrapper[data-direction="ne"] .wind-conditions__graphic {
  background-image: url("mysource_files/wind-ne.png");
}

.wind-conditions__wrapper[data-direction="ene"] .wind-conditions__graphic {
  background-image: url("mysource_files/wind-ene.png");
}

.wind-conditions__wrapper[data-direction="e"] .wind-conditions__graphic {
  background-image: url("mysource_files/wind-e.png");
}

.wind-conditions__wrapper[data-direction="ese"] .wind-conditions__graphic {
  background-image: url("mysource_files/wind-ese.png");
}

.wind-conditions__wrapper[data-direction="se"] .wind-conditions__graphic {
  background-image: url("mysource_files/wind-se.png");
}

.wind-conditions__wrapper[data-direction="sse"] .wind-conditions__graphic {
  background-image: url("mysource_files/wind-sse.png");
}

.wind-conditions__wrapper[data-direction="s"] .wind-conditions__graphic {
  background-image: url("mysource_files/wind-s.png");
}

.wind-conditions__wrapper[data-direction="ssw"] .wind-conditions__graphic {
  background-image: url("mysource_files/wind-ssw.png");
}

.wind-conditions__wrapper[data-direction="sw"] .wind-conditions__graphic {
  background-image: url("mysource_files/wind-sw.png");
}

.wind-conditions__wrapper[data-direction="wsw"] .wind-conditions__graphic {
  background-image: url("mysource_files/wind-wsw.png");
}

.wind-conditions__wrapper[data-direction="w"] .wind-conditions__graphic {
  background-image: url("mysource_files/wind-w.png");
}

.wind-conditions__wrapper[data-direction="wnw"] .wind-conditions__graphic {
  background-image: url("mysource_files/wind-wnw.png");
}

.wind-conditions__wrapper[data-direction="nw"] .wind-conditions__graphic {
  background-image: url("mysource_files/wind-nw.png");
}

.wind-conditions__wrapper[data-direction="nnw"] .wind-conditions__graphic {
  background-image: url("mysource_files/wind-nnw.png");
}

.wind-conditions__reading {
  color: #1c5671;
  font-family: "Roboto Condensed";
  margin: 2rem auto 1rem auto;
  position: relative;
  width: 9.375rem;
}

.wind-conditions__speed {
  font-size: 74px;
  line-height: 37px;
  margin-right: 0.375rem;
}

.wind-conditions__unit,
.wind-conditions__direction {
  line-height: 28px;
  position: absolute;
}

.wind-conditions__wind-description {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #1c5671;
  text-align: center;
  margin-top: 0.35rem;
  font-family: Helvetica, sans-serif;
}

.wind-conditions__unit {
  font-size: 24px;
  top: -0.625rem;
}

.wind-conditions__direction {
  font-size: 30px;
  top: 1rem;
}

.wind-conditions__description {
  margin-bottom: 2.8125rem;
  text-align: center;
}

/* Module: S */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input[type="text"], input[type="password"],
input[type="email"], input[type="date"],
input[type="datetime"], input[type="month"],
input[type="search"], input[type="tel"],
input[type="url"], input[type="week"],
input[type="datetime-local"], input[type="number"],
input[type="time"], input[type="tel"],
select {
  background: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sq-form-section,
.sq-form-control {
  margin-bottom: 1.5625rem;
}

.sq-form-section-title {
  border-bottom: 1px solid #1c5671;
  color: #1c5671;
  display: block;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  width: 100%;
}

.sq-form-question,
.sq-form-section .row {
  margin-bottom: 1.875rem;
}

.sq-form-question:last-child {
  margin-bottom: 0;
}

.sq-form-question {
  position: relative;
}

.sq-form-question-title,
.sq-form-question-datetime label {
  color: #3c7e97;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
}

.sq-form-question-note {
  display: block;
  font-size: 13px;
}

.sq-form-required-field-note {
  color: #1c5671;
  font-style: italic;
  font-size: 15px;
  margin-bottom: 1rem;
}

.sq-form-question-text textarea,
.sq-form-question-password .sq-form-question-answer,
.sq-form-question-datetime .sq-form-question-answer,
.sq-form-question-tickbox-table .sq-form-question-answer,
.sq-form-question-file-upload .sq-form-question-answer {
  margin-top: 1rem;
}

.sq-form-question-password .sq-form-question-password-verify {
  margin-top: 1.875rem;
}

.sq-form-question-text textarea {
  border: 1px solid #1c5671;
  color: #3c7e97;
  font-size: 15px;
  line-height: 22px;
  padding: 0.6875rem 0.875rem;
  width: 100%;
}

.sq-form-question-answer input[type="text"],
.sq-form-question-answer input[type="tel"],
.sq-form-question-answer input[type="url"],
.sq-form-question-answer input[type="time"],
.sq-form-question-answer input[type="email"],
.sq-form-question-answer input[type="number"],
.sq-form-question-answer input[type="search"],
.sq-form-question-answer input[type="password"],
.sq-form-question-select select,
.sq-form-question-country select,
.sq-form-question-datetime select {
  border: none;
  border-bottom: 2px solid #1c5671;
  color: #000;
  font-size: 17px;
  line-height: 22px;
  padding: 0.5rem 0;
}

.sq-form-question-answer input[type="tel"],
.sq-form-question-answer input[type="url"],
.sq-form-question-answer input[type="text"],
.sq-form-question-answer input[type="time"],
.sq-form-question-answer input[type="email"],
.sq-form-question-answer input[type="search"],
.sq-form-question-answer input[type="number"] {
  background-color: transparent;
  transition: background-color .5s ease-in, padding .5s;
}

.sq-form-question-answer input[type="tel"]:focus,
.sq-form-question-answer input[type="url"]:focus,
.sq-form-question-answer input[type="text"]:focus,
.sq-form-question-answer input[type="time"]:focus,
.sq-form-question-answer input[type="email"]:focus,
.sq-form-question-answer input[type="search"]:focus,
.sq-form-question-answer input[type="number"]:focus {
  background-color: #f1f8fa;
  outline: none;
  padding-left: .5rem;
}

.sq-form-question-select select,
.sq-form-question-country select,
.sq-form-question-datetime select {
  font-size: 15px;
}

.sq-form-question-select .sq-form-question-answer,
.sq-form-question-country .sq-form-question-answer {
  background-image: url("mysource_files/combo-box-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
}

.sq-form-question-answer select[multiple="multiple"] {
  background: #fff;
  border: 1px solid #767676;
  margin-top: 1rem;
  padding: 0.6875rem;
  width: 100%;
}

.sq-form-question-answer select[multiple="multiple"] option {
  color: #000;
  font-size: 15px;
  line-height: 13px;
  padding: 0.5rem 0.8125rem;
}

.sq-form-question-datetime {
  margin-bottom: 0;
}

.sq-form-question-datetime select {
  margin-bottom: 1.875rem;
  margin-right: 1rem;
  padding: 0 0.375rem;
  width: auto;
}

.sq-form-question-datetime label[for*="_value_h"] {
  display: inline;
}

.sq-form-question-datetime label[for*="_value_h"]:before {
  content: '\a';
  white-space: pre;
}

.sq-form-question-tickbox-list .sq-form-question-title,
.sq-form-question-tickbox-list .sq-form-question-answer li,
.sq-form-question-option-list .sq-form-question-title,
.sq-form-question-option-list .sq-form-question-answer li {
  margin-bottom: 0.8125rem;
}

.sq-form-question-tickbox-list .sq-form-question-answer ul,
.sq-form-question-option-list .sq-form-question-answer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sq-form-question-error input[type="text"] {
  border-bottom: 2px solid #c80400;
}

.sq-form-question-error .sq-form-error {
  color: #c80400;
  font-size: 14px;
  margin: 0;
}

.sq-form-error {
  color: #c80400;
  display: block;
  font-size: 14px;
  position: relative;
  width: 100%;
}

.sq-form-error:after {
  background-color: #c80400;
  content: '';
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: -0.125rem;
  width: 100%;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation: animateThis 1.5s ease;
}

@-webkit-keyframes animateThis {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

input[type="checkbox"].sq-form-field,
input[type="radio"].sq-form-field {
  display: none;
}

input[type="checkbox"].sq-form-field + label,
input[type="radio"].sq-form-field + label {
  color: #000;
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  padding-left: 1.875rem;
  position: relative;
}

input[type="checkbox"].sq-form-field + label:before,
input[type="radio"].sq-form-field + label:before,
input[type="radio"]:checked.sq-form-field + label:after {
  background-color: #fff;
  content: ' ';
  position: absolute;
}

input[type="checkbox"].sq-form-field + label:before,
input[type="radio"].sq-form-field + label:before {
  border: 1px solid #c7c7c7;
  height: 1.375rem;
  left: 0;
  width: 1.375rem;
}

input[type="checkbox"]:checked.sq-form-field + label:before,
input[type="radio"]:checked.sq-form-field + label:before {
  border-color: #1c5671;
}

input[type="radio"].sq-form-field + label:before {
  border-radius: 50%;
}

input[type="radio"]:checked.sq-form-field + label:after {
  background-color: #24a4ac;
  border-radius: 50%;
  height: 0.75rem;
  left: 0.3125rem;
  top: 0.3125rem;
  width: 0.75rem;
}

input[type="checkbox"]:checked.sq-form-field + label:before {
  background-image: url("mysource_files/tick.svg");
  background-position: center;
  background-repeat: no-repeat;
}

input[type="submit"] {
  background: #1c5671;
  font-weight: 400;
  margin-top: 1.5625rem;
}

input[type="submit"]:hover, input[type="submit"]:focus {
  background: #0f384c;
}

.sq-form-section + .sq-form-control input[type="submit"],
.sq-form-section + input[type="submit"] {
  margin-top: 0;
}

.sq-form-required-field {
  color: #c80400;
}

/* margin for the options in the subscribe and unsubscribe news pages */
.sq-form-question-answer label[for^="bulkmail_"] {
  margin-bottom: .8125rem;
}

/* Bulk mail form submisison messages */
li[class^="bulkmail_subscribe_page_"] {
  list-style: none;
  padding: 1em;
  margin-left: -2.5em;
  border-left: 4px solid #62C1C8;
}

/* For submission modal */
p.lead {
  font-size: 1.2em;
}

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

.modal-header {
  padding: 0;
  border-bottom: 0;
}

.modal-body {
  min-height: 10em;
}

/* Module: S */
.template__wrapper {
  clear: both;
  margin-bottom: 1.6875rem;
}

.template__wrapper p:first-child {
  margin-top: 0;
}

.template__wrapper p:last-child {
  margin-bottom: 0;
}

.template--introduction p {
  color: #24a4ac;
  font-size: 17px;
}

.media__source img {
  display: block;
  width: 100%;
}

.media__source iframe {
  display: block;
  height: 14rem;
}

/* styles for video template*/
.media__source-template--video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.media__source-template--video .svg__video-icon {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.template--video-thumb {
  position: absolute;
}

.template--video {
  background-color: #000;
}

.media__caption {
  background-color: #f1f8fa;
  color: #000;
  padding: 0.875rem 0.625rem;
}

.template--gallery {
  overflow: hidden;
  padding: 1.125rem 0;
}

.template--gallery .slick-list {
  overflow: visible;
}

.template--gallery .slick-track {
  height: 100%;
}

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

.slick-arrow {
  background-color: #fff;
  height: 2.75rem;
  width: 2.75rem;
  z-index: 2;
}

.slick-arrow:hover {
  background-color: #1c5671;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before,
.slick-next:before {
  content: ' ';
}

.template--gallery .svg__gallery-arrow {
  margin-top: 0.25rem;
}

.slick-next .svg__gallery-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.template--gallery .svg__gallery-arrow .svg--shape {
  fill: #797979;
}

.template--gallery .slick-arrow:hover .svg__gallery-arrow .svg--shape {
  fill: #fff;
}

.template--gallery img {
  height: 100%;
  width: 100%;
}

.template--gallery .template--gallery-item-image-anchor,
.template--gallery .template--gallery-item-video-anchor {
  display: block;
  height: 100%;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

/*play video icon for the gallery videos*/
.template--gallery .template--gallery-item-video-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
}

.template--gallery-item-video-anchor .svg__video-icon {
  position: absolute;
}

.template--gallery .template--gallery-item-image-anchor:hover,
.template--gallery .template--gallery-item-video-anchor:hover {
  transform: scale(1.2);
}

.template--call-to-action,
.template--call-to-action-contacts {
  background: #f1f8fa;
  border-left: 4px solid #24a4ac;
  padding: 2.25rem 0;
  margin-top: 1rem;
}

.template--call-to-action .cta__heading,
.template--call-to-action-contacts .cta__heading {
  color: #1c5671;
  display: block;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: 700;
  line-height: 37px;
  text-transform: uppercase;
}

.template--call-to-action .cta__content,
.template--call-to-action-contacts .cta__content {
  color: #000;
  font-size: 17px;
  line-height: 28px;
}

.cta__actions {
  margin-top: 1.5rem;
}

.template--call-to-action-large {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.6875rem 0;
}

.cta__large-content-wrapper {
  background: rgba(28, 86, 113, 0.7);
  padding: 1.125rem 1rem;
}

.cta__large-content-wrapper .cta__heading {
  color: #fff;
  display: block;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0.8125rem;
  text-transform: uppercase;
}

.cta__large-content-wrapper .cta__content {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
}

.cta__content ul {
  margin: 0;
  padding-left: 1.875rem;
}

.cta__contact {
  color: #000;
  margin-top: 1.125rem;
}

.cta__contact-number {
  color: #000;
  font-size: 17px;
  text-decoration: none;
}

.cta__actions-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.cta__actions-item {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.cta__actions-item:last-child {
  margin-bottom: 0;
}

.template--themed-panel {
  margin-top: 1.6875rem;
}

.themed-panel__link {
  border-left: 4px solid #1c5671;
  display: block;
  padding: 1.8125rem 1.4375rem;
  position: relative;
  text-decoration: none;
}

.themed-panel__link:hover {
  text-decoration: none;
}

.template--themed-panel .themed-panel__link:hover .themed-panel__heading,
.template--themed-panel .themed-panel__link:hover .themed-panel__summary {
  color: #fff;
}

.template--themed-panel .themed-panel__link:hover .svg--path {
  stroke: #fff;
}

.themed-panel__heading {
  display: block;
  font-size: 20px;
  line-height: 37px;
  text-transform: uppercase;
}

.themed-panel__summary {
  color: #4d4d4d;
  display: block;
  font-size: 15px;
  padding-top: 0.875rem;
}

.themed-panel__icon {
  bottom: 1.6875rem;
  display: block;
  position: absolute;
  right: 1.4375rem;
}

.template--themed-panel .theme--mackay .themed-panel__link {
  background-color: rgba(101, 105, 151, 0.08);
  border-color: #656997;
}

.template--themed-panel .theme--mackay .themed-panel__link:hover {
  background-color: #656997;
}

.template--themed-panel .theme--mackay .themed-panel__heading {
  color: #656997;
}

.template--themed-panel .theme--mackay .svg--path {
  stroke: #656997;
}

.template--themed-panel .theme--abbot-point .themed-panel__link {
  background-color: rgba(35, 158, 214, 0.08);
  border-color: #239ed6;
}

.template--themed-panel .theme--abbot-point .themed-panel__link:hover {
  background-color: #239ed6;
}

.template--themed-panel .theme--abbot-point .themed-panel__heading {
  color: #239ed6;
}

.template--themed-panel .theme--abbot-point .svg--path {
  stroke: #239ed6;
}

.template--themed-panel .theme--weipa .themed-panel__link {
  background-color: rgba(192, 76, 46, 0.08);
  border-color: #c04c2e;
}

.template--themed-panel .theme--weipa .themed-panel__link:hover {
  background-color: #c04c2e;
}

.template--themed-panel .theme--weipa .themed-panel__heading {
  color: #c04c2e;
}

.template--themed-panel .theme--weipa .svg--path {
  stroke: #c04c2e;
}

.template--themed-panel .theme--hay-point .themed-panel__link {
  background-color: rgba(85, 166, 77, 0.08);
  border-color: #55a64d;
}

.template--themed-panel .theme--hay-point .themed-panel__link:hover {
  background-color: #55a64d;
}

.template--themed-panel .theme--hay-point .themed-panel__heading {
  color: #55a64d;
}

.template--themed-panel .theme--hay-point .svg--path {
  stroke: #55a64d;
}

/*------ Magnific Popup styles override for Gallery Template START ------*/
.mfp-content .share-tools {
  margin: 0;
}

.mfp-content .share-tools__label {
  line-height: 22.4px;
}

.mfp-title {
  color: black;
  text-align: center;
  margin-bottom: 0.875rem;
  padding-right: 0;
  width: 100%;
}

.mfp-bottom-bar {
  width: 100%;
}

.mfp-bottom-bar .mfp-info__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.mfp-bottom-bar .mfp-counter {
  position: relative;
  padding: 0;
}

.mfp-bottom-bar .share-tools {
  z-index: 1;
}

.mfp-counter {
  color: black;
  padding: 0.875rem 0.625rem;
  font-size: 16px;
}

.mfp-iframe-scaler .mfp-bottom-bar {
  margin-top: 0;
}

.mfp-figure .mfp-bottom-bar {
  margin-top: -40px;
}

/*-- mobile view --*/
@media (max-width: 37.5em) {
  .mfp-bottom-bar {
    align-items: flex-start;
  }
  .mfp-title {
    text-align: left;
  }
  .share-tools__wrapper {
    margin: 30px 0 0 25%;
  }
}

/*------ Magnific Popup library styles override for Gallery Template END ------*/
/*------ DataTables library styles override for Table Panel Template START ------*/
.dataTables_wrapper {
  margin-bottom: 0;
}

/* Table info - eg. 'Showing x of y' text */
.dataTables_info {
  float: left;
  font-weight: 700;
  line-height: 32px;
}

/* Pagination */
.dataTables_paginate {
  float: right;
}

.dataTables_paginate .paginate_button {
  padding-top: 0;
}

.dataTables_paginate .paginate_button.disabled {
  color: #24a4ac;
}

.dataTables_wrapper .button__pagination {
  color: #fff;
  cursor: pointer;
  margin-left: 0.375rem;
}

.dataTables_wrapper .button__pagination.next {
  background: #1c5671;
}

.dataTables_wrapper .button__pagination.next:hover, .dataTables_wrapper .button__pagination.next:focus {
  background: #0f384c;
  color: #fff;
}

.dataTables_wrapper .button__pagination.previous {
  background: #24a4ac;
}

.dataTables_wrapper .button__pagination.previous:hover, .dataTables_wrapper .button__pagination.previous:focus {
  background: #0f7177;
  color: #fff;
}

.dataTables_wrapper .button__pagination.disabled {
  background: #f1f8fa;
  color: #3c7e97;
  cursor: inherit;
}

.dataTables_wrapper .button__pagination.disabled:hover, .dataTables_wrapper .button__pagination.disabled:focus, .dataTables_wrapper .button__pagination.disabled:active {
  background: #f1f8fa;
  color: #3c7e97;
  cursor: inherit;
}

/* Amount of results per page */
.dataTables_length {
  float: left;
  line-height: 40px;
}

.dataTables_length select {
  border: none;
  border-bottom: 2px solid #1c5671;
  color: #000;
  font-size: 15px;
  line-height: 22px;
  padding: 0 0.375rem;
  width: auto;
}

/* Data Table Search */
.dataTables_filter {
  float: right;
  margin-bottom: 1rem;
}

.dataTables_filter label {
  color: #3c7e97;
}

/* Data Table Search text input*/
.dataTables_filter input[type="search"] {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #1c5671;
  color: #000;
  font-size: 17px;
  line-height: 22px;
  padding: 0.5rem 0;
  -webkit-transition: background-color 0.5s ease-in, padding 0.5s;
  -moz-transition: background-color 0.5s ease-in, padding 0.5s;
  transition: background-color 0.5s ease-in, padding 0.5s;
  width: auto;
}

.dataTables_filter input[type="search"]:focus {
  background-color: #f1f8fa;
  outline: none;
  padding-left: .5rem;
}

table.dataTable {
  border-collapse: collapse;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 400;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  height: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
}

.dataTables_wrapper .dataTables_info {
  color: #3c7e97;
  font-size: 15px;
  font-weight: 400;
}

.shipping-updated-date {
  color: #1c5671;
  font-size: 12px;
  font-style: italic;
}

/*------ DataTables library styles override for Table Panel Template END ------*/
h2 + .template--tabbed-content,
h3 + .template--tabbed-content,
h4 + .template--tabbed-content,
h5 + .template--tabbed-content {
  margin-top: 1.6875rem;
}

.content-tabs__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.content-tabs__item {
  display: block;
  padding-top: 1.6875rem;
}

.content-tabs__item:last-child {
  padding-bottom: 1.6875rem;
}

.content-tab__header-link {
  color: #1c5671;
  display: block;
  font-family: "Roboto Condensed";
  font-size: 18px;
  line-height: 37px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.content-tabs__item.active .content-tab__header-link,
.content-tab__header-link:hover,
.content-tab__header-link:focus {
  color: #1c5671;
  text-decoration: none;
}

.content-tab__body .key-documents__link {
  color: #4d4d4d;
}

.content-tab__body .key-documents__link:hover .key-documents__label {
  color: #1c5671;
}

.content-tab__body .svg__key-documents .svg--shape {
  fill: #1c5671;
}

.content-tab__body .key-documents__item {
  border: none;
}

.content-tab__body ul,
.content-tab__body ol {
  margin: 1rem 0;
}

.content-tab__body ul {
  list-style-type: disc;
}

.vessel-tracker {
  display: none;
}

.template--call-to-action-contacts table {
  width: auto;
}

.template--call-to-action-contacts table tbody tr {
  border: none;
}

.template--call-to-action-contacts table tbody tr td {
  padding: 0 2rem 0 0;
}

.inside__body .related-articles__wrapper {
  padding-bottom: 0;
}

.template--accordion-panel {
  background: #f1f8fa;
  margin-bottom: 0.6875rem;
}

.template--accordion-panel + *:not(.template--accordion-panel) {
  margin-top: 1.6875rem;
}

.accordion__toggle {
  display: none;
}

.accordion__heading {
  position: relative;
}

.accordion__toggle-label {
  cursor: pointer;
  display: block;
  padding: 1.6875rem 3.0625rem 1.6875rem 1.6875rem;
}

.accordion__svg {
  fill: #24a4ac;
  pointer-events: none;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion__heading h3 {
  color: #24a4ac;
}

.accordion__content {
  color: #000;
  display: none;
  padding: 0 1.6875rem 1.6875rem 1.6875rem;
}

.accordion__toggle:checked ~ .accordion__heading h3 {
  color: #1c5671;
}

.accordion__toggle:checked ~ .accordion__heading .accordion__svg {
  fill: #1c5671;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.accordion__toggle:checked ~ .accordion__content {
  display: block;
}

/* Module: S */
.header__breadcrumbs {
  display: none;
}

/* Module: S */
.footer__information {
  font-size: 10px;
  margin-top: 1.125rem;
}

.footer__information a {
  font-size: 10px;
}

.footer__corporate-item {
  display: inline-block;
  margin-bottom: 1.125rem;
  margin-right: 1.125rem;
}

/* Module: S */
.footer__social {
  padding-top: 2.6875rem;
}

.footer__social h2 {
  color: #fff;
}

.footer__social-options {
  margin-top: 1rem;
}

.footer__social-item {
  display: inline-block;
  margin-right: 0.75rem;
  vertical-align: top;
}

.footer__social-link {
  display: inline-block;
}

.footer__social-svg {
  height: 1.875rem;
  width: 1.875rem;
}

.footer__social-svg .svg--shape {
  fill: #fff;
}

.footer__social-link:hover .footer__social-svg .svg--shape {
  fill: #62c1c8;
}

/* Module: S */
.footer {
  background-color: #1c5671;
  bottom: 0;
  color: #fff;
  height: 17.1875rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.footer:before,
.footer:after {
  background-repeat: no-repeat;
  content: '';
  height: 3.375rem;
  position: absolute;
  width: 100%;
}

.footer:before {
  background-image: url("mysource_files/curve-footer-teal-mobile.svg");
  background-position: bottom left;
  left: 0;
  top: -3.3125rem;
}

.footer:after {
  background-image: url("mysource_files/curve-footer-blue-mobile.svg");
  background-position: bottom right;
  right: 0;
  top: -3.25rem;
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

.footer a:hover {
  text-decoration: underline;
}

/* Module: S */
.header__banner {
  height: 8.125rem;
  padding-top: 1.0625rem;
  position: relative;
}

.header__banner:before,
.header__banner:after {
  background-repeat: no-repeat;
  bottom: -0.0625rem;
  content: ' ';
  height: 3.375rem;
  position: absolute;
  width: 100%;
}

.header__banner:before {
  background-image: url("mysource_files/curve-header-teal-mobile.svg");
  background-position: bottom right;
  right: 0;
}

.header__banner:after {
  background-image: url("mysource_files/curve-header-white-mobile.svg");
  background-position: bottom left;
  bottom: -0.125rem;
  left: 0;
}

.home .header__banner {
  display: none;
}

.doors .header__banner:after,
.landing .header__banner:after,
.dashboard .header__banner:after {
  background-image: url("mysource_files/curve-header-lightteal-mobile.svg");
}

.header__video {
  display: none;
}

.header__location h1 {
  overflow: hidden;
  line-height: 1;
  max-height: 2.875rem;
}

/* Module: S */
.header__information {
  height: 5.6875rem;
  padding-top: 1.0625rem;
}

.header__logo {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.header__logo-link {
  display: inline-block;
  height: 3.6875rem;
  width: 8.875rem;
}

.header__logo-home {
  display: none;
}

.header__navigation {
  display: inline-block;
  font-family: "Roboto Condensed";
  height: 3.4375rem;
  position: absolute;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  top: 1.0625rem;
  width: 100%;
}

.header__contact {
  border-right: 1px solid #c7c7c7;
  display: inline-block;
  margin-right: 3.375rem;
  padding: 0 0.75rem;
  position: absolute;
  top: 0;
  right: 1.6875rem;
}

.header__enquiries {
  text-transform: none;
}

.enquiries__wrapper,
.menu-toggle__label {
  font-size: 15px;
  font-weight: 300;
}

.menu-toggle__label {
  text-transform: uppercase;
}

.header__toggle--search {
  display: none;
}

.header__toggle--menu {
  display: inline-block;
  padding-left: 0.9375rem;
  position: absolute;
  right: 1.6875rem;
  top: 1.3125rem;
  z-index: 5;
}

.svg__enquiries {
  display: block;
  height: 1.6875rem;
  margin: 0.375rem 0 0.5rem 0.5rem;
  width: 1.6875rem;
}

.svg__enquiries .svg--shape {
  fill: #fff;
}

.menu-toggle__icon {
  display: block;
  left: 50%;
  position: relative;
  margin: 0.375rem 0 0.625rem 0;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.menu-toggle__icon .svg--shape {
  fill: #fff;
}

.header__toggle--menu .svg__close-menu {
  display: none;
  margin-right: 0.6875rem;
}

.header__toggle--menu-input:checked ~ .header__toggle--menu .svg__burger-menu,
.header__toggle--menu-input:checked ~ .header__toggle--menu .menu-toggle__label {
  display: none;
}

.header__toggle--menu-input:checked ~ .header__toggle--menu .svg__close-menu {
  display: block;
}

/* Home versions */
.home .header__information {
  background-color: #fff;
}

.home .header__logo-home {
  display: block;
}

.home .header__logo-inside {
  display: none;
}

.home .svg__enquiries .svg--shape,
.home .svg__burger-menu .svg--shape {
  fill: #1c5671;
}

.home .enquiries__wrapper {
  color: #1c5671;
}

/* Module: S */
.header {
  background-color: #1c5671;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.header:before {
  background-color: #1c5671;
  content: ' ';
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}

.header a {
  color: #fff;
  text-decoration: none;
}

.header input[type="checkbox"] {
  display: none;
}

/* Module: S */
.header__toggle--menu-input:checked ~ .header__menu .main-menu__wrapper {
  display: block;
}

.header__menu {
  font-family: "Roboto Condensed";
  font-weight: 300;
  text-transform: uppercase;
}

.main-menu__wrapper {
  display: none;
  left: 0;
  min-height: 100%;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 4;
}

.main-menu__wrapper:before {
  background-color: #1c5671;
  content: ' ';
  height: 100%;
  opacity: 0.9;
  position: fixed;
  width: 100%;
  z-index: -1;
}

.main-menu {
  background-color: #1c5671;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding-top: 8.75rem;
}

.main-menu__list {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-menu > .main-menu__list {
  border-top: none;
}

.main-menu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  position: relative;
}

.main-menu__item:last-child {
  border-bottom: none;
}

.main-menu__link {
  display: inline-block;
  padding: 0.75rem 3.375rem 0.75rem 1.6875rem;
  width: 100%;
}

.main-menu__list .main-menu__link.current {
  background-color: #1c5671;
  border-left: 2px solid #fff;
  padding-left: 1.6875rem;
}

.main-menu__link--label {
  font-size: 20px;
}

.sub-menu__toggle-input:checked ~ .sub-menu__toggle .svg__expand-mobile-menu {
  display: none;
}

.sub-menu__toggle-input:checked ~ .sub-menu__toggle .svg__contract-mobile-menu {
  display: block;
}

.main-menu__item.expand > .main-menu__sub,
.sub-menu__toggle-input:checked ~ .main-menu__list-wrapper > .main-menu__list,
.sub-menu__toggle-input:checked ~ .main-menu__list-wrapper > .main-menu__featured-list,
.sub-menu__toggle-input:checked ~ .main-menu__list {
  display: block;
}

/* Sub Menu - Level 1 */
.sub-menu__toggle {
  padding: 1.375rem 2.53125rem 1.375rem 1.6875rem;
  position: absolute;
  top: 0;
  right: 0;
}

.sub-menu__toggle-icon .svg--shape {
  fill: #fff;
}

.svg__expand-mobile-menu {
  display: block;
}

.svg__expand-mobile-menu .svg--shape {
  opacity: 0.367;
}

.svg__contract-mobile-menu {
  display: none;
}

.main-menu__sub .main-menu__list {
  display: none;
  margin-left: 1.6875rem;
}

.main-menu__sub .main-menu__link {
  padding-left: 0.84375rem;
}

.main-menu__featured-list {
  background-color: rgba(76, 142, 167, 0.6);
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-menu__featured-item {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding: 0 1.6875rem;
}

.main-menu__featured-link {
  display: block;
  padding: 0.75rem 0.84375rem;
}

.main-menu__featured-link--label {
  font-size: 18px;
}

.main-menu__featured-link--description {
  display: none;
}

.main-menu__featured-item:nth-child(odd) {
  background-color: #24a4ac;
  border-left: 4px solid #62c1c8;
}

.main-menu__featured-item:nth-child(even) {
  background-color: #3c7e97;
  border-left: 4px solid #7bcef4;
}

/* Sub Menu - Level 2 */
.main-menu__list.menu-depth--2 {
  background-color: rgba(76, 142, 167, 0.6);
  margin: 0;
  padding: 0 1.6875rem;
}

.main-menu__list.menu-depth--2 .main-menu__item {
  margin-left: 0.84375rem;
}

.main-menu__list.menu-depth--2 .main-menu__link {
  padding-left: 0;
  padding-right: 1.6875rem;
}

.main-menu__list.menu-depth--2 .main-menu__link--label {
  font-size: 18px;
  text-transform: none;
}

.main-menu__list.menu-depth--2 .sub-menu__toggle {
  padding: 1.375rem 0.84375rem;
}

.main-menu__list.menu-depth--2 .main-menu__link.current {
  padding-left: 0.84375rem;
}

/* Sub Menu - Level 3 */
.main-menu__list.menu-depth--3 {
  margin-left: 0;
}

.main-menu__list.menu-depth--3 .main-menu__link--label {
  font-size: 16px;
}

.main-menu__list.menu-depth--3 .sub-menu__toggle {
  padding: 1.25rem 0.84375rem;
}

/* Sub Menu - Level 4 */
.main-menu__list.menu-depth--4 {
  margin-left: 0;
}

/* Module: S */
.header__toggle--menu-input:checked ~ .header__navigation .header__search {
  display: block;
}

.header__search {
  display: none;
  right: 0;
  padding: 0 1.6875rem;
  position: absolute;
  top: 4.125rem;
  width: 100%;
  z-index: 5;
}

.header__search-form {
  position: relative;
}

.header__search-form ::placeholder {
  color: #fff;
}

.header__search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.header__search-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.header__search input[type="text"] {
  border: solid 1px #24a4ac;
  border-radius: 6.25rem;
  color: #fff;
  height: 3.125rem;
  padding: 0 3.875rem 0 1.375rem;
}

.search-form__submit {
  background: none;
  border: 0;
  padding: 0.625rem 0.625rem 0.25rem 0.625rem;
  position: absolute;
  right: 0.75rem;
  top: 0;
}

.svg__search .svg--shape {
  stroke: #fff;
}

/* Module: S */
.share-tools {
  margin-bottom: 1.6875rem;
}

.share-tools__label {
  color: #767676;
  display: inline-block;
  font-family: "Roboto Condensed";
  font-size: 16px;
  opacity: 0.5;
  padding-top: 0.3125rem;
  position: relative;
  text-transform: uppercase;
  vertical-align: top;
}

.share-tools__list {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.share-tools__item {
  display: inline-block;
  height: 1.8125rem;
  margin-left: 0.5625rem;
}

.share-tools__link {
  display: inline-block;
}

.share-tools__icon {
  height: 1.8125rem;
  width: 1.8125rem;
}

.share-tools__icon .svg--shape,
.svg__share-email .svg--background {
  fill: #767676;
  opacity: 0.497;
}

.svg__share-email .svg--shape {
  fill: #fff;
  opacity: 1;
}

.share-tools__link:hover .share-tools__icon .svg--shape,
.share-tools__link:hover .svg__share-email .svg--background {
  opacity: 1;
}

@media (max-width: 37.5em) {
  .mfp-bottom-bar .share-tools__wrapper {
    margin-left: 2.5rem;
    margin-top: 1.875rem;
    text-align: center;
    width: 100%;
  }
}

/* Module: S */
.home__banner {
  background-color: #1c5671;
  position: relative;
}

.home__banner:before,
.home__banner:after {
  background-repeat: no-repeat;
  bottom: 0;
  content: ' ';
  height: 3.0625rem;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.home__banner:before {
  background-image: url("mysource_files/curve-header-hometeal-mobile.svg");
  background-position: bottom right;
  right: 0;
}

.home__banner:after {
  background-image: url("mysource_files/curve-header-homeblue-mobile.svg");
  background-position: bottom left;
  left: 0;
}

.home__banner,
.home__banner-item-container {
  height: 15.4375rem;
}

.home__banner .slick-dots {
  bottom: 0.375rem;
  padding-right: 1.6875rem;
  text-align: right;
  z-index: 3;
}

.home__banner .slick-dots li {
  margin: 0 0.25rem;
}

.home__banner .slick-dots li:last-child {
  margin-right: 0;
}

.home__banner .slick-dots li,
.home__banner .slick-dots li button {
  height: 0.625rem;
  width: 0.625rem;
}

.home__banner .slick-dots li button {
  background: none;
  border: 1px solid #fff;
  border-radius: 100%;
  margin: 0;
}

.home__banner .slick-dots li button:before {
  display: none;
}

.home__banner .slick-dots li.slick-active button {
  background: #fff;
}

.home__banner-item {
  color: #fff;
  position: relative;
}

.home__banner-item-container {
  padding: 1.6875rem 0;
}

.home__banner-item-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
}

.home__banner-item-content {
  position: relative;
  text-shadow: 0 0 11px rgba(0, 0, 0, 0.47);
  z-index: 1;
}

.home__banner-item-heading {
  font-family: "Roboto Condensed";
  font-size: 25px;
  font-weight: 100;
  line-height: 28px;
  text-transform: uppercase;
}

.home__banner-item-body {
  margin-top: 0.25rem;
}

.svg__video-icon {
  height: 2.5rem;
  width: 2.5rem;
}

.svg__video-icon .svg--shape {
  fill: #fff;
}

.home__banner-item-heading--1,
.home__banner-item-heading--2 {
  display: block;
}

.home__banner-item-heading--2 {
  font-weight: 700;
}

.home__banner-item-body--text,
.home__banner-item-body--text a {
  color: #fff;
  font-size: 15px;
}

/* Module: S */
.home .header {
  background: #fff;
  color: #1c5671;
}

.home .header:before {
  display: none;
}

/* Module: S */
.home__key-links {
  background: #1c5671;
  color: #fff;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
}

.home__key-links-header {
  border-bottom: 2px solid #62c1c8;
  color: #62c1c8;
  font-size: 18px;
  line-height: 37px;
}

.home__key-links-content {
  margin-top: 0.25rem;
  padding-bottom: 1.6875rem;
}

.home__key-links-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.home__key-links-item {
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-right: 8%;
  padding: 0.5rem 0 0.375rem 0;
  width: 45%;
}

.home__key-links-item:nth-child(even) {
  margin-right: 0;
}

.home__key-links-link {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 100;
  text-decoration: none;
}

.home__key-links-link:hover, .home__key-links-link:focus {
  color: #fff;
  text-decoration: underline;
}

/* Module: S */
.home__latest-news {
  background-color: #b4d6e0;
  font-family: "Roboto Condensed";
  padding-bottom: 5rem;
  padding-top: 2.25rem;
}

.latest-news__header {
  color: #1c5671;
  font-family: "Roboto Condensed";
  font-size: 20px;
  line-height: 37px;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}

.latest-news__articles-list,
.latest-news__tools-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.latest-news__articles-item {
  display: block;
  margin-bottom: 1.25rem;
}

.latest-news__articles-item:last-child {
  margin-bottom: 0;
}

.latest-news__article-link {
  display: block;
  text-decoration: none;
}

.latest-news__article-link:hover, .latest-news__article-link:focus {
  text-decoration: none;
}

.latest-news__article-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10rem;
}

.latest-news__article-information {
  border-left: 4px solid #1c5671;
  padding: 1.375rem 1.3125rem;
}

.latest-news__articles-item:nth-child(1n) .latest-news__article-information {
  background-color: #3c7e97;
  border-color: #1c5671;
  color: #fff;
}

.latest-news__articles-item:nth-child(2n) .latest-news__article-information {
  background-color: #e1f0f4;
  border-color: #fff;
  color: #1c5671;
}

.latest-news__articles-item:nth-child(3n) .latest-news__article-information {
  background-color: #24a4ac;
  border-color: #0f7177;
  color: #fff;
}

.latest-news__articles-item:nth-child(1n) .latest-news__article-link:hover .latest-news__article-information {
  background-color: #1c5671;
}

.latest-news__articles-item:nth-child(2n) .latest-news__article-link:hover .latest-news__article-information {
  background-color: #fff;
}

.latest-news__articles-item:nth-child(3n) .latest-news__article-link:hover .latest-news__article-information {
  background-color: #0f7177;
}

.latest-news__article-category .svg__tag {
  position: relative;
  top: 0.0625rem;
}

.latest-news__article-category .svg--shape {
  fill: #fff;
}

.latest-news__articles-item:nth-child(2n) .latest-news__article-category .svg--shape {
  fill: #1c5671;
}

.latest-news__category-label {
  font-size: 15px;
  line-height: 37px;
  text-transform: uppercase;
}

.latest-news__article-title {
  font-size: 18px;
  line-height: 22px;
}

.latest-news__tools {
  margin-top: 1.5625rem;
}

.latest-news__tools-item {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.latest-news__tools-item:last-child {
  margin-bottom: 0;
}

.latest-news__tools-link {
  color: #1c5671;
  display: block;
  text-decoration: none;
}

.latest-news__tools-link:hover, .latest-news__tools-link:focus {
  text-decoration: none;
}

.latest-news__tools-link:hover .latest-news__tools-label {
  text-decoration: underline;
}

.latest-news__tools-item .svg__tool {
  height: 1.25rem;
  position: relative;
  top: 0.25rem;
}

.latest-news__tools-item .svg--shape {
  fill: #1c5671;
}

.latest-news__tools-label {
  display: inline-block;
  line-height: 20px;
  margin-left: 0.375rem;
}

/* Module: S */
/* Module: S */
.home__port-locations {
  background-color: #f1f8fa;
}

.home__port-locations-map__wrapper {
  background-image: radial-gradient(circle at 75% 75%, rgba(180, 214, 224, 0.4), rgba(241, 248, 250, 0));
  height: 22.25rem;
  position: relative;
  width: 100%;
}

.home__port-locations-map__wrapper:before {
  background-image: url("mysource_files/wave-pattern.svg");
  content: ' ';
  left: 0;
  opacity: 0.66;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.home__port-locations-map {
  background-image: url("mysource_files/mobile-map-wth-icons.svg");
  background-repeat: no-repeat;
  height: 21.0625rem;
  position: relative;
  top: 1.3125rem;
}

.home__port-locations-map-list {
  display: none;
}

.home__port-locations-content {
  background: #1f949c;
  color: #fff;
  font-weight: 100;
  padding: 1.6875rem;
}

.home__port-locations-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.port-location__header {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #24a4ac;
  border-left: 4px solid #1c5671;
}

.port-location__header-link {
  color: #1c5671;
  display: block;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
  padding: 0.25rem 1.125rem;
  text-decoration: none;
  text-transform: uppercase;
}

.port-location__body {
  display: none;
}

.port-location--overview .port-location__header {
  display: none;
}

.port-location--overview .port-location__body {
  display: block;
}

.port-location__body-heading {
  font-family: "Roboto Condensed";
  font-size: 20px;
  text-transform: uppercase;
}

.port-location__body-heading p {
  margin: 0;
}

.port-location--weipa .port-location__header {
  border-left: 4px solid #c04c2e;
}

.port-location--weipa .loader {
  border-top-color: #c04c2e;
  border-right-color: #c04c2e;
}

.port-location--abbot-point .port-location__header {
  border-left: 4px solid #239ed6;
}

.port-location--abbot-point .loader {
  border-top-color: #239ed6;
  border-right-color: #239ed6;
}

.port-location--mackay .port-location__header {
  border-left: 4px solid #656997;
}

.port-location--mackay .loader {
  border-top-color: #656997;
  border-right-color: #656997;
}

.port-location--hay-point .port-location__header {
  border-left: 4px solid #55a64d;
}

.port-location--hay-point .loader {
  border-top-color: #55a64d;
  border-right-color: #55a64d;
}

/* Module: S */
.home__three-doors {
  background-color: #e5f2f5;
  font-family: "Roboto Condensed";
}

.home__three-doors-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.home__three-doors-item {
  display: block;
}

.home__three-doors-wrapper {
  border-bottom: 1px solid #b4d6e0;
}

.home__three-doors-wrapper:hover {
  background: #fff;
}

.home__three-doors-item:last-child .home__three-doors-wrapper {
  border: none;
}

.home__three-doors-link {
  display: block;
  text-decoration: none;
  color: #4d4d4d;
  height: 100%;
  padding-bottom: 1.6875rem;
  padding-top: 1rem;
}

.home__three-doors-link:hover, .home__three-doors-link:focus {
  color: #4d4d4d;
  text-decoration: none;
}

.home__three-doors-item:first-child .home__three-doors-link {
  padding-top: 2.0625rem;
}

.home__three-doors-heading {
  font-size: 18px;
  line-height: 37px;
  background-color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}

.home__three-doors-body,
.home__three-doors-icon {
  display: inline-block;
}

.home__three-doors-body {
  margin-right: 3%;
  width: 60%;
}

.home__three-doors-icon {
  position: relative;
  vertical-align: top;
  width: 35%;
}

.three-doors--commercial-trade .home__three-doors-heading {
  color: #24a4ac;
}

.three-doors--commercial-trade .svg__three-doors-icon {
  height: 3.875rem;
  width: 4.6875rem;
}

.three-doors--commercial-trade .svg--shape {
  fill: #24a4ac;
}

.three-doors--port-operations .home__three-doors-heading {
  color: #239ed6;
}

.three-doors--port-operations .svg__three-doors-icon {
  height: 4.625rem;
  width: 4rem;
}

.three-doors--port-operations .svg--shape {
  fill: #239ed6;
}

.three-doors--communities .home__three-doors-heading {
  color: #55a64d;
}

.three-doors--communities .svg__three-doors-icon {
  height: 4.9375rem;
  width: 4.875rem;
}

.three-doors--communities .svg--shape {
  fill: #55a64d;
}

/* Module: S */
.home__view-more {
  display: none;
}

/* Module: S */
.key-documents__wrapper {
  margin-bottom: 1.6875rem;
}

.key-documents__header {
  border-bottom: 1px solid #1c5671;
  padding-bottom: 0.1875rem;
}

.key-documents__header h2 {
  font-size: 18px;
}

ul.key-documents__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.key-documents__item {
  border-bottom: 1px solid #e1f0f4;
  position: relative;
}

.key-documents__link {
  color: #24a4ac;
  display: block;
  font-family: "Roboto Condensed";
  padding: 0.875rem;
  text-decoration: none;
}

.key-documents__link:hover .key-documents__label {
  color: #24a4ac;
  text-decoration: underline;
}

.key-documents__label {
  display: inline-block;
  padding-top: 0.0625rem;
  padding-left: 0.3125rem;
}

.svg__key-documents {
  height: 0.625rem;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.625rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.svg__key-documents .svg--shape {
  fill: #25a5ad;
}

/* Module: S */
.news-details__published,
.news-details__download,
.news-details__category {
  margin-bottom: 0.9375rem;
}

.news-details__published-label {
  color: #767676;
  font-weight: 700;
}

.news-details__category-link,
.news-details__download-link {
  color: #1c5671;
  display: inline-block;
  text-decoration: none;
}

.news-details__download-link {
  height: 1.3125rem;
}

.news-details__category-link:hover,
.news-details__download-link:hover {
  text-decoration: none;
}

.news-details__category-link:hover .news-details__category-label,
.news-details__download-link:hover .news-details__download-label {
  text-decoration: underline;
}

.news-details__download-label {
  display: inline-block;
  vertical-align: top;
}

.news-details__category-label {
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  vertical-align: top;
}

.news-details__download .svg__download,
.news-details__category .svg__tag {
  margin-right: 0.25rem;
  width: 1.3125rem;
}

.news-details__download .svg__download {
  height: 1.3125rem;
}

.news-details__download .svg__download .svg--background {
  fill: #1c5671;
}

.news-details__download .svg__download .svg--shape {
  fill: #fff;
}

.news-details__category .svg__tag {
  height: 0.8125rem;
}

.news-details__category .svg__tag .svg--shape {
  fill: #1c5671;
}

/* Module: S */
.all-articles__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.all-news__article-information {
  border-left: 4px solid #1c5671;
  padding: 1.375rem 1.3125rem;
}

.all-news__articles-item {
  margin-bottom: 1rem;
}

.all-news__article-link {
  display: block;
  text-decoration: none;
}

.all-news__article-link:hover, .all-news__article-link:focus {
  text-decoration: none;
}

.all-news__article-image {
  display: none;
}

.all-news__articles-item:nth-child(3n+1) .all-news__article-information {
  background-color: #3c7e97;
  border-color: #1c5671;
  color: #fff;
}

.all-news__articles-item:nth-child(3n+2) .all-news__article-information {
  background-color: #f1f8fa;
  border-color: #e1f0f4;
  color: #1c5671;
}

.all-news__articles-item:nth-child(3n+3) .all-news__article-information {
  background-color: #24a4ac;
  border-color: #0f7177;
  color: #fff;
}

.all-news__articles-item:nth-child(3n+1) .all-news__article-link:hover .all-news__article-information {
  background-color: #1c5671;
}

.all-news__articles-item:nth-child(3n+2) .all-news__article-link:hover .all-news__article-information {
  background-color: #e1f0f4;
}

.all-news__articles-item:nth-child(3n+3) .all-news__article-link:hover .all-news__article-information {
  background-color: #0f7177;
}

.all-news__article-category .svg__tag {
  position: relative;
  top: 0.0625rem;
}

.all-news__article-category .svg--shape {
  fill: #fff;
}

.all-news__articles-item:nth-child(3n+2) .all-news__article-category .svg--shape {
  fill: #1c5671;
}

.all-news__category-label {
  font-size: 15px;
  line-height: 37px;
  text-transform: uppercase;
}

.all-news__article-title {
  font-size: 18px;
  line-height: 22px;
}

/* Module: S */
.related-articles__wrapper {
  background-color: #f1f8fa;
  clear: both;
  padding-bottom: 3.375rem;
  padding-top: 2.1875rem;
}

.related-articles__wrapper a:hover {
  text-decoration: none;
}

.main .related-articles__wrapper .inner__content {
  margin-bottom: 0;
}

.news-articles {
  padding-top: 1.5rem;
}

.news-articles__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.news-articles__item {
  margin-bottom: 1.5rem;
}

.news-articles__link {
  background-color: #1c5671;
  background-position: center center;
  background-size: cover;
  color: #fff;
  display: inline-block;
  height: 15.625rem;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.news-articles__link:hover {
  background-color: #24a4ac;
  color: #fff;
}

.news-articles__link:before {
  background-color: #1c5671;
  content: ' ';
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.news-articles__link:hover:before {
  background-color: #24a4ac;
}

.news-articles__information {
  bottom: 0;
  left: 0;
  font-family: "Roboto Condensed";
  padding: 1.375rem;
  position: absolute;
  width: 100%;
}

.news-articles__category {
  margin-bottom: 0.375rem;
}

.news-articles__category .svg__tag .svg--shape {
  fill: #fff;
}

.news-articles__category-label {
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
}

.news-articles__published-date {
  float: right;
}

.news-articles__title {
  font-size: 22px;
  font-weight: 400;
}

.related-articles__options {
  font-family: "Roboto Condensed";
  margin-bottom: 1.875rem;
  text-transform: uppercase;
}

.related-articles__options-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.related-articles__options-item {
  border-right: 2px solid #62c1c8;
  display: inline-block;
  height: 1.5625rem;
  margin-right: 0.75rem;
  padding-right: 0.75rem;
}

.related-articles__options-item:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.related-articles__options-link {
  color: #1c5671;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
}

.related-articles__options-link:hover .related-articles__options-label {
  text-decoration: underline;
}

.related-articles__options-label {
  display: inline-block;
  vertical-align: top;
}

.related-articles__svg {
  height: 1.5625rem;
  margin-right: 0.375rem;
}

.related-articles__svg .svg--shape {
  fill: #1c5671;
}

/* Module: S */
.port-profile__side-navigation {
  display: none;
}

.port-profile__statistics {
  margin-bottom: 2.1875rem;
}

.port-stats__section {
  margin-bottom: 0.75rem;
}

.port-stats__section-header {
  color: #767676;
  font-family: "Roboto Condensed";
  font-size: 14px;
}

.port-stats__section-title {
  text-transform: uppercase;
}

.port-stats__throughput-content {
  font-size: 18px;
  font-weight: 400;
}

.port-profile__statistics .port-stats__throughput-content {
  font-size: 28px;
  line-height: 30px;
}

.port-stats__cargo-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.port-stats__cargo-item {
  display: block;
  font-family: "Roboto Condensed";
  font-size: 18px;
  line-height: 26px;
}

.port-stats__cargo-order,
.port-stats__cargo-type {
  font-weight: 700;
  text-transform: uppercase;
}

.port-stats__cargo-type {
  margin: 0 0.375rem;
}

.port-stats__weather-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.port-stats__weather-item {
  border-right: 1px solid #767676;
  display: inline-block;
  height: 1.5rem;
  margin-right: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
}

.port-stats__weather-item:last-child {
  border-right: none;
}

.port-stats__weather-label {
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
}

.port-stats__weather-sublabel {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}

.port-stats__weather-sublabel:nth-of-type(3) {
  font-weight: 400;
}

.svg__weather-icon {
  height: 1.5rem;
  width: 1.5rem;
}

.odometer.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition-duration: 2s !important;
  -moz-transition-duration: 2s !important;
  -ms-transition-duration: 2s !important;
  -o-transition-duration: 2s !important;
  transition-duration: 2s !important;
}

/* Module: S */
.port-profile__wrapper .template__wrapper {
  margin: 0;
}

.port-profile__introduction {
  overflow: hidden;
}

.port-tab__advantages {
  margin-top: 0.875rem;
}

.port-tab__advantage-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.port-tab__advantage-item {
  display: block;
  margin-bottom: 1.25rem;
}

.port-tab__advantage-item .row {
  margin: 0;
}

.port-tab__advantage-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 2.1875rem;
}

.port-tab__advantage-label {
  display: inline-block;
}

.port-profile__gallery .template--gallery {
  padding: 0;
}

.port-profile__explore {
  background: #f1f8fa;
  padding-bottom: 5.9375rem;
  padding-top: 2.9375rem;
}

.port-profile__explore-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.port-profile__explore-item {
  margin-bottom: 1.625rem;
}

.port-profile__explore-item:last-child {
  margin-bottom: 0;
}

.port-profile__explore-content {
  margin-top: 0.625rem;
}

.port-explore__wrapper {
  display: block;
  text-decoration: none;
}

.port-explore__wrapper:hover, .port-explore__wrapper:focus {
  text-decoration: none;
}

.port-explore__image {
  background-position: center;
  background-size: cover;
  height: 9.5rem;
}

.port-explore__title {
  padding: 0.5rem 0.9375rem;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.port-explore__label {
  color: #fff;
  display: block;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: 100;
  line-height: 37px;
  text-transform: uppercase;
}

.port-explore__label strong {
  font-weight: 400;
}

.port-explore--abbot-point .port-explore__image,
.port-explore--abbot-point .port-explore__title {
  background-color: rgba(35, 158, 214, 0.9);
}

.port-explore--abbot-point .port-explore__wrapper:hover .port-explore__title {
  background-color: #239ed6;
}

.port-explore--hay-point .port-explore__image,
.port-explore--hay-point .port-explore__title {
  background-color: rgba(85, 166, 77, 0.9);
}

.port-explore--hay-point .port-explore__wrapper:hover .port-explore__title {
  background-color: #55a64d;
}

.port-explore--mackay .port-explore__image,
.port-explore--mackay .port-explore__title {
  background-color: rgba(165, 168, 203, 0.9);
}

.port-explore--mackay .port-explore__wrapper:hover .port-explore__title {
  background-color: #656997;
}

.port-explore--weipa .port-explore__image,
.port-explore--weipa .port-explore__title {
  background-color: rgba(192, 76, 46, 0.9);
}

.port-explore--weipa .port-explore__wrapper:hover .port-explore__title {
  background-color: #c04c2e;
}

.port-mackay .header:before {
  background-color: #656997;
}

.port-mackay .header__banner:before {
  background-image: url("mysource_files/curve-header-mackay-mobile.svg");
}

.port-mackay .port-profile__statistics:before,
.port-mackay .template--tabbed-content {
  background: rgba(165, 168, 203, 0.1);
}

.port-mackay .port-stats__cargo-order {
  color: #a5a8cb;
}

.port-mackay .port-profile__wrapper p a,
.port-mackay .template--introduction p,
.port-mackay .port-stats__throughput-amount,
.port-mackay .port-stats__weather-label,
.port-mackay .content-tab__header-link,
.port-mackay .content-tabs__item.active .content-tab__header-link,
.port-mackay .content-tab__header-link:hover,
.port-mackay .content-tab__header-link:focus,
.port-mackay .content-tab__body .key-documents__link:hover .key-documents__label,
.port-mackay .cta__heading,
.port-mackay .inside__body a {
  color: #656997;
}

.port-mackay .port-profile__statistics .svg--shape,
.port-mackay .content-tab__body .svg__key-documents .svg--shape {
  fill: #656997;
}

.port-mackay .template--call-to-action {
  border-color: #656997;
}

.port-mackay .loader {
  border-top-color: #656997;
  border-right-color: #656997;
}

.port-mackay .template--call-to-action {
  background: rgba(101, 105, 151, 0.16);
}

.port-weipa .header:before {
  background-color: #c04c2e;
}

.port-weipa .header__banner:before {
  background-image: url("mysource_files/curve-header-weipa-mobile.svg");
}

.port-weipa .port-profile__statistics:before,
.port-weipa .template--tabbed-content {
  background: rgba(192, 76, 46, 0.05);
}

.port-weipa .port-stats__cargo-order {
  color: #f18367;
}

.port-weipa .port-profile__wrapper p a,
.port-weipa .template--introduction p,
.port-weipa .port-stats__throughput-amount,
.port-weipa .port-stats__weather-label,
.port-weipa .content-tab__header-link,
.port-weipa .content-tabs__item.active .content-tab__header-link,
.port-weipa .content-tab__header-link:hover,
.port-weipa .content-tab__header-link:focus,
.port-weipa .content-tab__body .key-documents__link:hover .key-documents__label,
.port-weipa .cta__heading,
.port-weipa .inside__body a {
  color: #c04c2e;
}

.port-weipa .port-profile__statistics .svg--shape,
.port-weipa .content-tab__body .svg__key-documents .svg--shape {
  fill: #c04c2e;
}

.port-weipa .template--call-to-action {
  border-color: #c04c2e;
}

.port-weipa .loader {
  border-top-color: #c04c2e;
  border-right-color: #c04c2e;
}

.port-weipa .template--call-to-action {
  background: rgba(192, 76, 46, 0.1);
}

.port-abbot-point .header:before {
  background-color: #005b84;
  opacity: 0.6;
}

.port-abbot-point .header__banner:before {
  background-image: url("mysource_files/curve-header-abbotpoint-mobile.svg");
}

.port-abbot-point .port-profile__statistics:before,
.port-abbot-point .template--tabbed-content {
  background: rgba(35, 158, 214, 0.1);
}

.port-abbot-point .port-stats__cargo-order {
  color: rgba(35, 158, 214, 0.65);
}

.port-abbot-point .port-profile__wrapper p a,
.port-abbot-point .template--introduction p,
.port-abbot-point .port-stats__throughput-amount,
.port-abbot-point .port-stats__weather-label,
.port-abbot-point .content-tab__header-link,
.port-abbot-point .content-tabs__item.active .content-tab__header-link,
.port-abbot-point .content-tab__header-link:hover,
.port-abbot-point .content-tab__header-link:focus,
.port-abbot-point .content-tab__body .key-documents__link:hover .key-documents__label,
.port-abbot-point .cta__heading,
.port-abbot-point .inside__body a {
  color: #239ed6;
}

.port-abbot-point .port-profile__statistics .svg--shape,
.port-abbot-point .content-tab__body .svg__key-documents .svg--shape {
  fill: #239ed6;
}

.port-abbot-point .template--call-to-action {
  border-color: #239ed6;
}

.port-abbot-point .loader {
  border-top-color: #239ed6;
  border-right-color: #239ed6;
}

.port-abbot-point .template--call-to-action {
  background: rgba(35, 158, 214, 0.16);
}

.port-hay-point .header:before {
  background-color: #0b7f00;
  opacity: 0.6;
}

.port-hay-point .header__banner:before {
  background-image: url("mysource_files/curve-header-haypoint-mobile.svg");
}

.port-hay-point .port-profile__statistics:before,
.port-hay-point .template--tabbed-content {
  background: rgba(85, 166, 77, 0.1);
}

.port-hay-point .port-stats__cargo-order {
  color: rgba(85, 166, 77, 0.65);
}

.port-hay-point .port-profile__wrapper p a,
.port-hay-point .template--introduction p,
.port-hay-point .port-stats__throughput-amount,
.port-hay-point .port-stats__weather-label,
.port-hay-point .content-tab__header-link,
.port-hay-point .content-tabs__item.active .content-tab__header-link,
.port-hay-point .content-tab__header-link:hover,
.port-hay-point .content-tab__header-link:focus,
.port-hay-point .content-tab__body .key-documents__link:hover .key-documents__label,
.port-hay-point .cta__heading,
.port-hay-point .inside__body a {
  color: #55a64d;
}

.port-hay-point .port-profile__statistics .svg--shape,
.port-hay-point .content-tab__body .svg__key-documents .svg--shape {
  fill: #55a64d;
}

.port-hay-point .template--call-to-action {
  border-color: #55a64d;
}

.port-hay-point .loader {
  border-top-color: #55a64d;
  border-right-color: #55a64d;
}

.port-hay-point .template--call-to-action {
  background: rgba(85, 166, 77, 0.16);
}

/* Module: S */
/* Module: S */
.search-results {
  font-family: Helvetica, sans-serif;
}

.search-results__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.search-results__item {
  border-bottom: 1px solid #e1f0f4;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.search-results__item-link {
  padding-top: 0.25rem;
  text-decoration: none;
}

.search-results__item-link:hover, .search-results__item-link:focus {
  color: #24a4ac;
  text-decoration: none;
}

.search-results__item-link:hover .search-results__item-href {
  text-decoration: underline;
}

.search-results__item-title {
  color: #1c5671;
  font-family: "Roboto Condensed";
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
}

.search-results__item-description {
  color: #4d4d4d;
}

.search-results__item-href {
  color: #3c7e97;
  font-style: italic;
}

.pagination__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pagination__item {
  display: inline-block;
}

.pagination__link {
  color: #3c7e97;
  display: block;
}

.pagination__label {
  padding: 0 0.375rem;
}

/* Module: S */
@media (min-width: 48em) {
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  blockquote {
    margin-top: 0;
  }
  .mobile {
    display: none;
  }
  .tablet {
    display: block;
  }
  .responsive {
    z-index: 2;
  }
  .inner {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  .inside__wrapper {
    padding-top: 1.875rem;
  }
  .main {
    padding-bottom: 5.8125rem;
  }
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  .inside-menu {
    display: block;
  }
  .inside-menu__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .inside-menu__item {
    border-top: 1px solid #eff1f3;
    position: relative;
  }
  .inside-menu__link {
    color: #3c3c3c;
    display: block;
    font-family: "Roboto Condensed";
    padding: 1rem 0.5625rem 1rem 0;
    text-decoration: none;
  }
  .inside-menu__link:hover,
  .inside-menu__link.current {
    background: rgba(225, 240, 244, 0.5);
    border-left: 2px solid #24a4ac;
    color: #24a4ac;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .menu-depth--1 > .inside-menu__item > .inside-menu__link {
    font-size: 18px;
    text-transform: uppercase;
  }
  .menu-depth--1 > .inside-menu__item > .inside-menu__link:hover {
    border-left: none;
  }
  .inside-sub-menu__toggle {
    cursor: pointer;
    display: block;
    padding: 1.5625rem 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  .inside-sub-menu__toggle-icon {
    display: block;
  }
  .inside-sub-menu__toggle-input,
  .inside-menu__sub .inside-menu__list {
    display: none;
  }
  .inside-sub-menu__toggle-input:checked ~ .inside-sub-menu__toggle .svg__expand-inside-menu {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .inside-sub-menu__toggle-input:checked ~ .inside-menu__list,
  .inside-sub-menu__toggle-input:checked ~ .inside-menu__list-wrapper > .inside-menu__list {
    display: block;
  }
  .inside-sub-menu__toggle-input:checked ~ .inside-menu__list-wrapper > .inside-menu__list {
    border-bottom: 1px solid #1c5671;
  }
  .inside-sub-menu__toggle-input:checked ~ .inside-menu__list-wrapper:before {
    background-color: #1c5671;
    content: ' ';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .svg__expand-inside-menu .svg--shape {
    fill: #afdee1;
  }
  .inside-menu__sub a {
    color: #24a4ac;
    padding-left: 1.375rem;
  }
  .menu-depth--2 .inside-menu__sub a {
    padding-left: 2.75rem;
  }
  .inside-menu__item.active > .inside-menu__link {
    color: #24a4ac;
  }
  /* Module: S */
  /* Module: S */
  .main .landing__contents .inner__content {
    margin-bottom: 3.625rem;
  }
  .landing__children {
    padding-top: 2.375rem;
  }
  .main .landing__children .inner__content {
    margin-bottom: 6.875rem;
  }
  /* Module: S */
  .dashboard-tabs__item {
    display: inline-block;
    flex-grow: 0;
  }
  .info-tab__body {
    top: 6.5rem;
  }
  .template--air-quality {
    height: 40rem;
  }
  .air-quality__header {
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .air-quality__content .inner,
  .air-quality__more-information .inner {
    padding: 0 1.6875rem;
  }
  .air-quality__more-information {
    font-size: 15px;
  }
  .air-quality-tabs__item .info-tab__body {
    top: 5.5rem;
  }
  .template--dashboard-tabs > .info-tabs__list .info-tab__header-link {
    font-size: 20px;
    line-height: 37px;
    padding: 1.0625rem 1.375rem 0.9375rem 1.375rem;
  }
  .template--dashboard-tabs > .info-tabs__list .info-tabs__item {
    margin-right: 0.3125rem;
  }
  .template--air-quality-tabs > .info-tabs__list .info-tab__header-link {
    font-size: 17px;
    line-height: 17px;
    padding: 1.25rem 1.5rem 1.125rem 1.5rem;
  }
  .template--air-quality-tabs > .info-tabs__list .info-tabs__item {
    margin-left: 0.5rem;
    margin-right: 0;
  }
  .template--air-quality-tabs > .info-tabs__list .info-tabs__item:last-child {
    margin-right: 0.5rem;
  }
  .template--air-quality-tabs > .info-tabs__list .info-tab__body {
    top: 6.5rem;
  }
  .air-quality-tabs__item .info-tab__body {
    top: 5.5rem;
  }
  .air-quality__header-label {
    font-size: 20px;
    line-height: 32px;
  }
  .svg__dust-quality,
  .svg__wind-conditions {
    height: 2rem;
    width: 2rem;
  }
  .template--air-quality--wind .air-quality__header-label {
    line-height: 31px;
  }
  /* Module: S */
  /* Module: S */
  .show-left,
  .show-right {
    clear: none;
    width: 46.5%;
  }
  .show-left {
    float: left;
    margin-right: 3.5%;
  }
  .show-right {
    float: right;
    margin-left: 3.5%;
  }
  .clear-left {
    clear: left;
  }
  .clear-right {
    clear: right;
  }
  .template--image-caption {
    display: inline-block;
  }
  .cta__large-content-wrapper {
    padding: 2.125rem 2rem;
  }
  .cta__large-content-wrapper .cta__heading {
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0.8125rem;
  }
  .cta__large-content-wrapper .cta__content {
    font-size: 18px;
    line-height: 28px;
  }
  .port-profile__statistics .template--tabbed-content {
    margin-bottom: 0;
  }
  .template--tabbed-content {
    height: 24.375rem;
  }
  .template--tabbed-content .inner {
    padding: 0;
  }
  .port-profile__wrapper .template--tabbed-content {
    padding: 1.875rem 0;
  }
  .content-tabs__list {
    border-bottom: 3px solid #24a4ac;
    display: flex;
    position: relative;
  }
  .content-tabs__item {
    display: inline-block;
    flex-grow: 1;
  }
  .content-tabs__item,
  .content-tabs__item:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }
  .content-tabs__item:last-child .content-tab__header-link {
    margin-right: 0;
  }
  .content-tab__header-link {
    background-color: #f1f8fa;
    color: #4d4d4d;
    font-size: 16px;
    margin-right: 0.25rem;
    padding: 0.625rem 0.75rem 0.5rem 0.75rem;
    position: relative;
  }
  .content-tabs__item.active .content-tab__header-link,
  .content-tab__header-link:hover,
  .content-tab__header-link:focus {
    background-color: #24a4ac;
    color: #fff;
  }
  .content-tabs__item.active .content-tab__header-link :before,
  .content-tab__header-link:hover :before,
  .content-tab__header-link:focus :before {
    background-color: #62c1c8;
    content: ' ';
    height: 3px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 100%;
  }
  .content-tabs__item.active .content-tab__header-link :after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #24a4ac;
    bottom: -12px;
    content: ' ';
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .content-tab__header {
    text-align: center;
  }
  .content-tab__body {
    display: none;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 5.5rem;
    width: 100%;
  }
  .content-tabs__item.active .content-tab__body {
    display: block;
  }
  .content-tab__body .key-documents__item {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
  }
  .vessel-tracker {
    display: block;
  }
  /* Hide the branding */
  .vessel-tracker {
    position: relative;
    background-color: #f1f8fa;
  }
  .vessel-tracker iframe {
    height: 25rem;
  }
  /* Hide the branding */
  .vessel-tracker-overlay {
    left: 0;
    min-height: auto !important;
    max-height: 15em !important;
    pointer-events: none !important;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .vessel-tracker-overlay p {
    margin: 1rem 0;
  }
  .vessel-tracker-overlay p:last-child {
    margin-bottom: 0;
  }
  .vessel-tracker-overlay-content {
    background-color: rgba(255, 255, 255, 0.75);
    color: #000;
    padding: 2rem;
    pointer-events: all;
    width: 40%;
  }
  .vessel-tracker-overlay-content h4 {
    text-transform: uppercase;
  }
  .accordion__toggle-label {
    padding: 1.25rem 3.125rem 1.25rem 2.375rem;
  }
  .accordion__toggle:checked ~ .accordion__heading .accordion__toggle-label {
    padding-top: 2.0625rem;
  }
  .accordion__svg {
    right: 2.375rem;
  }
  .accordion__content {
    padding: 0.4375rem 2.375rem 2.75rem 2.375rem;
  }
}

@media (min-width: 48em) and (max-width: 75em) {
  .inside__body .related-articles__wrapper .related-articles__options-item {
    border: none;
    display: block;
    margin: 0;
    padding: 0;
  }
  .inside__body .related-articles__wrapper .news-articles__published-date {
    float: none;
  }
  .inside__body .related-articles__wrapper .news-articles__title {
    font-size: 18px;
  }
}

@media (min-width: 48em) {
  /* Module: S */
  /* Module: S */
  .footer__information {
    font-size: 11px;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer__information a {
    font-size: 11px;
  }
  .footer__corporate-item {
    margin-bottom: 0.625rem;
  }
  /* Module: S */
  .footer__social {
    height: 1.5625rem;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer__social h2 {
    display: inline-block;
    font-size: 15px;
    line-height: 1.625rem;
    vertical-align: top;
  }
  .footer__social-options {
    display: inline-block;
    margin: 0;
  }
  .footer__social-item {
    margin-right: 0;
    margin-left: 0.6875rem;
  }
  .footer__social-svg {
    height: 1.5625rem;
    width: 1.5625rem;
  }
  /* Module: S */
  .footer {
    height: 6.75rem;
  }
  .footer:before {
    background-image: url("mysource_files/curve-footer-teal-tablet.svg");
  }
  .footer:after {
    background-image: url("mysource_files/curve-footer-blue-tablet.svg");
  }
  /* Module: S */
  .header__banner {
    height: 8.3125rem;
  }
  .header__banner:before {
    background-image: url("mysource_files/curve-header-teal-tablet.svg");
  }
  .header__banner:after {
    background-image: url("mysource_files/curve-header-white-tablet.svg");
  }
  .doors .header__banner:after,
  .landing .header__banner:after,
  .dashboard .header__banner:after {
    background-image: url("mysource_files/curve-header-lightteal-tablet.svg");
  }
  .header__video {
    display: block;
    left: 40%;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header__video-link {
    display: block;
    text-align: center;
    text-transform: uppercase;
  }
  .header__video .svg__video-icon {
    margin-bottom: 0;
  }
  .header__video-prompt {
    display: inline-block;
    line-height: 50px;
    margin-left: 1rem;
    vertical-align: top;
  }
  .header__location h1 {
    max-height: 3.9375rem;
  }
  /* Module: S */
  .header__information {
    height: 10.375rem;
    padding-top: 1.625rem;
  }
  .header__navigation {
    float: right;
    padding: 0;
    position: relative;
    width: 50%;
    top: 0;
  }
  .header__contact {
    height: 1.875rem;
    padding: 0 1rem;
    margin-right: 1.25rem;
  }
  .header__enquiries {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .enquiries__number {
    font-weight: 400;
  }
  .header__toggle--search {
    display: inline-block;
    height: 1.875rem;
    margin: 0;
    margin-left: 0.75rem;
    vertical-align: top;
    width: 1.875rem;
  }
  .search-toggle__icon {
    height: 1.875rem;
    position: relative;
    top: 50%;
    width: 1.875rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header__toggle--search .svg__close-search {
    display: none;
  }
  .search-toggle__icon.svg__search .svg--shape {
    stroke: #fff;
  }
  .search-toggle__icon.svg__close-search .svg--shape {
    stroke: #fff;
  }
  .header__toggle--search-input:checked ~ .header__toggle--search .svg__search {
    display: none;
  }
  .header__toggle--search-input:checked ~ .header__toggle--search .svg__close-search {
    display: block;
  }
  .home .enquiries__wrapper {
    color: #4d4d4d;
  }
  .home .search-toggle__icon.svg__search .svg--shape,
  .home .search-toggle__icon.svg__close-search .svg--shape {
    stroke: #4d4d4d;
  }
  /* Module: S */
  .header {
    height: 18.75rem;
  }
  /* Module: S */
  .main-menu__wrapper {
    display: block;
    min-height: 2.8125rem;
    padding: 0 2.625rem;
    top: 7.3125rem;
    z-index: 1;
  }
  .main-menu__wrapper:before {
    display: none;
  }
  .main-menu {
    background-color: transparent;
    border-top: 0;
    padding-top: 0;
  }
  .main-menu__list {
    border: none;
    display: flex;
  }
  .main-menu__item {
    border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    display: inline-block;
    flex-grow: 1;
    position: relative;
  }
  .main-menu__item.megamenu,
  .main-menu__item.megamenu:last-child {
    position: inherit;
  }
  .main-menu__item .svg--path {
    fill: #fff;
  }
  .main-menu__link {
    padding: 0.875rem 0.5625rem;
    position: relative;
    text-align: center;
  }
  .main-menu__item.has-menu:hover > .main-menu__link:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #174960;
    bottom: 0;
    content: ' ';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
  }
  .main-menu__link.link--home {
    padding: 0.9375rem 0.5625rem;
  }
  .main-menu__link--label {
    font-size: 14px;
    text-align: center;
  }
  .svg__home {
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .menu-depth--1 > .main-menu__item.active,
  .menu-depth--1 > .main-menu__item:hover {
    border-top: 1px solid #fff;
  }
  .menu-depth--1 > .main-menu__item:hover > .main-menu__sub,
  .menu-depth--1 > .main-menu__item:hover > .main-menu__sub .main-menu__list {
    display: block;
  }
  .sub-menu__toggle {
    display: none;
  }
  .main-menu__sub {
    background-color: #174960;
    border-bottom: 3px solid #24a4ac;
    display: none;
    left: -1.4375rem;
    position: absolute;
    top: 3.125rem;
    width: 21.25rem;
    z-index: 1;
  }
  .main-menu__list.menu-depth--2 {
    background: transparent;
    padding: 0.5rem 2.4375rem;
  }
  .main-menu__list.menu-depth--2 .main-menu__item {
    border-bottom: 1px solid #3c7e97;
    border-top: 0;
    display: block;
    margin: 0;
  }
  .main-menu__list.menu-depth--2 .main-menu__item:last-child {
    border: none;
  }
  .main-menu__list.menu-depth--2 .main-menu__link {
    text-align: left;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .main-menu__list.menu-depth--2 .main-menu__link:hover {
    background-color: #3c7e97;
    padding-left: 1rem;
  }
  .main-menu__list.menu-depth--2 .main-menu__item:first-child .main-menu__link {
    font-weight: 400;
  }
  .main-menu__list.menu-depth--2 .main-menu__link--label {
    font-size: 15px;
    text-transform: inherit;
  }
  .home .main-menu__list.menu-depth--1 > .main-menu__item > .main-menu__link {
    color: #1c5671;
  }
  .home .main-menu__item .svg--path {
    fill: #24a4ac;
  }
  .home .main-menu__item {
    border-top: 1px solid #c7c7c7;
  }
  .home .menu-depth--1 > .main-menu__item.active,
  .home .menu-depth--1 > .main-menu__item:hover {
    border-top: 1px solid #24a4ac;
  }
  /*  Megamenu */
  .megamenu .main-menu__sub {
    padding: 3.75rem 2.625rem;
    left: 0;
    width: 100%;
  }
  .megamenu .main-menu__sub .main-menu__list-wrapper {
    display: flex;
    margin: 0 auto;
    max-width: 71.875rem;
    padding-left: 0;
    padding-right: 0;
  }
  .megamenu .main-menu__sub .main-menu__list {
    margin: 0;
    width: 66%;
  }
  .main-menu__item.megamenu > .main-menu__sub .main-menu__list.menu-depth--2 {
    display: inline-block;
    padding: 0;
    vertical-align: top;
  }
  .megamenu .main-menu__list.menu-depth--2 .main-menu__item {
    display: inline-block;
    margin-right: 2%;
    width: 45%;
  }
  .megamenu .main-menu__list.menu-depth--2 .main-menu__item:last-child {
    border-bottom: 1px solid #3c7e97;
  }
  .main-menu__featured-list {
    background-color: transparent;
    display: inline-block;
    flex-grow: 1;
    vertical-align: top;
    width: 33%;
  }
  .main-menu__featured-item {
    border-top: none;
    margin-bottom: 0.25rem;
    padding: 0 1.375rem;
  }
  .main-menu__featured-link {
    padding-left: 0;
  }
  .main-menu__featured-link--label {
    font-size: 15px;
  }
  .main-menu__featured-link--description {
    display: block;
    font-size: 13px;
    text-transform: none;
  }
  /* Module: S */
  .header__toggle--search-input:checked ~ .header__search {
    display: block;
  }
  .header__search {
    padding: 0;
    right: 2.5rem;
    top: -0.6875rem;
    width: 24.375rem;
  }
  .header__search input[type="text"] {
    background: #0f384c;
    border: none;
  }
  /* Module: S */
  .share-tools {
    margin-bottom: 4rem;
  }
  /* Module: S */
  .home__banner,
  .home__banner-item-container {
    height: 27.1875rem;
  }
  .home__banner:before {
    background-image: url("mysource_files/curve-header-teal-tablet.svg");
  }
  .home__banner:after {
    background-image: url("mysource_files/curve-header-lightteal-tablet.svg");
  }
  .home__banner .slick-dots {
    padding-right: 2.625rem;
  }
  .home__banner-item-content {
    max-width: 25rem;
    position: absolute;
    z-index: 1;
  }
  .position-top .home__banner-item-content {
    top: 3.25rem;
  }
  .position-bottom .home__banner-item-content {
    bottom: 6.5rem;
  }
  .svg__video-icon {
    height: 3.125rem;
    margin-bottom: 0.8125rem;
    width: 3.125rem;
  }
  .home__banner-item-body {
    margin-top: 0.9375rem;
  }
  .home__banner-item-heading {
    font-size: 33px;
    line-height: 30px;
  }
  .home__banner-item-body--text,
  .home__banner-item-body--text a {
    font-size: 16px;
  }
  /* Module: S */
  .home .header {
    height: 100%;
  }
  /* Module: S */
  .home__key-links {
    background-color: rgba(28, 86, 113, 0.6);
    height: 27.1875rem;
    padding: 1.25rem 0 3.375rem 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 17.5rem;
  }
  .home__key-links-header {
    font-size: 17px;
  }
  .home__key-links-content {
    line-height: 37px;
    padding-right: 2.625rem;
    padding-top: 0.9375rem;
  }
  .home__key-links-item {
    border: none;
    display: block;
    padding: 0;
    width: 100%;
  }
  .home__key-links-link:hover {
    background: #1c5671;
    padding-left: 0.625rem;
    text-decoration: none;
  }
  /* Module: S */
  .home__latest-news {
    padding-bottom: 5rem;
  }
  .latest-news__wrapper {
    position: relative;
  }
  .latest-news__header {
    margin-bottom: 1.125rem;
  }
  .latest-news__articles-list {
    position: relative;
  }
  .latest-news__articles-item {
    position: absolute;
    right: 0;
    width: 49%;
  }
  .latest-news__articles-item:first-child {
    position: relative;
  }
  .latest-news__articles-item:nth-child(2) {
    top: 0;
  }
  .latest-news__articles-item:nth-child(3) {
    bottom: 0;
  }
  .latest-news__article-image {
    height: 11rem;
  }
  .latest-news__article-information {
    height: 10.375rem;
    overflow: hidden;
    padding: 1.5rem 1.75rem;
  }
  .latest-news__article-blurb {
    line-height: 27px;
  }
  .latest-news__tools {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .latest-news__tools-item {
    display: inline-block;
    margin-bottom: 0;
    padding-right: 0.5rem;
  }
  .latest-news__tools-link {
    border-right: 1px solid #e1f0f4;
    font-size: 14px;
  }
  .latest-news__tools-item .svg__tool {
    height: 1.125rem;
  }
  .latest-news__tools-label {
    margin-left: 0.25rem;
    margin-right: 0.625rem;
  }
  .latest-news__tools-item:last-child {
    margin-bottom: 0;
    padding-right: 0;
  }
  .latest-news__tools-item:last-child .latest-news__tools-link {
    border-right: none;
  }
  .latest-news__tools-item:last-child .latest-news__tools-label {
    margin-right: 0;
  }
  /* Module: S */
  .home__wrapper {
    position: relative;
  }
  /* Module: S */
  .home__port-locations {
    padding-top: 2rem;
  }
  .home__port-locations-container {
    position: relative;
  }
  .home__port-locations-map__wrapper {
    height: 21.375rem;
    position: relative;
    width: 22.75rem;
  }
  .home__port-locations-map {
    background-image: url("mysource_files/map.svg");
    background-position: -7.375rem 0.125rem;
    background-size: cover;
    height: 21rem;
    top: 0.375rem;
  }
  .home__port-locations-map-list {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .home__port-locations-map-item {
    position: absolute;
  }
  .home__port-locations-map-item.port-location--weipa {
    right: 14.1875rem;
    top: 1.625rem;
  }
  .home__port-locations-map-item.port-location--abbot-point {
    right: 6.125rem;
    top: 12.3125rem;
  }
  .home__port-locations-map-item.port-location--mackay {
    right: 4.5rem;
    top: 14.125rem;
  }
  .home__port-locations-map-item.port-location--hay-point {
    right: 4rem;
    top: 15.5rem;
  }
  .svg__map-marker-base {
    height: 1.8125rem;
    width: 1.75rem;
  }
  .svg__map-marker-blip {
    display: none;
    height: 1.8125rem;
    top: -0.75rem;
    position: relative;
    width: 1.75rem;
  }
  .home__port-locations-map-item.active .svg__map-marker-base {
    display: none;
  }
  .home__port-locations-map-item.active .svg__map-marker-blip {
    display: block;
  }
  .home__port-locations-content {
    background-color: #f1f8fa;
    color: #4d4d4d;
    padding: 0;
    position: absolute;
    right: 2.625rem;
    top: 0;
    width: 50%;
  }
  .port-location__header {
    background: rgba(255, 255, 255, 0.6);
    border-bottom: none;
    margin-bottom: 0.125rem;
    width: 32%;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .port-location--overview .port-location__header {
    display: block;
  }
  .port-location__header-link {
    color: #4d4d4d;
    font-size: 15px;
    padding: 1.125rem 0.875rem 0.875rem 0.875rem;
  }
  .port-location__header-link:hover {
    text-decoration: none;
  }
  .port-location__body {
    background: #fff;
    display: none;
    font-size: 15px;
    height: 19.625rem;
    line-height: 19px;
    padding: 1.125rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 68%;
  }
  .port-location--overview .port-location__body {
    display: none;
  }
  .port-location__body-heading {
    color: #1c5671;
    margin-bottom: 1rem;
  }
  .port-location__body-content p {
    font-size: 14px;
    line-height: 19px;
  }
  .port-location__body-content p:first-child {
    margin-bottom: 0.75rem;
    margin-top: 0;
  }
  .port-stats__weather .weather-component {
    height: 1.5rem;
  }
  .port-location__header:hover,
  .home__port-locations-item.active .port-location__header {
    background: #fff;
  }
  .home__port-locations-item.active .port-location__header-link {
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .home__port-locations-item.active .port-location__header-link :after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #24a4ac;
    right: -9px;
    content: ' ';
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
  .home__port-locations-item.active .port-location__body {
    display: block;
  }
  .port-location__information {
    border-top: 1px solid #767676;
    font-family: "Roboto Condensed";
    padding-top: 0.375rem;
    text-transform: uppercase;
  }
  .port-location__information-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .port-location__information-item {
    display: block;
    padding: 0.125rem 0;
  }
  .port-location__information-link {
    display: block;
    font-weight: 400;
    text-decoration: none;
  }
  .port-location__information-label {
    display: inline-block;
    vertical-align: top;
  }
  .port-location__information-link:hover {
    text-decoration: none;
  }
  .port-location__information-link:hover .port-location__information-label {
    text-decoration: underline;
  }
  .port-location--weipa .svg--shape {
    fill: #c04c2e;
  }
  .port-location--weipa .port-stats__throughput-content,
  .port-location--weipa .port-stats__weather-label,
  .port-location--weipa .port-location__information-link {
    color: #c04c2e;
  }
  .port-location--weipa.active .port-location__header,
  .port-location--weipa .port-location__header:hover,
  .port-location--weipa .port-location__header:focus {
    background-color: #c04c2e;
    border-color: #f18367;
  }
  .port-location--weipa.active .port-location__header :after,
  .port-location--weipa .port-location__header:hover :after,
  .port-location--weipa .port-location__header:focus :after {
    border-left-color: #c04c2e;
  }
  .port-location--weipa.active .port-location__header .port-location__header-link,
  .port-location--weipa .port-location__header:hover .port-location__header-link,
  .port-location--weipa .port-location__header:focus .port-location__header-link {
    color: #fff;
  }
  .port-location--abbot-point .svg--shape {
    fill: #239ed6;
  }
  .port-location--abbot-point .port-stats__throughput-content,
  .port-location--abbot-point .port-stats__weather-label,
  .port-location--abbot-point .port-location__information-link {
    color: #239ed6;
  }
  .port-location--abbot-point.active .port-location__header,
  .port-location--abbot-point .port-location__header:hover,
  .port-location--abbot-point .port-location__header:focus {
    background-color: #239ed6;
    border-color: #68bde3;
  }
  .port-location--abbot-point.active .port-location__header :after,
  .port-location--abbot-point .port-location__header:hover :after,
  .port-location--abbot-point .port-location__header:focus :after {
    border-left-color: #239ed6;
  }
  .port-location--abbot-point.active .port-location__header .port-location__header-link,
  .port-location--abbot-point .port-location__header:hover .port-location__header-link,
  .port-location--abbot-point .port-location__header:focus .port-location__header-link {
    color: #fff;
  }
  .port-location--mackay .svg--shape {
    fill: #656997;
  }
  .port-location--mackay .port-stats__throughput-content,
  .port-location--mackay .port-stats__weather-label,
  .port-location--mackay .port-location__information-link {
    color: #656997;
  }
  .port-location--mackay.active .port-location__header,
  .port-location--mackay .port-location__header:hover,
  .port-location--mackay .port-location__header:focus {
    background-color: #656997;
    border-color: #878bbb;
  }
  .port-location--mackay.active .port-location__header :after,
  .port-location--mackay .port-location__header:hover :after,
  .port-location--mackay .port-location__header:focus :after {
    border-left-color: #656997;
  }
  .port-location--mackay.active .port-location__header .port-location__header-link,
  .port-location--mackay .port-location__header:hover .port-location__header-link,
  .port-location--mackay .port-location__header:focus .port-location__header-link {
    color: #fff;
  }
  .port-location--hay-point .svg--shape {
    fill: #55a64d;
  }
  .port-location--hay-point .port-stats__throughput-content,
  .port-location--hay-point .port-stats__weather-label,
  .port-location--hay-point .port-location__information-link {
    color: #55a64d;
  }
  .port-location--hay-point.active .port-location__header,
  .port-location--hay-point .port-location__header:hover,
  .port-location--hay-point .port-location__header:focus {
    background-color: #55a64d;
    border-color: #8ac285;
  }
  .port-location--hay-point.active .port-location__header :after,
  .port-location--hay-point .port-location__header:hover :after,
  .port-location--hay-point .port-location__header:focus :after {
    border-left-color: #55a64d;
  }
  .port-location--hay-point.active .port-location__header .port-location__header-link,
  .port-location--hay-point .port-location__header:hover .port-location__header-link,
  .port-location--hay-point .port-location__header:focus .port-location__header-link {
    color: #fff;
  }
  /* Module: S */
  .home__three-doors-wrapper {
    border-bottom: none;
    height: 12.5rem;
    position: relative;
  }
  .home__three-doors-wrapper:after {
    background-color: #b4d6e0;
    content: ' ';
    height: 7.8125rem;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.0625rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home__three-doors-item:first-child .home__three-doors-wrapper {
    padding-left: 0;
  }
  .home__three-doors-item:last-child .home__three-doors-wrapper {
    border: none;
    padding-right: 0;
  }
  .home__three-doors-item:last-child .home__three-doors-wrapper:after {
    display: none;
  }
  .home__three-doors-item:first-child .home__three-doors-link,
  .home__three-doors-link {
    padding-top: 1.8125rem;
  }
  .home__three-doors-heading {
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
  }
  .three-doors--commercial-trade .svg__three-doors-icon {
    height: 3.625rem;
    width: 4.375rem;
  }
  .three-doors--port-operations .svg__three-doors-icon {
    height: 4.3125rem;
    width: 3.75rem;
  }
  .three-doors--communities .svg__three-doors-icon {
    height: 4.5rem;
    width: 4.4375rem;
  }
  /* Module: S */
  .home__view-more {
    display: none;
  }
  /* Module: S */
  .key-documents__wrapper + .template__wrapper {
    clear: none;
  }
  /* Module: S */
  .news-details__download {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* Module: S */
  .news__search .sq-form-question-tickbox-list .sq-form-question-answer li {
    display: inline-block;
    margin-right: 1.375rem;
  }
  .all-news__article-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 12.5rem;
  }
  .all-news__article-information {
    height: 10.375rem;
  }
  /* Module: S */
  .related-articles__wrapper {
    padding-bottom: 5.25rem;
    padding-top: 2.5rem;
  }
  .news-articles {
    padding-top: 1.875rem;
  }
  .related-articles__options {
    position: absolute;
    top: 0;
    right: 0;
  }
  /* Module: S */
  .port-profile__statistics {
    float: right;
    margin-bottom: 0;
    width: 50%;
  }
  .port-profile__statistics .inner {
    padding: 0 1.875rem;
  }
}

@media (min-width: 48em) and (max-width: 75em) {
  .port-profile__statistics .port-stats__section.port-stats__weather {
    margin-bottom: 2.3125rem;
  }
  .port-profile__statistics .port-stats__section-header {
    font-size: 18px;
    line-height: 30px;
  }
  .port-profile__statistics .port-stats__throughput .port-stats__section-header {
    line-height: 20px;
  }
  .port-profile__statistics .port-stats__throughput-content {
    font-size: 30px;
    line-height: 45px;
  }
  .port-profile__statistics .port-stats__weather-item {
    height: 2.5rem;
    position: relative;
  }
  .port-profile__statistics .svg__weather-icon {
    height: 2.375rem;
    width: 2.375rem;
  }
  .port-profile__statistics .port-stats__weather-label {
    font-size: 32px;
    line-height: 37px;
  }
  .port-profile__statistics .port-stats__weather-sublabel {
    font-size: 16px;
    position: absolute;
    left: 100%;
  }
  .port-profile__statistics .port-stats__weather-sublabel:nth-of-type(2) {
    top: 0;
  }
  .port-profile__statistics .port-stats__weather-sublabel:nth-of-type(3) {
    bottom: 0.0625rem;
  }
}

@media (min-width: 48em) {
  /* Module: S */
  .port-profile__cta .cta__heading {
    font-size: 25px;
    margin-bottom: 1.375rem;
  }
  .port-profile__explore {
    padding-top: 4.75rem;
  }
  .port-profile__explore-content {
    margin-top: 2.6875rem;
  }
  .port-mackay .header__banner:before {
    background-image: url("mysource_files/curve-header-mackay-tablet.svg");
  }
  .port-mackay .content-tabs__list {
    border-color: #656997;
  }
  .port-mackay .content-tab__header-link {
    background-color: #fff;
    color: #878bbb;
  }
  .port-mackay .content-tabs__item.active .content-tab__header-link,
  .port-mackay .content-tab__header-link:hover,
  .port-mackay .content-tab__header-link:focus {
    background-color: #656997;
    color: #fff;
  }
  .port-mackay .content-tabs__item.active .content-tab__header-link :before,
  .port-mackay .content-tab__header-link:hover :before,
  .port-mackay .content-tab__header-link:focus :before {
    background-color: #878bbb;
  }
  .port-mackay .content-tabs__item.active .content-tab__header-link :after {
    border-top-color: #656997;
  }
  .port-mackay .inside-menu__item.active > .inside-menu__link,
  .port-mackay .inside-menu__link:hover,
  .port-mackay .inside-menu__link.current,
  .port-mackay .inside-menu__sub a {
    color: #656997;
  }
  .port-mackay .inside-menu__link:hover,
  .port-mackay .inside-menu__link.current {
    background: rgba(101, 105, 151, 0.08);
    border-left: 2px solid #656997;
  }
  .port-mackay .svg__expand-inside-menu .svg--shape {
    fill: rgba(101, 105, 151, 0.5);
  }
  .port-weipa .header__banner:before {
    background-image: url("mysource_files/curve-header-weipa-tablet.svg");
  }
  .port-weipa .content-tabs__list {
    border-color: #c04c2e;
  }
  .port-weipa .content-tab__header-link {
    background-color: #fff;
    color: #f18367;
  }
  .port-weipa .content-tabs__item.active .content-tab__header-link,
  .port-weipa .content-tab__header-link:hover,
  .port-weipa .content-tab__header-link:focus {
    background-color: #c04c2e;
    color: #fff;
  }
  .port-weipa .content-tabs__item.active .content-tab__header-link :before,
  .port-weipa .content-tab__header-link:hover :before,
  .port-weipa .content-tab__header-link:focus :before {
    background-color: #f18367;
  }
  .port-weipa .content-tabs__item.active .content-tab__header-link :after {
    border-top-color: #c04c2e;
  }
  .port-weipa .inside-menu__item.active > .inside-menu__link,
  .port-weipa .inside-menu__link:hover,
  .port-weipa .inside-menu__link.current,
  .port-weipa .inside-menu__sub a {
    color: #c04c2e;
  }
  .port-weipa .inside-menu__link:hover,
  .port-weipa .inside-menu__link.current {
    background: rgba(192, 76, 46, 0.08);
    border-left: 2px solid #c04c2e;
  }
  .port-weipa .svg__expand-inside-menu .svg--shape {
    fill: rgba(192, 76, 46, 0.5);
  }
  .port-abbot-point .header__banner:before {
    background-image: url("mysource_files/curve-header-abbotpoint-tablet.svg");
  }
  .port-abbot-point .content-tabs__list {
    border-color: #239ed6;
  }
  .port-abbot-point .content-tab__header-link {
    background-color: #fff;
    color: rgba(35, 158, 214, 0.65);
  }
  .port-abbot-point .content-tabs__item.active .content-tab__header-link,
  .port-abbot-point .content-tab__header-link:hover,
  .port-abbot-point .content-tab__header-link:focus {
    background-color: #239ed6;
    color: #fff;
  }
  .port-abbot-point .content-tabs__item.active .content-tab__header-link :before,
  .port-abbot-point .content-tab__header-link:hover :before,
  .port-abbot-point .content-tab__header-link:focus :before {
    background-color: rgba(35, 158, 214, 0.65);
  }
  .port-abbot-point .content-tabs__item.active .content-tab__header-link :after {
    border-top-color: #239ed6;
  }
  .port-abbot-point .inside-menu__item.active > .inside-menu__link,
  .port-abbot-point .inside-menu__link:hover,
  .port-abbot-point .inside-menu__link.current,
  .port-abbot-point .inside-menu__sub a {
    color: #239ed6;
  }
  .port-abbot-point .inside-menu__link:hover,
  .port-abbot-point .inside-menu__link.current {
    background: rgba(35, 158, 214, 0.08);
    border-left: 2px solid #239ed6;
  }
  .port-abbot-point .svg__expand-inside-menu .svg--shape {
    fill: rgba(35, 158, 214, 0.5);
  }
  .port-hay-point .header__banner:before {
    background-image: url("mysource_files/curve-header-haypoint-tablet.svg");
  }
  .port-hay-point .content-tabs__list {
    border-color: #55a64d;
  }
  .port-hay-point .content-tab__header-link {
    background-color: #fff;
    color: rgba(85, 166, 77, 0.65);
  }
  .port-hay-point .content-tabs__item.active .content-tab__header-link,
  .port-hay-point .content-tab__header-link:hover,
  .port-hay-point .content-tab__header-link:focus {
    background-color: #55a64d;
    color: #fff;
  }
  .port-hay-point .content-tabs__item.active .content-tab__header-link :before,
  .port-hay-point .content-tab__header-link:hover :before,
  .port-hay-point .content-tab__header-link:focus :before {
    background-color: rgba(85, 166, 77, 0.65);
  }
  .port-hay-point .content-tabs__item.active .content-tab__header-link :after {
    border-top-color: #55a64d;
  }
  .port-hay-point .inside-menu__item.active > .inside-menu__link,
  .port-hay-point .inside-menu__link:hover,
  .port-hay-point .inside-menu__link.current,
  .port-hay-point .inside-menu__sub a {
    color: #55a64d;
  }
  .port-hay-point .inside-menu__link:hover,
  .port-hay-point .inside-menu__link.current {
    background: rgba(85, 166, 77, 0.08);
    border-left: 2px solid #55a64d;
  }
  .port-hay-point .svg__expand-inside-menu .svg--shape {
    fill: rgba(85, 166, 77, 0.5);
  }
  /* Module: S */
  /* Module: S */
  .search-results__item-title {
    font-size: 24px;
    line-height: 37px;
  }
  .search-results__item-description {
    padding: 0.5rem 0;
  }
  /* Module: S */
}

@media (min-width: 75em) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  blockquote p {
    font-size: 17px;
  }
  blockquote .quote-source {
    font-size: 16px;
  }
  .responsive {
    z-index: 3;
  }
  .inner {
    max-width: 71.875rem;
    padding-left: 0;
    padding-right: 0;
  }
  .main .inner__content {
    margin-bottom: 4rem;
  }
  .inside__wrapper {
    font-size: 16px;
    padding-top: 4rem;
  }
  /* Module: S */
  .inside-menu {
    padding-right: 3.3125rem;
  }
  /* Module: S */
  /* Module: S */
  .main .landing__contents .inner__content {
    margin-bottom: 5.75rem;
  }
  .landing__children {
    padding-top: 5.75rem;
  }
  .main .landing__children .inner__content {
    margin-bottom: 8rem;
  }
  .child__link {
    padding: 2.8125rem 2.6875rem;
  }
  .child__link-icon {
    bottom: 1.5rem;
  }
  /* Module: S */
  .template--air-quality--locations {
    display: block;
  }
  .template--air-quality--locations .air-quality__content {
    position: relative;
  }
  .template--air-quality--locations .air-quality__more-information-label {
    color: #fff;
    display: block;
    padding: 0.9375rem 1.6875rem;
    text-align: center;
    text-transform: none;
  }
  .air-quality__header svg {
    display: table-cell;
  }
  .template--air-quality--dust .air-quality__header {
    margin-bottom: 3px;
  }
  .monitoring-locations__background,
  .monitoring-locations__markers,
  .monitoring-locations__waves,
  .monitoring-locations__map {
    height: 31.875rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .monitoring-locations__background {
    background: #e1f0f4;
  }
  .monitoring-locations__waves,
  .monitoring-locations__map {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .monitoring-locations__waves {
    background-image: url("mysource_files/monitor-locations-wave-pattern.png");
  }
  .monitoring-locations__map {
    background-image: url("mysource_files/monitor-locations-map.png");
  }
  .monitoring-locations__markers {
    color: #1c5671;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
  }
  .monitoring-locations__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .monitoring-locations__item {
    position: absolute;
  }
  .monitoring-locations__link {
    color: #1c5671;
    text-decoration: none;
  }
  .monitoring-locations__item[data-location="mcewens-beach"] {
    left: 170px;
    top: 310px;
  }
  .monitoring-locations__item[data-location="mackay-one"] {
    left: 203px;
    top: 45px;
  }
  .monitoring-locations__item[data-location="mackay-two"] {
    left: 203px;
    top: 72px;
  }
  .monitoring-locations__blip-active {
    display: none;
  }
  .monitoring-locations__label {
    opacity: 0.75;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .monitoring-locations__item[data-location="mcewens-beach"] .monitoring-locations__label,
  .monitoring-locations__item[data-location="mackay-one"] .monitoring-locations__label {
    left: 45px;
  }
  .monitoring-locations__item[data-location="mackay-two"] .monitoring-locations__label {
    right: 45px;
    text-align: right;
  }
  .dashboard-tabs__item[data-location="mcewens-beach"].active .monitoring-locations__item[data-location="mcewens-beach"] {
    z-index: 1;
  }
  .dashboard-tabs__item[data-location="mcewens-beach"].active .monitoring-locations__item[data-location="mcewens-beach"] g {
    fill: #24a4ac;
  }
  .dashboard-tabs__item[data-location="mcewens-beach"].active .monitoring-locations__item[data-location="mcewens-beach"] ellipse.svg--outer-fill {
    opacity: 1;
  }
  .dashboard-tabs__item[data-location="mcewens-beach"].active .monitoring-locations__item[data-location="mcewens-beach"] ellipse.svg--inner-fill {
    fill: #fff;
    stroke: #24a4ac;
  }
  .dashboard-tabs__item[data-location="mcewens-beach"].active .monitoring-locations__item[data-location="mcewens-beach"] .monitoring-locations__label {
    opacity: 1;
  }
  .dashboard-tabs__item[data-location="mackay-one"].active .monitoring-locations__item[data-location="mackay-one"] {
    z-index: 1;
  }
  .dashboard-tabs__item[data-location="mackay-one"].active .monitoring-locations__item[data-location="mackay-one"] g {
    fill: #24a4ac;
  }
  .dashboard-tabs__item[data-location="mackay-one"].active .monitoring-locations__item[data-location="mackay-one"] ellipse.svg--outer-fill {
    opacity: 1;
  }
  .dashboard-tabs__item[data-location="mackay-one"].active .monitoring-locations__item[data-location="mackay-one"] ellipse.svg--inner-fill {
    fill: #fff;
    stroke: #24a4ac;
  }
  .dashboard-tabs__item[data-location="mackay-one"].active .monitoring-locations__item[data-location="mackay-one"] .monitoring-locations__label {
    opacity: 1;
  }
  .dashboard-tabs__item[data-location="mackay-two"].active .monitoring-locations__item[data-location="mackay-two"] {
    z-index: 1;
  }
  .dashboard-tabs__item[data-location="mackay-two"].active .monitoring-locations__item[data-location="mackay-two"] g {
    fill: #24a4ac;
  }
  .dashboard-tabs__item[data-location="mackay-two"].active .monitoring-locations__item[data-location="mackay-two"] ellipse.svg--outer-fill {
    opacity: 1;
  }
  .dashboard-tabs__item[data-location="mackay-two"].active .monitoring-locations__item[data-location="mackay-two"] ellipse.svg--inner-fill {
    fill: #fff;
    stroke: #24a4ac;
  }
  .dashboard-tabs__item[data-location="mackay-two"].active .monitoring-locations__item[data-location="mackay-two"] .monitoring-locations__label {
    opacity: 1;
  }
  .monitoring-locations__landmarks {
    color: #3c7e97;
  }
  .monitoring-landmarks--hay-point {
    bottom: 5.9375rem;
    position: absolute;
    right: 2.625rem;
    width: 5.3125rem;
    text-align: right;
  }
  .monitoring-landmarks--hay-point:after {
    background-color: #3c7e97;
    border-radius: 100%;
    content: '';
    height: 0.375rem;
    position: absolute;
    right: -0.75rem;
    top: 50%;
    width: 0.375rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .air-quality__more-information {
    font-size: 17px;
  }
  .template--air-quality-tabs > .info-tabs__list .info-tab__body {
    top: 5.5rem;
  }
  .template--air-quality {
    height: 41.25rem;
    padding-bottom: 4.6875rem;
  }
  .air-quality__more-information-link {
    padding: 1.6875rem 0;
  }
  .dust-reading__header-label {
    font-size: 18px;
  }
  .dust-reading__gauge-labels {
    font-size: 15px;
  }
  .dust-reading__gauge,
  .dust-reading__gauge-background,
  .dust-reading__gauge-reading,
  .dust-reading__gauge-marker,
  .dust-reading__gauge-segments {
    height: 6.875rem;
    width: 13.75rem;
  }
  .dust-reading__gauge-background,
  .dust-reading__gauge-internal {
    border-radius: 8.125rem 8.125rem 0 0;
  }
  .dust-reading__gauge-reading,
  .dust-reading__gauge-marker {
    border-radius: 0 0 8.125rem 8.125rem;
  }
  .dust-reading__gauge-internal {
    height: 4.5625rem;
    width: 8.8125rem;
  }
  .dust-reading__unit,
  .dust-reading__status {
    font-size: 20px;
  }
  .dust-reading__value {
    font-size: 74px;
  }
  .dust-reading__unit {
    margin-top: 1rem;
  }
  .dust-reading__gauge-wrapper {
    padding-bottom: 6rem;
  }
  .dust-reading__gauge-wrapper:after {
    bottom: 5.9375rem;
  }
  .dust-reading__status-item.status-item--1,
  .dust-reading__status-item.status-item--5 {
    top: 5.9375rem;
  }
  .dust-reading__status-item.status-item--2,
  .dust-reading__status-item.status-item--4 {
    top: 2.5rem;
  }
  .dust-reading__status-item.status-item--1 {
    left: -0.9375rem;
  }
  .dust-reading__status-item.status-item--2 {
    left: 20%;
  }
  .dust-reading__status-item.status-item--4 {
    left: 78%;
  }
  .dust-reading__status-item.status-item--5 {
    right: -0.9375rem;
  }
  .dust-reading__gauge-data {
    top: 7.5625rem;
  }
  .wind-conditions__reading {
    margin-bottom: 0.3125rem;
    margin-top: 3rem;
  }
  .wind-conditions__description {
    padding: 0 1rem;
  }
  .wind-conditions__wind-description {
    margin-bottom: 0.625rem;
  }
  /* Module: S */
  /* Module: S */
  .template--introduction p {
    font-size: 24px;
    line-height: 2.3125rem;
  }
  .template--call-to-action-large {
    height: 29.1875rem;
  }
  .cta__large-content-wrapper {
    padding: 3.625rem 3.25rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
  }
  .cta__large-content-wrapper .cta__heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 0.8125rem;
  }
  .cta__large-content-wrapper .cta__content {
    font-size: 20px;
    line-height: 30px;
  }
  .template--call-to-action,
  .template--call-to-action-contacts {
    padding-left: 2.9375rem;
    padding-right: 2.9375rem;
  }
  .template--tabbed-content {
    height: 30.625rem;
  }
  .port-profile__wrapper .template--tabbed-content {
    padding: 3.5625rem 0;
  }
  .content-tab__body {
    top: 4.5rem;
  }
  .content-tab__header-link {
    font-size: 18px;
  }
  .content-tab__body .key-documents__item {
    width: 32%;
  }
  .inside__body .content-tab__body {
    padding-top: 1.25rem;
  }
  .inside__body .related-articles__wrapper {
    padding: 1.25rem;
  }
  .inside__body .related-articles__options {
    top: 0.25rem;
  }
  .inside__body .related-articles__wrapper .news-articles__item {
    margin-bottom: 0;
  }
  .vessel-tracker iframe {
    height: 31.25rem;
  }
  .themed-panel__link {
    padding: 2.875rem 3.375rem;
  }
  /* Module: S */
  .header__breadcrumbs {
    display: block;
    font-size: 12px;
    line-height: 1.625rem;
    text-transform: uppercase;
  }
  .breadcrumbs__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .breadcrumbs__item {
    display: inline-block;
    margin-right: 1.375rem;
    position: relative;
  }
  .breadcrumbs__item:after {
    content: '\003e';
    position: absolute;
    right: -1rem;
    top: 0;
  }
  .breadcrumbs__item:last-child:after {
    content: '';
  }
  .breadcrumbs__link {
    font-size: 12px;
  }
  .breadcrumbs__link:hover {
    text-decoration: underline;
  }
  /* Module: S */
  .footer__corporate {
    float: right;
  }
  .footer__corporate-item {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
  .footer__copyright {
    float: right;
    margin-right: 1.25rem;
  }
  /* Module: S */
  .footer__social {
    height: 1.8125rem;
  }
  .footer__social-svg {
    height: 1.8125rem;
    width: 1.8125rem;
  }
  /* Module: S */
  .footer {
    height: 6.5rem;
  }
  .footer:before {
    background-image: url("mysource_files/curve-footer-teal-desktop.svg");
  }
  .footer:after {
    background-image: url("mysource_files/curve-footer-blue-desktop.svg");
  }
  /* Module: S */
  .header__banner {
    height: 13.125rem;
    padding-top: 0;
  }
  .header__location {
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header__location h1 {
    max-height: 5.125rem;
  }
  .header__banner:before,
  .header__banner:after {
    height: 3.8125rem;
  }
  .header__banner:before {
    background-image: url("mysource_files/curve-header-teal-desktop.svg");
  }
  .header__banner:after {
    background-image: url("mysource_files/curve-header-white-desktop.svg");
  }
  .doors .header__banner:after,
  .landing .header__banner:after,
  .dashboard .header__banner:after {
    background-image: url("mysource_files/curve-header-lightteal-desktop.svg");
  }
  .header__video {
    left: 50%;
    top: 50%;
  }
  .header__video-prompt {
    display: block;
    line-height: 32px;
    margin-left: 0;
  }
  /* Module: S */
  .header__information {
    height: 8.75rem;
    padding-top: 1.6875rem;
  }
  .header__logo {
    z-index: 4;
  }
  .header__logo-link {
    height: 5.5rem;
    width: 12.875rem;
  }
  .enquiries__wrapper {
    font-size: 19px;
  }
  /* Module: S */
  .header {
    height: 21.875rem;
  }
  /* Module: S */
  .main-menu__wrapper {
    top: 4.5625rem;
    z-index: 3;
  }
  .main-menu {
    margin: 0 auto;
    max-width: 71.875rem;
    padding-left: 0;
    padding-right: 0;
  }
  .main-menu__list {
    padding-left: 14rem;
  }
  .main-menu__list.menu-depth--1 > .main-menu__item {
    height: 4.1875rem;
  }
  .main-menu__link.link--home {
    padding: 1.0625rem 0.5625rem;
  }
  .main-menu__link--label {
    font-size: 19px;
  }
  .main-menu__list.menu-depth--2 .main-menu__link--label {
    font-size: 19px;
  }
  .main-menu__featured-link--label {
    font-size: 19px;
  }
  .main-menu__featured-link--description {
    font-size: 17px;
  }
  .main-menu__sub {
    top: 4.1875rem;
  }
  .main-menu__item.has-menu:hover > .main-menu__link:after {
    bottom: -0.8125rem;
  }
  /* Module: S */
  /* Module: S */
}

@media (min-width: 75em) and (min-width: 87.5em) {
  .news-details__wrapper .share-tools__wrapper {
    left: 50%;
    margin: 0;
    position: fixed;
    top: 25.625rem;
    max-width: 71.875rem;
    padding-left: 0;
    padding-right: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
  }
  .news-details__wrapper .share-tools {
    background: rgba(255, 255, 255, 0.8);
    padding: 0 0.625rem;
    position: absolute;
    left: -6.25rem;
  }
  .news-details__wrapper .share-tools__label {
    padding-bottom: 0.75rem;
  }
  .news-details__wrapper .share-tools__list {
    display: block;
    text-align: center;
  }
  .news-details__wrapper .share-tools__item {
    display: block;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}

@media (min-width: 75em) {
  /* Module: S */
  .home__banner,
  .home__banner-item-container {
    height: 38.875rem;
  }
  .home__banner .slick-dots {
    bottom: 1.5rem;
    margin: 0 auto;
    right: 1rem;
    max-width: 71.875rem;
    padding-left: 0;
    padding-right: 0;
  }
  .home__banner:before,
  .home__banner:after {
    bottom: -0.0625rem;
    height: 4.875rem;
  }
  .home__banner:before {
    background-image: url("mysource_files/curve-header-lightblue-desktop.svg");
  }
  .home__banner:after {
    background-image: url("mysource_files/curve-header-lightteal-desktop.svg");
  }
  .svg__video-icon {
    height: 4.0625rem;
    width: 4.0625rem;
  }
  .home__banner-item-heading {
    font-size: 53px;
    line-height: 46px;
  }
  .home__banner-item-body--text,
  .home__banner-item-body--text a {
    font-size: 18px;
  }
  /* Module: S */
  /* Module: S */
  .home__key-links {
    background: transparent;
    height: 38.875rem;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    width: 100%;
  }
  .home__key-links-wrapper {
    background-color: rgba(28, 86, 113, 0.6);
    position: relative;
    float: right;
    height: 100%;
    padding-left: 2.6875rem;
    padding-top: 2rem;
    pointer-events: all;
    width: 15rem;
  }
  .home__key-links-wrapper:before {
    background-color: rgba(28, 86, 113, 0.6);
    content: ' ';
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 400%;
  }
  .home__key-links-header {
    border-bottom: none;
    padding-bottom: 0.125rem;
    position: relative;
  }
  .home__key-links-header:before {
    background-color: #62c1c8;
    bottom: 0;
    content: ' ';
    height: 2px;
    left: 0;
    position: absolute;
    width: 400%;
  }
  .home__key-links-header {
    font-size: 20px;
  }
  .home__key-links-content {
    line-height: 37px;
    padding-right: 0;
  }
  .home__key-links-item {
    border: none;
    display: block;
    padding: 0.375rem 0;
    width: 100%;
  }
  .home__key-links-link {
    font-size: 19px;
  }
  /* Module: S */
  .home__latest-news {
    padding-bottom: 7.125rem;
  }
  .latest-news__header {
    font-size: 28px;
    margin-bottom: 1.875rem;
  }
  .latest-news__articles-item {
    width: 35.6875rem;
  }
  .latest-news__articles-item:first-child {
    width: 34rem;
  }
  .latest-news__article-image {
    height: 14.0625rem;
  }
  .latest-news__article-information {
    height: 12.375rem;
    padding: 2.125rem 2.5rem;
  }
  .latest-news__article-category .svg__tag {
    top: -0.125rem;
  }
  .latest-news__category-label {
    font-size: 18px;
    font-weight: 100;
    margin-left: 0.4375rem;
  }
  .latest-news__article-title {
    font-size: 26px;
    line-height: 37px;
  }
  .latest-news__tools-item {
    padding-right: 0.75rem;
  }
  .latest-news__tools-link {
    font-size: 18px;
    line-height: 38px;
  }
  .latest-news__tools-item .svg__tool {
    height: 1.375rem;
  }
  .latest-news__tools-label {
    margin-left: 0.5rem;
    margin-right: 0.875rem;
  }
  /* Module: S */
  /* Module: S */
  .home__port-locations {
    margin: 0 auto;
    padding-top: 4.9375rem;
  }
  .home__port-locations-container {
    margin: 0 auto;
    max-width: 71.875rem;
    padding-left: 0;
    padding-right: 0;
  }
  .home__port-locations-map__wrapper {
    height: 29.75rem;
    width: 29.75rem;
  }
  .home__port-locations-map__wrapper:after {
    background-image: url("mysource_files/other-states.svg");
    content: ' ';
    right: 100%;
    height: 100%;
    position: absolute;
    top: 0.3125rem;
    width: 42.875rem;
  }
  .home__port-locations-map {
    background-position: -14.125rem 0.125rem;
    height: 100%;
    top: 0;
  }
  .home__port-locations-map-item.port-location--weipa {
    right: 21.375rem;
    top: 2.5rem;
  }
  .home__port-locations-map-item.port-location--abbot-point {
    right: 9.875rem;
    top: 17.25rem;
  }
  .home__port-locations-map-item.port-location--mackay {
    right: 7.875rem;
    top: 19.8125rem;
  }
  .home__port-locations-map-item.port-location--hay-point {
    right: 7rem;
    top: 21.375rem;
  }
  .svg__map-marker-base {
    height: 2.5rem;
    width: 2.5625rem;
  }
  .svg__map-marker-blip {
    height: 3.375rem;
    top: -1.75rem;
    width: 2.5rem;
  }
  .home__port-locations-content {
    right: 0;
    width: 44.8125rem;
  }
  .port-location__header {
    width: 12.5rem;
  }
  .port-location__header-link {
    font-size: 24px;
    padding: 1.8125rem 1.875rem 1.5625rem 1.875rem;
  }
  .port-location__body {
    height: 25.1875rem;
    padding: 2.25rem 2.9375rem;
    width: 32.3125rem;
  }
  .port-location__body-heading {
    font-size: 26px;
    line-height: 27px;
  }
  .port-location__body-content p {
    font-size: 17px;
    line-height: 25px;
  }
  .port-location__body-content .port-stats__section {
    margin: 0;
  }
  .port-location__body-content .port-stats__section.port-stats__weather {
    margin-bottom: 0.875rem;
  }
  .port-stats__weather .weather-component {
    height: 2.5rem;
  }
  .port-location__information-item {
    display: inline-block;
    margin-right: 1rem;
  }
  .port-location__information-link {
    font-size: 18px;
    line-height: 45px;
  }
  .port-location__information-link:hover {
    text-decoration: none;
  }
  .port-location__information-label {
    position: relative;
    top: -0.125rem;
  }
  .port-location__information-link:hover .port-location__information-label {
    text-decoration: underline;
  }
  /* Module: S */
  .home__three-doors-wrapper {
    height: 15.625rem;
  }
  .home__three-doors-wrapper:after {
    height: 9.0625rem;
  }
  .home__three-doors-item:first-child .home__three-doors-link,
  .home__three-doors-link {
    padding-top: 3.375rem;
  }
  .home__three-doors-link,
  .home__three-doors-item:first-child .home__three-doors-link:hover {
    padding-left: 1.75rem;
  }
  .home__three-doors-item:first-child .home__three-doors-link {
    padding-left: 0;
  }
  .home__three-doors-heading {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 0.875rem;
  }
  .home__three-doors-body {
    font-size: 17px;
  }
  .three-doors--commercial-trade .svg__three-doors-icon {
    height: 5.1875rem;
    width: 6.25rem;
  }
  .three-doors--port-operations .svg__three-doors-icon {
    height: 5.75rem;
    width: 5rem;
  }
  .three-doors--communities .svg__three-doors-icon {
    height: 6.125rem;
    width: 6.0625rem;
  }
  /* Module: S */
  .home__view-more {
    background: none;
    display: block;
    left: 50%;
    position: absolute;
    top: 33.1875rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
  }
  .home__view-more-link,
  .home__view-more-link .svg__view-more {
    height: 3.4375rem;
    width: 3.3125rem;
  }
  .home__view-more-link .svg--shape {
    stroke: #fff;
  }
  /* Module: S */
  .key-documents__link {
    font-size: 16px;
  }
  /* Module: S */
  .news-details__head,
  .news-details__download-link,
  .news-details__category-link {
    font-size: 17px;
  }
  .news-details__download .svg__download {
    height: 1.8125rem;
    width: 1.8125rem;
  }
  .news-details__download-link {
    height: 1.8125rem;
    line-height: 1.8125rem;
  }
  /* Module: S */
  .news__search .sq-form-question-title {
    background: rgba(255, 255, 255, 0.1);
    font-size: 22px;
  }
  .news__search .sq-form-question-tickbox-list .sq-form-question-answer li {
    margin-right: 2rem;
  }
  .all-news__article-image {
    height: 10rem;
  }
  .all-news__articles-item:nth-child(3n+3) .all-news__category-label,
  .all-news__articles-item:nth-child(3n+3) .all-news__article-title-text {
    background-color: rgba(3, 131, 139, 0.1);
  }
  /* Module: S */
  .related-articles__wrapper {
    padding-top: 3.25rem;
  }
  /* Module: S */
  .port-profile__side-navigation {
    display: block;
  }
  .port-profile__navigation-list {
    border-top: 2px solid #eff1f3;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .port-profile__navigation-item {
    border-bottom: 2px solid #eff1f3;
  }
  .port-profile__navigation-link {
    color: #4d4d4d;
    display: block;
    font-family: "Roboto Condensed";
    font-size: 18px;
    line-height: 57px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .port-profile__navigation-item.active .port-profile__navigation-link,
  .port-profile__navigation-link:hover {
    color: #4d4d4d;
    padding-left: 1rem;
    text-decoration: none;
  }
  .port-profile__introduction-content {
    padding-left: 2.9375rem;
    padding-right: 0;
  }
  .port-profile__statistics {
    padding-left: 2.875rem;
    padding-right: 0;
    position: relative;
    width: 30.75rem;
  }
  .port-profile__statistics .inner {
    padding-right: 0.9375rem;
  }
  .port-profile__statistics .template--tabbed-content {
    padding: 1.5625rem 0;
  }
  .port-stats__section.port-stats__weather {
    margin-bottom: 2.3125rem;
  }
  .port-stats__section-header {
    font-size: 18px;
    line-height: 46px;
  }
  .port-stats__throughput .port-stats__section-header {
    line-height: 34px;
  }
  .port-profile__statistics .port-stats__throughput-content,
  .port-stats__throughput-content {
    font-size: 55px;
    line-height: 45px;
  }
  .port-stats__cargo-item {
    display: inline-block;
    font-size: 46px;
    line-height: 42px;
    position: relative;
    vertical-align: top;
    width: 7.5rem;
  }
  .port-stats__cargo-type,
  .port-stats__cargo-amount {
    left: 1.75rem;
    line-height: 24px;
    margin: 0;
    position: absolute;
  }
  .port-stats__cargo-type {
    font-size: 18px;
    top: 0;
  }
  .port-stats__cargo-amount {
    bottom: 0;
    font-size: 15px;
  }
  .port-stats__weather-item {
    height: 2.5rem;
    position: relative;
  }
  .svg__weather-icon {
    height: 2.375rem;
    width: 2.375rem;
  }
  .port-stats__weather-label {
    font-size: 44px;
    line-height: 37px;
  }
  .port-stats__weather-sublabel {
    font-size: 18px;
    position: absolute;
    left: 100%;
  }
  .port-stats__weather-sublabel:nth-of-type(2) {
    top: 0;
  }
  .port-stats__weather-sublabel:nth-of-type(3) {
    bottom: 0.0625rem;
  }
  /* Module: S */
  .port-profile__statistics:before {
    content: ' ';
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .port-profile__cta .template--call-to-action {
    padding: 3.125rem 0 5.125rem 0;
  }
  .port-profile__cta .cta__container {
    position: relative;
  }
  .port-profile__cta .cta__heading {
    font-size: 30px;
  }
  .port-profile__cta .cta__content {
    display: inline-block;
    font-size: 20px;
    width: 50%;
  }
  .port-profile__cta .cta__actions {
    display: inline-block;
    position: absolute;
    margin-left: 1rem;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
  .port-explore__image {
    height: 12.5rem;
  }
  .port-mackay .header__banner:before {
    background-image: url("mysource_files/curve-header-mackay-desktop.svg");
  }
  .port-mackay .port-profile__navigation-item.active .port-profile__navigation-link,
  .port-mackay .port-profile__navigation-link:hover {
    background: rgba(101, 105, 151, 0.08);
    border-left: 2px solid #656997;
  }
  .port-weipa .header__banner:before {
    background-image: url("mysource_files/curve-header-weipa-desktop.svg");
  }
  .port-weipa .port-profile__navigation-item.active .port-profile__navigation-link,
  .port-weipa .port-profile__navigation-link:hover {
    background: rgba(192, 76, 46, 0.08);
    border-left: 2px solid #c04c2e;
  }
  .port-abbot-point .header__banner:before {
    background-image: url("mysource_files/curve-header-abbotpoint-desktop.svg");
  }
  .port-abbot-point .port-profile__navigation-item.active .port-profile__navigation-link,
  .port-abbot-point .port-profile__navigation-link:hover {
    background: rgba(35, 158, 214, 0.08);
    border-left: 2px solid #239ed6;
  }
  .port-hay-point .header__banner:before {
    background-image: url("mysource_files/curve-header-haypoint-desktop.svg");
  }
  .port-hay-point .port-profile__navigation-item.active .port-profile__navigation-link,
  .port-hay-point .port-profile__navigation-link:hover {
    background: rgba(85, 166, 77, 0.08);
    border-left: 2px solid #55a64d;
  }
  /* Module: S */
  .port-tab__advantage-icon {
    height: 4.375rem;
  }
  .port-tab__advantage-item {
    margin-bottom: 2.375rem;
  }
  /* Module: S */
  .global__search .sq-form-question-title {
    background: rgba(255, 255, 255, 0.1);
    font-size: 22px;
  }
  .search-results__item-description {
    padding: 0.25rem 0;
  }
  .search-results__item-href {
    background: rgba(255, 255, 255, 0.1);
  }
  /* Module: S */
}

@media (min-width: 100em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .share-tools__wrapper, .related-articles__wrapper, .header__banner, .header__navigation, .header__menu, .header__logo-inside, .header__toggle--menu, .header__toggle--menu-input, .footer__corporate, .footer__social {
    display: none !important;
  }
  .header__logo-link::after, .news-details__category-link::after {
    content: "" !important;
  }
  .header {
    height: auto !important;
    padding-bottom: 30px;
  }
  .header__logo-home {
    display: block !important;
  }
  .inside__wrapper {
    padding: 0 !important;
  }
  .media__source img {
    max-width: 50% !important;
  }
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
}

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