@charset "UTF-8";
/*!
 Theme Name:   Canberra Metro
 Theme URI:    https://transitgraphics.com.au
 Description:  Theme for Canberra Metro
 Author:       Damiane Müller & Ares Yang
 Author URI:   https://damianemuller.com
 Template:     generatepress
 Version:      0.1
*/
/* =======================================================================
   Global
======================================================================= */
/* =======================================================================
   Old CSS
======================================================================= */
.page-id-460 em {
  background: yellow;
}

/* CMET ACTUAL SITE */
#page-header-21 {
  z-index: 20;
  width: 100%;
  height: 100%;
  visibility: inherit;
  background-image: url("https://dev.cbrmetro.com.au/wp-content/uploads/2018/08/crosshatch.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 1;
}

a.button:hover {
  background-color: #e30706;
}

/* ------------------------------------------------------------- SERVICE DISRUPTIONS------------------------------------------------------------ */
.disruption {
  position: relative;
  width: 100vw;
  padding: 70px 0 30px;
  color: #fff;
  background-color: #fe5000;
}

.disruption-container {
  display: flex;
  align-items: center;
}

.disruption .icon-container {
  box-sizing: border-box;
  padding: 20px;
}

.disruption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  content: "";
  background: repeating-linear-gradient(-45deg, transparent, transparent 30px, #fff 30px, #fff 60px);
}

.disruption::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  /* background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        #fff 30px,
        #fff 60px
        );      */
  background: #fff;
}

/* .disruption.special_event:before, .disruption.service_back_to_normal:before {
    display: none;
} */
.extreme_heat_warning {
  background-color: #ce0e2d;
}

.extreme_weather_warning {
  background-color: #00aeef;
}

.replacement_buses_operating {
  background-color: #0055b8;
}

.rail_construction {
  background-color: #fedd00;
}

.disruption.rail_construction h1 {
  color: #333f48;
}

.service_disruption {
  background-color: #fe5000;
}

.service_delay {
  background-color: #fe5000;
}

.service_update {
  background-color: #ce0e2d;
}

.service_back_to_normal {
  background-color: #93d500;
}

.special_event {
  background-color: #662d91;
}

.temporary_stop_closure {
  background-color: #323e48;
}

.service-disruption.construction h1 {
  color: #333f48;
}

.disruption.rail_construction::before {
  background: repeating-linear-gradient(-45deg, transparent, transparent 30px, #333f48 30px, #333f48 60px);
}

.disruption.rail_construction::after {
  background: #333f48;
}

.service-disruption .icon-container {
  float: left;
  width: 80px;
  margin-right: 30px;
}

.service-disruption .content-container {
  /* margin-top: 15px; */
}

.disruption h1 {
  font-size: 32px;
  line-height: 1.1;
  color: #fff;
}

.disruption h1 span {
  font-size: 28px;
  font-weight: 300;
}

/* .disruption-container {
    height: 100%;
} */
/* ------------------------------------------------------------- GLOBAL ------------------------------------------------------------- */
.home .generate-inside-page-header-content p {
  display: none;
}

/* .zeno_font_resizer_container {
    display: none;
} */
body,
input,
button {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

button {
  padding: 10px 30px;
  border-radius: 5px;
}

.home .entry-content button {
  line-height: 30px;
  border-radius: 0;
}

.home .entry-content button:hover {
  color: #2c3b45;
  background: #d4dbdd;
}

button span {
  display: inline-block;
  font-weight: 600;
  vertical-align: middle;
}

button img {
  width: 30px;
  height: 30px;
  padding-left: 15px;
  vertical-align: middle;
}

.home #page {
  max-width: 100%;
}

.home .service-status {
  display: block !important;
}

a {
  transition: 0.25s;
}

a:hover {
  cursor: pointer;
  transition: 0.25s;
}

.button {
  font-size: 12px;
  text-transform: uppercase;
}

#popmake-679 {
  max-width: 480px !important;
}

/* .breadcrumbs {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
} */
/* .page-id-14 .breadcrumbs {
    font-size: 18px;
} */
.breadcrumbs {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.page-blurb {
  margin-bottom: 0;
  font-weight: 700;
  color: #e30706;
}

.page-id-460 .entry-content h2,
.page-id-327 .entry-content h2,
.page-id-317 .entry-content h2,
.page-id-6250 .entry-content h2 {
  display: inline-block;
  padding-bottom: 5px;
  margin: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 2px solid;
}

.entry-content a {
  font-weight: 500;
}

.blog #primary {
  padding-right: 30px;
  padding-bottom: 90px;
  padding-left: 30px;
}

.home #page a div.home-section-one:hover,
.home #page a div.home-section-two:hover,
.home #page a div.home-section-three:hover,
.home #page a div.home-section-four:hover,
.home #page a div.home-section-five:hover {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  transition: 0.5s;
}

.home #page a div {
  cursor: pointer;
  transition: 0.5s;
}

.inside-header,
.mailchimp-container .grid-container,
#stop-footer .grid-container,
.footer-widgets-container,
.inside-site-info,
.service-status .grid-container,
.home-section-one,
.home-section-two,
.home-section-three,
.home-section-four,
.home-section-five,
.sub-menu .grid-container,
.inside-downloads,
.latest-news-section {
  max-width: 1180px !important;
}

/* .page-id-325 h3 {
    font-size: 32px;
    color: #e30706;
    font-weight: 700;
} */
.parent-pageid-317 .entry-content ul,
.parent-pageid-265 .entry-content ul,
.page-id-265 .entry-content ul,
.page-id-317 .entry-content ul {
  list-style: none;
}

.page-id-317 .entry-content ul {
  margin-left: 25px;
}

.parent-pageid-317 .entry-content ul,
.parent-pageid-265 .entry-content ul,
.page-id-265 .entry-content ul,
.page-id-317 .entry-content ul {
  position: relative;
}

.parent-pageid-317 .entry-content ul li,
.parent-pageid-265 .entry-content ul li,
.page-id-265 .entry-content ul li {
  margin-bottom: 10px;
}

.parent-pageid-317 .entry-content ul li::before,
.parent-pageid-265 .entry-content ul li::before,
.page-id-265 .entry-content ul li::before,
.page-id-317 .entry-content ul li::before,
.page-id-460 .entry-content ul li::before {
  position: absolute;
  left: -25px;
  font-weight: 600;
  color: #e30706;
  content: ">";
}

.page-id-325 .entry-content ul {
  margin: 0;
  margin-left: 25px;
}

#why-work {
  padding: 30px;
  border: 1px solid #ccc;
}

.mc4wp-success p,
.mc4wp-alert {
  margin-bottom: 0;
  color: #fff;
}

/* ------------------------------------------------------------- HEADER ------------------------------------------------------------- */
.site-logo {
  float: left;
  padding: 19.4px 0;
}

.nav-float-right .header-widget {
  top: 0;
  max-width: unset;
  max-width: 650px;
  margin: 10px 0;
}

.nav-float-right .header-widget .widget {
  float: left;
}

ul#menu-secondary-menu li::before {
  position: absolute;
  top: 17px;
  left: -48%;
  width: 55%;
  height: 40%;
  content: "";
  background-image: url("/wp-content/uploads/2019/03/flags.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.gglobe {
  display: inline-block !important;
  width: 25px !important;
  height: 25px !important;
  vertical-align: middle;
}

a.glink img {
  height: 35px;
}

#gtranslate-2 {
  padding-bottom: 0;
}

#zeno_fr_widget-2 .widget-title {
  display: none;
}

#zeno_fr_widget-2 .zeno_font_resizer {
  margin-bottom: 0;
}

#zeno_fr_widget-2 .zeno_font_resizer_container {
  line-height: 36px;
}

.zeno_font_resizer {
  font-weight: 500 !important;
}

.nav-search-active {
  height: 50px;
  background: #fff;
}

.inside-page-header {
  padding: 0;
}

.service-status {
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  background-color: #2c3b45;
  border-top: #fff solid 5px;
}

.status {
  padding-left: 20px;
  font-weight: 600;
  color: #0f0;
  opacity: 0.1;
  -webkit-animation: pulsate 4s ease-out;
  animation: pulsate 4s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.Services.are.not.operating {
  color: #ff8142;
  -webkit-animation: pulsate-notoperating 2s ease-out;
  animation: pulsate-notoperating 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate-notoperating {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes pulsate-notoperating {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.tram-icon {
  position: absolute;
  right: 0;
  z-index: 99;
  float: right;
  width: 120px;
  height: 120px;
  margin-top: -32.5px;
}

.site-header,
.crosshatch,
.gform_wrapper .gform_heading {
  background: url("https://dev.cbrmetro.com.au/wp-content/uploads/2018/08/crosshatch.png") !important;
  background-position: center center !important;
  background-size: cover !important;
}

/* .site-header{
background: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(255,0,0,1) 17%, rgba(254,51,10,1) 17%, rgba(254,51,10,1) 33%, rgba(255,230,16,1) 33%, rgba(255,230,16,1) 50%, rgba(35,125,38,1) 50%, rgba(35,125,38,1) 67%, rgba(17,11,121,1) 67%, rgba(17,11,121,1) 84%, rgba(108,2,125,1) 84%, rgba(108,2,125,1) 100%) !important;
} */
.page-id-265 #page-header-right {
  margin-top: 28px;
}

.home-icon {
  width: 25px;
}

.home-icon .st0 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 5;
  transition: 0.1s;
}

#primary-menu ul li:hover .home-icon .st0,
#primary-menu ul li:active .home-icon .st0,
#primary-menu ul li:focus .home-icon .st0,
#primary-menu ul li:focus-within .home-icon .st0 {
  stroke: #000;
}

li:hover .home-icon .st0 {
  stroke: #000;
}

/* ------------------------------------------------------------- HOME ------------------------------------------------------------- */
/*
.home .inside-article {
    display: none;
}
*/
.home h2 {
  margin-bottom: 40px !important;
}

/*
.home-section-two:before {
    visibility: visible;
    height: 333px;
    width: 817.03px;
    background: url('https://transitgraphics.com.au/canberrametro/wp-content/uploads/2018/07/stop.jpg');
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
    -webkit-clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 40% 0);
    clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 40% 0);
    position: absolute;
    top:-60px;;
    margin-left: -130px;
} */
/*
.home-section-three:after {
    visibility: visible;
    height: 378px;
    width: 817.03px;
    background: url('https://transitgraphics.com.au/canberrametro/wp-content/uploads/2018/07/watch.jpg');
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
    -webkit-clip-path: polygon(20% 0, 0 50%, 20% 100%, 100% 100%, 60% 0);
    clip-path: polygon(20% 0, 0 50%, 20% 100%, 100% 100%, 60% 0);
    position: absolute;
    top:-60px;
    right:13px;
} */
.home-section-one h2::before {
  background: url("/wp-content/uploads/2018/07/section-1-icon.png");
}

.home-section-two h2::before {
  background: url("/wp-content/uploads/2018/08/tram-icon.svg");
}

.home-section-three h2::before {
  background: url("/wp-content/uploads/2018/07/section-3-icon.png");
}

.home-section-four h2::before {
  background: url("/wp-content/uploads/2018/11/section-4-icon.png");
}

/* #safety-tram {
    position: absolute;
    height: 483px;
        top: -120px;
    right: -500px;
    z-index: 1;
    transform: translate(145.9px,-145.9px);
} */
#safety-tram {
  position: absolute;
  top: -120px;
  right: -290px;
  z-index: 1;
  height: 485px;
  /* transform: translate(145.9px,-145.9px); */
}

h2::before {
  position: absolute;
  width: 120px;
  height: 120px;
  margin-left: -150px;
  visibility: visible;
  content: "";
  background-size: cover !important;
}

.tram {
  position: absolute;
  top: 0;
  height: 100%;
}

.phone-hand {
  position: absolute;
  bottom: 0;
  z-index: 100;
  height: 423px;
  padding-left: 242px;
}

.stop-facilities {
  position: absolute;
  top: 0;
  right: 47%;
  height: 460px;
}

.watch {
  position: absolute;
  top: 0;
  height: 100%;
}

.tc-ticket {
  position: absolute;
  top: 0;
  z-index: 201;
  height: 280px;
  transform: rotate(-15deg);
  transform-origin: center left;
}

/* .animated {
    visibility: hidden;
}

.animated h2:before {
    visibility: hidden;
} */
.fadeInUp,
.fadeInDown,
.fadeInRight {
  visibility: visible;
}

.fadeInUp h2::before {
  visibility: visible;
}

.tram-image-home {
  position: absolute;
  right: 0;
  height: 475px;
  background-image: url("/wp-content/uploads/2019/03/home_tram.png");
  background-position: left center;
  background-size: cover;
}

.home .latest-news-block,
.home .FAQ-block {
  background-color: #f4f4f4;
}

.home .latest-news-section {
  padding: 70px 0;
}

.home .FAQ-section {
  padding: 70px 40px;
}

.home .latest-news-section > h2,
.home .FAQ-section h2 {
  color: #e30706;
}

.home .latest-news-section .flex-container {
  -webkit-box-align: center;
  display: flex;
  -ms-flex-align: center;
  flex-wrap: wrap;
}

.home .latest-news-section > .flex-container {
  justify-content: space-between;
}

.home .latest-news-section > .flex-container > .flex-item {
  flex-basis: 31%;
}

.home .latest-news-section > .flex-container > .flex-item h3 {
  margin: 15px 0 10px;
  font-weight: 600;
}

.home .latest-news-section > .flex-container > .flex-item > a > img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.home .latest-news-section > .flex-container > .flex-item .flex-container > p {
  margin: 0 0 0 10px;
  font-weight: unset;
  -moz-columns: #595959;
  columns: #595959;
}

.home .latest-news-section > .flex-container > .flex-item .flex-container > img {
  height: 24px;
}

.home .FAQ-section > p > a {
  font-weight: 600;
}

.home .FAQ-section > .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.home .FAQ-section .flex-container > .column {
  flex-basis: 48%;
}

.home .FAQ-section .flex-container > .column > .flex-item {
  margin-bottom: 15px;
}

.home .FAQ-section .flex-container > .column > .flex-item > button.accordion {
  position: relative;
  color: #444;
  background-color: #fff;
  border-radius: 10px;
}

.home .FAQ-section .flex-container > .column > .flex-item > button.accordion.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.home .FAQ-section .flex-container > .column > .flex-item > button.accordion.active + .panel {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-animation: slide-down 0.3s ease-out;
  animation: slide-down 0.3s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home .FAQ-section .flex-container > .column > .flex-item > button.accordion::after {
  position: absolute;
  top: 50%;
  right: 2%;
  display: block;
  transform: translateY(-50%);
}

@media screen and (width <= 767px) {
  .home .latest-news-section > .flex-container > .flex-item {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .home .FAQ-section .flex-container > .column {
    flex-basis: 100%;
  }
  .home .latest-news-section,
  .home .FAQ-section {
    padding: 30px 20px 0;
  }
  .home .FAQ-section > .flex-container {
    margin-bottom: 10px;
  }
}
/* ------------------------------------------------------------- LIGHT RAIL STOP MENU ------------------------------------------------------------- */
.light-rail-menu {
  margin: 0;
  margin-bottom: 15px !important;
  margin-left: 85px;
}

#light-rail-menu-suburbs {
  padding-top: 25px;
  margin-bottom: 90px;
  margin-left: 9px;
}

#light-rail-menu-suburbs .suburb {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #ccc;
  text-align: center;
  border-left: 2px solid #ccc;
}

#light-rail-menu-suburbs .gungahlin {
  width: 34.3%;
}

#stop-footer h2 {
  font-size: 38px;
  font-weight: 700;
  color: #da1a32;
}

#light-rail-menu-suburbs .city {
  width: 48.9%;
  border-right: 2px solid #ccc;
}

#stop-footer #light-rail-menu-suburbs {
  margin-bottom: 140px;
}

/* ------------------------------------------------------------- LIGHT RAIL POST TYPE ARCHIVE ------------------------------------------------------------- */
.post-type-archive-light_rail_stops a {
  color: #2c3b45;
}

.post-type-archive-light_rail_stops .entry-content a:hover {
  font-weight: 700;
}

.post-type-archive-light_rail_stops a:hover .entry-header::before {
  background: #fff !important;
  border: 5px solid #e30706 !important;
  transition: 0.5s;
}

.post-type-archive-light_rail_stops .page-title {
  padding-top: 150px;
  text-align: center;
}

.post-type-archive-light_rail_stops article .entry-content {
  display: none;
}

.stop-name {
  font-size: 17px;
}

.post-type-archive-light_rail_stops .post-image {
  display: none;
}

.post-type-archive-light_rail_stops .news-thumbnail {
  display: none;
}

/* ------------------------------------------------------------- LIGHT RAIL STOPS POSTS ------------------------------------------------------------- */
.single-light_rail_stops .page-header-content-container {
  position: relative;
}

.single-light_rail_stops .entry-content {
  margin: 0;
}

.single-light_rail_stops #page-header-right {
  position: absolute;
  right: 30px;
}

.single-light_rail_stops .breadcrumbs {
  margin-top: 10.5px !important;
  margin-bottom: 0;
}

.single-light_rail_stops .breadcrumb_last {
  display: none;
}

.single-light_rail_stops h1 {
  margin-bottom: 0;
  color: #e30706;
}

ul.pdf-downloads {
  min-height: 120px;
  margin-bottom: 0;
  list-style: none;
}

ul.pdf-downloads li {
  position: relative;
  padding: 10px;
}

ul.pdf-downloads li::before {
  position: absolute;
  top: 8px;
  left: -23px;
  width: 20px;
  height: 100%;
  content: "";
  background-image: url("/wp-content/uploads/pdf-icon-3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

ul.pdf-downloads li a {
  font-weight: 600;
}

.single-light_rail_stops .entry-content h2 {
  display: inline-block;
  padding-bottom: 5px;
  margin: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 2px solid;
}

.travel-time-span {
  padding-right: 30px;
  padding-left: 30px;
}

/* ----- Tabs ----- */
.tabs {
  display: inline-block;
  width: 100%;
}

/* ----- Tab Links ----- */
/* Clearfix */
ul.tab-links {
  margin: 0;
}

.tab-links::after {
  display: block;
  clear: both;
  content: "";
}

.tab-links li {
  float: left;
  list-style: none;
}

.tab-links a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #fff;
  border-top: 3px solid #fff;
  border-radius: 0;
  opacity: 0.5;
  transition: all linear 0.15s;
}

.tab-links .active a {
  border-top-color: #ccc;
  opacity: 1;
}

.tab-links a img {
  float: left;
  height: 20px;
  padding-right: 5px;
}

.tab-content {
  margin-top: -1px;
}

.tab-content p {
  margin-bottom: 0;
  text-align: center;
}

.tab-content .stop-service-frequency {
  text-align: center;
}

.travel-time-span {
  font-weight: 500;
}

.stop-service-frequency .stop-frequency-heading {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.stop-frequency {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
}

.stop-frequency-info {
  font-size: 16px;
  line-height: 1.2;
}

.stop-access-map {
  margin-bottom: 0;
}

.stop-access-legend ul {
  padding: 30px 20px 10px;
  margin-top: -7px;
  margin-left: 0;
  background-color: #f1f2f2;
}

.stop-access-legend li {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 15px;
  line-height: 1;
  list-style: none;
}

.legend-icon-container {
  float: left;
  width: 30px;
  margin-right: 10px;
}

#stop-info li.active a,
li.active a:hover,
#stop-info .tab {
  background: #f1f2f2;
}

#stop-info a:hover,
a:focus,
a:active {
  color: #2c3b45;
}

#stop-info,
#connections,
#park-and-ride {
  margin-bottom: 30px;
}

#connections,
#park-and-ride {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ccc;
}

.connecting-bus {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 40px;
}

.connecting-bus:hover {
  font-weight: 700;
  transform: scale(1.2);
}

.R1 {
  color: #fff;
  background: #d11f39;
}

.R2 {
  color: #fff;
  background: #ebaacc;
}

.R3 {
  color: #fff;
  background: #ffcc1c;
}

.R4 {
  color: #fff;
  background: #0069ae;
}

.R5 {
  color: #fff;
  background: #ab4399;
}

.R6 {
  color: #fff;
  background: #50b848;
}

.R7 {
  color: #fff;
  background: #f99d1c;
}

.R8 {
  color: #fff;
  background: #231f20;
}

.R9 {
  color: #fff;
  background: #8f9193;
}

.R10 {
  color: #fff;
  background: #b11116;
}

#other-stop-info h2 {
  margin-top: 15px;
}

.heading-image {
  float: left;
  height: 40px;
  padding-right: 5px;
}

/* ----- Content of Tabs ----- */
.tab {
  display: none;
  padding: 15px;
}

.tab.active {
  display: block;
}

#stop-footer {
  padding-right: 30px;
  padding-left: 30px;
  background: #f1f2f2;
}

/* HEADER MAP */
.acf-map {
  width: 100%;
  height: 300px;
  border: 1px solid #ccc;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.gmnoprint,
.gm-style-cc,
.acf-map button {
  display: none;
}

/* .postid-155 #park-and-ride p:last-of-type {
    display: none;
} */
/* ------------------------------------------------------------- LIGHT RAIL STOPS FOOTER MENU ------------------------------------------------------------- */
#menu-light-rail-route-line .current-menu-item a {
  font-weight: 700;
}

ul#menu-light-rail-route-line li a::before {
  position: absolute;
  width: 15px;
  height: 15px;
  margin-left: -27px;
  content: "";
  background: #f00 !important;
  border: 3px solid #f3f4f4 !important;
  border-radius: 30px;
  transition: 0.3s;
}

ul#menu-light-rail-route-line li.major-interchange a::before {
  background: #fff !important;
  border: 4px solid #f00 !important;
}

#route-line-stops-features {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding-top: 25px;
  padding-left: 10px;
  margin-bottom: 40px;
  margin-left: -3.5%;
}

#route-line-stops-features .stop-features {
  flex: 0 0 7%;
  text-align: center;
}

#route-line-stops-features .stop-features-icon,
#stop-features-legend-container .stop-features-legend-icon {
  max-height: 25px;
}

#stop-features-legend-container .stop-features-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

#stop-features-legend-container .stop-features-legend-icon {
  flex: 1 0 3%;
  -o-object-fit: contain;
  object-fit: contain;
  text-align: left;
}

#stop-features-legend-container .stop-features-legend-icon--major-interchange {
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  margin: auto;
  content: "";
  background: #fff !important;
  border: 4px solid #f00 !important;
  border-radius: 30px;
}

#stop-features-legend-container .stop-features-legend-text {
  flex: 0 10 90%;
  font-weight: 600;
}

@media screen and (width <= 768px) {
  #menu-light-rail-route-line {
    float: left;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 0;
  }
  ul#menu-light-rail-route-line li {
    display: block;
    width: auto;
    height: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    margin-left: 0;
    border-bottom: 0;
    border-left: 4px solid #f00;
  }
  ul#menu-light-rail-route-line li:last-of-type {
    border-left: 4px solid #f3f4f4;
  }
  ul#menu-light-rail-route-line li a {
    transform: none;
  }
  #route-line-stops-features {
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 36px;
  }
  #route-line-stops-features .stop-features {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    min-height: 30px;
    gap: 1rem;
  }
  #route-line-stops-features .stop-features-icon {
    display: block;
  }
  #stop-features-legend-container .stop-features-legend-icon {
    flex: 1 0 15%;
  }
}
@media screen and (width >= 769px) {
  ul#menu-light-rail-route-line li {
    display: block;
    float: left;
    width: 7%;
    padding-bottom: 5px;
    margin-left: 0;
    border-bottom: 4px solid #f00;
  }
  #menu-light-rail-route-line {
    position: relative;
    margin: 0;
    margin-top: 200px;
    margin-left: 10px;
    list-style-type: none;
  }
  ul#menu-light-rail-route-line li:last-of-type {
    padding-bottom: 5px;
    margin-left: 0;
    border-bottom: 4px solid #f3f4f4;
  }
  #menu-light-rail-route-line li:hover a {
    font-weight: 700;
    color: #2c3b45;
  }
  ul#menu-light-rail-route-line li a {
    position: absolute;
    display: inline;
    float: left;
    width: 210px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 25px !important;
    font-weight: 400;
    line-height: 1.25 !important;
    transition: 0.3s;
    transform: rotate(300deg);
    transform-origin: 0 100%;
  }
  #stop-features-legend-container {
    margin-bottom: 40px;
  }
}
/* ------------------------------------------------------------ GALLERY PAGE ------------------------------------------------------------- */
.page-id-1492 #primary h2 {
  margin-bottom: 5px;
}

/* ------------------------------------------------------------- NEWS PAGE ------------------------------------------------------------- */
.blog #page-header-right {
  padding-top: 30px;
}

.blog h1.entry-title {
  line-height: 1;
}

body.blog,
body .generate-columns-container .inside-article {
  background: #f3f4f4 !important;
}

.blog .inside-article {
  padding: 0;
  margin: 40px 15px;
}

.generate-columns-container .featured-column {
  float: none;
  width: 100%;
}

/* FEATURED */
.blog article:first-of-type .entry-summary {
  display: block;
}

.blog article:first-of-type .news-thumbnail {
  height: 100%;
}

.blog article:first-of-type .inside-article {
  padding-top: 0;
}

/* OTHER */
.blog h2.entry-title {
  font-size: 21px;
  font-weight: 600;
}

/* .blog article .entry-summary {
    display: none;
} */
.blog .inside-article {
  display: flex;
  flex-wrap: wrap;
}

.news-thumbnail {
  height: 250px;
  background-position: center center !important;
  background-size: cover !important;
}

.blog .inside-article .post-image {
  width: 66.66667%;
  margin-right: 0 !important;
}

.blog .post-image a {
  height: 100%;
}

.blog .post-image img {
  display: block;
  width: 100%;
  min-height: 100%;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-content {
  box-sizing: border-box;
  width: 33.33333%;
  padding: 30px;
  background: #fff;
}

.entry-meta {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.blog .news-content .entry-meta {
  display: none;
}

.blog main {
  margin-bottom: 30px !important;
}

.blog .generate-columns-container:not(.masonry-container) {
  display: inherit;
  align-items: stretch;
}

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

.load-more .button {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 17px;
  font-weight: 500;
  background-color: #e30706;
}

.load-more .button:hover {
  background-color: #2c3b45;
}

/* ------------------------------------------------------------- NEWS POSTS PAGE ------------------------------------------------------------- */
.single-post header {
  line-height: 1;
}

.single-post .entry-header {
  padding-bottom: 10px;
  margin-top: 50px;
  margin-bottom: 10px;
  border-bottom: 2px solid #000;
}

.single-post .breadcrumbs {
  display: block;
}

.single-post .entry-meta {
  display: inline-block;
  padding-bottom: 10px;
  margin-top: 30px;
  line-height: 1;
}

.single-post .heateor_sss_sharing_container {
  display: inline-block;
  float: right;
  margin-top: 20px;
}

.inside-right-sidebar {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.entry-date::before {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  padding-right: 5px;
  content: url("/wp-content/uploads/2018/07/quick-frequency-icon.svg");
}

.entry-date {
  line-height: 20px;
}

.single-post .size-full {
  width: 100%;
}

/* ------------------------------------------------------------- NEWS SIDEBAR ------------------------------------------------------------- */
.sidebar .widget {
  font-size: 14px;
}

.widget_recent_entries ul li a {
  font-weight: 600;
}

.widget_recent_entries .post-date {
  display: block;
  width: 100%;
}

.widget_recent_entries ul li {
  margin-top: 30px;
}

/* ------------------------------------------------------------- SAFETY ------------------------------------------------------------- */
.safety-page-body h2 {
  font-size: 24px;
  color: #e30706;
}

#safety-child-grid-container {
  padding-right: 10px;
}

.safety-child-grid-item-content .entry {
  min-height: 48px;
}

.safety-new-sign {
  margin-top: 30px;
}

.safety-new-sign strong {
  display: block;
}

.safety-page-body .site-main {
  margin-bottom: 30px;
}

.safety-new-sign {
  margin-bottom: 60px;
}

/* .safety-child-grid-item {
    min-height: 510px;
} */
/* .safety-child-grid-item:nth-of-type(2) */
.safety-child-grid-item-content {
  padding: 30px;
  background: #f3f4f4;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* .safety-child-grid-item:nth-of-type(2) img {
    background: #f3f4f4;
    width: 100%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
} */
.safety-child-grid-item:nth-of-type(2) > .safety-child-grid-item-content img {
  padding-bottom: 40px;
}

.safety-child-grid-item-content {
  box-sizing: border-box;
  padding: 30px;
  padding-bottom: 0;
  background: #f3f4f4;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.safety-child-grid-item img {
  width: 100%;
  padding-top: 85px;
  padding-bottom: 0;
  background: #f3f4f4;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.safety-child-grid-item h2 {
  margin-bottom: 5px;
}

.safety-child-grid-item a h2 {
  color: #e30706;
}

.safety-child-grid-item a:hover h2 {
  color: #aaa;
}

.safety-child-grid-item:nth-of-type(2) {
  position: relative;
  z-index: 99997;
  padding-bottom: 15px;
}

.safety-child-grid-item:nth-of-type(3) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.safety-child-grid-item:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.safety-child-grid-item:hover .safety-child-grid-item-content,
.safety-child-grid-item:hover img {
  background: none;
}

#safety-scenarios {
  margin-bottom: 30px;
}

#safety-child-grid-container .safety-child-grid-item.signage {
  display: none !important;
  visibility: hidden !important;
}

.safety-new-sign .signage-link {
  position: relative;
  display: block;
  width: 118px;
  margin-top: 10px;
}

.safety-new-sign .signage-link::after {
  position: absolute;
  top: 2px;
  right: -15px;
  font-weight: 600;
  content: ">";
}

.safety-new-sign .signage-link:hover {
  border-bottom: 1px solid #000;
}

/* ACCORDION */
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
  font-weight: 600;
}

button.accordion .active {
  background: #fff;
}

.accordion {
  position: relative;
  width: 100%;
  padding: 10px 20px;
  color: #444;
  text-align: left;
  cursor: pointer;
  background-color: #f3f4f4;
  border: none;
  border-radius: 0;
  outline: none;
  transition: 0.4s;
}

#safety-scenarios.active {
  background-color: #fff;
  border-top: 1px solid #f3f4f4;
  border-right: 1px solid #f3f4f4;
  border-left: 1px solid #f3f4f4;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  display: none;
  padding: 10px 20px;
  overflow: hidden;
  background-color: white;
  border-right: 1px solid #f3f4f4;
  border-bottom: 1px solid #f3f4f4;
  border-left: 1px solid #f3f4f4;
}

.accordion::after {
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 2px;
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #e30706;
  content: "➕";
  transform: translateY(-50%);
}

#monthly-statistics .active::after,
#safety-scenarios .active::after,
.home .FAQ-section button.accordion.active::after,
.cyclists-section__accordion-heading.accordion.active::after {
  color: #e30706;
  content: "➖";
  /* Unicode character for "minus" sign (-) */
}

#downloads {
  padding: 30px;
  background: #f3f4f4;
}

#downloads h2 {
  font-weight: 700;
  color: #e30706;
}

#downloads .tab-content {
  background: #fff;
}

#downloads #stop-info {
  margin-bottom: 0;
}

.page-id-265 .entry-content #downloads ul li {
  margin-bottom: 0;
}

.page-id-265 .entry-content #downloads ul li::before {
  display: none;
}

#downloads #stop-info li.active a {
  background: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#downloads .tab-links a {
  border-top-color: #f3f4f4;
}

#downloads .tab-links .active a {
  border-top-color: #ccc;
}

#downloads #stop-info li a {
  background: #f3f4f4;
  border-right: 1px solid #f3f4f4;
  border-left: 1px solid #f3f4f4;
}

#downloads #stop-info .tab {
  background: none;
  border: 1px solid #ccc;
}

.tab-content .school-resources p {
  text-align: left;
}

.school-resources {
  padding: 20px 0;
}

.school-resources h6,
#videos-container h6 {
  font-weight: 700;
}

.school-resources a {
  margin: 20px 0;
}

#stop-info .school-resources a:hover {
  color: #fff;
}

.resource-name {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.safety-videos h2 {
  display: inline-block;
  padding-bottom: 5px;
  margin: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 2px solid;
}

.safety-video {
  margin-bottom: 20px;
}

.safety-video:nth-child(2n) {
  padding-left: 0;
}

.safety-video:nth-child(2n+1) {
  padding-right: 0;
}

.resource a[href*="Rail-Safety-Colouring.pdf"] > img {
  height: 215px;
  -o-object-fit: cover;
  object-fit: cover;
}

.inside-downloads .tab {
  padding: 40px 30px;
}

#videos-container h4 {
  margin-bottom: 0;
}

.videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.videos::after {
  flex: auto;
  content: "";
}

.video {
  box-sizing: border-box;
  flex-basis: 50%;
  width: 50%;
  padding: 2%;
  text-align: center;
}

.video:nth-child(2n+1) {
  padding-left: 0;
}

.video:nth-child(2n) {
  padding-right: 0;
}

.video h6 {
  margin-bottom: 0;
}

@media only screen and (width <= 600px) {
  .video {
    flex-basis: 100%;
  }
}
.school-video {
  margin-bottom: 35px;
}

.embed-container {
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}

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

/* ---------------------------------SIGNAGE PAGE---------------------------- */
/* ------------------------------------------------------------------------ */
.signage-rows {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.signage-rows:last-of-type {
  border: none;
}

.signage-rows img {
  max-width: 200px;
}

.signage-rows .description {
  font-weight: 700;
}

/* ------------------------------------------------------------- ABOUT ------------------------------------------------------------- */
/* Headers */
.parent-pageid-317 .page-header-content-container,
.page-id-327 .page-header-content-container,
.page-id-696 .page-header-content-container,
.page-id-650 .page-header-content-container,
.page-id-660 .page-header-content-container {
  position: relative;
}

.page-id-317 .page-header-content-container {
  position: relative;
}

.parent-pageid-317 #page-header-right,
.page-id-327 #page-header-right,
.page-id-650 #page-header-right {
  position: absolute;
  right: 0;
  bottom: -30px;
}

.page-id-650 #page-header-right {
  bottom: auto;
}

.page-id-660 #page-header-right {
  position: absolute;
  right: 0;
}

.page-id-660 .entry-content {
  min-height: 540px;
}

.page-id-696 #page-header-right,
.page-id-317 #page-header-right,
.page-id-3882 #page-header-right,
.page-id-1012 #page-header-right {
  position: absolute;
  right: 0;
  bottom: auto;
}

.page-id-325 .entry-content h2,
.page-id-317 .entry-content h2,
.page-id-650 .entry-content h2,
.page-id-3 .entry-content h2 {
  display: inline-block;
  padding-bottom: 5px;
  margin: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 2px solid;
}

#about-partner-logos h2,
#about-subpages-grid h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

#about-subpages-grid a {
  font-weight: 400;
}

#about-partner-logos {
  display: none;
  padding: 30px;
  margin-top: -90px;
  background: #fff;
  border: 1px solid #ccc;
}

.logo-section {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f3f4f4;
}

#equity-funding .logo-section {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

/* .logo-section .grid-33 {
    display: table-cell;
} */
.logo-container img {
  width: 100%;
}

#design-construction .logo-section .logo-container:nth-of-type(2) {
  padding-top: 23.53px;
}

#operations-maintenance .logo-section .logo-container:nth-of-type(1) {
  padding-top: 24.51px;
}

#operations-maintenance .logo-section .logo-container:nth-of-type(2) {
  padding-top: 20.07px;
}

#equity-funding .logo-section .logo-container:nth-of-type(2) {
  padding-top: 8.325px;
}

#equity-funding .logo-section .logo-container:nth-of-type(3) {
  padding-top: 13.375px;
}

#equity-funding .logo-section .logo-container:nth-of-type(4) {
  width: 100%;
}

#equity-funding .logo-section .logo-container:nth-of-type(4) img {
  width: 33%;
  padding-top: 20px;
}

.page-id-317 .entry-content .grid-60 h2 {
  position: relative !important;
  left: 70px;
}

.page-id-317 .entry-content .grid-60 h2 + p {
  margin-left: 70px;
}

.page-id-317 .entry-content .grid-60 h2::before {
  position: absolute;
  top: 0;
  left: -70px;
  width: 45px;
  margin-left: 0;
}

.page-id-317 .entry-content .grid-60 h2:nth-of-type(1)::before {
  content: url("https://dev.cbrmetro.com.au/wp-content/uploads/2018/10/mission.svg");
}

.page-id-317 .entry-content .grid-60 h2:nth-of-type(2)::before {
  content: url("https://dev.cbrmetro.com.au/wp-content/uploads/2018/10/vision.svg");
}

.page-id-317 .entry-content .grid-60 h2:nth-of-type(3)::before {
  content: url("https://dev.cbrmetro.com.au/wp-content/uploads/2018/10/values.svg");
}

.about-video h2 {
  left: 0 !important;
  margin-top: 30px !important;
}

.about-video h2::before {
  content: unset !important;
}

.awards-image {
  margin-bottom: 1.5em;
}

@media only Screen and (width >= 1025px) {
  .awards-image {
    display: none;
  }
}
/* ------------------------------------------------ operational performance ------------------------------------------------------------- */
.page-id-1012 .operational-data-table th {
  color: #fff;
  background: #2c3b45;
}

.page-id-1012 .operational-data-table tr:nth-child(even) {
  background: #f4f4f4;
}

.page-id-1012 #monthly-statistics .panel > a {
  display: flex;
  align-items: center;
  margin: 30px 5%;
  color: #7e7f81;
}

.page-id-1012 #monthly-statistics .panel > a > p {
  margin: 0 7px;
}

.page-id-1012 #monthly-statistics #monthly-statistics-explanation {
  padding: 20px;
  margin-top: 10px;
}

.page-id-1012 #monthly-statistics #monthly-statistics-explanation p {
  margin-bottom: 16px;
}

.page-id-1012 #monthly-statistics #monthly-statistics-explanation h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.page-id-1012 #monthly-statistics #monthly-statistics-explanation h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.page-id-1012 .flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.page-id-1012 .flex-container > div {
  position: relative;
  flex-basis: 27%;
  margin: 50px 0;
}

.page-id-1012 .flex-container div .statistics-titles,
.page-id-1012 .flex-container div .statistics-contents {
  position: absolute;
  width: 100%;
  font-weight: 700;
  color: #005c97;
  text-align: center;
}

.page-id-1012 .flex-container div .statistics-titles {
  font-size: 1.5vw;
}

.page-id-1012 .flex-container div .statistics-contents {
  font-size: 5vw;
}

.page-id-1012 .total-scheduled-services-title {
  bottom: 35%;
}

.page-id-1012 .total-scheduled-services-contents {
  bottom: 40%;
}

.page-id-1012 .total-services-run-contents {
  bottom: 13%;
}

.page-id-1012 .total-passengers-travelled-contents {
  bottom: 35%;
}

.page-id-1012 .cars-taken-off-the-road-contents {
  bottom: 9%;
}

.page-id-1012 .items-in-lost-property-contents {
  bottom: 13%;
}

.page-id-1012 .total-distance-travelled-contents {
  bottom: 12%;
}

.page-id-1012 .total-distance-travelled-contents span {
  font-size: 3vw;
}

.page-id-1012 .most-popular-day-timetable {
  position: absolute;
  bottom: 6%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 85%;
  margin-left: 7.5%;
}

.page-id-1012 .most-popular-day-timetable div {
  flex-basis: 8%;
  margin: 0.2vw 0.5vw;
  text-align: center;
}

.page-id-1012 .most-popular-day-timetable .most-popular-day-weekday {
  font-size: 1.5vw;
  font-weight: 700;
  color: #cdd6e7;
}

.page-id-1012 .most-popular-day-timetable .most-popular-day-blank-div {
  font-size: 1vw;
  background-color: #cdd6e7;
  border-radius: 5px;
}

.page-id-1012 .most-popular-day-timetable .most-popular-day-weekday.highlight {
  color: #ed2224;
}

.page-id-1012 .most-popular-day-timetable .most-popular-day-blank-div.highlight {
  background-color: #ed2224;
}

.page-id-1012 .service-on-time-container {
  display: flex;
}

.page-id-1012 .service-on-time-container > div:first-child {
  position: relative;
  flex-basis: 40%;
}

.page-id-1012 .service-on-time-container > div:last-child > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.page-id-1012 .service-on-time-container div.services-on-time-title,
.page-id-1012 .service-on-time-container div.services-on-time-contents {
  position: relative;
  line-height: 1;
}

.page-id-1012 .service-on-time-container img {
  display: block;
}

.page-id-1012 .service-on-time-container .service-on-time-canvas {
  width: 100%;
  height: auto;
}

.page-id-1012 .service-on-time-container .service-on-time-canvas,
.page-id-1012 .most-popular-times-container .most-popular-times-canvas {
  position: absolute;
  left: 0;
}

.page-id-1012 .most-popular-times-container .most-popular-times-canvas {
  top: 0;
}

.page-id-1012 .flex-container div.most-popular-times-contents {
  position: relative;
  font-size: 2vw;
}

.page-id-1012 .flex-container div.most-popular-times-title {
  position: absolute;
}

.page-id-1012 .flex-container div.most-popular-times-container {
  align-self: flex-end;
}

.page-id-1012 div.optional-commentary-contents {
  margin: 10px 5%;
}

.annual-facts-figures-brochure {
  width: 150px;
  text-align: center;
}

@media screen and (width <= 767px) {
  .page-id-1012 .flex-container > div {
    flex-basis: 85%;
  }
  .page-id-1012 .flex-container div .statistics-titles {
    font-size: 4vw;
  }
  .page-id-1012 .flex-container div .statistics-contents {
    font-size: 12vw;
  }
  .page-id-1012 .total-distance-travelled-contents span {
    font-size: 7vw;
  }
  .page-id-1012 .most-popular-day-timetable div {
    flex-basis: 9%;
    margin: 0.4vw 1.1vw;
  }
  .page-id-1012 .most-popular-day-timetable .most-popular-day-weekday {
    font-size: 4vw;
  }
  .page-id-1012 .most-popular-day-timetable .most-popular-day-blank-div {
    font-size: 3vw;
  }
  .page-id-1012 .flex-container div.most-popular-times-contents {
    font-size: 6vw;
  }
}
@media screen and (width >= 1260px) {
  .page-id-1012 .flex-container div .statistics-titles {
    font-size: 19px;
  }
  .page-id-1012 .flex-container div .statistics-contents {
    font-size: 50px;
  }
  .page-id-1012 .total-distance-travelled-contents span {
    font-size: 38px;
  }
  .page-id-1012 .most-popular-day-timetable div {
    margin: 2.518px 6.295px;
  }
  .page-id-1012 .most-popular-day-timetable .most-popular-day-weekday {
    font-size: 18.885px;
  }
  .page-id-1012 .most-popular-day-timetable .most-popular-day-blank-div {
    font-size: 12.59px;
  }
  .page-id-1012 .flex-container div.most-popular-times-contents {
    font-size: 25.18px;
  }
}
/* ------------------------------------------------------------- RIDE CBR METRO ------------------------------------------------------------- */
.notice .Security {
  line-height: 36px !important;
}

.notice {
  float: left;
  width: 16.66%;
  min-height: 190px;
  text-align: center;
}

.general-rules.notice {
  width: 25%;
}

.notice .icon {
  height: 50px;
}

.notice p {
  max-width: 180px;
  margin: 0 auto;
  font-size: 12px;
}

.notice .title {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.feature {
  box-sizing: border-box;
  float: left;
  width: 160px;
  padding-top: 10px;
  margin-right: 5px;
  text-align: center;
  background: #e9e9ea;
}

.feature .title-icon-container {
  position: relative;
  box-sizing: border-box;
  min-height: 115px;
  padding-right: 10px;
  padding-left: 10px;
}

.feature .icon {
  height: 50px;
}

.feature .number-container {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  background: #dfdfe1;
}

.feature .title {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.feature .Length,
.feature .Seating {
  padding-bottom: 24px;
}

.gform_wrapper .gform_heading {
  padding: 30px;
  margin-top: -16px;
  margin-bottom: 30px;
}

.gform_wrapper .gform_body,
.gform_wrapper .gform_footer {
  padding-top: 5px;
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.gform_title {
  font-size: 36px !important;
  color: #fff;
}

.gform_wrapper input[type=text],
.gform_wrapper select,
.gform_wrapper textarea {
  min-height: 36px;
  color: #2c3b45;
  background: #fff;
  border: 0;
}

body .gform_wrapper ul li.gfield:first-of-type {
  margin-top: 5px !important;
}

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

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 5px !important;
}

#input_1_8 {
  width: 300px;
}

#gform_confirmation_message_1 {
  padding: 30px;
}

.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit],
.gform_wrapper .gform_footer input[type=submit] {
  margin-bottom: 20px;
  font-size: 12px !important;
}

.gform_heading {
  position: relative;
}

.gf_page_steps {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

#popmake-689 .gform_title::after {
  display: inline-block;
  float: right;
  width: 60px;
  height: 60px;
  margin-top: -10px;
  content: " ";
  background: url("/wp-content/uploads/2018/08/lost-property.svg");
  background-size: cover;
}

#popmake-679 .gform_title::after {
  display: inline-block;
  float: right;
  width: 60px;
  height: 60px;
  margin-top: -10px;
  content: " ";
  background: url("/wp-content/uploads/2018/08/feedback.svg");
  background-size: cover;
}

/* ------------------------------------------------------------- SEARCH PAGE ------------------------------------------------------------- */
/* ------------------------------------------------------------- SEARCH PAGE ------------------------------------------------------------- */
/* ------------------------------------------------------------- SEARCH PAGE ------------------------------------------------------------- */
body.search-results {
  background-color: #f3f4f4;
}

.search-results #page {
  padding-bottom: 30px;
}

.search-results .page-header {
  background-color: #f3f4f4;
}

.search-results article {
  max-width: 80%;
}

.search-results article h2 a {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 1.1;
  border-bottom: 2px solid #000;
}

.search-results article .search-url {
  color: #da1a32;
}

.search-results article .entry-summary {
  margin-top: 0;
}

.search-results article .inside-article {
  padding: 20px 40px;
}

.search-results .entry-date {
  float: left;
  margin-right: 20px;
}

.search-results .entry-date::before {
  display: none;
}

/* ------------------------------------------------------------- FOOTER ------------------------------------------------------------- */
.inside-footer-widgets strong {
  color: #fff;
}

.footer-widgets a {
  transition: 0.25s;
}

.footer-widgets a:hover {
  text-decoration: underline;
  transition: 0.25s;
}

.logo-tagline {
  padding-top: 10px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
}

.footer-links {
  padding-top: 30px;
  font-weight: 400;
}

.news-icon {
  height: 30px;
  padding-right: 15px;
  margin-top: -10px;
  vertical-align: middle;
}

.mailchimp-container {
  position: relative;
  z-index: 20;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f00;
  border-bottom: 5px solid #fff;
}

.mailchimp-container h3 {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 47px;
  color: #fff;
}

.mailchimp-container .subscribe {
  width: 100%;
  padding: 11px 5px;
  font-size: 15px;
  /*    background: #fff;
    color: #2c3b45; */
  font-weight: 600;
  text-align: center;
}

.mailchimp-container .subscribe:hover {
  color: #2c3b45;
  background: #d4dbdd;
}

.mailchimp-container input[type=text] {
  position: relative;
  width: 100%;
  padding: 9px 15px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
}

.mailchimp-container input[type=text]::input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.mailchimp-container input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.mailchimp-container input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.mailchimp-container input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.mailchimp-container input[type=text]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.mailchimp-container input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.mailchimp-container input[type=text]:input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.mailchimp-container input[type=text]::input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.mailchimp-container input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.mailchimp-container input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.mailchimp-container input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.mailchimp-container input[type=text]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.mailchimp-container input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.mailchimp-container #email-error,
.mailchimp-container #fname-error,
.mailchimp-container #lname-error {
  position: absolute;
  bottom: 60px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  width: 150px;
  padding: 10px;
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
  color: #f00;
  background: #fff;
  border: 1px solid #000;
}

#text-4 p {
  margin-bottom: 0;
}

#text-4 ul {
  padding-left: 20px;
}

#text-4 ul li {
  padding-bottom: 0;
}

#text-5,
#text-6,
#text-7 {
  padding-left: 0;
}

#text-12,
#text-14,
#text-17,
#text-18 {
  padding-top: 15px;
}

#text-11 p,
#text-13 p,
#text-14 p,
#text-15 p,
#text-18 p {
  margin-bottom: 5px;
}

.footer-widget-5 img {
  max-width: 200px;
}

/* ------------------------------------------------------------- FAQ ------------------------------------------------------------- */
.page-id-664 .entry-content h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500 !important;
  line-height: 1;
  color: #e30706;
}

.page-id-664 .entry-content a {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: normal;
}

/* Style the collapsible content. Note: hidden by default */
.page-id-664 #page .accordion {
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  background: none;
  transition: 0.25s;
}

.page-id-664 #page .active::after {
  display: none;
  color: #e30706;
  content: "➖";
}

.page-id-664 #page .accordion::after {
  display: none;
  float: right;
  padding: 2px;
  margin-left: 5px;
  font-size: 13px;
  color: #e30706;
  content: "➕";
}

.page-id-664 #page button:focus {
  color: #2c3b45;
}

.page-id-664 #page button:hover {
  color: #2c3b45;
  text-decoration: underline;
  transition: 0.25s;
}

.page-id-664 #page .panel {
  padding: 0;
  margin-bottom: 10px;
  font-size: 14px;
  border: 0;
  opacity: 0.8;
}

/* ------------------------------------------------------------- STAFF ------------------------------------------------------------- */
h2.staff-name {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #e30706;
}

h3.staff-position {
  font-size: 18px;
  font-weight: 500;
}

.sub-staff {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 60px !important;
  border-top: 1px solid #ccc;
}

.sub-staff h2.staff-name {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  color: #e30706;
}

.sub-staff h3.staff-position {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.sub-staff .grid-33 {
  display: flex;
  align-items: center;
  min-height: 116px;
}

.general-manager .photo {
  border-radius: 10000px;
}
.general-manager .staff__figure {
  margin-bottom: 30px;
}

.staff__figure {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.staff__img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border-radius: 10000px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (width <= 1024px) {
  .sub-staff .grid-33 {
    flex-direction: column;
    text-align: center;
  }
}
/* ------------------------------------------------------------- MENU ------------------------------------------------------------- */
.inside-navigation {
  position: static;
}

/* #page {
    position: relative;
}

#page:after {
    width: 150vW;
    height: 3000px;
    display: none;
    position: absolute;
    top: 0;
    left: -50vW;
    background: rgba(0, 0, 0, 0.4);
    visibility: visible;
    z-index: 99998;
    content: '';
} */
/* ------------------------------------------------------------- MEGA MENU ------------------------------------------------------------- */
@media (width >= 1025px) {
  nav .main-nav .mega-menu {
    position: static;
  }
  .ach2 {
    font-size: 38px !important;
  }
  nav .main-nav .mega-menu > ul {
    position: absolute;
    left: 50% !important;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1180px;
    min-height: 200px;
    padding-top: 10px;
    padding-bottom: 20px;
    transform: translateX(-50%);
  }
  nav .main-nav .mega-menu > ul::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: calc(var(--vw, 1vw) * 100);
    max-width: calc(var(--vw, 1vw) * 100);
    height: 100%;
    margin-right: calc(var(--vw, 1vw) * -100 / 2 + 50%);
    margin-left: calc(var(--vw, 1vw) * -100 / 2 + 50%);
    content: "";
    background-color: #fff;
  }
  nav .main-nav .mega-menu.menu-item-108 > ul {
    display: block;
  }
  nav .main-nav .mega-menu > ul > li > a {
    font-weight: 700;
  }
  nav .main-nav .mega-menu > ul > li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
  }
  nav .main-nav .mega-menu.mega-menu-col-2 > ul > li {
    width: 50%;
  }
  nav .main-nav .mega-menu.mega-menu-col-3 > ul > li {
    width: 33.3333%;
  }
  nav .main-nav .mega-menu.mega-menu-col-5 > ul > li {
    width: 20%;
  }
  nav .main-nav .mega-menu > ul > li:hover > a,
  nav .main-nav .mega-menu > ul > li:focus > a,
  nav .main-nav .mega-menu > ul > li[class*=current-] > a,
  nav .main-nav .mega-menu ul ul {
    color: #777;
    background-color: transparent !important;
  }
  nav .main-nav .mega-menu ul .sub-menu {
    position: static;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
    visibility: visible;
    box-shadow: 0 0 0;
    opacity: 1;
  }
  nav .main-nav .mega-menu ul.toggled-on .sub-menu {
    pointer-events: auto;
  }
  nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
    display: none;
  }
  /*    .mega-menu-safety .sub-menu {
        max-width: 75%;
    } */
  .mega-menu-finding-the-stops ul.sub-menu li a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
    font-weight: 400;
    line-height: 1.25 !important;
  }
  ul#menu-light-rail-stops li a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 25px !important;
    font-weight: 400;
    line-height: 1.25 !important;
  }
  .mega-menu-finding-the-stops ul.sub-menu li {
    display: block;
    float: left;
    padding-bottom: 5px;
    margin-left: 25px;
    clear: both;
    border-left: 4px solid #f00;
  }
  #menu-item-109 ul.sub-menu li {
    width: unset;
  }
  ul#menu-light-rail-stops li {
    display: block;
    float: left;
    width: 7%;
    padding-bottom: 5px;
    margin-left: 0;
    border-bottom: 4px solid #f00;
  }
  #menu-light-rail-stops {
    position: relative;
    margin: 0;
    margin-top: 250px;
    margin-left: 10px;
    list-style-type: none;
  }
  .mega-menu-finding-the-stops ul.sub-menu li:last-of-type {
    padding-bottom: 5px;
    border-left: 4px solid #fff;
  }
  ul#menu-light-rail-stops li:last-of-type {
    padding-bottom: 5px;
    margin-left: 0;
    border-bottom: 4px solid #f3f4f4;
  }
  .mega-menu-finding-the-stops ul.sub-menu li a::before {
    position: absolute;
    width: 10px;
    height: 10px;
    margin-left: -25px;
    content: "";
    background: #f00 !important;
    border: 3px solid #fff !important;
    border-radius: 30px;
  }
  .mega-menu-finding-the-stops ul.sub-menu li.major-interchange a::before {
    position: absolute;
    width: 10px;
    height: 10px;
    margin-left: -25px;
    content: "";
    background: #fff !important;
    border: 3px solid #f00 !important;
    border-radius: 30px;
  }
  #menu-light-rail-stops li:hover a {
    font-weight: 700;
    color: #2c3b45;
  }
  #menu-light-rail-stops li:hover a::before {
    position: absolute;
    width: 15px;
    height: 15px;
    margin-left: -27.5px;
    content: "";
    background: #fff !important;
    border: 3px solid #f00 !important;
    border-radius: 30px;
  }
  .mega-menu-finding-the-stops ul.sub-menu li a .description {
    display: none;
  }
  li.mega-menu-finding-the-stops a {
    padding-bottom: 0 !important;
  }
  .mega-menu-finding-the-stops {
    padding-bottom: 10px;
  }
  nav .main-nav .mega-menu > ul > div > li > a {
    font-weight: 700;
  }
}
.main-navigation .menu-item .sub-menu .description {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: initial;
  border-bottom: 2px solid #fff;
  /* padding-top: 5px; */
  transition: 0.2s ease-in;
}

.main-navigation .sub-menu .menu-item a:hover .description {
  border-bottom-color: #da1a32;
  transition: 0.2s ease-in;
}

.main-navigation .sub-menu .menu-item-object-light_rail_stops:hover a {
  font-weight: 600;
}

.main-navigation .sub-menu .menu-item:hover img {
  opacity: 0.5;
  transition: 0.25s;
}

.signature {
  font-family: Caveat, cursive;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

#stop-facilities-text {
  position: relative;
  z-index: 300;
}

/* ------------------------------------------------------------- MEDIA QUERIES ------------------------------------------------------------- */
@media screen and (width <= 1320px) {
  /* .light-rail-menu, #menu-light-rail-stops {
        width: 85%;
    }

    #light-rail-menu-suburbs {
        width: 85.5%;
    } */
}
@media screen and (width <= 1228px) {
  .nav-float-right .inside-header .main-navigation {
    max-width: 100%;
    /* margin-top: 20px;
        margin-bottom: -15px; */
  }
  .tram-image-home {
    height: 100%;
  }
  .service-disruption .icon-container {
    margin-left: 30px;
  }
}
@media screen and (width <= 1180px) {
  .notice {
    /*        width: 16.66%; */
    min-height: 200px;
  }
}
@media screen and (width <= 1024px) {
  .main-navigation .menu-toggle {
    margin-left: auto;
    text-align: right;
  }
  .main-navigation .menu-toggle,
  .main-navigation .mobile-bar-items,
  .sidebar-nav-mobile:not(#sticky-placeholder) {
    display: block;
  }
  .main-navigation ul,
  .gen-sidebar-nav {
    display: none;
  }
  [class*=nav-float-] .site-header .inside-header > * {
    float: none;
    clear: both;
  }
  .site-logo {
    position: relative;
    z-index: 2;
    float: left !important;
    width: 50%;
  }
  nav#site-navigation {
    float: right;
    padding-bottom: 40px;
    margin-top: -80px;
  }
  .home-icon {
    display: none;
  }
  .nav-search-enabled .main-navigation .menu-toggle {
    display: inline-block;
    float: right;
    width: auto;
  }
  ul#menu-primary-menu {
    margin-top: 75px;
  }
  #primary-menu .description {
    display: none !important;
  }
  .main-navigation.toggled .main-nav li {
    margin-left: 15px;
  }
  .main-navigation .main-nav ul ul li a {
    padding: 15px 20px !important;
    color: #fff;
  }
  .main-navigation ul ul {
    background: none;
    border: none;
    box-shadow: none;
  }
  .toggled .menu-item-has-children .dropdown-menu-toggle {
    position: absolute;
    right: 0;
    width: 100%;
    text-align: right;
  }
  .nav-float-right .inside-header .main-navigation {
    width: 100%;
    margin-top: 0;
  }
  .inside-header {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .nav-search-enabled .main-navigation .menu-toggle {
    text-align: center;
  }
  .menu-item img {
    display: none;
  }
  .notice {
    /*        width: 20%; */
    min-height: 220px;
  }
  #downloads .tab-content {
    margin-top: 20px !important;
  }
  .phone-hand,
  .tram,
  .stop-facilities,
  .watch,
  .tc-ticket,
  .home-bg,
  #safety-tram {
    display: none;
  }
  .home .generate-inside-page-header-content {
    max-height: 400px;
  }
  .home .generate-inside-page-header-content h1 {
    padding-top: 250px !important;
  }
  .nav-float-right .inside-header .main-navigation {
    max-width: auto;
  }
  .mailchimp-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  #page-header-right {
    display: none;
  }
  .mc4wp-form-fields input {
    margin-bottom: 15px;
  }
  .mailchimp-container h3 {
    display: inline-block !important;
    margin-bottom: 20px;
  }
  .tram-image-home {
    display: none;
  }
  /*  .light-rail-menu, #menu-light-rail-stops {
        width: 75%;
    }

    #light-rail-menu-suburbs {
        width: 77%;
    } */
  .timetable-guide {
    display: none;
  }
  .resource.grid-15.mobile-grid-50.tablet-grid-25:nth-of-type(odd) {
    clear: left;
  }
  .weekday,
  .saturday,
  .sunday {
    margin-bottom: 20px;
  }
  .blog article:first-of-type .news-thumbnail {
    height: 250px;
  }
}
@media screen and (width <= 768px) {
  /* .site-logo, nav {
        width: 50% !important;
        float: left !important;
    } */
  .secondary-navigation ul {
    display: block !important;
  }
  .site-logo {
    width: 100%;
    text-align: left;
  }
  .home .generate-inside-page-header-content h1 {
    display: none;
  }
  button.menu-toggle.secondary-menu-toggle {
    display: none;
  }
  #menu-light-rail-stops {
    margin-top: 40px;
    margin-bottom: 0;
  }
  ul#menu-light-rail-stops li {
    display: block;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-left: 0;
    border-left: 4px solid #f00;
  }
  ul#menu-light-rail-stops li:last-of-type {
    border-left: 4px solid #f3f4f4;
  }
  ul#menu-light-rail-stops li {
    display: block;
    width: auto;
    height: 30px;
    border-bottom: 0;
  }
  ul#menu-light-rail-stops li a {
    transform: none;
  }
  .site-logo {
    position: relative;
    z-index: 2;
    float: left !important;
    width: 50%;
  }
  nav#site-navigation {
    /* margin-top: -60px; */
    float: right;
    padding-bottom: 0;
  }
  .home-icon {
    display: none;
  }
  .nav-search-enabled .main-navigation .menu-toggle {
    display: inline-block;
    float: right;
    width: auto;
  }
  ul#menu-primary-menu {
    margin-top: 20px;
  }
  #primary-menu .description {
    display: none !important;
  }
  .site-logo {
    padding-bottom: 10px;
  }
  nav#mobile-header {
    background: url("/wp-content/uploads/2018/08/crosshatch.png");
    background-position: center center;
    background-size: cover;
  }
  nav#mobile-header .site-logo img {
    min-height: 70px;
    margin-left: 10px;
  }
  nav#mobile-header .description {
    display: none;
  }
  nav#mobile-header .sub-menu a {
    padding-left: 35px !important;
    font-weight: 500;
  }
  .main-navigation.toggled .main-nav li {
    margin-left: 0;
  }
  .main-navigation .main-nav ul ul li a {
    padding: 15px 20px !important;
    color: #fff;
  }
  .main-navigation ul ul {
    background: none;
    border: none;
    box-shadow: none;
  }
  .toggled .menu-item-has-children .dropdown-menu-toggle {
    position: absolute;
    right: 0;
    width: 100%;
    text-align: right;
  }
  .nav-float-right .inside-header .main-navigation {
    width: 100%;
    margin-top: 0;
  }
  .inside-header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav-search-enabled .main-navigation .menu-toggle {
    text-align: center;
  }
  .header-widget {
    display: none;
  }
  .inside-header > :not(:last-child, .main-navigation) {
    margin-bottom: 10px;
  }
  #page-header-21 {
    display: none;
  }
  .home .service-status {
    display: none !important;
  }
  div#lrv-safety-text {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .journey-planner-block,
  .frequency-guide-block,
  .stop-facilities-block,
  .fares-tickets-block,
  .lrv-safety-block {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background: #fff;
  }
  .stop-facilities-block .grid-60,
  .frequency-guide-block .grid-70,
  .fares-tickets-block .grid-45 {
    display: none;
  }
  .stop-facilities-block h2,
  .frequency-guide-block h2,
  .fares-tickets-block h2 {
    margin-bottom: 0;
  }
  h2::before {
    display: none;
    visibility: hidden;
  }
  .page-id-317 h2::before {
    display: block;
    visibility: visible;
  }
  .home #page {
    background: #f3f4f4;
  }
  .menu-item .sub-menu a {
    font-weight: 700;
  }
  .page-header-content-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .breadcrumbs {
    margin-bottom: 15px;
  }
  .mailchimp-container h3 {
    line-height: 1.25;
  }
  .main-navigation .main-nav ul ul li a {
    padding: 10px 20px;
  }
  #light-rail-menu-suburbs {
    display: none;
  }
  .post-type-archive-light_rail_stops .page-title {
    padding-top: 20px;
  }
  .post-type-archive-light_rail_stops .page-header p {
    margin-bottom: 20px !important;
  }
  /* ul.light-rail-menu li .entry-header:before, ul.#menu-light-rail-stops li .entry-header:before {
      content: '';
      position: absolute;
      left: -29px;
      width: 12px;
      height: 12px;
      background: #ff0000;
      border: 3px solid #fff;
      border-radius: 30px;
      transition: 0.5s;
  }

  ul.light-rail-menu li:first-of-type .entry-header:before, ul.light-rail-menu li:last-of-type .entry-header:before, ul.#menu-light-rail-stops li:first-of-type .entry-header:before, ul.#menu-light-rail-stops li:last-of-type .entry-header:before {
      content: '';
      position: absolute;
      left: -30px;
      width: 12px;
      height: 12px;
      background: #fff !important;
      border: 4px solid #ff0000 !important;
      border-radius: 30px;
       transition: 0.5s;
  }

      .post-type-archive-light_rail_stops a:hover .entry-header:before {
      background: #fff !important;
      border: 4px solid #ff0000 !important;
      transition: 0.5s;
          left: -30px;
  }

  ul.light-rail-menu li a:hover, ul.#menu-light-rail-stops li a:hover {
      font-weight: 700;
  }

      ul.light-rail-menu li, ul.#menu-light-rail-stops li {
          position: relative;
      }

      ul.light-rail-menu header, ul.#menu-light-rail-stops header {
              padding-left: 20px;
              margin-left: -22px;
          min-height: 30px;
              border-left: 4px solid #ff0000;
              display: inline-block;
      }

      ul.light-rail-menu li:last-of-type header, ul.#menu-light-rail-stops li:last-of-type header {
          border-left-color: #f5f5f5;
      }


      ul.light-rail-menu, ul.#menu-light-rail-stops {
          margin-bottom: 70px !important;
      } */
  .gform_wrapper h3.gform_title {
    font-size: 26px !important;
  }
  .blog .inside-article .post-image,
  .news-content {
    width: 100%;
  }
}
/*
    .mega-menu-finding-the-stops ul.sub-menu li:hover a:before, .mega-menu-finding-the-stops ul.sub-menu li:hover a:before {
            content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: #fff !important;
        border: 3px solid #ff0000 !important;
        border-radius: 30px;
        margin-left: -25px;
        transition: 0.25s;
    }
*/
.page-template-page-safetypassengers .safety-videos {
  margin-top: 50px;
}

body.page-id-927,
body.page-id-927 .inside-article {
  background: #f3f4f4;
}

body.page-id-927 .page-header-content-container {
  padding-bottom: 0;
}

body.page-id-927 .entry-content a {
  font-weight: 400;
}

@media screen and (width >= 768px) {
  ul#menu-light-rail-stops li a {
    position: absolute;
    display: inline;
    float: left;
    width: 185px;
    transition: 0.3s;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
  }
}
#menu-light-rail-stops .current-menu-item a {
  font-weight: 700;
}

#menu-light-rail-stops li.current-menu-item a::before {
  position: absolute;
  width: 15px;
  height: 15px;
  margin-left: -28.5px;
  content: "";
  background: #fff !important;
  border: 4px solid #f00 !important;
  border-radius: 30px;
}

#stop-footer h2 {
  margin-top: 40px !important;
  font-size: 30px;
}

ul#menu-light-rail-stops li:first-of-type a::before,
ul#menu-light-rail-stops li:last-of-type a::before {
  position: absolute;
  width: 15px;
  height: 15px;
  margin-left: -28px;
  content: "";
  background: #fff !important;
  border: 4px solid #f00 !important;
  border-radius: 30px;
}

ul#menu-light-rail-stops li a::before {
  position: absolute;
  width: 15px;
  height: 15px;
  margin-left: -27px;
  content: "";
  background: #f00 !important;
  border: 3px solid #f3f4f4 !important;
  border-radius: 30px;
  transition: 0.3s;
}

/* ------------------ RESPONSIVE ------------------ */
@media screen and (width <= 1024px) {
  .feature {
    width: 18%;
    margin: 1%;
  }
  .tip {
    margin-bottom: 15px;
  }
}
@media screen and (width <= 768px) {
  .general-rules.notice {
    width: 33%;
  }
  .safety-child-grid-item-content {
    float: left;
    width: 60%;
    padding: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 30px;
  }
  .safety-child-grid-item img {
    float: left;
    width: 40%;
    padding-top: 0;
    border-radius: 0;
  }
  .safety-child-grid-item {
    padding: 0;
    margin-bottom: 15px;
    overflow: hidden;
    background: #f3f4f4;
    border-radius: 30px;
  }
  .safety-page-body #access img {
    margin-top: 0 !important;
  }
  #access {
    padding: 20px !important;
  }
  .resource {
    margin-bottom: 20px;
  }
  #downloads #stop-info li.active a {
    border-bottom: 1px solid #ccc;
    border-radius: 100px;
  }
  .tab-links li {
    min-height: 45px;
  }
  #menu-item-109 .dropdown-menu-toggle {
    display: none;
  }
  .time-range {
    height: auto !important;
    border-bottom: 0 !important;
  }
  .frequency-time {
    margin-bottom: 20px;
    border-bottom: 0 !important;
  }
  .frequency-title,
  .frequency-description {
    text-align: center;
  }
  .weekday,
  .saturday {
    margin-bottom: 50px;
  }
  .notice {
    width: 50%;
    min-height: 160px;
    margin-bottom: 15px;
  }
  .general-rules.notice {
    width: 50%;
    min-height: 150px;
  }
  .feature {
    width: 48%;
    margin: 1%;
  }
  button span {
    line-height: 1.25;
  }
  .gallery-columns-3 .gallery-item {
    width: 100%;
    max-width: none;
  }
  /* FREQUENCY GUIDE */
  .r-one-icon {
    display: none;
  }
  .direction h2 {
    margin-top: 0 !important;
    line-height: 40px;
    text-align: center;
  }
  .direction .time-icon {
    display: none;
  }
  h3.frequency-title {
    font-size: 24px !important;
  }
  .frequency-time {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  /* NEWS THUMBNAIL */
  /* .blog .news-thumbnail {
        display: none;
    } */
  /* LIGHT RAIL STOPS */
  .single-light_rail_stops #stop-info {
    padding: 40px;
    padding-top: 0;
    margin-top: -40px;
    margin-right: -40px;
    margin-left: -40px;
    background: #f3f4f4;
  }
  .single-light_rail_stops #stop-info .tab {
    background: #fff;
    border: 1px solid #ccc;
  }
  .single-light_rail_stops #stop-info li.active a {
    background: #fff;
    border-color: #ccc;
    border-radius: 100px;
  }
  .single-light_rail_stops .tab-links a {
    background: none;
    border-top-color: #f3f4f4;
    border-right: 1px solid #f3f4f4;
    border-bottom: 1px solid #f3f4f4;
    border-left: 1px solid #f3f4f4;
  }
  .single-light_rail_stops .tab-content {
    margin-top: 20px;
  }
  .single-light_rail_stops span.travel-time-span {
    display: block;
  }
  .single-light_rail_stops .stop-service-frequency .weekdays-off-peak-and-weekends {
    margin-top: 30px;
  }
  .single-light_rail_stops .stop-frequency {
    font-size: 20px;
  }
  .single-light_rail_stops .breadcrumbs {
    margin-top: 2px !important;
  }
  .page-template-page-frequencyguide .inside-article {
    padding: 20px 10px 0;
  }
  a.button {
    margin-bottom: 20px;
  }
  #stop-footer {
    padding-bottom: 60px;
  }
  /* FOOTER */
  .news-icon {
    display: none;
  }
}
@media screen and (width <= 500px) {
  .service-disruption {
    padding: 55px 0 35px;
  }
  .service-disruption h1 span {
    font-size: 16px;
  }
  .service-disruption h1 {
    font-size: 24px;
  }
  .service-disruption .icon-container {
    /* width: 55px;
        margin-right: 15px;
        margin-left: 15px; */
    display: none;
  }
  .service-disruption .content-container {
    padding: 0 20px;
  }
}
#menu-secondary-menu select {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
}

.widget_gtranslate select option:first-of-type {
  color: rgba(238, 238, 238, 0.9333333333);
}

.widget_gtranslate select option {
  color: #000;
}

.widget_gtranslate select {
  height: 36px;
  padding: 0 30px 0 10px;
  font-family: Gotham, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent !important;
  border: 0;
}

.header-widget .widget {
  display: inline-block;
  float: left !important;
  padding: 0 !important;
  line-height: 1;
}

.Zeno_FR_Widget {
  height: 36px;
  margin-right: 30px;
}

.widget input[type=search] {
  padding: 7px 15px;
  font-size: 15px;
  color: #fff;
  background: #e30706;
  border: 0;
  border-radius: 300px;
}

.widget input[type=search]::input-placeholder {
  font-family: FontAwesome, Gotham, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.widget input[type=search]::-webkit-input-placeholder {
  font-family: FontAwesome, Gotham, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.widget input[type=search]::-moz-placeholder {
  font-family: FontAwesome, Gotham, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.widget input[type=search]:-ms-input-placeholder {
  font-family: FontAwesome, Gotham, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.widget input[type=search]::-ms-input-placeholder {
  font-family: FontAwesome, Gotham, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.widget input[type=search]::placeholder {
  font-family: FontAwesome, Gotham, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.widget input[type=search]:input-placeholder {
  font-family: FontAwesome, Gotham, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.widget input[type=search]::input-placeholder {
  font-family: FontAwesome, Gotham, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.widget input[type=search]::-webkit-input-placeholder {
  font-family: FontAwesome, Gotham, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.widget input[type=search]::-moz-placeholder {
  font-family: FontAwesome, Gotham, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.widget input[type=search]:-ms-input-placeholder {
  font-family: FontAwesome, Gotham, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.widget input[type=search]::-ms-input-placeholder {
  font-family: FontAwesome, Gotham, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.widget input[type=search]::placeholder {
  font-family: FontAwesome, Gotham, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.home-icon svg {
  position: relative;
  top: 3px;
  height: 21.28px;
}

.widget_media_image img {
  padding: 6px 0 !important;
  margin: 0;
}

/* Digital Toolkit page */
.digital-toolkit__accordion {
  display: flex;
  gap: 2em;
  align-items: center;
  color: #444;
  background-color: #fff;
  border-bottom: 1px solid #444;
}
.digital-toolkit__accordion:focus {
  color: initial;
  background-color: initial;
}
.digital-toolkit__accordion:hover {
  color: #808080;
  background-color: #ccc;
}
.digital-toolkit__accordion::before {
  padding-right: 2px;
  margin-left: 5px;
  font-size: 13px;
  color: #e30706;
  content: "➕";
}
.digital-toolkit__accordion::after {
  display: none;
}
.digital-toolkit__accordion.active {
  border-bottom: 0;
}
.digital-toolkit__accordion.active::before {
  content: "➖";
}
.digital-toolkit__accordion-title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}
.digital-toolkit__panel {
  border-right: unset;
  border-bottom-color: #444;
  border-left: unset;
}
.digital-toolkit-newsletter__blocks {
  display: grid;
  gap: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media (width >= 768px) {
  .digital-toolkit-newsletter__blocks {
    grid-template-columns: repeat(3, 1fr);
  }
}
.digital-toolkit-newsletter__block {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1em;
  background-color: #f1f2f2;
}
@media (width < 480px) {
  .digital-toolkit-newsletter__block {
    padding: 1.5em;
  }
}
@media (width > 768px) {
  .digital-toolkit-newsletter__block--left, .digital-toolkit-newsletter__block--right {
    flex-direction: row;
    grid-column: span 3;
    align-items: center;
    justify-content: space-evenly;
  }
}
@media (width > 768px) {
  .digital-toolkit-newsletter__block--left .digital-toolkit-newsletter__image, .digital-toolkit-newsletter__block--right .digital-toolkit-newsletter__image {
    flex-basis: 45%;
  }
}
@media (width > 768px) {
  .digital-toolkit-newsletter__block--right .digital-toolkit-newsletter__image {
    order: 99;
  }
}
.digital-toolkit-newsletter__img {
  display: block;
  width: 100%;
  max-height: 450px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (width > 768px) {
  .digital-toolkit-newsletter__content {
    flex-basis: 50%;
  }
}
.digital-toolkit-newsletter__content > ul {
  margin: 0 0 1em 1em;
}
.digital-toolkit-newsletter__heading {
  font-size: 16px;
  font-weight: bold;
}
.digital-toolkit-newsletter__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0;
}
.digital-toolkit-newsletter__buttons::before, .digital-toolkit-newsletter__buttons::after {
  content: none;
}
.digital-toolkit-newsletter__button {
  min-width: 143px;
  text-align: center;
}
.digital-toolkit-newsletter__button.digital-toolkit-newsletter__button {
  margin-bottom: 0;
}
.digital-toolkit-social-tiles__blocks {
  display: grid;
  gap: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
}
@media (width > 768px) {
  .digital-toolkit-social-tiles__blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
.digital-toolkit-social-tiles__block {
  padding: 1em;
  background-color: #f1f2f2;
}
@media (width > 380px) {
  .digital-toolkit-social-tiles__block {
    padding: 1.5em;
  }
}
.digital-toolkit-social-tiles__image {
  margin-bottom: 1em;
}
.digital-toolkit-social-tiles__content {
  text-align: center;
}
.digital-toolkit-fact-sheets__blocks {
  display: grid;
  gap: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
}
@media (width > 768px) {
  .digital-toolkit-fact-sheets__blocks {
    grid-template-columns: repeat(4, 1fr);
  }
}
.digital-toolkit-fact-sheets__block {
  padding: 1em;
  background-color: #f1f2f2;
}
@media (width > 380px) {
  .digital-toolkit-fact-sheets__block {
    padding: 1.5em;
  }
}
.digital-toolkit-fact-sheets__image {
  margin-bottom: 1em;
}
.digital-toolkit-fact-sheets__content {
  text-align: center;
}
.digital-toolkit-brochures__blocks {
  display: grid;
  gap: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
}
@media (width > 768px) {
  .digital-toolkit-brochures__blocks {
    grid-template-columns: repeat(4, 1fr);
  }
}
.digital-toolkit-brochures__block {
  padding: 1em;
  background-color: #f1f2f2;
}
@media (width > 380px) {
  .digital-toolkit-brochures__block {
    padding: 1.5em;
  }
}
.digital-toolkit-brochures__image {
  margin-bottom: 1em;
}
.digital-toolkit-brochures__content {
  text-align: center;
}
.digital-toolkit-schools-resources__blocks {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media (width >= 1440px) {
  .digital-toolkit-schools-resources__blocks {
    -moz-column-gap: 1.5em;
    column-gap: 1.5em;
  }
}
.digital-toolkit-schools-resources__block {
  padding: 1em;
  background-color: #f1f2f2;
}
@media (width > 380px) {
  .digital-toolkit-schools-resources__block {
    padding: 1.5em;
  }
}
@media (width <= 1440px) {
  .digital-toolkit-schools-resources__block {
    grid-column: span 12 !important;
  }
}
.digital-toolkit-schools-resources__image {
  margin-bottom: 1em;
}
.digital-toolkit-schools-resources__heading {
  font-size: 16px;
  font-weight: bold;
}
.digital-toolkit-schools-resources__content {
  padding: 1em;
  background-color: #fff;
}
.digital-toolkit-schools-resources__content > *:last-child {
  margin-bottom: 0;
}
.digital-toolkit-schools-resources__content a {
  word-break: break-all;
}
.digital-toolkit-schools-resources__video {
  margin-bottom: 1em;
}
.digital-toolkit-schools-resources__video-heading {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: bold;
}
.digital-toolkit-schools-resources__video-code {
  display: block;
  padding: 1em;
  font-size: 14px;
  word-break: break-all;
  background-color: #fff;
}
.digital-toolkit-schools-resources__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0;
}
.digital-toolkit-schools-resources__buttons::before, .digital-toolkit-schools-resources__buttons::after {
  content: none;
}
.digital-toolkit-schools-resources__button {
  min-width: 143px;
  text-align: center;
}
.digital-toolkit-schools-resources__button.digital-toolkit-schools-resources__button {
  margin-bottom: 0;
}

/* Add color to accordion border */
.panel-border-color {
  border-color: #ccc;
  border-right: 0;
  border-bottom-color: #ccc;
  border-left: 0;
}

.accordion-border {
  border-bottom: 1px solid #444;
}

/* Accordion titles */
.accordion-title {
  display: flex;
  align-items: center;
}

.accordion-title img {
  padding-right: 1em;
}

/* Center the gif image on the gif files */
.custom-gif-files-align img {
  display: block;
  padding-bottom: 2em;
  margin: auto;
}

.embed-code-title {
  padding-top: 1em;
  margin-bottom: 0;
  font-weight: 600;
}

.post-image-above-header .inside-article .post-image {
  margin-bottom: 0 !important;
}

.post-image-above-header .inside-article .post-image a {
  display: block !important;
}

.blog article:first-of-type .post-image {
  margin-right: 0;
}

.blog article:first-of-type .inside-article {
  max-width: 1170px;
  padding: 0;
  margin: 15px;
  background: #fff !important;
}

.blog .featured-column {
  margin-bottom: 30px;
}

.blog .featured-column .entry-header::before {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  color: rgb(227, 67, 52);
  text-transform: uppercase;
  letter-spacing: 1px;
  content: "Latest";
}

@media (width <= 1024px) {
  .blog article:first-of-type .inside-article .post-image {
    padding-bottom: 30px;
  }
}
#post-265 .inside-article {
  padding-bottom: 0;
}

#rail-safety-ambassador-section {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

#rail-safety-ambassador-section img {
  display: block;
}

#rail-safety-ambassador-section h2 {
  font-size: 42px;
  font-weight: 700;
  color: #e30706;
}

select.ui-datepicker-month {
  line-height: 1;
  color: #fff;
  background: none;
  border: none;
}

select.ui-datepicker-month option {
  color: #333;
}

.gform_wrapper.gf_browser_chrome .ginput_complex select {
  height: 36px;
}

.gform_fields input {
  color: #2c3b45 !important;
  background: #fff;
}

/* ------------------------------------------------------------- WELCOME ONBOARD PAGE ------------------------------------------------------------- */
.page-template-page-welcome-onboard .page-header-content .breadcrumbs {
  display: none;
}

.page-template-page-welcome-onboard .entry-content h3 {
  padding-bottom: 5px;
  margin: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.page-template-page-welcome-onboard .plan-your-next-journey a {
  display: flex;
  align-items: center;
  padding-bottom: 3px;
  font-weight: 400;
  line-height: 2em;
}

.page-template-page-welcome-onboard .plan-your-next-journey a svg {
  margin-left: 5px;
}

.page-template-page-welcome-onboard img.transport-canberra-logo {
  max-height: 35px;
}

.page-template-page-welcome-onboard img.cmet-logo {
  max-height: 30px;
}

.page-template-page-welcome-onboard .uncover-tile {
  max-width: 550px;
  padding: 40px 30px;
  margin: 40px 0;
  background: #414d61;
}

.page-template-page-welcome-onboard .uncover-tile * {
  font-family: Verlag, Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-template-page-welcome-onboard .uncover-tile .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.page-template-page-welcome-onboard .uncover-tile .heading {
  margin-bottom: 30px;
  font-size: 1.25em;
  font-weight: 700;
  color: #92d6e3;
}

.page-template-page-welcome-onboard .uncover-tile p {
  font-weight: 500;
  color: #fff;
}

.page-template-page-welcome-onboard .uncover-tile .uc-logo {
  max-height: 30px;
}

.page-template-page-welcome-onboard .uncover-tile .uncover-logo {
  max-height: 25px;
}

.page-template-page-welcome-onboard .uncover-tile .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-template-page-welcome-onboard .uncover-tile .footer .tagline {
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
}

.page-template-page-welcome-onboard .uncover-tile .footer .button {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 1.25em;
  font-weight: 700;
  color: #414d61;
  text-transform: capitalize;
  background: #92d6e3;
  border-radius: 5px;
}

.page-template-page-welcome-onboard .uncover-tile .footer .button:hover {
  background: #fff;
}

.page-template-page-welcome-onboard .uncover-tile .footer .button:hover::after {
  border-bottom-color: #fff;
  transition: 0.25s;
}

.page-template-page-welcome-onboard .uncover-tile .footer .button::before {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  content: "";
  background: #414d61;
  border-radius: 25px;
}

.page-template-page-welcome-onboard .uncover-tile .footer .button::after {
  position: absolute;
  left: 28px;
  width: 0;
  height: 0;
  content: "";
  border-right: 6px solid transparent;
  border-bottom: 8px solid #92d6e3;
  border-left: 6px solid transparent;
  transition: 0.25s;
  transform: rotate(90deg);
}

.page-template-page-welcome-onboard .uncover-tile .footer .button::after {
  content: "";
}

.page-template-page-welcome-onboard .social-media svg {
  max-width: 40px;
  max-height: 40px;
  margin-right: 10px;
}

svg .instagram-logo {
  max-width: 30px;
  max-height: 30px;
  margin-top: 5px;
}

.page-template-page-welcome-onboard .social-media .facebook-logo {
  fill: #1877f2;
  transition: 0.25s;
}

.page-template-page-welcome-onboard .social-media a.link:hover .facebook-logo {
  fill: #000;
  transition: 0.25s;
}

@media screen and (width <= 767px) {
  .page-template-page-welcome-onboard .generate-content-header {
    background: #fff;
  }
  .page-template-page-welcome-onboard .page-header-content-container {
    padding-bottom: 0;
  }
  .page-template-page-welcome-onboard .uncover-tile {
    padding: 40px;
    margin-right: -40px;
    margin-left: -40px;
  }
}
/* ------------------------------------------------------------- HAVE YOUR SAY POP-UP ------------------------------------------------------------- */
#popmake-3634 {
  background-color: #005c97;
}

#popmake-3634 p {
  color: #fff;
}

#popmake-3634 .button {
  font-weight: 500;
}

#popmake-3634 .pum-close {
  background-color: unset;
}

/* ------------------------------------------------------------- REGISTER PERMIT USER ------------------------------------------------------------- */
#gform_4 {
  background-color: #f5f5f5;
}

#gform_4li.gfield:first-of-type {
  margin-top: 0;
}

#gform_4 li.gfield {
  margin-top: 16px !important;
}

.recaptcha-branding {
  font-size: 0.7em;
}

/* ------------------------------------------------------------- Rail Safety Week ------------------------------------------------------------- */
.colour-red {
  color: #e30706;
}

#post-4674 figcaption {
  text-align: center;
}

/* ------------------------------------------------------------- Acknowledgment of Country ------------------------------------------------------------- */
.acknowledgment-of-country {
  position: relative;
  padding: 10px 0;
  margin-top: 5px;
  background: #f00;
}

.acknowledgment-of-country__container {
  max-width: 1180px;
  margin: auto;
}

.acknowledgment-of-country__text {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

/* =======================================================================
   Global
======================================================================= */
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}
body * {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* =======================================================================
   Home
======================================================================= */
.home-header {
  position: relative;
  overflow: hidden;
}
@media (width <= 768px) {
  .home-header {
    display: none;
  }
}
.home-header > .inside-page-hero {
  padding-right: 40px;
  padding-left: 40px;
}
.home-header__title {
  position: relative;
  z-index: 90000;
  padding-top: 550px;
  padding-bottom: 10px;
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
  text-shadow: 2px 2px 25px #000;
  opacity: 1;
}
.home-header__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

/* =======================================================================
   Internal pages
======================================================================= */
.internal-header > .inside-page-hero,
.stop-header > .inside-page-hero {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}

/* =======================================================================
   Careers
======================================================================= */
.careers-intro {
  display: flex;
  align-items: center;
  padding: 30px 0 50px;
}
@media (width > 768px) {
  .careers-intro {
    flex-wrap: nowrap;
  }
}
.careers-intro__content {
  flex: 1 1 0;
}
@media (width <= 768px) {
  .careers-intro__content {
    flex-basis: 100%;
  }
}
.careers-intro__video {
  flex: 1 1 0;
}
@media (width > 768px) {
  .careers-intro__video {
    margin-left: 80px;
  }
}
@media (780px > width) and (width <= 1440px) {
  .careers-intro__video {
    margin-left: 50px;
  }
}
@media (width <= 768px) {
  .careers-intro__video {
    flex-basis: 100%;
  }
}

.life-career {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #f3f4f4;
}
.life-career__container {
  display: flex;
  box-sizing: border-box;
  max-width: 1260px;
  padding: 70px 40px;
  margin: auto;
}
@media (width > 768px) {
  .life-career__container {
    flex-wrap: nowrap;
  }
}
.life-career__life {
  flex: 1 1 0;
}
@media (width <= 768px) {
  .life-career__life {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
}
.life-career__career {
  flex: 1 1 0;
}
@media (width > 768px) {
  .life-career__career {
    margin-left: 80px;
  }
}
@media (780px > width) and (width <= 1440px) {
  .life-career__career {
    margin-left: 50px;
  }
}
@media (width <= 768px) {
  .life-career__career {
    flex-basis: 100%;
  }
}

.career-development-list {
  margin: 30px 0 0;
  list-style-type: none;
}
.career-development-list__li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-bottom: 30px !important;
}
@media (width <= 768px) {
  .career-development-list__li {
    justify-content: center;
  }
}
@media (width <= 380px) {
  .career-development-list__li {
    flex-direction: column;
  }
}
.career-development-list__li::before {
  display: none;
}
.career-development-list__figure {
  flex: 0 0 75px;
  max-width: 75px;
}
.career-development-list__img {
  display: block;
}
.career-development-list__text {
  flex: 1 1 auto;
  max-width: 350px;
  margin-bottom: 0;
  margin-left: 30px;
  font-weight: 600;
}
@media (width <= 380px) {
  .career-development-list__text {
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
  }
}

.health-wellbeing {
  padding: 70px 0 40px;
}
.health-wellbeing-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  list-style-type: none;
}
.health-wellbeing-list__li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-bottom: 30px !important;
}
@media (width > 768px) {
  .health-wellbeing-list__li {
    flex-basis: calc(33.3333% - 66.6666666667px);
  }
  .health-wellbeing-list__li:not(:nth-child(3n+1)) {
    margin-left: 100px;
  }
}
@media (780px > width) and (width <= 1440px) {
  .health-wellbeing-list__li {
    flex-basis: calc(33.3333% - 26.6666666667px);
  }
  .health-wellbeing-list__li:not(:nth-child(3n+1)) {
    margin-left: 40px;
  }
}
@media (380px > width) and (width <= 1440px) {
  .health-wellbeing-list__li {
    flex-basis: calc(50% - 20px);
  }
  .health-wellbeing-list__li:not(:nth-child(2n+1)) {
    margin-left: 40px;
  }
}
@media (width <= 380px) {
  .health-wellbeing-list__li {
    flex-basis: 100%;
    flex-direction: column;
  }
}
.health-wellbeing-list__li::before {
  display: none;
}
.health-wellbeing-list__figure {
  flex: 0 0 75px;
  max-width: 75px;
}
.health-wellbeing-list__img {
  display: block;
}
.health-wellbeing-list__text {
  flex: 1 1 auto;
  max-width: 350px;
  margin-bottom: 0;
  margin-left: 20px;
  font-weight: 600;
}
@media (width <= 380px) {
  .health-wellbeing-list__text {
    margin-top: 10px;
    margin-left: 0;
  }
}

.diversity-community {
  width: 100vw;
  margin-bottom: -40px;
  margin-left: calc(50% - 50vw);
  background-color: #f3f4f4;
}
.diversity-community__container {
  display: flex;
  box-sizing: border-box;
  max-width: 1260px;
  padding: 70px 50px;
  margin: auto;
}
.diversity-community__diversity {
  flex: 1 1 0;
}
@media (width <= 768px) {
  .diversity-community__diversity {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
}
.diversity-community__community {
  flex: 1 1 0;
}
@media (width > 768px) {
  .diversity-community__community {
    margin-left: 80px;
  }
}
@media (780px > width) and (widht <= 1440px) {
  .diversity-community__community {
    margin-left: 50px;
  }
}
@media (width <= 768px) {
  .diversity-community__community {
    flex-basis: 100%;
  }
}
.diversity-community .diversity-inclusion__figure {
  float: right;
  width: 250px;
  margin: 20px 0 20px 20px;
}
@media (width <= 1440px) {
  .diversity-community .diversity-inclusion__figure {
    float: none;
  }
}
.diversity-community .diversity-inclusion__list {
  margin-left: 25px;
}

/* =======================================================================
   Cyclist
======================================================================= */
.cyclists-section {
  clear: both;
}
.cyclists-section,
.cyclists-section * {
  box-sizing: border-box;
}
.cyclists-section__container:not(:last-child) {
  margin-bottom: 60px;
}
.cyclists-section__heading {
  font-size: 24px;
  color: #e30706;
}
.cyclists-section__accordions {
  margin: 0;
  list-style-type: none;
}
.cyclists-section__accordion::before {
  content: unset !important;
}
.cyclists-section__accordion-heading {
  padding: 12px 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  background-color: #f4f4f4;
  border-radius: 10px;
}
.cyclists-section__accordion-heading.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cyclists-section__accordion-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #f4f4f4;
  border: unset;
}

/* =======================================================================
   Diversity and Inclusion
======================================================================= */
.diversity-inclusion-tagline {
  font-size: 18px;
  font-weight: 700;
}
.diversity-inclusion-tagline__word--purple {
  color: #800080;
}
.diversity-inclusion-tagline__word--blue {
  color: #00f;
}
.diversity-inclusion-tagline__word--green {
  color: #008000;
}
.diversity-inclusion-tagline__word--orange {
  color: #ff8200;
}
.diversity-inclusion-tagline__word--red {
  color: #f00;
}
.diversity-inclusion-tagline__word--pink {
  color: #ffc0cb;
}
.diversity-inclusion-tagline__word--yellow {
  color: #ffc800;
}

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