/* vendor font locations */
@use "sass:math";
/* media query mixin */
/* get rid of list formatting */
/* prevent long links from breaking out of container */
/* creates a colored circle with an icon in the middle */
/* formats the placeholder text within an input field */
.streetcar-safety-intro {
  margin-top: 25px !important; }

.streetcar-safety-hero .home-hero__text-wrap {
  padding: 7% 30px; }

.streetcar-safety-hero .home-hero__text-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto; }

.streetcar-safety-hero .home-hero__text {
  left: 0;
  width: 560px; }
  .streetcar-safety-hero .home-hero__text h2 {
    margin-bottom: 30px; }
  .streetcar-safety-hero .home-hero__text-link {
    margin-top: 40px; }

.streetcar-safety-hero .home-hero__text-mobile {
  padding: 50px 0; }

.streetcar-safety-tips {
  color: white; }

.streetcar-safety-safetytips-wrap .container {
  max-width: 1500px; }

.streetcar-safety-safetytips h2 {
  text-align: center;
  margin-bottom: 50px; }

.streetcar-safety-safetytips__content-img {
  position: relative; }
  @media (max-width: 850px) {
    .streetcar-safety-safetytips__content-img {
      display: none; } }
  .streetcar-safety-safetytips__content-img-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .streetcar-safety-safetytips__content-img-map > a {
      display: block;
      width: 33.3333%;
      height: 100%; }

.streetcar-safety-safetytips__content-text {
  display: flex; }
  @media (max-width: 850px) {
    .streetcar-safety-safetytips__content-text {
      flex-direction: column;
      gap: 50px; } }
  .streetcar-safety-safetytips__content-text > div {
    position: relative;
    width: 33.3333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 15px 0; }
    @media (max-width: 850px) {
      .streetcar-safety-safetytips__content-text > div {
        width: 100%;
        padding: 0; } }
    .streetcar-safety-safetytips__content-text > div:before {
      content: '';
      position: absolute;
      top: -16px;
      left: 50%;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 17px solid #f5f5f5;
      transform: translateX(-50%); }
  .streetcar-safety-safetytips__content-text img {
    display: none;
    margin-bottom: 40px; }
    @media (max-width: 850px) {
      .streetcar-safety-safetytips__content-text img {
        display: block; } }
    @media (max-width: 767px) {
      .streetcar-safety-safetytips__content-text img {
        margin-bottom: 20px; } }
  .streetcar-safety-safetytips__content-text h3 {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .streetcar-safety-safetytips__content-text h3 {
        font-size: 22px;
        margin-bottom: 20px; } }
  .streetcar-safety-safetytips__content-text .button br {
    display: none;
    line-height: 0; }
    @media (max-width: 1055px) {
      .streetcar-safety-safetytips__content-text .button br {
        display: block; } }
    @media (max-width: 850px) {
      .streetcar-safety-safetytips__content-text .button br {
        display: none; } }

.streetcar-safety-video h2 {
  text-align: center;
  margin-bottom: 50px; }

.streetcar-safety-video__img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 56.25%;
  border-radius: 20px; }
  .streetcar-safety-video__img-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    cursor: pointer; }
    .streetcar-safety-video__img-play a {
      display: block;
      width: 100%;
      height: 100%; }
  .streetcar-safety-video__img-video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .streetcar-safety-video__img-video iframe {
      width: 100%;
      height: 100%; }
    .streetcar-safety-video__img-video.playing {
      display: block; }

.streetcar-safety-slider-wrap .container {
  max-width: 50%; }
  @media (max-width: 991px) {
    .streetcar-safety-slider-wrap .container {
      max-width: 100%; } }

.streetcar-safety-slider__header {
  margin-bottom: 50px; }
  .streetcar-safety-slider__header h2 {
    margin-bottom: 20px; }
    @media (max-width: 575px) {
      .streetcar-safety-slider__header h2 {
        font-size: 35px !important; } }
  .streetcar-safety-slider__header p {
    max-width: 700px; }

.streetcar-safety-slider__rotator {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center; }
  .streetcar-safety-slider__rotator--hidden {
    display: none; }
  @media (max-width: 991px) {
    .streetcar-safety-slider__rotator {
      margin-left: -7px;
      margin-right: -7px; } }
  @media (max-width: 767px) {
    .streetcar-safety-slider__rotator .rotator-slick {
      margin-right: 0; } }
  .streetcar-safety-slider__rotator .slick-list {
    overflow: visible !important; }
  .streetcar-safety-slider__rotator .slick-track {
    display: flex !important; }
  .streetcar-safety-slider__rotator .slick-slide {
    height: inherit !important; }
  .streetcar-safety-slider__rotator .slick-arrow {
    position: absolute;
    width: 15px;
    height: 27px;
    top: 50%;
    transform: translateY(-50%); }
    .streetcar-safety-slider__rotator .slick-arrow:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-repeat: no-repeat; }
    .streetcar-safety-slider__rotator .slick-arrow:focus-visible {
      outline: 3px solid #2868b7; }
  .streetcar-safety-slider__rotator .slick-prev {
    left: 0; }
    .streetcar-safety-slider__rotator .slick-prev.slick-disabled:after {
      background-image: url("/dist/images/icon-Chevron-Left-Disabled.svg") !important; }
    .streetcar-safety-slider__rotator .slick-prev:after {
      background-image: url("/dist/images/icon-Chevron-Left.svg") !important; }
  .streetcar-safety-slider__rotator .slick-next {
    right: 0; }
    .streetcar-safety-slider__rotator .slick-next.slick-disabled:after {
      background-image: url("/dist/images/icon-Chevron-Right-Disabled.svg") !important; }
    .streetcar-safety-slider__rotator .slick-next:after {
      background-image: url("/dist/images/icon-Chevron-Right.svg") !important; }
  .streetcar-safety-slider__rotator .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto; }
    .streetcar-safety-slider__rotator .slick-dots li {
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center; }
      .streetcar-safety-slider__rotator .slick-dots li.slick-active button {
        background-color: #000000;
        border: 1px solid #000000; }
      .streetcar-safety-slider__rotator .slick-dots li button {
        border-radius: 100px;
        border: 1px solid #707070;
        font-size: 0;
        width: 12px;
        height: 12px;
        margin: 2px 8px; }
        @media (max-width: 575px) {
          .streetcar-safety-slider__rotator .slick-dots li button {
            margin: 2px 5px; } }
        .streetcar-safety-slider__rotator .slick-dots li button:focus-visible {
          outline: 5px solid #005295; }
  .streetcar-safety-slider__rotator .rotator-controls {
    display: inline-block;
    position: static;
    margin: 0 auto;
    margin-top: 20px;
    position: relative; }
    @media (max-width: 767px) {
      .streetcar-safety-slider__rotator .rotator-controls {
        margin-top: 0px; } }
    .streetcar-safety-slider__rotator .rotator-controls .rotator-arrows {
      position: absolute;
      top: 0;
      width: 100%; }
      .streetcar-safety-slider__rotator .rotator-controls .rotator-arrows:not(:empty) {
        height: 40px; }
      .streetcar-safety-slider__rotator .rotator-controls .rotator-arrows .slick-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .streetcar-safety-slider__rotator .rotator-controls .rotator-arrows .slick-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
    .streetcar-safety-slider__rotator .rotator-controls .rotator-dots {
      margin: 0 40px; }
      .streetcar-safety-slider__rotator .rotator-controls .rotator-dots:not(:empty) {
        height: 40px; }
      .streetcar-safety-slider__rotator .rotator-controls .rotator-dots .slick-dots {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
    .streetcar-safety-slider__rotator .rotator-controls .rotator-dot-spacing {
      width: 6rem;
      height: 2.2rem; }
  .streetcar-safety-slider__rotator-item {
    padding: 0 15px;
    text-align: left;
    display: flex !important; }
    @media (max-width: 991px) {
      .streetcar-safety-slider__rotator-item {
        padding: 0 7px; } }
    .streetcar-safety-slider__rotator-item:focus-visible {
      outline: 3px solid #2868b7; }
    .streetcar-safety-slider__rotator-item__inner {
      overflow: hidden;
      background: #f5f5f5;
      border-radius: 35px;
      flex-grow: 1;
      /*@include for-size(phone-down) {
                    background: none;
                }*/ }
    .streetcar-safety-slider__rotator-item__thumb {
      display: block;
      background-color: gray;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      aspect-ratio: 16/9;
      /*@include for-size(phone-down) {
                    border-radius: 35px;
                }*/ }
    .streetcar-safety-slider__rotator-item__text {
      padding: 30px 40px;
      height: 100%; }
      @media (max-width: 575px) {
        .streetcar-safety-slider__rotator-item__text {
          padding: 30px; } }
    .streetcar-safety-slider__rotator-item__title {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 20px;
      line-height: 1.1; }
      @media (max-width: 575px) {
        .streetcar-safety-slider__rotator-item__title {
          font-size: 24px; } }
      .streetcar-safety-slider__rotator-item__title a {
        text-decoration: none; }
        .streetcar-safety-slider__rotator-item__title a:hover, .streetcar-safety-slider__rotator-item__title a:active, .streetcar-safety-slider__rotator-item__title a:focus {
          text-decoration: underline; }
    .streetcar-safety-slider__rotator-item__summary {
      line-height: 1.4; }

.streetcar-safety-for {
  padding-top: 20px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .streetcar-safety-for {
      padding-bottom: 50px; } }
  @media (max-width: 575px) {
    .streetcar-safety-for {
      padding-bottom: 30px; } }
  .streetcar-safety-for h1 {
    margin-bottom: 20px; }
  .streetcar-safety-for__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4%; }
    @media (max-width: 767px) {
      .streetcar-safety-for__content {
        flex-direction: column;
        margin-top: -20px; } }
  .streetcar-safety-for__item {
    display: flex;
    width: 48%;
    align-self: stretch;
    flex-direction: column;
    margin-top: 50px; }
    @media (max-width: 767px) {
      .streetcar-safety-for__item {
        width: 100%; } }
    .streetcar-safety-for__item-img {
      margin-bottom: 40px; }
    .streetcar-safety-for__item-text h3 {
      margin-bottom: 30px; }
    .streetcar-safety-for__item-text p {
      margin: 0;
      font-size: 24px; }
      @media (max-width: 767px) {
        .streetcar-safety-for__item-text p {
          font-size: 18px; } }

.streetcar-safety-more {
  max-width: 1100px;
  margin: 0 auto; }
  .streetcar-safety-more h2 {
    text-align: center; }
  .streetcar-safety-more__content {
    display: flex;
    flex-wrap: wrap;
    gap: 7%; }
    @media (max-width: 767px) {
      .streetcar-safety-more__content {
        flex-direction: column; } }
  .streetcar-safety-more__item {
    width: 46.5%;
    margin-top: 50px; }
    @media (max-width: 767px) {
      .streetcar-safety-more__item {
        width: 100%; } }
    .streetcar-safety-more__item-img {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .streetcar-safety-more__item-img {
          margin-bottom: 20px; } }
    .streetcar-safety-more__item-text {
      text-align: center; }
      .streetcar-safety-more__item-text h3 {
        margin-bottom: 30px; }
        @media (max-width: 767px) {
          .streetcar-safety-more__item-text h3 {
            font-size: 22px !important;
            margin-bottom: 20px; } }

/*# sourceMappingURL=streetcar-safety.css.map */
