.visible--tablet {
  display: none;
}
@media (max-width: 990px) {
  .visible--tablet {
    display: block;
  }
}

.visible--mobile {
  display: none;
}
@media (max-width: 480px) {
  .visible--mobile {
    display: block;
  }
}

.hidden--mobile {
  display: block;
}
@media (max-width: 480px) {
  .hidden--mobile {
    display: none;
  }
}

.hidden--tablet {
  display: block;
}
@media (max-width: 990px) {
  .hidden--tablet {
    display: none;
  }
}

@media (min-width: 990px) {
  .visible--desktop--important {
    display: block !important;
  }
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.landingPage label,
.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.h5,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.h5,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider {
  margin-top: 0;
}

.landingPage h1, .cm-footer h1, .h1 {
  font-size: 39px;
}

.landingPage h2, .cm-footer h2, .h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .landingPage h3, .cm-footer h3, .panel-left-citymapperLogo, .h3 {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .landingPage h4, .cm-footer h4, .h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .landingPage-top-controls a, .landingPage h5, .cm-footer h5, .news-card h3, .panel-left-links .company-link .company-link-title, .h5 {
  font-size: 20px;
}

.switchCity-container .citiesList .cities-switch-button-cityName, .panel-left-sectionDivider {
  font-size: 18px;
}

.visible--tablet {
  display: none;
}
@media (max-width: 990px) {
  .visible--tablet {
    display: block;
  }
}

.visible--mobile {
  display: none;
}
@media (max-width: 480px) {
  .visible--mobile {
    display: block;
  }
}

.hidden--mobile {
  display: block;
}
@media (max-width: 480px) {
  .hidden--mobile {
    display: none;
  }
}

.hidden--tablet {
  display: block;
}
@media (max-width: 990px) {
  .hidden--tablet {
    display: none;
  }
}

@media (min-width: 990px) {
  .visible--desktop--important {
    display: block !important;
  }
}

.container {
  position: relative;
  overflow: auto;
}

.container * {
  box-sizing: border-box;
}

.col,
.col--noPadding {
  position: relative;
  float: left;
}

.col {
  padding: 0 30px;
}

.col--full {
  width: 100%;
}

.col--half {
  width: 50%;
}

.col--third {
  width: 33%;
}

.col--20 {
  width: 20%;
}

.col--30 {
  width: 30%;
}

.col--70 {
  width: 70%;
}

.col--80 {
  width: 80%;
}

@media (max-width: 480px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 990px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hide-large-desktop {
    display: none !important;
  }
}

@media (min-width: 990px) {
  .hide-desktop {
    display: none !important;
  }
}

@font-face {
  font-family: "BloggerSans";
  src: url("/static/fonts/bloggersans/BloggerSans.eot"); /* IE9 Compat Modes */
  src: url("/static/fonts/bloggersans/BloggerSans.eot?#iefix") format("embedded-opentype"), url("/static/fonts/bloggersans/BloggerSans.woff") format("woff"), url("/static/fonts/bloggersans/BloggerSans.ttf") format("truetype"), url("/static/fonts/bloggersans/BloggerSans.svg#BloggerSans") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "BloggerSans";
  src: url("/static/fonts/bloggersans/BloggerSans-Bold.eot"); /* IE9 Compat Modes */
  src: url("/static/fonts/bloggersans/BloggerSans-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/bloggersans/BloggerSans-Bold.woff") format("woff"), url("/static/fonts/bloggersans/BloggerSans-Bold.ttf") format("truetype"), url("/static/fonts/bloggersans/BloggerSans-Bold.svg#BloggerSans-Bold") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "BloggerSans";
  src: url("/static/fonts/bloggersans/BloggerSans-Medium.eot"); /* IE9 Compat Modes */
  src: url("/static/fonts/bloggersans/BloggerSans-Medium.eot?#iefix") format("embedded-opentype"), url("/static/fonts/bloggersans/BloggerSans-Medium.woff") format("woff"), url("/static/fonts/bloggersans/BloggerSans-Medium.ttf") format("truetype"), url("/static/fonts/bloggersans/BloggerSans-Medium.svg#BloggerSans-Medium") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

p.lighter,
span.lighter {
  opacity: 0.8;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
@-webkit-keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
@keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.landingPage label,
.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.h5,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.h5,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider {
  margin-top: 0;
}

.landingPage h1, .cm-footer h1, .h1 {
  font-size: 39px;
}

.landingPage h2, .cm-footer h2, .h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .landingPage h3, .cm-footer h3, .panel-left-citymapperLogo, .h3 {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .landingPage h4, .cm-footer h4, .h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .landingPage-top-controls a, .landingPage h5, .cm-footer h5, .news-card h3, .panel-left-links .company-link .company-link-title, .h5 {
  font-size: 20px;
}

.switchCity-container .citiesList .cities-switch-button-cityName, .panel-left-sectionDivider {
  font-size: 18px;
}

.cmButton .btn-label,
.cmButton {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
}

.cmButton .btn-label {
  background-repeat: no-repeat;
}

.cmButton .btn-label--withImage--left,
.cmButton .btn-label--withImage--right {
  background-size: 20px;
}

.cmButton.btn--small .btn-label--withImage--left,
.cmButton.btn--small .btn-label--withImage--right {
  background-size: 15px;
}

.cmButton .btn-label--withImage--left {
  padding-left: 25px;
  background-position: center left;
}

.cmButton .btn-label--withImage--right {
  padding-right: 25px;
  background-position: center right;
}

.cmButton.btn--small .btn-label--withImage--left {
  padding-left: 20px;
}

.cmButton.btn--small .btn-label--withImage--right {
  padding-right: 20px;
}

.cmButton {
  font-size: 16px;
  display: inline-block;
  padding: 12px;
  border: none;
  border-radius: 5px;
  color: #444444;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  min-width: 40px;
  width: auto;
  height: auto;
  margin: auto;
  line-height: 100%;
  box-shadow: none;
  outline: none;
}

a.cmButton {
  text-decoration: none !important;
}

.cmButton .btn-label,
.cmButton {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
}

.cmButton .btn-label {
  vertical-align: middle;
}

.cmButton .btn-label--withImage--left,
.cmButton .btn-label--withImage--right {
  background-repeat: no-repeat;
  background-size: auto 20px;
}

.cmButton.btn--small .btn-label--withImage--left,
.cmButton.btn--small .btn-label--withImage--right {
  background-size: auto 15px;
}

.cmButton .btn-label--withImage--left {
  padding-left: 25px;
  background-position: center left;
}

.cmButton .btn-label--withImage--right {
  padding-right: 25px;
  background-position: center right;
}

.cmButton:hover {
  cursor: pointer;
}

.cmButton[disabled=disabled],
.cmButton[disabled=disabled]:hover,
.cmButton.is-disabled,
.cmButton.is-disabled:hover {
  cursor: default;
}

.cmButton.btn--small {
  padding: 8px;
  border-radius: 3px;
}

.cmButton.btn--small {
  font-size: 0.8em !important;
}

.cmButton.btn--small .btn-label.btn-label--withImage--left,
.cmButton.btn--small .btn-label.btn-label--withImage--right {
  background-size: 15px;
}

.cmButton.btn--small .btn-label.btn-label--withImage--left {
  padding-left: 20px;
}

.cmButton.btn--small .btn-label.btn-label--withImage--right {
  padding-right: 20px;
}

.cmButton.btn--image {
  padding: 0;
  background-repeat: no-repeat;
  background-color: transparent;
}

.cmButton.btn--image:not([disabled=disabled]):hover {
  background-color: transparent;
}

.cmButton.btn--green,
.cmButton.btn--darkGreen,
.cmButton.btn--darkBlue,
.cmButton.btn--orange,
.cmButton.btn--blue,
.cmButton.btn--purple,
.cmButton.btn--yellow,
.cmButton.btn--yellow--pale,
.cmButton.btn--transparent--white {
  color: white;
}

.cmButton.btn--white--blue,
.cmButton.btn--white--green,
.cmButton.btn--white--purple,
.cmButton.btn--white--orange,
.cmButton.btn--white--yellow {
  background-color: white;
}
.cmButton.btn--white--blue:not([disabled=disabled]):hover,
.cmButton.btn--white--green:not([disabled=disabled]):hover,
.cmButton.btn--white--purple:not([disabled=disabled]):hover,
.cmButton.btn--white--orange:not([disabled=disabled]):hover,
.cmButton.btn--white--yellow:not([disabled=disabled]):hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.cmButton.btn--transparent--white {
  background-color: transparent;
  box-shadow: none;
}

.cmButton.btn--transparent--white:not([disabled=disabled]):hover {
  background-color: rgba(255, 255, 255, 0.08);
}

/* Generate btn--black-10--white through to btn--black-90--white for different opacities */
.cmButton.btn--black-10--white {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
}
.cmButton.btn--black-10--white:not([disabled=disabled]):hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.cmButton.btn--black-20--white {
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
}
.cmButton.btn--black-20--white:not([disabled=disabled]):hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.cmButton.btn--black-30--white {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
}
.cmButton.btn--black-30--white:not([disabled=disabled]):hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.cmButton.btn--black-40--white {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
}
.cmButton.btn--black-40--white:not([disabled=disabled]):hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.cmButton.btn--black-50--white {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
.cmButton.btn--black-50--white:not([disabled=disabled]):hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.cmButton.btn--black-60--white {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}
.cmButton.btn--black-60--white:not([disabled=disabled]):hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.cmButton.btn--black-70--white {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
.cmButton.btn--black-70--white:not([disabled=disabled]):hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.cmButton.btn--black-80--white {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}
.cmButton.btn--black-80--white:not([disabled=disabled]):hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.cmButton.btn--black-90--white {
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
}
.cmButton.btn--black-90--white:not([disabled=disabled]):hover {
  background-color: black;
}

/* Generate btn--white-10--white through to btn--white-90--white */
.cmButton.btn--white-10--white {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.cmButton.btn--white-10--white:not([disabled=disabled]):hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.cmButton.btn--white-20--white {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}
.cmButton.btn--white-20--white:not([disabled=disabled]):hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.cmButton.btn--white-30--white {
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
}
.cmButton.btn--white-30--white:not([disabled=disabled]):hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.cmButton.btn--white-40--white {
  background-color: rgba(255, 255, 255, 0.4);
  color: white;
}
.cmButton.btn--white-40--white:not([disabled=disabled]):hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.cmButton.btn--white-50--white {
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
}
.cmButton.btn--white-50--white:not([disabled=disabled]):hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.cmButton.btn--white-60--white {
  background-color: rgba(255, 255, 255, 0.6);
  color: white;
}
.cmButton.btn--white-60--white:not([disabled=disabled]):hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.cmButton.btn--white-70--white {
  background-color: rgba(255, 255, 255, 0.7);
  color: white;
}
.cmButton.btn--white-70--white:not([disabled=disabled]):hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.cmButton.btn--white-80--white {
  background-color: rgba(255, 255, 255, 0.8);
  color: white;
}
.cmButton.btn--white-80--white:not([disabled=disabled]):hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.cmButton.btn--white-90--white {
  background-color: rgba(255, 255, 255, 0.9);
  color: white;
}
.cmButton.btn--white-90--white:not([disabled=disabled]):hover {
  background-color: white;
}

.cmButton.btn--transparent-white {
  background-color: transparent;
  box-shadow: none;
  color: white;
}
.cmButton.btn--transparent-white:not([disabled=disabled]):hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.cmButton.btn--green {
  background-color: #37ab2e;
}

.cmButton.btn--green:not([disabled=disabled]):hover {
  background-color: rgb(58.8778801843, 183.0566820276, 49.2433179724);
}

.cmButton.btn--darkGreen {
  background-color: #2B8825;
}

.cmButton.btn--darkGreen:not([disabled=disabled]):hover {
  background-color: rgb(39.1971098266, 123.9722543353, 33.7277456647);
}

.cmButton.btn--darkBlue {
  background-color: rgb(39.3660377358, 70.7358490566, 91.0339622642);
}

.cmButton.btn--darkBlue:not([disabled=disabled]):hover {
  background-color: rgb(34.7471698113, 62.4363207547, 80.3528301887);
}

.cmButton.btn--orange {
  background-color: #f5a623;
}

.cmButton.btn--orange:not([disabled=disabled]):hover {
  background-color: rgb(245.6652173913, 171.9204347826, 49.6347826087);
}

.cmButton.btn--purple {
  background-color: #8a5c95;
}

.cmButton.btn--purple:not([disabled=disabled]):hover {
  background-color: rgb(146.5721991701, 98.1481327801, 158.1518672199);
}

.cmButton.btn--blue {
  background-color: #407394;
}

.cmButton.btn--blue:not([disabled=disabled]):hover {
  background-color: rgb(68.6188679245, 123.2995283019, 158.6811320755);
}

.cmButton.btn--yellow {
  background-color: #FFCB0A;
}

.cmButton.btn--yellow:not([disabled=disabled]):hover {
  background-color: rgb(249.7, 196.7024489796, 0);
}

.cmButton.btn--yellow--pale {
  background-color: #deb22c;
}

.cmButton.btn--yellow--pale:not([disabled=disabled]):hover {
  background-color: rgb(216.793852459, 171.5856557377, 33.906147541);
}

.cmButton.btn--white--purple {
  color: #8a5c95;
}

.cmButton.btn--white--green {
  color: #37ab2e;
}

.cmButton.btn--white--orange {
  color: #f5a623;
}

.cmButton.btn--white--yellow {
  color: #deb22c;
}

.cmButton.btn--white--blue {
  color: #407394;
}

.cmButton.btn--white--yellow {
  color: #deb22c;
}

.cmButton.btn--shadow {
  box-shadow: 1px 2px rgba(0, 0, 0, 0.08);
}

.cmButton.btn--whiteOnWhite:not([disabled=disabled]):hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.cmButton.btn--fullWidth {
  width: 100%;
}

.cmButtonGroup .cmButton {
  border-radius: 0;
  display: block;
  width: 100%;
}
.cmButtonGroup .cmButton:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cmButtonGroup .cmButton:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cmButtonGroup .cmButton:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.landingPage label,
.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.h5,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.h5,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider {
  margin-top: 0;
}

.landingPage h1, .cm-footer h1, .h1 {
  font-size: 39px;
}

.landingPage h2, .cm-footer h2, .h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .landingPage h3, .cm-footer h3, .panel-left-citymapperLogo, .h3 {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .landingPage h4, .cm-footer h4, .h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .landingPage-top-controls a, .landingPage h5, .cm-footer h5, .news-card h3, .panel-left-links .company-link .company-link-title, .h5 {
  font-size: 20px;
}

.switchCity-container .citiesList .cities-switch-button-cityName, .panel-left-sectionDivider {
  font-size: 18px;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
@-webkit-keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
@keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
@-webkit-keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
@keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.landingPage label,
.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.h5,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.h5,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider {
  margin-top: 0;
}

.landingPage h1, .cm-footer h1, .h1 {
  font-size: 39px;
}

.landingPage h2, .cm-footer h2, .h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .landingPage h3, .cm-footer h3, .panel-left-citymapperLogo, .h3 {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .landingPage h4, .cm-footer h4, .h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .landingPage-top-controls a, .landingPage h5, .cm-footer h5, .news-card h3, .panel-left-links .company-link .company-link-title, .h5 {
  font-size: 20px;
}

.switchCity-container .citiesList .cities-switch-button-cityName, .panel-left-sectionDivider {
  font-size: 18px;
}

.visible--tablet {
  display: none;
}
@media (max-width: 990px) {
  .visible--tablet {
    display: block;
  }
}

.visible--mobile {
  display: none;
}
@media (max-width: 480px) {
  .visible--mobile {
    display: block;
  }
}

.hidden--mobile {
  display: block;
}
@media (max-width: 480px) {
  .hidden--mobile {
    display: none;
  }
}

.hidden--tablet {
  display: block;
}
@media (max-width: 990px) {
  .hidden--tablet {
    display: none;
  }
}

@media (min-width: 990px) {
  .visible--desktop--important {
    display: block !important;
  }
}

.is-loading {
  padding: 5px 5px 5px 35px;
  background: no-repeat left center;
  background-size: auto 30px;
  min-height: 35px;
  min-width: 35px;
  line-height: 24px;
  color: #777777;
}

.is-loading--small {
  padding-left: 30px;
  background-size: auto 22px;
  line-height: 27px;
}

.is-loading--white {
  background-image: url(/static/img/loading/loading-white.svg);
}

.is-loading--cmBlue {
  background-image: url(/static/img/loading/loading-cmBlue.svg);
}

.is-loading--cmGreen {
  background-image: url(/static/img/loading/loading-cmGreen.svg);
}

.is-loading--cmPurple {
  background-image: url(/static/img/loading/loading-cmPurple.svg);
}

.is-loading--cmOrange {
  background-image: url(/static/img/loading/loading-cmOrange.svg);
}

.Select.is-loading {
  padding: 0;
}

.emoji {
  font-family: sans-serif !important;
  font-size: inherit;
  font-weight: normal;
  color: black;
}

.initially-hidden {
  display: none;
}

.overflow-hidden {
  overflow: hidden !important;
}

.text--left {
  text-align: left !important;
}

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

.text--right {
  text-align: right !important;
}

.text--green {
  color: #37ab2e !important;
}

.text--purple {
  color: #8a5c95 !important;
}

.text--yellow {
  color: #FFCB0A !important;
}

.text--yellow--bright {
  color: #FFD714 !important;
}

.text--blue {
  color: #407394 !important;
}

.text--white {
  color: white !important;
}

.text--lightBlue {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132) !important;
}

.text--darkGrey {
  color: #444444 !important;
}

.background--green {
  background-color: #37ab2e !important;
}

.background--purple {
  background-color: #8a5c95 !important;
}

.background--yellow {
  background-color: #FFCB0A !important;
}

.background--yellow--bright {
  background-color: #FFD714 !important;
}

.background--blue {
  background-color: #407394 !important;
}

.background--white {
  background-color: white !important;
}

.background--lightBlue {
  background-color: rgb(103.9283018868, 155.9867924528, 189.6716981132) !important;
}

.background--darkGrey {
  background-color: #444444 !important;
}

.text--large {
  font-size: 1.2em;
  line-height: 1.1em;
}

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

.text--capitalize {
  text-transform: capitalize;
}

.text--lowercase {
  text-transform: lowercase;
}

.text--error {
  color: #b6241c;
}

.text--editable {
  display: inline-block;
  cursor: text;
  padding: 3px 1px;
}
.text--editable:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.link--text, .section--white a {
  color: #444444 !important;
}

.link--text:hover, .section--white a:hover {
  color: rgba(68, 68, 68, 0.7) !important;
}

.link--white {
  color: white !important;
}

.link--orange {
  color: #f5a623 !important;
}

.link--orange:hover {
  color: rgba(245, 166, 35, 0.7) !important;
}

.link--yellow {
  color: #FFCB0A !important;
}

.link--yellow:hover {
  color: rgba(255, 203, 10, 0.7) !important;
}

.link--yellow--bright {
  color: #FFD714 !important;
}

.link--yellow--bright:hover {
  color: rgba(255, 215, 20, 0.7) !important;
}

.link--blue {
  color: #407394 !important;
}

.link--blue:hover {
  color: rgba(64, 115, 148, 0.7) !important;
}

.link--yellow--pale {
  color: #deb22c !important;
}

.link--yellow--pale:hover {
  color: rgba(222, 178, 44, 0.7) !important;
}

.link--white:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.link--underlined, .landingPage p a {
  text-decoration: underline !important;
}

.link--underlined:hover, .landingPage p a:hover {
  text-decoration: none !important;
}

.background--green {
  background-color: #37ab2e !important;
}

.as-loading-spinner {
  content: "";
  background: white url(/static/img/spinner@2x.png) no-repeat center !important;
  background-size: 25px !important;
  height: 36px !important;
}

.as-loading-spinner--green {
  background: #37ab2e url(/static/img/spinners/spinner_green_big.gif) no-repeat center !important;
}

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

.block {
  display: block;
}

.clear--left {
  clear: left;
}

.clear--right {
  clear: right;
}

.clear--both {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.pull--left {
  float: left;
}

.pull--right {
  float: right;
}

.fixed {
  position: fixed;
}

.fixed--bottom {
  bottom: 0;
}

.fixed--top {
  top: 0;
}

@media (max-width: 480px) {
  .unselectable-on-mobile {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

.clickable,
.clickable:hover {
  cursor: pointer !important;
}

.input--error {
  color: #b6241c;
  border: 1px solid #b6241c;
}

.placeholder--grey::-webkit-input-placeholder {
  color: #eeeeee;
}
.placeholder--grey::-moz-placeholder {
  color: #eeeeee;
}
.placeholder--grey:-moz-placeholder {
  color: #eeeeee;
}
.placeholder--grey:-ms-input-placeholder {
  color: #eeeeee;
}

.placeholder--blue::-webkit-input-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}
.placeholder--blue::-moz-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}
.placeholder--blue:-moz-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}
.placeholder--blue:-ms-input-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}

.margin-top--10 {
  margin-top: 10px !important;
}

.margin-bottom--10 {
  margin-bottom: 10px !important;
}

.margin-top--20 {
  margin-top: 20px !important;
}

.margin-top--40 {
  margin-top: 40px !important;
}

.margin-top--30 {
  margin-top: 30px !important;
}

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

.margin-bottom--40 {
  margin-bottom: 40px !important;
}

.margin-bottom--20 {
  margin-bottom: 20px !important;
}

.margin-left--10 {
  margin-left: 10px !important;
}

.margin-right--10 {
  margin-right: 10px !important;
}

.padding--10 {
  padding: 10px !important;
}

.padding--20 {
  padding: 20px !important;
}

.padding--25 {
  padding: 25px !important;
}

.padding--30 {
  padding: 20px !important;
}

.greyedOut--light {
  color: rgba(255, 255, 255, 0.5) !important;
}

.greyedOut--dark {
  color: rgba(0, 0, 0, 0.5) !important;
}

.img--fullWidth,
.fullWidth {
  width: 100% !important;
}

.fullHeight {
  height: 100% !important;
}

.text--normalSmall {
  font-size: 0.9em;
}

.text--small {
  font-size: 0.8em;
}

.text--verySmall {
  font-size: 0.7em;
}

input,
textarea,
select {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: normal;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid rgb(225.25, 225.25, 225.25);
  color: #444444;
  font-size: 16px;
  height: auto;
}

.input--tight {
  padding: 8px;
  border-radius: 3px;
}

input.is-copied {
  animation: flash-green 0.25s;
  -webkit-animation: flash-green 0.25s;
}

a.is-copied {
  animation: text-flash-green 0.25s;
  -webkit-animation: text-flash-green 0.25s;
}

select {
  height: 40px;
}

textarea {
  min-height: 60px;
}

.section {
  color: #444444;
}

.section--green,
.section--blue,
.section--company,
.section--purple,
.section--darkGreen,
.section--darkBlue,
.section--darkPurple {
  color: white;
}

.section--green {
  background-color: #37ab2e !important;
}

.section--blue, .section--company {
  background-color: #407394 !important;
}

.section--purple {
  background-color: #8a5c95 !important;
}

.section--white {
  background-color: white !important;
  color: #444444;
}
.section--darkGreen {
  background-color: rgb(44.6589861751, 138.8488479263, 37.3511520737) !important;
}

.section--darkBlue {
  background-color: rgb(39.3660377358, 70.7358490566, 91.0339622642) !important;
}

.section--darkPurple {
  background-color: rgb(91.2746887967, 60.8497925311, 98.5502074689) !important;
}

.invalid-required {
  border-color: #b6241c !important;
}

.error-message {
  display: none;
}

.invalid-required.error-message {
  display: block;
  color: #b6241c;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
@-webkit-keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
@keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.landingPage label,
.landingPage h1,
.cm-footer h1,
.landingPage h2,
.cm-footer h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.h5,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider {
  margin-top: 0;
}

.landingPage h1, .cm-footer h1, .h1 {
  font-size: 39px;
}

.landingPage h2, .cm-footer h2, .h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .landingPage h3, .cm-footer h3, .panel-left-citymapperLogo, .h3 {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .landingPage h4, .cm-footer h4, .h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .landingPage-top-controls a, .landingPage h5, .cm-footer h5, .news-card h3, .panel-left-links .company-link .company-link-title, .h5 {
  font-size: 20px;
}

.switchCity-container .citiesList .cities-switch-button-cityName, .panel-left-sectionDivider {
  font-size: 18px;
}

.visible--tablet {
  display: none;
}
@media (max-width: 990px) {
  .visible--tablet {
    display: block;
  }
}

.visible--mobile {
  display: none;
}
@media (max-width: 480px) {
  .visible--mobile {
    display: block;
  }
}

.hidden--mobile {
  display: block;
}
@media (max-width: 480px) {
  .hidden--mobile {
    display: none;
  }
}

.hidden--tablet {
  display: block;
}
@media (max-width: 990px) {
  .hidden--tablet {
    display: none;
  }
}

@media (min-width: 990px) {
  .visible--desktop--important {
    display: block !important;
  }
}

.is-loading {
  padding: 5px 5px 5px 35px;
  background: no-repeat left center;
  background-size: auto 30px;
  min-height: 35px;
  min-width: 35px;
  line-height: 24px;
  color: #777777;
}

.is-loading--small {
  padding-left: 30px;
  background-size: auto 22px;
  line-height: 27px;
}

.is-loading--white {
  background-image: url(/static/img/loading/loading-white.svg);
}

.is-loading--cmBlue {
  background-image: url(/static/img/loading/loading-cmBlue.svg);
}

.is-loading--cmGreen {
  background-image: url(/static/img/loading/loading-cmGreen.svg);
}

.is-loading--cmPurple {
  background-image: url(/static/img/loading/loading-cmPurple.svg);
}

.is-loading--cmOrange {
  background-image: url(/static/img/loading/loading-cmOrange.svg);
}

.Select.is-loading {
  padding: 0;
}

.emoji {
  font-family: sans-serif !important;
  font-size: inherit;
  font-weight: normal;
  color: black;
}

.initially-hidden {
  display: none;
}

.overflow-hidden {
  overflow: hidden !important;
}

.text--left {
  text-align: left !important;
}

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

.text--right {
  text-align: right !important;
}

.text--green {
  color: #37ab2e !important;
}

.text--purple {
  color: #8a5c95 !important;
}

.text--yellow {
  color: #FFCB0A !important;
}

.text--yellow--bright {
  color: #FFD714 !important;
}

.text--blue {
  color: #407394 !important;
}

.text--white {
  color: white !important;
}

.text--lightBlue {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132) !important;
}

.text--darkGrey {
  color: #444444 !important;
}

.background--green {
  background-color: #37ab2e !important;
}

.background--purple {
  background-color: #8a5c95 !important;
}

.background--yellow {
  background-color: #FFCB0A !important;
}

.background--yellow--bright {
  background-color: #FFD714 !important;
}

.background--blue {
  background-color: #407394 !important;
}

.background--white {
  background-color: white !important;
}

.background--lightBlue {
  background-color: rgb(103.9283018868, 155.9867924528, 189.6716981132) !important;
}

.background--darkGrey {
  background-color: #444444 !important;
}

.text--large {
  font-size: 1.2em;
  line-height: 1.1em;
}

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

.text--capitalize {
  text-transform: capitalize;
}

.text--lowercase {
  text-transform: lowercase;
}

.text--error {
  color: #b6241c;
}

.text--editable {
  display: inline-block;
  cursor: text;
  padding: 3px 1px;
}
.text--editable:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.link--text, .section--white a {
  color: #444444 !important;
}

.link--text:hover, .section--white a:hover {
  color: rgba(68, 68, 68, 0.7) !important;
}

.link--white {
  color: white !important;
}

.link--orange {
  color: #f5a623 !important;
}

.link--orange:hover {
  color: rgba(245, 166, 35, 0.7) !important;
}

.link--yellow {
  color: #FFCB0A !important;
}

.link--yellow:hover {
  color: rgba(255, 203, 10, 0.7) !important;
}

.link--yellow--bright {
  color: #FFD714 !important;
}

.link--yellow--bright:hover {
  color: rgba(255, 215, 20, 0.7) !important;
}

.link--blue {
  color: #407394 !important;
}

.link--blue:hover {
  color: rgba(64, 115, 148, 0.7) !important;
}

.link--yellow--pale {
  color: #deb22c !important;
}

.link--yellow--pale:hover {
  color: rgba(222, 178, 44, 0.7) !important;
}

.link--white:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.link--underlined, .landingPage p a {
  text-decoration: underline !important;
}

.link--underlined:hover, .landingPage p a:hover {
  text-decoration: none !important;
}

.background--green {
  background-color: #37ab2e !important;
}

.as-loading-spinner {
  content: "";
  background: white url(/static/img/spinner@2x.png) no-repeat center !important;
  background-size: 25px !important;
  height: 36px !important;
}

.as-loading-spinner--green {
  background: #37ab2e url(/static/img/spinners/spinner_green_big.gif) no-repeat center !important;
}

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

.block {
  display: block;
}

.clear--left {
  clear: left;
}

.clear--right {
  clear: right;
}

.clear--both {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.pull--left {
  float: left;
}

.pull--right {
  float: right;
}

.fixed {
  position: fixed;
}

.fixed--bottom {
  bottom: 0;
}

.fixed--top {
  top: 0;
}

@media (max-width: 480px) {
  .unselectable-on-mobile {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

.clickable,
.clickable:hover {
  cursor: pointer !important;
}

.input--error {
  color: #b6241c;
  border: 1px solid #b6241c;
}

.placeholder--grey::-webkit-input-placeholder {
  color: #eeeeee;
}
.placeholder--grey::-moz-placeholder {
  color: #eeeeee;
}
.placeholder--grey:-moz-placeholder {
  color: #eeeeee;
}
.placeholder--grey:-ms-input-placeholder {
  color: #eeeeee;
}

.placeholder--blue::-webkit-input-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}
.placeholder--blue::-moz-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}
.placeholder--blue:-moz-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}
.placeholder--blue:-ms-input-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}

.margin-top--10 {
  margin-top: 10px !important;
}

.margin-bottom--10 {
  margin-bottom: 10px !important;
}

.margin-top--20 {
  margin-top: 20px !important;
}

.margin-top--40 {
  margin-top: 40px !important;
}

.margin-top--30 {
  margin-top: 30px !important;
}

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

.margin-bottom--40 {
  margin-bottom: 40px !important;
}

.margin-bottom--20 {
  margin-bottom: 20px !important;
}

.margin-left--10 {
  margin-left: 10px !important;
}

.margin-right--10 {
  margin-right: 10px !important;
}

.padding--10 {
  padding: 10px !important;
}

.padding--20 {
  padding: 20px !important;
}

.padding--25 {
  padding: 25px !important;
}

.padding--30 {
  padding: 20px !important;
}

.greyedOut--light {
  color: rgba(255, 255, 255, 0.5) !important;
}

.greyedOut--dark {
  color: rgba(0, 0, 0, 0.5) !important;
}

.img--fullWidth,
.fullWidth {
  width: 100% !important;
}

.fullHeight {
  height: 100% !important;
}

.text--normalSmall {
  font-size: 0.9em;
}

.text--small {
  font-size: 0.8em;
}

.text--verySmall {
  font-size: 0.7em;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.landingPage label,
.landingPage h1,
.cm-footer h1,
.landingPage h2,
.cm-footer h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.h5,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider {
  margin-top: 0;
}

.landingPage h1, .cm-footer h1, .h1 {
  font-size: 39px;
}

.landingPage h2, .cm-footer h2, .h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .landingPage h3, .cm-footer h3, .panel-left-citymapperLogo, .h3 {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .landingPage h4, .cm-footer h4, .h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .landingPage-top-controls a, .landingPage h5, .cm-footer h5, .news-card h3, .panel-left-links .company-link .company-link-title, .h5 {
  font-size: 20px;
}

.switchCity-container .citiesList .cities-switch-button-cityName, .panel-left-sectionDivider {
  font-size: 18px;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.app-icons-container {
  width: 320px;
}

.app-icons-container .app-icon:first-child {
  margin-right: 10px;
}

.app-icon {
  background: no-repeat;
  background-size: 120px auto;
  display: inline-block;
  width: 120px;
  height: 41px;
  border-radius: 4px;
}

.app-icon.app-icon--ios {
  background-image: url(/static/img/marketing/download_appstore@2x.png);
}

.app-icon.app-icon--android {
  background-image: url(/static/img/marketing/download_playstore@2x.png);
}

.app-icon:hover {
  -webkit-transform: scale(1.0416666);
  transform: scale(1.0416666);
  box-shadow: 3px 3px rgba(0, 0, 0, 0.08);
}

.app-store .app-icon:first-child {
  margin-right: 10px;
}

.app-switcherIcons-container {
  width: 140px;
  height: 100%;
}

.app-switcherIcons-container .app-switcherIcon:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: -4px;
}

.cmButton.app-switcherIcon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto 30px;
  border-radius: 0;
  width: 70px;
  height: 100%;
  padding: 10px;
}

.cmButton.app-switcherIcon:first-child {
  width: 69px;
}

.cmButton.app-switcherIcon.app-switcherIcon--ios {
  background-image: url(/static/img/apple-white@2x.png);
  background-position: center top 17px;
}

.cmButton.app-switcherIcon.app-switcherIcon--android {
  background-image: url(/static/img/android-white@2x.png);
}

.cmButton.app-orangeIcon {
  padding: 15px 8px;
  min-width: 130px;
}
.cmButton.app-orangeIcon .btn-label {
  background-size: auto 25px;
  padding: 7px 0 8px 34px;
}

.appIcon--ios {
  background-image: url(/static/img/apple-white@2x.png) !important;
  background-position: left top 3px;
}

.appIcon--android {
  background-image: url(/static/img/android-white@2x.png) !important;
  background-position: left top 4px;
}

.appIcon--ios--orange {
  background-image: url(/static/img/icon_apple@2x.png) !important;
  background-position: left top 3px;
}

.appIcon--android--orange {
  background-image: url(/static/img/icon_android@2x.png) !important;
  background-position: left top 4px;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.visible--tablet {
  display: none;
}
@media (max-width: 990px) {
  .visible--tablet {
    display: block;
  }
}

.visible--mobile {
  display: none;
}
@media (max-width: 480px) {
  .visible--mobile {
    display: block;
  }
}

.hidden--mobile {
  display: block;
}
@media (max-width: 480px) {
  .hidden--mobile {
    display: none;
  }
}

.hidden--tablet {
  display: block;
}
@media (max-width: 990px) {
  .hidden--tablet {
    display: none;
  }
}

@media (min-width: 990px) {
  .visible--desktop--important {
    display: block !important;
  }
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.landingPage label,
.landingPage h1,
.cm-footer h1,
.landingPage h2,
.cm-footer h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.h5,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider {
  margin-top: 0;
}

.landingPage h1, .cm-footer h1, .h1 {
  font-size: 39px;
}

.landingPage h2, .cm-footer h2, .h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .landingPage h3, .cm-footer h3, .panel-left-citymapperLogo, .h3 {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .landingPage h4, .cm-footer h4, .h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .landingPage-top-controls a, .landingPage h5, .cm-footer h5, .news-card h3, .panel-left-links .company-link .company-link-title, .h5 {
  font-size: 20px;
}

.switchCity-container .citiesList .cities-switch-button-cityName, .panel-left-sectionDivider {
  font-size: 18px;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspScrollable:focus {
  outline: none;
}

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 2px;
  width: 8px;
  height: 100%;
  background: transparent;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: transparent;
  position: relative;
}

.jspDrag {
  background: black;
  position: relative;
  top: 0;
  left: -3px;
  cursor: pointer;
  opacity: 0;
  border-radius: 4px;
}

.scrollbars:hover .jspDrag {
  opacity: 0.2;
}

.jspDrag:hover {
  opacity: 0.4;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.landingPage label,
.landingPage h1,
.cm-footer h1,
.landingPage h2,
.cm-footer h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.h5,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider {
  margin-top: 0;
}

.landingPage h1, .cm-footer h1, .h1 {
  font-size: 39px;
}

.landingPage h2, .cm-footer h2, .h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .landingPage h3, .cm-footer h3, .panel-left-citymapperLogo, .h3 {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .landingPage h4, .cm-footer h4, .h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .landingPage-top-controls a, .landingPage h5, .cm-footer h5, .news-card h3, .panel-left-links .company-link .company-link-title, .h5 {
  font-size: 20px;
}

.switchCity-container .citiesList .cities-switch-button-cityName, .panel-left-sectionDivider {
  font-size: 18px;
}

.visible--tablet {
  display: none;
}
@media (max-width: 990px) {
  .visible--tablet {
    display: block;
  }
}

.visible--mobile {
  display: none;
}
@media (max-width: 480px) {
  .visible--mobile {
    display: block;
  }
}

.hidden--mobile {
  display: block;
}
@media (max-width: 480px) {
  .hidden--mobile {
    display: none;
  }
}

.hidden--tablet {
  display: block;
}
@media (max-width: 990px) {
  .hidden--tablet {
    display: none;
  }
}

@media (min-width: 990px) {
  .visible--desktop--important {
    display: block !important;
  }
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
@-webkit-keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
@keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
@-webkit-keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
@keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.landingPage label,
.landingPage h1,
.cm-footer h1,
.landingPage h2,
.cm-footer h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.h5,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider {
  margin-top: 0;
}

.landingPage h1, .cm-footer h1, .h1 {
  font-size: 39px;
}

.landingPage h2, .cm-footer h2, .h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .landingPage h3, .cm-footer h3, .panel-left-citymapperLogo, .h3 {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .landingPage h4, .cm-footer h4, .h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .landingPage-top-controls a, .landingPage h5, .cm-footer h5, .news-card h3, .panel-left-links .company-link .company-link-title, .h5 {
  font-size: 20px;
}

.switchCity-container .citiesList .cities-switch-button-cityName, .panel-left-sectionDivider {
  font-size: 18px;
}

.visible--tablet {
  display: none;
}
@media (max-width: 990px) {
  .visible--tablet {
    display: block;
  }
}

.visible--mobile {
  display: none;
}
@media (max-width: 480px) {
  .visible--mobile {
    display: block;
  }
}

.hidden--mobile {
  display: block;
}
@media (max-width: 480px) {
  .hidden--mobile {
    display: none;
  }
}

.hidden--tablet {
  display: block;
}
@media (max-width: 990px) {
  .hidden--tablet {
    display: none;
  }
}

@media (min-width: 990px) {
  .visible--desktop--important {
    display: block !important;
  }
}

.is-loading {
  padding: 5px 5px 5px 35px;
  background: no-repeat left center;
  background-size: auto 30px;
  min-height: 35px;
  min-width: 35px;
  line-height: 24px;
  color: #777777;
}

.is-loading--small {
  padding-left: 30px;
  background-size: auto 22px;
  line-height: 27px;
}

.is-loading--white {
  background-image: url(/static/img/loading/loading-white.svg);
}

.is-loading--cmBlue {
  background-image: url(/static/img/loading/loading-cmBlue.svg);
}

.is-loading--cmGreen {
  background-image: url(/static/img/loading/loading-cmGreen.svg);
}

.is-loading--cmPurple {
  background-image: url(/static/img/loading/loading-cmPurple.svg);
}

.is-loading--cmOrange {
  background-image: url(/static/img/loading/loading-cmOrange.svg);
}

.Select.is-loading {
  padding: 0;
}

.emoji {
  font-family: sans-serif !important;
  font-size: inherit;
  font-weight: normal;
  color: black;
}

.initially-hidden {
  display: none;
}

.overflow-hidden {
  overflow: hidden !important;
}

.text--left {
  text-align: left !important;
}

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

.text--right {
  text-align: right !important;
}

.text--green {
  color: #37ab2e !important;
}

.text--purple {
  color: #8a5c95 !important;
}

.text--yellow {
  color: #FFCB0A !important;
}

.text--yellow--bright {
  color: #FFD714 !important;
}

.text--blue {
  color: #407394 !important;
}

.text--white {
  color: white !important;
}

.text--lightBlue {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132) !important;
}

.text--darkGrey {
  color: #444444 !important;
}

.background--green {
  background-color: #37ab2e !important;
}

.background--purple {
  background-color: #8a5c95 !important;
}

.background--yellow {
  background-color: #FFCB0A !important;
}

.background--yellow--bright {
  background-color: #FFD714 !important;
}

.background--blue {
  background-color: #407394 !important;
}

.background--white {
  background-color: white !important;
}

.background--lightBlue {
  background-color: rgb(103.9283018868, 155.9867924528, 189.6716981132) !important;
}

.background--darkGrey {
  background-color: #444444 !important;
}

.text--large {
  font-size: 1.2em;
  line-height: 1.1em;
}

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

.text--capitalize {
  text-transform: capitalize;
}

.text--lowercase {
  text-transform: lowercase;
}

.text--error {
  color: #b6241c;
}

.text--editable {
  display: inline-block;
  cursor: text;
  padding: 3px 1px;
}
.text--editable:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.link--text, .section--white a {
  color: #444444 !important;
}

.link--text:hover, .section--white a:hover {
  color: rgba(68, 68, 68, 0.7) !important;
}

.link--white {
  color: white !important;
}

.link--orange {
  color: #f5a623 !important;
}

.link--orange:hover {
  color: rgba(245, 166, 35, 0.7) !important;
}

.link--yellow {
  color: #FFCB0A !important;
}

.link--yellow:hover {
  color: rgba(255, 203, 10, 0.7) !important;
}

.link--yellow--bright {
  color: #FFD714 !important;
}

.link--yellow--bright:hover {
  color: rgba(255, 215, 20, 0.7) !important;
}

.link--blue {
  color: #407394 !important;
}

.link--blue:hover {
  color: rgba(64, 115, 148, 0.7) !important;
}

.link--yellow--pale {
  color: #deb22c !important;
}

.link--yellow--pale:hover {
  color: rgba(222, 178, 44, 0.7) !important;
}

.link--white:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.link--underlined, .landingPage p a {
  text-decoration: underline !important;
}

.link--underlined:hover, .landingPage p a:hover {
  text-decoration: none !important;
}

.background--green {
  background-color: #37ab2e !important;
}

.as-loading-spinner {
  content: "";
  background: white url(/static/img/spinner@2x.png) no-repeat center !important;
  background-size: 25px !important;
  height: 36px !important;
}

.as-loading-spinner--green {
  background: #37ab2e url(/static/img/spinners/spinner_green_big.gif) no-repeat center !important;
}

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

.block {
  display: block;
}

.clear--left {
  clear: left;
}

.clear--right {
  clear: right;
}

.clear--both {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.pull--left {
  float: left;
}

.pull--right {
  float: right;
}

.fixed {
  position: fixed;
}

.fixed--bottom {
  bottom: 0;
}

.fixed--top {
  top: 0;
}

@media (max-width: 480px) {
  .unselectable-on-mobile {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

.clickable,
.clickable:hover {
  cursor: pointer !important;
}

.input--error {
  color: #b6241c;
  border: 1px solid #b6241c;
}

.placeholder--grey::-webkit-input-placeholder {
  color: #eeeeee;
}
.placeholder--grey::-moz-placeholder {
  color: #eeeeee;
}
.placeholder--grey:-moz-placeholder {
  color: #eeeeee;
}
.placeholder--grey:-ms-input-placeholder {
  color: #eeeeee;
}

.placeholder--blue::-webkit-input-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}
.placeholder--blue::-moz-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}
.placeholder--blue:-moz-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}
.placeholder--blue:-ms-input-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}

.margin-top--10 {
  margin-top: 10px !important;
}

.margin-bottom--10 {
  margin-bottom: 10px !important;
}

.margin-top--20 {
  margin-top: 20px !important;
}

.margin-top--40 {
  margin-top: 40px !important;
}

.margin-top--30 {
  margin-top: 30px !important;
}

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

.margin-bottom--40 {
  margin-bottom: 40px !important;
}

.margin-bottom--20 {
  margin-bottom: 20px !important;
}

.margin-left--10 {
  margin-left: 10px !important;
}

.margin-right--10 {
  margin-right: 10px !important;
}

.padding--10 {
  padding: 10px !important;
}

.padding--20 {
  padding: 20px !important;
}

.padding--25 {
  padding: 25px !important;
}

.padding--30 {
  padding: 20px !important;
}

.greyedOut--light {
  color: rgba(255, 255, 255, 0.5) !important;
}

.greyedOut--dark {
  color: rgba(0, 0, 0, 0.5) !important;
}

.img--fullWidth,
.fullWidth {
  width: 100% !important;
}

.fullHeight {
  height: 100% !important;
}

.text--normalSmall {
  font-size: 0.9em;
}

.text--small {
  font-size: 0.8em;
}

.text--verySmall {
  font-size: 0.7em;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.landingPage label,
.landingPage h1,
.cm-footer h1,
.landingPage h2,
.cm-footer h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.h5,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider {
  margin-top: 0;
}

.landingPage h1, .cm-footer h1, .h1 {
  font-size: 39px;
}

.landingPage h2, .cm-footer h2, .h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .landingPage h3, .cm-footer h3, .panel-left-citymapperLogo, .h3 {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .landingPage h4, .cm-footer h4, .h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .landingPage-top-controls a, .landingPage h5, .cm-footer h5, .news-card h3, .panel-left-links .company-link .company-link-title, .h5 {
  font-size: 20px;
}

.switchCity-container .citiesList .cities-switch-button-cityName, .panel-left-sectionDivider {
  font-size: 18px;
}

.visible--tablet {
  display: none;
}
@media (max-width: 990px) {
  .visible--tablet {
    display: block;
  }
}

.visible--mobile {
  display: none;
}
@media (max-width: 480px) {
  .visible--mobile {
    display: block;
  }
}

.hidden--mobile {
  display: block;
}
@media (max-width: 480px) {
  .hidden--mobile {
    display: none;
  }
}

.hidden--tablet {
  display: block;
}
@media (max-width: 990px) {
  .hidden--tablet {
    display: none;
  }
}

@media (min-width: 990px) {
  .visible--desktop--important {
    display: block !important;
  }
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
@-webkit-keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
@keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.landingPage label,
.landingPage h1,
.cm-footer h1,
.landingPage h2,
.cm-footer h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.panel-left-citymapperLogo,
.h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.panel-left-links .company-link .company-link-title,
.h5,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider {
  margin-top: 0;
}

.landingPage h1, .cm-footer h1, .h1 {
  font-size: 39px;
}

.landingPage h2, .cm-footer h2, .h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .landingPage h3, .cm-footer h3, .panel-left-citymapperLogo, .h3 {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .landingPage h4, .cm-footer h4, .h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .landingPage-top-controls a, .landingPage h5, .cm-footer h5, .news-card h3, .panel-left-links .company-link .company-link-title, .h5 {
  font-size: 20px;
}

.switchCity-container .citiesList .cities-switch-button-cityName, .panel-left-sectionDivider {
  font-size: 18px;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.app-icons-container {
  width: 320px;
}

.app-icons-container .app-icon:first-child {
  margin-right: 10px;
}

.app-icon {
  background: no-repeat;
  background-size: 120px auto;
  display: inline-block;
  width: 120px;
  height: 41px;
  border-radius: 4px;
}

.app-icon.app-icon--ios {
  background-image: url(/static/img/marketing/download_appstore@2x.png);
}

.app-icon.app-icon--android {
  background-image: url(/static/img/marketing/download_playstore@2x.png);
}

.app-icon:hover {
  -webkit-transform: scale(1.0416666);
  transform: scale(1.0416666);
  box-shadow: 3px 3px rgba(0, 0, 0, 0.08);
}

.app-store .app-icon:first-child {
  margin-right: 10px;
}

.app-switcherIcons-container {
  width: 140px;
  height: 100%;
}

.app-switcherIcons-container .app-switcherIcon:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: -4px;
}

.cmButton.app-switcherIcon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto 30px;
  border-radius: 0;
  width: 70px;
  height: 100%;
  padding: 10px;
}

.cmButton.app-switcherIcon:first-child {
  width: 69px;
}

.cmButton.app-switcherIcon.app-switcherIcon--ios {
  background-image: url(/static/img/apple-white@2x.png);
  background-position: center top 17px;
}

.cmButton.app-switcherIcon.app-switcherIcon--android {
  background-image: url(/static/img/android-white@2x.png);
}

.cmButton.app-orangeIcon {
  padding: 15px 8px;
  min-width: 130px;
}
.cmButton.app-orangeIcon .btn-label {
  background-size: auto 25px;
  padding: 7px 0 8px 34px;
}

.appIcon--ios {
  background-image: url(/static/img/apple-white@2x.png) !important;
  background-position: left top 3px;
}

.appIcon--android {
  background-image: url(/static/img/android-white@2x.png) !important;
  background-position: left top 4px;
}

.appIcon--ios--orange {
  background-image: url(/static/img/icon_apple@2x.png) !important;
  background-position: left top 3px;
}

.appIcon--android--orange {
  background-image: url(/static/img/icon_android@2x.png) !important;
  background-position: left top 4px;
}

.panel-left-citymapperLogo-section {
  border-bottom: none;
  width: 290px;
  float: left;
}
@media (max-width: 480px) {
  .panel-left-citymapperLogo-section {
    padding: 10px 0;
  }
}

.panel-left-side--purple .panel-left-citymapperLogo-circle {
  background-image: url(/static/img/landing/logo@2x.png);
  background-size: 38px;
}
.panel-left-side--purple .panel-left-citymapperLogo-circle:hover {
  background-image: url(/static/img/landing/logo_white_transparent@2x.png);
}

.panel-left-citymapperLogo-circle.is-halloween,
.panel-left-citymapperLogo-circle.is-halloween:hover {
  background-image: url(/static/img/logo_halloween.png);
  cursor: pointer;
}

.panel-left-citymapperLogo-circle {
  height: 65px;
  background: url(/static/img/cm-logo-icon@2x.png) no-repeat 30px center;
  padding-left: 100px;
  background-size: 50px;
}
@media (max-width: 480px) {
  .panel-left-citymapperLogo-circle {
    padding-left: 80px;
    background-position: left 20px center;
  }
}

.panel-left-citymapperLogo-circle:hover {
  cursor: pointer;
  background-image: url(/static/img/cm-logo-icon-white@2x.png);
}

.panel-left-citymapperLogo {
  line-height: 65px !important;
  color: white;
  display: block;
}
@media (max-width: 480px) {
  .panel-left-citymapperLogo {
    clear: both;
  }
}

.panel-left-citymapperLogo--white--hidden {
  position: absolute;
  left: -9999px;
  background-image: url(/static/img/cm-logo-icon-white@2x.png);
}

.panel-left-side {
  position: relative;
  font-size: 16px;
  float: left;
  width: 250px;
  height: 100%;
  overflow: auto;
  background-color: #407394;
  padding-top: 50px;
}

.panel-left-side-borderContainer {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.1);
  min-height: 100%;
}
@media (max-width: 480px) {
  .panel-left-side-borderContainer {
    border-right: none;
  }
}
.panel-left-side-borderContainer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.panel-left-side.panel-left-side--330 {
  width: 330px;
}
@media (max-width: 480px) {
  .panel-left-side.panel-left-side--330 {
    width: 100%;
  }
}

.panel-left-side.panel-left-side--green {
  background-color: #37ab2e;
  border-right: none;
}

.panel-left-side.panel-left-side--darkGreen {
  background-color: rgb(44.6589861751, 138.8488479263, 37.3511520737);
  border-right: none;
}

.panel-left-side.panel-left-side--purple {
  background-color: #8a5c95;
}

.back-to-city-link {
  font-family: proxima_nova_softbold, sans-serif;
  font-size: 14pt;
  color: white;
}

body.mobile .back-to-city-link {
  display: none;
}

.chevron {
  position: relative;
  height: 11px;
}

.chevron-left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 8px;
}

.chevron-right {
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -5px;
}

.panel-left-side.is-fixed {
  position: fixed;
}
@media (max-width: 990px) {
  .panel-left-side.is-fixed {
    position: relative;
  }
}

.panel-left-footer {
  margin-top: 0;
  position: relative;
  bottom: -30px;
}

.panel-left-footer .citymapperLogo {
  margin: 30px auto 20px;
}

.panel-left-backButton {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 13px 0 13px 30px;
  margin-top: 20px;
  line-height: 21px;
  font-size: 20px !important;
}

.panel-left-backButton:hover {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.panel-left-footer {
  width: 100%;
}

.panel-left-apps {
  padding-top: 30px;
  padding-bottom: 10px;
}

.panel-left-apps .app-icon:first-child {
  margin-right: 10px;
}

@media (max-width: 990px) {
  .panel-left-side {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .panel-left-footer:not(.is-always-visible) {
    display: none;
  }
}
@media (min-width: 990px) {
  .panel-left-links {
    padding-bottom: 140px;
  }
}

.panel-left-links .non-company-links {
  line-height: 16px;
  font-size: 0.9em;
  padding: 30px;
  text-align: left;
}
.panel-left-links .non-company-links:not(a) {
  color: rgba(255, 255, 255, 0.6);
}

.panel-left-links .non-company-links a {
  color: white;
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.panel-left-links .non-company-links a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.panel-left-links .company-link {
  display: block;
  width: 100%;
  height: 70px;
  padding: 20px 30px;
}
@media (max-width: 990px) {
  .panel-left-links .company-link {
    padding: 20px;
  }
}
.panel-left-links .company-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.non-company-links.panel-left-link--withDivider:before,
.company-link.panel-left-link--withDivider:before {
  margin-left: -30px;
}

@media (min-width: 990px) {
  .panel-left-links .panel-left-link--withDivider {
    position: relative;
    margin-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .panel-left-links .panel-left-link--withDivider:before {
    content: "";
    position: absolute;
    top: -26px;
    height: 25px;
    width: 250px;
    background-color: #407394;
    cursor: default;
  }
}

.panel-left-links .company-link.company-link--half {
  width: 50%;
  display: inline-block;
  margin-right: -4px;
  padding: 15px 0;
}
.panel-left-links .company-link.company-link--half:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.panel-left-links .company-link .company-link-title {
  display: block;
  color: white;
  line-height: 30px !important;
}

.panel-left-links .company-link--withSubtitle .company-link-title {
  line-height: normal;
  margin-bottom: 5px;
}

.panel-left-links .company-link.is-active {
  background-color: white;
}

.panel-left-links .company-link:not(.is-active):hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.panel-left-links .company-link.is-active .company-link-title {
  color: #407394;
}

.panel-left-links .company-link--darkGreen.is-active .company-link-title {
  color: #2B8825;
}

.panel-left-links .company-link .company-link-subtitle {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}

.panel-left-links .company-link.company-link--doubleLine .company-link-title {
  margin-top: -10px;
}

.panel-left-sectionDivider {
  color: white;
  width: 330px;
  margin-left: -30px;
  padding: 20px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.do-search .panel-left-sectionDivider:not(.panel-left-sectionDivider--whileRouting) {
  display: none;
}

.do-search .panel-left-sectionDivider--whileRouting {
  display: block;
}

.panel-left-sectionDivider--whileRouting {
  display: none;
  padding: 30px 0 0;
}

.do-search .cityStatusIndicator-container {
  display: none;
}

.panel-left-links .company-link .company-link-title.app-leftPanel-icon {
  background: no-repeat left center;
  background-size: auto 25px;
  font-size: 0.9em !important;
  padding: 5px 0 0 32px;
  display: inline-block;
}

.panel-left-links .company-link-title.app-leftPanel-icon.app-leftPanel-icon--ios {
  background-image: url(/static/img/apple-white@2x.png);
}

.panel-left-links .company-link-title.app-leftPanel-icon.app-leftPanel-icon--android {
  background-image: url(/static/img/android-white@2x.png);
}

.panel-left-menu {
  height: 50px;
  padding: 0 30px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 480px) {
  .panel-left-menu {
    padding: 0 20px;
  }
}
.panel-left-menu .panel-left-burger {
  position: relative;
  float: right;
  font-size: 29px;
}
.panel-left-menu .panel-left-menu-pageTitle {
  width: 230px;
  float: left;
  margin-bottom: 0;
}
.panel-left-menu .panel-left-menu-pageTitle,
.panel-left-menu .panel-left-burger {
  line-height: 50px;
  height: 50px;
}

@media (max-width: 990px) {
  .panel-left-collapse {
    position: relative;
    clear: both;
    display: none;
  }
}

.darkHeader {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  display: block;
  height: 65px;
  background: #444444;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.darkHeader-body {
  padding-top: 65px;
}

.darkHeader-cities a {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  position: relative;
  left: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #FFCB0A;
  line-height: 68px;
  float: left;
  margin-left: 10px;
}

.darkHeader-gobot a {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  position: relative;
  left: 10px;
  font-weight: bold;
  font-size: 16px;
  color: white;
  line-height: 68px;
  float: left;
  margin-left: 50px;
  text-decoration: none;
}

.darkHeader-gobot a::before {
  content: "";
  float: left;
  background-image: url("/static/img/gobot_header@2x.png");
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 15px;
  background-size: 50px 50px;
}

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

.darkHeader .app-switcherIcon--company {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  position: relative;
  right: 20px;
  top: 3px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  color: white;
}
@media (max-width: 600px) {
  .darkHeader .app-switcherIcon--company {
    display: none;
  }
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.landingPage label,
.landingPage h1,
.cm-footer h1,
.landingPage h2,
.cm-footer h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.switchCity-container .citiesList .cities-switch-button-cityName,
.h1,
.h2,
.h3,
.h4,
.h5,
.panel-left-citymapperLogo,
.panel-left-links .company-link .company-link-title,
.panel-left-sectionDivider {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.h3,
.panel-left-citymapperLogo,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.h5,
.panel-left-links .company-link .company-link-title,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider {
  margin-top: 0;
}

.landingPage h1, .cm-footer h1, .h1 {
  font-size: 39px;
}

.landingPage h2, .cm-footer h2, .h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .landingPage h3, .cm-footer h3, .h3, .panel-left-citymapperLogo {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .landingPage h4, .cm-footer h4, .h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .landingPage-top-controls a, .landingPage h5, .cm-footer h5, .news-card h3, .h5, .panel-left-links .company-link .company-link-title {
  font-size: 20px;
}

.switchCity-container .citiesList .cities-switch-button-cityName, .panel-left-sectionDivider {
  font-size: 18px;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
@-webkit-keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
@keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
.visible--tablet {
  display: none;
}
@media (max-width: 990px) {
  .visible--tablet {
    display: block;
  }
}

.visible--mobile {
  display: none;
}
@media (max-width: 480px) {
  .visible--mobile {
    display: block;
  }
}

.hidden--mobile {
  display: block;
}
@media (max-width: 480px) {
  .hidden--mobile {
    display: none;
  }
}

.hidden--tablet {
  display: block;
}
@media (max-width: 990px) {
  .hidden--tablet {
    display: none;
  }
}

@media (min-width: 990px) {
  .visible--desktop--important {
    display: block !important;
  }
}

.next-city-form-container {
  height: auto;
  border-radius: 5px;
  padding: 30px;
}

.next-city-vote-form-container {
  width: 100%;
  max-width: 480px;
  margin: 30px auto;
  color: #444444;
}
.next-city-vote-form-container h1,
.next-city-vote-form-container h2,
.next-city-vote-form-container h3,
.next-city-vote-form-container h4,
.next-city-vote-form-container h5,
.next-city-vote-form-container label {
  color: #444444 !important;
}

.next-city-leaderboard {
  position: relative;
  width: calc(100% + 40px);
  max-width: 480px;
  padding: 20px;
  color: white;
  border-radius: 8px;
  background-color: #37ab2e;
  background-size: 124px auto;
  margin: auto auto auto -20px;
}
@media (max-width: 990px) {
  .next-city-leaderboard {
    width: 100%;
    margin: auto;
  }
}

.next-city-leaderboard-dude {
  width: 124px;
  height: 200px;
  position: absolute;
  right: 25px;
  bottom: 22px;
  background: url(/static/img/leader@2x.png) #38ab2e no-repeat center;
  background-size: 124px auto;
  z-index: 0;
}

.next-city-leaderboard ol {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: normal;
  position: relative;
  z-index: 100;
  margin: 25px 0 12px;
  padding-left: 5px;
  font-size: 1.2em;
  list-style-type: decimal !important;
  list-style-position: inside;
}

.next-city-leaderboard ol li {
  margin-top: 16px;
}

.next-city-subHeader {
  text-align: center;
}

.next-city-subHeader.is-submitted {
  margin-top: 50px;
}

.unreleased-city .ui-state-focus:not(:empty) {
  border: 1px solid transparent;
  color: white !important;
  background-color: #407394 !important;
  font-weight: normal;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.landingPage label,
.landingPage h1,
.cm-footer h1,
.landingPage h2,
.cm-footer h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.switchCity-container .citiesList .cities-switch-button-cityName,
.h1,
.h2,
.h3,
.h4,
.h5,
.panel-left-citymapperLogo,
.panel-left-links .company-link .company-link-title,
.panel-left-sectionDivider {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.h3,
.panel-left-citymapperLogo,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.h5,
.panel-left-links .company-link .company-link-title,
.switchCity-container .citiesList .cities-switch-button-cityName,
.panel-left-sectionDivider {
  margin-top: 0;
}

.landingPage h1, .cm-footer h1, .h1 {
  font-size: 39px;
}

.landingPage h2, .cm-footer h2, .h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .landingPage h3, .cm-footer h3, .h3, .panel-left-citymapperLogo {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .landingPage h4, .cm-footer h4, .h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .landingPage-top-controls a, .landingPage h5, .cm-footer h5, .news-card h3, .h5, .panel-left-links .company-link .company-link-title {
  font-size: 20px;
}

.switchCity-container .citiesList .cities-switch-button-cityName, .panel-left-sectionDivider {
  font-size: 18px;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
@-webkit-keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
@keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
.switchCity-button {
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -15px;
  padding: 8px;
  font-size: 11px !important;
}

.switchCity-container.entity-modal-container {
  padding: 0;
  border: none;
  overflow: visible;
}
.switchCity-container.entity-modal-container .iframe-container {
  border: none;
}
.switchCity-container.entity-modal-container .close-button {
  background-color: #37ab2e;
  top: -15px;
  right: -15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-position: center;
}
.switchCity-container.entity-modal-container .close-button:hover {
  background-color: rgb(44.6589861751, 138.8488479263, 37.3511520737);
}

.switchCity-container .citiesList,
.switchCity-container .voteForm {
  height: 540px;
  overflow: auto;
  border-radius: 5px;
}

.switchCity-container .voteForm {
  background-color: white;
  color: #444444;
  padding: 20px;
  line-height: 1.4em !important;
}
.switchCity-container .voteForm .next-city-leaderboard {
  width: 280px;
  margin: 20px auto auto -20px;
  font-size: 0.9em;
}

.switchCity-container .citiesList {
  background-color: #37ab2e;
}
.switchCity-container .citiesList .cities-switch-button {
  width: 100%;
  border-radius: 0;
  height: 70px;
  background-position: right 15px bottom -15px;
  background-size: auto 80px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.switchCity-container .citiesList .cities-switch-button-cityName {
  margin: 0;
  line-height: 60px;
  text-align: left;
  padding-left: 20px;
}

.switchCity-container.arrowBox:after {
  left: auto;
  right: 25px;
  border-bottom-color: #37ab2e;
}

.switchCity-container-nav {
  width: 100%;
  padding: 10px 20px;
  line-height: 1em;
  height: 60px;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.landingPage label,
.landingPage h1,
.cm-footer h1,
.landingPage h2,
.cm-footer h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.h1,
.h2,
.h3,
.h4,
.h5,
.panel-left-citymapperLogo,
.panel-left-links .company-link .company-link-title,
.panel-left-sectionDivider,
.switchCity-container .citiesList .cities-switch-button-cityName {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.h3,
.panel-left-citymapperLogo,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.h5,
.panel-left-links .company-link .company-link-title,
.panel-left-sectionDivider,
.switchCity-container .citiesList .cities-switch-button-cityName {
  margin-top: 0;
}

.landingPage h1, .cm-footer h1, .h1 {
  font-size: 39px;
}

.landingPage h2, .cm-footer h2, .h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .landingPage h3, .cm-footer h3, .h3, .panel-left-citymapperLogo {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .landingPage h4, .cm-footer h4, .h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .landingPage-top-controls a, .landingPage h5, .cm-footer h5, .news-card h3, .h5, .panel-left-links .company-link .company-link-title {
  font-size: 20px;
}

.panel-left-sectionDivider, .switchCity-container .citiesList .cities-switch-button-cityName {
  font-size: 18px;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.app-icons-container {
  width: 320px;
}

.app-icons-container .app-icon:first-child {
  margin-right: 10px;
}

.app-icon {
  background: no-repeat;
  background-size: 120px auto;
  display: inline-block;
  width: 120px;
  height: 41px;
  border-radius: 4px;
}

.app-icon.app-icon--ios {
  background-image: url(/static/img/marketing/download_appstore@2x.png);
}

.app-icon.app-icon--android {
  background-image: url(/static/img/marketing/download_playstore@2x.png);
}

.app-icon:hover {
  -webkit-transform: scale(1.0416666);
  transform: scale(1.0416666);
  box-shadow: 3px 3px rgba(0, 0, 0, 0.08);
}

.app-store .app-icon:first-child {
  margin-right: 10px;
}

.app-switcherIcons-container {
  width: 140px;
  height: 100%;
}

.app-switcherIcons-container .app-switcherIcon:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: -4px;
}

.cmButton.app-switcherIcon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto 30px;
  border-radius: 0;
  width: 70px;
  height: 100%;
  padding: 10px;
}

.cmButton.app-switcherIcon:first-child {
  width: 69px;
}

.cmButton.app-switcherIcon.app-switcherIcon--ios {
  background-image: url(/static/img/apple-white@2x.png);
  background-position: center top 17px;
}

.cmButton.app-switcherIcon.app-switcherIcon--android {
  background-image: url(/static/img/android-white@2x.png);
}

.cmButton.app-orangeIcon {
  padding: 15px 8px;
  min-width: 130px;
}
.cmButton.app-orangeIcon .btn-label {
  background-size: auto 25px;
  padding: 7px 0 8px 34px;
}

.appIcon--ios {
  background-image: url(/static/img/apple-white@2x.png) !important;
  background-position: left top 3px;
}

.appIcon--android {
  background-image: url(/static/img/android-white@2x.png) !important;
  background-position: left top 4px;
}

.appIcon--ios--orange {
  background-image: url(/static/img/icon_apple@2x.png) !important;
  background-position: left top 3px;
}

.appIcon--android--orange {
  background-image: url(/static/img/icon_android@2x.png) !important;
  background-position: left top 4px;
}

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 3%;
  left: 50%;
  z-index: 800;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  max-height: 95%;
  overflow-y: auto;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 30px;
  padding-top: 25px;
  overflow-y: auto;
  box-sizing: border-box;
  padding-bottom: 0;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  padding-top: 0;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal.entity-modal-container.iframe-modal {
  top: 50%;
  margin-top: -300px;
  width: 600px;
  height: 600px;
  margin-left: -300px;
  background-color: #F6F6F6;
}

.iframe-container {
  width: 95%;
  text-align: center;
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.iframe-container.spinner {
  background-color: #fff;
  background-image: url(/static/img/spinners/white-bg-green@2x.gif);
  background-position: center center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.iframe-modal iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.modal .close-button {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #407394;
  right: 0;
  top: 0;
  z-index: 500;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  background-image: url(/static/img/journey_planner/share/x@2x.png);
  background-position: left 25px top 20px;
  background-repeat: no-repeat;
  background-size: 17px 17px;
}

.modal .close-button:hover {
  background-color: #0D4061;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.visible--tablet {
  display: none;
}
@media (max-width: 990px) {
  .visible--tablet {
    display: block;
  }
}

.visible--mobile {
  display: none;
}
@media (max-width: 480px) {
  .visible--mobile {
    display: block;
  }
}

.hidden--mobile {
  display: block;
}
@media (max-width: 480px) {
  .hidden--mobile {
    display: none;
  }
}

.hidden--tablet {
  display: block;
}
@media (max-width: 990px) {
  .hidden--tablet {
    display: none;
  }
}

@media (min-width: 990px) {
  .visible--desktop--important {
    display: block !important;
  }
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.landingPage label,
.landingPage h1,
.cm-footer h1,
.landingPage h2,
.cm-footer h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.h1,
.h2,
.h3,
.h4,
.h5,
.panel-left-citymapperLogo,
.panel-left-links .company-link .company-link-title,
.panel-left-sectionDivider,
.switchCity-container .citiesList .cities-switch-button-cityName {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.h3,
.panel-left-citymapperLogo,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.h5,
.panel-left-links .company-link .company-link-title,
.panel-left-sectionDivider,
.switchCity-container .citiesList .cities-switch-button-cityName {
  margin-top: 0;
}

.landingPage h1, .cm-footer h1, .h1 {
  font-size: 39px;
}

.landingPage h2, .cm-footer h2, .h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .landingPage h3, .cm-footer h3, .h3, .panel-left-citymapperLogo {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .landingPage h4, .cm-footer h4, .h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .landingPage-top-controls a, .landingPage h5, .cm-footer h5, .news-card h3, .h5, .panel-left-links .company-link .company-link-title {
  font-size: 20px;
}

.panel-left-sectionDivider, .switchCity-container .citiesList .cities-switch-button-cityName {
  font-size: 18px;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
@-webkit-keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
@keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.landingPage label,
.landingPage h1,
.cm-footer h1,
.landingPage h2,
.cm-footer h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.h1,
.h2,
.h3,
.h4,
.h5,
.panel-left-citymapperLogo,
.panel-left-links .company-link .company-link-title,
.panel-left-sectionDivider,
.switchCity-container .citiesList .cities-switch-button-cityName {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.h3,
.panel-left-citymapperLogo,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.h5,
.panel-left-links .company-link .company-link-title,
.panel-left-sectionDivider,
.switchCity-container .citiesList .cities-switch-button-cityName {
  margin-top: 0;
}

.landingPage h1, .cm-footer h1, .h1 {
  font-size: 39px;
}

.landingPage h2, .cm-footer h2, .h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .landingPage h3, .cm-footer h3, .h3, .panel-left-citymapperLogo {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .landingPage h4, .cm-footer h4, .h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .landingPage-top-controls a, .landingPage h5, .cm-footer h5, .news-card h3, .h5, .panel-left-links .company-link .company-link-title {
  font-size: 20px;
}

.panel-left-sectionDivider, .switchCity-container .citiesList .cities-switch-button-cityName {
  font-size: 18px;
}

.visible--tablet {
  display: none;
}
@media (max-width: 990px) {
  .visible--tablet {
    display: block;
  }
}

.visible--mobile {
  display: none;
}
@media (max-width: 480px) {
  .visible--mobile {
    display: block;
  }
}

.hidden--mobile {
  display: block;
}
@media (max-width: 480px) {
  .hidden--mobile {
    display: none;
  }
}

.hidden--tablet {
  display: block;
}
@media (max-width: 990px) {
  .hidden--tablet {
    display: none;
  }
}

@media (min-width: 990px) {
  .visible--desktop--important {
    display: block !important;
  }
}

.is-loading {
  padding: 5px 5px 5px 35px;
  background: no-repeat left center;
  background-size: auto 30px;
  min-height: 35px;
  min-width: 35px;
  line-height: 24px;
  color: #777777;
}

.is-loading--small {
  padding-left: 30px;
  background-size: auto 22px;
  line-height: 27px;
}

.is-loading--white {
  background-image: url(/static/img/loading/loading-white.svg);
}

.is-loading--cmBlue {
  background-image: url(/static/img/loading/loading-cmBlue.svg);
}

.is-loading--cmGreen {
  background-image: url(/static/img/loading/loading-cmGreen.svg);
}

.is-loading--cmPurple {
  background-image: url(/static/img/loading/loading-cmPurple.svg);
}

.is-loading--cmOrange {
  background-image: url(/static/img/loading/loading-cmOrange.svg);
}

.Select.is-loading {
  padding: 0;
}

.emoji {
  font-family: sans-serif !important;
  font-size: inherit;
  font-weight: normal;
  color: black;
}

.initially-hidden {
  display: none;
}

.overflow-hidden {
  overflow: hidden !important;
}

.text--left {
  text-align: left !important;
}

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

.text--right {
  text-align: right !important;
}

.text--green {
  color: #37ab2e !important;
}

.text--purple {
  color: #8a5c95 !important;
}

.text--yellow {
  color: #FFCB0A !important;
}

.text--yellow--bright {
  color: #FFD714 !important;
}

.text--blue {
  color: #407394 !important;
}

.text--white {
  color: white !important;
}

.text--lightBlue {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132) !important;
}

.text--darkGrey {
  color: #444444 !important;
}

.background--green {
  background-color: #37ab2e !important;
}

.background--purple {
  background-color: #8a5c95 !important;
}

.background--yellow {
  background-color: #FFCB0A !important;
}

.background--yellow--bright {
  background-color: #FFD714 !important;
}

.background--blue {
  background-color: #407394 !important;
}

.background--white {
  background-color: white !important;
}

.background--lightBlue {
  background-color: rgb(103.9283018868, 155.9867924528, 189.6716981132) !important;
}

.background--darkGrey {
  background-color: #444444 !important;
}

.text--large {
  font-size: 1.2em;
  line-height: 1.1em;
}

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

.text--capitalize {
  text-transform: capitalize;
}

.text--lowercase {
  text-transform: lowercase;
}

.text--error {
  color: #b6241c;
}

.text--editable {
  display: inline-block;
  cursor: text;
  padding: 3px 1px;
}
.text--editable:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.link--text, .section--white a {
  color: #444444 !important;
}

.link--text:hover, .section--white a:hover {
  color: rgba(68, 68, 68, 0.7) !important;
}

.link--white {
  color: white !important;
}

.link--orange {
  color: #f5a623 !important;
}

.link--orange:hover {
  color: rgba(245, 166, 35, 0.7) !important;
}

.link--yellow {
  color: #FFCB0A !important;
}

.link--yellow:hover {
  color: rgba(255, 203, 10, 0.7) !important;
}

.link--yellow--bright {
  color: #FFD714 !important;
}

.link--yellow--bright:hover {
  color: rgba(255, 215, 20, 0.7) !important;
}

.link--blue {
  color: #407394 !important;
}

.link--blue:hover {
  color: rgba(64, 115, 148, 0.7) !important;
}

.link--yellow--pale {
  color: #deb22c !important;
}

.link--yellow--pale:hover {
  color: rgba(222, 178, 44, 0.7) !important;
}

.link--white:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.link--underlined, .landingPage p a {
  text-decoration: underline !important;
}

.link--underlined:hover, .landingPage p a:hover {
  text-decoration: none !important;
}

.background--green {
  background-color: #37ab2e !important;
}

.as-loading-spinner {
  content: "";
  background: white url(/static/img/spinner@2x.png) no-repeat center !important;
  background-size: 25px !important;
  height: 36px !important;
}

.as-loading-spinner--green {
  background: #37ab2e url(/static/img/spinners/spinner_green_big.gif) no-repeat center !important;
}

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

.block {
  display: block;
}

.clear--left {
  clear: left;
}

.clear--right {
  clear: right;
}

.clear--both {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.pull--left {
  float: left;
}

.pull--right {
  float: right;
}

.fixed {
  position: fixed;
}

.fixed--bottom {
  bottom: 0;
}

.fixed--top {
  top: 0;
}

@media (max-width: 480px) {
  .unselectable-on-mobile {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

.clickable,
.clickable:hover {
  cursor: pointer !important;
}

.input--error {
  color: #b6241c;
  border: 1px solid #b6241c;
}

.placeholder--grey::-webkit-input-placeholder {
  color: #eeeeee;
}
.placeholder--grey::-moz-placeholder {
  color: #eeeeee;
}
.placeholder--grey:-moz-placeholder {
  color: #eeeeee;
}
.placeholder--grey:-ms-input-placeholder {
  color: #eeeeee;
}

.placeholder--blue::-webkit-input-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}
.placeholder--blue::-moz-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}
.placeholder--blue:-moz-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}
.placeholder--blue:-ms-input-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}

.margin-top--10 {
  margin-top: 10px !important;
}

.margin-bottom--10 {
  margin-bottom: 10px !important;
}

.margin-top--20 {
  margin-top: 20px !important;
}

.margin-top--40 {
  margin-top: 40px !important;
}

.margin-top--30 {
  margin-top: 30px !important;
}

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

.margin-bottom--40 {
  margin-bottom: 40px !important;
}

.margin-bottom--20 {
  margin-bottom: 20px !important;
}

.margin-left--10 {
  margin-left: 10px !important;
}

.margin-right--10 {
  margin-right: 10px !important;
}

.padding--10 {
  padding: 10px !important;
}

.padding--20 {
  padding: 20px !important;
}

.padding--25 {
  padding: 25px !important;
}

.padding--30 {
  padding: 20px !important;
}

.greyedOut--light {
  color: rgba(255, 255, 255, 0.5) !important;
}

.greyedOut--dark {
  color: rgba(0, 0, 0, 0.5) !important;
}

.img--fullWidth,
.fullWidth {
  width: 100% !important;
}

.fullHeight {
  height: 100% !important;
}

.text--normalSmall {
  font-size: 0.9em;
}

.text--small {
  font-size: 0.8em;
}

.text--verySmall {
  font-size: 0.7em;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.landingPage label,
.landingPage h1,
.cm-footer h1,
.landingPage h2,
.cm-footer h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.h1,
.h2,
.h3,
.h4,
.h5,
.panel-left-citymapperLogo,
.panel-left-links .company-link .company-link-title,
.panel-left-sectionDivider,
.switchCity-container .citiesList .cities-switch-button-cityName {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.h3,
.panel-left-citymapperLogo,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.h5,
.panel-left-links .company-link .company-link-title,
.panel-left-sectionDivider,
.switchCity-container .citiesList .cities-switch-button-cityName {
  margin-top: 0;
}

.landingPage h1, .cm-footer h1, .h1 {
  font-size: 39px;
}

.landingPage h2, .cm-footer h2, .h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .landingPage h3, .cm-footer h3, .h3, .panel-left-citymapperLogo {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .landingPage h4, .cm-footer h4, .h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .landingPage-top-controls a, .landingPage h5, .cm-footer h5, .news-card h3, .h5, .panel-left-links .company-link .company-link-title {
  font-size: 20px;
}

.panel-left-sectionDivider, .switchCity-container .citiesList .cities-switch-button-cityName {
  font-size: 18px;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
@-webkit-keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
@keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
@-webkit-keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
@keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.landingPage label,
.landingPage h1,
.cm-footer h1,
.landingPage h2,
.cm-footer h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.h1,
.h2,
.h3,
.h4,
.h5,
.panel-left-citymapperLogo,
.panel-left-links .company-link .company-link-title,
.panel-left-sectionDivider,
.switchCity-container .citiesList .cities-switch-button-cityName {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.landingPage h1,
.cm-footer h1,
.h1,
.landingPage h2,
.cm-footer h2,
.h2,
.masonBox-title.masonBox-title--largeWhite,
.landingPage h3,
.cm-footer h3,
.h3,
.panel-left-citymapperLogo,
.masonBox-subtitle,
.masonBox-title,
.landingPage h4,
.cm-footer h4,
.h4,
.masonBox-title.masonBox-title--mediumYellow,
.landingPage-top-controls a,
.landingPage h5,
.cm-footer h5,
.news-card h3,
.h5,
.panel-left-links .company-link .company-link-title,
.panel-left-sectionDivider,
.switchCity-container .citiesList .cities-switch-button-cityName {
  margin-top: 0;
}

.landingPage h1, .cm-footer h1, .h1 {
  font-size: 39px;
}

.landingPage h2, .cm-footer h2, .h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .landingPage h3, .cm-footer h3, .h3, .panel-left-citymapperLogo {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .landingPage h4, .cm-footer h4, .h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .landingPage-top-controls a, .landingPage h5, .cm-footer h5, .news-card h3, .h5, .panel-left-links .company-link .company-link-title {
  font-size: 20px;
}

.panel-left-sectionDivider, .switchCity-container .citiesList .cities-switch-button-cityName {
  font-size: 18px;
}

.visible--tablet {
  display: none;
}
@media (max-width: 990px) {
  .visible--tablet {
    display: block;
  }
}

.visible--mobile {
  display: none;
}
@media (max-width: 480px) {
  .visible--mobile {
    display: block;
  }
}

.hidden--mobile {
  display: block;
}
@media (max-width: 480px) {
  .hidden--mobile {
    display: none;
  }
}

.hidden--tablet {
  display: block;
}
@media (max-width: 990px) {
  .hidden--tablet {
    display: none;
  }
}

@media (min-width: 990px) {
  .visible--desktop--important {
    display: block !important;
  }
}

.is-loading {
  padding: 5px 5px 5px 35px;
  background: no-repeat left center;
  background-size: auto 30px;
  min-height: 35px;
  min-width: 35px;
  line-height: 24px;
  color: #777777;
}

.is-loading--small {
  padding-left: 30px;
  background-size: auto 22px;
  line-height: 27px;
}

.is-loading--white {
  background-image: url(/static/img/loading/loading-white.svg);
}

.is-loading--cmBlue {
  background-image: url(/static/img/loading/loading-cmBlue.svg);
}

.is-loading--cmGreen {
  background-image: url(/static/img/loading/loading-cmGreen.svg);
}

.is-loading--cmPurple {
  background-image: url(/static/img/loading/loading-cmPurple.svg);
}

.is-loading--cmOrange {
  background-image: url(/static/img/loading/loading-cmOrange.svg);
}

.Select.is-loading {
  padding: 0;
}

.emoji {
  font-family: sans-serif !important;
  font-size: inherit;
  font-weight: normal;
  color: black;
}

.initially-hidden {
  display: none;
}

.overflow-hidden {
  overflow: hidden !important;
}

.text--left {
  text-align: left !important;
}

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

.text--right {
  text-align: right !important;
}

.text--green {
  color: #37ab2e !important;
}

.text--purple {
  color: #8a5c95 !important;
}

.text--yellow {
  color: #FFCB0A !important;
}

.text--yellow--bright {
  color: #FFD714 !important;
}

.text--blue {
  color: #407394 !important;
}

.text--white {
  color: white !important;
}

.text--lightBlue {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132) !important;
}

.text--darkGrey {
  color: #444444 !important;
}

.background--green {
  background-color: #37ab2e !important;
}

.background--purple {
  background-color: #8a5c95 !important;
}

.background--yellow {
  background-color: #FFCB0A !important;
}

.background--yellow--bright {
  background-color: #FFD714 !important;
}

.background--blue {
  background-color: #407394 !important;
}

.background--white {
  background-color: white !important;
}

.background--lightBlue {
  background-color: rgb(103.9283018868, 155.9867924528, 189.6716981132) !important;
}

.background--darkGrey {
  background-color: #444444 !important;
}

.text--large {
  font-size: 1.2em;
  line-height: 1.1em;
}

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

.text--capitalize {
  text-transform: capitalize;
}

.text--lowercase {
  text-transform: lowercase;
}

.text--error {
  color: #b6241c;
}

.text--editable {
  display: inline-block;
  cursor: text;
  padding: 3px 1px;
}
.text--editable:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.link--text, .section--white a {
  color: #444444 !important;
}

.link--text:hover, .section--white a:hover {
  color: rgba(68, 68, 68, 0.7) !important;
}

.link--white {
  color: white !important;
}

.link--orange {
  color: #f5a623 !important;
}

.link--orange:hover {
  color: rgba(245, 166, 35, 0.7) !important;
}

.link--yellow {
  color: #FFCB0A !important;
}

.link--yellow:hover {
  color: rgba(255, 203, 10, 0.7) !important;
}

.link--yellow--bright {
  color: #FFD714 !important;
}

.link--yellow--bright:hover {
  color: rgba(255, 215, 20, 0.7) !important;
}

.link--blue {
  color: #407394 !important;
}

.link--blue:hover {
  color: rgba(64, 115, 148, 0.7) !important;
}

.link--yellow--pale {
  color: #deb22c !important;
}

.link--yellow--pale:hover {
  color: rgba(222, 178, 44, 0.7) !important;
}

.link--white:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.link--underlined, .landingPage p a {
  text-decoration: underline !important;
}

.link--underlined:hover, .landingPage p a:hover {
  text-decoration: none !important;
}

.background--green {
  background-color: #37ab2e !important;
}

.as-loading-spinner {
  content: "";
  background: white url(/static/img/spinner@2x.png) no-repeat center !important;
  background-size: 25px !important;
  height: 36px !important;
}

.as-loading-spinner--green {
  background: #37ab2e url(/static/img/spinners/spinner_green_big.gif) no-repeat center !important;
}

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

.block {
  display: block;
}

.clear--left {
  clear: left;
}

.clear--right {
  clear: right;
}

.clear--both {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.pull--left {
  float: left;
}

.pull--right {
  float: right;
}

.fixed {
  position: fixed;
}

.fixed--bottom {
  bottom: 0;
}

.fixed--top {
  top: 0;
}

@media (max-width: 480px) {
  .unselectable-on-mobile {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

.clickable,
.clickable:hover {
  cursor: pointer !important;
}

.input--error {
  color: #b6241c;
  border: 1px solid #b6241c;
}

.placeholder--grey::-webkit-input-placeholder {
  color: #eeeeee;
}
.placeholder--grey::-moz-placeholder {
  color: #eeeeee;
}
.placeholder--grey:-moz-placeholder {
  color: #eeeeee;
}
.placeholder--grey:-ms-input-placeholder {
  color: #eeeeee;
}

.placeholder--blue::-webkit-input-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}
.placeholder--blue::-moz-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}
.placeholder--blue:-moz-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}
.placeholder--blue:-ms-input-placeholder {
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}

.margin-top--10 {
  margin-top: 10px !important;
}

.margin-bottom--10 {
  margin-bottom: 10px !important;
}

.margin-top--20 {
  margin-top: 20px !important;
}

.margin-top--40 {
  margin-top: 40px !important;
}

.margin-top--30 {
  margin-top: 30px !important;
}

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

.margin-bottom--40 {
  margin-bottom: 40px !important;
}

.margin-bottom--20 {
  margin-bottom: 20px !important;
}

.margin-left--10 {
  margin-left: 10px !important;
}

.margin-right--10 {
  margin-right: 10px !important;
}

.padding--10 {
  padding: 10px !important;
}

.padding--20 {
  padding: 20px !important;
}

.padding--25 {
  padding: 25px !important;
}

.padding--30 {
  padding: 20px !important;
}

.greyedOut--light {
  color: rgba(255, 255, 255, 0.5) !important;
}

.greyedOut--dark {
  color: rgba(0, 0, 0, 0.5) !important;
}

.img--fullWidth,
.fullWidth {
  width: 100% !important;
}

.fullHeight {
  height: 100% !important;
}

.text--normalSmall {
  font-size: 0.9em;
}

.text--small {
  font-size: 0.8em;
}

.text--verySmall {
  font-size: 0.7em;
}

.news-list-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 4;
  margin-top: 30px;
}

.news-card-wrapper {
  padding: 10px;
}

p.summary {
  margin-bottom: 30px;
}

.news-card {
  position: relative;
  margin: 0;
  background-color: white;
  color: #444444;
  border-radius: 5px;
  padding: 20px;
  display: block;
  text-decoration: none;
  overflow: auto;
  text-align: left;
  height: 100%;
}
.news-card h1,
.news-card h2,
.news-card h3,
.news-card h4,
.news-card h5 {
  color: #444444;
  margin: 10px 0;
}
.news-card {
  color: #444444 !important;
}

.news-card:hover {
  background-color: #EDF6FD;
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.1);
}

.news-card-coverImage-container {
  width: 100%;
  height: 0;
  padding-bottom: 52.5%;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
}

.news-card-text {
  width: 100%;
}
.news-card-text h5 {
  margin: -10px auto 20px;
}

.news-card-readMore {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  color: #f5a623;
  font-size: 0.8em;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.cm-footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 700;
  transition: all 350ms ease;
  background-color: #444444;
  color: white;
  font-size: 1em;
}
.cm-footer a {
  text-decoration: underline;
  color: white;
}
.cm-footer a:hover {
  text-decoration: none !important;
  color: white;
}
.cm-footer a,
.cm-footer p,
.cm-footer strong,
.cm-footer p strong,
.cm-footer h1,
.cm-footer h2,
.cm-footer h3,
.cm-footer h4,
.cm-footer h5,
.cm-footer h6 {
  color: inherit;
  font-family: "proxima-soft", "BloggerSans", sans-serif !important;
  margin: 10px 0;
}
.cm-footer h1,
.cm-footer h2,
.cm-footer h3,
.cm-footer h4,
.cm-footer h5,
.cm-footer h6 {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
}

.cm-footer.show-all {
  padding: 30px 0;
}

.cm-footer.show-all .cm-footer-cols {
  height: auto;
  overflow: auto;
}

.cm-footer-dude {
  height: 140px;
  display: block;
  margin: auto;
  width: 150px;
  background: no-repeat top center;
  background-size: auto 135px;
}

.cm-footer.show-all .cm-footer-link {
  position: static;
  margin: auto;
  height: 150px;
}

.cm-footer-cols {
  width: 90%;
  margin: auto;
  overflow: hidden;
  height: 0;
}

.cm-footer-company-links {
  font-size: 1.2em;
  line-height: 34px;
}

.cm-footer-col--news {
  margin: auto;
  max-width: 650px;
  width: 100%;
}

.cm-footer-col {
  width: 30%;
  min-width: 330px;
  float: left;
  padding: 0 20px;
}
@media (max-width: 990px) {
  .cm-footer-col {
    width: 100%;
  }
}
.cm-footer-col h1 {
  margin: 20px 0;
}
.cm-footer-col h2 {
  margin: 20px 0;
}

.cm-footer-col.col-middle {
  width: 40%;
}

.cm-footer-cities {
  font-size: 0.9em;
  position: absolute;
  width: 25%;
  top: 30px;
  left: 65px;
}
.cm-footer-cities a {
  display: inline-block;
}
@media (max-width: 990px) {
  .cm-footer-cities {
    width: 100%;
  }
}

.cm-footer-close {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: url(/static/img/icon_close@2x.png) no-repeat center;
  background-size: 15px;
  border: 2px solid white;
  position: absolute;
  top: 30px;
  right: 30px;
}

html {
  height: 100%;
}

* {
  box-sizing: border-box;
}

.landingPage {
  font-size: 16px;
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-weight: normal;
  background-color: #407394;
  width: 100%;
  height: 100%;
  margin: 0;
  color: white;
}
.landingPage a {
  text-decoration: none;
}
.landingPage h1:first-child,
.landingPage h2:first-child,
.landingPage h3:first-child,
.landingPage h4:first-child,
.landingPage h5:first-child {
  margin-top: 0;
}
.landingPage h1:last-child,
.landingPage h2:last-child,
.landingPage h3:last-child,
.landingPage h4:last-child,
.landingPage h5:last-child {
  margin-bottom: 0;
}
.landingPage p,
.landingPage p em {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1.4em;
}
.landingPage p a {
  color: inherit;
}
.landingPage p strong {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-weight: bold;
}

.landingPage-top-controls {
  margin-bottom: 20px;
}
.landingPage-masonDivider {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  margin-left: -1px;
}

.landingPage.landingPage--mobile {
  overflow: auto;
  margin-top: 50px;
}

.landingPage.landingPage--purple {
  background-color: #8a5c95;
}

.landingPage.landingPage--green {
  background-color: #37ab2e;
}

.landingPage.landingPage--darkGreen {
  background-color: rgb(44.6589861751, 138.8488479263, 37.3511520737);
}

.container--landingPage {
  height: auto;
  overflow: hidden;
}

.container--withAppSwitcher {
  padding-top: 65px;
}
@media (max-width: 480px) {
  .container--withAppSwitcher {
    padding-top: 0;
  }
}

.landingPage-section-right {
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 990px) {
  .landingPage-section-right {
    padding-left: 250px;
  }
}

.landingPage-section-right--greenPanel {
  width: 100%;
}
@media (min-width: 990px) {
  .landingPage-section-right--greenPanel {
    padding-left: 330px;
  }
}

.landingPage:empty {
  background-image: url(/static/img/spinner_navy_bg.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.landingPage--darkGreen:empty {
  background-image: url(/static/img/spinner_green.gif);
}

.landingPage-section-right-main {
  width: 100%;
  max-width: 770px;
  min-width: 400px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  float: left;
}

.landingPage-section-right-main,
.landingPage-paddedSection {
  padding: 50px 50px 200px 50px;
}
@media (max-width: 990px) {
  .landingPage-section-right-main,
  .landingPage-paddedSection {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .landingPage-section-right-main,
  .landingPage-paddedSection {
    padding: 20px;
  }
}

.landingPage-section-right-main.is-alone {
  width: 100%;
}

.landingPage-section-right-main.landingPage-section-right-main--allTheWay {
  max-width: 950px;
}

.landingPage-section-right-panel {
  width: 347px;
  display: inline-block;
  vertical-align: top;
  padding: 50px 30px;
  text-align: left;
}

.landingPage-section-right-panel.landingPage-section-right-panel--voteForYourCity {
  padding: 10px;
}

.landingPage--header {
  margin-top: 20px;
  width: 100%;
}

.landingPage--footer {
  margin-top: 20px;
  width: 100%;
}

.landingPage .landingPage-sectionTitle {
  margin-top: 30px;
  color: white;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.landingPage .landingPage-sectionTitle:first-child {
  margin-top: 0;
}

.landingPage-sectionTitle:after {
  content: "";
  display: block;
  height: 6px;
  border-radius: 8px;
  background-color: white;
  width: 100%;
  margin-top: 6px;
}

@media (max-width: 990px) {
  body.landingPage,
  .container--landingPage {
    height: auto;
  }
  .landingPage-section-right,
  .landingPage-section-right-main,
  .landingPage-section-right-panel {
    width: 100%;
  }
  .landingPage-section-right {
    height: auto;
    min-height: 100%;
  }
  .landingPage-section-right-main {
    min-width: 0;
    max-width: 100%;
  }
}
.landingPage--cities h1,
.landingPage--cities h2,
.landingPage--cities h3,
.landingPage--cities h4,
.landingPage--cities h5 {
  margin: 10px 0;
}
.landingPage--cities .landingPage-section-right-main {
  float: left;
}

.cmButton.cities-switch-button {
  margin: 5px;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: auto 100px;
  height: 160px;
  width: 115px;
  font-weight: normal;
}

.cities-switch-button-cityName {
  margin-top: 110px;
  text-align: center;
}

.landingPage-section-right.landingPage-section-right--cities {
  width: 100%;
}
.landingPage-section-right.landingPage-section-right--cities .landingPage-section-right-main {
  width: calc(100% - 347px);
  max-width: 100%;
}
@media (max-width: 990px) {
  .landingPage-section-right.landingPage-section-right--cities .landingPage-section-right-main {
    width: 100%;
  }
}

.landingPage-section-right.is-full {
  width: 100%;
  padding-left: 0;
}
.landingPage-section-right.is-full .landingPage-section-right-main {
  float: none;
  margin: auto;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.masonBox-title.masonBox-title--largeWhite,
.masonBox-subtitle,
.masonBox-title,
.masonBox-title.masonBox-title--mediumYellow,
.h1,
.h2,
.h3,
.h4,
.h5,
.panel-left-citymapperLogo,
.panel-left-links .company-link .company-link-title,
.panel-left-sectionDivider,
.switchCity-container .citiesList .cities-switch-button-cityName,
.news-card h3,
.cm-footer h1,
.cm-footer h2,
.cm-footer h3,
.cm-footer h4,
.cm-footer h5,
.landingPage h1,
.landingPage h2,
.landingPage h3,
.landingPage h4,
.landingPage h5, .landingPage label,
.landingPage-top-controls a {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.h1,
.cm-footer h1,
.landingPage h1,
.h2,
.cm-footer h2,
.landingPage h2,
.masonBox-title.masonBox-title--largeWhite,
.h3,
.panel-left-citymapperLogo,
.cm-footer h3,
.landingPage h3,
.masonBox-subtitle,
.masonBox-title,
.h4,
.cm-footer h4,
.landingPage h4,
.masonBox-title.masonBox-title--mediumYellow,
.h5,
.panel-left-links .company-link .company-link-title,
.news-card h3,
.cm-footer h5,
.landingPage h5,
.landingPage-top-controls a,
.panel-left-sectionDivider,
.switchCity-container .citiesList .cities-switch-button-cityName {
  margin-top: 0;
}

.h1, .cm-footer h1, .landingPage h1 {
  font-size: 39px;
}

.h2, .cm-footer h2, .landingPage h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .h3, .panel-left-citymapperLogo, .cm-footer h3, .landingPage h3 {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .h4, .cm-footer h4, .landingPage h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .h5, .panel-left-links .company-link .company-link-title, .news-card h3, .cm-footer h5, .landingPage h5, .landingPage-top-controls a {
  font-size: 20px;
}

.panel-left-sectionDivider, .switchCity-container .citiesList .cities-switch-button-cityName {
  font-size: 18px;
}

.visible--tablet {
  display: none;
}
@media (max-width: 990px) {
  .visible--tablet {
    display: block;
  }
}

.visible--mobile {
  display: none;
}
@media (max-width: 480px) {
  .visible--mobile {
    display: block;
  }
}

.hidden--mobile {
  display: block;
}
@media (max-width: 480px) {
  .hidden--mobile {
    display: none;
  }
}

.hidden--tablet {
  display: block;
}
@media (max-width: 990px) {
  .hidden--tablet {
    display: none;
  }
}

@media (min-width: 990px) {
  .visible--desktop--important {
    display: block !important;
  }
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
@-webkit-keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
@keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.masonBox-title.masonBox-title--largeWhite,
.masonBox-subtitle,
.masonBox-title,
.masonBox-title.masonBox-title--mediumYellow,
.h1,
.h2,
.h3,
.h4,
.h5,
.panel-left-citymapperLogo,
.panel-left-links .company-link .company-link-title,
.panel-left-sectionDivider,
.switchCity-container .citiesList .cities-switch-button-cityName,
.news-card h3,
.cm-footer h1,
.cm-footer h2,
.cm-footer h3,
.cm-footer h4,
.cm-footer h5,
.landingPage h1,
.landingPage h2,
.landingPage h3,
.landingPage h4,
.landingPage h5, .landingPage label,
.landingPage-top-controls a {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.h1,
.cm-footer h1,
.landingPage h1,
.h2,
.cm-footer h2,
.landingPage h2,
.masonBox-title.masonBox-title--largeWhite,
.h3,
.panel-left-citymapperLogo,
.cm-footer h3,
.landingPage h3,
.masonBox-subtitle,
.masonBox-title,
.h4,
.cm-footer h4,
.landingPage h4,
.masonBox-title.masonBox-title--mediumYellow,
.h5,
.panel-left-links .company-link .company-link-title,
.news-card h3,
.cm-footer h5,
.landingPage h5,
.landingPage-top-controls a,
.panel-left-sectionDivider,
.switchCity-container .citiesList .cities-switch-button-cityName {
  margin-top: 0;
}

.h1, .cm-footer h1, .landingPage h1 {
  font-size: 39px;
}

.h2, .cm-footer h2, .landingPage h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .h3, .panel-left-citymapperLogo, .cm-footer h3, .landingPage h3 {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .h4, .cm-footer h4, .landingPage h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .h5, .panel-left-links .company-link .company-link-title, .news-card h3, .cm-footer h5, .landingPage h5, .landingPage-top-controls a {
  font-size: 20px;
}

.panel-left-sectionDivider, .switchCity-container .citiesList .cities-switch-button-cityName {
  font-size: 18px;
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.app-icons-container {
  width: 320px;
}

.app-icons-container .app-icon:first-child {
  margin-right: 10px;
}

.app-icon {
  background: no-repeat;
  background-size: 120px auto;
  display: inline-block;
  width: 120px;
  height: 41px;
  border-radius: 4px;
}

.app-icon.app-icon--ios {
  background-image: url(/static/img/marketing/download_appstore@2x.png);
}

.app-icon.app-icon--android {
  background-image: url(/static/img/marketing/download_playstore@2x.png);
}

.app-icon:hover {
  -webkit-transform: scale(1.0416666);
  transform: scale(1.0416666);
  box-shadow: 3px 3px rgba(0, 0, 0, 0.08);
}

.app-store .app-icon:first-child {
  margin-right: 10px;
}

.app-switcherIcons-container {
  width: 140px;
  height: 100%;
}

.app-switcherIcons-container .app-switcherIcon:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: -4px;
}

.cmButton.app-switcherIcon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto 30px;
  border-radius: 0;
  width: 70px;
  height: 100%;
  padding: 10px;
}

.cmButton.app-switcherIcon:first-child {
  width: 69px;
}

.cmButton.app-switcherIcon.app-switcherIcon--ios {
  background-image: url(/static/img/apple-white@2x.png);
  background-position: center top 17px;
}

.cmButton.app-switcherIcon.app-switcherIcon--android {
  background-image: url(/static/img/android-white@2x.png);
}

.cmButton.app-orangeIcon {
  padding: 15px 8px;
  min-width: 130px;
}
.cmButton.app-orangeIcon .btn-label {
  background-size: auto 25px;
  padding: 7px 0 8px 34px;
}

.appIcon--ios {
  background-image: url(/static/img/apple-white@2x.png) !important;
  background-position: left top 3px;
}

.appIcon--android {
  background-image: url(/static/img/android-white@2x.png) !important;
  background-position: left top 4px;
}

.appIcon--ios--orange {
  background-image: url(/static/img/icon_apple@2x.png) !important;
  background-position: left top 3px;
}

.appIcon--android--orange {
  background-image: url(/static/img/icon_android@2x.png) !important;
  background-position: left top 4px;
}

.panel-left-citymapperLogo-section {
  border-bottom: none;
  width: 290px;
  float: left;
}
@media (max-width: 480px) {
  .panel-left-citymapperLogo-section {
    padding: 10px 0;
  }
}

.panel-left-side--purple .panel-left-citymapperLogo-circle {
  background-image: url(/static/img/landing/logo@2x.png);
  background-size: 38px;
}
.panel-left-side--purple .panel-left-citymapperLogo-circle:hover {
  background-image: url(/static/img/landing/logo_white_transparent@2x.png);
}

.panel-left-citymapperLogo-circle.is-halloween,
.panel-left-citymapperLogo-circle.is-halloween:hover {
  background-image: url(/static/img/logo_halloween.png);
  cursor: pointer;
}

.panel-left-citymapperLogo-circle {
  height: 65px;
  background: url(/static/img/cm-logo-icon@2x.png) no-repeat 30px center;
  padding-left: 100px;
  background-size: 50px;
}
@media (max-width: 480px) {
  .panel-left-citymapperLogo-circle {
    padding-left: 80px;
    background-position: left 20px center;
  }
}

.panel-left-citymapperLogo-circle:hover {
  cursor: pointer;
  background-image: url(/static/img/cm-logo-icon-white@2x.png);
}

.panel-left-citymapperLogo {
  line-height: 65px !important;
  color: white;
  display: block;
}
@media (max-width: 480px) {
  .panel-left-citymapperLogo {
    clear: both;
  }
}

.panel-left-citymapperLogo--white--hidden {
  position: absolute;
  left: -9999px;
  background-image: url(/static/img/cm-logo-icon-white@2x.png);
}

.panel-left-side {
  position: relative;
  font-size: 16px;
  float: left;
  width: 250px;
  height: 100%;
  overflow: auto;
  background-color: #407394;
  padding-top: 50px;
}

.panel-left-side-borderContainer {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.1);
  min-height: 100%;
}
@media (max-width: 480px) {
  .panel-left-side-borderContainer {
    border-right: none;
  }
}
.panel-left-side-borderContainer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.panel-left-side.panel-left-side--330 {
  width: 330px;
}
@media (max-width: 480px) {
  .panel-left-side.panel-left-side--330 {
    width: 100%;
  }
}

.panel-left-side.panel-left-side--green {
  background-color: #37ab2e;
  border-right: none;
}

.panel-left-side.panel-left-side--darkGreen {
  background-color: rgb(44.6589861751, 138.8488479263, 37.3511520737);
  border-right: none;
}

.panel-left-side.panel-left-side--purple {
  background-color: #8a5c95;
}

.back-to-city-link {
  font-family: proxima_nova_softbold, sans-serif;
  font-size: 14pt;
  color: white;
}

body.mobile .back-to-city-link {
  display: none;
}

.chevron {
  position: relative;
  height: 11px;
}

.chevron-left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 8px;
}

.chevron-right {
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -5px;
}

.panel-left-side.is-fixed {
  position: fixed;
}
@media (max-width: 990px) {
  .panel-left-side.is-fixed {
    position: relative;
  }
}

.panel-left-footer {
  margin-top: 0;
  position: relative;
  bottom: -30px;
}

.panel-left-footer .citymapperLogo {
  margin: 30px auto 20px;
}

.panel-left-backButton {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 13px 0 13px 30px;
  margin-top: 20px;
  line-height: 21px;
  font-size: 20px !important;
}

.panel-left-backButton:hover {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.panel-left-footer {
  width: 100%;
}

.panel-left-apps {
  padding-top: 30px;
  padding-bottom: 10px;
}

.panel-left-apps .app-icon:first-child {
  margin-right: 10px;
}

@media (max-width: 990px) {
  .panel-left-side {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .panel-left-footer:not(.is-always-visible) {
    display: none;
  }
}
@media (min-width: 990px) {
  .panel-left-links {
    padding-bottom: 140px;
  }
}

.panel-left-links .non-company-links {
  line-height: 16px;
  font-size: 0.9em;
  padding: 30px;
  text-align: left;
}
.panel-left-links .non-company-links:not(a) {
  color: rgba(255, 255, 255, 0.6);
}

.panel-left-links .non-company-links a {
  color: white;
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.panel-left-links .non-company-links a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.panel-left-links .company-link {
  display: block;
  width: 100%;
  height: 70px;
  padding: 20px 30px;
}
@media (max-width: 990px) {
  .panel-left-links .company-link {
    padding: 20px;
  }
}
.panel-left-links .company-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.non-company-links.panel-left-link--withDivider:before,
.company-link.panel-left-link--withDivider:before {
  margin-left: -30px;
}

@media (min-width: 990px) {
  .panel-left-links .panel-left-link--withDivider {
    position: relative;
    margin-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .panel-left-links .panel-left-link--withDivider:before {
    content: "";
    position: absolute;
    top: -26px;
    height: 25px;
    width: 250px;
    background-color: #407394;
    cursor: default;
  }
}

.panel-left-links .company-link.company-link--half {
  width: 50%;
  display: inline-block;
  margin-right: -4px;
  padding: 15px 0;
}
.panel-left-links .company-link.company-link--half:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.panel-left-links .company-link .company-link-title {
  display: block;
  color: white;
  line-height: 30px !important;
}

.panel-left-links .company-link--withSubtitle .company-link-title {
  line-height: normal;
  margin-bottom: 5px;
}

.panel-left-links .company-link.is-active {
  background-color: white;
}

.panel-left-links .company-link:not(.is-active):hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.panel-left-links .company-link.is-active .company-link-title {
  color: #407394;
}

.panel-left-links .company-link--darkGreen.is-active .company-link-title {
  color: #2B8825;
}

.panel-left-links .company-link .company-link-subtitle {
  font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
  color: rgb(103.9283018868, 155.9867924528, 189.6716981132);
}

.panel-left-links .company-link.company-link--doubleLine .company-link-title {
  margin-top: -10px;
}

.panel-left-sectionDivider {
  color: white;
  width: 330px;
  margin-left: -30px;
  padding: 20px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.do-search .panel-left-sectionDivider:not(.panel-left-sectionDivider--whileRouting) {
  display: none;
}

.do-search .panel-left-sectionDivider--whileRouting {
  display: block;
}

.panel-left-sectionDivider--whileRouting {
  display: none;
  padding: 30px 0 0;
}

.do-search .cityStatusIndicator-container {
  display: none;
}

.panel-left-links .company-link .company-link-title.app-leftPanel-icon {
  background: no-repeat left center;
  background-size: auto 25px;
  font-size: 0.9em !important;
  padding: 5px 0 0 32px;
  display: inline-block;
}

.panel-left-links .company-link-title.app-leftPanel-icon.app-leftPanel-icon--ios {
  background-image: url(/static/img/apple-white@2x.png);
}

.panel-left-links .company-link-title.app-leftPanel-icon.app-leftPanel-icon--android {
  background-image: url(/static/img/android-white@2x.png);
}

.panel-left-menu {
  height: 50px;
  padding: 0 30px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 480px) {
  .panel-left-menu {
    padding: 0 20px;
  }
}
.panel-left-menu .panel-left-burger {
  position: relative;
  float: right;
  font-size: 29px;
}
.panel-left-menu .panel-left-menu-pageTitle {
  width: 230px;
  float: left;
  margin-bottom: 0;
}
.panel-left-menu .panel-left-menu-pageTitle,
.panel-left-menu .panel-left-burger {
  line-height: 50px;
  height: 50px;
}

@media (max-width: 990px) {
  .panel-left-collapse {
    position: relative;
    clear: both;
    display: none;
  }
}

/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
@-webkit-keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
@keyframes flash-green {
  0% {
    background-color: #38ab2e;
    box-shadow: inset 2px 2px #329a2a;
  }
  100% {
    background-color: white;
    box-shadow: inset 2px 2px #f5f5f5;
  }
}
/* This list is helpful for generating different opacity classes in a loop - see buttons.scss */
.masonBox-title.masonBox-title--largeWhite,
.masonBox-subtitle,
.masonBox-title,
.masonBox-title.masonBox-title--mediumYellow,
.h1,
.h2,
.h3,
.h4,
.h5,
.panel-left-citymapperLogo,
.panel-left-links .company-link .company-link-title,
.panel-left-sectionDivider,
.switchCity-container .citiesList .cities-switch-button-cityName,
.news-card h3,
.cm-footer h1,
.cm-footer h2,
.cm-footer h3,
.cm-footer h4,
.cm-footer h5,
.landingPage h1,
.landingPage h2,
.landingPage h3,
.landingPage h4,
.landingPage h5, .landingPage label,
.landingPage-top-controls a {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  line-height: 110%;
}

.h1,
.cm-footer h1,
.landingPage h1,
.h2,
.cm-footer h2,
.landingPage h2,
.masonBox-title.masonBox-title--largeWhite,
.h3,
.panel-left-citymapperLogo,
.cm-footer h3,
.landingPage h3,
.masonBox-subtitle,
.masonBox-title,
.h4,
.cm-footer h4,
.landingPage h4,
.masonBox-title.masonBox-title--mediumYellow,
.h5,
.panel-left-links .company-link .company-link-title,
.news-card h3,
.cm-footer h5,
.landingPage h5,
.landingPage-top-controls a,
.panel-left-sectionDivider,
.switchCity-container .citiesList .cities-switch-button-cityName {
  margin-top: 0;
}

.h1, .cm-footer h1, .landingPage h1 {
  font-size: 39px;
}

.h2, .cm-footer h2, .landingPage h2 {
  font-size: 34px;
}

.masonBox-title.masonBox-title--largeWhite, .h3, .panel-left-citymapperLogo, .cm-footer h3, .landingPage h3 {
  font-size: 29px;
}

.masonBox-subtitle, .masonBox-title, .h4, .cm-footer h4, .landingPage h4 {
  font-size: 24px;
}

.masonBox-title.masonBox-title--mediumYellow, .h5, .panel-left-links .company-link .company-link-title, .news-card h3, .cm-footer h5, .landingPage h5, .landingPage-top-controls a {
  font-size: 20px;
}

.panel-left-sectionDivider, .switchCity-container .citiesList .cities-switch-button-cityName {
  font-size: 18px;
}

.visible--tablet {
  display: none;
}
@media (max-width: 990px) {
  .visible--tablet {
    display: block;
  }
}

.visible--mobile {
  display: none;
}
@media (max-width: 480px) {
  .visible--mobile {
    display: block;
  }
}

.hidden--mobile {
  display: block;
}
@media (max-width: 480px) {
  .hidden--mobile {
    display: none;
  }
}

.hidden--tablet {
  display: block;
}
@media (max-width: 990px) {
  .hidden--tablet {
    display: none;
  }
}

@media (min-width: 990px) {
  .visible--desktop--important {
    display: block !important;
  }
}

.masonBox {
  width: 50%;
}
@media (max-width: 990px) {
  .masonBox {
    width: 100%;
  }
}
.masonBox {
  padding: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}

.masonBox:first-child {
  border-top: none;
}

@media (min-width: 990px) {
  .masonBox:nth-child(2) {
    border-top: none;
  }
}

.masonBox-title {
  line-height: 1.4em;
  color: white;
  max-width: 300px;
}
.masonBox-title p {
  font-weight: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
}
.masonBox-title p:first-child {
  margin-top: 0;
}

.masonBox-title.masonBox-title--largeWhite {
  color: white;
  line-height: 1.2em;
}

.masonBox-title.masonBox-title--mediumYellow {
  color: #FFD714;
}

.masonBox-title.masonBox-title--largeWhite p,
.masonBox-title.masonBox-title--mediumYellow p {
  line-height: 1.2em;
}

.masonBox-subtitle {
  color: #FFD714;
  margin-bottom: 30px;
}

.masonBox-comment {
  font-family: "proxima-soft", "BloggerSans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: white;
}

.masonBox-comment.masonBox-comment--review {
  padding-left: 90px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: url(/static/img/word_on_street/stars@2x.png) no-repeat left top 5px;
  background-size: 80px;
}

.masonBox-comment.masonBox-comment--review--oneStar {
  padding-left: 90px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: url(/static/img/word_on_street/stars_onestar@2x.png) no-repeat left top 5px;
  background-size: 80px;
}

.masonBox-image:not(.masonBox-image--ownWidth) {
  width: 100%;
}

.masonBox-imageBox,
.masonBox-image {
  display: inline-block;
}
.masonBox-imageBox img,
.masonBox-imageBox iframe,
.masonBox-image img,
.masonBox-image iframe {
  width: 100%;
}
.masonBox-imageBox iframe,
.masonBox-image iframe {
  min-height: 200px;
}

.masonBox-imageBox {
  border-radius: 20px;
  border: 8px solid white;
  overflow: hidden;
  width: 100%;
}
.masonBox-imageBox img,
.masonBox-imageBox iframe {
  margin-bottom: -5px;
}

.masonBox-image.masonBox-image--small {
  width: 120px;
}

.masonBox-image.masonBox-image--medium {
  width: 150px;
}

.masonBox-image.masonBox-image--large {
  width: 200px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.wordPage-reviewContainer {
  position: relative;
  width: 100%;
  margin-top: 15px;
  visibility: hidden;
}

.wordPage-wordWorld {
  width: 100%;
  overflow: hidden;
}
.wordPage-wordWorld img {
  width: 100%;
  display: none;
}
.wordPage-wordWorld img:first-child {
  display: inline-block;
}
.wordPage-wordWorld {
  background: url(/static/img/word_on_street/00_worldmap.png) no-repeat center;
  background-size: contain;
}

@media (min-width: 990px) {
  .landingPage-paddedSection.wordPage-hero-container {
    padding: 10px 30px 0 50px;
  }
}

.wordPage-hero-container,
.wordPage-hero-borderContainer,
.wordPage-hero {
  margin: auto;
  width: 100%;
}

.wordPage-hero-container,
.wordPage-hero-borderContainer {
  max-width: 1087px;
}

.wordPage-hero-borderContainer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.wordPage-hero {
  min-height: 300px;
  margin: auto;
  max-width: 736px;
  padding-right: 410px;
  padding-top: 85px;
  background: url(/static/img/marketing/phones2016@2x.png) no-repeat right 31px bottom;
  background-size: auto 270px;
}
.wordPage-hero h1 {
  margin-bottom: 25px;
}
.wordPage-hero .app-orangeIcon--ios {
  margin-right: 20px;
}
.wordPage-hero .app-orangeIcon {
  width: 150px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .wordPage-hero .app-orangeIcon {
    width: 130px;
  }
}
@media (max-width: 785px) {
  .wordPage-hero {
    padding: 20px 0 50px 0;
    min-height: 0;
    background: none;
    text-align: center;
    height: auto;
  }
}

.wordPage-wordWorld.slick-initialized img {
  display: inline-block;
}

.landingPage-section-right-panel.wordPage-right-panel iframe,
.landingPage-section-right-panel.wordPage-right-panel .btn--fullWidth {
  max-width: 524px !important;
}
.landingPage-section-right-panel.wordPage-right-panel iframe {
  margin: auto !important;
  width: 100% !important;
}
@media (min-width: 815px) {
  .landingPage-section-right-panel.wordPage-right-panel {
    width: 347px;
  }
}

@media (min-width: 815px) {
  .landingPage-section-right-main.wordPage-main {
    width: calc(100% - 347px);
  }
}
.landingPage-section-right-main.wordPage-main .slick-prev:before,
.landingPage-section-right-main.wordPage-main .slick-next:before {
  content: "";
}
.landingPage-section-right-main.wordPage-main .slick-prev, .landingPage-section-right-main.wordPage-main .slick-next {
  position: absolute;
  background: transparent no-repeat center;
  background-size: 23px;
  border: none;
  height: 50px;
  width: 50px;
  outline: none !important;
  cursor: pointer;
  top: 50%;
  margin-top: -25px !important;
  z-index: 300;
  border-radius: 50%;
  color: transparent;
}
.landingPage-section-right-main.wordPage-main .slick-prev:hover, .landingPage-section-right-main.wordPage-main .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.landingPage-section-right-main.wordPage-main .slick-prev {
  left: 0;
  background-image: url(/static/img/word_on_street/arrow_left@2x.png);
  background-position: right 16px center;
}
.landingPage-section-right-main.wordPage-main .slick-next {
  right: 0;
  background-image: url(/static/img/word_on_street/arrow_right@2x.png);
  background-position: left 16px center;
}

.wordPage-main .masonBox-title {
  margin: 30px 0 10px 0;
}

.wordPage-main .masonBox-title:first-child {
  margin-top: 0;
}

@media (max-width: 1085px) {
  .wordPage-reviewContainer .masonBox {
    width: 100%;
  }
}

@media (max-width: 1085px) {
  .wordPage-reviewContainer .landingPage-masonDivider {
    display: none;
  }
}