﻿@font-face {
  font-family: "Poppins", sans-serif;
  font-display: swap;
}
@font-face {
  font-family: "Inter", sans-serif;
  font-display: swap;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.inter {
  font-family: "Inter", sans-serif;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  line-height: 1.25em;
  text-transform: none;
}
.page-title {
  line-height: 1.35em !important;
  position: absolute;
  z-index: 1;
  /*@media (min-aspect-ratio: 16/9) {
        .page-title {
            bottom: 20%;
        }
    }*/
}
.page-title .h1 {
  line-height: 1.35em !important;
}
@media (max-width: 575px) {
  .page-title {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .page-title .page-title {
    bottom: 25px;
    right: 25px;
  }
}
.page-title span {
  padding: 0 15px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
h1,
.h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  /*font-size: clamp(40px, 3.5vw, 4vw);*/
  font-size: clamp(2rem, 4vw, 3.75rem);
  color: #212e61;
}
h2,
.h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  /*font-size: clamp(32px, 3vw, 3.5vw);*/
  /*font-size: clamp(1.75rem, 3rem, 2.75vw);*/
  font-size: clamp(1.75rem, 2rem, 2.5vw);
  color: #212e61;
}
h3,
.h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  /*font-size: clamp(26px, 2.5vw, 3vw);*/
  /*font-size: clamp(1.25rem, 2rem, 2.5vw);*/
  font-size: clamp(1.25rem, 1.75rem, 1vw);
  color: #212e61;
}
h4,
.h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  /*font-size: clamp(22px, 2vw, 2.5vw);*/
  /*font-size: clamp(1.25rem, 1.5rem, 2vw);*/
  font-size: clamp(0.85rem, 1.25rem, 1.5vw);
  color: #212e61;
}
small,
.small {
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
}
small.bold,
.small.bold {
  font-weight: 700;
}
.white {
  color: white !important;
}
.dark-blue {
  color: #212e61;
}
.bold-blue {
  color: #006aa9;
}
.accent-blue {
  color: #4ac6f7;
}
.light-blue {
  color: #c9e3ed;
}
.dark-teal {
  color: #064658;
}
.bold-teal {
  color: #0a848d;
}
.accent-teal {
  color: #22d1d3;
}
.light-teal {
  color: #cdebf1;
}
.dark-green {
  color: #005a4f;
}
.bold-green {
  color: #0d8944;
}
.accent-green {
  color: #80c342;
}
.light-green {
  color: #e5ede4;
}
.dark-red {
  color: #7f2a29;
}
.bold-red {
  color: #d91e3e;
}
.accent-orange {
  color: #fa9a46;
}
.light-pink {
  color: #f3e4eb;
}
.charcoal {
  color: #333333;
}
.story-wrapper {
  flex-wrap: nowrap;
  overflow-x: auto;
}
@media (max-width: 575px) {
  .story-wrapper .story {
    min-width: 85%;
  }
}
@media (max-width: 575px) {
  .story-wrapper .story .story-inner {
    margin: 0 10px;
  }
}
.port-carousel {
  position: relative;
}
.port-carousel .carousel-control-prev-icon,
.port-carousel .carousel-control-next-icon {
  display: none !important;
}
.port-carousel .carousel-content {
  /*padding-bottom: 15px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;*/
}
.port-carousel .carousel-content .carousel-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 500px;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .port-carousel .carousel-content .carousel-item {
    width: auto;
    height: 190px;
    font-size: 0.8em;
  }
}
.port-carousel .carousel-content .carousel-item > div {
  flex: 1 0 auto;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 25px;
  width: 270px;
  color: white;
}
.port-carousel .carousel-content .carousel-item > div h3 {
  color: white;
}
.port-carousel .carousel-content .carousel-item > div a {
  color: white;
}
.port-carousel .carousel-content .carousel-item > div a:before {
  font-family: "FontAwesome";
  content: "\f054";
  color: white;
  margin-right: 7px;
}
@media (max-width: 575px) {
  .port-carousel .carousel-content .carousel-item > div {
    width: 190px;
    top: -10px;
    height: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .port-carousel .carousel-content .carousel-item > div h3 {
    font-size: 1em;
  }
}
.slick-carousel {
  margin-bottom: 30px;
  /*overflow: hidden;*/
  visibility: hidden;
  opacity: 0;
  /*background-color: @accent-blue;*/
  /*.port-carousel-item {
        max-height: 250px !important;
    }*/
}
.slick-carousel.slick-initialized {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
.slick-carousel.slick-initialized .port-carousel-item {
  display: block;
}
.slick-carousel:hover .slick-next,
.slick-carousel:hover .slick-prev {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in;
  background-color: #006aa9;
  padding-top: 5px;
}
.slick-carousel .slick-next,
.slick-carousel .slick-prev {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  height: 35px;
  width: 35px;
  transition: opacity 0.2s ease-out;
}
.slick-carousel .slick-next:before,
.slick-carousel .slick-prev:before {
  font-family: "FontAwesome";
  font-size: 20px;
}
.slick-carousel .slick-next {
  right: 45px;
}
.slick-carousel .slick-next:before {
  content: "\f054";
}
.slick-carousel .slick-prev {
  left: 15px;
}
.slick-carousel .slick-prev:before {
  content: "\f053";
}
.slick-carousel .slick-track {
  background-color: transparent;
  padding: 1px 0 0;
}
.slick-carousel .slick-track .slick-slide {
  position: relative;
  background-color: transparent;
  margin-right: 10px;
  opacity: 0.75;
}
.slick-carousel .slick-track .slick-slide.slick-current.slick-active {
  opacity: 1;
}
@media (max-width: 575px) {
  .slick-carousel .slick-track .slick-slide {
    /*max-width: 95vw;*/
  }
}
.slick-carousel .slick-track .slick-slide > div {
  margin: 5px 2px 2px 5px;
}
.slick-carousel .slick-track .slick-slide img {
  max-height: 250px;
  border-radius: 10px;
}
.slick-carousel .slick-track .slick-slide .carousel-caption {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  left: 20px;
  right: 60px;
  bottom: 0;
  text-align: left;
  color: #212e61;
  font-size: 0.8755rem;
  line-height: 1.4rem;
}
.slick-carousel .slick-track .slick-slide .carousel-caption span {
  background-color: #c9e3ed;
  padding: 3px 5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (max-width: 575px) {
  .slick-carousel .slick-track .slick-slide .carousel-caption {
    left: 50px;
    right: 50px;
  }
  .slick-carousel .slick-track .slick-slide .carousel-caption span {
    text-align: center !important;
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
}
.slick-carousel .slick-dots {
  bottom: -43px;
  padding: 6px 0 0;
}
.slick-carousel .slick-dots li {
  width: 50px;
}
@media (max-width: 524px) {
  .slick-carousel .slick-dots li {
    width: 35px;
  }
}
.slick-carousel .slick-dots li button {
  width: 50px;
  border-radius: 10px;
}
@media (max-width: 524px) {
  .slick-carousel .slick-dots li button {
    width: 30px;
  }
}
.slick-carousel .slick-dots li button:before {
  content: "";
  opacity: 1;
  width: 50px;
  height: 7px;
  background-color: #4ac6f7;
  border-radius: 10px;
}
@media (max-width: 524px) {
  .slick-carousel .slick-dots li button:before {
    width: 30px;
  }
}
.slick-carousel .slick-dots li button:hover {
  opacity: 0.75;
}
.slick-carousel .slick-dots li.slick-active button:before {
  background-color: #006aa9;
}
.carousel-indicators {
  /*bottom: -40px;*/
}
.carousel-indicators li {
  border: 1px solid lightgray !important;
  width: 40px;
  height: 6px;
  background-color: lightgray;
}
.carousel-indicators li.active {
  background-color: #337ab7 !important;
}
.newsroom-wrapper {
  /* .clipped {
        max-height: 200px;
        overflow: hidden;
        position: relative;
    }

    .clipped:after {
        position: absolute;
        bottom: 0;
        height: 100%;
        width: 100%;
        content: "";
        background: linear-gradient(to top, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 25%);
        pointer-events: none;
    }*/
  /* myemma specific tags from News posts */
}
.newsroom-wrapper .page-heading {
  text-align: left !important;
}
.newsroom-wrapper .label {
  color: #4ac6f7;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.newsroom-wrapper #Portside .section-title {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.newsroom-wrapper #Portside {
  padding: 100px 0;
}
@media (max-width: 575px) {
  .newsroom-wrapper #Portside {
    padding: 50px 0;
  }
}
.newsroom-wrapper .featured-story {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .newsroom-wrapper .featured-story {
    flex-direction: column;
  }
}
.newsroom-wrapper .featured-story > div {
  flex: 1 0 auto;
}
.newsroom-wrapper .featured-story .image {
  width: 60%;
  position: relative;
}
@media (max-width: 991px) {
  .newsroom-wrapper .featured-story .image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .newsroom-wrapper .featured-story .image {
    width: 100%;
  }
}
.newsroom-wrapper .featured-story .image .high-res {
  color: #0ab2f1;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.newsroom-wrapper .featured-story .details {
  width: 40%;
  padding: 0 25px 10px;
}
@media (max-width: 991px) {
  .newsroom-wrapper .featured-story .details {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .newsroom-wrapper .featured-story .details {
    width: 100%;
    padding: 25px 0 0;
  }
}
.newsroom-wrapper .featured-story .details a,
.newsroom-wrapper .featured-story .details p,
.newsroom-wrapper .featured-story .details div,
.newsroom-wrapper .featured-story .details span {
  /*color: white;*/
}
.newsroom-wrapper .featured-story .details .title {
  line-height: 1.25em;
  text-transform: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  /*font-size: clamp(26px, 2.5vw, 3vw);*/
  /*font-size: clamp(1.25rem, 2rem, 2.5vw);*/
  font-size: clamp(1.25rem, 1.75rem, 1vw);
  display: block;
  margin-bottom: 15px;
  color: #212e61;
}
@media (max-width: 575px) {
  .newsroom-wrapper .featured-story .details .title {
    text-align: left !important;
  }
}
.newsroom-wrapper .featured-story .details .title:hover {
  /*color: white;*/
}
.newsroom-wrapper .featured-story .details .publish-date {
  margin-bottom: 15px;
}
.newsroom-wrapper .featured-story .details .description {
  margin-bottom: 15px;
}
.newsroom-wrapper .featured-story .details .cta {
  width: 100%;
}
.newsroom-wrapper .featured-story .details .cta:before {
  font-family: "FontAwesome";
  content: "\f054";
  /*color: white;*/
  margin-right: 7px;
  display: inline-block;
}
.newsroom-wrapper .featured-story .details .cta:hover::before {
  text-decoration: none;
  color: #212e61;
}
.newsroom-wrapper .portofportland-footer > .footer-body > .section-callout:first-child {
  display: none;
}
.newsroom-wrapper .portofportland-footer > .footer-body {
  padding-top: 50px;
}
.newsroom-wrapper .news-type {
  display: none;
}
.newsroom-wrapper .disclaimer {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0;
}
.newsroom-wrapper span.e2ma-style {
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
}
.newsroom-wrapper .newsfeed {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 30px;
}
@media (max-width: 767px) {
  .newsroom-wrapper .newsfeed {
    grid-template-columns: 1fr 1fr;
    gap: 25px 15px;
  }
}
@media (max-width: 575px) {
  .newsroom-wrapper .newsfeed {
    grid-template-columns: 1fr;
  }
}
.newsroom-wrapper .newsfeed .news-item {
  /*padding: 10px;
            margin-bottom: 5px;*/
  width: 100%;
}
.newsroom-wrapper .newsfeed .news-item:hover {
  /*box-shadow: rgba(0,0,0, 50%) 3px 3px 6px -4px;*/
  /*opacity: .9;*/
}
.newsroom-wrapper .newsfeed .news-item:hover .image img {
  transform: scale(1.05);
  z-index: -1;
}
.newsroom-wrapper .newsfeed .news-item .image {
  overflow: hidden;
  aspect-ratio: 16/8;
}
.newsroom-wrapper .newsfeed .news-item .image img {
  transition: transform 0.5s;
}
.newsroom-wrapper .newsfeed .news-item .body {
  padding: 10px;
}
.newsroom-wrapper .newsfeed .news-item .body .title {
  font-size: 16px;
  font-weight: bold;
}
.newsroom-wrapper .newsfeed .news-item .body .title a {
  color: #212e61;
}
.newsroom-wrapper .newsfeed .news-item .body .display-date {
  font-size: 14px;
}
.newsroom-wrapper .view-all {
  width: 100%;
  padding: 5px 10px;
  text-align: center;
}
.newsroom-wrapper .story-content {
  margin-bottom: 3rem;
}
.newsroom-wrapper .story-content .social-buttons {
  padding: 15px 0;
  margin-bottom: 15px;
}
.newsroom-wrapper .story-content .social-buttons .social-button {
  display: inline-flex;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  padding: 4px;
  color: white;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
  background-color: #35A0DA;
}
.newsroom-wrapper .story-content .social-buttons .social-button:hover {
  text-decoration: none;
  color: white;
  opacity: 0.9;
}
.newsroom-wrapper .story-content .story-body {
  max-width: 975px;
  margin: 0 auto;
}
.newsroom-wrapper .story-content .story-body .container,
.newsroom-wrapper .story-content .story-body .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.newsroom-wrapper .archives-feed {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.newsroom-wrapper .archives-feed .feature-body {
  background-color: #eee;
  padding: 10px;
  margin-bottom: 5px;
  width: 100%;
}
.newsroom-wrapper .archives-feed .feature-body .display-date {
  font-size: 14px;
}
.newsroom-wrapper .archives-feed .feature-body .title {
  font-size: 16px;
}