.heading-XXL {
  font-size: 60px;
  line-height: 80px;
  font-weight: 500; }

.heading-BOLD {
  font-weight: bold; }

.heading-XL, .heading-DEFAULT, .heading-page-section, .site-footer_main .site-footer h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400; }
  @media screen and (min-width: 1200px) {
    .heading-XL, .heading-DEFAULT, .heading-page-section, .site-footer_main .site-footer h2 {
      font-size: 40px;
      line-height: 48px; } }

.heading-LG {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400; }

.heading-MD {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400; }

.heading-SM {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }

.heading-XS {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400; }

.heading-page-section {
  color: #919195;
  position: relative;
  margin-bottom: 64px; }
  .heading-page-section:after {
    position: absolute;
    bottom: -16px;
    left: 0;
    background: #ee3124;
    height: 2px;
    width: 48px;
    content: ''; }

body:not(.elementor-page) .content a, .content-force a, .elementor-text-editor a {
  text-decoration: underline;
  color: #ee3124; }

.elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button {
  color: #ee3124;
  background-color: #ffffff !important;
  border: 2px solid #ee3124;
  border-radius: 6px; }

.grid-card {
  position: relative;
  overflow: hidden; }
  .elementor-container.elementor-column-gap-narrow .grid-card {
    height: 208px; }

@media screen and (min-width: 1200px) {
  .elementor-container.elementor-column-gap-narrow .grid-card--large {
    height: 424px; } }

.grid-card__bar {
  background: none;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  a.grid-card:hover .grid-card__bar {
    background-color: transparent; }

.grid-card__inner-bar {
  height: auto;
  background: none; }

.grid-card__title {
  color: #fff; }
  @media screen and (max-width: 320px) {
    .grid-card__title {
      font-size: 20px; } }
  @media screen and (min-width: 320px) and (max-width: 500px) {
    .grid-card__title {
      font-size: 30px; } }

.grid-card__button {
  display: none; }

.grid-card__media {
  position: relative; }
  .grid-card__media:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 2000ms; }
    .grid-card:hover .grid-card__media:after {
      transform: translateY(50%); }

.grid-card__label {
  padding: 16px 24px;
  font-size: 24px;
  line-height: 32px; }
  .grid-card--large .grid-card__label {
    font-size: 40px;
    line-height: 48px; }

@media screen and (max-width: 1200px) {
  .essex-filter {
    display: flex; } }

.news {
  padding: 0 15px; }
  @media screen and (min-width: 1200px) {
    .news {
      padding: 0; } }

.article__card {
  display: flex;
  height: 100%;
  padding: 15px 0; }
  .article__card a {
    height: 100%;
    flex: 1; }
    .article__card a.clickable {
      min-height: 144px;
      flex: 0; }
  .article__card h2 {
    padding: 1rem 24px 0;
    margin: 0;
    position: relative;
    line-height: 32px;
    font-size: 24px; }
    .article__card h2::after {
      background-color: #000;
      margin: 6px 0;
      display: block;
      content: '';
      height: 2px;
      width: 32px; }
  .article__card p {
    font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", "Arial";
    color: #BCBCBC;
    padding: 16px 24px 8px;
    font-size: 16px;
    line-height: 24px; }
  .article__card.article a {
    color: #fff; }
  .article__card.article h2 {
    color: #fff;
    padding: 1rem 0 0; }
    .article__card.article h2::after {
      background-color: #fff; }
  @media screen and (min-width: 1200px) {
    .article__card {
      min-height: 446px; } }

.article__content {
  border: 1px solid #bcbcbc;
  transition: all 0.35s ease-in-out;
  flex-direction: column;
  display: flex;
  width: 100%;
  position: relative; }
  .article__content--image {
    height: 144px;
    background-size: cover;
    background-position: left center; }
    .article__content--image.video {
      height: 224px; }
    .article__content--image.Articles {
      height: 100%;
      position: absolute;
      width: 100%;
      background-position: top center; }
      .article__content--image.Articles .article__content--label {
        background: transparent; }
  .article__content--timestamp {
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Montserrat", "Arial";
    text-transform: uppercase;
    color: #BCBCBC;
    padding: 8px 24px;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 24px; }
  .article__content--label {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    text-transform: uppercase;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    display: flex;
    color: #fff;
    z-index: 2;
    padding: 1rem; }
  .article__content--icon {
    margin-left: 8px;
    height: 32px;
    width: 32px; }
  .article__content--carat {
    height: 17px;
    width: 10px;
    margin-top: 1px; }
  .article__content--footer {
    position: relative;
    padding: 8px 24px 24px;
    display: flex;
    align-items: flex-end; }
    .article__content--footer-link {
      font-size: 1rem;
      line-height: 24px;
      color: #ee3124;
      text-transform: uppercase;
      justify-content: space-between;
      display: flex;
      align-items: center;
      width: 100%; }
    .article__content--footer::after {
      transition: width 0.35s ease-in-out;
      background-color: #ee3124;
      position: absolute;
      margin-top: 1rem;
      display: block;
      bottom: 34px;
      height: 2px;
      width: 24px;
      right: 25px;
      content: ''; }
    .article__content--footer.Articles {
      background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
      justify-content: space-between;
      align-items: flex-end;
      flex-direction: column;
      color: white; }
      .article__content--footer.Articles h2, .article__content--footer.Articles span, .article__content--footer.Articles p, .article__content--footer.Articles a {
        padding-left: 0;
        padding-right: 0;
        color: #fff;
        width: 100%; }
  .article__content:hover {
    box-shadow: 0 20px 68px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0); }
    .article__content:hover .article__content--footer::after {
      width: 75px; }

.article__container {
  display: flex;
  flex-wrap: wrap; }

.in-the-news {
  padding: 96px 0 48px; }

.article__card a.article {
  height: 220px; }

.filter-no-results {
  width: 100%;
  text-align: center;
  margin: 60px auto 0; }
  .filter-no-results h2 {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 14px;
    color: #919195; }
    @media screen and (max-width: 768px) {
      .filter-no-results h2 {
        font-size: 30px;
        line-height: 36px; } }

.filter-no-results--divider {
  margin: auto;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #ee3124;
  width: 40px; }

.hero {
  border-bottom: 8px solid #ee3124;
  padding-bottom: 24px;
  padding-top: 128px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  position: relative;
  justify-content: flex-end;
  flex-direction: column; }
  @media screen and (min-width: 1200px) {
    .hero {
      padding-top: 48px;
      padding-bottom: 48px; } }
  .hero .hero__headline, .hero .hero_message {
    color: #ffffff;
    position: relative;
    z-index: 2; }
  .hero .hero__message {
    font-weight: 400;
    margin-top: 16px;
    font-size: 21px;
    line-height: 30px; }
    @media screen and (min-width: 1200px) {
      .hero .hero__message {
        margin-top: 24px;
        font-size: 24px;
        line-height: 36px; } }

.hero__heading {
  font-size: 30px;
  line-height: 46px; }
  @media screen and (min-width: 1200px) {
    .hero__heading {
      font-size: 60px;
      line-height: 80px; } }

.hero--xlarge {
  height: 80vh;
  max-height: 1000px; }

.hero--large {
  min-height: 400px; }
  @media screen and (min-width: 768px) {
    .hero--large {
      min-height: 520px; } }
  @media screen and (min-width: 1200px) {
    .hero--large {
      min-height: 704px; } }

.hero--medium {
  min-height: 240px; }
  @media screen and (min-width: 768px) {
    .hero--medium {
      min-height: 320px; } }
  @media screen and (min-width: 1200px) {
    .hero--medium {
      min-height: 392px; } }

.hero__cta {
  margin-top: 24px; }
  @media screen and (min-width: 1200px) {
    .hero__cta {
      margin-top: 48px; } }

.hero--dark-overlay:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, 0.6); }

/*changes for full-width banners */
@media screen and (min-width: 1200px) {
  .full-page-banner {
    margin-left: -29px;
    margin-right: -29px;
    width: 200% !important; } }

.full-page-banner {
  margin-left: -30px;
  margin-right: -30px;
  width: 200% !important; }

.full-width-banner {
  max-width: initial !important;
  margin-left: -111px;
  margin-right: -111px;
  width: 200% !important; }

.full-width-banner h1.hero__heading.hero__heading--green {
  padding-left: 100px; }

@media (max-width: 991px) {
  .elementor-text-editor.elementor-clearfix {
    padding: 20px; } }

.language-selector {
  position: relative; }

.language-selector__options {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background: #fff;
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.08);
  display: none; }

.language-selector__options--open {
  display: block; }

.language-selector__option {
  text-align: right;
  padding: 12px 20px;
  color: #919195;
  cursor: pointer;
  display: block; }
  .language-selector__option:hover {
    color: #ee3124; }

.language-selector__current {
  height: 36px;
  color: #919195;
  cursor: pointer;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 1200px) {
    .language-selector__current {
      height: 68px; }
      .language-selector__current:hover {
        color: #ee3124; } }

.language-selector__current-label {
  position: relative;
  padding-right: 20px; }
  .language-selector__current-label:after {
    background-image: url(/wp-content/themes/superior-essex-corporate/assets/images/icon-carat_down.png);
    position: absolute;
    right: 0;
    top: 6px;
    width: 10px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    content: ''; }

.timeline {
  position: relative;
  padding: 96px 0; }
  @media screen and (min-width: 1200px) {
    .timeline {
      padding: 160px 0; } }

.timeline__date-entries {
  margin-bottom: 30px; }
  @media screen and (min-width: 1200px) {
    .timeline__date-entries {
      margin: 0 -15px 96px;
      width: calc(100% + 30px); } }

.timeline__mobile-date {
  color: #ee3124;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px; }
  @media screen and (min-width: 1200px) {
    .timeline__mobile-date {
      display: none; } }

.timeline__entry-panel {
  margin-bottom: 60px; }
  @media screen and (min-width: 1200px) {
    .timeline__entry-panel {
      width: calc(50% - 30px);
      margin: 0 15px 60px; }
      .timeline__entry-panel:nth-of-type(even) {
        padding-top: 144px; } }

.timeline__image {
  margin-bottom: 24px; }

.timeline__nav {
  position: relative;
  transform: translateY(16px); }

.timeline__nav--sticky {
  position: fixed;
  top: 160px; }

.timeline__nav--bottom {
  position: absolute;
  top: auto;
  bottom: 160px; }

.timeline__nav-list {
  display: none; }
  @media screen and (min-width: 1200px) {
    .timeline__nav-list {
      display: block; } }

.timeline__nav-item {
  padding-left: 30px;
  position: relative;
  transform: translateY(-12px);
  line-height: 32px;
  font-size: 16px;
  margin-bottom: 48px; }
  .timeline__nav-item:after {
    position: absolute;
    top: 12px;
    left: -2px;
    height: 80px;
    width: 2px;
    z-index: 1;
    background: #919195;
    content: ''; }
  .timeline__nav-item:before {
    z-index: 2;
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 30px;
    border: 2px solid #919195;
    background: #fff;
    left: -15px;
    top: 2px;
    transform: scale(0.4);
    transition: 800ms cubic-bezier(0.19, 1, 0.22, 1) transform, 800ms cubic-bezier(0.19, 1, 0.22, 1) border-color, 800ms cubic-bezier(0.19, 1, 0.22, 1) background-color; }
  .timeline__nav-item:last-of-type:after {
    display: none; }

.timeline__nav-item--active:before {
  border: 2px solid #ee3124;
  background: #ee3124;
  transform: scale(1); }

.large-content {
  border-top: solid 8px #ee3124; }
  @media screen and (min-width: 1200px) {
    .large-content {
      padding-top: 0;
      height: 728px;
      position: relative;
      margin-bottom: 8px; } }

.large-content__media {
  height: 304px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 1200px) {
    .large-content__media {
      position: absolute;
      right: 0;
      top: 0;
      height: 728px;
      width: calc((100vw - 30px) * .625);
      z-index: 2; } }
  @media screen and (min-width: 1630px) {
    .large-content__media {
      width: calc(((100vw - 1570px) / 2) + 970px); } }
  .large-content--right .large-content__media {
    right: auto;
    left: 0; }

@media screen and (min-width: 1200px) {
  .large-content__bg {
    background-color: #2864A0;
    z-index: 1;
    height: 632px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; } }

.large-content__section {
  position: relative;
  z-index: 3; }
  @media screen and (min-width: 1200px) {
    .large-content__section {
      height: 632px;
      padding-top: 96px; } }

.large-content__info {
  background-color: #ffffff;
  padding-top: 48px; }
  @media screen and (min-width: 1200px) {
    .large-content__info {
      min-height: 296px;
      padding: 48px 48px 0; } }

.large-content__info.left {
  margin-right: -300px;
  margin-left: 0; }

.large-content__title {
  padding-bottom: 40px;
  font-size: 24px; }
  .large-content__title:before {
    position: absolute;
    margin-top: 48px;
    margin-left: 2px;
    width: 30px;
    background: #ee3124;
    border: none;
    height: 2px;
    content: ""; }

.large-content__describe {
  font-size: 16px;
  color: #919195;
  padding-bottom: 24px; }
  @media screen and (min-width: 1200px) {
    .large-content__describe {
      min-height: 150px; } }

@media screen and (min-width: 1200px) {
  .large-content__cta {
    transform: translateY(50%); } }

.masthead__languages {
  padding-left: 24px; }

.glide {
  color: #ffffff;
  background-color: #000;
  border-top: 8px solid #ee3124; }

.timeline {
  position: relative;
  padding: 96px 0; }
  @media screen and (min-width: 1200px) {
    .timeline {
      padding: 160px 0; } }

.timeline__date-entries {
  margin-bottom: 30px; }
  @media screen and (min-width: 1200px) {
    .timeline__date-entries {
      margin: 0 -15px 96px;
      width: calc(100% + 30px); } }

.timeline__mobile-date {
  color: #ee3124;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px; }
  @media screen and (min-width: 1200px) {
    .timeline__mobile-date {
      display: none; } }

.timeline__entry-panel {
  margin-bottom: 60px; }
  @media screen and (min-width: 1200px) {
    .timeline__entry-panel {
      width: calc(50% - 30px);
      margin: 0 15px 60px; }
      .timeline__entry-panel:nth-of-type(even) {
        padding-top: 144px; } }

.timeline__image {
  margin-bottom: 24px; }

.timeline__nav {
  position: relative;
  transform: translateY(16px); }

.timeline__nav--sticky {
  position: fixed;
  top: 160px; }

.timeline__nav--bottom {
  position: absolute;
  top: auto;
  bottom: 160px; }

.timeline__nav-list {
  display: none; }
  @media screen and (min-width: 1200px) {
    .timeline__nav-list {
      display: block; } }

.timeline__nav-item {
  padding-left: 30px;
  position: relative;
  transform: translateY(-12px);
  line-height: 32px;
  font-size: 16px;
  margin-bottom: 48px; }
  .timeline__nav-item:after {
    position: absolute;
    top: 12px;
    left: -2px;
    height: 80px;
    width: 2px;
    z-index: 1;
    background: #919195;
    content: ''; }
  .timeline__nav-item:before {
    z-index: 2;
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 30px;
    border: 2px solid #919195;
    background: #fff;
    left: -15px;
    top: 2px;
    transform: scale(0.4);
    transition: 800ms cubic-bezier(0.19, 1, 0.22, 1) transform, 800ms cubic-bezier(0.19, 1, 0.22, 1) border-color, 800ms cubic-bezier(0.19, 1, 0.22, 1) background-color; }
  .timeline__nav-item:last-of-type:after {
    display: none; }

.timeline__nav-item--active:before {
  border: 2px solid #ee3124;
  background: #ee3124;
  transform: scale(1); }

.site-footer_main {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-top: 8px solid #ee3124;
  color: #ffffff;
  padding: 0;
  margin-top: 50px; }
  .site-footer_main .site-footer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    border-top: unset; }
    .site-footer_main .site-footer p {
      font-size: 16px;
      line-height: 24px; }
    .site-footer_main .site-footer span {
      font-size: 16px;
      line-height: 24px; }
    .site-footer_main .site-footer li {
      font-size: 16px;
      line-height: 32px;
      font-weight: bold; }
    .site-footer_main .site-footer h2 {
      margin-bottom: 16px; }
    .site-footer_main .site-footer .site-footer_brand {
      background-image: url("/wp-content/themes/superior-essex-corporate/source/images/superior-essex-logo-reverse.png");
      padding-bottom: 45px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top left;
      width: 265px;
      height: 50px; }
    .site-footer_main .site-footer .site-footer_address {
      margin-bottom: 16px; }
    .site-footer_main .site-footer .site-footer_social {
      width: 68px;
      height: 24px;
      margin: 22px 0 24px; }
      @media screen and (min-width: 1200px) {
        .site-footer_main .site-footer .site-footer_social {
          margin: 22px 0 78px; } }
    .site-footer_main .site-footer .site-footer_copyright {
      padding: 24px 0;
      background-color: transparent;
      border-top: 1px solid #ffffff; }
      .site-footer_main .site-footer .site-footer_copyright .site-footer_copyright-line {
        display: flex;
        justify-content: space-between; }
      .site-footer_main .site-footer .site-footer_copyright span {
        margin: 16px;
        font-size: 14px; }
      .site-footer_main .site-footer .site-footer_copyright p {
        font-size: 14px; }
