/**
 * Breakpoints for SCSS. Works with the Deloitte Digital DD.bp JavaScript
 *
 * @version 1.1.1
 * @copyright 2012-2017 Deloitte Digital Australia - http://www.deloittedigital.com/au
 * @author Deloitte Digital Australia deloittedigital@deloitte.com.au
 * @license BSD 3-Clause (http://opensource.org/licenses/BSD-3-Clause)
 */
.header-search {
  position: absolute;
  top: 56px;
  right: 0;
  width: 100%;
  background: #f3f3f3;
  z-index: 1200;
  height: 0;
  overflow: hidden;
  box-shadow: 0 3px 5.76px 0.24px rgba(0, 0, 0, 0.18);
}
.header-search:before, .header-search:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.header-search:after {
  clear: both;
}
.header-search {
  *zoom: 1;
}
.header-search form {
  height: 100%;
}
@media only screen and (min-width: 64em) {
  .header-search {
    top: 142px;
    width: 600px;
  }
}
.header-search__input-container {
  width: 100%;
  height: 70px;
  padding: 10px 120px 10px 10px;
}
.header-search__input-container .ctrl-holder {
  width: 100%;
  margin: 0;
}
.header-search__input-container input,
.header-search__input-container input.text {
  box-sizing: border-box;
  padding: 10px 20px;
  height: 50px;
  float: left;
  width: 100%;
}
.header-search__submit, .header-search__submit.btn {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background-color: transparent;
  height: 50px;
  min-width: 100px;
  width: 100px;
  padding: 10px 20px;
}

.share-price-calculator:before, .share-price-calculator:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.share-price-calculator:after {
  clear: both;
}
.share-price-calculator {
  *zoom: 1;
}
.share-price-calculator__content-container {
  float: left;
  box-sizing: border-box;
  width: 100%;
}
.share-price-calculator__input-container {
  float: left;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .share-price-calculator__input-container:before, .share-price-calculator__input-container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .share-price-calculator__input-container:after {
    clear: both;
  }
  .share-price-calculator__input-container {
    *zoom: 1;
  }
  .share-price-calculator__input-container .ctrl-holder {
    box-sizing: border-box;
    float: left;
    width: 70%;
    padding-right: 20px;
  }
  .share-price-calculator__input-container .share-price-calculator__cta {
    float: left;
    width: 30%;
    box-sizing: border-box;
    margin-top: 79px;
  }
}
@media only screen and (min-width: 64em) {
  .share-price-calculator__input-container {
    width: 55%;
  }
}
.share-price-calculator__display-container {
  float: left;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .share-price-calculator__display-container {
    padding-left: 100px;
    width: 45%;
  }
}
.share-price-calculator__share-number {
  height: 50px;
}
.share-price-calculator__cta {
  width: 100%;
  min-width: 50px;
  text-align: left;
}
@media only screen and (min-width: 48em) {
  .share-price-calculator__cta {
    text-align: center;
  }
  .share-price-calculator__cta .icon {
    display: none;
  }
}
.share-price-calculator .ctrl-holder label {
  margin-top: 30px;
  margin-bottom: 25px;
}
.share-price-calculator .ctrl-holder .display.share-price-calculator__share-value {
  font-size: 48px;
  font-size: 3rem;
  /* line-height: 50px; */
  line-height: 1.0416666667;
  font-weight: 600;
}
.share-price-calculator .share-price-calculator__disclaimer {
  margin-top: 20px;
}

.content-banner {
  position: relative;
  height: 145px;
}
.content-banner:before, .content-banner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content-banner:after {
  clear: both;
}
.content-banner {
  *zoom: 1;
}
.content-banner__wrapper {
  height: 100%;
}
@media (max-width: 47.9375em) {
  .content-banner.hide-banner-mobile {
    display: none;
  }
}
.content-banner__image-container {
  height: 100%;
  display: block;
  background-size: cover;
  background-position: right center;
}
.content-banner__content-wrapper {
  padding: 0 25px;
}
@media only screen and (min-width: 48em) {
  .content-banner__content-wrapper {
    width: 768px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64em) {
  .content-banner__content-wrapper {
    width: 1024px;
  }
}
@media only screen and (min-width: 77.75em) {
  .content-banner__content-wrapper {
    width: 1244px;
  }
}
@media only screen and (min-width: 88.125em) {
  .content-banner__content-wrapper {
    width: 1410px;
  }
}
@media only screen and (min-width: 48em) {
  .content-banner__content-wrapper {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 77.75em) {
  .content-banner__content-wrapper {
    padding: 0 30px;
  }
}
.content-banner__content-wrapper:before, .content-banner__content-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content-banner__content-wrapper:after {
  clear: both;
}
.content-banner__content-wrapper {
  *zoom: 1;
}
.content-banner__content-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 90;
  position: absolute;
  top: 0;
}
.content-banner__content-container .heroBannerItem {
  height: auto;
}
.content-banner__content-container .heroBannerItem .content-banner__image-container {
  height: auto;
}
@media only screen and (min-width: 64em) {
  .content-banner__content-container .heroBannerItem .content-banner__image-container {
    height: 100%;
  }
}
@media (-ms-high-contrast: none) and (max-width: 63.9375em), (-ms-high-contrast: active) and (max-width: 63.9375em) {
  .content-banner__content-container .heroBannerItem {
    height: 100%;
  }
}
.content-banner__cta {
  margin-top: 30px;
}
.content-banner__rhs-module-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 90;
}
@media only screen and (min-width: 64em) {
  .content-banner__rhs-module-container {
    min-height: 540px;
  }
}
.content-banner__rhs-module-container .rich-text {
  padding: 20px;
}
@media only screen and (min-width: 64em) {
  .content-banner__rhs-module-container .rich-text {
    padding: 25px;
  }
}
@media only screen and (min-width: 77.75em) {
  .content-banner__rhs-module-container .rich-text {
    padding: 30px;
  }
}
@media only screen and (min-width: 48em) {
  .content-banner {
    height: 180px;
  }
  .content-banner__title {
    margin-bottom: 10px;
  }
  .content-banner__title .h1,
.content-banner__title h1 {
    font-size: 42px;
    font-size: 2.625rem;
    margin: 0;
  }
  .content-banner__title h2 {
    font-size: 32px;
    font-size: 2rem;
    margin: 0;
  }
  .content-banner__title h3, .content-banner__title h4 {
    margin: 0;
  }
}
@media only screen and (min-width: 64em) {
  .content-banner__image-container {
    margin: 0;
  }
  .content-banner__image-container img {
    height: 100%;
  }
}
.content-banner--bg-theme {
  color: #fff;
}
.theme--roamexpress .content-banner--bg-theme {
  background-color: #4ab947;
}
.theme--westlinkm7 .content-banner--bg-theme {
  background-color: #7fc31c;
}
.theme--citylink .content-banner--bg-theme {
  background-color: #1964be;
}
.theme--govia .content-banner--bg-theme {
  background-color: #1995c9;
}
.theme--transurban .content-banner--bg-theme {
  background-color: #0e893c;
}
.theme--incommunity .content-banner--bg-theme {
  background-color: #f18903;
}
.theme--linkt .content-banner--bg-theme {
  background-color: #0E893C;
}
.theme--linktds .content-banner--bg-theme {
  background-color: #0E893C;
}
.theme--northconnex .content-banner--bg-theme {
  background-color: #51a548;
}
.content-banner--bg-theme h1, .content-banner--bg-theme .h1, .content-banner--bg-theme h2, .content-banner--bg-theme .h2, .content-banner--bg-theme h3, .content-banner--bg-theme .h3, .content-banner--bg-theme h4, .content-banner--bg-theme .h4 {
  color: #fff;
}
.content-banner--bg-theme .content-banner__rhs-module-container {
  color: #fff;
}
.theme--roamexpress .content-banner--bg-theme .content-banner__rhs-module-container {
  background-color: #4ab947;
}
.theme--westlinkm7 .content-banner--bg-theme .content-banner__rhs-module-container {
  background-color: #7fc31c;
}
.theme--citylink .content-banner--bg-theme .content-banner__rhs-module-container {
  background-color: #1964be;
}
.theme--govia .content-banner--bg-theme .content-banner__rhs-module-container {
  background-color: #1995c9;
}
.theme--transurban .content-banner--bg-theme .content-banner__rhs-module-container {
  background-color: #0e893c;
}
.theme--incommunity .content-banner--bg-theme .content-banner__rhs-module-container {
  background-color: #f18903;
}
.theme--linkt .content-banner--bg-theme .content-banner__rhs-module-container {
  background-color: #0E893C;
}
.theme--linktds .content-banner--bg-theme .content-banner__rhs-module-container {
  background-color: #0E893C;
}
.theme--northconnex .content-banner--bg-theme .content-banner__rhs-module-container {
  background-color: #51a548;
}
.content-banner--bg-theme--primary {
  color: #fff;
}
.theme--roamexpress .content-banner--bg-theme--primary {
  background-color: #4ab947;
}
.theme--westlinkm7 .content-banner--bg-theme--primary {
  background-color: #7fc31c;
}
.theme--citylink .content-banner--bg-theme--primary {
  background-color: #1964be;
}
.theme--govia .content-banner--bg-theme--primary {
  background-color: #1995c9;
}
.theme--transurban .content-banner--bg-theme--primary {
  background-color: #0e893c;
}
.theme--incommunity .content-banner--bg-theme--primary {
  background-color: #f18903;
}
.theme--linkt .content-banner--bg-theme--primary {
  background-color: #0E893C;
}
.theme--linktds .content-banner--bg-theme--primary {
  background-color: #0E893C;
}
.theme--northconnex .content-banner--bg-theme--primary {
  background-color: #51a548;
}
.content-banner--bg-theme--primary h1, .content-banner--bg-theme--primary .h1, .content-banner--bg-theme--primary h2, .content-banner--bg-theme--primary .h2, .content-banner--bg-theme--primary h3, .content-banner--bg-theme--primary .h3, .content-banner--bg-theme--primary h4, .content-banner--bg-theme--primary .h4 {
  color: #fff;
}
.theme--roamexpress .content-banner--bg-theme--primary .content-banner__rhs-module-container {
  background-color: #4ab947;
}
.theme--westlinkm7 .content-banner--bg-theme--primary .content-banner__rhs-module-container {
  background-color: #7fc31c;
}
.theme--citylink .content-banner--bg-theme--primary .content-banner__rhs-module-container {
  background-color: #1964be;
}
.theme--govia .content-banner--bg-theme--primary .content-banner__rhs-module-container {
  background-color: #1995c9;
}
.theme--transurban .content-banner--bg-theme--primary .content-banner__rhs-module-container {
  background-color: #0e893c;
}
.theme--incommunity .content-banner--bg-theme--primary .content-banner__rhs-module-container {
  background-color: #f18903;
}
.theme--linkt .content-banner--bg-theme--primary .content-banner__rhs-module-container {
  background-color: #0E893C;
}
.theme--linktds .content-banner--bg-theme--primary .content-banner__rhs-module-container {
  background-color: #0E893C;
}
.theme--northconnex .content-banner--bg-theme--primary .content-banner__rhs-module-container {
  background-color: #51a548;
}
@media (max-width: 63.9375em) {
  .content-banner--bg-theme--primary {
    background: none;
  }
  *[class*=theme-] .content-banner--bg-theme--primary {
    background: none;
  }
}
.content-banner--bg-theme--secondary {
  color: #fff;
}
.theme--roamexpress .content-banner--bg-theme--secondary {
  background-color: #1995c9;
}
.theme--westlinkm7 .content-banner--bg-theme--secondary {
  background-color: #1995c9;
}
.theme--citylink .content-banner--bg-theme--secondary {
  background-color: #e0a127;
}
.theme--govia .content-banner--bg-theme--secondary {
  background-color: #fe9b30;
}
.theme--transurban .content-banner--bg-theme--secondary {
  background-color: #2c2a29;
}
.theme--incommunity .content-banner--bg-theme--secondary {
  background-color: #1675a9;
}
.theme--linkt .content-banner--bg-theme--secondary {
  background-color: #0a4842;
}
.theme--linktds .content-banner--bg-theme--secondary {
  background-color: #0a4842;
}
.theme--northconnex .content-banner--bg-theme--secondary {
  background-color: #4c4d4f;
}
.content-banner--bg-theme--secondary h1, .content-banner--bg-theme--secondary .h1, .content-banner--bg-theme--secondary h2, .content-banner--bg-theme--secondary .h2, .content-banner--bg-theme--secondary h3, .content-banner--bg-theme--secondary .h3, .content-banner--bg-theme--secondary h4, .content-banner--bg-theme--secondary .h4 {
  color: #fff;
}
.theme--roamexpress .content-banner--bg-theme--secondary .content-banner__rhs-module-container {
  background-color: #1995c9;
}
.theme--westlinkm7 .content-banner--bg-theme--secondary .content-banner__rhs-module-container {
  background-color: #1995c9;
}
.theme--citylink .content-banner--bg-theme--secondary .content-banner__rhs-module-container {
  background-color: #e0a127;
}
.theme--govia .content-banner--bg-theme--secondary .content-banner__rhs-module-container {
  background-color: #fe9b30;
}
.theme--transurban .content-banner--bg-theme--secondary .content-banner__rhs-module-container {
  background-color: #2c2a29;
}
.theme--incommunity .content-banner--bg-theme--secondary .content-banner__rhs-module-container {
  background-color: #1675a9;
}
.theme--linkt .content-banner--bg-theme--secondary .content-banner__rhs-module-container {
  background-color: #0a4842;
}
.theme--linktds .content-banner--bg-theme--secondary .content-banner__rhs-module-container {
  background-color: #0a4842;
}
.theme--northconnex .content-banner--bg-theme--secondary .content-banner__rhs-module-container {
  background-color: #4c4d4f;
}
@media (max-width: 63.9375em) {
  .content-banner--bg-theme--secondary {
    background: none;
  }
  *[class*=theme-] .content-banner--bg-theme--secondary {
    background: none;
  }
}
.content-banner--bg-theme--tertiary {
  color: #fff;
}
.theme--roamexpress .content-banner--bg-theme--tertiary {
  background-color: #1995c9;
}
.theme--westlinkm7 .content-banner--bg-theme--tertiary {
  background-color: #2f383c;
}
.theme--citylink .content-banner--bg-theme--tertiary {
  background-color: #e0a127;
}
.theme--govia .content-banner--bg-theme--tertiary {
  background-color: #fe9b30;
}
.theme--transurban .content-banner--bg-theme--tertiary {
  background-color: #2c2a29;
}
.theme--incommunity .content-banner--bg-theme--tertiary {
  background-color: #1675a9;
}
.theme--linkt .content-banner--bg-theme--tertiary {
  background-color: #2f383c;
}
.theme--linktds .content-banner--bg-theme--tertiary {
  background-color: #2f383c;
}
.theme--northconnex .content-banner--bg-theme--tertiary {
  background-color: #7ac143;
}
.content-banner--bg-theme--tertiary h1, .content-banner--bg-theme--tertiary .h1, .content-banner--bg-theme--tertiary h2, .content-banner--bg-theme--tertiary .h2, .content-banner--bg-theme--tertiary h3, .content-banner--bg-theme--tertiary .h3, .content-banner--bg-theme--tertiary h4, .content-banner--bg-theme--tertiary .h4 {
  color: #fff;
}
.theme--roamexpress .content-banner--bg-theme--tertiary .content-banner__rhs-module-container {
  background-color: #1995c9;
}
.theme--westlinkm7 .content-banner--bg-theme--tertiary .content-banner__rhs-module-container {
  background-color: #2f383c;
}
.theme--citylink .content-banner--bg-theme--tertiary .content-banner__rhs-module-container {
  background-color: #e0a127;
}
.theme--govia .content-banner--bg-theme--tertiary .content-banner__rhs-module-container {
  background-color: #fe9b30;
}
.theme--transurban .content-banner--bg-theme--tertiary .content-banner__rhs-module-container {
  background-color: #2c2a29;
}
.theme--incommunity .content-banner--bg-theme--tertiary .content-banner__rhs-module-container {
  background-color: #1675a9;
}
.theme--linkt .content-banner--bg-theme--tertiary .content-banner__rhs-module-container {
  background-color: #2f383c;
}
.theme--linktds .content-banner--bg-theme--tertiary .content-banner__rhs-module-container {
  background-color: #2f383c;
}
.theme--northconnex .content-banner--bg-theme--tertiary .content-banner__rhs-module-container {
  background-color: #7ac143;
}
@media (max-width: 63.9375em) {
  .content-banner--bg-theme--tertiary {
    background: none;
  }
  *[class*=theme-] .content-banner--bg-theme--tertiary {
    background: none;
  }
}
.content-banner--h-align-center .content-banner__image-container {
  background-position: center;
}
.content-banner--h-align-right .content-banner__image-container {
  background-position: right center;
}
.content-banner--h-align-left .content-banner__image-container {
  background-position: left center;
}
.content-banner--featured {
  height: 240px;
}
@media only screen and (min-width: 64em) {
  .content-banner--featured {
    height: 400px;
  }
}

.content-banner--dark .content-banner__content-container {
  color: #fff;
}
.content-banner--dark .content-banner__content-container h1, .content-banner--dark .content-banner__content-container .h1, .content-banner--dark .content-banner__content-container h2, .content-banner--dark .content-banner__content-container .h2, .content-banner--dark .content-banner__content-container h3, .content-banner--dark .content-banner__content-container .h3, .content-banner--dark .content-banner__content-container h4, .content-banner--dark .content-banner__content-container .h4 {
  color: #fff;
}
.content-banner--dark:after {
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  min-height: 145px;
}

.content-banner--light .content-banner__content-container {
  color: #000;
}
.content-banner--light .content-banner__content-container h1, .content-banner--light .content-banner__content-container .h1, .content-banner--light .content-banner__content-container h2, .content-banner--light .content-banner__content-container .h2, .content-banner--light .content-banner__content-container h3, .content-banner--light .content-banner__content-container .h3, .content-banner--light .content-banner__content-container h4, .content-banner--light .content-banner__content-container .h4 {
  color: #000;
}
.content-banner--light:after {
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  min-height: 145px;
}

.content-banner--white .content-banner__content-container {
  color: #fff;
}
.content-banner--white .content-banner__content-container h1, .content-banner--white .content-banner__content-container .h1, .content-banner--white .content-banner__content-container h2, .content-banner--white .content-banner__content-container .h2, .content-banner--white .content-banner__content-container h3, .content-banner--white .content-banner__content-container .h3, .content-banner--white .content-banner__content-container h4, .content-banner--white .content-banner__content-container .h4 {
  color: #fff;
}

.content-banner--home {
  height: auto;
}
.content-banner--home .content-banner__wrapper {
  padding: 0;
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .content-banner--home .content-banner__wrapper {
    width: 768px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64em) and (min-width: 64em) {
  .content-banner--home .content-banner__wrapper {
    width: 1024px;
  }
}
@media only screen and (min-width: 64em) and (min-width: 77.75em) {
  .content-banner--home .content-banner__wrapper {
    width: 1244px;
  }
}
@media only screen and (min-width: 64em) and (min-width: 88.125em) {
  .content-banner--home .content-banner__wrapper {
    width: 1410px;
  }
}
@media only screen and (min-width: 64em) {
  .content-banner--home .content-banner__wrapper:before, .content-banner--home .content-banner__wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
}
@media only screen and (min-width: 64em) {
  .content-banner--home .content-banner__wrapper:after {
    clear: both;
  }
}
@media only screen and (min-width: 64em) {
  .content-banner--home .content-banner__wrapper {
    *zoom: 1;
  }
}
@media only screen and (min-width: 77.75em) {
  .content-banner--home .content-banner__wrapper {
    width: 1244px;
  }
}
@media only screen and (min-width: 88.125em) {
  .content-banner--home .content-banner__wrapper {
    width: 1410px;
  }
}
.content-banner--home .content-banner__content-wrapper {
  max-width: 100%;
}
@media (max-width: 63.9375em) {
  .content-banner--home .content-banner__content-wrapper {
    width: 100%;
    color: #000;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 63.9375em) and (min-width: 48em) {
  .content-banner--home .content-banner__content-wrapper {
    width: 768px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 63.9375em) and (min-width: 64em) {
  .content-banner--home .content-banner__content-wrapper {
    width: 1024px;
  }
}
@media only screen and (max-width: 63.9375em) and (min-width: 77.75em) {
  .content-banner--home .content-banner__content-wrapper {
    width: 1244px;
  }
}
@media only screen and (max-width: 63.9375em) and (min-width: 88.125em) {
  .content-banner--home .content-banner__content-wrapper {
    width: 1410px;
  }
}
@media (max-width: 63.9375em) {
  .content-banner--home .content-banner__content-wrapper h1, .content-banner--home .content-banner__content-wrapper .h1, .content-banner--home .content-banner__content-wrapper h2, .content-banner--home .content-banner__content-wrapper .h2, .content-banner--home .content-banner__content-wrapper h3, .content-banner--home .content-banner__content-wrapper .h3, .content-banner--home .content-banner__content-wrapper h4, .content-banner--home .content-banner__content-wrapper .h4 {
    color: #000;
  }
}
@media only screen and (min-width: 64em) {
  .content-banner--home .content-banner__content-wrapper {
    width: 50%;
    margin: 0;
  }
}
@media only screen and (min-width: 64em) {
  .content-banner--home .content-banner__content-wrapper--full {
    width: 100%;
  }
}
.content-banner--home .content-banner__content-container {
  position: static;
  padding-top: 0;
}
@media (max-width: 63.9375em) {
  .content-banner--home .content-banner__content-container {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media only screen and (min-width: 64em) {
  .content-banner--home .content-banner__content-container {
    min-height: 550px;
    position: relative;
    float: right;
    width: 65%;
  }
}
@media only screen and (min-width: 77.75em) {
  .content-banner--home .content-banner__content-container {
    width: 70%;
  }
}
.content-banner--home .content-banner__cta {
  height: auto;
}
@media only screen and (max-width: 39.9375em) {
  .content-banner--home .content-banner__cta {
    width: 100%;
  }
}
@media (max-width: 63.9375em) {
  .content-banner--home .content-banner__cta {
    margin-top: 30px;
    text-align: left;
    padding-right: 70px;
  }
  .content-banner--home .content-banner__cta .icon {
    position: absolute;
    right: 30px;
    top: 25px;
  }
}
@media only screen and (min-width: 64em) {
  .content-banner--home .content-banner__cta {
    margin-top: 50px;
  }
}
.content-banner--home .content-banner__image-container {
  display: block;
}
@media (max-width: 63.9375em) {
  .content-banner--home .content-banner__image-container img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 64em) {
  .content-banner--home .content-banner__image-container {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 250%;
  }
  .content-banner--home .content-banner__image-container img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 64em) {
  .content-banner--home .content-banner__rhs-module-container {
    float: right;
    width: 35%;
  }
}
@media only screen and (min-width: 77.75em) {
  .content-banner--home .content-banner__rhs-module-container {
    width: 30%;
  }
}
.content-banner--home.content-banner--dark:after {
  content: none;
}
@media only screen and (min-width: 64em) {
  .content-banner--home.content-banner--dark .content-banner__image-container:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
  }
}
.content-banner--home.content-banner--light:after {
  content: none;
}
@media only screen and (min-width: 64em) {
  .content-banner--home.content-banner--light .content-banner__image-container:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.3;
  }
}
@media only screen and (min-width: 64em) {
  .content-banner--home {
    border-bottom: 1px solid #e5e5e5;
  }
}

.content-banner--search {
  height: 180px;
}
.content-banner--search .content-banner__title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) {
  .content-banner--search .content-banner__title {
    margin-bottom: 20px;
  }
}
.content-banner--search .content-banner__title h1,
.content-banner--search .content-banner__title .h1,
.content-banner--search .content-banner__title h2,
.content-banner--search .content-banner__title .h2,
.content-banner--search .content-banner__title h3,
.content-banner--search .content-banner__title .h3,
.content-banner--search .content-banner__title h4,
.content-banner--search .content-banner__title .h4 {
  margin-bottom: 0;
  font-size: 28px;
  font-size: 1.75rem;
}
@media only screen and (min-width: 48em) {
  .content-banner--search .content-banner__title h1,
.content-banner--search .content-banner__title .h1,
.content-banner--search .content-banner__title h2,
.content-banner--search .content-banner__title .h2,
.content-banner--search .content-banner__title h3,
.content-banner--search .content-banner__title .h3,
.content-banner--search .content-banner__title h4,
.content-banner--search .content-banner__title .h4 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.content-banner--search .content-banner__wrapper,
.content-banner--search .content-banner__image-container {
  height: 100%;
}
@media only screen and (min-width: 48em) {
  .content-banner--search {
    height: 240px;
  }
}
.content-banner--search.content-banner--dark .content-banner__content-container {
  color: #fff;
}
.content-banner--search.content-banner--dark .content-banner__content-container h1, .content-banner--search.content-banner--dark .content-banner__content-container .h1, .content-banner--search.content-banner--dark .content-banner__content-container h2, .content-banner--search.content-banner--dark .content-banner__content-container .h2, .content-banner--search.content-banner--dark .content-banner__content-container h3, .content-banner--search.content-banner--dark .content-banner__content-container .h3, .content-banner--search.content-banner--dark .content-banner__content-container h4, .content-banner--search.content-banner--dark .content-banner__content-container .h4 {
  color: #fff;
}
.content-banner--search.content-banner--dark:after {
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  min-height: 180px;
}
.content-banner--search.content-banner--dark .content-banner__title,
.content-banner--search.content-banner--dark h1,
.content-banner--search.content-banner--dark .h1,
.content-banner--search.content-banner--dark h2,
.content-banner--search.content-banner--dark .h2,
.content-banner--search.content-banner--dark h3,
.content-banner--search.content-banner--dark .h3,
.content-banner--search.content-banner--dark h4,
.content-banner--search.content-banner--dark .h4 {
  color: #fff;
}
@media only screen and (min-width: 48em) {
  .content-banner--search.content-banner--dark .content-banner__content-container {
    color: #fff;
  }
  .content-banner--search.content-banner--dark .content-banner__content-container h1, .content-banner--search.content-banner--dark .content-banner__content-container .h1, .content-banner--search.content-banner--dark .content-banner__content-container h2, .content-banner--search.content-banner--dark .content-banner__content-container .h2, .content-banner--search.content-banner--dark .content-banner__content-container h3, .content-banner--search.content-banner--dark .content-banner__content-container .h3, .content-banner--search.content-banner--dark .content-banner__content-container h4, .content-banner--search.content-banner--dark .content-banner__content-container .h4 {
    color: #fff;
  }
  .content-banner--search.content-banner--dark:after {
    content: " ";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    min-height: 240px;
  }
}
.content-banner--search.content-banner--light .content-banner__content-container {
  color: #000;
}
.content-banner--search.content-banner--light .content-banner__content-container h1, .content-banner--search.content-banner--light .content-banner__content-container .h1, .content-banner--search.content-banner--light .content-banner__content-container h2, .content-banner--search.content-banner--light .content-banner__content-container .h2, .content-banner--search.content-banner--light .content-banner__content-container h3, .content-banner--search.content-banner--light .content-banner__content-container .h3, .content-banner--search.content-banner--light .content-banner__content-container h4, .content-banner--search.content-banner--light .content-banner__content-container .h4 {
  color: #000;
}
.content-banner--search.content-banner--light:after {
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  min-height: 180px;
}
.content-banner--search.content-banner--light .content-banner__title,
.content-banner--search.content-banner--light h1,
.content-banner--search.content-banner--light .h1,
.content-banner--search.content-banner--light h2,
.content-banner--search.content-banner--light .h2,
.content-banner--search.content-banner--light h3,
.content-banner--search.content-banner--light .h3,
.content-banner--search.content-banner--light h4,
.content-banner--search.content-banner--light .h4 {
  color: #000;
}
@media only screen and (min-width: 48em) {
  .content-banner--search.content-banner--light .content-banner__content-container {
    color: #000;
  }
  .content-banner--search.content-banner--light .content-banner__content-container h1, .content-banner--search.content-banner--light .content-banner__content-container .h1, .content-banner--search.content-banner--light .content-banner__content-container h2, .content-banner--search.content-banner--light .content-banner__content-container .h2, .content-banner--search.content-banner--light .content-banner__content-container h3, .content-banner--search.content-banner--light .content-banner__content-container .h3, .content-banner--search.content-banner--light .content-banner__content-container h4, .content-banner--search.content-banner--light .content-banner__content-container .h4 {
    color: #000;
  }
  .content-banner--search.content-banner--light:after {
    content: " ";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.3;
    min-height: 240px;
  }
}
.content-banner--search.content-banner--white .content-banner__title,
.content-banner--search.content-banner--white h1,
.content-banner--search.content-banner--white .h1 h2,
.content-banner--search.content-banner--white .h2,
.content-banner--search.content-banner--white h3,
.content-banner--search.content-banner--white .h3,
.content-banner--search.content-banner--white h4,
.content-banner--search.content-banner--white .h4 {
  color: #fff;
}
.content-banner--search .content-banner__search-field-container {
  position: relative;
}
.content-banner--search .content-banner__search-field-container .ctrl-holder {
  margin-bottom: 0;
}
.content-banner--search .content-banner__search-field-container .ctrl-holder .search-input {
  padding-right: 65px;
  height: 50px;
  width: 100%;
  background-position: right 20px center;
}
@media only screen and (min-width: 48em) {
  .content-banner--search .content-banner__search-field-container .ctrl-holder .search-input {
    height: 60px;
    width: 600px;
    background-position: right 30px center;
  }
}
.content-banner--search .content-banner__search-field-container .search-submit {
  position: absolute;
  top: 0;
  left: calc(100% - 55px);
  background: none;
  border: none;
  height: 100%;
  width: 50px;
}
.content-banner--search .content-banner__search-field-container .search-submit .text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.content-banner--search .content-banner__search-field-container .search-submit .icon {
  position: relative;
  top: 5px;
  width: 21px;
  height: 21px;
}
.content-banner--search .content-banner__search-field-container .search-submit .icon svg {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 48em) {
  .content-banner--search .content-banner__search-field-container .search-submit .icon {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 48em) {
  .content-banner--search .content-banner__search-field-container .search-submit {
    left: 545px;
  }
}

@media only screen and (min-width: 64em) {
  .navbar .nav a + .dropdown {
    position: absolute;
    z-index: 3;
    margin-left: -99999px;
  }
  .supports-js .navbar .nav a + .dropdown {
    opacity: 0;
    -webkit-transform: translateZ(0);
  }

  .supports-js .navbar .nav li.is-hover .dropdown {
    margin-left: 0;
    opacity: 1;
  }

  .supports-no-js .navbar .nav li:hover a + .dropdown,
.supports-no-js .navbar .nav a:hover + .dropdown,
.supports-no-js .navbar .nav a:focus + .dropdown,
.supports-no-js .navbar .nav a:active + .dropdown {
    margin-left: 0;
  }
}
.header__nav {
  float: left;
  position: relative;
  z-index: 900;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  display: block;
}

.navbar .nav {
  display: none;
  float: right;
  clear: right;
}
@media only screen and (min-width: 64em) {
  .navbar .nav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .navbar .nav li {
    margin: 0;
  }
  .navbar .nav > li {
    float: left;
    border-right: 1px solid #e5e5e5;
    position: relative;
  }
  .navbar .nav > li:first-child {
    border-left: 1px solid #e5e5e5;
  }
  .navbar .nav > li:last-child {
    border-right: 1px solid #e5e5e5;
  }
  .navbar .nav > li > a {
    font-size: 14px;
    font-size: 0.875rem;
    /* line-height: 30px; */
    line-height: 2.1428571429;
    font-weight: 700;
    box-sizing: border-box;
    height: 54px;
    width: 54px;
    display: block;
    color: #000;
    padding: 17px;
    position: relative;
    transition: background-color 250ms ease-in;
    text-align: left;
  }
  .navbar .nav > li > a:hover {
    text-decoration: none;
    background-color: #f3f3f3;
  }
  .navbar .nav > li > a:active, .navbar .nav > li > a:focus {
    text-decoration: none;
  }
}
@media only screen and (min-width: 64em) and (min-width: 64em) {
  .navbar .nav > li > a {
    height: 90px;
    width: auto;
    padding: 30px 25px;
  }
}
@media only screen and (min-width: 64em) and (min-width: 64em) and (min-width: 77.75em) {
  .navbar .nav > li > a {
    padding: 30px 25px;
  }
}
@media only screen and (min-width: 64em) and (min-width: 64em) {
  .navbar .nav > li > a .icon {
    position: absolute;
    left: 30px;
    top: 34px;
  }
}
@media only screen and (min-width: 64em) and (min-width: 64em) {
  .navbar .nav > li > a .text {
    display: inline-block;
  }
}
@media only screen and (min-width: 64em) and (min-width: 64em) {
  .navbar .nav > li > a.has-icon {
    padding-left: 63px;
  }
}
@media only screen and (min-width: 64em) {
  .navbar .nav > li > a .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%;
  }
  .navbar .nav > li > a .icon [stroke] {
    stroke: #000;
  }
  .navbar .nav > li > a .icon .fill {
    fill: #000;
  }
}
@media only screen and (min-width: 64em) and (min-width: 64em) {
  .navbar .nav > li > a .icon {
    width: 23px;
    height: 23px;
  }
  .navbar .nav > li > a .icon [stroke] {
    stroke: #cccccc;
  }
  .navbar .nav > li > a .icon .fill {
    fill: #cccccc;
  }
}
@media only screen and (min-width: 64em) {
  .navbar .nav > li > a .icon.icon--close, .navbar .nav > li > a.has-icon.text-hidden .icon.icon--close {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (min-width: 64em) and (min-width: 64em) {
  .navbar .nav > li > a .icon.icon--close, .navbar .nav > li > a.has-icon.text-hidden .icon.icon--close {
    left: 37px;
  }
}
@media only screen and (min-width: 64em) and (max-width: 63.9375em) {
  .navbar .nav > li > a .text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media only screen and (min-width: 64em) {
  .navbar .nav > li > a.text-hidden .text, .navbar .nav > li > a.has-icon.text-hidden .text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media only screen and (min-width: 64em) and (min-width: 64em) {
  .navbar .nav > li > a.text-hidden, .navbar .nav > li > a.has-icon.text-hidden {
    padding: 30px;
    width: 90px;
  }
  .navbar .nav > li > a.text-hidden .icon, .navbar .nav > li > a.has-icon.text-hidden .icon {
    left: 32px;
  }
}
@media only screen and (min-width: 64em) {
  .theme--roamexpress .navbar .nav > li > a.primary {
    color: #4ab947;
  }
  .theme--westlinkm7 .navbar .nav > li > a.primary {
    color: #7fc31c;
  }
  .theme--citylink .navbar .nav > li > a.primary {
    color: #1964be;
  }
  .theme--govia .navbar .nav > li > a.primary {
    color: #1995c9;
  }
  .theme--transurban .navbar .nav > li > a.primary {
    color: #0e893c;
  }
  .theme--incommunity .navbar .nav > li > a.primary {
    color: #f18903;
  }
  .theme--linkt .navbar .nav > li > a.primary {
    color: #0E893C;
  }
  .theme--linktds .navbar .nav > li > a.primary {
    color: #0E893C;
  }
  .theme--northconnex .navbar .nav > li > a.primary {
    color: #51a548;
  }
  .theme--roamexpress .navbar .nav > li > a.primary [stroke] {
    stroke: #4ab947;
  }
  .theme--westlinkm7 .navbar .nav > li > a.primary [stroke] {
    stroke: #7fc31c;
  }
  .theme--citylink .navbar .nav > li > a.primary [stroke] {
    stroke: #1964be;
  }
  .theme--govia .navbar .nav > li > a.primary [stroke] {
    stroke: #1995c9;
  }
  .theme--transurban .navbar .nav > li > a.primary [stroke] {
    stroke: #0e893c;
  }
  .theme--incommunity .navbar .nav > li > a.primary [stroke] {
    stroke: #f18903;
  }
  .theme--linkt .navbar .nav > li > a.primary [stroke] {
    stroke: #0E893C;
  }
  .theme--linktds .navbar .nav > li > a.primary [stroke] {
    stroke: #0E893C;
  }
  .theme--northconnex .navbar .nav > li > a.primary [stroke] {
    stroke: #51a548;
  }
  .theme--roamexpress .navbar .nav > li > a.primary .fill {
    fill: #4ab947;
  }
  .theme--westlinkm7 .navbar .nav > li > a.primary .fill {
    fill: #7fc31c;
  }
  .theme--citylink .navbar .nav > li > a.primary .fill {
    fill: #1964be;
  }
  .theme--govia .navbar .nav > li > a.primary .fill {
    fill: #1995c9;
  }
  .theme--transurban .navbar .nav > li > a.primary .fill {
    fill: #0e893c;
  }
  .theme--incommunity .navbar .nav > li > a.primary .fill {
    fill: #f18903;
  }
  .theme--linkt .navbar .nav > li > a.primary .fill {
    fill: #0E893C;
  }
  .theme--linktds .navbar .nav > li > a.primary .fill {
    fill: #0E893C;
  }
  .theme--northconnex .navbar .nav > li > a.primary .fill {
    fill: #51a548;
  }
}
@media only screen and (min-width: 64em) {
  .navbar .nav > li > a.has-subtitle {
    font-size: 14px;
    font-size: 0.875rem;
    /* line-height: 14px; */
    line-height: 1;
  }
}
@media only screen and (min-width: 64em) {
  .navbar .nav > li > a .subtitle {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    /* line-height: 18px; */
    line-height: 1.2857142857;
    color: #b1b0ad;
    font-weight: 400;
    margin-top: 6px;
  }
}
@media only screen and (min-width: 64em) {
  .theme--roamexpress .navbar .nav > li.is-active > a, .theme--roamexpress .navbar .nav > li.is-active-parent > a {
    color: rgba(74, 185, 71, 0.85);
  }
  .theme--westlinkm7 .navbar .nav > li.is-active > a, .theme--westlinkm7 .navbar .nav > li.is-active-parent > a {
    color: rgba(127, 195, 28, 0.85);
  }
  .theme--citylink .navbar .nav > li.is-active > a, .theme--citylink .navbar .nav > li.is-active-parent > a {
    color: rgba(25, 100, 190, 0.85);
  }
  .theme--govia .navbar .nav > li.is-active > a, .theme--govia .navbar .nav > li.is-active-parent > a {
    color: rgba(25, 149, 201, 0.85);
  }
  .theme--transurban .navbar .nav > li.is-active > a, .theme--transurban .navbar .nav > li.is-active-parent > a {
    color: rgba(14, 137, 60, 0.85);
  }
  .theme--incommunity .navbar .nav > li.is-active > a, .theme--incommunity .navbar .nav > li.is-active-parent > a {
    color: rgba(241, 137, 3, 0.85);
  }
  .theme--linkt .navbar .nav > li.is-active > a, .theme--linkt .navbar .nav > li.is-active-parent > a {
    color: rgba(14, 137, 60, 0.85);
  }
  .theme--linktds .navbar .nav > li.is-active > a, .theme--linktds .navbar .nav > li.is-active-parent > a {
    color: rgba(14, 137, 60, 0.85);
  }
  .theme--northconnex .navbar .nav > li.is-active > a, .theme--northconnex .navbar .nav > li.is-active-parent > a {
    color: rgba(81, 165, 33, 0.85);
  }
}
@media only screen and (min-width: 64em) {
  .navbar .nav > li:first-child > a {
    margin-left: 0;
  }
}
@media only screen and (min-width: 64em) {
  .navbar .nav .dropdown {
    left: -1px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 100;
    margin-top: 1px;
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .navbar .nav .dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .navbar .nav .dropdown li {
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    position: relative;
  }
  .navbar .nav .dropdown li > a:hover {
    text-decoration: none;
    background-color: #f3f3f3;
  }
  .navbar .nav .dropdown li a {
    padding: 25px 30px;
    display: block;
    color: #000;
    font-size: 14px;
    font-size: 0.875rem;
    /* line-height: 21px; */
    line-height: 1.5;
  }
  .navbar .nav .dropdown li.is-active a {
    font-weight: bold;
  }
  .navbar .nav .dropdown li.is-hover {
    background-color: #f3f3f3;
  }
  .navbar .nav .dropdown li.is-hover > .dropdown--level2 {
    opacity: 1;
    left: 100%;
  }
}
@media only screen and (min-width: 64em) {
  .navbar .nav .dropdown--level2 {
    position: absolute;
    box-sizing: border-box;
    opacity: 0;
    left: -99999px;
    top: 0;
    width: 100%;
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateZ(0);
  }
  .navbar .nav .dropdown--level2 ul li {
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .navbar .nav .dropdown--level2 ul li a {
    background-color: #f3f3f3;
  }
}
@media only screen and (min-width: 64em) {
  .navbar .nav.nav--main > li.has-children > a {
    text-align: left;
    padding-right: 53px;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 64em) and (min-width: 77.75em) {
  .navbar .nav.nav--main > li.has-children > a {
    padding-right: 55px;
  }
}
@media only screen and (min-width: 64em) {
  .navbar .nav.nav--main > li.has-children > a:before {
    content: "";
    width: 13px;
    height: 7px;
    display: block;
    background-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    top: 42px;
    right: 20px;
    margin-top: 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 64em) {
  .navbar .nav.nav--main > li.has-children > a.has-subtitle:before {
    top: 35px;
  }
}

.toll-calculator--loading {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.toll-calculator--loading:before, .toll-calculator--loading:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.toll-calculator--loading:after {
  clear: both;
}
.toll-calculator--loading {
  *zoom: 1;
}
@media only screen and (min-width: 48em) {
  .toll-calculator--loading {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 64em) {
  .toll-calculator--loading {
    width: 40%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active), (max-width: 450px) {
  .toll-calculator__vehicle-wrapper.animate-show {
    padding-top: 14px;
    margin-top: 10px;
  }
}
@media all and (-ms-ime-align: auto), (max-width: 450px) {
  .toll-calculator__vehicle-wrapper.animate-show {
    padding-top: 14px;
    margin-top: 10px;
  }
}

.toll-calculator {
  font-size: 14px;
}
.toll-calculator .flex-container {
  display: flex;
  width: 100%;
}
.toll-calculator__region-toggle-wrapper {
  margin-bottom: 15px;
}
.toll-calculator .cf.vtype {
  display: flex;
  justify-content: space-between;
}
.toll-calculator .cf.vtype .icon--transport-motorbike {
  padding-top: 5px;
  padding-left: 3.5px;
}
.toll-calculator .cf.vtype .icon--transport-motorbike svg {
  width: 25px;
  height: 25px;
  display: block;
}
.toll-calculator h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 22.4375em) {
  .toll-calculator h3 {
    margin-bottom: 10px;
  }
}
.toll-calculator select:disabled {
  background-color: #eee;
  color: #aaa;
}
.toll-calculator__wrapper {
  padding-top: 30px;
  margin-bottom: 0;
  border-top: 3px solid;
}
.theme--roamexpress .toll-calculator__wrapper {
  border-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator__wrapper {
  border-color: #7fc31c;
}
.theme--citylink .toll-calculator__wrapper {
  border-color: #1964be;
}
.theme--govia .toll-calculator__wrapper {
  border-color: #1995c9;
}
.theme--transurban .toll-calculator__wrapper {
  border-color: #0e893c;
}
.theme--incommunity .toll-calculator__wrapper {
  border-color: #f18903;
}
.theme--linkt .toll-calculator__wrapper {
  border-color: #0E893C;
}
.theme--linktds .toll-calculator__wrapper {
  border-color: #0E893C;
}
.theme--northconnex .toll-calculator__wrapper {
  border-color: #51a548;
}
.toll-calculator__info {
  width: 100%;
  min-height: 300px;
}
.toll-calculator__info:before, .toll-calculator__info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.toll-calculator__info:after {
  clear: both;
}
.toll-calculator__info {
  *zoom: 1;
}
@media only screen and (min-width: 48em) {
  .toll-calculator__info {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 64em) {
  .toll-calculator__info {
    width: 40%;
  }
}
.toll-calculator__map-wrapper {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65px;
  transform: translate(0, 0);
  transition: height 0.5s;
  z-index: 1000;
  opacity: 1;
  box-shadow: -1px -1px 5px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 48em) {
  .toll-calculator__map-wrapper {
    position: relative;
    top: 0;
    transform: translate(0, 0);
    z-index: 1;
    height: 100%;
    opacity: 1;
    float: left;
    width: 50%;
    padding-left: 20px;
    box-shadow: none;
    overflow-y: hidden;
  }
}
@media only screen and (min-width: 64em) {
  .toll-calculator__map-wrapper {
    width: 60%;
  }
}
.toll-calculator__map-wrapper.open {
  height: 100%;
}
.toll-calculator__map {
  width: 100%;
  height: 90vh;
}
@media only screen and (min-width: 48em) {
  .toll-calculator__map {
    height: 750px;
    margin-bottom: 40px;
  }
}
.toll-calculator__vehicle-type {
  display: inline-block;
  /*IE 10+ support */
  /* Edge Support */
  width: 48%;
  height: 80px;
  margin: 0 2% 10px 0;
  padding: 10px 0;
  float: left;
  display: inline-block;
  background-color: #f3f3f3;
  cursor: pointer;
  border-radius: 4px;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  transition: background-color 250ms;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active), (max-width: 450px) {
  .toll-calculator__vehicle-type {
    margin: 10px 3px 10px 0;
    width: 23.3%;
    object-fit: contain;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: -0.1px;
    text-align: center;
    height: 68px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 16px;
  }
}
@media all and (-ms-ime-align: auto), (max-width: 450px) {
  .toll-calculator__vehicle-type {
    margin: 10px 3px 10px 0;
    width: 23.3%;
    object-fit: contain;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: -0.1px;
    text-align: center;
    height: 68px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 48em) {
  .toll-calculator__vehicle-type {
    margin: 10px 3px 10px 0;
    width: 23%;
    padding: 10px 10px 17px 10px;
    height: 80px;
    /* line-height: 15px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 64em) {
  .toll-calculator__vehicle-type {
    padding: 10px 10px 17px 10px;
    height: 80px;
    /* line-height: 15px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.toll-calculator__vehicle-type:before, .toll-calculator__vehicle-type:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.toll-calculator__vehicle-type:after {
  clear: both;
}
.toll-calculator__vehicle-type {
  *zoom: 1;
}
.toll-calculator__vehicle-type:last-child {
  margin-right: 0;
}
.toll-calculator__vehicle-type.selected {
  color: #fff;
}
.theme--roamexpress .toll-calculator__vehicle-type.selected {
  background-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator__vehicle-type.selected {
  background-color: #7fc31c;
}
.theme--citylink .toll-calculator__vehicle-type.selected {
  background-color: #1964be;
}
.theme--govia .toll-calculator__vehicle-type.selected {
  background-color: #1995c9;
}
.theme--transurban .toll-calculator__vehicle-type.selected {
  background-color: #0e893c;
}
.theme--incommunity .toll-calculator__vehicle-type.selected {
  background-color: #f18903;
}
.theme--linkt .toll-calculator__vehicle-type.selected {
  background-color: #0E893C;
}
.theme--linktds .toll-calculator__vehicle-type.selected {
  background-color: #0E893C;
}
.theme--northconnex .toll-calculator__vehicle-type.selected {
  background-color: #51a548;
}
.toll-calculator__peak-type {
  width: 48%;
  height: 80px;
  margin: 0 2% 10px 0;
  padding: 10px 0;
  float: left;
  display: inline-block;
  background-color: #f3f3f3;
  cursor: pointer;
  border-radius: 4px;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  transition: background-color 250ms;
  width: 48%;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  /*IE 10+ support */
  /* Edge Support */
  line-height: initial;
}
.toll-calculator__peak-type:before, .toll-calculator__peak-type:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.toll-calculator__peak-type:after {
  clear: both;
}
.toll-calculator__peak-type {
  *zoom: 1;
}
.toll-calculator__peak-type:last-child {
  margin-right: 0;
}
.toll-calculator__peak-type.selected {
  color: #fff;
}
.theme--roamexpress .toll-calculator__peak-type.selected {
  background-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator__peak-type.selected {
  background-color: #7fc31c;
}
.theme--citylink .toll-calculator__peak-type.selected {
  background-color: #1964be;
}
.theme--govia .toll-calculator__peak-type.selected {
  background-color: #1995c9;
}
.theme--transurban .toll-calculator__peak-type.selected {
  background-color: #0e893c;
}
.theme--incommunity .toll-calculator__peak-type.selected {
  background-color: #f18903;
}
.theme--linkt .toll-calculator__peak-type.selected {
  background-color: #0E893C;
}
.theme--linktds .toll-calculator__peak-type.selected {
  background-color: #0E893C;
}
.theme--northconnex .toll-calculator__peak-type.selected {
  background-color: #51a548;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active), (max-width: 450px) {
  .toll-calculator__peak-type {
    height: 60px;
    object-fit: contain;
    border-radius: 4px;
    font-size: 12px;
  }
}
@media all and (-ms-ime-align: auto), (max-width: 450px) {
  .toll-calculator__peak-type {
    height: 60px;
    object-fit: contain;
    border-radius: 4px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 64em) {
  .toll-calculator__peak-type {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 40em) {
  .toll-calculator__peak-type {
    height: 60px;
  }
}
.toll-calculator__peak-type span {
  vertical-align: top;
  margin: 0 0 2px 0;
}
@media only screen and (min-width: 64em) {
  .toll-calculator__peak-type span {
    margin: 0 5px 0 0;
  }
}
.toll-calculator__peak-type svg {
  display: block;
}
.toll-calculator__select {
  width: 70%;
}
.toll-calculator__start-end {
  width: 10%;
  float: left;
  display: inline-block;
}
.toll-calculator__start-end .marker-icons {
  margin-top: 10px;
}
.toll-calculator__start-end-labels {
  display: inline-block;
  float: left;
  width: 90%;
}
.toll-calculator__start-end-labels:before, .toll-calculator__start-end-labels:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.toll-calculator__start-end-labels:after {
  clear: both;
}
.toll-calculator__start-end-labels {
  *zoom: 1;
}
.toll-calculator__start-end-labels select, .toll-calculator__start-end-labels input {
  color: #333;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 13px 15px 13px;
  outline: none;
  float: left;
  clear: left;
  border-radius: 0;
  transition-property: color, background-color, border;
  transition-duration: 250ms;
  width: 100%;
  margin-bottom: 12px;
  height: 48px;
}
.theme--roamexpress .toll-calculator__start-end-labels select:focus, .theme--roamexpress .toll-calculator__start-end-labels input:focus {
  border-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator__start-end-labels select:focus, .theme--westlinkm7 .toll-calculator__start-end-labels input:focus {
  border-color: #7fc31c;
}
.theme--citylink .toll-calculator__start-end-labels select:focus, .theme--citylink .toll-calculator__start-end-labels input:focus {
  border-color: #1964be;
}
.theme--govia .toll-calculator__start-end-labels select:focus, .theme--govia .toll-calculator__start-end-labels input:focus {
  border-color: #1995c9;
}
.theme--transurban .toll-calculator__start-end-labels select:focus, .theme--transurban .toll-calculator__start-end-labels input:focus {
  border-color: #0e893c;
}
.theme--incommunity .toll-calculator__start-end-labels select:focus, .theme--incommunity .toll-calculator__start-end-labels input:focus {
  border-color: #f18903;
}
.theme--linkt .toll-calculator__start-end-labels select:focus, .theme--linkt .toll-calculator__start-end-labels input:focus {
  border-color: #0E893C;
}
.theme--linktds .toll-calculator__start-end-labels select:focus, .theme--linktds .toll-calculator__start-end-labels input:focus {
  border-color: #0E893C;
}
.theme--northconnex .toll-calculator__start-end-labels select:focus, .theme--northconnex .toll-calculator__start-end-labels input:focus {
  border-color: #51a548;
}
.toll-calculator__start-end-wrapper:before, .toll-calculator__start-end-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.toll-calculator__start-end-wrapper:after {
  clear: both;
}
.toll-calculator__start-end-wrapper {
  *zoom: 1;
}
.toll-calculator__vehicle-wrapper {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  margin-top: 20px;
}
.toll-calculator__vehicle-wrapper:before, .toll-calculator__vehicle-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.toll-calculator__vehicle-wrapper:after {
  clear: both;
}
.toll-calculator__vehicle-wrapper {
  *zoom: 1;
}
.toll-calculator__reset {
  float: right;
  cursor: pointer;
}
.toll-calculator__reset:hover {
  border-radius: 6px;
}
.toll-calculator__changeover {
  float: right;
  cursor: pointer;
  width: 100%;
  text-align: right;
  padding: 0 10px 10px;
}
.toll-calculator__changeover .icon {
  margin-left: 5px;
  vertical-align: text-top;
}
.toll-calculator__results-wrapper {
  border-top: 1px solid #cccccc;
  margin-top: 20px;
}
.toll-calculator__results-wrapper:before, .toll-calculator__results-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.toll-calculator__results-wrapper:after {
  clear: both;
}
.toll-calculator__results-wrapper {
  *zoom: 1;
}
.toll-calculator__results-wrapper .price-area {
  margin-left: 10px;
  margin-right: 24px;
  font-size: 1.3em;
  line-height: 20px;
  float: left;
}
@media only screen and (min-width: 48em) {
  .toll-calculator__results-wrapper .price-area {
    margin-left: 10px;
    margin-right: 28px;
    flex: auto;
  }
}
.toll-calculator__results-wrapper .tooltip-area {
  display: inline-block;
  margin: 7px 0 0 20px;
}
@media only screen and (min-width: 48em) {
  .toll-calculator__results-wrapper .tooltip-area {
    float: right;
    margin: 11px 0 0 10px;
  }
}
.toll-calculator__info-box {
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 200;
}
.theme--roamexpress .toll-calculator__info-box {
  background-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator__info-box {
  background-color: #7fc31c;
}
.theme--citylink .toll-calculator__info-box {
  background-color: #1964be;
}
.theme--govia .toll-calculator__info-box {
  background-color: #1995c9;
}
.theme--transurban .toll-calculator__info-box {
  background-color: #0e893c;
}
.theme--incommunity .toll-calculator__info-box {
  background-color: #f18903;
}
.theme--linkt .toll-calculator__info-box {
  background-color: #0E893C;
}
.theme--linktds .toll-calculator__info-box {
  background-color: #0E893C;
}
.theme--northconnex .toll-calculator__info-box {
  background-color: #51a548;
}
.theme--roamexpress .toll-calculator__info-box.markerIntersection {
  background-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator__info-box.markerIntersection {
  background-color: #7fc31c;
}
.theme--citylink .toll-calculator__info-box.markerIntersection {
  background-color: #1964be;
}
.theme--govia .toll-calculator__info-box.markerIntersection {
  background-color: #1995c9;
}
.theme--transurban .toll-calculator__info-box.markerIntersection {
  background-color: #0e893c;
}
.theme--incommunity .toll-calculator__info-box.markerIntersection {
  background-color: #f18903;
}
.theme--linkt .toll-calculator__info-box.markerIntersection {
  background-color: #0E893C;
}
.theme--linktds .toll-calculator__info-box.markerIntersection {
  background-color: #0E893C;
}
.theme--northconnex .toll-calculator__info-box.markerIntersection {
  background-color: #51a548;
}
.theme--roamexpress .toll-calculator__info-box.markerIntersection {
  border-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator__info-box.markerIntersection {
  border-color: #7fc31c;
}
.theme--citylink .toll-calculator__info-box.markerIntersection {
  border-color: #1964be;
}
.theme--govia .toll-calculator__info-box.markerIntersection {
  border-color: #1995c9;
}
.theme--transurban .toll-calculator__info-box.markerIntersection {
  border-color: #0e893c;
}
.theme--incommunity .toll-calculator__info-box.markerIntersection {
  border-color: #f18903;
}
.theme--linkt .toll-calculator__info-box.markerIntersection {
  border-color: #0E893C;
}
.theme--linktds .toll-calculator__info-box.markerIntersection {
  border-color: #0E893C;
}
.theme--northconnex .toll-calculator__info-box.markerIntersection {
  border-color: #51a548;
}
.toll-calculator__info-box.markerNoExit {
  background-color: #aaa;
  border: 1px solid #aaa;
}
.theme--roamexpress .toll-calculator__info-box.markerStart {
  border-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator__info-box.markerStart {
  border-color: #7fc31c;
}
.theme--citylink .toll-calculator__info-box.markerStart {
  border-color: #1964be;
}
.theme--govia .toll-calculator__info-box.markerStart {
  border-color: #1995c9;
}
.theme--transurban .toll-calculator__info-box.markerStart {
  border-color: #0e893c;
}
.theme--incommunity .toll-calculator__info-box.markerStart {
  border-color: #f18903;
}
.theme--linkt .toll-calculator__info-box.markerStart {
  border-color: #0E893C;
}
.theme--linktds .toll-calculator__info-box.markerStart {
  border-color: #0E893C;
}
.theme--northconnex .toll-calculator__info-box.markerStart {
  border-color: #51a548;
}
.theme--roamexpress .toll-calculator__info-box.markerEnd {
  border-color: #1995c9;
}
.theme--westlinkm7 .toll-calculator__info-box.markerEnd {
  border-color: #1995c9;
}
.theme--citylink .toll-calculator__info-box.markerEnd {
  border-color: #e0a127;
}
.theme--govia .toll-calculator__info-box.markerEnd {
  border-color: #fe9b30;
}
.theme--transurban .toll-calculator__info-box.markerEnd {
  border-color: #2c2a29;
}
.theme--incommunity .toll-calculator__info-box.markerEnd {
  border-color: #1675a9;
}
.theme--linkt .toll-calculator__info-box.markerEnd {
  border-color: #0a4842;
}
.theme--linktds .toll-calculator__info-box.markerEnd {
  border-color: #0a4842;
}
.theme--northconnex .toll-calculator__info-box.markerEnd {
  border-color: #4c4d4f;
}
.theme--roamexpress .toll-calculator__info-box.markerEnd {
  background-color: #1995c9;
}
.theme--westlinkm7 .toll-calculator__info-box.markerEnd {
  background-color: #1995c9;
}
.theme--citylink .toll-calculator__info-box.markerEnd {
  background-color: #e0a127;
}
.theme--govia .toll-calculator__info-box.markerEnd {
  background-color: #fe9b30;
}
.theme--transurban .toll-calculator__info-box.markerEnd {
  background-color: #2c2a29;
}
.theme--incommunity .toll-calculator__info-box.markerEnd {
  background-color: #1675a9;
}
.theme--linkt .toll-calculator__info-box.markerEnd {
  background-color: #0a4842;
}
.theme--linktds .toll-calculator__info-box.markerEnd {
  background-color: #0a4842;
}
.theme--northconnex .toll-calculator__info-box.markerEnd {
  background-color: #4c4d4f;
}
.toll-calculator__info-box.markerGrey {
  background-color: #aaa;
}
.toll-calculator__info-box.toll-point {
  background-color: #fff;
  color: #333;
}
.toll-calculator__highlight {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  z-index: 199;
}
.toll-calculator__highlight.right {
  text-align: left;
}
.toll-calculator__highlight.left {
  text-align: right;
}
.toll-calculator.ng-scope {
  margin-bottom: 0px;
}
.toll-calculator.right:after {
  right: -48px;
}
@media screen {
  .toll-calculator.right:after {
    transition: border-color 250ms, border-width 250ms;
    width: 0;
    height: 0;
    border: 4.5px solid transparent;
    border-left: 24px solid #fff;
  }
}
.toll-calculator__results-box {
  width: 100%;
  background-color: #f3f3f3;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.toll-calculator__results-box:before, .toll-calculator__results-box:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.toll-calculator__results-box:after {
  clear: both;
}
.toll-calculator__results-box {
  *zoom: 1;
}
@media (min-width: 22.4375em) {
  .toll-calculator__results-box {
    padding: 15px;
  }
}
.toll-calculator__results-box .left {
  max-width: 130px;
  float: left;
  width: 45%;
}
@media only screen and (min-width: 48em) {
  .toll-calculator__results-box .left {
    width: 60%;
  }
}
@media only screen and (min-width: 64em) {
  .toll-calculator__results-box .left {
    width: 60%;
    max-width: none;
  }
}
.toll-calculator__results-box .right {
  display: flex;
  align-items: center;
  width: initial;
  margin-right: 0;
  margin-top: 0;
  max-width: 175px;
  float: right;
  text-align: right;
  margin-left: auto;
}
.toll-calculator__results-box .right .total-price {
  flex: auto;
  display: inline-block;
  margin: 0;
  padding-top: 0;
}
@media only screen and (min-width: 48em) {
  .toll-calculator__results-box .right .total-price {
    padding-top: 0;
  }
}
.toll-calculator__results-box .right .toggle-button {
  height: 15px;
  width: 15px;
  margin-left: 7px;
  display: inline-block;
}
.toll-calculator__results-box .right .toggle-button .icon {
  display: block;
  height: 100%;
  width: 100%;
}
.toll-calculator__results-box .right .toggle-button .icon svg {
  display: block;
}
@media only screen and (min-width: 48em) {
  .toll-calculator__results-box .right .toggle-button {
    margin-left: 9px;
  }
}
.toll-calculator__results-box .description {
  margin-top: 10px;
}
.toll-calculator__results-box h4 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
.toll-calculator__vehicle-icon {
  display: block !important;
  margin: 0 auto;
  transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
}
.toll-calculator__peak-icon {
  display: block !important;
  margin: 0 auto;
}
@media only screen and (min-width: 40em) {
  .toll-calculator__peak-icon {
    display: inline-block !important;
    margin: 0;
  }
}
.toll-calculator__cap {
  font-size: 13px;
  font-weight: lighter;
}
.toll-calculator__map-bar {
  width: 100%;
  height: 65px;
  color: #fff;
  padding: 22px 0 0 20px;
  font-size: 1.2em;
}
.theme--roamexpress .toll-calculator__map-bar {
  background-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator__map-bar {
  background-color: #7fc31c;
}
.theme--citylink .toll-calculator__map-bar {
  background-color: #1964be;
}
.theme--govia .toll-calculator__map-bar {
  background-color: #1995c9;
}
.theme--transurban .toll-calculator__map-bar {
  background-color: #0e893c;
}
.theme--incommunity .toll-calculator__map-bar {
  background-color: #f18903;
}
.theme--linkt .toll-calculator__map-bar {
  background-color: #0E893C;
}
.theme--linktds .toll-calculator__map-bar {
  background-color: #0E893C;
}
.theme--northconnex .toll-calculator__map-bar {
  background-color: #51a548;
}
@media only screen and (min-width: 48em) {
  .toll-calculator__map-bar {
    display: none;
  }
}
.toll-calculator__map-bar .toll-calculator__view-map-icon {
  height: 21px;
  width: 21px;
}
.toll-calculator__map-buttons {
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}
@media only screen and (min-width: 48em) {
  .toll-calculator__map-buttons {
    display: none;
  }
}
.toll-calculator__map-buttons .finished {
  text-align: center;
  color: #fff;
  padding: 10px;
  margin: 2%;
  border-radius: 8px;
  width: 44%;
  float: right;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.theme--roamexpress .toll-calculator__map-buttons .finished {
  background-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator__map-buttons .finished {
  background-color: #7fc31c;
}
.theme--citylink .toll-calculator__map-buttons .finished {
  background-color: #1964be;
}
.theme--govia .toll-calculator__map-buttons .finished {
  background-color: #1995c9;
}
.theme--transurban .toll-calculator__map-buttons .finished {
  background-color: #0e893c;
}
.theme--incommunity .toll-calculator__map-buttons .finished {
  background-color: #f18903;
}
.theme--linkt .toll-calculator__map-buttons .finished {
  background-color: #0E893C;
}
.theme--linktds .toll-calculator__map-buttons .finished {
  background-color: #0E893C;
}
.theme--northconnex .toll-calculator__map-buttons .finished {
  background-color: #51a548;
}
.toll-calculator__map-buttons .reset {
  text-align: center;
  color: #fff;
  padding: 10px;
  margin: 2%;
  border-radius: 8px;
  width: 44%;
  float: left;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.theme--roamexpress .toll-calculator__map-buttons .reset {
  background-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator__map-buttons .reset {
  background-color: #7fc31c;
}
.theme--citylink .toll-calculator__map-buttons .reset {
  background-color: #1964be;
}
.theme--govia .toll-calculator__map-buttons .reset {
  background-color: #1995c9;
}
.theme--transurban .toll-calculator__map-buttons .reset {
  background-color: #0e893c;
}
.theme--incommunity .toll-calculator__map-buttons .reset {
  background-color: #f18903;
}
.theme--linkt .toll-calculator__map-buttons .reset {
  background-color: #0E893C;
}
.theme--linktds .toll-calculator__map-buttons .reset {
  background-color: #0E893C;
}
.theme--northconnex .toll-calculator__map-buttons .reset {
  background-color: #51a548;
}
.toll-calculator__map-buttons .icon {
  vertical-align: baseline;
}
.toll-calculator__vehicle-type-link, .toll-calculator__open-account {
  font-size: 14px;
  text-align: right;
}
.toll-calculator__tooltip {
  cursor: pointer;
}
.toll-calculator__view-map-icon {
  float: right;
  margin-right: 20px;
}
.toll-calculator__legend {
  position: absolute;
  top: 75px;
  right: 10px;
  background-color: #fff;
  padding: 13px 10px 9px 10px;
  margin: 0;
  z-index: 200;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  font-size: 11px;
  line-height: 11px;
  border-radius: 3px;
}
@media only screen and (min-width: 48em) {
  .toll-calculator__legend {
    top: 10px;
    padding: 10px 10px 7px 10px;
  }
}
.toll-calculator__legend .legend-toggle {
  cursor: pointer;
}
.toll-calculator__legend .legend-title {
  font-weight: bold;
  min-width: 120px;
  margin-right: 10px;
  float: left;
}
.toll-calculator__legend .legend-content {
  margin-top: 10px;
  display: block;
}
@media only screen and (min-width: 48em) {
  .toll-calculator__legend .legend-content {
    display: none;
  }
}
.toll-calculator__legend .legend-content.toggled {
  display: none;
}
@media only screen and (min-width: 48em) {
  .toll-calculator__legend .legend-content.toggled {
    display: block;
  }
}
.toll-calculator__legend .legend-item {
  margin-bottom: 3px;
}
.toll-calculator__legend .icon--xx-small {
  width: 13px;
  height: 13px;
  background-size: contain;
}
.toll-calculator__legend .legend-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  box-shadow: none;
  margin-right: 5px;
  vertical-align: middle;
  cursor: default;
}
.toll-calculator__legend .legend-icon.toll-calculator__toll-point {
  border-width: 1px;
  width: 9px;
  height: 9px;
  margin: 2px 7px 2px 2px;
}
.toll-calculator__legend .legend-icon-desktop {
  display: none;
}
@media only screen and (min-width: 48em) {
  .toll-calculator__legend .legend-icon-desktop {
    display: inline-block;
  }
}
.toll-calculator__legend .legend-icon-mobile {
  display: inline-block;
}
@media only screen and (min-width: 48em) {
  .toll-calculator__legend .legend-icon-mobile {
    display: none;
  }
}
.toll-calculator__legend .icon--close {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  float: right;
  cursor: pointer;
  margin-top: 3px;
}
.toll-calculator .btn--link {
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
}
.toll-calculator .animate-show {
  opacity: 1;
  transform-style: preserve-3d;
  transform-origin: center top;
}
.toll-calculator select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.toll-calculator h4 {
  font-size: 1em;
}
.toll-calculator .more-detail {
  position: relative;
  padding: 0 20px 0 0;
}
.toll-calculator .more-detail::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 7px;
  right: 0;
  top: 50%;
  margin: -3px 0 0;
}
.toll-calculator .total-price {
  font-size: 1.3em;
  line-height: 20px;
  margin: 12px 0;
  background-color: transparent;
  min-height: 0;
  padding: 0;
}
.toll-calculator .total-price + a {
  font-weight: bold;
  display: block;
}
@media only screen and (min-width: 48em) {
  .toll-calculator .total-price {
    text-align: right;
    margin-top: 0;
  }
  .toll-calculator .total-price + a {
    float: right;
  }
}
.toll-calculator .toll-calculator__start-end-wrapper .section .module--rich-text h3 {
  margin: 0;
}
.toll-calculator .toll-calculator__start-end-wrapper .section .module--rich-text h3 + p {
  margin-top: 0;
}
.toll-calculator .extra-padded {
  padding-left: 20px;
  padding-right: 20px;
}
.toll-calculator .description-nofee {
  margin: -19px 0 0 0;
}
.toll-calculator .toll-calculator__results-wrapper h3 {
  padding: 15px 0 0 0;
}
.toll-calculator .toll-calculator__results-wrapper h3 ~ h3 {
  margin-top: 0;
}
.toll-calculator .toll-calculator__results-wrapper h3.topmargin60 {
  margin-top: 60px;
}

@keyframes ani-show {
  0% {
    transform: translateY(15px);
    opacity: 0;
    height: 0;
    margin: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.toll-calculator__marker {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
  border: 1px solid #777;
  color: #fff;
}
.toll-calculator__marker.markerIntersection {
  padding-top: 0px;
}
.theme--roamexpress .toll-calculator__marker.markerIntersection {
  background-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator__marker.markerIntersection {
  background-color: #7fc31c;
}
.theme--citylink .toll-calculator__marker.markerIntersection {
  background-color: #1964be;
}
.theme--govia .toll-calculator__marker.markerIntersection {
  background-color: #1995c9;
}
.theme--transurban .toll-calculator__marker.markerIntersection {
  background-color: #0e893c;
}
.theme--incommunity .toll-calculator__marker.markerIntersection {
  background-color: #f18903;
}
.theme--linkt .toll-calculator__marker.markerIntersection {
  background-color: #0E893C;
}
.theme--linktds .toll-calculator__marker.markerIntersection {
  background-color: #0E893C;
}
.theme--northconnex .toll-calculator__marker.markerIntersection {
  background-color: #51a548;
}
.theme--roamexpress .toll-calculator__marker.markerIntersection {
  border-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator__marker.markerIntersection {
  border-color: #7fc31c;
}
.theme--citylink .toll-calculator__marker.markerIntersection {
  border-color: #1964be;
}
.theme--govia .toll-calculator__marker.markerIntersection {
  border-color: #1995c9;
}
.theme--transurban .toll-calculator__marker.markerIntersection {
  border-color: #0e893c;
}
.theme--incommunity .toll-calculator__marker.markerIntersection {
  border-color: #f18903;
}
.theme--linkt .toll-calculator__marker.markerIntersection {
  border-color: #0E893C;
}
.theme--linktds .toll-calculator__marker.markerIntersection {
  border-color: #0E893C;
}
.theme--northconnex .toll-calculator__marker.markerIntersection {
  border-color: #51a548;
}
.toll-calculator__marker.markerIntersection .inner {
  border-radius: 100%;
  height: 25px;
  width: 25px;
  padding-top: 25.5%;
  text-align: center;
  position: absolute;
}
.theme--roamexpress .toll-calculator__marker.markerIntersection .inner {
  background-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator__marker.markerIntersection .inner {
  background-color: #7fc31c;
}
.theme--citylink .toll-calculator__marker.markerIntersection .inner {
  background-color: #1964be;
}
.theme--govia .toll-calculator__marker.markerIntersection .inner {
  background-color: #1995c9;
}
.theme--transurban .toll-calculator__marker.markerIntersection .inner {
  background-color: #0e893c;
}
.theme--incommunity .toll-calculator__marker.markerIntersection .inner {
  background-color: #f18903;
}
.theme--linkt .toll-calculator__marker.markerIntersection .inner {
  background-color: #0E893C;
}
.theme--linktds .toll-calculator__marker.markerIntersection .inner {
  background-color: #0E893C;
}
.theme--northconnex .toll-calculator__marker.markerIntersection .inner {
  background-color: #51a548;
}
.toll-calculator__marker.markerNoExit {
  background-color: #aaa;
  border: 1px solid #aaa;
  opacity: 0.7;
}
.toll-calculator__marker.markerStart {
  color: #333;
  background-color: #fff;
  border-width: 4px;
  padding-top: 2px;
}
.theme--roamexpress .toll-calculator__marker.markerStart {
  border-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator__marker.markerStart {
  border-color: #7fc31c;
}
.theme--citylink .toll-calculator__marker.markerStart {
  border-color: #1964be;
}
.theme--govia .toll-calculator__marker.markerStart {
  border-color: #1995c9;
}
.theme--transurban .toll-calculator__marker.markerStart {
  border-color: #0e893c;
}
.theme--incommunity .toll-calculator__marker.markerStart {
  border-color: #f18903;
}
.theme--linkt .toll-calculator__marker.markerStart {
  border-color: #0E893C;
}
.theme--linktds .toll-calculator__marker.markerStart {
  border-color: #0E893C;
}
.theme--northconnex .toll-calculator__marker.markerStart {
  border-color: #51a548;
}
.toll-calculator__marker.markerStart.legend-icon {
  border-width: 2px;
}
.toll-calculator__marker.markerGrey {
  background-color: #aaa;
  color: #333;
  background-color: #fff;
  border-width: 4px;
  padding-top: 2px;
}
.toll-calculator__marker.markerGrey.legend-icon {
  border-width: 2px;
}
.toll-calculator__marker.markerEnd {
  color: #333;
  background-color: #fff;
  border-width: 4px;
  padding-top: 2px;
}
.theme--roamexpress .toll-calculator__marker.markerEnd {
  border-color: #1995c9;
}
.theme--westlinkm7 .toll-calculator__marker.markerEnd {
  border-color: #1995c9;
}
.theme--citylink .toll-calculator__marker.markerEnd {
  border-color: #e0a127;
}
.theme--govia .toll-calculator__marker.markerEnd {
  border-color: #fe9b30;
}
.theme--transurban .toll-calculator__marker.markerEnd {
  border-color: #2c2a29;
}
.theme--incommunity .toll-calculator__marker.markerEnd {
  border-color: #1675a9;
}
.theme--linkt .toll-calculator__marker.markerEnd {
  border-color: #0a4842;
}
.theme--linktds .toll-calculator__marker.markerEnd {
  border-color: #0a4842;
}
.theme--northconnex .toll-calculator__marker.markerEnd {
  border-color: #4c4d4f;
}
.toll-calculator__marker.markerEnd.legend-icon {
  border-width: 2px;
}

.toll-calculator__toll-point {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: 1px solid #000;
  background-color: #fff;
}

@keyframes fold-out {
  0% {
    transform: perspective(500px) rotateX(-90deg);
  }
  100% {
    transform: perspective(500px) rotateX(0deg);
  }
}
.toll-calc--tooltip {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 15px;
  max-width: 200px;
  color: #333;
  border-radius: 6px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  z-index: 200;
  font-size: 14px;
  font-size: 0.875rem;
  /* line-height: 21px; */
  line-height: 1.5;
}

.toll-calc--tooltip-show {
  display: inherit;
  opacity: 1;
}

.toll-calc--tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.toll-calc--tooltip-down .toll-calc--tooltip-arrow {
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}

.toll-calc--tooltip-up .toll-calc--tooltip-arrow {
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.toll-calc--tooltip-right .toll-calc--tooltip-arrow {
  left: -5px;
  top: 50%;
  margin-top: -3px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fff;
}

.toll-calc--tooltip-left .toll-calc--tooltip-arrow {
  right: -5px;
  top: 50%;
  margin-top: -3px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.module--go-via-toll-calculator .l-padding {
  padding: 0 20px;
}
.module--toll-calculator .l-padding {
  padding: 0 20px;
}

.toll-calculator--go-via .roadname {
  margin-top: 10px;
  margin-bottom: 3px;
}
.toll-calculator--go-via .toll-calculator__breakdown .ng-scope {
  margin-bottom: 0px !important;
}
.toll-calculator--go-via .toll-calculator__vehicle-wrapper .vtype {
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 63.9375em) {
  .toll-calculator--go-via .toll-calculator__vehicle-wrapper .vtype {
    flex-wrap: wrap-reverse;
    margin-bottom: 20px;
  }
}
.toll-calculator--go-via .toll-calculator__vehicle-type {
  font-size: 12px;
  margin: 5px;
}
.toll-calculator--go-via .toll-calculator__vehicle-type.desktop {
  display: block;
}
.toll-calculator--go-via .toll-calculator__vehicle-type.desktop.hide {
  display: none;
}
.toll-calculator--go-via .toll-calculator__vehicle-type.mobile {
  display: none;
}
.toll-calculator--go-via .toll-calculator__vehicle-type.mobile.hide {
  display: none;
}
@media (max-width: 63.9375em) {
  .toll-calculator--go-via .toll-calculator__vehicle-type {
    margin: 2px;
    flex-grow: 1;
    width: 22%;
  }
  .toll-calculator--go-via .toll-calculator__vehicle-type.desktop {
    display: none;
  }
  .toll-calculator--go-via .toll-calculator__vehicle-type.desktop.hide {
    display: none;
  }
  .toll-calculator--go-via .toll-calculator__vehicle-type.mobile {
    display: block;
  }
  .toll-calculator--go-via .toll-calculator__vehicle-type.mobile.hide {
    display: none;
  }
}
@media (max-width: 63.9375em) {
  .toll-calculator--go-via .toll-calculator__vehicle-type.toowoomba-only {
    margin: 2px;
    flex-grow: 1;
  }
}

.toll-calculator__breakdown .ng-scope {
  margin-bottom: 3px;
}
.toll-calculator__breakdown .ng-scope .ng-hide {
  margin-top: -10px;
}
.toll-calculator .line-item {
  display: flex;
  justify-content: space-between;
}
.toll-calculator .line-item .total {
  float: right;
  white-space: nowrap;
  margin-left: 10px;
}
.toll-calculator .single-section-nofee {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #838383;
  display: flex;
  justify-content: space-between;
  max-width: 86%;
}
.toll-calculator .vmf.sf.fee {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: -7px;
}
.toll-calculator .vmf.sf.fee .total {
  float: right;
  white-space: nowrap;
  padding-left: 5px;
}
.toll-calculator .about-heading {
  margin-bottom: 10px;
}
.toll-calculator__changeover {
  display: flex;
  justify-content: flex-end;
}
.toll-calculator__changeover .icon {
  margin-right: 10px;
  display: block;
  margin-top: 1px;
}
.toll-calculator--go-via {
  font-size: 14px;
}
.toll-calculator--go-via select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.toll-calculator--go-via h4 {
  font-size: 1em;
}
.toll-calculator--go-via .more-detail {
  position: relative;
  padding: 0 20px 0 0;
}
.toll-calculator--go-via .more-detail::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 7px;
  right: 0;
  top: 50%;
  margin: -3px 0 0;
}
.toll-calculator--go-via .total-price {
  font-size: 1.3em;
  line-height: 20px;
  margin: 12px 0;
  background-color: transparent;
  min-height: 0;
  padding: 0;
}
.toll-calculator--go-via .total-price + a {
  font-weight: bold;
  display: block;
}
@media only screen and (min-width: 48em) {
  .toll-calculator--go-via .total-price {
    text-align: right;
    margin-top: 0;
  }
  .toll-calculator--go-via .total-price + a {
    float: right;
  }
}
.toll-calculator--go-via .toll-calculator__start-end-wrapper .section .module--rich-text h3 {
  margin: 0;
}
.toll-calculator--go-via .toll-calculator__start-end-wrapper .section .module--rich-text h3 + p {
  margin-top: 0;
}
.toll-calculator--go-via .extra-padded {
  padding-left: 20px;
  padding-right: 20px;
}
.toll-calculator--go-via .toll-calculator__results-wrapper h3 {
  padding: 15px 0 0;
}
.toll-calculator--go-via .toll-calculator__results-wrapper h3 ~ h3 {
  margin-top: 0px;
}
.toll-calculator--go-via .toll-calculator__results-wrapper h3.topmargin60 {
  margin-top: 60px;
}
.toll-calculator--go-via .toll-calculator__reset {
  font-size: 13px;
  font-size: 0.8125rem;
  /* line-height: 20px; */
  line-height: 1.5384615385;
}
.toll-calculator--go-via .toll-calculator__reset .container {
  display: flex;
  align-items: center;
}
.toll-calculator--go-via .toll-calculator__reset .icon {
  margin-right: 6px;
}
.toll-calculator--go-via .toll-calculator__open-account {
  float: none;
}
.toll-calculator--go-via .toll-calculator__open-account .rich-text {
  text-align: right;
}
@media only screen and (min-width: 77.75em) {
  .toll-calculator--go-via .toll-calculator__open-account a + a {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 77.75em) {
  .toll-calculator__open-account a + a {
    margin-left: 20px;
  }
}

.toll-calculator__breakdown {
  margin-bottom: 10px;
  clear: left;
  /* margin-top: 20px; */
  margin: 20px 0 0 0;
  padding-top: 10px;
  border-top: solid 1px #cccccc;
}
.toll-calculator__breakdown .nocharge {
  color: #838383;
}
.toll-calculator__breakdown .container__total-price {
  margin-top: 10px;
  font-weight: bold;
  display: flex;
}
.toll-calculator__breakdown .container__total-price .currency {
  margin-left: auto;
  padding-left: 10px;
}
.toll-calculator__breakdown h4 {
  margin: 0 0 20px;
}
.toll-calculator__breakdown table {
  max-width: 100%;
  margin: 0;
  border: 0;
}
.toll-calculator__breakdown th,
.toll-calculator__breakdown td {
  padding: 6px 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}
.toll-calculator__breakdown td {
  text-align: right;
}
.toll-calculator__breakdown tfoot th,
.toll-calculator__breakdown tfoot td {
  padding-top: 18px;
  font-weight: bold;
}
.toll-calculator__breakdown td {
  width: initial;
  max-width: 120px;
  font-size: 14px;
  line-height: 20px;
  padding-right: 22px;
}
@media only screen and (min-width: 48em) {
  .toll-calculator__breakdown td {
    padding-right: 28px;
  }
}
.toll-calculator__breakdown th {
  width: 50%;
}
@media only screen and (min-width: 48em) {
  .toll-calculator__breakdown th {
    width: 60%;
  }
}
@media only screen and (min-width: 64em) {
  .toll-calculator__breakdown th {
    width: 70%;
  }
}
.toll-calculator__breakdown .retail-label {
  font-weight: bold;
}
.toll-calculator__breakdown .roadname .ng-binding {
  margin-top: 10px;
  margin-bottom: 3px;
}
.toll-calculator__breakdown .roadname .retail-label {
  margin-top: 10px;
  margin-bottom: 3px;
  display: block;
}
.toll-calculator__breakdown .line-item .ng-binding {
  margin-bottom: 3px;
}
.toll-calculator__breakdown .line-item.vmf {
  padding-top: 0;
}
.toll-calculator__breakdown .line-item.selected-road {
  padding-top: 0;
  padding-bottom: 0;
}

.toll-calculator--go-via__legend {
  position: absolute;
  top: 75px;
  right: 10px;
  background-color: #FFF;
  margin: 0;
  z-index: 200;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  width: 220px;
}
@media only screen and (min-width: 48em) {
  .toll-calculator--go-via__legend {
    top: 10px;
    width: 250px;
  }
}
.toll-calculator--go-via__legend .legend-toggle {
  cursor: pointer;
  position: relative;
}
.toll-calculator--go-via__legend .legend-toggle .icon--xx-small {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -7px 0 0;
}
.toll-calculator--go-via__legend .legend-title {
  font-weight: bold;
  padding: 18px 15px 18px;
}
@media only screen and (min-width: 48em) {
  .toll-calculator--go-via__legend .legend-title {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.toll-calculator--go-via__legend .legend-content {
  padding: 0 15px 20px;
}
@media only screen and (min-width: 48em) {
  .toll-calculator--go-via__legend .legend-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.toll-calculator--go-via__legend .legend-item {
  margin: 0;
  position: relative;
  padding: 0 0 0 40px;
}
.toll-calculator--go-via__legend .legend-item::after {
  content: "";
  position: absolute;
  width: 20px;
  top: -2px;
  left: 0;
}
.toll-calculator--go-via__legend .legend-item + .legend-item {
  margin-top: 20px;
}
.toll-calculator--go-via__legend .legend--point::after,
.toll-calculator--go-via__legend .legend--entry-point::after,
.toll-calculator--go-via__legend .legend--exit-point::after,
.toll-calculator--go-via__legend .legend--unavailable::after {
  height: 20px;
  border: transparent solid 2px;
  border-radius: 50%;
}
.theme--roamexpress .toll-calculator--go-via__legend .legend--point::after {
  background-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator--go-via__legend .legend--point::after {
  background-color: #7fc31c;
}
.theme--citylink .toll-calculator--go-via__legend .legend--point::after {
  background-color: #1964be;
}
.theme--govia .toll-calculator--go-via__legend .legend--point::after {
  background-color: #1995c9;
}
.theme--transurban .toll-calculator--go-via__legend .legend--point::after {
  background-color: #0e893c;
}
.theme--incommunity .toll-calculator--go-via__legend .legend--point::after {
  background-color: #f18903;
}
.theme--linkt .toll-calculator--go-via__legend .legend--point::after {
  background-color: #0E893C;
}
.theme--linktds .toll-calculator--go-via__legend .legend--point::after {
  background-color: #0E893C;
}
.theme--northconnex .toll-calculator--go-via__legend .legend--point::after {
  background-color: #51a548;
}
.theme--roamexpress .toll-calculator--go-via__legend .legend--point::after {
  border-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator--go-via__legend .legend--point::after {
  border-color: #7fc31c;
}
.theme--citylink .toll-calculator--go-via__legend .legend--point::after {
  border-color: #1964be;
}
.theme--govia .toll-calculator--go-via__legend .legend--point::after {
  border-color: #1995c9;
}
.theme--transurban .toll-calculator--go-via__legend .legend--point::after {
  border-color: #0e893c;
}
.theme--incommunity .toll-calculator--go-via__legend .legend--point::after {
  border-color: #f18903;
}
.theme--linkt .toll-calculator--go-via__legend .legend--point::after {
  border-color: #0E893C;
}
.theme--linktds .toll-calculator--go-via__legend .legend--point::after {
  border-color: #0E893C;
}
.theme--northconnex .toll-calculator--go-via__legend .legend--point::after {
  border-color: #51a548;
}
.toll-calculator--go-via__legend .legend--entry-point::after {
  background: #fff;
}
.theme--roamexpress .toll-calculator--go-via__legend .legend--entry-point::after {
  border-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator--go-via__legend .legend--entry-point::after {
  border-color: #7fc31c;
}
.theme--citylink .toll-calculator--go-via__legend .legend--entry-point::after {
  border-color: #1964be;
}
.theme--govia .toll-calculator--go-via__legend .legend--entry-point::after {
  border-color: #1995c9;
}
.theme--transurban .toll-calculator--go-via__legend .legend--entry-point::after {
  border-color: #0e893c;
}
.theme--incommunity .toll-calculator--go-via__legend .legend--entry-point::after {
  border-color: #f18903;
}
.theme--linkt .toll-calculator--go-via__legend .legend--entry-point::after {
  border-color: #0E893C;
}
.theme--linktds .toll-calculator--go-via__legend .legend--entry-point::after {
  border-color: #0E893C;
}
.theme--northconnex .toll-calculator--go-via__legend .legend--entry-point::after {
  border-color: #51a548;
}
.toll-calculator--go-via__legend .legend--exit-point::after {
  background: #fff;
}
.theme--roamexpress .toll-calculator--go-via__legend .legend--exit-point::after {
  border-color: #1995c9;
}
.theme--westlinkm7 .toll-calculator--go-via__legend .legend--exit-point::after {
  border-color: #2f383c;
}
.theme--citylink .toll-calculator--go-via__legend .legend--exit-point::after {
  border-color: #e0a127;
}
.theme--govia .toll-calculator--go-via__legend .legend--exit-point::after {
  border-color: #fe9b30;
}
.theme--transurban .toll-calculator--go-via__legend .legend--exit-point::after {
  border-color: #2c2a29;
}
.theme--incommunity .toll-calculator--go-via__legend .legend--exit-point::after {
  border-color: #1675a9;
}
.theme--linkt .toll-calculator--go-via__legend .legend--exit-point::after {
  border-color: #2f383c;
}
.theme--linktds .toll-calculator--go-via__legend .legend--exit-point::after {
  border-color: #2f383c;
}
.theme--northconnex .toll-calculator--go-via__legend .legend--exit-point::after {
  border-color: #7ac143;
}
.toll-calculator--go-via__legend .legend--unavailable::after {
  background-color: #aaa;
  border-color: #aaa;
}
.toll-calculator--go-via__legend .legend--toll-point::after,
.toll-calculator--go-via__legend .legend--ramp::after {
  height: 28px;
  background-size: 20px 28px;
}
.toll-calculator--go-via__legend .legend--toll-point::after {
  background-image: url("../img/go-via-toll-calculator/legend-toll.png");
}
.toll-calculator--go-via__legend .legend--ramp::after {
  background-image: url("../img/go-via-toll-calculator/legend-ramp.png");
}
.toll-calculator--go-via__legend .legend--eclipse-toll-point::after {
  background-color: #0a4842;
  border-color: #0a4842;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background-image: none;
}
.toll-calculator--go-via__legend .legend--eclipse-ramp::after {
  background-color: #fff;
  border: solid 2px #0a4842;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background-image: none;
}

.toll-calculator--go-via .text-small {
  margin-bottom: 10px;
  font-size: 12px;
}
.toll-calculator--go-via .toll-free {
  font-size: 10px;
  background-color: #f3f3f3;
  margin-bottom: -11px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px 14px;
  font-weight: 600;
  min-height: 46px;
}
.toll-calculator--go-via .toll-free__container .go-via-infobox.infoBox--gantry {
  top: 144px;
  min-width: 190px;
}
.toll-calculator--go-via .toll-calculator__marker {
  width: 30px;
  height: 30px;
  line-height: 27px;
  border-width: 3px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.125);
  font-size: 13px;
  padding: 0;
}
.toll-calculator--go-via .toll-calculator__marker.is-far {
  width: 22px;
  height: 22px;
  font-size: 11px;
  line-height: 18px;
}
.theme--roamexpress .toll-calculator--go-via .toll-calculator__marker.markerIntersection {
  background-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator--go-via .toll-calculator__marker.markerIntersection {
  background-color: #7fc31c;
}
.theme--citylink .toll-calculator--go-via .toll-calculator__marker.markerIntersection {
  background-color: #1964be;
}
.theme--govia .toll-calculator--go-via .toll-calculator__marker.markerIntersection {
  background-color: #1995c9;
}
.theme--transurban .toll-calculator--go-via .toll-calculator__marker.markerIntersection {
  background-color: #0e893c;
}
.theme--incommunity .toll-calculator--go-via .toll-calculator__marker.markerIntersection {
  background-color: #f18903;
}
.theme--linkt .toll-calculator--go-via .toll-calculator__marker.markerIntersection {
  background-color: #0E893C;
}
.theme--linktds .toll-calculator--go-via .toll-calculator__marker.markerIntersection {
  background-color: #0E893C;
}
.theme--northconnex .toll-calculator--go-via .toll-calculator__marker.markerIntersection {
  background-color: #51a548;
}
.theme--roamexpress .toll-calculator--go-via .toll-calculator__marker.markerIntersection {
  border-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator--go-via .toll-calculator__marker.markerIntersection {
  border-color: #7fc31c;
}
.theme--citylink .toll-calculator--go-via .toll-calculator__marker.markerIntersection {
  border-color: #1964be;
}
.theme--govia .toll-calculator--go-via .toll-calculator__marker.markerIntersection {
  border-color: #1995c9;
}
.theme--transurban .toll-calculator--go-via .toll-calculator__marker.markerIntersection {
  border-color: #0e893c;
}
.theme--incommunity .toll-calculator--go-via .toll-calculator__marker.markerIntersection {
  border-color: #f18903;
}
.theme--linkt .toll-calculator--go-via .toll-calculator__marker.markerIntersection {
  border-color: #0E893C;
}
.theme--linktds .toll-calculator--go-via .toll-calculator__marker.markerIntersection {
  border-color: #0E893C;
}
.theme--northconnex .toll-calculator--go-via .toll-calculator__marker.markerIntersection {
  border-color: #51a548;
}
.toll-calculator--go-via .toll-calculator__marker.markerNoExit {
  background-color: #aaa;
  border-color: #aaa;
}
.toll-calculator--go-via .toll-calculator__marker.markerStart {
  background: #fff;
}
.theme--roamexpress .toll-calculator--go-via .toll-calculator__marker.markerStart {
  border-color: #4ab947;
}
.theme--westlinkm7 .toll-calculator--go-via .toll-calculator__marker.markerStart {
  border-color: #7fc31c;
}
.theme--citylink .toll-calculator--go-via .toll-calculator__marker.markerStart {
  border-color: #1964be;
}
.theme--govia .toll-calculator--go-via .toll-calculator__marker.markerStart {
  border-color: #1995c9;
}
.theme--transurban .toll-calculator--go-via .toll-calculator__marker.markerStart {
  border-color: #0e893c;
}
.theme--incommunity .toll-calculator--go-via .toll-calculator__marker.markerStart {
  border-color: #f18903;
}
.theme--linkt .toll-calculator--go-via .toll-calculator__marker.markerStart {
  border-color: #0E893C;
}
.theme--linktds .toll-calculator--go-via .toll-calculator__marker.markerStart {
  border-color: #0E893C;
}
.theme--northconnex .toll-calculator--go-via .toll-calculator__marker.markerStart {
  border-color: #51a548;
}
.toll-calculator--go-via .toll-calculator__marker.markerEnd {
  background: #fff;
}
.theme--roamexpress .toll-calculator--go-via .toll-calculator__marker.markerEnd {
  border-color: #1995c9;
}
.theme--westlinkm7 .toll-calculator--go-via .toll-calculator__marker.markerEnd {
  border-color: #2f383c;
}
.theme--citylink .toll-calculator--go-via .toll-calculator__marker.markerEnd {
  border-color: #e0a127;
}
.theme--govia .toll-calculator--go-via .toll-calculator__marker.markerEnd {
  border-color: #fe9b30;
}
.theme--transurban .toll-calculator--go-via .toll-calculator__marker.markerEnd {
  border-color: #2c2a29;
}
.theme--incommunity .toll-calculator--go-via .toll-calculator__marker.markerEnd {
  border-color: #1675a9;
}
.theme--linkt .toll-calculator--go-via .toll-calculator__marker.markerEnd {
  border-color: #2f383c;
}
.theme--linktds .toll-calculator--go-via .toll-calculator__marker.markerEnd {
  border-color: #2f383c;
}
.theme--northconnex .toll-calculator--go-via .toll-calculator__marker.markerEnd {
  border-color: #7ac143;
}

.marker--landmark {
  background-color: transparent;
  height: 5px;
  width: 5px;
  border-radius: 10px;
}
.marker--landmark.is-close {
  background-color: black;
}

.marker--landmark-text {
  display: flex;
  align-items: center;
  width: max-content;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
.marker--landmark-text.small {
  height: 20px;
  padding: 0 7px;
  border-radius: 3px;
  object-fit: contain;
  vertical-align: middle;
  font-size: 10px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
}
.marker--landmark-text.small.map-label--primary {
  border: 2px;
  color: #fff;
}
.marker--landmark-text.small.map-label--primary.border-on {
  border: 2px solid;
  border-color: #0a4842;
}
.theme--roamexpress .marker--landmark-text.small.map-label--primary {
  background-color: #4ab947;
}
.theme--westlinkm7 .marker--landmark-text.small.map-label--primary {
  background-color: #7fc31c;
}
.theme--citylink .marker--landmark-text.small.map-label--primary {
  background-color: #1964be;
}
.theme--govia .marker--landmark-text.small.map-label--primary {
  background-color: #1995c9;
}
.theme--transurban .marker--landmark-text.small.map-label--primary {
  background-color: #0e893c;
}
.theme--incommunity .marker--landmark-text.small.map-label--primary {
  background-color: #f18903;
}
.theme--linkt .marker--landmark-text.small.map-label--primary {
  background-color: #0E893C;
}
.theme--linktds .marker--landmark-text.small.map-label--primary {
  background-color: #0E893C;
}
.theme--northconnex .marker--landmark-text.small.map-label--primary {
  background-color: #51a548;
}
.marker--landmark-text.small.map-label--primary [stroke] {
  stroke: #fff;
}
.marker--landmark-text.small.map-label--primary .fill {
  fill: #fff;
}
.marker--landmark-text.small.map-label--secondary {
  border: 2px;
  background-color: #0a4842;
  color: #fff;
}
.marker--landmark-text.small.map-label--secondary.border-on {
  border: 2px solid;
}
.theme--roamexpress .marker--landmark-text.small.map-label--secondary.border-on {
  border-color: #4ab947;
}
.theme--westlinkm7 .marker--landmark-text.small.map-label--secondary.border-on {
  border-color: #7fc31c;
}
.theme--citylink .marker--landmark-text.small.map-label--secondary.border-on {
  border-color: #1964be;
}
.theme--govia .marker--landmark-text.small.map-label--secondary.border-on {
  border-color: #1995c9;
}
.theme--transurban .marker--landmark-text.small.map-label--secondary.border-on {
  border-color: #0e893c;
}
.theme--incommunity .marker--landmark-text.small.map-label--secondary.border-on {
  border-color: #f18903;
}
.theme--linkt .marker--landmark-text.small.map-label--secondary.border-on {
  border-color: #0E893C;
}
.theme--linktds .marker--landmark-text.small.map-label--secondary.border-on {
  border-color: #0E893C;
}
.theme--northconnex .marker--landmark-text.small.map-label--secondary.border-on {
  border-color: #51a548;
}
.marker--landmark-text.small.map-label--secondary [stroke] {
  stroke: #fff;
}
.marker--landmark-text.small.map-label--secondary .fill {
  fill: #fff;
}
.marker--landmark-text.small.map-label--tertiary {
  border: 2px;
  background-color: #fff;
  color: #0a4842;
}
.marker--landmark-text.small.map-label--tertiary.border-on {
  border: 2px solid;
  border-color: #0a4842;
}
.marker--landmark-text.small.map-label--tertiary [stroke] {
  stroke: #0a4842;
}
.marker--landmark-text.small.map-label--tertiary .fill {
  fill: #0a4842;
}
.marker--landmark-text.small.map-label--grey {
  border: 2px;
  background-color: #4E5659;
  color: #fff;
}
.marker--landmark-text.small.map-label--grey.border-on {
  border: 2px solid;
  border-color: #fff;
}
.marker--landmark-text.small.map-label--grey [stroke] {
  stroke: #fff;
}
.marker--landmark-text.small.map-label--grey .fill {
  fill: #fff;
}
.marker--landmark-text.small span.text {
  display: block;
}
.marker--landmark-text.small.is-icon-left .icon {
  display: inline-grid;
  /* IE10+ Support */
  /* Edge Support */
  margin-right: 5px;
  max-width: 10px;
  max-height: 10px;
  height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marker--landmark-text.small.is-icon-left .icon {
    display: inline-flex;
    height: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .marker--landmark-text.small.is-icon-left .icon {
    display: inline-flex;
    height: initial;
  }
}
.marker--landmark-text.small.is-icon-right .icon {
  display: inline-grid;
  /* IE10+ Support */
  /* Edge Support */
  margin-left: 5px;
  max-width: 10px;
  max-height: 10px;
  height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marker--landmark-text.small.is-icon-right .icon {
    display: inline-flex;
    height: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .marker--landmark-text.small.is-icon-right .icon {
    display: inline-flex;
    height: initial;
  }
}
.marker--landmark-text.medium {
  height: 24px;
  padding: 0 10px;
  border-radius: 3px;
  vertical-align: middle;
  object-fit: contain;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
}
.marker--landmark-text.medium.map-label--primary {
  border: 2px;
  color: #fff;
}
.marker--landmark-text.medium.map-label--primary.border-on {
  border: 2px solid;
  border-color: #0a4842;
}
.theme--roamexpress .marker--landmark-text.medium.map-label--primary {
  background-color: #4ab947;
}
.theme--westlinkm7 .marker--landmark-text.medium.map-label--primary {
  background-color: #7fc31c;
}
.theme--citylink .marker--landmark-text.medium.map-label--primary {
  background-color: #1964be;
}
.theme--govia .marker--landmark-text.medium.map-label--primary {
  background-color: #1995c9;
}
.theme--transurban .marker--landmark-text.medium.map-label--primary {
  background-color: #0e893c;
}
.theme--incommunity .marker--landmark-text.medium.map-label--primary {
  background-color: #f18903;
}
.theme--linkt .marker--landmark-text.medium.map-label--primary {
  background-color: #0E893C;
}
.theme--linktds .marker--landmark-text.medium.map-label--primary {
  background-color: #0E893C;
}
.theme--northconnex .marker--landmark-text.medium.map-label--primary {
  background-color: #51a548;
}
.marker--landmark-text.medium.map-label--primary [stroke] {
  stroke: #fff;
}
.marker--landmark-text.medium.map-label--primary .fill {
  fill: #fff;
}
.marker--landmark-text.medium.map-label--secondary {
  border: 2px;
  background-color: #0a4842;
  color: #fff;
}
.marker--landmark-text.medium.map-label--secondary.border-on {
  border: 2px solid;
}
.theme--roamexpress .marker--landmark-text.medium.map-label--secondary.border-on {
  border-color: #4ab947;
}
.theme--westlinkm7 .marker--landmark-text.medium.map-label--secondary.border-on {
  border-color: #7fc31c;
}
.theme--citylink .marker--landmark-text.medium.map-label--secondary.border-on {
  border-color: #1964be;
}
.theme--govia .marker--landmark-text.medium.map-label--secondary.border-on {
  border-color: #1995c9;
}
.theme--transurban .marker--landmark-text.medium.map-label--secondary.border-on {
  border-color: #0e893c;
}
.theme--incommunity .marker--landmark-text.medium.map-label--secondary.border-on {
  border-color: #f18903;
}
.theme--linkt .marker--landmark-text.medium.map-label--secondary.border-on {
  border-color: #0E893C;
}
.theme--linktds .marker--landmark-text.medium.map-label--secondary.border-on {
  border-color: #0E893C;
}
.theme--northconnex .marker--landmark-text.medium.map-label--secondary.border-on {
  border-color: #51a548;
}
.marker--landmark-text.medium.map-label--secondary [stroke] {
  stroke: #fff;
}
.marker--landmark-text.medium.map-label--secondary .fill {
  fill: #fff;
}
.marker--landmark-text.medium.map-label--tertiary {
  border: 2px;
  background-color: #fff;
  color: #0a4842;
}
.marker--landmark-text.medium.map-label--tertiary.border-on {
  border: 2px solid;
  border-color: #0a4842;
}
.marker--landmark-text.medium.map-label--tertiary [stroke] {
  stroke: #0a4842;
}
.marker--landmark-text.medium.map-label--tertiary .fill {
  fill: #0a4842;
}
.marker--landmark-text.medium.map-label--grey {
  border: 2px;
  background-color: #4E5659;
  color: #fff;
}
.marker--landmark-text.medium.map-label--grey.border-on {
  border: 2px solid;
  border-color: #fff;
}
.marker--landmark-text.medium.map-label--grey [stroke] {
  stroke: #fff;
}
.marker--landmark-text.medium.map-label--grey .fill {
  fill: #fff;
}
.marker--landmark-text.medium span.text {
  display: block;
}
.marker--landmark-text.medium.is-icon-left .icon {
  display: inline-grid;
  /* IE10+ Support */
  /* Edge Support */
  margin-right: 7px;
  max-width: 13px;
  max-height: 13px;
  height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marker--landmark-text.medium.is-icon-left .icon {
    display: inline-flex;
    height: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .marker--landmark-text.medium.is-icon-left .icon {
    display: inline-flex;
    height: initial;
  }
}
.marker--landmark-text.medium.is-icon-right .icon {
  display: inline-grid;
  /* IE10+ Support */
  /* Edge Support */
  margin-left: 7px;
  max-width: 13px;
  max-height: 13px;
  height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marker--landmark-text.medium.is-icon-right .icon {
    display: inline-flex;
    height: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .marker--landmark-text.medium.is-icon-right .icon {
    display: inline-flex;
    height: initial;
  }
}
.marker--landmark-text.large {
  height: 30px;
  padding: 0 12px;
  border-radius: 3px;
  object-fit: contain;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
}
.marker--landmark-text.large.map-label--primary {
  border: 2px;
  color: #fff;
}
.marker--landmark-text.large.map-label--primary.border-on {
  border: 2px solid;
  border-color: #0a4842;
}
.theme--roamexpress .marker--landmark-text.large.map-label--primary {
  background-color: #4ab947;
}
.theme--westlinkm7 .marker--landmark-text.large.map-label--primary {
  background-color: #7fc31c;
}
.theme--citylink .marker--landmark-text.large.map-label--primary {
  background-color: #1964be;
}
.theme--govia .marker--landmark-text.large.map-label--primary {
  background-color: #1995c9;
}
.theme--transurban .marker--landmark-text.large.map-label--primary {
  background-color: #0e893c;
}
.theme--incommunity .marker--landmark-text.large.map-label--primary {
  background-color: #f18903;
}
.theme--linkt .marker--landmark-text.large.map-label--primary {
  background-color: #0E893C;
}
.theme--linktds .marker--landmark-text.large.map-label--primary {
  background-color: #0E893C;
}
.theme--northconnex .marker--landmark-text.large.map-label--primary {
  background-color: #51a548;
}
.marker--landmark-text.large.map-label--primary [stroke] {
  stroke: #fff;
}
.marker--landmark-text.large.map-label--primary .fill {
  fill: #fff;
}
.marker--landmark-text.large.map-label--secondary {
  border: 2px;
  background-color: #0a4842;
  color: #fff;
}
.marker--landmark-text.large.map-label--secondary.border-on {
  border: 2px solid;
}
.theme--roamexpress .marker--landmark-text.large.map-label--secondary.border-on {
  border-color: #4ab947;
}
.theme--westlinkm7 .marker--landmark-text.large.map-label--secondary.border-on {
  border-color: #7fc31c;
}
.theme--citylink .marker--landmark-text.large.map-label--secondary.border-on {
  border-color: #1964be;
}
.theme--govia .marker--landmark-text.large.map-label--secondary.border-on {
  border-color: #1995c9;
}
.theme--transurban .marker--landmark-text.large.map-label--secondary.border-on {
  border-color: #0e893c;
}
.theme--incommunity .marker--landmark-text.large.map-label--secondary.border-on {
  border-color: #f18903;
}
.theme--linkt .marker--landmark-text.large.map-label--secondary.border-on {
  border-color: #0E893C;
}
.theme--linktds .marker--landmark-text.large.map-label--secondary.border-on {
  border-color: #0E893C;
}
.theme--northconnex .marker--landmark-text.large.map-label--secondary.border-on {
  border-color: #51a548;
}
.marker--landmark-text.large.map-label--secondary [stroke] {
  stroke: #fff;
}
.marker--landmark-text.large.map-label--secondary .fill {
  fill: #fff;
}
.marker--landmark-text.large.map-label--tertiary {
  border: 2px;
  background-color: #fff;
  color: #0a4842;
}
.marker--landmark-text.large.map-label--tertiary.border-on {
  border: 2px solid;
  border-color: #0a4842;
}
.marker--landmark-text.large.map-label--tertiary [stroke] {
  stroke: #0a4842;
}
.marker--landmark-text.large.map-label--tertiary .fill {
  fill: #0a4842;
}
.marker--landmark-text.large.map-label--grey {
  border: 2px;
  background-color: #4E5659;
  color: #fff;
}
.marker--landmark-text.large.map-label--grey.border-on {
  border: 2px solid;
  border-color: #fff;
}
.marker--landmark-text.large.map-label--grey [stroke] {
  stroke: #fff;
}
.marker--landmark-text.large.map-label--grey .fill {
  fill: #fff;
}
.marker--landmark-text.large span.text {
  display: block;
}
.marker--landmark-text.large.is-icon-left .icon {
  display: inline-grid;
  /* IE10+ Support */
  /* Edge Support */
  margin-right: 9px;
  max-width: 14px;
  max-height: 14px;
  height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marker--landmark-text.large.is-icon-left .icon {
    display: inline-flex;
    height: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .marker--landmark-text.large.is-icon-left .icon {
    display: inline-flex;
    height: initial;
  }
}
.marker--landmark-text.large.is-icon-right .icon {
  display: inline-grid;
  /* IE10+ Support */
  /* Edge Support */
  margin-left: 9px;
  max-width: 14px;
  max-height: 14px;
  height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marker--landmark-text.large.is-icon-right .icon {
    display: inline-flex;
    height: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .marker--landmark-text.large.is-icon-right .icon {
    display: inline-flex;
    height: initial;
  }
}
.marker--landmark-text.is-top {
  padding-bottom: 10px;
}
.marker--landmark-text.is-left {
  float: right;
  padding-right: 10px;
}
.marker--landmark-text.is-right {
  float: left;
  padding-left: 10px;
}
.marker--landmark-text > strong {
  font-size: 14px;
}
.theme--roamexpress .marker--landmark-text > strong {
  color: #4ab947;
}
.theme--westlinkm7 .marker--landmark-text > strong {
  color: #7fc31c;
}
.theme--citylink .marker--landmark-text > strong {
  color: #1964be;
}
.theme--govia .marker--landmark-text > strong {
  color: #1995c9;
}
.theme--transurban .marker--landmark-text > strong {
  color: #0e893c;
}
.theme--incommunity .marker--landmark-text > strong {
  color: #f18903;
}
.theme--linkt .marker--landmark-text > strong {
  color: #0E893C;
}
.theme--linktds .marker--landmark-text > strong {
  color: #0E893C;
}
.theme--northconnex .marker--landmark-text > strong {
  color: #51a548;
}

.marker--landmark-modular {
  width: max-content;
  border-radius: 3px;
  padding: 12px;
}

.marker--landmark-text-modular {
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  width: max-content;
  font-weight: normal;
}
.marker--landmark-text-modular.small {
  height: 20px;
  padding: 0 7px;
  border-radius: 3px;
  object-fit: contain;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
  font-stretch: normal;
}
.marker--landmark-text-modular.small span.text {
  display: inline-block;
}
.marker--landmark-text-modular.small.is-left.map-label--primary {
  border: 2px;
  color: #fff;
}
.marker--landmark-text-modular.small.is-left.map-label--primary.border-on {
  border: 2px solid;
  border-color: #0a4842;
}
.theme--roamexpress .marker--landmark-text-modular.small.is-left.map-label--primary {
  background-color: #4ab947;
}
.theme--westlinkm7 .marker--landmark-text-modular.small.is-left.map-label--primary {
  background-color: #7fc31c;
}
.theme--citylink .marker--landmark-text-modular.small.is-left.map-label--primary {
  background-color: #1964be;
}
.theme--govia .marker--landmark-text-modular.small.is-left.map-label--primary {
  background-color: #1995c9;
}
.theme--transurban .marker--landmark-text-modular.small.is-left.map-label--primary {
  background-color: #0e893c;
}
.theme--incommunity .marker--landmark-text-modular.small.is-left.map-label--primary {
  background-color: #f18903;
}
.theme--linkt .marker--landmark-text-modular.small.is-left.map-label--primary {
  background-color: #0E893C;
}
.theme--linktds .marker--landmark-text-modular.small.is-left.map-label--primary {
  background-color: #0E893C;
}
.theme--northconnex .marker--landmark-text-modular.small.is-left.map-label--primary {
  background-color: #51a548;
}
.marker--landmark-text-modular.small.is-left.map-label--primary [stroke] {
  stroke: #fff;
}
.marker--landmark-text-modular.small.is-left.map-label--primary .fill {
  fill: #fff;
}
.marker--landmark-text-modular.small.is-left.map-label--secondary {
  border: 2px;
  background-color: #0a4842;
  color: #fff;
}
.marker--landmark-text-modular.small.is-left.map-label--secondary.border-on {
  border: 2px solid;
}
.theme--roamexpress .marker--landmark-text-modular.small.is-left.map-label--secondary.border-on {
  border-color: #4ab947;
}
.theme--westlinkm7 .marker--landmark-text-modular.small.is-left.map-label--secondary.border-on {
  border-color: #7fc31c;
}
.theme--citylink .marker--landmark-text-modular.small.is-left.map-label--secondary.border-on {
  border-color: #1964be;
}
.theme--govia .marker--landmark-text-modular.small.is-left.map-label--secondary.border-on {
  border-color: #1995c9;
}
.theme--transurban .marker--landmark-text-modular.small.is-left.map-label--secondary.border-on {
  border-color: #0e893c;
}
.theme--incommunity .marker--landmark-text-modular.small.is-left.map-label--secondary.border-on {
  border-color: #f18903;
}
.theme--linkt .marker--landmark-text-modular.small.is-left.map-label--secondary.border-on {
  border-color: #0E893C;
}
.theme--linktds .marker--landmark-text-modular.small.is-left.map-label--secondary.border-on {
  border-color: #0E893C;
}
.theme--northconnex .marker--landmark-text-modular.small.is-left.map-label--secondary.border-on {
  border-color: #51a548;
}
.marker--landmark-text-modular.small.is-left.map-label--secondary [stroke] {
  stroke: #fff;
}
.marker--landmark-text-modular.small.is-left.map-label--secondary .fill {
  fill: #fff;
}
.marker--landmark-text-modular.small.is-left.map-label--tertiary {
  border: 2px;
  background-color: #fff;
  color: #0a4842;
}
.marker--landmark-text-modular.small.is-left.map-label--tertiary.border-on {
  border: 2px solid;
  border-color: #0a4842;
}
.marker--landmark-text-modular.small.is-left.map-label--tertiary [stroke] {
  stroke: #0a4842;
}
.marker--landmark-text-modular.small.is-left.map-label--tertiary .fill {
  fill: #0a4842;
}
.marker--landmark-text-modular.small.is-left.map-label--grey {
  border: 2px;
  background-color: #4E5659;
  color: #fff;
}
.marker--landmark-text-modular.small.is-left.map-label--grey.border-on {
  border: 2px solid;
  border-color: #fff;
}
.marker--landmark-text-modular.small.is-left.map-label--grey [stroke] {
  stroke: #fff;
}
.marker--landmark-text-modular.small.is-left.map-label--grey .fill {
  fill: #fff;
}
.marker--landmark-text-modular.small.is-left .icon {
  display: inline-grid;
  /* IE10+ Support */
  /* Edge Support */
  margin-right: 5px;
  max-width: 10px;
  max-height: 10px;
  height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marker--landmark-text-modular.small.is-left .icon {
    display: inline-flex;
    height: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .marker--landmark-text-modular.small.is-left .icon {
    display: inline-flex;
    height: initial;
  }
}
.marker--landmark-text-modular.small.is-right.map-label--primary {
  border: 2px;
  color: #fff;
}
.marker--landmark-text-modular.small.is-right.map-label--primary.border-on {
  border: 2px solid;
  border-color: #0a4842;
}
.theme--roamexpress .marker--landmark-text-modular.small.is-right.map-label--primary {
  background-color: #4ab947;
}
.theme--westlinkm7 .marker--landmark-text-modular.small.is-right.map-label--primary {
  background-color: #7fc31c;
}
.theme--citylink .marker--landmark-text-modular.small.is-right.map-label--primary {
  background-color: #1964be;
}
.theme--govia .marker--landmark-text-modular.small.is-right.map-label--primary {
  background-color: #1995c9;
}
.theme--transurban .marker--landmark-text-modular.small.is-right.map-label--primary {
  background-color: #0e893c;
}
.theme--incommunity .marker--landmark-text-modular.small.is-right.map-label--primary {
  background-color: #f18903;
}
.theme--linkt .marker--landmark-text-modular.small.is-right.map-label--primary {
  background-color: #0E893C;
}
.theme--linktds .marker--landmark-text-modular.small.is-right.map-label--primary {
  background-color: #0E893C;
}
.theme--northconnex .marker--landmark-text-modular.small.is-right.map-label--primary {
  background-color: #51a548;
}
.marker--landmark-text-modular.small.is-right.map-label--primary [stroke] {
  stroke: #fff;
}
.marker--landmark-text-modular.small.is-right.map-label--primary .fill {
  fill: #fff;
}
.marker--landmark-text-modular.small.is-right.map-label--secondary {
  border: 2px;
  background-color: #0a4842;
  color: #fff;
}
.marker--landmark-text-modular.small.is-right.map-label--secondary.border-on {
  border: 2px solid;
}
.theme--roamexpress .marker--landmark-text-modular.small.is-right.map-label--secondary.border-on {
  border-color: #4ab947;
}
.theme--westlinkm7 .marker--landmark-text-modular.small.is-right.map-label--secondary.border-on {
  border-color: #7fc31c;
}
.theme--citylink .marker--landmark-text-modular.small.is-right.map-label--secondary.border-on {
  border-color: #1964be;
}
.theme--govia .marker--landmark-text-modular.small.is-right.map-label--secondary.border-on {
  border-color: #1995c9;
}
.theme--transurban .marker--landmark-text-modular.small.is-right.map-label--secondary.border-on {
  border-color: #0e893c;
}
.theme--incommunity .marker--landmark-text-modular.small.is-right.map-label--secondary.border-on {
  border-color: #f18903;
}
.theme--linkt .marker--landmark-text-modular.small.is-right.map-label--secondary.border-on {
  border-color: #0E893C;
}
.theme--linktds .marker--landmark-text-modular.small.is-right.map-label--secondary.border-on {
  border-color: #0E893C;
}
.theme--northconnex .marker--landmark-text-modular.small.is-right.map-label--secondary.border-on {
  border-color: #51a548;
}
.marker--landmark-text-modular.small.is-right.map-label--secondary [stroke] {
  stroke: #fff;
}
.marker--landmark-text-modular.small.is-right.map-label--secondary .fill {
  fill: #fff;
}
.marker--landmark-text-modular.small.is-right.map-label--tertiary {
  border: 2px;
  background-color: #fff;
  color: #0a4842;
}
.marker--landmark-text-modular.small.is-right.map-label--tertiary.border-on {
  border: 2px solid;
  border-color: #0a4842;
}
.marker--landmark-text-modular.small.is-right.map-label--tertiary [stroke] {
  stroke: #0a4842;
}
.marker--landmark-text-modular.small.is-right.map-label--tertiary .fill {
  fill: #0a4842;
}
.marker--landmark-text-modular.small.is-right.map-label--grey {
  border: 2px;
  background-color: #4E5659;
  color: #fff;
}
.marker--landmark-text-modular.small.is-right.map-label--grey.border-on {
  border: 2px solid;
  border-color: #fff;
}
.marker--landmark-text-modular.small.is-right.map-label--grey [stroke] {
  stroke: #fff;
}
.marker--landmark-text-modular.small.is-right.map-label--grey .fill {
  fill: #fff;
}
.marker--landmark-text-modular.small.is-right .icon {
  display: inline-grid;
  /* IE10+ Support */
  /* Edge Support */
  margin-left: 5px;
  max-width: 10px;
  max-height: 10px;
  height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marker--landmark-text-modular.small.is-right .icon {
    display: inline-flex;
    height: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .marker--landmark-text-modular.small.is-right .icon {
    display: inline-flex;
    height: initial;
  }
}
.marker--landmark-text-modular.medium {
  height: 24px;
  padding: 0 10px;
  border-radius: 3px;
  object-fit: contain;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
}
.marker--landmark-text-modular.medium span.text {
  display: inline-block;
}
.marker--landmark-text-modular.medium.is-left.map-label--primary {
  border: 2px;
  color: #fff;
}
.marker--landmark-text-modular.medium.is-left.map-label--primary.border-on {
  border: 2px solid;
  border-color: #0a4842;
}
.theme--roamexpress .marker--landmark-text-modular.medium.is-left.map-label--primary {
  background-color: #4ab947;
}
.theme--westlinkm7 .marker--landmark-text-modular.medium.is-left.map-label--primary {
  background-color: #7fc31c;
}
.theme--citylink .marker--landmark-text-modular.medium.is-left.map-label--primary {
  background-color: #1964be;
}
.theme--govia .marker--landmark-text-modular.medium.is-left.map-label--primary {
  background-color: #1995c9;
}
.theme--transurban .marker--landmark-text-modular.medium.is-left.map-label--primary {
  background-color: #0e893c;
}
.theme--incommunity .marker--landmark-text-modular.medium.is-left.map-label--primary {
  background-color: #f18903;
}
.theme--linkt .marker--landmark-text-modular.medium.is-left.map-label--primary {
  background-color: #0E893C;
}
.theme--linktds .marker--landmark-text-modular.medium.is-left.map-label--primary {
  background-color: #0E893C;
}
.theme--northconnex .marker--landmark-text-modular.medium.is-left.map-label--primary {
  background-color: #51a548;
}
.marker--landmark-text-modular.medium.is-left.map-label--primary [stroke] {
  stroke: #fff;
}
.marker--landmark-text-modular.medium.is-left.map-label--primary .fill {
  fill: #fff;
}
.marker--landmark-text-modular.medium.is-left.map-label--secondary {
  border: 2px;
  background-color: #0a4842;
  color: #fff;
}
.marker--landmark-text-modular.medium.is-left.map-label--secondary.border-on {
  border: 2px solid;
}
.theme--roamexpress .marker--landmark-text-modular.medium.is-left.map-label--secondary.border-on {
  border-color: #4ab947;
}
.theme--westlinkm7 .marker--landmark-text-modular.medium.is-left.map-label--secondary.border-on {
  border-color: #7fc31c;
}
.theme--citylink .marker--landmark-text-modular.medium.is-left.map-label--secondary.border-on {
  border-color: #1964be;
}
.theme--govia .marker--landmark-text-modular.medium.is-left.map-label--secondary.border-on {
  border-color: #1995c9;
}
.theme--transurban .marker--landmark-text-modular.medium.is-left.map-label--secondary.border-on {
  border-color: #0e893c;
}
.theme--incommunity .marker--landmark-text-modular.medium.is-left.map-label--secondary.border-on {
  border-color: #f18903;
}
.theme--linkt .marker--landmark-text-modular.medium.is-left.map-label--secondary.border-on {
  border-color: #0E893C;
}
.theme--linktds .marker--landmark-text-modular.medium.is-left.map-label--secondary.border-on {
  border-color: #0E893C;
}
.theme--northconnex .marker--landmark-text-modular.medium.is-left.map-label--secondary.border-on {
  border-color: #51a548;
}
.marker--landmark-text-modular.medium.is-left.map-label--secondary [stroke] {
  stroke: #fff;
}
.marker--landmark-text-modular.medium.is-left.map-label--secondary .fill {
  fill: #fff;
}
.marker--landmark-text-modular.medium.is-left.map-label--tertiary {
  border: 2px;
  background-color: #fff;
  color: #0a4842;
}
.marker--landmark-text-modular.medium.is-left.map-label--tertiary.border-on {
  border: 2px solid;
  border-color: #0a4842;
}
.marker--landmark-text-modular.medium.is-left.map-label--tertiary [stroke] {
  stroke: #0a4842;
}
.marker--landmark-text-modular.medium.is-left.map-label--tertiary .fill {
  fill: #0a4842;
}
.marker--landmark-text-modular.medium.is-left.map-label--grey {
  border: 2px;
  background-color: #4E5659;
  color: #fff;
}
.marker--landmark-text-modular.medium.is-left.map-label--grey.border-on {
  border: 2px solid;
  border-color: #fff;
}
.marker--landmark-text-modular.medium.is-left.map-label--grey [stroke] {
  stroke: #fff;
}
.marker--landmark-text-modular.medium.is-left.map-label--grey .fill {
  fill: #fff;
}
.marker--landmark-text-modular.medium.is-left .icon {
  display: inline-grid;
  /* IE10+ Support */
  /* Edge Support */
  margin-right: 7px;
  max-width: 13px;
  max-height: 13px;
  height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marker--landmark-text-modular.medium.is-left .icon {
    display: inline-flex;
    height: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .marker--landmark-text-modular.medium.is-left .icon {
    display: inline-flex;
    height: initial;
  }
}
.marker--landmark-text-modular.medium.is-right.map-label--primary {
  border: 2px;
  color: #fff;
}
.marker--landmark-text-modular.medium.is-right.map-label--primary.border-on {
  border: 2px solid;
  border-color: #0a4842;
}
.theme--roamexpress .marker--landmark-text-modular.medium.is-right.map-label--primary {
  background-color: #4ab947;
}
.theme--westlinkm7 .marker--landmark-text-modular.medium.is-right.map-label--primary {
  background-color: #7fc31c;
}
.theme--citylink .marker--landmark-text-modular.medium.is-right.map-label--primary {
  background-color: #1964be;
}
.theme--govia .marker--landmark-text-modular.medium.is-right.map-label--primary {
  background-color: #1995c9;
}
.theme--transurban .marker--landmark-text-modular.medium.is-right.map-label--primary {
  background-color: #0e893c;
}
.theme--incommunity .marker--landmark-text-modular.medium.is-right.map-label--primary {
  background-color: #f18903;
}
.theme--linkt .marker--landmark-text-modular.medium.is-right.map-label--primary {
  background-color: #0E893C;
}
.theme--linktds .marker--landmark-text-modular.medium.is-right.map-label--primary {
  background-color: #0E893C;
}
.theme--northconnex .marker--landmark-text-modular.medium.is-right.map-label--primary {
  background-color: #51a548;
}
.marker--landmark-text-modular.medium.is-right.map-label--primary [stroke] {
  stroke: #fff;
}
.marker--landmark-text-modular.medium.is-right.map-label--primary .fill {
  fill: #fff;
}
.marker--landmark-text-modular.medium.is-right.map-label--secondary {
  border: 2px;
  background-color: #0a4842;
  color: #fff;
}
.marker--landmark-text-modular.medium.is-right.map-label--secondary.border-on {
  border: 2px solid;
}
.theme--roamexpress .marker--landmark-text-modular.medium.is-right.map-label--secondary.border-on {
  border-color: #4ab947;
}
.theme--westlinkm7 .marker--landmark-text-modular.medium.is-right.map-label--secondary.border-on {
  border-color: #7fc31c;
}
.theme--citylink .marker--landmark-text-modular.medium.is-right.map-label--secondary.border-on {
  border-color: #1964be;
}
.theme--govia .marker--landmark-text-modular.medium.is-right.map-label--secondary.border-on {
  border-color: #1995c9;
}
.theme--transurban .marker--landmark-text-modular.medium.is-right.map-label--secondary.border-on {
  border-color: #0e893c;
}
.theme--incommunity .marker--landmark-text-modular.medium.is-right.map-label--secondary.border-on {
  border-color: #f18903;
}
.theme--linkt .marker--landmark-text-modular.medium.is-right.map-label--secondary.border-on {
  border-color: #0E893C;
}
.theme--linktds .marker--landmark-text-modular.medium.is-right.map-label--secondary.border-on {
  border-color: #0E893C;
}
.theme--northconnex .marker--landmark-text-modular.medium.is-right.map-label--secondary.border-on {
  border-color: #51a548;
}
.marker--landmark-text-modular.medium.is-right.map-label--secondary [stroke] {
  stroke: #fff;
}
.marker--landmark-text-modular.medium.is-right.map-label--secondary .fill {
  fill: #fff;
}
.marker--landmark-text-modular.medium.is-right.map-label--tertiary {
  border: 2px;
  background-color: #fff;
  color: #0a4842;
}
.marker--landmark-text-modular.medium.is-right.map-label--tertiary.border-on {
  border: 2px solid;
  border-color: #0a4842;
}
.marker--landmark-text-modular.medium.is-right.map-label--tertiary [stroke] {
  stroke: #0a4842;
}
.marker--landmark-text-modular.medium.is-right.map-label--tertiary .fill {
  fill: #0a4842;
}
.marker--landmark-text-modular.medium.is-right.map-label--grey {
  border: 2px;
  background-color: #4E5659;
  color: #fff;
}
.marker--landmark-text-modular.medium.is-right.map-label--grey.border-on {
  border: 2px solid;
  border-color: #fff;
}
.marker--landmark-text-modular.medium.is-right.map-label--grey [stroke] {
  stroke: #fff;
}
.marker--landmark-text-modular.medium.is-right.map-label--grey .fill {
  fill: #fff;
}
.marker--landmark-text-modular.medium.is-right .icon {
  display: inline-grid;
  /* IE10+ Support */
  /* Edge Support */
  margin-left: 7px;
  max-width: 13px;
  max-height: 13px;
  height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marker--landmark-text-modular.medium.is-right .icon {
    display: inline-flex;
    height: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .marker--landmark-text-modular.medium.is-right .icon {
    display: inline-flex;
    height: initial;
  }
}
.marker--landmark-text-modular.large {
  height: 30px;
  padding: 0 12px;
  border-radius: 3px;
  object-fit: contain;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
}
.marker--landmark-text-modular.large span.text {
  display: inline-block;
}
.marker--landmark-text-modular.large.is-left.map-label--primary {
  border: 2px;
  color: #fff;
}
.marker--landmark-text-modular.large.is-left.map-label--primary.border-on {
  border: 2px solid;
  border-color: #0a4842;
}
.theme--roamexpress .marker--landmark-text-modular.large.is-left.map-label--primary {
  background-color: #4ab947;
}
.theme--westlinkm7 .marker--landmark-text-modular.large.is-left.map-label--primary {
  background-color: #7fc31c;
}
.theme--citylink .marker--landmark-text-modular.large.is-left.map-label--primary {
  background-color: #1964be;
}
.theme--govia .marker--landmark-text-modular.large.is-left.map-label--primary {
  background-color: #1995c9;
}
.theme--transurban .marker--landmark-text-modular.large.is-left.map-label--primary {
  background-color: #0e893c;
}
.theme--incommunity .marker--landmark-text-modular.large.is-left.map-label--primary {
  background-color: #f18903;
}
.theme--linkt .marker--landmark-text-modular.large.is-left.map-label--primary {
  background-color: #0E893C;
}
.theme--linktds .marker--landmark-text-modular.large.is-left.map-label--primary {
  background-color: #0E893C;
}
.theme--northconnex .marker--landmark-text-modular.large.is-left.map-label--primary {
  background-color: #51a548;
}
.marker--landmark-text-modular.large.is-left.map-label--primary [stroke] {
  stroke: #fff;
}
.marker--landmark-text-modular.large.is-left.map-label--primary .fill {
  fill: #fff;
}
.marker--landmark-text-modular.large.is-left.map-label--secondary {
  border: 2px;
  background-color: #0a4842;
  color: #fff;
}
.marker--landmark-text-modular.large.is-left.map-label--secondary.border-on {
  border: 2px solid;
}
.theme--roamexpress .marker--landmark-text-modular.large.is-left.map-label--secondary.border-on {
  border-color: #4ab947;
}
.theme--westlinkm7 .marker--landmark-text-modular.large.is-left.map-label--secondary.border-on {
  border-color: #7fc31c;
}
.theme--citylink .marker--landmark-text-modular.large.is-left.map-label--secondary.border-on {
  border-color: #1964be;
}
.theme--govia .marker--landmark-text-modular.large.is-left.map-label--secondary.border-on {
  border-color: #1995c9;
}
.theme--transurban .marker--landmark-text-modular.large.is-left.map-label--secondary.border-on {
  border-color: #0e893c;
}
.theme--incommunity .marker--landmark-text-modular.large.is-left.map-label--secondary.border-on {
  border-color: #f18903;
}
.theme--linkt .marker--landmark-text-modular.large.is-left.map-label--secondary.border-on {
  border-color: #0E893C;
}
.theme--linktds .marker--landmark-text-modular.large.is-left.map-label--secondary.border-on {
  border-color: #0E893C;
}
.theme--northconnex .marker--landmark-text-modular.large.is-left.map-label--secondary.border-on {
  border-color: #51a548;
}
.marker--landmark-text-modular.large.is-left.map-label--secondary [stroke] {
  stroke: #fff;
}
.marker--landmark-text-modular.large.is-left.map-label--secondary .fill {
  fill: #fff;
}
.marker--landmark-text-modular.large.is-left.map-label--tertiary {
  border: 2px;
  background-color: #fff;
  color: #0a4842;
}
.marker--landmark-text-modular.large.is-left.map-label--tertiary.border-on {
  border: 2px solid;
  border-color: #0a4842;
}
.marker--landmark-text-modular.large.is-left.map-label--tertiary [stroke] {
  stroke: #0a4842;
}
.marker--landmark-text-modular.large.is-left.map-label--tertiary .fill {
  fill: #0a4842;
}
.marker--landmark-text-modular.large.is-left.map-label--grey {
  border: 2px;
  background-color: #4E5659;
  color: #fff;
}
.marker--landmark-text-modular.large.is-left.map-label--grey.border-on {
  border: 2px solid;
  border-color: #fff;
}
.marker--landmark-text-modular.large.is-left.map-label--grey [stroke] {
  stroke: #fff;
}
.marker--landmark-text-modular.large.is-left.map-label--grey .fill {
  fill: #fff;
}
.marker--landmark-text-modular.large.is-left .icon {
  display: inline-grid;
  /* IE10+ Support */
  /* Edge Support */
  margin-right: 9px;
  max-width: 14px;
  max-height: 14px;
  height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marker--landmark-text-modular.large.is-left .icon {
    display: inline-flex;
    height: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .marker--landmark-text-modular.large.is-left .icon {
    display: inline-flex;
    height: initial;
  }
}
.marker--landmark-text-modular.large.is-right.map-label--primary {
  border: 2px;
  color: #fff;
}
.marker--landmark-text-modular.large.is-right.map-label--primary.border-on {
  border: 2px solid;
  border-color: #0a4842;
}
.theme--roamexpress .marker--landmark-text-modular.large.is-right.map-label--primary {
  background-color: #4ab947;
}
.theme--westlinkm7 .marker--landmark-text-modular.large.is-right.map-label--primary {
  background-color: #7fc31c;
}
.theme--citylink .marker--landmark-text-modular.large.is-right.map-label--primary {
  background-color: #1964be;
}
.theme--govia .marker--landmark-text-modular.large.is-right.map-label--primary {
  background-color: #1995c9;
}
.theme--transurban .marker--landmark-text-modular.large.is-right.map-label--primary {
  background-color: #0e893c;
}
.theme--incommunity .marker--landmark-text-modular.large.is-right.map-label--primary {
  background-color: #f18903;
}
.theme--linkt .marker--landmark-text-modular.large.is-right.map-label--primary {
  background-color: #0E893C;
}
.theme--linktds .marker--landmark-text-modular.large.is-right.map-label--primary {
  background-color: #0E893C;
}
.theme--northconnex .marker--landmark-text-modular.large.is-right.map-label--primary {
  background-color: #51a548;
}
.marker--landmark-text-modular.large.is-right.map-label--primary [stroke] {
  stroke: #fff;
}
.marker--landmark-text-modular.large.is-right.map-label--primary .fill {
  fill: #fff;
}
.marker--landmark-text-modular.large.is-right.map-label--secondary {
  border: 2px;
  background-color: #0a4842;
  color: #fff;
}
.marker--landmark-text-modular.large.is-right.map-label--secondary.border-on {
  border: 2px solid;
}
.theme--roamexpress .marker--landmark-text-modular.large.is-right.map-label--secondary.border-on {
  border-color: #4ab947;
}
.theme--westlinkm7 .marker--landmark-text-modular.large.is-right.map-label--secondary.border-on {
  border-color: #7fc31c;
}
.theme--citylink .marker--landmark-text-modular.large.is-right.map-label--secondary.border-on {
  border-color: #1964be;
}
.theme--govia .marker--landmark-text-modular.large.is-right.map-label--secondary.border-on {
  border-color: #1995c9;
}
.theme--transurban .marker--landmark-text-modular.large.is-right.map-label--secondary.border-on {
  border-color: #0e893c;
}
.theme--incommunity .marker--landmark-text-modular.large.is-right.map-label--secondary.border-on {
  border-color: #f18903;
}
.theme--linkt .marker--landmark-text-modular.large.is-right.map-label--secondary.border-on {
  border-color: #0E893C;
}
.theme--linktds .marker--landmark-text-modular.large.is-right.map-label--secondary.border-on {
  border-color: #0E893C;
}
.theme--northconnex .marker--landmark-text-modular.large.is-right.map-label--secondary.border-on {
  border-color: #51a548;
}
.marker--landmark-text-modular.large.is-right.map-label--secondary [stroke] {
  stroke: #fff;
}
.marker--landmark-text-modular.large.is-right.map-label--secondary .fill {
  fill: #fff;
}
.marker--landmark-text-modular.large.is-right.map-label--tertiary {
  border: 2px;
  background-color: #fff;
  color: #0a4842;
}
.marker--landmark-text-modular.large.is-right.map-label--tertiary.border-on {
  border: 2px solid;
  border-color: #0a4842;
}
.marker--landmark-text-modular.large.is-right.map-label--tertiary [stroke] {
  stroke: #0a4842;
}
.marker--landmark-text-modular.large.is-right.map-label--tertiary .fill {
  fill: #0a4842;
}
.marker--landmark-text-modular.large.is-right.map-label--grey {
  border: 2px;
  background-color: #4E5659;
  color: #fff;
}
.marker--landmark-text-modular.large.is-right.map-label--grey.border-on {
  border: 2px solid;
  border-color: #fff;
}
.marker--landmark-text-modular.large.is-right.map-label--grey [stroke] {
  stroke: #fff;
}
.marker--landmark-text-modular.large.is-right.map-label--grey .fill {
  fill: #fff;
}
.marker--landmark-text-modular.large.is-right .icon {
  display: inline-grid;
  /* IE10+ Support */
  /* Edge Support */
  margin-left: 9px;
  max-width: 14px;
  max-height: 14px;
  height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .marker--landmark-text-modular.large.is-right .icon {
    display: inline-flex;
    height: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .marker--landmark-text-modular.large.is-right .icon {
    display: inline-flex;
    height: initial;
  }
}

.marker--toll-point {
  width: 36px;
  height: 52px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.marker--toll-point.is-point {
  background-image: url("../img/go-via-toll-calculator/toll-top.png");
}
.marker--toll-point.is-point.is-bottom {
  background-image: url("../img/go-via-toll-calculator/toll-bottom.png");
}
.marker--toll-point.is-ramp {
  background-image: url("../img/go-via-toll-calculator/ramp-top.png");
}
.marker--toll-point.is-ramp.is-bottom {
  background-image: url("../img/go-via-toll-calculator/ramp-bottom.png");
}
.marker--toll-point.is-point-eclipse {
  background-image: none;
  background-color: #0a4842;
  border-color: #0a4842;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  width: 15px;
  height: 15px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.125);
}
.marker--toll-point.is-point-eclipse.is-bottom {
  background-image: none;
}
.marker--toll-point.is-ramp-eclipse {
  background-image: none;
  background-color: #fff;
  border: solid 2px #0a4842;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  width: 15px;
  height: 15px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.125);
}
.marker--toll-point.is-ramp-eclipse.is-bottom {
  background-image: none;
}

.go-via-infobox {
  background: #0E893C;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 18px;
  color: #FFF;
  border-radius: 5px;
  padding: 10px 15px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  min-width: 160px;
  max-width: 240px;
  text-align: center;
  position: relative;
  z-index: 200;
}
.go-via-infobox::after {
  position: absolute;
  content: "";
}
.go-via-infobox.infoBox--exit {
  background: #0a4842;
}
.go-via-infobox.infoBox--noExit {
  color: #FFF;
  background-color: #aaa;
  border: 1px solid #aaa;
}
.go-via-infobox.infoBox--gantry {
  text-align: left;
  width: 180px;
  background: #fff;
  color: #333;
  top: 106px;
  position: relative;
}

.infoBox--top .go-via-infobox::after,
.infoBox--bottom .go-via-infobox::after {
  left: 50%;
  margin: 0 0 0 -6px;
}

.infoBox--top {
  transform: translate(-50%, -150%) translateY(-10px) !important;
}
.infoBox--top .go-via-infobox::after {
  bottom: -12px;
}
@media screen {
  .infoBox--top .go-via-infobox::after {
    transition: border-color 250ms, border-width 250ms;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #0E893C;
  }
}

.infoBox--bottom {
  transform: translate(-50%, 50%) translateY(10px) !important;
}
.infoBox--bottom .go-via-infobox::after {
  top: -12px;
}
@media screen {
  .infoBox--bottom .go-via-infobox::after {
    transition: border-color 250ms, border-width 250ms;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 6px solid #0E893C;
  }
}

.infoBox--left .go-via-infobox::after,
.infoBox--right .go-via-infobox::after {
  top: 50%;
  margin: -6px 0 0;
}

.infoBox--left {
  transform: translate(100%, -50%) translateX(-40px) !important;
}
.infoBox--left .go-via-infobox::after {
  right: -12px;
}
@media screen {
  .infoBox--left .go-via-infobox::after {
    transition: border-color 250ms, border-width 250ms;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 6px solid #0E893C;
  }
}

.infoBox--right {
  transform: translate(0%, -50%) translateX(30px) !important;
}
.infoBox--right .go-via-infobox::after {
  left: -12px;
}
@media screen {
  .infoBox--right .go-via-infobox::after {
    transition: border-color 250ms, border-width 250ms;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-right: 6px solid #0E893C;
  }
}

.infoBox--right-top {
  transform: translate(0%, -130%) translateX(30px) !important;
  top: 106px;
}

.infoBox--right-bottom {
  transform: translate(0%, 30%) translateX(30px) !important;
}
.infoBox--right-bottom .infoBox--gantry {
  top: -106px;
}

.infoBox--top .infoBox--gantry::after {
  border-top-color: #FFF;
}

.infoBox--bottom .infoBox--gantry::after {
  border-bottom-color: #FFF;
}

.infoBox--left .infoBox--gantry::after {
  border-left-color: #FFF;
}

.infoBox--right .infoBox--gantry::after {
  border-right-color: #FFF;
}

.infoBox--top .infoBox--exit::after {
  border-top-color: #0a4842;
}

.infoBox--bottom .infoBox--exit::after {
  border-bottom-color: #0a4842;
}

.infoBox--left .infoBox--exit::after {
  border-left-color: #0a4842;
}

.infoBox--right .infoBox--exit::after {
  border-right-color: #0a4842;
}

.infoBox--top .infoBox--noExit::after {
  border-top-color: #aaa;
}

.infoBox--bottom .infoBox--noExit::after {
  border-bottom-color: #aaa;
}

.infoBox--left .infoBox--noExit::after {
  border-left-color: #aaa;
}

.infoBox--right .infoBox--noExit::after {
  border-right-color: #aaa;
}

.toll-calculator__info .toll-calculator__start-end-wrapper .label {
  font-size: 16px;
  font-weight: bold;
  margin-left: 33px;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) {
  .toll-calculator__info .toll-calculator__start-end-wrapper .label {
    margin-left: 50px;
  }
}
.toll-calculator__info .toll-calculator__reset-button-wrapper {
  display: flex;
  justify-content: flex-end;
}
.toll-calculator__info .toll-calculator__reset-button-wrapper .toll-calculator__reset-button {
  display: flex;
  align-items: center;
  position: relative;
  padding: 5px;
  width: max-content;
  cursor: pointer;
}
.toll-calculator__info .toll-calculator__reset-button-wrapper .toll-calculator__reset-button .icon {
  margin-right: 6px;
}

.toll-calculator--go-via.toowoomba-static-map .static-map {
  height: 750px;
  bottom: -9999px;
}
.toll-calculator--go-via.toowoomba-static-map .static-map img {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .toll-calculator--go-via.toowoomba-static-map .static-map {
    bottom: 0;
  }
}
.toll-calculator--go-via.toowoomba-static-map .static-map .horizontal {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: 100%;
}
@media only screen and (min-width: 77.75em) {
  .toll-calculator--go-via.toowoomba-static-map .static-map .horizontal {
    display: block;
  }
}
.toll-calculator--go-via.toowoomba-static-map .static-map .vertical {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
}
@media only screen and (min-width: 77.75em) {
  .toll-calculator--go-via.toowoomba-static-map .static-map .vertical {
    display: none;
  }
}

.omv-tool-container {
  /*.axleListContainer.ng-scope {
      margin-bottom: 8px;
  }*/
}
.omv-tool-container .button {
  background-color: #4CAF50;
  /* Green */
  border: none;
  color: white;
  padding: 6px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 5px;
}
.omv-tool-container .button_print {
  background-color: #feb612;
  color: white;
  border: 2px solid #feb612;
}
.omv-tool-container .button_print:hover {
  background-color: white;
  color: black;
}
.omv-tool-container .button_print:disabled {
  background-color: grey;
  color: white;
  border: 2px solid white;
}
.omv-tool-container .button_ok {
  color: white;
  border-style: solid;
  border-width: 1px;
}
.theme--roamexpress .omv-tool-container .button_ok {
  background-color: #4ab947;
}
.theme--westlinkm7 .omv-tool-container .button_ok {
  background-color: #7fc31c;
}
.theme--citylink .omv-tool-container .button_ok {
  background-color: #1964be;
}
.theme--govia .omv-tool-container .button_ok {
  background-color: #1995c9;
}
.theme--transurban .omv-tool-container .button_ok {
  background-color: #0e893c;
}
.theme--incommunity .omv-tool-container .button_ok {
  background-color: #f18903;
}
.theme--linkt .omv-tool-container .button_ok {
  background-color: #0E893C;
}
.theme--linktds .omv-tool-container .button_ok {
  background-color: #0E893C;
}
.theme--northconnex .omv-tool-container .button_ok {
  background-color: #51a548;
}
.theme--roamexpress .omv-tool-container .button_ok {
  border-color: #4ab947;
}
.theme--westlinkm7 .omv-tool-container .button_ok {
  border-color: #7fc31c;
}
.theme--citylink .omv-tool-container .button_ok {
  border-color: #1964be;
}
.theme--govia .omv-tool-container .button_ok {
  border-color: #1995c9;
}
.theme--transurban .omv-tool-container .button_ok {
  border-color: #0e893c;
}
.theme--incommunity .omv-tool-container .button_ok {
  border-color: #f18903;
}
.theme--linkt .omv-tool-container .button_ok {
  border-color: #0E893C;
}
.theme--linktds .omv-tool-container .button_ok {
  border-color: #0E893C;
}
.theme--northconnex .omv-tool-container .button_ok {
  border-color: #51a548;
}
.omv-tool-container .button_ok:hover {
  background-color: white;
  color: black;
}
.omv-tool-container .button_ok:disabled {
  background-color: grey;
  color: white;
  border: 2px solid grey;
}
.omv-tool-container .button_grey {
  background-color: lightgrey;
  color: black;
  border: 2px solid lightgrey;
}
.omv-tool-container .button_grey:hover {
  background-color: white;
  color: black;
}
.omv-tool-container .black_overlay {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.omv-tool-container .white_content {
  display: none;
  position: fixed;
  top: 25px;
  left: 25%;
  width: 50%;
  padding: 16px;
  border: 8px solid lightgrey;
  background-color: white;
  z-index: 1002;
  overflow: auto;
}
.omv-tool-container .color-red {
  color: red;
}
.omv-tool-container .color-green {
  color: green;
}
.omv-tool-container .padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.omv-tool-container .padding-bottom {
  padding-bottom: 12px;
}
.omv-tool-container .width-100 {
  width: 100px;
}
.omv-tool-container .align-left {
  float: left;
  clear: left;
}
.omv-tool-container .remove-bottom-margin {
  margin-bottom: 0px;
}
.omv-tool-container .simple-select select {
  margin-bottom: 0px;
}
.omv-tool-container .form select, .omv-tool-container input {
  margin-bottom: 0px;
  border-radius: 10px;
  font-size: 14px;
}
.omv-tool-container .form label {
  margin-bottom: 10px;
  font-size: 14px;
}
.omv-tool-container .toll-calculator__start-end-labels {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}
.omv-tool-container .toll-calculator__start-end-labels select, .omv-tool-container .toll-calculator__start-end-labels input {
  border-radius: 10px;
  font-size: 14px;
  height: 35px;
  padding: 5px;
}
.omv-tool-container .hide-form {
  display: none;
}
.omv-tool-container .simple-select {
  border-radius: 10px;
}
.omv-tool-container .toll-calculator__start-end-wrapper {
  background-color: #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.omv-tool-container .flex-horizontal {
  display: flex;
  justify-content: space-between;
}
.omv-tool-container .half-width {
  width: 48%;
}
.omv-tool-container .half-width select {
  margin-bottom: 12px;
}
.omv-tool-container .third-width {
  display: flex;
  width: 32%;
}
.omv-tool-container .third-width input {
  max-width: 80%;
}
.omv-tool-container .float-left.animate-show {
  width: 46px;
}

.module--journey-value-calculator > .module__content.l-container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 47.9375em) {
  .module--journey-value-calculator > .module__content.l-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.mouse-over-polyline,
.mouse-over-polyline * {
  cursor: url("https://maps.gstatic.com/mapfiles/openhand_8_8.cur"), default !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.journey-value-calculator .\--show-inline-block {
  display: inline-block;
}
.journey-value-calculator .\--show-block {
  display: block;
}
.journey-value-calculator .\--hide {
  display: none;
}
.journey-value-calculator h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 22.4375em) {
  .journey-value-calculator h3 {
    margin-bottom: 20px;
  }
}
.journey-value-calculator select:disabled,
.journey-value-calculator .simple-select.\--disabled {
  background-color: #ececec;
  color: #cccccc;
  border-color: #cccccc;
}
.journey-value-calculator select:disabled .simple-label,
.journey-value-calculator .simple-select.\--disabled .simple-label {
  color: #cccccc;
}
.journey-value-calculator__mobile-select-list {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  outline: none;
  width: 100%;
}
.journey-value-calculator__start-end-wrapper .journey-value-calculator__mobile-select-list {
  padding: 13px 15px;
  border-radius: 3px;
  text-align: left;
  font-weight: normal;
  height: 44px;
  transition-property: color, background-color, border;
  transition-duration: 250ms;
  line-height: 1;
  font-size: 14px;
}
@media (min-width: 30em) {
  .journey-value-calculator__start-end-wrapper .journey-value-calculator__mobile-select-list {
    font-size: 16px;
  }
}
@media only screen and (min-width: 40em) {
  .journey-value-calculator__start-end-wrapper .journey-value-calculator__mobile-select-list {
    height: 48px;
  }
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__start-end-wrapper .journey-value-calculator__mobile-select-list {
    display: none;
  }
}
.journey-value-calculator__mobile-select-list.\--disabled {
  pointer-events: none;
  background-color: #ececec;
  color: #cccccc;
}
.journey-value-calculator__mobile-info-values {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}
.journey-value-calculator__mobile-info-values .item {
  display: inline-block;
  width: 22%;
  color: #1964be;
  height: 22px;
}
.journey-value-calculator__mobile-info-values .item.black {
  color: darkgray;
}
.journey-value-calculator__mobile-info-values .item__alt {
  color: #ed9b2b;
}
.journey-value-calculator__mobile-info-labels {
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.journey-value-calculator__mobile-info-labels .item {
  display: inline-block;
  width: 22%;
  height: 22px;
}
.journey-value-calculator__mobile-info-labels .item.black {
  color: darkgray;
}
.journey-value-calculator__form-container {
  position: relative;
  font-size: 12px;
  height: 100%;
  padding: 10px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__form-container {
    font-size: 16px;
    margin: 11px 0 0 0;
    background: none;
    padding: 0 10px 30px;
  }
}
.journey-value-calculator__form-container .route-extra-info p {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 11px;
  color: #333;
}
.journey-value-calculator__form-container .route-extra-info p.other-disclaimer-text {
  margin: 11px 0;
  padding: 0;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__form-container .route-extra-info {
    padding-left: 0;
  }
}
@media (max-width: 63.9375em) {
  .journey-value-calculator__form-container .route-extra-info p {
    padding-left: 0;
    font-size: 10px;
  }
}
.journey-value-calculator__form-container .test-loading {
  top: 0px;
  /*left: 5px;*/
  left: 0;
  background-color: rgba(245, 245, 245, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1001;
  position: absolute;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__form-container .test-loading {
    right: 0px;
    top: 0px;
  }
}
.journey-value-calculator__form-container .test-loading .spinner {
  margin: 0 auto;
  padding: 12px;
  position: relative;
  border: 5px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid transparent;
  border-radius: 50%;
  width: 20px;
  animation: spin 2s linear infinite;
  height: 20px;
  top: 50%;
  margin-top: -17px;
}
.theme--roamexpress .journey-value-calculator__form-container .test-loading .spinner {
  border-top-color: #4ab947;
}
.theme--westlinkm7 .journey-value-calculator__form-container .test-loading .spinner {
  border-top-color: #7fc31c;
}
.theme--citylink .journey-value-calculator__form-container .test-loading .spinner {
  border-top-color: #1964be;
}
.theme--govia .journey-value-calculator__form-container .test-loading .spinner {
  border-top-color: #1995c9;
}
.theme--transurban .journey-value-calculator__form-container .test-loading .spinner {
  border-top-color: #0e893c;
}
.theme--incommunity .journey-value-calculator__form-container .test-loading .spinner {
  border-top-color: #f18903;
}
.theme--linkt .journey-value-calculator__form-container .test-loading .spinner {
  border-top-color: #0E893C;
}
.theme--linktds .journey-value-calculator__form-container .test-loading .spinner {
  border-top-color: #0E893C;
}
.theme--northconnex .journey-value-calculator__form-container .test-loading .spinner {
  border-top-color: #51a548;
}
.journey-value-calculator__form-container .retry {
  padding-top: 14px;
  display: none;
  align-items: center;
  text-align: center;
  top: 0px;
  left: 0px;
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 1001;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__form-container .retry {
    right: 0;
    top: 0;
  }
}
.journey-value-calculator__form-container .retry .retry-content {
  font-size: 14px;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__form-container .retry .retry-content {
    padding-bottom: 120px;
  }
}
.journey-value-calculator__form-container .retry .retry-content .icon--road-alert {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 17px;
  margin-left: 5px;
  margin-right: 5px;
}
.journey-value-calculator__form-container .retry .retry-content .icon--road-alert svg {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__form-container .retry .retry-content .icon--road-alert {
    width: 38px;
    height: 34px;
  }
}
.journey-value-calculator__form-container .retry .retry-content p {
  display: inline-block;
  margin-top: 6px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__form-container .retry .retry-content p {
    display: block;
    margin-bottom: 0;
  }
}
.journey-value-calculator__form-container .retry .retry-content a {
  cursor: pointer;
}
.journey-value-calculator__form-container .retry.retry-update {
  position: initial;
  opacity: 1;
  pointer-events: initial;
  display: initial;
}
.journey-value-calculator__form-container .retry.retry-update .retry-content {
  padding-bottom: 27px;
  max-width: calc(100% - 66px);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__form-container .retry.retry-update .retry-content {
    padding-bottom: 27px;
  }
}
.journey-value-calculator__form-container .retry.retry-update .retry-content .icon--road-alert {
  display: none;
}
.journey-value-calculator__form-container .retry.retry-update .retry-content a {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
@media (max-width: 63.9375em) {
  .journey-value-calculator__form-container .retry.retry-update .retry-content {
    padding-bottom: 12px;
    margin-top: 0;
    max-width: calc(100% - 58px);
  }
  .journey-value-calculator__form-container .retry.retry-update .retry-content p {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .journey-value-calculator__form-container .retry.retry-update .retry-content a {
    font-size: 12px;
    display: block;
  }
}
.journey-value-calculator__time-and-tag-wrapper.searching {
  pointer-events: none;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  padding: 2px 0 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.theme--roamexpress .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container {
  background: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container {
  background: #1995c9;
}
.theme--citylink .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container {
  background: #e0a127;
}
.theme--govia .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container {
  background: #fe9b30;
}
.theme--transurban .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container {
  background: #2c2a29;
}
.theme--incommunity .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container {
  background: #1675a9;
}
.theme--linkt .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container {
  background: #0a4842;
}
.theme--linktds .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container {
  background: #0a4842;
}
.theme--northconnex .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container {
  background: #4c4d4f;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .leave-future .leave-future-text-wrapper {
  display: inline-block;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item {
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  z-index: 10;
  padding: 2px 0 0 16px;
  font-size: 0.91rem;
  text-align: left;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .top {
  color: #fff;
  opacity: 0.69;
  font-size: 0.91rem;
  font-size: 11px;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .top {
    font-size: 11px;
  }
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title {
  text-align: center;
  color: #fff;
  font-size: 0.91rem;
  font-size: 11px;
  text-align: left;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title {
    font-size: 11px;
    line-height: 1.3;
  }
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .icon {
  height: 10px;
  width: 10px;
  margin-left: 5px;
  margin-top: 1px;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  transition: 1s ease-out;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .icon.arrow-right {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  display: inline-block;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .icon.arrow-right {
    opacity: 0.69;
  }
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .icon.arrow-left {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #fff;
  display: inline-block;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .icon.arrow-left {
    opacity: 0.69;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 6px solid #fff;
  }
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .icon svg {
  fill: #fff;
  height: 100%;
  width: 100%;
  opacity: 0.69;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title a {
  color: #fff;
  text-decoration: none;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title a:hover {
  text-decoration: none;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .arrow-icon {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .arrow-icon {
    display: inline-block;
  }
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .arrow-icon span {
  color: #fff;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .arrow-icon span.icon {
    vertical-align: top;
    margin-top: 3px;
  }
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .arrow-icon span.icon.arrow-right {
  margin-top: 5px;
  margin-bottom: 3px;
  vertical-align: top;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .arrow-icon span.icon.arrow-right {
    vertical-align: top;
    margin-left: 4px;
    margin-top: 4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
  }
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .arrow-icon span.icon.arrow-right:focus {
  outline: 1px dotted !important;
  outline: auto -webkit-focus-ring-color;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .arrow-icon span.icon.arrow-left {
  margin-left: 12px;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .arrow-icon.arrow-left .icon {
  height: 9px;
  width: 9px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .arrow-icon.arrow-left .icon {
    transform: translateY(1px);
  }
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .arrow-icon.arrow-left .icon svg {
  display: block;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .arrow-icon.arrow-left:hover .leave-now-icon {
  outline: 1px dotted;
  outline: auto -webkit-focus-ring-color;
  outline-color: blue;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .arrow-icon.arrow-right {
  margin-left: 0;
  padding-right: 8px;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .arrow-icon.arrow-right .icon {
  height: 9px;
  width: 9px;
  margin-left: 0;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .arrow-icon.arrow-right .icon svg {
  display: block;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .title .arrow-icon:hover {
  text-decoration: none;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .tag-account-name, .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item time-hour-value, .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .time-day-value {
  vertical-align: top;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .selected-tag .dropdown {
  min-width: 120px;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .day-selector .icon, .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .time-selector .icon {
  opacity: 0.69;
  margin-left: 4px;
  margin-right: 6px;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .has-dropdown {
  position: relative;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .has-dropdown .dropdown {
  display: none;
  opacity: 0;
  padding-left: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border: solid 1px #333;
  font-size: 0.91rem;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .has-dropdown .dropdown li {
  color: #333;
  background: #fff;
  display: block;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
  margin-bottom: 0;
  margin-top: 0;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .has-dropdown .dropdown li a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  padding: 5px 8px;
  width: 100%;
  font-size: 11px;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .has-dropdown .dropdown li:hover, .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .has-dropdown .dropdown li:active, .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .has-dropdown .dropdown li.selected {
  background-color: #f2f2f2;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .has-dropdown .dropdown.open {
  opacity: 1;
  display: block;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 0;
  left: 0;
  top: 100%;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item .has-dropdown .dropdown.hour-dropdown {
  max-height: 236px;
  min-width: 85px;
  overflow-y: scroll;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.leave-now {
  -webkit-flex: 1.7;
  /* Safari 6.1+ */
  -ms-flex: 1.7;
  /* IE 10 */
  flex: 1.7;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.leave-now {
    padding-left: 1rem;
    padding-right: 0;
    padding-top: 0;
  }
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.leave-now .d-inline-block {
  display: inline-block;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.leave-now .select-wrapper {
  position: relative;
  display: none;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.leave-now .select-wrapper span.icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.leave-now span.simple-select {
  background: transparent;
  border: none;
  margin-left: -5px;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.leave-now span.simple-select .simple-label {
  display: none;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.leave-now span.simple-select {
    line-height: 1.3;
    margin-left: -3px;
  }
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.leave-now span.simple-select select {
  padding: 0;
  background: transparent;
  border: none;
  font-size: 0.91rem;
  color: #fff;
  opacity: 1 !important;
  height: auto;
  width: 100%;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.leave-now span.simple-select select:focus, .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.leave-now span.simple-select select:hover {
  border: none;
  outline: none;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.leave-now span.simple-select select option {
  width: auto;
  position: absolute;
  right: 0;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.leave-now span.simple-select select {
    font-size: 11px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    display: block;
  }
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.leave-now span.simple-select:after {
  width: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Echevron-down%3C/title%3E%3Cpath style='fill: %23fff;' d='M16,25.0018a1.997,1.997,0,0,1-1.4167-.587L.587,10.4185A2.0034,2.0034,0,0,1,3.42,7.5852L16,20.1644,28.58,7.5852a2.0034,2.0034,0,0,1,2.8333,2.8333L17.4167,24.4148A1.997,1.997,0,0,1,16,25.0018Z'/%3E%3C/svg%3E%0A");
  background-size: 13px 12px;
  margin-top: -3px;
  right: -2px;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.leave-now span.simple-select:after {
    background-size: 9px 9px;
    margin-top: -5px;
    right: 4px;
    width: 10px;
    opacity: 0.69;
  }
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.tag-account {
  padding: 2px 0 0 0;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.tag-account {
    padding: 0;
  }
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.tag-account .select-wrapper {
  position: relative;
  display: none;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.tag-account .select-wrapper span.icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.tag-account span.simple-select {
  background: transparent;
  border: none;
  margin-left: -5px;
  overflow-x: visible;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.tag-account span.simple-select {
    margin-left: 0;
  }
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.tag-account span.simple-select .simple-label {
  display: none;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.tag-account span.simple-select select {
  padding: 0;
  background: transparent;
  border: none;
  font-size: 0.91rem;
  color: #fff;
  opacity: 1 !important;
  height: auto;
  width: 100%;
  overflow-x: visible;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.tag-account span.simple-select select:focus, .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.tag-account span.simple-select select:hover {
  border: none;
  outline: none;
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.tag-account span.simple-select select option {
  width: auto;
  position: absolute;
  right: 0;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.tag-account span.simple-select select {
    min-width: 84px;
    line-height: 1.3;
    font-size: 11px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    display: block;
  }
}
.journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.tag-account span.simple-select:after {
  width: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Echevron-down%3C/title%3E%3Cpath style='fill: %23fff;' d='M16,25.0018a1.997,1.997,0,0,1-1.4167-.587L.587,10.4185A2.0034,2.0034,0,0,1,3.42,7.5852L16,20.1644,28.58,7.5852a2.0034,2.0034,0,0,1,2.8333,2.8333L17.4167,24.4148A1.997,1.997,0,0,1,16,25.0018Z'/%3E%3C/svg%3E%0A");
  background-size: 13px 12px;
  margin-top: -3px;
}
@media (max-width: 63.9375em) {
  .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.tag-account span.simple-select:after {
    background-size: 9px 9px;
    margin-top: -5px;
    right: 5px;
    width: 10px;
    opacity: 0.69;
  }
}
@media (max-width: 63.9375em) {
  .journey-value-calculator__time-and-tag-wrapper .leave-and-tag-container .item.tag-account .tag-selector-wrapper .simple-select {
    display: inline-block;
    width: auto;
    line-height: 1.3;
  }
}
@media (min-width: 1em) and (max-width: 47.9375em) {
  .journey-value-calculator .trip-info-container .journey-value-calculator__trip-intro-row {
    font-size: 0.8rem;
    padding-top: 0;
  }
}
.journey-value-calculator__time-of-travel-container {
  background-color: #f4f4f4;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__time-of-travel-container {
    background-color: #ffffff;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
  }
}
.journey-value-calculator__trip-intro {
  border-bottom: solid 1px #d9d9d9;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__trip-intro {
    border-bottom: none;
  }
}
.journey-value-calculator__trip-result-summary.before-search .route-asset-list {
  display: none;
}
.journey-value-calculator__trip-result-summary.searching {
  display: none;
}
.journey-value-calculator__trip-result-summary.display-search-results {
  font-size: 11px;
  line-height: 1.3;
  color: #333;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__trip-result-summary.display-search-results {
    border-bottom: 0;
  }
}
@media (max-width: 63.9375em) {
  .journey-value-calculator__trip-result-summary.display-search-results {
    padding-top: 7px;
  }
  .journey-value-calculator__trip-result-summary.display-search-results p {
    padding-left: 0;
    margin-top: 0;
    font-size: 10px;
  }
}
.journey-value-calculator__trip-result-summary p {
  margin-top: 7px;
  margin-bottom: 7px;
  padding-left: 5px;
}
.journey-value-calculator .default-info-box {
  padding-left: 10px;
  font-size: 12px;
}
.journey-value-calculator .default-info-box.display-search-results {
  display: none;
}
@media (max-width: 63.9375em) {
  .journey-value-calculator .default-info-box.explore-compare {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
    padding-top: 14px;
    margin-top: 0;
    padding-bottom: 14px;
  }
  .journey-value-calculator .default-info-box.explore-compare p {
    margin-bottom: 0;
  }
}
.journey-value-calculator__value-attributes-container {
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  height: auto;
}
.journey-value-calculator__value-attributes-container.in-mobile {
  box-shadow: 0px -15px 10px -15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -15px 10px -15px rgba(68, 68, 68, 0.6);
  -webkit-box-shadow: 0px -15px 10px -15px rgba(68, 68, 68, 0.6);
  transition: margin-bottom 0.45s;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__value-attributes-container {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    box-shadow: none;
    padding: 0 0 30px 0;
    display: none;
  }
}
@media (min-width: 1em) and (max-width: 63.9375em) {
  .journey-value-calculator__value-attributes-container {
    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.journey-value-calculator__value-attributes-container.in-mobile .journey-value-calculator__value-attributes-container-pullup {
  margin-bottom: 5px;
}
.journey-value-calculator__value-attributes-container.in-mobile .container svg {
  height: 16px;
  width: 17px;
}
.journey-value-calculator__value-attributes-container.in-mobile .container svg .fill {
  fill: #979797;
}
.journey-value-calculator__value-attributes-container.before-search .journey-value-calculator__compare-trip,
.journey-value-calculator__value-attributes-container.before-search .journey-value-calculator__value-attributes-container-extended {
  display: none;
}
.journey-value-calculator__value-attributes-container.before-search.in-mobile .journey-value-calculator__value-attributes-container-pullup {
  margin-bottom: 5px;
}
.journey-value-calculator__value-attributes-container.before-search.in-mobile .container svg {
  height: 16px;
  width: 17px;
}
.journey-value-calculator__value-attributes-container.before-search.in-mobile .container svg .fill {
  fill: #979797;
}
.journey-value-calculator__value-attributes-container.searching .test-loading {
  display: block;
}
.journey-value-calculator__value-attributes-container.searching .trip-info-container {
  display: block;
}
.journey-value-calculator__value-attributes-container.searching .journey-value-calculator__compare-trip,
.journey-value-calculator__value-attributes-container.searching .journey-value-calculator__value-attributes-container-extended {
  display: none;
}
.journey-value-calculator__value-attributes-container.display-search-results .trip-info-container {
  display: none;
}
.journey-value-calculator__value-attributes-container.display-search-results .journey-value-calculator__value-attributes-container-extended {
  display: block;
}
.journey-value-calculator__value-attributes-container.display-search-results .journey-value-calculator__compare-trip {
  display: flex;
  padding-bottom: 0;
}
@media (max-width: 63.9375em) {
  .journey-value-calculator__value-attributes-container.display-search-results .journey-value-calculator__compare-trip {
    border-bottom: 0;
  }
}
.journey-value-calculator__value-attributes-container .journey-value-calculator__trip-bubble {
  transition: opacity 0.35s;
}
.journey-value-calculator__value-attributes-container.\--active {
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__value-attributes-container.\--active .journey-value-calculator__trip-bubble {
    opacity: 1;
  }
}
.journey-value-calculator__value-attributes-container.\--active .journey-value-calculator__compare-trip .journey-value-calculator__trip-bubble {
  opacity: 1;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__value-attributes-container.\--active, .journey-value-calculator__value-attributes-container.\--extended, .journey-value-calculator__value-attributes-container.\--error {
    display: block;
  }
}
.journey-value-calculator__value-attributes-container.\--error {
  margin-bottom: 0;
}
.journey-value-calculator__value-attributes-container.\--error .retry {
  display: block;
  opacity: 1;
  pointer-events: initial;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__value-attributes-container.\--error .retry {
    display: flex;
  }
}
.journey-value-calculator__header-h3-row h3 {
  font-size: 14px !important;
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
}
@media only screen and (min-width: 77.75em) {
  .journey-value-calculator__trip-intro.\--active {
    display: block;
  }
}
.journey-value-calculator__trip-intro-row {
  text-align: center;
  line-height: 1.2;
  padding: 6px 0px 6px 8px;
  font-size: 12px;
}
.journey-value-calculator__trip-intro-row:before, .journey-value-calculator__trip-intro-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.journey-value-calculator__trip-intro-row:after {
  clear: both;
}
.journey-value-calculator__trip-intro-row {
  *zoom: 1;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__trip-intro-row {
    padding: 7.5px 0 7.5px 0;
    font-size: 16px;
  }
}
.journey-value-calculator__trip-intro-row__val {
  color: #000;
  float: left;
  text-align: left;
  width: 50%;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__trip-intro-row__val {
    font-size: 14px;
  }
  .journey-value-calculator__trip-intro-row__val .icon {
    width: 25px !important;
    height: 25px !important;
  }
}
.journey-value-calculator__trip-intro-row .icon-after-class {
  vertical-align: top;
  margin-top: 4px;
  display: inline-block;
  margin-left: 11px;
}
@media (max-width: 63.9375em) {
  .journey-value-calculator__trip-intro-row .icon-after-class {
    font-size: 14px;
    margin-left: 8px;
    margin-top: 2px;
  }
}
.journey-value-calculator__trip-intro-row .icon {
  width: 33px;
  height: 33px;
}
.journey-value-calculator__trip-intro-row .icon svg {
  width: 100%;
  height: 100%;
}
.theme--roamexpress .journey-value-calculator__trip-intro-row .icon svg path {
  fill: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator__trip-intro-row .icon svg path {
  fill: #1995c9;
}
.theme--citylink .journey-value-calculator__trip-intro-row .icon svg path {
  fill: #e0a127;
}
.theme--govia .journey-value-calculator__trip-intro-row .icon svg path {
  fill: #fe9b30;
}
.theme--transurban .journey-value-calculator__trip-intro-row .icon svg path {
  fill: #2c2a29;
}
.theme--incommunity .journey-value-calculator__trip-intro-row .icon svg path {
  fill: #1675a9;
}
.theme--linkt .journey-value-calculator__trip-intro-row .icon svg path {
  fill: #0a4842;
}
.theme--linktds .journey-value-calculator__trip-intro-row .icon svg path {
  fill: #0a4842;
}
.theme--northconnex .journey-value-calculator__trip-intro-row .icon svg path {
  fill: #4c4d4f;
}
@media (min-width: 1em) and (max-width: 63.9375em) {
  .journey-value-calculator__trip-intro-row .icon {
    width: 20px;
    height: 20px;
  }
}
.journey-value-calculator__value-attributes-container-extended {
  position: relative;
  transition: height 0.5s;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__value-attributes-container-extended {
    height: auto !important;
  }
}
.journey-value-calculator__value-attributes-container-extended .journey-value-calculator__value-attributes-container-extended-height {
  width: 100%;
}
.journey-value-calculator__value-attributes-container-extended .journey-value-calculator__value-attributes-container-extended-height .journey-value-calculator__trip-bubble {
  background-color: transparent;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__value-attributes-container-extended .journey-value-calculator__value-attributes-container-extended-height {
    position: relative;
  }
}
.journey-value-calculator__value-attributes-container-extended.\--inactive {
  display: none;
}
.journey-value-calculator__value-attributes-container-pullup {
  display: block;
  margin: 0 auto;
  border-radius: 0;
  width: 17px;
  height: 16px;
  position: relative;
  padding: 2px;
  transform: rotate(180deg);
  display: inline-block;
  padding: 0;
  transform: initial;
  width: auto;
}
.journey-value-calculator__value-attributes-container-pullup.extended .burger-menu .bar1, .journey-value-calculator__value-attributes-container-pullup.extended .burger-menu .bar2 {
  width: 13px;
  height: 2px;
  margin: 2px 5px;
}
.journey-value-calculator__value-attributes-container-pullup.extended .burger-menu .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 10px);
  transform: rotate(-45deg) translate(-4px, 10px);
}
@media (max-width: 63.9375em) {
  .journey-value-calculator__value-attributes-container-pullup.extended .burger-menu .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 9px);
    transform: rotate(-45deg) translate(-4px, 9px);
  }
}
.journey-value-calculator__value-attributes-container-pullup.extended .burger-menu .bar2 {
  -webkit-transform: rotate(45deg) translate(2px, 7px);
  transform: rotate(45deg) translate(2px, 7px);
}
@media (max-width: 63.9375em) {
  .journey-value-calculator__value-attributes-container-pullup.extended .burger-menu .bar2 {
    -webkit-transform: rotate(45deg) translate(0, 7px);
    transform: rotate(45deg) translate(0, 7px);
  }
}
.journey-value-calculator__value-attributes-container-pullup.extended .burger-menu .bar3 {
  background-color: transparent;
}
.journey-value-calculator__value-attributes-container.\--extended .journey-value-calculator__value-attributes-container-pullup svg {
  left: 3px;
  top: 2px;
}
.journey-value-calculator__value-attributes-container-pullup .burger-menu {
  display: inline-block;
  cursor: pointer;
}
.journey-value-calculator__value-attributes-container-pullup .burger-menu .bar1, .journey-value-calculator__value-attributes-container-pullup .burger-menu .bar2, .journey-value-calculator__value-attributes-container-pullup .burger-menu .bar3 {
  width: 22px;
  height: 2px;
  background-color: #979797;
  margin: 3px 0;
  transition: 0.4s;
}
@media (max-width: 63.9375em) {
  .journey-value-calculator__value-attributes-container-pullup .burger-menu .bar1, .journey-value-calculator__value-attributes-container-pullup .burger-menu .bar2, .journey-value-calculator__value-attributes-container-pullup .burger-menu .bar3 {
    width: 17px;
    height: 1px;
    margin: 2px 0;
  }
}
.journey-value-calculator__value-attributes-container-pullup .icon svg {
  position: absolute;
  left: 0;
  top: 0;
}
.theme--roamexpress .journey-value-calculator__value-attributes-container-pullup .icon svg path {
  fill: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator__value-attributes-container-pullup .icon svg path {
  fill: #1995c9;
}
.theme--citylink .journey-value-calculator__value-attributes-container-pullup .icon svg path {
  fill: #e0a127;
}
.theme--govia .journey-value-calculator__value-attributes-container-pullup .icon svg path {
  fill: #fe9b30;
}
.theme--transurban .journey-value-calculator__value-attributes-container-pullup .icon svg path {
  fill: #2c2a29;
}
.theme--incommunity .journey-value-calculator__value-attributes-container-pullup .icon svg path {
  fill: #1675a9;
}
.theme--linkt .journey-value-calculator__value-attributes-container-pullup .icon svg path {
  fill: #0a4842;
}
.theme--linktds .journey-value-calculator__value-attributes-container-pullup .icon svg path {
  fill: #0a4842;
}
.theme--northconnex .journey-value-calculator__value-attributes-container-pullup .icon svg path {
  fill: #4c4d4f;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__value-attributes-container-pullup {
    display: none;
  }
}
.journey-value-calculator__compare-trip {
  padding: 10px 0;
  position: relative;
}
.journey-value-calculator__compare-trip:before, .journey-value-calculator__compare-trip:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.journey-value-calculator__compare-trip:after {
  clear: both;
}
.journey-value-calculator__compare-trip {
  *zoom: 1;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__compare-trip {
    padding-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 63.9375em) {
  .journey-value-calculator__compare-trip {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__compare-trip {
    margin-bottom: 0;
  }
}
.journey-value-calculator__compare-trip .journey-value-calculator__trip {
  -webkit-flex: 1 1 80px;
  /* Safari 6.1+ */
  -ms-flex: 1 1 80px;
  /* IE 10 */
  flex: 1 1 80px;
  padding-top: 8px;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__compare-trip .journey-value-calculator__trip {
    padding-top: 0;
  }
}
.journey-value-calculator__compare-trip .journey-value-calculator__trip.no-toll-route {
  -webkit-flex: 1 1 80px;
  /* Safari 6.1+ */
  -ms-flex: 1 1 80px;
  /* IE 10 */
  flex: 1 1 80px;
}
.journey-value-calculator__compare-trip .trip-middle-info {
  -webkit-flex: 1 1 139px;
  /* Safari 6.1+ */
  -ms-flex: 1 1 139px;
  /* IE 10 */
  flex: 1 1 139px;
}
.journey-value-calculator__compare-trip .journey-value-calculator__trip-bubble {
  position: relative;
  float: left;
  min-width: 132px;
  margin-left: 7px;
}
.journey-value-calculator__compare-trip .journey-value-calculator__trip-bubble:before, .journey-value-calculator__compare-trip .journey-value-calculator__trip-bubble:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.journey-value-calculator__compare-trip .journey-value-calculator__trip-bubble:after {
  clear: both;
}
.journey-value-calculator__compare-trip .journey-value-calculator__trip-bubble {
  *zoom: 1;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__compare-trip .journey-value-calculator__trip-bubble {
    min-width: 129px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__compare-trip .journey-value-calculator__trip-bubble {
    width: 100%;
  }
}
.journey-value-calculator__compare-trip .journey-value-calculator__trip-bubble::before {
  content: "";
  display: block;
  background-color: #f4f4f4;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -8px;
  transform: rotate(45deg);
  width: 16px;
  height: 16px;
}
.journey-value-calculator__compare-trip .journey-value-calculator__trip-bubble .journey-value-calculator__trip-metric {
  float: left;
  width: 50%;
  padding: 0;
}
.journey-value-calculator__compare-trip .journey-value-calculator__trip-bubble .journey-value-calculator__trip-metric:last-child {
  border-right: 0;
}
.journey-value-calculator__compare-trip .journey-value-calculator__trip-bubble .journey-value-calculator__trip-metric__name, .journey-value-calculator__compare-trip .journey-value-calculator__trip-bubble .journey-value-calculator__trip-metric__value, .journey-value-calculator__compare-trip .journey-value-calculator__trip-bubble .journey-value-calculator__trip-metric__default, .journey-value-calculator__compare-trip .journey-value-calculator__trip-bubble .journey-value-calculator__trip-metric__label {
  float: none;
  width: 100%;
  text-align: center;
  padding: 0;
  line-height: 1.2;
}
.journey-value-calculator__compare-trip .journey-value-calculator__trip-bubble .journey-value-calculator__trip-metric__label {
  color: #333 !important;
}
.journey-value-calculator__compare-trip .journey-value-calculator__trip-bubble .journey-value-calculator__trip-metric.\--slower .journey-value-calculator__trip-metric__value,
.journey-value-calculator__compare-trip .journey-value-calculator__trip-bubble .journey-value-calculator__trip-metric.\--slower .journey-value-calculator__trip-metric__label {
  color: #d52043 !important;
}
.journey-value-calculator__compare-trip .journey-value-calculator__trip-bubble .journey-value-calculator__trip-metric.\--same .journey-value-calculator__trip-metric__value {
  color: #333;
}
.journey-value-calculator__trip {
  float: left;
  width: 30%;
  text-align: center;
}
.theme--roamexpress .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-summary::before {
  background-color: #4ab947;
}
.theme--westlinkm7 .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-summary::before {
  background-color: #7fc31c;
}
.theme--citylink .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-summary::before {
  background-color: #1964be;
}
.theme--govia .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-summary::before {
  background-color: #1995c9;
}
.theme--transurban .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-summary::before {
  background-color: #0e893c;
}
.theme--incommunity .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-summary::before {
  background-color: #f18903;
}
.theme--linkt .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-summary::before {
  background-color: #0E893C;
}
.theme--linktds .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-summary::before {
  background-color: #0E893C;
}
.theme--northconnex .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-summary::before {
  background-color: #51a548;
}
.theme--roamexpress .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-time {
  color: #4ab947;
}
.theme--westlinkm7 .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-time {
  color: #7fc31c;
}
.theme--citylink .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-time {
  color: #1964be;
}
.theme--govia .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-time {
  color: #1995c9;
}
.theme--transurban .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-time {
  color: #0e893c;
}
.theme--incommunity .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-time {
  color: #f18903;
}
.theme--linkt .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-time {
  color: #0E893C;
}
.theme--linktds .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-time {
  color: #0E893C;
}
.theme--northconnex .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-time {
  color: #51a548;
}
.theme--roamexpress .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-metric__value,
.theme--roamexpress .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-metric__value,
.theme--westlinkm7 .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #1995c9;
}
.theme--citylink .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-metric__value,
.theme--citylink .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #e0a127;
}
.theme--govia .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-metric__value,
.theme--govia .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #fe9b30;
}
.theme--transurban .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-metric__value,
.theme--transurban .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #2c2a29;
}
.theme--incommunity .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-metric__value,
.theme--incommunity .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #1675a9;
}
.theme--linkt .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-metric__value,
.theme--linkt .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #0a4842;
}
.theme--linktds .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-metric__value,
.theme--linktds .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #0a4842;
}
.theme--northconnex .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-metric__value,
.theme--northconnex .journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #4c4d4f;
}
.journey-value-calculator__trip.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #333;
}
.theme--linkt .journey-value-calculator__trip.\--alt-trip .journey-value-calculator__trip-summary::before {
  background-color: #1c73a8;
}
.theme--linktds .journey-value-calculator__trip.\--alt-trip .journey-value-calculator__trip-summary::before {
  background-color: #1c73a8;
}
.theme--northconnex .journey-value-calculator__trip.\--alt-trip .journey-value-calculator__trip-summary::before {
  background-color: #0098ce;
}
.theme--linkt .journey-value-calculator__trip.\--alt-trip .journey-value-calculator__trip-time,
.theme--linkt .journey-value-calculator__trip.\--alt-trip .journey-value-calculator__trip-metric__value,
.theme--linkt .journey-value-calculator__trip.\--alt-trip .journey-value-calculator__trip-metric__label {
  color: #1c73a8;
}
.theme--linktds .journey-value-calculator__trip.\--alt-trip .journey-value-calculator__trip-time,
.theme--linktds .journey-value-calculator__trip.\--alt-trip .journey-value-calculator__trip-metric__value,
.theme--linktds .journey-value-calculator__trip.\--alt-trip .journey-value-calculator__trip-metric__label {
  color: #1c73a8;
}
.theme--northconnex .journey-value-calculator__trip.\--alt-trip .journey-value-calculator__trip-time,
.theme--northconnex .journey-value-calculator__trip.\--alt-trip .journey-value-calculator__trip-metric__value,
.theme--northconnex .journey-value-calculator__trip.\--alt-trip .journey-value-calculator__trip-metric__label {
  color: #0098ce;
}
.journey-value-calculator__trip-summary {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 110px;
  text-align: center;
  padding-top: 5px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__trip-summary {
    padding: 0;
  }
}
.journey-value-calculator__trip-type {
  color: #000000;
  display: block;
  font-size: 14px;
  text-align: center;
}
.theme--linkt .journey-value-calculator__trip-type {
  color: #333;
}
.theme--linktds .journey-value-calculator__trip-type {
  color: #333;
}
.theme--northconnex .journey-value-calculator__trip-type {
  color: #7e8082;
}
.journey-value-calculator__trip-time {
  font-size: 16px;
  font-weight: 600;
}
.journey-value-calculator__trip-time .no-value {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__trip-time {
    font-size: 18px;
  }
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__trip-time {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
  }
}
.journey-value-calculator__trip-bubble {
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 7px 0;
}
.journey-value-calculator__trip-bubble.middle-info {
  padding: 8px 8px 8px 0;
}
.journey-value-calculator__trip-bubble.detailed-info {
  padding-left: 4px;
}
@media (max-width: 63.9375em) {
  .journey-value-calculator__trip-bubble {
    padding-left: 0;
  }
}
.theme--roamexpress .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__value,
.theme--roamexpress .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__value,
.theme--westlinkm7 .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #1995c9;
}
.theme--citylink .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__value,
.theme--citylink .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #e0a127;
}
.theme--govia .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__value,
.theme--govia .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #fe9b30;
}
.theme--transurban .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__value,
.theme--transurban .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #2c2a29;
}
.theme--incommunity .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__value,
.theme--incommunity .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #1675a9;
}
.theme--linkt .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__value,
.theme--linkt .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #0a4842;
}
.theme--linktds .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__value,
.theme--linktds .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #0a4842;
}
.theme--northconnex .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__value,
.theme--northconnex .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #4c4d4f;
}
.journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__value .asterisk,
.journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__label .asterisk {
  font-size: 13px;
  vertical-align: top;
}
.theme--linkt .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #333;
}
.theme--linktds .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #333;
}
.theme--northconnex .journey-value-calculator__trip-bubble.\--tolled-trip .journey-value-calculator__trip-metric__label {
  color: #7e8082;
}
.journey-value-calculator__trip-metric {
  text-align: center;
  line-height: 1.2;
  padding: 1px 0;
  font-size: 12px;
}
.journey-value-calculator__trip-metric:before, .journey-value-calculator__trip-metric:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.journey-value-calculator__trip-metric:after {
  clear: both;
}
.journey-value-calculator__trip-metric {
  *zoom: 1;
}
@media only screen and (min-width: 64em) {
  .journey-value-calculator__trip-metric {
    padding: 1px 0;
    font-size: 14px;
  }
}
@media (max-width: 63.9375em) {
  .journey-value-calculator__trip-metric {
    padding-left: 0;
  }
}
.journey-value-calculator__trip-metric.\--off {
  display: none;
}
.journey-value-calculator__trip-metric__name, .journey-value-calculator__trip-metric__value, .journey-value-calculator__trip-metric__label {
  float: left;
  text-align: left;
  width: 25%;
  position: relative;
  line-height: 24px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__trip-metric__name, .journey-value-calculator__trip-metric__value, .journey-value-calculator__trip-metric__label {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.journey-value-calculator__trip-metric__name {
  color: #000000;
  width: 50%;
  padding-left: 32px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__trip-metric__name {
    font-size: 14px;
    padding-left: 47px;
  }
}
.journey-value-calculator__trip-metric__value {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.journey-value-calculator__trip-metric__value.\--tolled-trip {
  font-size: 14px;
  font-weight: bold;
}
.theme--roamexpress .journey-value-calculator__trip-metric__value.\--tolled-trip {
  color: #4ab947;
}
.theme--westlinkm7 .journey-value-calculator__trip-metric__value.\--tolled-trip {
  color: #7fc31c;
}
.theme--citylink .journey-value-calculator__trip-metric__value.\--tolled-trip {
  color: #1964be;
}
.theme--govia .journey-value-calculator__trip-metric__value.\--tolled-trip {
  color: #1995c9;
}
.theme--transurban .journey-value-calculator__trip-metric__value.\--tolled-trip {
  color: #0e893c;
}
.theme--incommunity .journey-value-calculator__trip-metric__value.\--tolled-trip {
  color: #f18903;
}
.theme--linkt .journey-value-calculator__trip-metric__value.\--tolled-trip {
  color: #0E893C;
}
.theme--linktds .journey-value-calculator__trip-metric__value.\--tolled-trip {
  color: #0E893C;
}
.theme--northconnex .journey-value-calculator__trip-metric__value.\--tolled-trip {
  color: #51a548;
}
.journey-value-calculator__trip-metric__value.\--alt-trip {
  font-size: 14px;
  font-weight: bold;
}
.theme--linkt .journey-value-calculator__trip-metric__value.\--alt-trip {
  color: #1c73a8;
}
.theme--linktds .journey-value-calculator__trip-metric__value.\--alt-trip {
  color: #1c73a8;
}
.theme--northconnex .journey-value-calculator__trip-metric__value.\--alt-trip {
  color: #0098ce;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__trip-metric__value {
    font-size: 16px;
  }
}
@media (max-width: 63.9375em) {
  .journey-value-calculator__trip-metric__value {
    font-size: 19px;
  }
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__trip-metric__value {
    font-size: 20px;
    font-weight: 700;
  }
}
.journey-value-calculator__trip-metric__label {
  display: block;
  font-size: 14px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__trip-metric__label {
    font-size: 15px;
  }
}
.journey-value-calculator__trip-metric .icon {
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.journey-value-calculator__trip-metric .icon svg {
  width: 100%;
  height: 100%;
}
.theme--roamexpress .journey-value-calculator__trip-metric .icon svg path {
  fill: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator__trip-metric .icon svg path {
  fill: #1995c9;
}
.theme--citylink .journey-value-calculator__trip-metric .icon svg path {
  fill: #e0a127;
}
.theme--govia .journey-value-calculator__trip-metric .icon svg path {
  fill: #fe9b30;
}
.theme--transurban .journey-value-calculator__trip-metric .icon svg path {
  fill: #2c2a29;
}
.theme--incommunity .journey-value-calculator__trip-metric .icon svg path {
  fill: #1675a9;
}
.theme--linkt .journey-value-calculator__trip-metric .icon svg path {
  fill: #0a4842;
}
.theme--linktds .journey-value-calculator__trip-metric .icon svg path {
  fill: #0a4842;
}
.theme--northconnex .journey-value-calculator__trip-metric .icon svg path {
  fill: #4c4d4f;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__trip-metric .icon {
    margin-top: -13px;
    width: 25px;
    height: 25px;
  }
}
.journey-value-calculator__trip-disclaimer {
  clear: both;
  color: #000;
  font-size: 11px;
  padding-top: 3px;
}
.journey-value-calculator__trip-disclaimer p {
  margin-bottom: 3px;
  margin-top: 0;
}
.journey-value-calculator__trip-disclaimer p a {
  font-weight: normal;
  text-decoration: underline;
}
.journey-value-calculator__trip-metric-default {
  text-align: center;
  line-height: 1.2;
  padding: 6px 0px 6px 8px;
  font-size: 12px;
}
.journey-value-calculator__trip-metric-default:before, .journey-value-calculator__trip-metric-default:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.journey-value-calculator__trip-metric-default:after {
  clear: both;
}
.journey-value-calculator__trip-metric-default {
  *zoom: 1;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__trip-metric-default {
    padding: 10px 0 10px 20px;
    font-size: 16px;
  }
}
.journey-value-calculator__trip-metric-default__default {
  float: left;
  text-align: left;
  width: 25%;
  position: relative;
  line-height: 24px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__trip-metric-default__default {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.journey-value-calculator__trip-metric-default__default {
  width: 50%;
  padding-left: 32px;
}
.theme--roamexpress .journey-value-calculator__trip-metric-default__default {
  color: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator__trip-metric-default__default {
  color: #1995c9;
}
.theme--citylink .journey-value-calculator__trip-metric-default__default {
  color: #e0a127;
}
.theme--govia .journey-value-calculator__trip-metric-default__default {
  color: #fe9b30;
}
.theme--transurban .journey-value-calculator__trip-metric-default__default {
  color: #2c2a29;
}
.theme--incommunity .journey-value-calculator__trip-metric-default__default {
  color: #1675a9;
}
.theme--linkt .journey-value-calculator__trip-metric-default__default {
  color: #0a4842;
}
.theme--linktds .journey-value-calculator__trip-metric-default__default {
  color: #0a4842;
}
.theme--northconnex .journey-value-calculator__trip-metric-default__default {
  color: #4c4d4f;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__trip-metric-default__default {
    font-size: 16px;
    padding-left: 55px;
    padding-top: 10px;
  }
}
.journey-value-calculator__trip-metric-default .icon {
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 38px;
  height: 38px;
}
.journey-value-calculator__trip-metric-default .icon svg {
  width: 100%;
  height: 100%;
}
.theme--roamexpress .journey-value-calculator__trip-metric-default .icon svg path {
  fill: #4ab947;
}
.theme--westlinkm7 .journey-value-calculator__trip-metric-default .icon svg path {
  fill: #7fc31c;
}
.theme--citylink .journey-value-calculator__trip-metric-default .icon svg path {
  fill: #1964be;
}
.theme--govia .journey-value-calculator__trip-metric-default .icon svg path {
  fill: #1995c9;
}
.theme--transurban .journey-value-calculator__trip-metric-default .icon svg path {
  fill: #0e893c;
}
.theme--incommunity .journey-value-calculator__trip-metric-default .icon svg path {
  fill: #f18903;
}
.theme--linkt .journey-value-calculator__trip-metric-default .icon svg path {
  fill: #0E893C;
}
.theme--linktds .journey-value-calculator__trip-metric-default .icon svg path {
  fill: #0E893C;
}
.theme--northconnex .journey-value-calculator__trip-metric-default .icon svg path {
  fill: #51a548;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__trip-metric-default .icon {
    margin-top: -16px;
    width: 38px;
    height: 38px;
  }
}
.journey-value-calculator__powered-by {
  padding: 10px 15px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__powered-by {
    padding: 10px 0 0;
  }
}
@media (max-width: 63.9375em) {
  .journey-value-calculator__powered-by {
    padding-left: 0;
  }
}
.journey-value-calculator__powered-by .module--rich-text {
  padding: 0;
}
.journey-value-calculator__powered-by p {
  font-size: 12px;
  margin-bottom: 4px;
  margin-top: 0;
}
.journey-value-calculator__powered-by p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__powered-by p {
    margin-bottom: 6px;
  }
}
.journey-value-calculator__powered-by a {
  font-weight: normal;
  text-decoration: underline;
}
.journey-value-calculator__powered-by a:hover {
  text-decoration: none;
}
.journey-value-calculator__header-row-default h3, .journey-value-calculator__header-row h3 {
  color: #000000;
  font-size: 16px;
}
.journey-value-calculator__header-row-default.\--hidden-s, .journey-value-calculator__header-row.\--hidden-s {
  display: none;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__header-row-default.\--hidden-s, .journey-value-calculator__header-row.\--hidden-s {
    display: block;
  }
}
.journey-value-calculator__header-row-default.\--hidden-l, .journey-value-calculator__header-row.\--hidden-l {
  display: block;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__header-row-default.\--hidden-l, .journey-value-calculator__header-row.\--hidden-l {
    display: none;
  }
}
.journey-value-calculator__header-row-default.\--inactive, .journey-value-calculator__header-row.\--inactive {
  display: none;
}
.journey-value-calculator__component-padding {
  font-size: 12px;
  margin: 0px -24px;
  padding: 10px 10px;
  background: url(../img/journey-value-calculator/map-background.png);
  background-size: cover;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__component-padding {
    font-size: 16px;
    margin: 0px 0px;
    background: none;
    padding-left: 0px;
    padding-right: 0px;
    height: 55px;
  }
}
.journey-value-calculator__icon {
  display: inline-block;
  width: 10%;
}
.theme--roamexpress .journey-value-calculator__icon {
  color: #4ab947;
}
.theme--westlinkm7 .journey-value-calculator__icon {
  color: #7fc31c;
}
.theme--citylink .journey-value-calculator__icon {
  color: #1964be;
}
.theme--govia .journey-value-calculator__icon {
  color: #1995c9;
}
.theme--transurban .journey-value-calculator__icon {
  color: #0e893c;
}
.theme--incommunity .journey-value-calculator__icon {
  color: #f18903;
}
.theme--linkt .journey-value-calculator__icon {
  color: #0E893C;
}
.theme--linktds .journey-value-calculator__icon {
  color: #0E893C;
}
.theme--northconnex .journey-value-calculator__icon {
  color: #51a548;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__icon {
    width: 21px;
  }
}
.journey-value-calculator__label {
  display: inline-block;
  text-align: left;
  font-weight: bold;
  width: 29%;
  padding-top: 8px;
  font-size: 12px;
}
.journey-value-calculator__label.trip-details {
  width: 70px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__label.trip-details {
    width: 100px;
  }
}
.journey-value-calculator__label.time-of-departure {
  width: 150px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__label {
    font-size: 16px;
    padding-top: 10px;
  }
}
.journey-value-calculator__selection-name {
  display: inline-block;
  width: 34%;
  font-size: 14px;
  line-height: 0.92;
  text-align: center;
  color: #1964be;
  font-weight: bold;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__selection-name {
    width: 29%;
    font-size: 18px;
  }
}
.journey-value-calculator__arrow {
  display: inline-block;
  width: 5.1%;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__arrow {
    width: 10%;
  }
}
.journey-value-calculator__arrow-icon {
  width: 22px;
}
.journey-value-calculator__arrow-icon.mobile {
  width: 22px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__arrow-icon {
    width: 26px;
  }
}
.journey-value-calculator__wrapper {
  padding-top: 10px;
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__wrapper {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .journey-value-calculator__wrapper {
    padding-top: 30px;
  }
}
@media (min-width: 1em) and (max-width: 47.9375em) {
  .journey-value-calculator__wrapper {
    padding-top: 0;
  }
}
.journey-value-calculator__info:before, .journey-value-calculator__info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.journey-value-calculator__info:after {
  clear: both;
}
.journey-value-calculator__info {
  *zoom: 1;
}
@media only screen and (min-width: 64em) {
  .journey-value-calculator__info {
    float: left;
    width: 35%;
  }
}
@media only screen and (min-width: 48em) and (max-width: 77.6875em) {
  .journey-value-calculator__info {
    width: 345px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
  }
}
.journey-value-calculator__map-wrapper {
  width: 100%;
  position: relative;
  transform: translate(0, 0);
  height: 85vh;
  overflow: hidden;
  opacity: 1;
}
.journey-value-calculator__map-wrapper .info-popup-wrapper {
  position: absolute;
  bottom: 1rem;
  width: 96%;
  background: #fff;
  z-index: 30;
  margin-left: 2%;
  margin-right: 2%;
}
@media only screen and (min-width: 77.75em) {
  .journey-value-calculator__map-wrapper .info-popup-wrapper.--hidden-l {
    display: none;
  }
}
.journey-value-calculator__map-wrapper .info-popup-wrapper .info-popup-content {
  position: relative;
}
.journey-value-calculator__map-wrapper .info-popup-wrapper .info-popup-content .info-popup-inner {
  padding: 1rem;
}
.journey-value-calculator__map-wrapper .info-popup-wrapper .info-popup-content p {
  margin-top: 0;
  margin-bottom: 5px;
}
.journey-value-calculator__map-wrapper .info-popup-wrapper .info-popup-content p:last-of-type {
  margin-bottom: 0;
}
.journey-value-calculator__map-wrapper .info-popup-wrapper .info-popup-content .control-btn {
  position: absolute;
  top: 5px;
  right: 5px;
}
.journey-value-calculator__map-wrapper .info-popup-wrapper .info-popup-content .control-btn .icon--trip-compare-arrow {
  width: 30px;
  height: 30px;
  vertical-align: top;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.theme--roamexpress .journey-value-calculator__map-wrapper .info-popup-wrapper .info-popup-content .control-btn .icon--trip-compare-arrow {
  background: #4ab947;
}
.theme--westlinkm7 .journey-value-calculator__map-wrapper .info-popup-wrapper .info-popup-content .control-btn .icon--trip-compare-arrow {
  background: #7fc31c;
}
.theme--citylink .journey-value-calculator__map-wrapper .info-popup-wrapper .info-popup-content .control-btn .icon--trip-compare-arrow {
  background: #1964be;
}
.theme--govia .journey-value-calculator__map-wrapper .info-popup-wrapper .info-popup-content .control-btn .icon--trip-compare-arrow {
  background: #1995c9;
}
.theme--transurban .journey-value-calculator__map-wrapper .info-popup-wrapper .info-popup-content .control-btn .icon--trip-compare-arrow {
  background: #0e893c;
}
.theme--incommunity .journey-value-calculator__map-wrapper .info-popup-wrapper .info-popup-content .control-btn .icon--trip-compare-arrow {
  background: #f18903;
}
.theme--linkt .journey-value-calculator__map-wrapper .info-popup-wrapper .info-popup-content .control-btn .icon--trip-compare-arrow {
  background: #0E893C;
}
.theme--linktds .journey-value-calculator__map-wrapper .info-popup-wrapper .info-popup-content .control-btn .icon--trip-compare-arrow {
  background: #0E893C;
}
.theme--northconnex .journey-value-calculator__map-wrapper .info-popup-wrapper .info-popup-content .control-btn .icon--trip-compare-arrow {
  background: #51a548;
}
.journey-value-calculator__map-wrapper .info-popup-wrapper .info-popup-content .control-btn .icon--trip-compare-arrow svg {
  fill: #fff;
  margin-top: 7px;
  margin-left: 7px;
}
.journey-value-calculator__map-wrapper .info-popup-wrapper.min-info-window {
  width: auto;
  background: transparent;
}
.journey-value-calculator__map-wrapper .info-popup-wrapper.min-info-window .control-btn {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
}
.journey-value-calculator__map-wrapper .goo-map-container {
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__map-wrapper {
    height: 93vh;
  }
}
@media only screen and (min-width: 64em) {
  .journey-value-calculator__map-wrapper {
    position: relative;
    top: 0;
    transform: translate(0, 0);
    z-index: 1;
    height: 517px;
    opacity: 1;
    float: right;
    width: 65%;
    box-shadow: none;
    overflow: hidden;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 77.6875em) {
  .journey-value-calculator__map-wrapper {
    width: calc(100% - 351px);
    display: inline-block;
    box-sizing: border-box;
    height: 45vh;
  }
}
.journey-value-calculator__map-wrapper.open {
  height: 100%;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__map-wrapper.open {
    height: 750px !important;
  }
}
.journey-value-calculator__map {
  position: initial !important;
  width: 100%;
  height: 100%;
  border-width: 0px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__map {
    height: 100%;
  }
}
.journey-value-calculator__time-of-travel-section {
  font-size: 12px;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__time-of-travel-section {
    margin-bottom: 20px;
  }
}
.journey-value-calculator__time-of-travel-section.\--disabled {
  pointer-events: none;
  opacity: 0.2;
}
.journey-value-calculator__time-of-travel-section .journey-value-calculator__time-of-travel__field,
.journey-value-calculator__time-of-travel-section .mini-tabs__content.\--active {
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__time-of-travel-section .journey-value-calculator__time-of-travel__field,
.journey-value-calculator__time-of-travel-section .mini-tabs__content.\--active {
    margin-right: 6px;
  }
}
.journey-value-calculator__time-of-travel-refresh {
  padding-left: 10px;
  position: relative;
  display: inline-block;
}
.journey-value-calculator__time-of-travel-time {
  float: right;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__time-of-travel-time {
    font-size: 24px;
  }
}
.journey-value-calculator__time-of-travel-container {
  display: inline-block;
  width: 100%;
}
.journey-value-calculator__time-of-travel-slider {
  -webkit-appearance: none;
  width: 100%;
  object-fit: contain;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.journey-value-calculator__time-of-travel-slider::-ms-track {
  height: 10px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 16px 0;
  /*remove default tick marks*/
  color: transparent;
}
.journey-value-calculator__time-of-travel-slider::-ms-fill-lower {
  background-color: #1964be;
  border-radius: 10px;
}
.journey-value-calculator__time-of-travel-slider::-ms-fill-upper {
  background-color: #1964be;
  border-radius: 10px;
}
.journey-value-calculator__time-of-travel-slider::-ms-thumb {
  border: none;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: white;
  border: 3px solid #1964be;
}
@supports not (-ms-ime-align: auto) {
  .journey-value-calculator__time-of-travel-slider {
    /* non-IE styles */
    height: 10px;
    border-radius: 5px;
    border: solid 3px #1964be;
    background-color: #1964be;
  }
  .journey-value-calculator__time-of-travel-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    object-fit: contain;
    background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: solid 3px #1964be;
    cursor: pointer;
  }
  .journey-value-calculator__time-of-travel-slider::-moz-range-thumb {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    object-fit: contain;
    background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: solid 3px #1964be;
    cursor: pointer;
  }
}
@supports (-ms-ime-align: auto) {
  .journey-value-calculator__time-of-travel-slider {
    /* IE styles */
    width: 15px;
    height: 15px;
    border-radius: 35px;
    object-fit: contain;
    background-image: #1964be;
    background-color: #1964be;
    box-shadow: none;
    border: none;
    cursor: pointer;
  }
  .journey-value-calculator__time-of-travel-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    object-fit: contain;
    background-color: white;
    box-shadow: none;
    border: solid 3px #1964be;
    cursor: pointer;
  }
  .journey-value-calculator__time-of-travel-slider::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    object-fit: contain;
    background-color: white;
    box-shadow: none;
    border: solid 3px #1964be;
    cursor: pointer;
  }
  .journey-value-calculator__time-of-travel-slider .journey-value-calculator__time-of-travel-slider::-ms-thumb {
    border: none;
    height: 10px;
    width: 10px;
    background: goldenrod;
    z-index: 1000;
  }
}
.journey-value-calculator__time-of-travel-slider[disabled] {
  cursor: default;
  border-color: #ececec;
}
.journey-value-calculator__time-of-travel-slider[disabled]::-ms-thumb {
  border: none;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: white;
  border: 3px solid #ececec;
}
.journey-value-calculator__time-of-travel-slider[disabled]::-ms-fill-upper {
  background-color: #ececec;
}
.journey-value-calculator__time-of-travel-slider[disabled]::-ms-fill-lower {
  background-color: #ececec;
}
@supports (-ms-ime-align: auto) {
  .journey-value-calculator__time-of-travel-slider[disabled] {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    object-fit: contain;
    background-image: #ececec;
    background-color: #ececec;
    box-shadow: none;
    border: none;
    cursor: pointer;
  }
  .journey-value-calculator__time-of-travel-slider[disabled]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    object-fit: contain;
    background-color: white;
    box-shadow: none;
    border: solid 3px #ececec;
    cursor: pointer;
  }
  .journey-value-calculator__time-of-travel-slider[disabled]::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    object-fit: contain;
    background-color: white;
    box-shadow: none;
    border: solid 3px #ececec;
    cursor: pointer;
  }
}
@supports not (-ms-ime-align: auto) {
  .journey-value-calculator__time-of-travel-slider[disabled] {
    background-color: #ececec;
  }
  .journey-value-calculator__time-of-travel-slider[disabled]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    object-fit: contain;
    background-color: #ececec;
    box-shadow: none;
    border: solid 3px #ececec;
    cursor: pointer;
  }
  .journey-value-calculator__time-of-travel-slider[disabled]::-moz-range-thumb {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    object-fit: contain;
    background-image: #ececec;
    box-shadow: none;
    border: solid 3px #ececec;
    cursor: pointer;
  }
}
.journey-value-calculator .refresh-button {
  height: 15px;
  width: 19px;
}
.journey-value-calculator .refresh-button-invalid {
  height: 15px;
  width: 19px;
}
.journey-value-calculator__time-of-travel-day-select.\--hidden-s, .journey-value-calculator__time-of-travel-time-select.\--hidden-s, .journey-value-calculator__time-of-travel-ampm-select.\--hidden-s, .journey-value-calculator__time-of-travel-time24-select.\--hidden-s {
  display: none;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__time-of-travel-day-select.\--hidden-s, .journey-value-calculator__time-of-travel-time-select.\--hidden-s, .journey-value-calculator__time-of-travel-ampm-select.\--hidden-s, .journey-value-calculator__time-of-travel-time24-select.\--hidden-s {
    display: inline-block;
  }
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__time-of-travel-day-select.\--hidden-l, .journey-value-calculator__time-of-travel-time-select.\--hidden-l, .journey-value-calculator__time-of-travel-ampm-select.\--hidden-l, .journey-value-calculator__time-of-travel-time24-select.\--hidden-l {
    display: none;
  }
}
.journey-value-calculator__time-of-travel-day-select .simple-select, .journey-value-calculator__time-of-travel-time-select .simple-select, .journey-value-calculator__time-of-travel-ampm-select .simple-select, .journey-value-calculator__time-of-travel-time24-select .simple-select {
  border-color: #cccccc;
  border-radius: 3px;
}
.journey-value-calculator__time-of-travel-day-select .simple-select select, .journey-value-calculator__time-of-travel-time-select .simple-select select, .journey-value-calculator__time-of-travel-ampm-select .simple-select select, .journey-value-calculator__time-of-travel-time24-select .simple-select select {
  height: 37px;
  padding: 0 20px 0 5px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__time-of-travel-day-select .simple-select select, .journey-value-calculator__time-of-travel-time-select .simple-select select, .journey-value-calculator__time-of-travel-ampm-select .simple-select select, .journey-value-calculator__time-of-travel-time24-select .simple-select select {
    padding: 0 26px 0 11px;
  }
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__time-of-travel-day-select .simple-select select, .journey-value-calculator__time-of-travel-time-select .simple-select select, .journey-value-calculator__time-of-travel-ampm-select .simple-select select, .journey-value-calculator__time-of-travel-time24-select .simple-select select {
    padding: 0 35px 0 11px;
    height: 44px;
  }
}
.journey-value-calculator__time-of-travel-day-select .simple-select .simple-label, .journey-value-calculator__time-of-travel-time-select .simple-select .simple-label, .journey-value-calculator__time-of-travel-ampm-select .simple-select .simple-label, .journey-value-calculator__time-of-travel-time24-select .simple-select .simple-label {
  left: 8px;
  top: 10px;
  font-size: 13px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__time-of-travel-day-select .simple-select .simple-label, .journey-value-calculator__time-of-travel-time-select .simple-select .simple-label, .journey-value-calculator__time-of-travel-ampm-select .simple-select .simple-label, .journey-value-calculator__time-of-travel-time24-select .simple-select .simple-label {
    left: 10px;
    top: 9px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__time-of-travel-day-select .simple-select .simple-label, .journey-value-calculator__time-of-travel-time-select .simple-select .simple-label, .journey-value-calculator__time-of-travel-ampm-select .simple-select .simple-label, .journey-value-calculator__time-of-travel-time24-select .simple-select .simple-label {
    left: 15px;
    top: 10px;
    font-size: 16px;
  }
}
.journey-value-calculator__time-of-travel-day-select .simple-select.invalid, .journey-value-calculator__time-of-travel-time-select .simple-select.invalid, .journey-value-calculator__time-of-travel-ampm-select .simple-select.invalid, .journey-value-calculator__time-of-travel-time24-select .simple-select.invalid {
  background-color: #ececec;
  color: #cccccc;
  border-color: #cccccc;
}
.journey-value-calculator__time-of-travel-day-select .simple-select.invalid .simple-label, .journey-value-calculator__time-of-travel-time-select .simple-select.invalid .simple-label, .journey-value-calculator__time-of-travel-ampm-select .simple-select.invalid .simple-label, .journey-value-calculator__time-of-travel-time24-select .simple-select.invalid .simple-label {
  color: #cccccc;
}
.journey-value-calculator__time-of-travel-day-select .simple-select select {
  width: 108px;
}
@media (min-width: 22.4375em) {
  .journey-value-calculator__time-of-travel-day-select .simple-select select {
    width: 125px;
  }
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__time-of-travel-day-select .simple-select select {
    width: 145px;
  }
}
.journey-value-calculator__time-of-travel-time-select .simple-select select {
  width: 85px;
}
.journey-value-calculator__time-of-travel-ampm-select .simple-select select {
  width: 85px;
}
.journey-value-calculator__time-of-travel-time24-select .simple-select select {
  width: 70px;
}
@media (min-width: 22.4375em) {
  .journey-value-calculator__time-of-travel-time24-select .simple-select select {
    width: auto;
  }
}
.journey-value-calculator__savings-avoid .add-padding {
  padding: 20px 0px;
  margin: 0px 10px;
  border-top: solid 1px #cbcbcb;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__savings-avoid .add-padding {
    margin: 0px;
  }
}
.journey-value-calculator__savings-avoid-labels {
  width: 100%;
  padding-bottom: 10px;
}
.journey-value-calculator__label-savings {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  width: 66%;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__label-savings {
    font-size: 16px;
  }
}
.journey-value-calculator__label-avoid {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  width: 33%;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__label-avoid {
    font-size: 16px;
  }
}
.journey-value-calculator__float-left {
  float: left;
}
.journey-value-calculator__float-left-pad10 {
  float: left;
  padding-left: 10px;
}
.journey-value-calculator__savings-avoid-stat {
  width: 32%;
  display: inline-block;
}
.journey-value-calculator__savings-avoid-stat .fs-icon {
  width: 33px;
  height: 35px;
}
.journey-value-calculator__savings-avoid-stat .co-icon {
  width: 40px;
  height: 35px;
}
.journey-value-calculator__savings-avoid-stat .tl-icon {
  width: 21px;
  height: 40px;
}
.journey-value-calculator__savings-avoid-stat .retry {
  padding-top: 14px;
  display: none;
  text-align: center;
  top: 0px;
  left: 0px;
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: absolute;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__savings-avoid-stat .retry {
    right: 0;
    top: 0;
  }
}
.journey-value-calculator__savings-avoid-stat .retry.traffic-lights {
  position: relative !important;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__vehicle-type {
    margin: 10px 2% 10px 0;
    width: 23%;
  }
}
@media only screen and (min-width: 64em) {
  .journey-value-calculator__vehicle-type {
    padding: 10px;
  }
}
.journey-value-calculator__peak-type {
  width: 48%;
  height: 80px;
  line-height: 40px;
}
@media only screen and (min-width: 40em) {
  .journey-value-calculator__peak-type {
    height: 60px;
  }
}
.journey-value-calculator__peak-type span {
  vertical-align: top;
}
.journey-value-calculator__peak-type svg {
  margin-top: 10px;
  margin-right: 5px;
}
.journey-value-calculator__select {
  width: 70%;
}
.journey-value-calculator__start-end {
  width: 10%;
  float: left;
  display: inline-block;
}
.journey-value-calculator__start-end .marker-icons {
  margin-top: 10px;
}
.journey-value-calculator .input-filter-container {
  display: flex;
  width: 100%;
}
.journey-value-calculator .input-filter-container .left {
  flex: 1;
}
.journey-value-calculator .input-filter-container .right {
  width: 45px;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator .input-filter-container.d-mobile-none {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator .input-filter-container.d-desktop-none {
    display: none;
  }
}
@media (min-width: 1em) and (max-width: 47.9375em) {
  .journey-value-calculator .input-filter-container:not(.filter) .point {
    padding-left: 15px;
  }
}
.journey-value-calculator__start-end-input-field {
  padding: 10px 0;
  clear: both;
}
.journey-value-calculator__start-end-input-field.searching {
  pointer-events: none;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__start-end-input-field.activated-point {
    padding: 0;
  }
  .journey-value-calculator__start-end-input-field.activated-point.b .point-wrapper.a {
    display: none;
  }
  .journey-value-calculator__start-end-input-field.activated-point input {
    padding-left: 35px;
  }
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point {
  position: relative;
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point::before {
  content: "A";
  position: absolute;
  left: 15px;
  top: 8px;
  font-weight: bold;
  z-index: 3;
  font-size: 1.33rem;
  font-size: 16px;
}
.theme--roamexpress .journey-value-calculator__start-end-input-field .input-field-wrapper .point::before {
  color: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator__start-end-input-field .input-field-wrapper .point::before {
  color: #1995c9;
}
.theme--citylink .journey-value-calculator__start-end-input-field .input-field-wrapper .point::before {
  color: #e0a127;
}
.theme--govia .journey-value-calculator__start-end-input-field .input-field-wrapper .point::before {
  color: #fe9b30;
}
.theme--transurban .journey-value-calculator__start-end-input-field .input-field-wrapper .point::before {
  color: #2c2a29;
}
.theme--incommunity .journey-value-calculator__start-end-input-field .input-field-wrapper .point::before {
  color: #1675a9;
}
.theme--linkt .journey-value-calculator__start-end-input-field .input-field-wrapper .point::before {
  color: #0a4842;
}
.theme--linktds .journey-value-calculator__start-end-input-field .input-field-wrapper .point::before {
  color: #0a4842;
}
.theme--northconnex .journey-value-calculator__start-end-input-field .input-field-wrapper .point::before {
  color: #4c4d4f;
}
@media (min-width: 1em) and (max-width: 47.9375em) {
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point::before {
    top: 5px;
    left: 25px !important;
    font-size: 1rem;
  }
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 1px;
  width: 39px;
  height: 36px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
  pointer-events: none;
}
@media (min-width: 1em) and (max-width: 63.9375em) {
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point::after {
    height: 29px;
    width: 53px;
  }
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 21;
  background: #d8d8d8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field .close-btn {
  width: 18px;
  height: 16px;
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field .close-btn .bar1, .journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field .close-btn .bar2 {
  width: 12px;
  height: 2px;
  background-color: #fff;
  margin: 2px 5px;
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field .close-btn .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 3px);
  transform: rotate(-45deg) translate(-6px, 3px);
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field .close-btn .bar2 {
  -webkit-transform: rotate(45deg) translate(0px, 3px);
  transform: rotate(45deg) translate(0px, 3px);
}
.theme--linkt .journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field:hover {
  background: #333;
}
.theme--linktds .journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field:hover {
  background: #333;
}
.theme--northconnex .journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field:hover {
  background: #7e8082;
}
@media (min-width: 1em) and (max-width: 47.9375em) {
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field {
    top: 8px;
  }
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field .close-btn {
    width: 24px;
    height: 22px;
  }
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field .close-btn .bar1, .journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field .close-btn .bar2 {
    width: 13px;
    height: 2px;
  }
}
@media (min-width: 1em) and (max-width: 47.9375em) and (max-width: 47.9375em) {
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field .close-btn .bar1, .journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field .close-btn .bar2 {
    width: 14px;
    height: 2px;
    margin: 0;
    margin-left: 2px;
  }
}
@media (min-width: 1em) and (max-width: 47.9375em) {
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field .close-btn .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }
}
@media (min-width: 1em) and (max-width: 47.9375em) and (max-width: 47.9375em) {
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field .close-btn .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }
}
@media (min-width: 1em) and (max-width: 47.9375em) {
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field .close-btn .bar2 {
    -webkit-transform: rotate(45deg) translate(4px, 4.5px);
    transform: rotate(45deg) translate(4.5px, 4.5px);
  }
}
@media (min-width: 1em) and (max-width: 47.9375em) and (max-width: 47.9375em) {
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field .close-btn .bar2 {
    -webkit-transform: rotate(45deg) translate(4px, 4.5px);
    transform: rotate(45deg) translate(4.5px, 4.5px);
  }
}
@media (min-width: 1em) and (max-width: 47.9375em) and (max-width: 47.9375em) {
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point .clear-address-field .close-btn {
    width: 18px;
    height: 18px;
  }
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .cancel-field-selection-wrapper {
  position: absolute;
  top: 16px;
  padding-bottom: 18px;
  left: 100%;
  z-index: 21;
  margin: 0;
  padding-left: 9px;
  display: none;
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .cancel-field-selection-wrapper a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 1em) and (max-width: 47.9375em) {
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point .cancel-field-selection-wrapper {
    top: 11px;
    padding-bottom: 10px;
    padding-left: 2px;
  }
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list {
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 23;
  width: 100%;
  padding: 0 5px;
  list-style-type: none;
  border: solid 1px #333;
  border-top-color: transparent;
  margin: 0;
  display: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li {
  padding: 0 0 0 1px;
  margin-top: 0;
  border-bottom: 1px solid #979797;
  outline: none;
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li a {
  color: #333;
  display: inline-block;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  text-decoration: none;
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li a .value .text-bold {
  font-weight: bold;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li a .value {
    margin-left: 8px;
  }
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li a:hover {
  text-decoration: none;
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li a.no-pointer-event {
  color: #333;
  pointer-events: none;
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li a.no-pointer-event:hover {
  color: #333;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li a {
    font-size: 14px;
  }
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:last-child {
  border-bottom: none;
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:hover, .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:active, .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:focus {
  outline: none;
}
.theme--roamexpress .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:hover a, .theme--roamexpress .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:active a, .theme--roamexpress .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:focus a {
  color: #4ab947;
}
.theme--westlinkm7 .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:hover a, .theme--westlinkm7 .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:active a, .theme--westlinkm7 .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:focus a {
  color: #7fc31c;
}
.theme--citylink .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:hover a, .theme--citylink .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:active a, .theme--citylink .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:focus a {
  color: #1964be;
}
.theme--govia .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:hover a, .theme--govia .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:active a, .theme--govia .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:focus a {
  color: #1995c9;
}
.theme--transurban .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:hover a, .theme--transurban .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:active a, .theme--transurban .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:focus a {
  color: #0e893c;
}
.theme--incommunity .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:hover a, .theme--incommunity .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:active a, .theme--incommunity .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:focus a {
  color: #f18903;
}
.theme--linkt .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:hover a, .theme--linkt .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:active a, .theme--linkt .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:focus a {
  color: #0E893C;
}
.theme--linktds .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:hover a, .theme--linktds .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:active a, .theme--linktds .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:focus a {
  color: #0E893C;
}
.theme--northconnex .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:hover a, .theme--northconnex .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:active a, .theme--northconnex .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:focus a {
  color: #51a548;
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:hover a.no-pointer-event, .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:active a.no-pointer-event, .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list li:focus a.no-pointer-event {
  color: #333 !important;
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list .icon {
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  vertical-align: top;
  margin-right: 5px;
  background-repeat: no-repeat;
  margin-left: 3px;
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list .icon.icon--current--location {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h19.05v19.587H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23979797' d='M10.315 15.24v-1.82a.79.79 0 0 0-1.58 0v1.82a5.505 5.505 0 0 1-4.656-4.657h1.55a.79.79 0 0 0 0-1.58h-1.55a5.504 5.504 0 0 1 4.657-4.656v1.819a.79.79 0 0 0 1.579 0v-1.82a5.504 5.504 0 0 1 4.656 4.658h-1.55a.79.79 0 0 0 0 1.579h1.55a5.505 5.505 0 0 1-4.656 4.656m7.945-6.235h-1.676a7.117 7.117 0 0 0-6.27-6.27V.79a.79.79 0 0 0-1.578 0v1.945a7.117 7.117 0 0 0-6.27 6.27H.79a.79.79 0 0 0 0 1.579h1.677a7.116 7.116 0 0 0 6.27 6.27v1.944a.79.79 0 0 0 1.579 0v-1.945a7.116 7.116 0 0 0 6.269-6.27h1.676a.79.79 0 0 0 0-1.578' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list .icon.icon--current--location--blocked {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h20v20H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23979B9D' d='M19.171 9.17h-1.76A7.473 7.473 0 0 0 10.83 2.59V.829a.829.829 0 1 0-1.658 0v1.76a7.363 7.363 0 0 0-2.836.947L7.57 4.77a5.77 5.77 0 0 1 1.601-.49v1.91a.829.829 0 1 0 1.658 0v-1.91a5.777 5.777 0 0 1 4.89 4.89H14.09a.83.83 0 0 0 0 1.658h1.628a5.727 5.727 0 0 1-.489 1.6l.705.705.53.53a7.358 7.358 0 0 0 .947-2.835h1.76a.83.83 0 0 0 0-1.658M12.431 15.229a5.777 5.777 0 0 1-1.602.489v-1.91c0-.08-.024-.153-.045-.226v-.002a.813.813 0 0 0-.556-.555c-.074-.021-.147-.046-.228-.046a.829.829 0 0 0-.829.83v1.909a5.779 5.779 0 0 1-4.888-4.889H5.91a.83.83 0 0 0 0-1.659H4.283c.082-.566.256-1.1.49-1.6L3.535 6.333a7.363 7.363 0 0 0-.947 2.837H.83a.83.83 0 0 0 0 1.659h1.76a7.472 7.472 0 0 0 6.582 6.582v1.759a.83.83 0 0 0 1.658 0v-1.76a7.358 7.358 0 0 0 2.837-.948l-.53-.53-.705-.704zM15.12 13.947L4.639 3.467 3.394 2.22a.83.83 0 0 0-1.171 1.173l1.244 1.244 10.48 10.481 2.659 2.66a.83.83 0 0 0 1.172-1.174l-2.658-2.658z' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list .icon.icon--missing-location {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='15px' height='20px' viewBox='0 0 15 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com --%3E%3Ctitle%3Emissing location icon%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0.000155172907 0.000125 14.666875 0.000125 14.666875 20 0.000155172907 20'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Trip-Compare-Mobile-Screen-24-error-location-not-found' transform='translate(-25.000000, -114.000000)'%3E%3Cg id='missing-location-icon' transform='translate(25.000000, 114.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M9.781875,9.837625 C9.684375,9.935125 9.55625,9.983875 9.428125,9.983875 C9.3,9.983875 9.171875,9.935125 9.075,9.837625 L7.33375,8.096375 L5.591875,9.837625 C5.495,9.935125 5.366875,9.983875 5.23875,9.983875 C5.110625,9.983875 4.9825,9.935125 4.885,9.837625 C4.69,9.642625 4.69,9.326375 4.885625,9.13075 L6.626875,7.3895 L4.90125,5.6645 C4.70625,5.4695 4.70625,5.15325 4.90125,4.957625 C5.09625,4.762625 5.41375,4.762625 5.608125,4.957625 L7.33375,6.682625 L9.05875,4.957625 C9.253125,4.762625 9.570625,4.762625 9.765625,4.957625 C9.960625,5.15325 9.960625,5.4695 9.765625,5.6645 L8.04,7.3895 L9.781875,9.13075 C9.976875,9.326375 9.976875,9.642625 9.781875,9.837625 M7.35125,0.000125 L7.33375,0.000125 C3.238125,0.045125 -0.045,3.401375 0.000625,7.497 C0.000625,7.50325 0.000625,7.50825 0.000625,7.5145 C0.000625,11.6595 7.33375,20.000125 7.33375,20.000125 C7.33375,20.000125 14.66625,11.643875 14.66625,7.5145 C14.72125,3.418875 11.44625,0.055125 7.35125,0.000125' fill='%23979797' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list .icon.icon--time-saved {
  display: inline-block;
  background-size: 16px 16px;
  margin-top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cpath id='a' d='M13.709 12.568a.635.635 0 0 1-.753 1.023l-3.35-2.464a.635.635 0 0 1-.258-.512V4.432a.635.635 0 0 1 1.269 0v5.862l3.092 2.274zm3.272 4.523A9.948 9.948 0 0 1 0 10.057a.857.857 0 0 1 1.715 0 8.23 8.23 0 1 0 3.69-6.868l.978 1.56a.857.857 0 0 1-.918 1.29L1.93 5.23A.857.857 0 0 1 1.286 4.2l.81-3.535A.857.857 0 0 1 3.66.402l.836 1.335A9.947 9.947 0 0 1 16.981 17.09z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg fill='%23979B9D' mask='url(%23b)'%3E%3Cpath d='M0 20.09h20.09V0H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list .icon.icon--time-saved {
    margin-top: 1px;
    background-size: 13px 13px !important;
  }
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list .icon.icon--location {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='32' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cpath id='a' d='M15.77 0A11.851 11.851 0 0 0 4 11.932l.001.101C4.001 18.645 15.771 32 15.771 32s11.768-13.355 11.768-19.967C27.639 5.49 22.416.102 15.87.001l-.1-.001zm0 17.058a5.305 5.305 0 0 1-5.289-5.29 5.29 5.29 0 1 1 5.29 5.29z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg fill='%23979797' mask='url(%23b)'%3E%3Cpath d='M0 0h32v32H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list .icon {
    background-size: 16px 16px !important;
    margin-right: 0;
    height: 16px;
    width: 16px;
    vertical-align: middle;
  }
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point .search-list .icon svg {
  width: 100%;
  height: 100%;
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point.point-b {
  margin-top: 10px;
}
@media (min-width: 1em) and (max-width: 47.9375em) {
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point.point-b {
    margin-top: 5px;
  }
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point.point-b::before {
  content: "B";
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #333;
  background-color: #fff;
  width: 100%;
  text-align: left;
  color: #333;
  font-weight: normal;
  padding: 3px 6px 3px 35px;
  height: 40px;
  font-size: 14px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
@media (min-width: 1em) and (max-width: 47.9375em) {
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point input {
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 35px;
    height: auto;
  }
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point.clicked-point input {
  padding-right: 40px;
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point.clicked-point input {
    padding-right: 46px;
  }
}
@media (max-width: 47.9375em) {
  .journey-value-calculator__start-end-input-field .input-field-wrapper .point.clicked-point {
    margin-top: 5px;
  }
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point.open .search-list {
  display: block;
}
.journey-value-calculator__start-end-input-field .input-field-wrapper .point.open input {
  border-bottom-color: #979797;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
.journey-value-calculator__start-end-input-field .action-change-direction {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.journey-value-calculator__start-end-input-field .action-change-direction .swap-btn {
  cursor: pointer;
  width: 100%;
  padding-left: 4px;
}
.journey-value-calculator__start-end-input-field .action-change-direction .swap-btn .icon {
  width: 24px;
  height: 25px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.journey-value-calculator__start-end-labels {
  margin-bottom: 10px;
  position: relative;
}
.journey-value-calculator__start-end-labels:before, .journey-value-calculator__start-end-labels:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.journey-value-calculator__start-end-labels:after {
  clear: both;
}
.journey-value-calculator__start-end-labels {
  *zoom: 1;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__start-end-labels {
    margin-bottom: 25px;
  }
}
.journey-value-calculator__start-end-labels .a-to-b-icons {
  position: absolute;
  left: 8px;
  top: 14px;
}
.journey-value-calculator__start-end-labels select,
.journey-value-calculator__start-end-labels input {
  color: #333;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 13px 15px 13px;
  outline: none;
  float: left;
  clear: left;
  border-radius: 0;
  transition-property: color, background-color, border;
  transition-duration: 250ms;
  width: 100%;
  height: 44px;
  display: none;
}
.journey-value-calculator__start-end-labels select:focus,
.journey-value-calculator__start-end-labels input:focus {
  border-color: #1964be;
}
@media only screen and (min-width: 40em) {
  .journey-value-calculator__start-end-labels select,
.journey-value-calculator__start-end-labels input {
    height: 48px;
  }
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__start-end-labels select,
.journey-value-calculator__start-end-labels input {
    display: block;
  }
}
.journey-value-calculator__start-end-labels .simple-select {
  display: none;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__start-end-labels .simple-select {
    display: block;
  }
}
.journey-value-calculator__start-end-labels .simple-select select {
  height: 44px;
}
.journey-value-calculator__start-end-labels .simple-select .simple-label {
  top: 10px;
}
.journey-value-calculator__start-end-labels .journey-value-calculator__point__row {
  position: relative;
  margin-bottom: 12px;
  padding: 0 40px;
}
.journey-value-calculator__start-end-labels .journey-value-calculator__point__row:before, .journey-value-calculator__start-end-labels .journey-value-calculator__point__row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.journey-value-calculator__start-end-labels .journey-value-calculator__point__row:after {
  clear: both;
}
.journey-value-calculator__start-end-labels .journey-value-calculator__point__row {
  *zoom: 1;
}
.journey-value-calculator__start-end-labels .journey-value-calculator__point__row:last-child {
  margin-bottom: 0;
}
.journey-value-calculator__start-end-labels .journey-value-calculator__point__row .journey-value-calculator__action {
  position: absolute;
  right: 18px;
  top: 4px;
  pointer-events: initial;
  cursor: pointer;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__start-end-labels .journey-value-calculator__point__row .journey-value-calculator__action {
    top: 5px;
    right: 10px;
  }
}
.journey-value-calculator__start-end-labels .journey-value-calculator__point__row .journey-value-calculator__action.\--disabled {
  cursor: default;
  pointer-events: none;
}
.journey-value-calculator__start-end-labels .journey-value-calculator__point__row .journey-value-calculator__action.\--disabled .icon {
  opacity: 0.4;
  transition: opacity 0.2s;
}
.journey-value-calculator__start-end-labels .journey-value-calculator__point__row .journey-value-calculator__action .icon {
  display: inline-block;
  position: relative;
  top: 7px;
  left: 16px;
}
.journey-value-calculator__start-end-labels .journey-value-calculator__point__row .journey-value-calculator__action .icon svg {
  height: 20px;
}
.journey-value-calculator .page-sub-title {
  display: none;
}
@media (min-width: 1em) and (max-width: 47.9375em) {
  .journey-value-calculator .page-sub-title {
    display: block;
    margin-bottom: 5px;
    font-size: 24px;
  }
  .journey-value-calculator .page-sub-title p {
    font-size: 0.8rem;
    margin-bottom: 2px;
  }
  .journey-value-calculator .page-sub-title + p {
    font-size: 12px;
  }
  .journey-value-calculator .page-sub-title + p + p {
    font-size: 12px;
  }
}
.journey-value-calculator__start-end-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.journey-value-calculator__start-end-wrapper:before, .journey-value-calculator__start-end-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.journey-value-calculator__start-end-wrapper:after {
  clear: both;
}
.journey-value-calculator__start-end-wrapper {
  *zoom: 1;
}
.journey-value-calculator__start-end-wrapper .toggle-map-button-wrapper {
  width: 100%;
}
.journey-value-calculator__start-end-wrapper .toggle-map-button-wrapper .toggle-map {
  position: inherit;
  margin: 12px auto;
  width: 178px;
  height: 44px;
  object-fit: contain;
  border-radius: 2px;
  border: solid 3px #1964be;
  color: white;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: normal;
  text-align: center;
  background-color: #1964be;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__start-end-wrapper .toggle-map-button-wrapper .toggle-map {
    display: none;
  }
}
.journey-value-calculator__vehicle-wrapper {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  margin-top: 20px;
}
.journey-value-calculator__vehicle-wrapper:before, .journey-value-calculator__vehicle-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.journey-value-calculator__vehicle-wrapper:after {
  clear: both;
}
.journey-value-calculator__vehicle-wrapper {
  *zoom: 1;
}
.journey-value-calculator__reset {
  float: right;
  cursor: pointer;
}
.journey-value-calculator__reset:hover {
  border-radius: 6px;
}
.journey-value-calculator__changeover {
  float: right;
  cursor: pointer;
  margin: 5px 0;
  width: 100%;
  text-align: right;
  padding: 0 10px 10px;
}
.journey-value-calculator__changeover .icon {
  margin-left: 5px;
  vertical-align: text-top;
}
.journey-value-calculator__results-wrapper {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  margin-top: 20px;
}
.journey-value-calculator__results-wrapper:before, .journey-value-calculator__results-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.journey-value-calculator__results-wrapper:after {
  clear: both;
}
.journey-value-calculator__results-wrapper {
  *zoom: 1;
}
.journey-value-calculator__results-wrapper .price-area {
  margin-top: 7px;
  font-size: 1.3em;
  line-height: 20px;
  float: left;
  width: 50px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__results-wrapper .price-area {
    margin: 12px 0 0 20px;
  }
}
.journey-value-calculator__results-wrapper .tooltip-area {
  display: inline-block;
  margin: 7px 0 0 20px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__results-wrapper .tooltip-area {
    float: right;
    margin: 11px 0 0 10px;
  }
}
.journey-value-calculator__info-box {
  font-size: 12px;
  background-color: #1964be;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 200;
}
.theme--roamexpress .journey-value-calculator__info-box.markerIntersection {
  background-color: #4ab947;
}
.theme--westlinkm7 .journey-value-calculator__info-box.markerIntersection {
  background-color: #7fc31c;
}
.theme--citylink .journey-value-calculator__info-box.markerIntersection {
  background-color: #1964be;
}
.theme--govia .journey-value-calculator__info-box.markerIntersection {
  background-color: #1995c9;
}
.theme--transurban .journey-value-calculator__info-box.markerIntersection {
  background-color: #0e893c;
}
.theme--incommunity .journey-value-calculator__info-box.markerIntersection {
  background-color: #f18903;
}
.theme--linkt .journey-value-calculator__info-box.markerIntersection {
  background-color: #0E893C;
}
.theme--linktds .journey-value-calculator__info-box.markerIntersection {
  background-color: #0E893C;
}
.theme--northconnex .journey-value-calculator__info-box.markerIntersection {
  background-color: #51a548;
}
.theme--roamexpress .journey-value-calculator__info-box.markerIntersection {
  border-color: #4ab947;
}
.theme--westlinkm7 .journey-value-calculator__info-box.markerIntersection {
  border-color: #7fc31c;
}
.theme--citylink .journey-value-calculator__info-box.markerIntersection {
  border-color: #1964be;
}
.theme--govia .journey-value-calculator__info-box.markerIntersection {
  border-color: #1995c9;
}
.theme--transurban .journey-value-calculator__info-box.markerIntersection {
  border-color: #0e893c;
}
.theme--incommunity .journey-value-calculator__info-box.markerIntersection {
  border-color: #f18903;
}
.theme--linkt .journey-value-calculator__info-box.markerIntersection {
  border-color: #0E893C;
}
.theme--linktds .journey-value-calculator__info-box.markerIntersection {
  border-color: #0E893C;
}
.theme--northconnex .journey-value-calculator__info-box.markerIntersection {
  border-color: #51a548;
}
.journey-value-calculator__info-box.markerNoExit {
  background-color: #aaa;
  border: 1px solid #aaa;
}
.theme--roamexpress .journey-value-calculator__info-box.markerStart {
  border-color: #4ab947;
}
.theme--westlinkm7 .journey-value-calculator__info-box.markerStart {
  border-color: #7fc31c;
}
.theme--citylink .journey-value-calculator__info-box.markerStart {
  border-color: #1964be;
}
.theme--govia .journey-value-calculator__info-box.markerStart {
  border-color: #1995c9;
}
.theme--transurban .journey-value-calculator__info-box.markerStart {
  border-color: #0e893c;
}
.theme--incommunity .journey-value-calculator__info-box.markerStart {
  border-color: #f18903;
}
.theme--linkt .journey-value-calculator__info-box.markerStart {
  border-color: #0E893C;
}
.theme--linktds .journey-value-calculator__info-box.markerStart {
  border-color: #0E893C;
}
.theme--northconnex .journey-value-calculator__info-box.markerStart {
  border-color: #51a548;
}
.theme--roamexpress .journey-value-calculator__info-box.markerEnd {
  border-color: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator__info-box.markerEnd {
  border-color: #1995c9;
}
.theme--citylink .journey-value-calculator__info-box.markerEnd {
  border-color: #e0a127;
}
.theme--govia .journey-value-calculator__info-box.markerEnd {
  border-color: #fe9b30;
}
.theme--transurban .journey-value-calculator__info-box.markerEnd {
  border-color: #2c2a29;
}
.theme--incommunity .journey-value-calculator__info-box.markerEnd {
  border-color: #1675a9;
}
.theme--linkt .journey-value-calculator__info-box.markerEnd {
  border-color: #0a4842;
}
.theme--linktds .journey-value-calculator__info-box.markerEnd {
  border-color: #0a4842;
}
.theme--northconnex .journey-value-calculator__info-box.markerEnd {
  border-color: #4c4d4f;
}
.theme--roamexpress .journey-value-calculator__info-box.markerEnd {
  background-color: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator__info-box.markerEnd {
  background-color: #1995c9;
}
.theme--citylink .journey-value-calculator__info-box.markerEnd {
  background-color: #e0a127;
}
.theme--govia .journey-value-calculator__info-box.markerEnd {
  background-color: #fe9b30;
}
.theme--transurban .journey-value-calculator__info-box.markerEnd {
  background-color: #2c2a29;
}
.theme--incommunity .journey-value-calculator__info-box.markerEnd {
  background-color: #1675a9;
}
.theme--linkt .journey-value-calculator__info-box.markerEnd {
  background-color: #0a4842;
}
.theme--linktds .journey-value-calculator__info-box.markerEnd {
  background-color: #0a4842;
}
.theme--northconnex .journey-value-calculator__info-box.markerEnd {
  background-color: #4c4d4f;
}
.journey-value-calculator__info-box.toll-point {
  background-color: #fff;
}
.theme--linkt .journey-value-calculator__info-box.toll-point {
  color: #333;
}
.theme--linktds .journey-value-calculator__info-box.toll-point {
  color: #333;
}
.theme--northconnex .journey-value-calculator__info-box.toll-point {
  color: #7e8082;
}
.journey-value-calculator__highlight {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  z-index: 199;
  width: 103px;
}
.theme--roamexpress .journey-value-calculator__highlight {
  color: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator__highlight {
  color: #1995c9;
}
.theme--citylink .journey-value-calculator__highlight {
  color: #e0a127;
}
.theme--govia .journey-value-calculator__highlight {
  color: #fe9b30;
}
.theme--transurban .journey-value-calculator__highlight {
  color: #2c2a29;
}
.theme--incommunity .journey-value-calculator__highlight {
  color: #1675a9;
}
.theme--linkt .journey-value-calculator__highlight {
  color: #0a4842;
}
.theme--linktds .journey-value-calculator__highlight {
  color: #0a4842;
}
.theme--northconnex .journey-value-calculator__highlight {
  color: #4c4d4f;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__highlight {
    font-size: 18px;
  }
}
.journey-value-calculator__highlight.disabled {
  opacity: 0.3;
}
.theme--roamexpress .journey-value-calculator__highlight.disabled {
  color: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator__highlight.disabled {
  color: #1995c9;
}
.theme--citylink .journey-value-calculator__highlight.disabled {
  color: #e0a127;
}
.theme--govia .journey-value-calculator__highlight.disabled {
  color: #fe9b30;
}
.theme--transurban .journey-value-calculator__highlight.disabled {
  color: #2c2a29;
}
.theme--incommunity .journey-value-calculator__highlight.disabled {
  color: #1675a9;
}
.theme--linkt .journey-value-calculator__highlight.disabled {
  color: #0a4842;
}
.theme--linktds .journey-value-calculator__highlight.disabled {
  color: #0a4842;
}
.theme--northconnex .journey-value-calculator__highlight.disabled {
  color: #4c4d4f;
}
.journey-value-calculator__highlight.top {
  margin-left: 8px;
  margin-top: -20px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__highlight.top {
    margin-left: -15px;
    width: 155px;
  }
}
.journey-value-calculator__highlight.bottom {
  margin-left: 8px;
  margin-top: 10px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__highlight.bottom {
    margin-left: -15px;
    width: 155px;
  }
}
.journey-value-calculator__highlight.right {
  text-align: left;
  margin-top: -2px;
}
.journey-value-calculator__highlight.left {
  text-align: right;
  margin-left: 15px;
  margin-top: -2px;
}
.journey-value-calculator.right:after {
  right: -48px;
}
@media screen {
  .journey-value-calculator.right:after {
    transition: border-color 250ms, border-width 250ms;
    width: 0;
    height: 0;
    border: 4.5px solid transparent;
    border-left: 24px solid #fff;
  }
}
.journey-value-calculator__results-box {
  width: 100%;
  background-color: #f3f3f3;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.journey-value-calculator__results-box:before, .journey-value-calculator__results-box:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.journey-value-calculator__results-box:after {
  clear: both;
}
.journey-value-calculator__results-box {
  *zoom: 1;
}
@media (min-width: 22.4375em) {
  .journey-value-calculator__results-box {
    padding: 15px;
  }
}
.journey-value-calculator__results-box .left {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__results-box .left {
    width: 70%;
    float: left;
  }
}
.journey-value-calculator__results-box .right {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__results-box .right {
    width: 30%;
    float: right;
  }
}
.journey-value-calculator__results-box h4 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
.journey-value-calculator__vehicle-icon {
  display: block !important;
  margin: 0 auto;
}
.journey-value-calculator__peak-icon {
  display: block !important;
  margin: 0 auto;
}
@media only screen and (min-width: 40em) {
  .journey-value-calculator__peak-icon {
    display: inline-block !important;
    margin: 0;
  }
}
.journey-value-calculator__cap {
  font-size: 14px;
  font-weight: normal;
}
.journey-value-calculator__map-bar {
  position: relative;
  z-index: 1004;
  width: 100%;
  height: 45px;
  background-color: #1964be;
  color: #fff;
  padding: 12px 0 0 13px;
  font-size: 16px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__map-bar {
    display: none;
  }
}
.journey-value-calculator__show-map-button {
  text-align: center;
  padding-top: 20px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__show-map-button {
    display: none;
  }
}
.journey-value-calculator__map-buttons {
  display: none;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__map-buttons {
    display: block;
    position: relative;
    text-align: right;
    left: 0;
    padding-right: 17px;
    top: 30px;
  }
  .journey-value-calculator__map-buttons .journey-value-calculator__directions-button-icon {
    position: relative;
    margin-right: 25px;
  }
  .journey-value-calculator__map-buttons .journey-value-calculator__directions-button-icon.clear-map {
    margin-right: 0%;
    margin-left: 0%;
  }
}
.journey-value-calculator__map-buttons.mobile {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  z-index: 1001;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__map-buttons.mobile {
    display: none;
  }
}
.journey-value-calculator__map-buttons.mobile .journey-value-calculator__directions-button-icon {
  margin-left: 5%;
}
.journey-value-calculator__map-buttons.mobile .journey-value-calculator__directions-button-icon.clear-map {
  margin-right: 5%;
  margin-left: 0%;
}
.journey-value-calculator__map-buttons .finished {
  text-align: center;
  background-color: #1964be;
  color: #fff;
  padding: 10px;
  margin: 2%;
  border-radius: 8px;
  width: 44%;
  float: right;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.journey-value-calculator__map-buttons .reset {
  text-align: center;
  background-color: #1964be;
  color: #fff;
  padding: 10px;
  margin: 2%;
  border-radius: 8px;
  width: 44%;
  float: left;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.journey-value-calculator__map-buttons .icon {
  vertical-align: baseline;
}
.journey-value-calculator__map-buttons-left {
  text-align: left !important;
  padding-left: 17px;
  padding-right: 0px;
}
.journey-value-calculator__vehicle-type-link, .journey-value-calculator__open-account {
  font-size: 14px;
  float: right;
}
.journey-value-calculator__tooltip {
  cursor: pointer;
}
.journey-value-calculator__view-map-icon {
  float: right;
  margin-right: 20px;
}
.journey-value-calculator__directions-button-icon {
  display: inline-block;
  cursor: pointer;
  color: white;
  padding: 11px 10px 9px 10px;
  z-index: 1001;
  border-radius: 3px;
  width: 137px;
  height: 44px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.theme--roamexpress .journey-value-calculator__directions-button-icon {
  background-color: #4ab947;
}
.theme--westlinkm7 .journey-value-calculator__directions-button-icon {
  background-color: #7fc31c;
}
.theme--citylink .journey-value-calculator__directions-button-icon {
  background-color: #1964be;
}
.theme--govia .journey-value-calculator__directions-button-icon {
  background-color: #1995c9;
}
.theme--transurban .journey-value-calculator__directions-button-icon {
  background-color: #0e893c;
}
.theme--incommunity .journey-value-calculator__directions-button-icon {
  background-color: #f18903;
}
.theme--linkt .journey-value-calculator__directions-button-icon {
  background-color: #0E893C;
}
.theme--linktds .journey-value-calculator__directions-button-icon {
  background-color: #0E893C;
}
.theme--northconnex .journey-value-calculator__directions-button-icon {
  background-color: #51a548;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__directions-button-icon {
    font-size: 16px;
    padding: 10px 10px 9px 10px;
    font-weight: 300;
    margin-right: 30px;
  }
}
.journey-value-calculator__directions-button-icon .text {
  width: 60px;
  display: inline-flex;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__directions-button-icon .text {
    width: 75px;
  }
}
.journey-value-calculator__directions-button-icon .icon {
  background-image: url(../img/journey-value-calculator/toggle-arrows.svg);
  height: 13px;
  width: 21px;
  display: inline-flex;
}
.journey-value-calculator__directions-button-icon.clear-map {
  cursor: pointer;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__directions-button-icon.clear-map {
    display: inline-block;
    position: inherit;
    margin-right: 10px;
  }
}
.journey-value-calculator__directions-button-icon.test-loading {
  top: 0px;
  left: 5px;
  background-image: url("../img/loading.gif");
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: initial;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__directions-button-icon.test-loading {
    right: 0px;
    top: 0px;
  }
}
.journey-value-calculator .legend-on-mobile,
.journey-value-calculator .legend-on-desktop {
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 190;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.journey-value-calculator .legend-on-mobile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator .legend-on-mobile {
    display: none;
  }
}
.journey-value-calculator .legend-on-mobile::before {
  content: "?";
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.theme--roamexpress .journey-value-calculator .legend-on-mobile::before {
  color: #4ab947;
}
.theme--westlinkm7 .journey-value-calculator .legend-on-mobile::before {
  color: #7fc31c;
}
.theme--citylink .journey-value-calculator .legend-on-mobile::before {
  color: #1964be;
}
.theme--govia .journey-value-calculator .legend-on-mobile::before {
  color: #1995c9;
}
.theme--transurban .journey-value-calculator .legend-on-mobile::before {
  color: #0e893c;
}
.theme--incommunity .journey-value-calculator .legend-on-mobile::before {
  color: #f18903;
}
.theme--linkt .journey-value-calculator .legend-on-mobile::before {
  color: #0E893C;
}
.theme--linktds .journey-value-calculator .legend-on-mobile::before {
  color: #0E893C;
}
.theme--northconnex .journey-value-calculator .legend-on-mobile::before {
  color: #51a548;
}
.journey-value-calculator .legend-on-desktop {
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 8px 15px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator .legend-on-desktop {
    display: flex;
  }
}
.journey-value-calculator .legend-on-desktop .icon--chevron-down {
  margin-left: 10px;
  height: 16px;
  width: 16px;
}
.journey-value-calculator .legend-on-desktop .icon--chevron-down svg {
  display: block;
}
.theme--roamexpress .journey-value-calculator .legend-on-desktop svg path {
  fill: #4ab947;
}
.theme--westlinkm7 .journey-value-calculator .legend-on-desktop svg path {
  fill: #7fc31c;
}
.theme--citylink .journey-value-calculator .legend-on-desktop svg path {
  fill: #1964be;
}
.theme--govia .journey-value-calculator .legend-on-desktop svg path {
  fill: #1995c9;
}
.theme--transurban .journey-value-calculator .legend-on-desktop svg path {
  fill: #0e893c;
}
.theme--incommunity .journey-value-calculator .legend-on-desktop svg path {
  fill: #f18903;
}
.theme--linkt .journey-value-calculator .legend-on-desktop svg path {
  fill: #0E893C;
}
.theme--linktds .journey-value-calculator .legend-on-desktop svg path {
  fill: #0E893C;
}
.theme--northconnex .journey-value-calculator .legend-on-desktop svg path {
  fill: #51a548;
}
.journey-value-calculator__legend {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #ffffff;
  padding: 7px;
  z-index: 200;
  border-radius: 3px;
  width: 215px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s;
}
.journey-value-calculator__legend.\--on {
  opacity: 1;
  pointer-events: initial;
}
.journey-value-calculator__legend .legend-off {
  cursor: pointer;
  height: 26px;
  width: 26px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.journey-value-calculator__legend .legend-off::before, .journey-value-calculator__legend .legend-off::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: 12px;
}
.journey-value-calculator__legend .legend-off::before {
  transform: rotate(45deg);
}
.journey-value-calculator__legend .legend-off::after {
  transform: rotate(-45deg);
}
.journey-value-calculator__legend .legend-content {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: left;
  display: block;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__legend .legend-content {
    margin-bottom: 0;
  }
}
.journey-value-calculator__legend .legend-content.toggled {
  display: none;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator__legend .legend-content.toggled {
    display: block;
  }
}
.journey-value-calculator__legend .legend-item {
  margin-bottom: 0;
  font-size: 14px;
  padding: 3px 0;
}
.theme--roamexpress .journey-value-calculator__legend .legend-item {
  color: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator__legend .legend-item {
  color: #1995c9;
}
.theme--citylink .journey-value-calculator__legend .legend-item {
  color: #e0a127;
}
.theme--govia .journey-value-calculator__legend .legend-item {
  color: #fe9b30;
}
.theme--transurban .journey-value-calculator__legend .legend-item {
  color: #2c2a29;
}
.theme--incommunity .journey-value-calculator__legend .legend-item {
  color: #1675a9;
}
.theme--linkt .journey-value-calculator__legend .legend-item {
  color: #0a4842;
}
.theme--linktds .journey-value-calculator__legend .legend-item {
  color: #0a4842;
}
.theme--northconnex .journey-value-calculator__legend .legend-item {
  color: #4c4d4f;
}
.journey-value-calculator__legend .legend-item .legend-icon {
  width: 25px;
  margin-left: 5px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.journey-value-calculator__legend .legend-item .legend-icon.legend-unselected-location {
  background-color: #ffffff;
  height: 25px;
  border: 3px solid transparent;
  border-radius: 50%;
}
.theme--roamexpress .journey-value-calculator__legend .legend-item .legend-icon.legend-unselected-location {
  border-color: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator__legend .legend-item .legend-icon.legend-unselected-location {
  border-color: #1995c9;
}
.theme--citylink .journey-value-calculator__legend .legend-item .legend-icon.legend-unselected-location {
  border-color: #e0a127;
}
.theme--govia .journey-value-calculator__legend .legend-item .legend-icon.legend-unselected-location {
  border-color: #fe9b30;
}
.theme--transurban .journey-value-calculator__legend .legend-item .legend-icon.legend-unselected-location {
  border-color: #2c2a29;
}
.theme--incommunity .journey-value-calculator__legend .legend-item .legend-icon.legend-unselected-location {
  border-color: #1675a9;
}
.theme--linkt .journey-value-calculator__legend .legend-item .legend-icon.legend-unselected-location {
  border-color: #0a4842;
}
.theme--linktds .journey-value-calculator__legend .legend-item .legend-icon.legend-unselected-location {
  border-color: #0a4842;
}
.theme--northconnex .journey-value-calculator__legend .legend-item .legend-icon.legend-unselected-location {
  border-color: #4c4d4f;
}
.journey-value-calculator__legend .legend-item .legend-icon.legend-a-location, .journey-value-calculator__legend .legend-item .legend-icon.legend-b-location {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  height: 25px;
  line-height: 25px;
}
.theme--roamexpress .journey-value-calculator__legend .legend-item .legend-icon.legend-a-location, .theme--roamexpress .journey-value-calculator__legend .legend-item .legend-icon.legend-b-location {
  background-color: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator__legend .legend-item .legend-icon.legend-a-location, .theme--westlinkm7 .journey-value-calculator__legend .legend-item .legend-icon.legend-b-location {
  background-color: #1995c9;
}
.theme--citylink .journey-value-calculator__legend .legend-item .legend-icon.legend-a-location, .theme--citylink .journey-value-calculator__legend .legend-item .legend-icon.legend-b-location {
  background-color: #e0a127;
}
.theme--govia .journey-value-calculator__legend .legend-item .legend-icon.legend-a-location, .theme--govia .journey-value-calculator__legend .legend-item .legend-icon.legend-b-location {
  background-color: #fe9b30;
}
.theme--transurban .journey-value-calculator__legend .legend-item .legend-icon.legend-a-location, .theme--transurban .journey-value-calculator__legend .legend-item .legend-icon.legend-b-location {
  background-color: #2c2a29;
}
.theme--incommunity .journey-value-calculator__legend .legend-item .legend-icon.legend-a-location, .theme--incommunity .journey-value-calculator__legend .legend-item .legend-icon.legend-b-location {
  background-color: #1675a9;
}
.theme--linkt .journey-value-calculator__legend .legend-item .legend-icon.legend-a-location, .theme--linkt .journey-value-calculator__legend .legend-item .legend-icon.legend-b-location {
  background-color: #0a4842;
}
.theme--linktds .journey-value-calculator__legend .legend-item .legend-icon.legend-a-location, .theme--linktds .journey-value-calculator__legend .legend-item .legend-icon.legend-b-location {
  background-color: #0a4842;
}
.theme--northconnex .journey-value-calculator__legend .legend-item .legend-icon.legend-a-location, .theme--northconnex .journey-value-calculator__legend .legend-item .legend-icon.legend-b-location {
  background-color: #4c4d4f;
}
.journey-value-calculator__legend .legend-item .legend-icon.legend-a-location .a-icon,
.journey-value-calculator__legend .legend-item .legend-icon.legend-a-location .b-icon, .journey-value-calculator__legend .legend-item .legend-icon.legend-b-location .a-icon,
.journey-value-calculator__legend .legend-item .legend-icon.legend-b-location .b-icon {
  font-size: 14px;
  line-height: 25px;
  width: 25px;
  height: 25px;
}
.journey-value-calculator__legend .legend-item .legend-icon.legend-unselected-road, .journey-value-calculator__legend .legend-item .legend-icon.legend-tolled-trip, .journey-value-calculator__legend .legend-item .legend-icon.legend-alternate-trip, .journey-value-calculator__legend .legend-item .legend-icon.legend-toll-road, .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road {
  margin-top: 9px;
  height: 6px;
  margin-bottom: 8px;
}
.journey-value-calculator__legend .legend-item .legend-icon.legend-unselected-road {
  background-color: #d4d4d4;
}
.theme--roamexpress .journey-value-calculator__legend .legend-item .legend-icon.legend-tolled-trip {
  background-color: #4ab947;
}
.theme--westlinkm7 .journey-value-calculator__legend .legend-item .legend-icon.legend-tolled-trip {
  background-color: #7fc31c;
}
.theme--citylink .journey-value-calculator__legend .legend-item .legend-icon.legend-tolled-trip {
  background-color: #1964be;
}
.theme--govia .journey-value-calculator__legend .legend-item .legend-icon.legend-tolled-trip {
  background-color: #1995c9;
}
.theme--transurban .journey-value-calculator__legend .legend-item .legend-icon.legend-tolled-trip {
  background-color: #0e893c;
}
.theme--incommunity .journey-value-calculator__legend .legend-item .legend-icon.legend-tolled-trip {
  background-color: #f18903;
}
.theme--linkt .journey-value-calculator__legend .legend-item .legend-icon.legend-tolled-trip {
  background-color: #0E893C;
}
.theme--linktds .journey-value-calculator__legend .legend-item .legend-icon.legend-tolled-trip {
  background-color: #0E893C;
}
.theme--northconnex .journey-value-calculator__legend .legend-item .legend-icon.legend-tolled-trip {
  background-color: #51a548;
}
.theme--linkt .journey-value-calculator__legend .legend-item .legend-icon.legend-alternate-trip {
  background-color: #1c73a8;
}
.theme--linktds .journey-value-calculator__legend .legend-item .legend-icon.legend-alternate-trip {
  background-color: #1c73a8;
}
.theme--northconnex .journey-value-calculator__legend .legend-item .legend-icon.legend-alternate-trip {
  background-color: #0098ce;
}
.journey-value-calculator__legend .legend-item .legend-icon.legend-toll-road, .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road {
  background-color: #d4d4d4;
  overflow: hidden;
  position: relative;
}
.journey-value-calculator__legend .legend-item .legend-icon.legend-toll-road:before, .journey-value-calculator__legend .legend-item .legend-icon.legend-toll-road:after, .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:before, .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:after {
  content: "";
  background-color: #ffffff;
  height: 100%;
  width: 3px;
  position: absolute;
  top: 0;
}
.journey-value-calculator__legend .legend-item .legend-icon.legend-toll-road:before, .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:before {
  left: 6px;
}
.journey-value-calculator__legend .legend-item .legend-icon.legend-toll-road:after, .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:after {
  right: 6px;
}
.theme--roamexpress .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road {
  background-color: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road {
  background-color: #1995c9;
}
.theme--citylink .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road {
  background-color: #e0a127;
}
.theme--govia .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road {
  background-color: #fe9b30;
}
.theme--transurban .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road {
  background-color: #2c2a29;
}
.theme--incommunity .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road {
  background-color: #1675a9;
}
.theme--linkt .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road {
  background-color: #0a4842;
}
.theme--linktds .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road {
  background-color: #0a4842;
}
.theme--northconnex .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road {
  background-color: #4c4d4f;
}
.theme--roamexpress .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:before, .theme--roamexpress .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:after {
  background-color: #4ab947;
}
.theme--westlinkm7 .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:before, .theme--westlinkm7 .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:after {
  background-color: #7fc31c;
}
.theme--citylink .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:before, .theme--citylink .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:after {
  background-color: #1964be;
}
.theme--govia .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:before, .theme--govia .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:after {
  background-color: #1995c9;
}
.theme--transurban .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:before, .theme--transurban .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:after {
  background-color: #0e893c;
}
.theme--incommunity .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:before, .theme--incommunity .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:after {
  background-color: #f18903;
}
.theme--linkt .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:before, .theme--linkt .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:after {
  background-color: #0E893C;
}
.theme--linktds .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:before, .theme--linktds .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:after {
  background-color: #0E893C;
}
.theme--northconnex .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:before, .theme--northconnex .journey-value-calculator__legend .legend-item .legend-icon.legend-selected-toll-road:after {
  background-color: #51a548;
}
.journey-value-calculator__legend .legend-item .text {
  display: inline-block;
  vertical-align: middle;
}
.journey-value-calculator__legend .icon--xx-small {
  width: 13px;
  height: 13px;
  background-size: contain;
}
.journey-value-calculator__legend-left {
  left: 17px;
}
.journey-value-calculator .animate-show {
  opacity: 1;
  transform-style: preserve-3d;
  transform-origin: center top;
}
.disable-css-transitions {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

@keyframes ani-show {
  0% {
    transform: translateY(15px);
    opacity: 0;
    height: 0;
    margin: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.journey-value-calculator__marker {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 3px solid transparent;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  z-index: 100;
  position: relative;
  cursor: pointer;
}
.theme--roamexpress .journey-value-calculator__marker {
  border-color: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator__marker {
  border-color: #1995c9;
}
.theme--citylink .journey-value-calculator__marker {
  border-color: #e0a127;
}
.theme--govia .journey-value-calculator__marker {
  border-color: #fe9b30;
}
.theme--transurban .journey-value-calculator__marker {
  border-color: #2c2a29;
}
.theme--incommunity .journey-value-calculator__marker {
  border-color: #1675a9;
}
.theme--linkt .journey-value-calculator__marker {
  border-color: #0a4842;
}
.theme--linktds .journey-value-calculator__marker {
  border-color: #0a4842;
}
.theme--northconnex .journey-value-calculator__marker {
  border-color: #4c4d4f;
}
.journey-value-calculator__marker.selected {
  object-fit: contain;
}
.journey-value-calculator__marker.disabled {
  object-fit: contain;
  box-shadow: none;
  z-index: 90;
  cursor: url("https://maps.gstatic.com/mapfiles/openhand_8_8.cur"), default;
}
.journey-value-calculator__marker.disabled::before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.7;
  width: 25px;
  height: 25px;
}
.journey-value-calculator__marker.start {
  object-fit: contain;
  border: none;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  border-radius: 50%;
  text-align: center;
  z-index: 140;
}
.theme--roamexpress .journey-value-calculator__marker.start {
  background-color: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator__marker.start {
  background-color: #1995c9;
}
.theme--citylink .journey-value-calculator__marker.start {
  background-color: #e0a127;
}
.theme--govia .journey-value-calculator__marker.start {
  background-color: #fe9b30;
}
.theme--transurban .journey-value-calculator__marker.start {
  background-color: #2c2a29;
}
.theme--incommunity .journey-value-calculator__marker.start {
  background-color: #1675a9;
}
.theme--linkt .journey-value-calculator__marker.start {
  background-color: #0a4842;
}
.theme--linktds .journey-value-calculator__marker.start {
  background-color: #0a4842;
}
.theme--northconnex .journey-value-calculator__marker.start {
  background-color: #4c4d4f;
}
.journey-value-calculator__marker.start::before {
  content: "A";
  color: #ffffff;
  line-height: 25px;
}
.journey-value-calculator__marker.end {
  object-fit: contain;
  border: none;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  border-radius: 50%;
  text-align: center;
  z-index: 150;
}
.theme--roamexpress .journey-value-calculator__marker.end {
  background-color: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator__marker.end {
  background-color: #1995c9;
}
.theme--citylink .journey-value-calculator__marker.end {
  background-color: #e0a127;
}
.theme--govia .journey-value-calculator__marker.end {
  background-color: #fe9b30;
}
.theme--transurban .journey-value-calculator__marker.end {
  background-color: #2c2a29;
}
.theme--incommunity .journey-value-calculator__marker.end {
  background-color: #1675a9;
}
.theme--linkt .journey-value-calculator__marker.end {
  background-color: #0a4842;
}
.theme--linktds .journey-value-calculator__marker.end {
  background-color: #0a4842;
}
.theme--northconnex .journey-value-calculator__marker.end {
  background-color: #4c4d4f;
}
.journey-value-calculator__marker.end::before {
  content: "B";
  color: #ffffff;
  line-height: 25px;
}

@keyframes fold-out {
  0% {
    transform: perspective(500px) rotateX(-90deg);
  }
  100% {
    transform: perspective(500px) rotateX(0deg);
  }
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.infoBox--top .infoBox--gantry::after {
  border-top-color: #FFF;
}

.infoBox--bottom .infoBox--gantry::after {
  border-bottom-color: #FFF;
}

.infoBox--left .infoBox--gantry::after {
  border-left-color: #FFF;
}

.infoBox--right .infoBox--gantry::after {
  border-right-color: #FFF;
}

.infoBox--top .infoBox--exit::after {
  border-top-color: #fe9b30;
}

.infoBox--bottom .infoBox--exit::after {
  border-bottom-color: #fe9b30;
}

.infoBox--left .infoBox--exit::after {
  border-left-color: #fe9b30;
}

.infoBox--right .infoBox--exit::after {
  border-right-color: #fe9b30;
}

.infoBox--top .infoBox--noExit::after {
  border-top-color: #aaa;
}

.infoBox--bottom .infoBox--noExit::after {
  border-bottom-color: #aaa;
}

.infoBox--left .infoBox--noExit::after {
  border-left-color: #aaa;
}

.infoBox--right .infoBox--noExit::after {
  border-right-color: #aaa;
}

.mini-tabs__button {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 1px 2px 1px 0;
  padding: 8px 10px;
  border-radius: 5px;
  cursor: pointer;
}
.theme--roamexpress .mini-tabs__button {
  color: #4ab947;
}
.theme--westlinkm7 .mini-tabs__button {
  color: #7fc31c;
}
.theme--citylink .mini-tabs__button {
  color: #1964be;
}
.theme--govia .mini-tabs__button {
  color: #1995c9;
}
.theme--transurban .mini-tabs__button {
  color: #0e893c;
}
.theme--incommunity .mini-tabs__button {
  color: #f18903;
}
.theme--linkt .mini-tabs__button {
  color: #0E893C;
}
.theme--linktds .mini-tabs__button {
  color: #0E893C;
}
.theme--northconnex .mini-tabs__button {
  color: #51a548;
}
@media only screen and (min-width: 48em) {
  .mini-tabs__button {
    font-size: 16px;
    margin-right: 5px;
    padding: 10px 14px;
  }
}
@media only screen and (min-width: 88.125em) {
  .mini-tabs__button {
    margin-right: 6px;
    padding: 10px 16px;
  }
}
.mini-tabs__button.\--active {
  color: #ffffff;
}
.theme--roamexpress .mini-tabs__button.\--active {
  background-color: #4ab947;
}
.theme--westlinkm7 .mini-tabs__button.\--active {
  background-color: #7fc31c;
}
.theme--citylink .mini-tabs__button.\--active {
  background-color: #1964be;
}
.theme--govia .mini-tabs__button.\--active {
  background-color: #1995c9;
}
.theme--transurban .mini-tabs__button.\--active {
  background-color: #0e893c;
}
.theme--incommunity .mini-tabs__button.\--active {
  background-color: #f18903;
}
.theme--linkt .mini-tabs__button.\--active {
  background-color: #0E893C;
}
.theme--linktds .mini-tabs__button.\--active {
  background-color: #0E893C;
}
.theme--northconnex .mini-tabs__button.\--active {
  background-color: #51a548;
}
.mini-tabs__content {
  display: none;
}
.mini-tabs__content.\--active {
  display: block;
}

#selectTagWidth {
  display: none;
  width: auto;
  opacity: 0;
  height: initial;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 47.9375em) {
  #selectTagWidth {
    padding-right: 0;
    padding-left: 0;
    font-size: 11px;
  }
}

.google-map-label-container {
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  width: 68px;
  height: 40px;
  color: #fff;
  padding: 2px 6px 5px 6px;
}
@media (max-width: 47.9375em) {
  .google-map-label-container {
    padding: 5px 6px 7px 6px;
    width: 62px;
    height: 35px;
  }
}
.google-map-label-container .google-map-label {
  background-color: transparent;
}
.google-map-label-container .google-map-label p {
  object-fit: contain;
  margin: 0;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.google-map-label-container .google-map-label p.duration {
  font-weight: bold;
  line-height: 19px;
  font-size: 14px;
}
@media (max-width: 47.9375em) {
  .google-map-label-container .google-map-label p.duration {
    line-height: 11px;
    font-size: 12px;
    margin-bottom: 3px;
  }
}
.google-map-label-container .google-map-label p.price-alt {
  font-size: 12px;
  font-weight: 300;
}
@media (max-width: 47.9375em) {
  .google-map-label-container .google-map-label p.price-alt {
    font-size: 11px;
  }
}
.google-map-label-container:hover, .google-map-label-container:focus {
  cursor: pointer;
}

.cus-popup-bubble {
  /* Position the bubble centred-above its parent. */
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  /* Style the bubble. */
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  font-family: sans-serif;
  overflow-y: auto;
  max-height: 60px;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
}

/* The parent of the bubble. A zero-height div at the top of the tip. */
.cus-popup-bubble-anchor {
  /* Position the div a fixed distance above the tip. */
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}

/* JavaScript will position this div at the bottom of the popup tip. */
.cus-popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 68px;
}

@media (max-width: 47.9375em) {
  .d-any .input-field-wrapper .point {
    position: relative;
  }
  .d-any .input-field-wrapper .point::before {
    left: 29px;
  }
  .d-any .input-field-wrapper .point.clicked-point .search-list {
    width: calc(100% + 45px);
    left: 0;
    border-left: none;
    border-right: none;
    border-top-color: #333;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .d-any .input-field-wrapper .point.clicked-point .search-list li {
    padding: 0 0 0 6px;
  }
  .d-any .input-field-wrapper .point.clicked-point input {
    border-color: transparent !important;
  }
  .d-any .input-field-wrapper .point.clicked-point .clear-address-field {
    right: 27px;
  }
  .d-any .input-field-wrapper .point.clicked-point .cancel-field-selection-wrapper {
    display: block;
    top: 5px;
    left: auto;
    right: -29px;
  }
  .d-any .action-change-direction .swap-btn.hide-swap-btn {
    pointer-events: none;
    opacity: 0;
  }
}

.select-length {
  height: 0;
}
.select-length .simple-select {
  height: 0;
  border: none;
}
.select-length .simple-select .simple-label {
  display: none;
}
.select-length .simple-select:after {
  display: none;
}

.journey-value-calculator .a-icon,
.journey-value-calculator .b-icon {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  border-radius: 50%;
  text-align: center;
}
.theme--roamexpress .journey-value-calculator .a-icon,
.theme--roamexpress .journey-value-calculator .b-icon {
  background-color: #1995c9;
}
.theme--westlinkm7 .journey-value-calculator .a-icon,
.theme--westlinkm7 .journey-value-calculator .b-icon {
  background-color: #1995c9;
}
.theme--citylink .journey-value-calculator .a-icon,
.theme--citylink .journey-value-calculator .b-icon {
  background-color: #e0a127;
}
.theme--govia .journey-value-calculator .a-icon,
.theme--govia .journey-value-calculator .b-icon {
  background-color: #fe9b30;
}
.theme--transurban .journey-value-calculator .a-icon,
.theme--transurban .journey-value-calculator .b-icon {
  background-color: #2c2a29;
}
.theme--incommunity .journey-value-calculator .a-icon,
.theme--incommunity .journey-value-calculator .b-icon {
  background-color: #1675a9;
}
.theme--linkt .journey-value-calculator .a-icon,
.theme--linkt .journey-value-calculator .b-icon {
  background-color: #0a4842;
}
.theme--linktds .journey-value-calculator .a-icon,
.theme--linktds .journey-value-calculator .b-icon {
  background-color: #0a4842;
}
.theme--northconnex .journey-value-calculator .a-icon,
.theme--northconnex .journey-value-calculator .b-icon {
  background-color: #4c4d4f;
}
.journey-value-calculator .a-to-b-icons {
  width: 20px;
  height: 71px;
}
.journey-value-calculator .a-to-b-icons .a-icon,
.journey-value-calculator .a-to-b-icons .b-icon {
  position: absolute;
  left: 0;
}
.journey-value-calculator .a-to-b-icons .a-icon::before, .journey-value-calculator .a-to-b-icons .a-icon::after,
.journey-value-calculator .a-to-b-icons .b-icon::before,
.journey-value-calculator .a-to-b-icons .b-icon::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
}
.theme--roamexpress .journey-value-calculator .a-to-b-icons .a-icon::before, .theme--roamexpress .journey-value-calculator .a-to-b-icons .a-icon::after,
.theme--roamexpress .journey-value-calculator .a-to-b-icons .b-icon::before,
.theme--roamexpress .journey-value-calculator .a-to-b-icons .b-icon::after {
  background-color: #4ab947;
}
.theme--westlinkm7 .journey-value-calculator .a-to-b-icons .a-icon::before, .theme--westlinkm7 .journey-value-calculator .a-to-b-icons .a-icon::after,
.theme--westlinkm7 .journey-value-calculator .a-to-b-icons .b-icon::before,
.theme--westlinkm7 .journey-value-calculator .a-to-b-icons .b-icon::after {
  background-color: #7fc31c;
}
.theme--citylink .journey-value-calculator .a-to-b-icons .a-icon::before, .theme--citylink .journey-value-calculator .a-to-b-icons .a-icon::after,
.theme--citylink .journey-value-calculator .a-to-b-icons .b-icon::before,
.theme--citylink .journey-value-calculator .a-to-b-icons .b-icon::after {
  background-color: #1964be;
}
.theme--govia .journey-value-calculator .a-to-b-icons .a-icon::before, .theme--govia .journey-value-calculator .a-to-b-icons .a-icon::after,
.theme--govia .journey-value-calculator .a-to-b-icons .b-icon::before,
.theme--govia .journey-value-calculator .a-to-b-icons .b-icon::after {
  background-color: #1995c9;
}
.theme--transurban .journey-value-calculator .a-to-b-icons .a-icon::before, .theme--transurban .journey-value-calculator .a-to-b-icons .a-icon::after,
.theme--transurban .journey-value-calculator .a-to-b-icons .b-icon::before,
.theme--transurban .journey-value-calculator .a-to-b-icons .b-icon::after {
  background-color: #0e893c;
}
.theme--incommunity .journey-value-calculator .a-to-b-icons .a-icon::before, .theme--incommunity .journey-value-calculator .a-to-b-icons .a-icon::after,
.theme--incommunity .journey-value-calculator .a-to-b-icons .b-icon::before,
.theme--incommunity .journey-value-calculator .a-to-b-icons .b-icon::after {
  background-color: #f18903;
}
.theme--linkt .journey-value-calculator .a-to-b-icons .a-icon::before, .theme--linkt .journey-value-calculator .a-to-b-icons .a-icon::after,
.theme--linkt .journey-value-calculator .a-to-b-icons .b-icon::before,
.theme--linkt .journey-value-calculator .a-to-b-icons .b-icon::after {
  background-color: #0E893C;
}
.theme--linktds .journey-value-calculator .a-to-b-icons .a-icon::before, .theme--linktds .journey-value-calculator .a-to-b-icons .a-icon::after,
.theme--linktds .journey-value-calculator .a-to-b-icons .b-icon::before,
.theme--linktds .journey-value-calculator .a-to-b-icons .b-icon::after {
  background-color: #0E893C;
}
.theme--northconnex .journey-value-calculator .a-to-b-icons .a-icon::before, .theme--northconnex .journey-value-calculator .a-to-b-icons .a-icon::after,
.theme--northconnex .journey-value-calculator .a-to-b-icons .b-icon::before,
.theme--northconnex .journey-value-calculator .a-to-b-icons .b-icon::after {
  background-color: #51a548;
}
.journey-value-calculator .a-to-b-icons .a-icon,
.journey-value-calculator .a-to-b-icons .b-icon {
  font-size: 14px;
  line-height: 20px;
  width: 20px;
  height: 20px;
}
.journey-value-calculator .a-to-b-icons .a-icon::before, .journey-value-calculator .a-to-b-icons .a-icon::after,
.journey-value-calculator .a-to-b-icons .b-icon::before,
.journey-value-calculator .a-to-b-icons .b-icon::after {
  width: 5px;
  height: 5px;
}
.journey-value-calculator .a-to-b-icons .a-icon {
  top: 0;
}
.journey-value-calculator .a-to-b-icons .b-icon {
  top: 51px;
}
.journey-value-calculator .a-to-b-icons .a-icon::before, .journey-value-calculator .a-to-b-icons .a-icon::after {
  top: 24px;
  left: 7.5px;
}
.journey-value-calculator .a-to-b-icons .a-icon::after {
  margin-top: 9px;
}
.journey-value-calculator .a-to-b-icons .b-icon::before, .journey-value-calculator .a-to-b-icons .b-icon::after {
  bottom: 24px;
  left: 7.5px;
}
.journey-value-calculator .a-to-b-icons .b-icon::after {
  margin-bottom: 9px;
}
@media only screen and (min-width: 48em) {
  .journey-value-calculator .a-to-b-icons {
    width: 24px;
    height: 79px;
  }
  .journey-value-calculator .a-to-b-icons .a-icon,
.journey-value-calculator .a-to-b-icons .b-icon {
    font-size: 14px;
    line-height: 24px;
    width: 24px;
    height: 24px;
  }
  .journey-value-calculator .a-to-b-icons .a-icon::before, .journey-value-calculator .a-to-b-icons .a-icon::after,
.journey-value-calculator .a-to-b-icons .b-icon::before,
.journey-value-calculator .a-to-b-icons .b-icon::after {
    width: 5px;
    height: 5px;
  }
  .journey-value-calculator .a-to-b-icons .a-icon {
    top: 0;
  }
  .journey-value-calculator .a-to-b-icons .b-icon {
    top: 55px;
  }
  .journey-value-calculator .a-to-b-icons .a-icon::before, .journey-value-calculator .a-to-b-icons .a-icon::after {
    top: 28px;
    left: 9.5px;
  }
  .journey-value-calculator .a-to-b-icons .a-icon::after {
    margin-top: 9px;
  }
  .journey-value-calculator .a-to-b-icons .b-icon::before, .journey-value-calculator .a-to-b-icons .b-icon::after {
    bottom: 28px;
    left: 9.5px;
  }
  .journey-value-calculator .a-to-b-icons .b-icon::after {
    margin-bottom: 9px;
  }
}

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

.model-wrapper .simple-modal {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  max-width: 1377px;
  margin: 0 auto;
  left: auto;
  right: auto;
  width: 100%;
}
@media only screen and (min-width: 64em) and (max-width: 88.0625em) {
  .model-wrapper .simple-modal {
    max-width: 1244px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 77.6875em) {
  .model-wrapper .simple-modal {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .model-wrapper .simple-modal {
    max-width: 768px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 47.9375em) {
  .model-wrapper .simple-modal {
    width: 100%;
    max-width: 239px;
    left: 0;
    right: 0;
  }
}
.model-wrapper .simple-modal .simple-modal__dialog {
  max-width: calc(35% - 122px);
  margin-left: 39px;
  margin-top: 446px;
}
@media only screen and (min-width: 48em) and (max-width: 77.6875em) {
  .model-wrapper .simple-modal .simple-modal__dialog {
    margin-top: 468px;
    margin-left: 53px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .model-wrapper .simple-modal .simple-modal__dialog {
    margin-top: 170px;
    max-width: 239px;
  }
}
@media (max-width: 47.9375em) {
  .model-wrapper .simple-modal .simple-modal__dialog {
    margin-top: 129px;
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
}
.model-wrapper .simple-modal .simple-modal__dialog .simple-modal__content {
  object-fit: contain;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #333333;
  background-color: #ffffff;
}
.model-wrapper .simple-modal .simple-modal__dialog .simple-modal__content .simple-modal__body {
  padding-bottom: 0;
}
.model-wrapper .simple-modal .simple-modal__dialog .simple-modal__content .simple-modal__body h2 {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 8px;
}
.model-wrapper .simple-modal .simple-modal__dialog .simple-modal__content .simple-modal__body p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}
.model-wrapper .simple-modal .simple-modal__dialog .simple-modal__content .simple-modal__body a.btn {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  padding-top: 10px;
}

.trip-compare-page {
  overscroll-behavior-y: none;
}
.trip-compare-page.simple-modal-open {
  right: 0;
  left: 0;
}
.trip-compare-page.simple-modal-open .simple-modal__underlay {
  background-color: #9B9B9B;
}

.trip-compare-footer-info-wrapper {
  display: none;
}
.trip-compare-footer-info-wrapper .module.module--ec-calendar {
  padding-top: 0;
  padding-bottom: 0;
}
.trip-compare-footer-info-wrapper .l-padding {
  padding: 0 15px;
}
.trip-compare-footer-info-wrapper .ec-calendar__list__item a.expandcollapse {
  padding: 14px 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
@media (max-width: 63.9375em) {
  .trip-compare-footer-info-wrapper {
    display: block;
  }
}

.trip-compare-desktop-info-wrapper {
  padding-top: 10px;
}
.trip-compare-desktop-info-wrapper .module.module--ec-calendar {
  padding-top: 0;
  padding-bottom: 0;
}
.trip-compare-desktop-info-wrapper .module__content.l-padding {
  width: 100% !important;
}
.trip-compare-desktop-info-wrapper .l-padding {
  padding: 0;
}
.trip-compare-desktop-info-wrapper .ec-calendar__list__item a.expandcollapse {
  padding: 14px 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.trip-compare-desktop-info-wrapper .js-ec-link.expandcollapse.is-expanded + .js-ec.expandcollapse-content {
  opacity: 1 !important;
  display: block;
}

.modal-point-selector h2 {
  font-size: 24px;
  font-weight: 600;
}
.theme--roamexpress .modal-point-selector h2 {
  color: #4ab947;
}
.theme--westlinkm7 .modal-point-selector h2 {
  color: #7fc31c;
}
.theme--citylink .modal-point-selector h2 {
  color: #1964be;
}
.theme--govia .modal-point-selector h2 {
  color: #1995c9;
}
.theme--transurban .modal-point-selector h2 {
  color: #0e893c;
}
.theme--incommunity .modal-point-selector h2 {
  color: #f18903;
}
.theme--linkt .modal-point-selector h2 {
  color: #0E893C;
}
.theme--linktds .modal-point-selector h2 {
  color: #0E893C;
}
.theme--northconnex .modal-point-selector h2 {
  color: #51a548;
}
.modal-point-selector h2.point-a, .modal-point-selector h2.point-b {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
  min-height: 70px;
}
.modal-point-selector h2.point-a .a-to-b-icons, .modal-point-selector h2.point-b .a-to-b-icons {
  position: absolute;
  left: 0;
  top: 5px;
}
.modal-point-selector h2.point-a::before, .modal-point-selector h2.point-b::before {
  content: "";
  display: block;
  width: 35px;
  height: 50%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.modal-point-selector h2.point-b .a-to-b-icons {
  top: auto;
  bottom: 5px;
}
.modal-point-selector h2.point-b::before {
  top: 0;
  bottom: auto;
  background: rgba(255, 255, 255, 0.3);
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.modal-point-selector h2 .a-to-b-icons {
  width: 24px;
  height: 90px;
}
.modal-point-selector h2 .a-to-b-icons .a-icon,
.modal-point-selector h2 .a-to-b-icons .b-icon {
  font-size: 14px;
  line-height: 24px;
  width: 24px;
  height: 24px;
}
.modal-point-selector h2 .a-to-b-icons .a-icon::before, .modal-point-selector h2 .a-to-b-icons .a-icon::after,
.modal-point-selector h2 .a-to-b-icons .b-icon::before,
.modal-point-selector h2 .a-to-b-icons .b-icon::after {
  width: 6px;
  height: 6px;
}
.modal-point-selector h2 .a-to-b-icons .a-icon {
  top: 0;
}
.modal-point-selector h2 .a-to-b-icons .b-icon {
  top: 66px;
}
.modal-point-selector h2 .a-to-b-icons .a-icon::before, .modal-point-selector h2 .a-to-b-icons .a-icon::after {
  top: 30px;
  left: 9px;
}
.modal-point-selector h2 .a-to-b-icons .a-icon::after {
  margin-top: 12px;
}
.modal-point-selector h2 .a-to-b-icons .b-icon::before, .modal-point-selector h2 .a-to-b-icons .b-icon::after {
  bottom: 30px;
  left: 9px;
}
.modal-point-selector h2 .a-to-b-icons .b-icon::after {
  margin-bottom: 12px;
}
.modal-point-selector .simple-modal__content {
  max-height: 80vh;
  position: absolute;
  overflow: hidden;
}
.modal-point-selector .simple-modal__close {
  z-index: 1;
}
.modal-point-selector .simple-modal__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.modal-point-selector .simple-modal__dialog {
  margin: 20px 1rem;
}
@media only screen and (min-width: 48em) {
  .modal-point-selector .simple-modal__dialog {
    margin: 20px auto;
  }
}
.modal-point-selector .simple-modal__dialog .dynamic-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: scroll;
}
.modal-point-selector .simple-modal__dialog .dynamic-list:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 90%);
  width: 100%;
  height: 36px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 48em) {
  .modal-point-selector .simple-modal__dialog .dynamic-list:after {
    height: 51px;
  }
}
.modal-point-selector .simple-modal__dialog .dynamic-list.bottom:after {
  background-image: none;
}
.modal-point-selector .simple-modal__dialog .dynamic-list li {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.35;
  padding: 0;
  margin: 12px 0;
}
@media only screen and (min-width: 48em) {
  .modal-point-selector .simple-modal__dialog .dynamic-list li {
    font-size: 18px;
    margin: 18px 0;
  }
}

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