.banners-menu {
  position: relative;
  display: none;
  background-color: #666666;
  padding: 1.5rem 0;
  top: -1px; }
  .banners-menu.sticky-banners {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 8; }
  .banners-menu .banners-menu-item {
    position: relative;
    text-align: center;
    flex-grow: 1;
    flex-basis: 0; }

.banner-list {
  padding-top: 3.625rem; }
  .banner-list.sticky-banners {
    padding-top: calc(115px + 3.625rem/2 + 20px); }
  .banner-list .banner-item .social-accounts {
    font-size: 0.8rem; }
    .banner-list .banner-item .social-accounts > li {
      list-style-type: none; }
  .banner-list .banner-item .banner-contact-container {
    height: 100%;
    padding: 15px; }
  .banner-list .banner-item .banner-image {
    background-size: cover;
    background-position: center;
    /*&:before {
        content: "";
        display: block;
        padding-top: 100%;
      }*/ }
    .banner-list .banner-item .banner-image > div {
      height: 0;
      padding-top: 100%; }
  .banner-list .banner-item .banner-item-information {
    background-color: #ececec;
    padding: 2rem; }
    .banner-list .banner-item .banner-item-information .banner-icon-container {
      width: 30%; }
      .banner-list .banner-item .banner-item-information .banner-icon-container .banner-icon {
        height: 7rem;
        max-width: 100%; }
  .banner-list .banner-item .banner-description {
    margin: 1.25rem 0; }
  .banner-list .banner-item .banner-social-retail {
    align-items: center; }
    .banner-list .banner-item .banner-social-retail .btn-default {
      width: 100%;
      max-width: 25rem; }
    .banner-list .banner-item .banner-social-retail .banner-retail-container {
      margin-top: 0.5rem;
      justify-content: center; }

@media screen and (min-width: 768px) {
  .banner-list .banner-item .banner-contact-container {
    padding: 0; }
  .banner-list .banner-item .banner-social-retail .banner-retail-container {
    margin-top: 0;
    justify-content: flex-end; }
  .banner-list .banner-item .social-accounts {
    font-size: 1rem; } }

@media screen and (min-width: 992px) {
  .banner-list .banner-item {
    display: block; }
  .banners-menu {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .banners-menu > ol {
      width: 85%;
      display: flex;
      justify-content: space-between; }
    .banners-menu .banner-icon {
      height: 2.75rem; }
    .banners-menu .banner-arrow-ctn {
      width: 85%;
      position: relative;
      padding: 0; }
      .banners-menu .banner-arrow-ctn .triangle-down {
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 40px solid #666666;
        position: absolute;
        bottom: 0;
        left: calc((100% / 4) - (100% / 4 / 2) - 50px);
        transform: translateY(99%);
        -webkit-transition: left 0.5s;
        -moz-transition: left 0.5s;
        -ms-transition: left 0.5s;
        -o-transition: left 0.5s;
        transition: left 0.5s; }
        .banners-menu .banner-arrow-ctn .triangle-down.item-no-1 {
          left: calc(((100% / 4) * 1) - (100% / 4 / 2) - 50px); }
        .banners-menu .banner-arrow-ctn .triangle-down.item-no-2 {
          left: calc(((100% / 4) * 2) - (100% / 4 / 2) - 50px); }
        .banners-menu .banner-arrow-ctn .triangle-down.item-no-3 {
          left: calc(((100% / 4) * 3) - (100% / 4 / 2) - 50px); }
        .banners-menu .banner-arrow-ctn .triangle-down.item-no-4 {
          left: calc(((100% / 4) * 4) - (100% / 4 / 2) - 50px); }
  /* .banners-menu .banner-icon {
    height: 4.5rem;
  } */ }

.icon-list {
  justify-content: space-around;
  margin-bottom: 1rem; }
  .icon-list .icon-item {
    text-align: center;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    padding: 1rem 0; }
    .icon-list .icon-item a {
      text-decoration: none;
      color: #333333;
      width: 24rem;
      max-width: 80%; }
    .icon-list .icon-item img {
      height: 5rem;
      margin: 1rem;
      -webkit-transition: transform 0.25s;
      -moz-transition: transform 0.25s;
      -ms-transition: transform 0.25s;
      -o-transition: transform 0.25s;
      transition: transform 0.25s; }
      .icon-list .icon-item img:hover {
        transform: scale(1.1); }
    .icon-list .icon-item p {
      padding: 0 3rem;
      font-weight: 700;
      font-size: 1.5rem;
      box-sizing: border-box; }

.joinOurTeam .icon-item p {
  font-size: 1.125rem; }

.joinOurTeam .icon-list .icon-item img {
  height: 10rem; }

.banners-iconList .icon-list > .icon-item > a > span {
  display: inline-block; }
  .banners-iconList .icon-list > .icon-item > a > span .btn-secondary-text {
    font-size: 0.85rem; }

@media screen and (min-width: 768px) {
  .icon-list {
    margin-bottom: 3.625rem; }
    .icon-list .icon-item {
      min-width: 0; } }

.desktop-hide {
  display: block; }

.important-notice {
  display: none; }

.page-navbar {
  width: 100%;
  padding: 0.75rem 1rem 0.375rem 1rem; }

.breadcrumb {
  font-size: 0.85rem;
  line-height: 1.4rem;
  padding: 0 1rem 0.75rem 1rem; }
  .breadcrumb.hidden {
    display: none; }
  .breadcrumb > ul {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: wrap-reverse; }
    .breadcrumb > ul i {
      color: #00315d;
      margin: 0 0.5rem; }

.nav-logo > a > img {
  height: 4rem; }

.panel-banners-drawer-item > a > img {
  height: 7rem; }

.menu-container {
  height: 4rem; }
  .menu-container > nav {
    height: inherit;
    flex-direction: column;
    align-items: flex-end; }
  .menu-container a.notice-red {
    color: #CD0035;
    font-weight: bold;
    font-size: 1rem; }
  .menu-container ul.mobile {
    justify-content: flex-end;
    margin-bottom: 4px; }
  .menu-container .mobile-flex {
    display: flex;
    align-items: center;
    margin: auto 0; }
  .menu-container .burger-button {
    margin-left: 1rem; }
    .menu-container .burger-button i {
      font-size: 2rem;
      color: #00315d; }
  .menu-container .contact-lang-menu li {
    margin: 0 0.5rem;
    font-size: 1.5rem;
    font-weight: 700; }
    .menu-container .contact-lang-menu li:first-of-type {
      margin-left: 0; }
    .menu-container .contact-lang-menu li:last-of-type {
      margin-right: 0; }
    .menu-container .contact-lang-menu li a.desktop {
      display: none; }
    .menu-container .contact-lang-menu li a.mobile {
      display: block; }
  .menu-container .pages-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    max-height: 100%;
    left: 100%;
    visibility: hidden;
    -webkit-transition: left 0.25s ease-in-out, opacity 0.375s ease-in-out, margin-bottom 0.25s ease-in-out, visibility ease-in-out 0.5s;
    -moz-transition: left 0.25s ease-in-out, opacity 0.375s ease-in-out, margin-bottom 0.25s ease-in-out, visibility ease-in-out 0.5s;
    -ms-transition: left 0.25s ease-in-out, opacity 0.375s ease-in-out, margin-bottom 0.25s ease-in-out, visibility ease-in-out 0.5s;
    -o-transition: left 0.25s ease-in-out, opacity 0.375s ease-in-out, margin-bottom 0.25s ease-in-out, visibility ease-in-out 0.5s;
    transition: left 0.25s ease-in-out, opacity 0.375s ease-in-out, margin-bottom 0.25s ease-in-out, visibility ease-in-out 0.5s;
    margin: 0;
    z-index: 3;
    overflow: hidden;
    opacity: 0;
    font-size: 1.2rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .menu-container .pages-menu.open {
      height: auto;
      width: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      visibility: visible;
      -webkit-transition: left 0.25s ease-in-out, opacity 0.375s ease-in-out, margin-bottom 0.25s ease-in-out, visibility ease-in-out 0.5s;
      -moz-transition: left 0.25s ease-in-out, opacity 0.375s ease-in-out, margin-bottom 0.25s ease-in-out, visibility ease-in-out 0.5s;
      -ms-transition: left 0.25s ease-in-out, opacity 0.375s ease-in-out, margin-bottom 0.25s ease-in-out, visibility ease-in-out 0.5s;
      -o-transition: left 0.25s ease-in-out, opacity 0.375s ease-in-out, margin-bottom 0.25s ease-in-out, visibility ease-in-out 0.5s;
      transition: left 0.25s ease-in-out, opacity 0.375s ease-in-out, margin-bottom 0.25s ease-in-out, visibility ease-in-out 0.5s;
      opacity: 1;
      overflow-y: auto; }
    .menu-container .pages-menu ul.main-menu {
      background-color: white;
      width: 100%;
      min-height: 100%; }
      .menu-container .pages-menu ul.main-menu > li .link-ctn {
        font-weight: 700;
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .menu-container .pages-menu ul.main-menu > li:not(:last-child) {
        border-bottom: solid 1px #ececec; }
    .menu-container .pages-menu li {
      padding: 0 1rem;
      box-sizing: content-box; }
      .menu-container .pages-menu li a {
        color: #333333;
        text-decoration: none; }
      .menu-container .pages-menu li div.link-ctn {
        height: 56px;
        width: 100%; }
        .menu-container .pages-menu li div.link-ctn a {
          font-weight: bold; }
    .menu-container .pages-menu .mobile-lang-ctn {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 70px;
      text-align: right; }
      .menu-container .pages-menu .mobile-lang-ctn > .mobile-hidden-item {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .menu-container .pages-menu .mobile-lang-ctn a {
        color: #00315d;
        font-weight: 700;
        font-size: 1.2rem; }
  .menu-container .pages-menu-closing-btn {
    display: none;
    justify-content: flex-start;
    align-items: center;
    height: 56px;
    box-sizing: border-box;
    color: #00315d;
    background-color: white; }
    .menu-container .pages-menu-closing-btn.open {
      display: flex; }
    .menu-container .pages-menu-closing-btn i {
      font-size: 2rem; }
  .menu-container .submenu-container {
    display: flex;
    flex-direction: column; }
    .menu-container .submenu-container .submenu-toggle .desktop-toggle {
      display: none; }
    .menu-container .submenu-container .submenu-toggle .mobile-toggle {
      display: inline-block;
      color: #666666;
      font-size: 2rem; }
    .menu-container .submenu-container .submenu {
      max-height: 0;
      opacity: 0;
      margin-bottom: 0;
      -webkit-transition: max-height 0.375s ease-in-out, opacity 0.25s ease-in-out, margin-bottom 0.375s ease-in-out;
      -moz-transition: max-height 0.375s ease-in-out, opacity 0.25s ease-in-out, margin-bottom 0.375s ease-in-out;
      -ms-transition: max-height 0.375s ease-in-out, opacity 0.25s ease-in-out, margin-bottom 0.375s ease-in-out;
      -o-transition: max-height 0.375s ease-in-out, opacity 0.25s ease-in-out, margin-bottom 0.375s ease-in-out;
      transition: max-height 0.375s ease-in-out, opacity 0.25s ease-in-out, margin-bottom 0.375s ease-in-out; }
      .menu-container .submenu-container .submenu li {
        height: 0;
        -webkit-transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out 0.125s, margin-bottom 0.25s ease-in-out;
        -moz-transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out 0.125s, margin-bottom 0.25s ease-in-out;
        -ms-transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out 0.125s, margin-bottom 0.25s ease-in-out;
        -o-transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out 0.125s, margin-bottom 0.25s ease-in-out;
        transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out 0.125s, margin-bottom 0.25s ease-in-out; }
        .menu-container .submenu-container .submenu li a {
          color: white;
          display: none; }
      .menu-container .submenu-container .submenu.open {
        max-height: 100%;
        opacity: 1;
        margin-bottom: 1rem;
        -webkit-transition: max-height 0.25s ease-in-out, opacity 0.25s ease-in-out 0.125s, margin-bottom 0.25s ease-in-out;
        -moz-transition: max-height 0.25s ease-in-out, opacity 0.25s ease-in-out 0.125s, margin-bottom 0.25s ease-in-out;
        -ms-transition: max-height 0.25s ease-in-out, opacity 0.25s ease-in-out 0.125s, margin-bottom 0.25s ease-in-out;
        -o-transition: max-height 0.25s ease-in-out, opacity 0.25s ease-in-out 0.125s, margin-bottom 0.25s ease-in-out;
        transition: max-height 0.25s ease-in-out, opacity 0.25s ease-in-out 0.125s, margin-bottom 0.25s ease-in-out; }
        .menu-container .submenu-container .submenu.open li {
          height: 50px;
          width: 100%;
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .menu-container .submenu-container .submenu.open li a {
            color: #333333;
            display: inline; }

@media screen and (min-width: 768px) {
  .menu-container .pages-menu ul.main-menu li {
    padding: 0 2rem; }
    .menu-container .pages-menu ul.main-menu li a {
      font-size: 1.4rem; } }

@media screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 1rem;
    line-height: 1.5rem; }
  .menu-container a.notice-red {
    font-size: 1.125rem; } }

@media screen and (min-width: 992px) {
  .desktop-hide {
    display: none; }
  .menu-container .pages-menu ul.main-menu li {
    padding: 0 1rem; }
    .menu-container .pages-menu ul.main-menu li a {
      font-size: 1.125rem; }
  .menu-container .mobile-flex {
    margin-bottom: 0.75rem; }
  .important-notice {
    display: flex;
    height: 40px;
    align-items: center;
    text-align: center;
    border-bottom: solid 1px #00315d;
    background-color: #CD0035; }
    .important-notice.hide {
      display: none; }
    .important-notice p,
    .important-notice a {
      color: white; }
    .important-notice a {
      text-decoration: underline; }
  .menu-container {
    width: 100%; }
    .menu-container .mobile-hidden-item {
      display: none; }
    .menu-container > nav {
      flex-direction: column;
      align-items: flex-end;
      height: auto; }
    .menu-container .burger-button {
      display: none; }
    .menu-container ul.mobile {
      display: none; }
    .menu-container .contact-lang-menu li {
      margin: 0 0.5rem;
      font-size: inherit;
      font-weight: 400; }
      .menu-container .contact-lang-menu li:first-of-type {
        margin-left: 0; }
      .menu-container .contact-lang-menu li:last-of-type {
        margin-right: 0; }
      .menu-container .contact-lang-menu li a.desktop {
        display: block; }
      .menu-container .contact-lang-menu li a.mobile {
        display: none; }
      .menu-container .contact-lang-menu li.notice-link {
        display: none; }
        .menu-container .contact-lang-menu li.notice-link.show {
          display: list-item; }
    .menu-container .pages-menu-closing-btn.open {
      display: none; }
    .menu-container .pages-menu {
      position: relative;
      max-height: none;
      height: 100%;
      visibility: visible;
      width: auto;
      opacity: 1;
      font-size: 1rem;
      background-color: transparent;
      left: 0;
      align-items: center;
      overflow: visible; }
      .menu-container .pages-menu.open {
        height: auto !important;
        width: auto !important;
        overflow-y: unset; }
      .menu-container .pages-menu .mobile-lang-ctn {
        display: none; }
      .menu-container .pages-menu ul.main-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        min-height: 0;
        padding: 0;
        margin: 0; }
        .menu-container .pages-menu ul.main-menu li {
          padding: 0;
          margin: 0 0.5rem;
          border: none !important; }
          .menu-container .pages-menu ul.main-menu li .link-ctn {
            justify-content: flex-start; }
          .menu-container .pages-menu ul.main-menu li:first-of-type {
            margin-left: 0; }
          .menu-container .pages-menu ul.main-menu li:last-of-type, .menu-container .pages-menu ul.main-menu li:nth-last-child(2) {
            margin-right: 0; }
          .menu-container .pages-menu ul.main-menu li > div {
            height: auto; }
          .menu-container .pages-menu ul.main-menu li a {
            text-transform: uppercase;
            font-weight: normal; }
            .menu-container .pages-menu ul.main-menu li a:not(.submenu-link) {
              color: #00315d; }
      .menu-container .pages-menu .submenu-container {
        position: relative;
        overflow: visible; }
        .menu-container .pages-menu .submenu-container .submenu {
          width: 200px;
          max-height: 0;
          background-color: white;
          position: absolute;
          right: 0;
          top: 0;
          margin-top: 26px; }
        .menu-container .pages-menu .submenu-container:not(:hover) .submenu li a {
          display: none;
          color: white; }
        .menu-container .pages-menu .submenu-container:hover .submenu {
          opacity: 1;
          margin-bottom: 1rem;
          -webkit-transition: max-height 0.25s ease-in-out, opacity 0.25s ease-in-out 0.125s, margin-bottom 0.25s ease-in-out;
          -moz-transition: max-height 0.25s ease-in-out, opacity 0.25s ease-in-out 0.125s, margin-bottom 0.25s ease-in-out;
          -ms-transition: max-height 0.25s ease-in-out, opacity 0.25s ease-in-out 0.125s, margin-bottom 0.25s ease-in-out;
          -o-transition: max-height 0.25s ease-in-out, opacity 0.25s ease-in-out 0.125s, margin-bottom 0.25s ease-in-out;
          transition: max-height 0.25s ease-in-out, opacity 0.25s ease-in-out 0.125s, margin-bottom 0.25s ease-in-out;
          max-height: 100vh;
          -webkit-box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.75); }
          .menu-container .pages-menu .submenu-container:hover .submenu li {
            height: 50px;
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin: 0;
            padding: 0;
            width: auto; }
            .menu-container .pages-menu .submenu-container:hover .submenu li:not(:last-child) {
              border-bottom: solid 1px #ececec !important; }
            .menu-container .pages-menu .submenu-container:hover .submenu li a {
              display: flex;
              align-items: center;
              width: 100%;
              height: 100%;
              padding: 0 1rem;
              color: #333333; }
            .menu-container .pages-menu .submenu-container:hover .submenu li:hover {
              background-color: #00315d;
              cursor: pointer; }
              .menu-container .pages-menu .submenu-container:hover .submenu li:hover a {
                color: white; }
        .menu-container .pages-menu .submenu-container:nth-child(3) .submenu {
          width: 250px; }
        .menu-container .pages-menu .submenu-container .submenu-toggle {
          display: block; }
          .menu-container .pages-menu .submenu-container .submenu-toggle .desktop-toggle {
            display: inline-block;
            color: #00315d;
            font-size: 1.2rem;
            margin-left: 0.5rem; }
          .menu-container .pages-menu .submenu-container .submenu-toggle .mobile-toggle {
            display: none; }
          .menu-container .pages-menu .submenu-container .submenu-toggle:hover {
            cursor: pointer; } }

@media screen and (min-width: 992px) {
  .menu-container .pages-menu ul.main-menu li {
    margin: 0 1rem; } }

.news-list-slider {
  background-color: #E5F1F8; }
  .news-list-slider .panel-text {
    background-color: #E5F1F8 !important; }

.news-list-section {
  padding-top: 4rem; }
  .news-list-section .news-filters {
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1rem; }
    .news-list-section .news-filters select::-ms-expand {
      display: none; }
    .news-list-section .news-filters select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: solid 1px !important;
      height: 40px;
      padding: 5px;
      border: none;
      background: url(https://static.thenounproject.com/png/1123247-200.png) center right no-repeat;
      background-size: contain;
      background-position-y: 50%;
      margin-bottom: 1rem;
      width: 100%; }
      .news-list-section .news-filters select::-ms-expand {
        display: none; }
      .news-list-section .news-filters select:first-child {
        max-width: 15rem;
        margin-right: 2rem; }
      .news-list-section .news-filters select:last-child {
        max-width: 20rem; }
      .news-list-section .news-filters select:focus {
        outline: none !important; }
      .news-list-section .news-filters select option {
        border: none;
        outline: none; }
  .news-list-section .news-results .news-list {
    margin: 1rem 0 2rem 0; }
    .news-list-section .news-results .news-list li {
      padding: 1rem 0; }
  .news-list-section .news-results .news-page-navigation {
    border-top: solid 1px #333333;
    padding: 1rem 0;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00315d;
    overflow-x: hidden; }
    .news-list-section .news-results .news-page-navigation #news-previous-page {
      margin-right: 1.5rem; }
    .news-list-section .news-results .news-page-navigation #news-next-page {
      margin-left: 1.5rem; }
    .news-list-section .news-results .news-page-navigation span {
      cursor: pointer;
      margin: 0 0.5rem;
      font-size: 1rem;
      font-weight: 400; }
      .news-list-section .news-results .news-page-navigation span.active-page {
        color: #666666; }
      .news-list-section .news-results .news-page-navigation span.hide-mobile {
        display: none; }
  .news-list-section .news-teaser, .news-list-section .mailing-list-subscription {
    position: relative; }

.news-media-mailing {
  margin: 1rem 0; }
  .news-media-mailing > div {
    border: none;
    background-color: #f0f0f0;
    padding: 1.5rem 1rem;
    margin-bottom: 1.5rem; }
    .news-media-mailing > div:last-of-type {
      margin-bottom: 0; }
    .news-media-mailing > div .box-title {
      font-size: 14pt;
      line-height: 16pt;
      text-transform: uppercase;
      margin: 0;
      margin-bottom: 1rem; }
    .news-media-mailing > div .box-content p {
      margin: 0;
      word-break: break-all; }
    .news-media-mailing > div .box-content .link-menu > li {
      margin: 0.5rem 0; }
    .news-media-mailing > div.mailing-list-subscription .box-content {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch; }
    .news-media-mailing > div.mailing-list-subscription input {
      outline: none;
      width: 100%;
      max-width: 20rem;
      height: auto;
      padding: 1rem;
      border: solid 1px #333333;
      margin-bottom: 1rem; }
    .news-media-mailing > div.mailing-list-subscription .newsletter-email-label {
      display: block;
      margin-bottom: 0.5rem; }
  .news-media-mailing .h-newsletter-container {
    color: #d81a1a; }
    .news-media-mailing .h-newsletter-container.success {
      color: #119102; }

.news-article {
  padding: 1rem 0; }
  .news-article .article-ctn h1.article-title {
    font-size: 2.4rem;
    line-height: 2.75rem;
    padding-bottom: 2rem; }
  .news-article .article-ctn .img-ctn {
    margin: 2rem 0; }
    .news-article .article-ctn .img-ctn > img {
      width: 100%;
      max-width: 30rem;
      height: auto; }
  .news-article .article-ctn a:not(.btn) {
    text-decoration: underline; }
  .news-article .article-ctn ul {
    padding-left: 1rem; }
    .news-article .article-ctn ul > li {
      padding: 0.3rem 0;
      list-style-type: disc;
      list-style-position: inside; }
  .news-article .return.return-top {
    margin-bottom: 2rem; }
  .news-article .return.return-bottom {
    margin: 2rem 0; }

@media screen and (min-width: 768px) {
  .news-list-section .news-results .news-page-navigation {
    padding: 1rem 0;
    margin-bottom: 2rem; }
    .news-list-section .news-results .news-page-navigation span {
      margin: 0 0.7rem;
      font-size: 1.25rem; }
      .news-list-section .news-results .news-page-navigation span.hide-mobile {
        display: inline; }
  .article-ctn {
    padding-left: 0; } }

@media screen and (min-width: 992px) {
  .news-media-mailing {
    margin: 0; } }

.vertical-ctn {
  padding-left: 0px;
  padding-right: 0px; }

.panel-ctn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 3rem;
  position: relative; }
  .panel-ctn .panel-text li {
    list-style-type: disc;
    list-style-position: inside; }
  .panel-ctn.no-margin-bottom {
    margin-bottom: 0; }
  .panel-ctn > .row {
    width: 100%; }
  .panel-ctn .panel-pic {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%; }
  .panel-ctn .panel-pic-dual {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%; }
  .panel-ctn.panel-feature {
    height: 56.25vw;
    max-height: calc(1366px*56.25/100);
    position: relative;
    background-size: cover; }
    .panel-ctn.panel-feature .panel-text {
      width: 100%;
      position: absolute;
      right: 50%;
      bottom: 50%;
      transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
      max-height: 100%;
      text-align: center;
      color: #ffffff;
      padding: 1rem 2rem; }
      .panel-ctn.panel-feature .panel-text h1, .panel-ctn.panel-feature .panel-text h2, .panel-ctn.panel-feature .panel-text h3, .panel-ctn.panel-feature .panel-text h4 {
        margin: 1rem 0;
        font-size: 2.2rem;
        line-height: 2.4rem; }
      .panel-ctn.panel-feature .panel-text a:not(.btn) {
        text-decoration: underline; }
      .panel-ctn.panel-feature .panel-text ul > li {
        padding: 0.3rem 0; }
      .panel-ctn.panel-feature .panel-text .panel-btn-ctn {
        text-align: center; }
        .panel-ctn.panel-feature .panel-text .panel-btn-ctn .btn {
          margin: 1rem 0; }
        .panel-ctn.panel-feature .panel-text .panel-btn-ctn .btn-secondary-text {
          font-size: 0.85rem; }
    .panel-ctn.panel-feature .panel-text h1 {
      text-transform: uppercase;
      font-size: 2.2rem !important;
      line-height: 2.4rem !important; }
    .panel-ctn.panel-feature .yt-player {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      height: 100%; }
    .panel-ctn.panel-feature .yt-controls {
      margin-top: 1rem;
      font-size: 0.75rem; }
    .panel-ctn.panel-feature .yt-play {
      cursor: pointer; }
    .panel-ctn.panel-feature.playing {
      background: white; }
      .panel-ctn.panel-feature.playing .yt-player {
        z-index: 2; }
  .panel-ctn.panel-fullwidththin {
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 17.5rem; }
    .panel-ctn.panel-fullwidththin .panel-text {
      width: 100%;
      position: absolute;
      right: 50%;
      bottom: 50%;
      transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
      max-height: 100%;
      text-align: center;
      color: #ffffff;
      padding: 1rem 2rem; }
      .panel-ctn.panel-fullwidththin .panel-text h1, .panel-ctn.panel-fullwidththin .panel-text h2, .panel-ctn.panel-fullwidththin .panel-text h3, .panel-ctn.panel-fullwidththin .panel-text h4 {
        margin: 1rem 0;
        font-size: 2.2rem;
        line-height: 2.4rem; }
      .panel-ctn.panel-fullwidththin .panel-text a:not(.btn) {
        text-decoration: underline; }
      .panel-ctn.panel-fullwidththin .panel-text ul > li {
        padding: 0.3rem 0; }
      .panel-ctn.panel-fullwidththin .panel-text .panel-btn-ctn {
        text-align: center; }
        .panel-ctn.panel-fullwidththin .panel-text .panel-btn-ctn .btn {
          margin: 1rem 0; }
        .panel-ctn.panel-fullwidththin .panel-text .panel-btn-ctn .btn-secondary-text {
          font-size: 0.85rem; }
  .panel-ctn.panel-fullwidth {
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 28rem; }
    .panel-ctn.panel-fullwidth .panel-text {
      width: 100%;
      position: absolute;
      right: 50%;
      bottom: 50%;
      transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
      max-height: 100%;
      text-align: center;
      color: #ffffff;
      padding: 1rem 2rem; }
      .panel-ctn.panel-fullwidth .panel-text h1, .panel-ctn.panel-fullwidth .panel-text h2, .panel-ctn.panel-fullwidth .panel-text h3, .panel-ctn.panel-fullwidth .panel-text h4 {
        margin: 1rem 0;
        font-size: 2.2rem;
        line-height: 2.4rem; }
      .panel-ctn.panel-fullwidth .panel-text a:not(.btn) {
        text-decoration: underline; }
      .panel-ctn.panel-fullwidth .panel-text ul > li {
        padding: 0.3rem 0; }
      .panel-ctn.panel-fullwidth .panel-text .panel-btn-ctn {
        text-align: center; }
        .panel-ctn.panel-fullwidth .panel-text .panel-btn-ctn .btn {
          margin: 1rem 0; }
        .panel-ctn.panel-fullwidth .panel-text .panel-btn-ctn .btn-secondary-text {
          font-size: 0.85rem; }
  .panel-ctn.panel-horizontal {
    flex-direction: column;
    padding: 0; }
    .panel-ctn.panel-horizontal > .row {
      max-width: 30rem; }
    .panel-ctn.panel-horizontal .panel-pic::before, .panel-ctn.panel-horizontal .panel-pic-dual::before {
      display: block;
      content: '';
      padding-top: 100%; }
    .panel-ctn.panel-horizontal .banner-icon-container {
      display: none; }
    .panel-ctn.panel-horizontal .banner-icon {
      height: auto;
      width: 10rem;
      margin-left: -5px; }
    .panel-ctn.panel-horizontal .panel-text {
      display: flex;
      flex-direction: column;
      background-color: #ececec;
      padding: 2rem;
      color: #333333;
      min-height: 12rem;
      width: 100%; }
      .panel-ctn.panel-horizontal .panel-text a:not(.btn) {
        text-decoration: underline; }
      .panel-ctn.panel-horizontal .panel-text ul > li {
        padding: 0.3rem 0; }
      .panel-ctn.panel-horizontal .panel-text .panel-btn-ctn {
        text-align: center; }
        .panel-ctn.panel-horizontal .panel-text .panel-btn-ctn .btn {
          margin: 1rem 0; }
        .panel-ctn.panel-horizontal .panel-text .panel-btn-ctn .btn-secondary-text {
          font-size: 0.75rem; }
      .panel-ctn.panel-horizontal .panel-text p, .panel-ctn.panel-horizontal .panel-text div {
        margin: 0;
        font-size: 1.125rem;
        line-height: 1.875rem; }
      .panel-ctn.panel-horizontal .panel-text > h1, .panel-ctn.panel-horizontal .panel-text > h2, .panel-ctn.panel-horizontal .panel-text > h3, .panel-ctn.panel-horizontal .panel-text > h4 {
        margin: 1rem 0;
        font-size: 1.875rem;
        line-height: 2.125rem; }
    .panel-ctn.panel-horizontal .panel-text {
      justify-content: center; }
  .panel-ctn.panel-vertical {
    margin-bottom: 3rem;
    flex-direction: column;
    align-items: center;
    max-width: 30rem; }
    .panel-ctn.panel-vertical .panel-text {
      justify-content: flex-start; }
      .panel-ctn.panel-vertical .panel-text > p {
        flex-grow: 1;
        margin: 1rem 0; }
    .panel-ctn.panel-vertical .panel-pic {
      height: auto; }
      .panel-ctn.panel-vertical .panel-pic::before {
        display: block;
        content: '';
        padding-top: 100%; }
    .panel-ctn.panel-vertical .panel-text {
      display: flex;
      flex-direction: column;
      background-color: #ececec;
      padding: 2rem;
      color: #333333;
      min-height: 12rem;
      width: 100%; }
      .panel-ctn.panel-vertical .panel-text a:not(.btn) {
        text-decoration: underline; }
      .panel-ctn.panel-vertical .panel-text ul > li {
        padding: 0.3rem 0; }
      .panel-ctn.panel-vertical .panel-text .panel-btn-ctn {
        text-align: center; }
        .panel-ctn.panel-vertical .panel-text .panel-btn-ctn .btn {
          margin: 1rem 0; }
        .panel-ctn.panel-vertical .panel-text .panel-btn-ctn .btn-secondary-text {
          font-size: 0.75rem; }
      .panel-ctn.panel-vertical .panel-text p, .panel-ctn.panel-vertical .panel-text div {
        margin: 0;
        font-size: 1.125rem;
        line-height: 1.875rem; }
      .panel-ctn.panel-vertical .panel-text > h1, .panel-ctn.panel-vertical .panel-text > h2, .panel-ctn.panel-vertical .panel-text > h3, .panel-ctn.panel-vertical .panel-text > h4 {
        margin: 1rem 0;
        font-size: 1.875rem;
        line-height: 2.125rem; }

.vertical-ctn {
  padding-left: 0px;
  padding-right: 0px; }

.panel-ctn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 3rem;
  position: relative; }
  .panel-ctn .panel-text li {
    list-style-type: disc;
    list-style-position: inside; }
  .panel-ctn.no-margin-bottom {
    margin-bottom: 0; }
  .panel-ctn > .row {
    width: 100%; }
  .panel-ctn .panel-pic {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%; }
  .panel-ctn .panel-pic-dual {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%; }
  .panel-ctn.panel-feature {
    height: 56.25vw;
    max-height: calc(1366px*56.25/100);
    position: relative;
    background-size: cover; }
    .panel-ctn.panel-feature .panel-text {
      width: 100%;
      position: absolute;
      right: 50%;
      bottom: 50%;
      transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
      max-height: 100%;
      text-align: center;
      color: #ffffff;
      padding: 1rem 2rem; }
      .panel-ctn.panel-feature .panel-text h1, .panel-ctn.panel-feature .panel-text h2, .panel-ctn.panel-feature .panel-text h3, .panel-ctn.panel-feature .panel-text h4 {
        margin: 1rem 0;
        font-size: 2.2rem;
        line-height: 2.4rem; }
      .panel-ctn.panel-feature .panel-text a:not(.btn) {
        text-decoration: underline; }
      .panel-ctn.panel-feature .panel-text ul > li {
        padding: 0.3rem 0; }
      .panel-ctn.panel-feature .panel-text .panel-btn-ctn {
        text-align: center; }
        .panel-ctn.panel-feature .panel-text .panel-btn-ctn .btn {
          margin: 1rem 0; }
        .panel-ctn.panel-feature .panel-text .panel-btn-ctn .btn-secondary-text {
          font-size: 0.85rem; }
    .panel-ctn.panel-feature .panel-text h1 {
      text-transform: uppercase;
      font-size: 2.2rem !important;
      line-height: 2.4rem !important; }
    .panel-ctn.panel-feature .yt-player {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      height: 100%; }
    .panel-ctn.panel-feature .yt-controls {
      margin-top: 1rem;
      font-size: 0.75rem; }
    .panel-ctn.panel-feature .yt-play {
      cursor: pointer; }
    .panel-ctn.panel-feature.playing {
      background: white; }
      .panel-ctn.panel-feature.playing .yt-player {
        z-index: 2; }
  .panel-ctn.panel-fullwidththin {
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 17.5rem; }
    .panel-ctn.panel-fullwidththin .panel-text {
      width: 100%;
      position: absolute;
      right: 50%;
      bottom: 50%;
      transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
      max-height: 100%;
      text-align: center;
      color: #ffffff;
      padding: 1rem 2rem; }
      .panel-ctn.panel-fullwidththin .panel-text h1, .panel-ctn.panel-fullwidththin .panel-text h2, .panel-ctn.panel-fullwidththin .panel-text h3, .panel-ctn.panel-fullwidththin .panel-text h4 {
        margin: 1rem 0;
        font-size: 2.2rem;
        line-height: 2.4rem; }
      .panel-ctn.panel-fullwidththin .panel-text a:not(.btn) {
        text-decoration: underline; }
      .panel-ctn.panel-fullwidththin .panel-text ul > li {
        padding: 0.3rem 0; }
      .panel-ctn.panel-fullwidththin .panel-text .panel-btn-ctn {
        text-align: center; }
        .panel-ctn.panel-fullwidththin .panel-text .panel-btn-ctn .btn {
          margin: 1rem 0; }
        .panel-ctn.panel-fullwidththin .panel-text .panel-btn-ctn .btn-secondary-text {
          font-size: 0.85rem; }
  .panel-ctn.panel-fullwidth {
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 28rem; }
    .panel-ctn.panel-fullwidth .panel-text {
      width: 100%;
      position: absolute;
      right: 50%;
      bottom: 50%;
      transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
      max-height: 100%;
      text-align: center;
      color: #ffffff;
      padding: 1rem 2rem; }
      .panel-ctn.panel-fullwidth .panel-text h1, .panel-ctn.panel-fullwidth .panel-text h2, .panel-ctn.panel-fullwidth .panel-text h3, .panel-ctn.panel-fullwidth .panel-text h4 {
        margin: 1rem 0;
        font-size: 2.2rem;
        line-height: 2.4rem; }
      .panel-ctn.panel-fullwidth .panel-text a:not(.btn) {
        text-decoration: underline; }
      .panel-ctn.panel-fullwidth .panel-text ul > li {
        padding: 0.3rem 0; }
      .panel-ctn.panel-fullwidth .panel-text .panel-btn-ctn {
        text-align: center; }
        .panel-ctn.panel-fullwidth .panel-text .panel-btn-ctn .btn {
          margin: 1rem 0; }
        .panel-ctn.panel-fullwidth .panel-text .panel-btn-ctn .btn-secondary-text {
          font-size: 0.85rem; }
  .panel-ctn.panel-horizontal {
    flex-direction: column;
    padding: 0; }
    .panel-ctn.panel-horizontal > .row {
      max-width: 30rem; }
    .panel-ctn.panel-horizontal .panel-pic::before, .panel-ctn.panel-horizontal .panel-pic-dual::before {
      display: block;
      content: '';
      padding-top: 100%; }
    .panel-ctn.panel-horizontal .banner-icon-container {
      display: none; }
    .panel-ctn.panel-horizontal .banner-icon {
      height: auto;
      width: 10rem;
      margin-left: -5px; }
    .panel-ctn.panel-horizontal .panel-text {
      display: flex;
      flex-direction: column;
      background-color: #ececec;
      padding: 2rem;
      color: #333333;
      min-height: 12rem;
      width: 100%; }
      .panel-ctn.panel-horizontal .panel-text a:not(.btn) {
        text-decoration: underline; }
      .panel-ctn.panel-horizontal .panel-text ul > li {
        padding: 0.3rem 0; }
      .panel-ctn.panel-horizontal .panel-text .panel-btn-ctn {
        text-align: center; }
        .panel-ctn.panel-horizontal .panel-text .panel-btn-ctn .btn {
          margin: 1rem 0; }
        .panel-ctn.panel-horizontal .panel-text .panel-btn-ctn .btn-secondary-text {
          font-size: 0.75rem; }
      .panel-ctn.panel-horizontal .panel-text p, .panel-ctn.panel-horizontal .panel-text div {
        margin: 0;
        font-size: 1.125rem;
        line-height: 1.875rem; }
      .panel-ctn.panel-horizontal .panel-text > h1, .panel-ctn.panel-horizontal .panel-text > h2, .panel-ctn.panel-horizontal .panel-text > h3, .panel-ctn.panel-horizontal .panel-text > h4 {
        margin: 1rem 0;
        font-size: 1.875rem;
        line-height: 2.125rem; }
    .panel-ctn.panel-horizontal .panel-text {
      justify-content: center; }
  .panel-ctn.panel-vertical {
    margin-bottom: 3rem;
    flex-direction: column;
    align-items: center;
    max-width: 30rem; }
    .panel-ctn.panel-vertical .panel-text {
      justify-content: flex-start; }
      .panel-ctn.panel-vertical .panel-text > p {
        flex-grow: 1;
        margin: 1rem 0; }
    .panel-ctn.panel-vertical .panel-pic {
      height: auto; }
      .panel-ctn.panel-vertical .panel-pic::before {
        display: block;
        content: '';
        padding-top: 100%; }
    .panel-ctn.panel-vertical .panel-text {
      display: flex;
      flex-direction: column;
      background-color: #ececec;
      padding: 2rem;
      color: #333333;
      min-height: 12rem;
      width: 100%; }
      .panel-ctn.panel-vertical .panel-text a:not(.btn) {
        text-decoration: underline; }
      .panel-ctn.panel-vertical .panel-text ul > li {
        padding: 0.3rem 0; }
      .panel-ctn.panel-vertical .panel-text .panel-btn-ctn {
        text-align: center; }
        .panel-ctn.panel-vertical .panel-text .panel-btn-ctn .btn {
          margin: 1rem 0; }
        .panel-ctn.panel-vertical .panel-text .panel-btn-ctn .btn-secondary-text {
          font-size: 0.75rem; }
      .panel-ctn.panel-vertical .panel-text p, .panel-ctn.panel-vertical .panel-text div {
        margin: 0;
        font-size: 1.125rem;
        line-height: 1.875rem; }
      .panel-ctn.panel-vertical .panel-text > h1, .panel-ctn.panel-vertical .panel-text > h2, .panel-ctn.panel-vertical .panel-text > h3, .panel-ctn.panel-vertical .panel-text > h4 {
        margin: 1rem 0;
        font-size: 1.875rem;
        line-height: 2.125rem; }

@media screen and (min-width: 1280px) {
  .panel-ctn {
    width: 100%;
    display: flex;
    margin-bottom: 3.625rem;
    padding: 0; }
    .panel-ctn.no-margin-bottom {
      margin-bottom: 0; }
    .panel-ctn.panel-feature .panel-text h1, .panel-ctn.panel-feature .panel-text h2, .panel-ctn.panel-feature .panel-text h3, .panel-ctn.panel-feature .panel-text h4 {
      font-size: 3.75rem;
      line-height: 4.0625rem; }
    .panel-ctn.panel-feature .panel-text h1 {
      text-transform: uppercase;
      font-size: 3.75rem !important;
      line-height: 4.0625rem !important; }
    .panel-ctn.panel-fullwidththin {
      height: auto;
      height: 15vw;
      max-height: calc(1366px*15/100); }
      .panel-ctn.panel-fullwidththin .panel-text h1, .panel-ctn.panel-fullwidththin .panel-text h2, .panel-ctn.panel-fullwidththin .panel-text h3, .panel-ctn.panel-fullwidththin .panel-text h4 {
        font-size: 3.75rem;
        line-height: 4.0625rem; }
    .panel-ctn.panel-fullwidth {
      height: auto;
      height: 39.5vw;
      max-height: calc(1366px*39.5/100); }
      .panel-ctn.panel-fullwidth .panel-text h1, .panel-ctn.panel-fullwidth .panel-text h2, .panel-ctn.panel-fullwidth .panel-text h3, .panel-ctn.panel-fullwidth .panel-text h4 {
        font-size: 3.75rem;
        line-height: 4.0625rem; }
    .panel-ctn.panel-horizontal {
      flex-direction: row; }
      .panel-ctn.panel-horizontal > .row {
        max-width: 100%; }
      .panel-ctn.panel-horizontal .panel-pic {
        height: auto;
        min-height: 26.5rem; }
      .panel-ctn.panel-horizontal .panel-text {
        background-color: #ececec;
        padding: 1rem 2rem;
        /* h3 {
          font-size: $heading-size-xl !important;
          line-height: $heading-line-xl !important;
        } */ }
        .panel-ctn.panel-horizontal .panel-text > h1, .panel-ctn.panel-horizontal .panel-text > h2, .panel-ctn.panel-horizontal .panel-text > h3, .panel-ctn.panel-horizontal .panel-text > h4 {
          margin: 1rem 0;
          font-size: 2.4rem;
          line-height: 2.75rem; }
        .panel-ctn.panel-horizontal .panel-text > div, .panel-ctn.panel-horizontal .panel-text > p {
          margin: 0; }
          .panel-ctn.panel-horizontal .panel-text > div p, .panel-ctn.panel-horizontal .panel-text > p p {
            margin: 0; }
          .panel-ctn.panel-horizontal .panel-text > div a, .panel-ctn.panel-horizontal .panel-text > p a {
            margin: 1rem 0; }
        .panel-ctn.panel-horizontal .panel-text .panel-btn-ctn {
          text-align: left; }
          .panel-ctn.panel-horizontal .panel-text .panel-btn-ctn .btn {
            margin: 2rem 0; }
      .panel-ctn.panel-horizontal .banner-icon-container {
        display: block;
        padding: 10px 0; }
    .panel-ctn.panel-vertical {
      max-width: 100%; }
      .panel-ctn.panel-vertical:first-child {
        margin-right: 1rem; }
      .panel-ctn.panel-vertical:last-child {
        margin-left: 1rem; }
      .panel-ctn.panel-vertical .panel-text {
        flex-grow: 1; }
        .panel-ctn.panel-vertical .panel-text .btn {
          margin: 2rem 0; }
        .panel-ctn.panel-vertical .panel-text > h1, .panel-ctn.panel-vertical .panel-text > h2, .panel-ctn.panel-vertical .panel-text > h3, .panel-ctn.panel-vertical .panel-text > h4 {
          margin: 1rem 0;
          font-size: 2.4rem;
          line-height: 2.75rem; }
  .btn {
    margin: 2rem 0; }
  .vertical-ctn {
    padding: 0;
    display: flex; } }

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .panel-ctn {
    width: 100%;
    display: flex;
    margin-bottom: 3.625rem;
    padding: 0; }
    .panel-ctn.no-margin-bottom {
      margin-bottom: 0; }
    .panel-ctn .panel-pic {
      background-size: cover;
      background-repeat: no-repeat; }
    .panel-ctn .panel-pic-dual {
      background-size: 100% 100%;
      background-repeat: no-repeat; }
    .panel-ctn.panel-feature .panel-text h1, .panel-ctn.panel-feature .panel-text h2, .panel-ctn.panel-feature .panel-text h3, .panel-ctn.panel-feature .panel-text h4 {
      font-size: 3.75rem;
      line-height: 4.0625rem; }
    .panel-ctn.panel-feature .panel-text h1 {
      text-transform: uppercase;
      font-size: 3.75rem !important;
      line-height: 4.0625rem !important; }
    .panel-ctn.panel-fullwidththin {
      height: auto;
      height: 24vw;
      max-height: calc(1366px*24/100); }
      .panel-ctn.panel-fullwidththin .panel-text h1, .panel-ctn.panel-fullwidththin .panel-text h2, .panel-ctn.panel-fullwidththin .panel-text h3, .panel-ctn.panel-fullwidththin .panel-text h4 {
        font-size: 3.75rem;
        line-height: 4.0625rem; }
    .panel-ctn.panel-fullwidth {
      height: auto;
      height: 39.5vw;
      max-height: calc(1366px*39.5/100); }
      .panel-ctn.panel-fullwidth .panel-text h1, .panel-ctn.panel-fullwidth .panel-text h2, .panel-ctn.panel-fullwidth .panel-text h3, .panel-ctn.panel-fullwidth .panel-text h4 {
        font-size: 3.75rem;
        line-height: 4.0625rem; }
    .panel-ctn.panel-horizontal {
      flex-direction: row; }
      .panel-ctn.panel-horizontal > .row {
        max-width: 100%; }
      .panel-ctn.panel-horizontal .panel-pic {
        height: auto;
        min-height: 26.5rem; }
      .panel-ctn.panel-horizontal .panel-text {
        background-color: #ececec;
        padding: 1rem 2rem;
        /* h3 {
          font-size: $heading-size-xl !important;
          line-height: $heading-line-xl !important;
        } */ }
        .panel-ctn.panel-horizontal .panel-text > h1, .panel-ctn.panel-horizontal .panel-text > h2, .panel-ctn.panel-horizontal .panel-text > h3, .panel-ctn.panel-horizontal .panel-text > h4 {
          margin: 1rem 0;
          font-size: 2.4rem;
          line-height: 2.75rem; }
        .panel-ctn.panel-horizontal .panel-text > div, .panel-ctn.panel-horizontal .panel-text > p {
          margin: 0; }
          .panel-ctn.panel-horizontal .panel-text > div p, .panel-ctn.panel-horizontal .panel-text > p p {
            margin: 0; }
          .panel-ctn.panel-horizontal .panel-text > div a, .panel-ctn.panel-horizontal .panel-text > p a {
            margin: 1rem 0; }
        .panel-ctn.panel-horizontal .panel-text .panel-btn-ctn {
          text-align: left; }
          .panel-ctn.panel-horizontal .panel-text .panel-btn-ctn .btn {
            margin: 2rem 0; }
      .panel-ctn.panel-horizontal .banner-icon-container {
        display: block;
        padding: 10px 0; }
    .panel-ctn.panel-vertical {
      max-width: 100%; }
      .panel-ctn.panel-vertical:first-child {
        padding-right: 1rem; }
      .panel-ctn.panel-vertical:last-child {
        padding-left: 1rem; }
      .panel-ctn.panel-vertical .panel-text {
        flex-grow: 1; }
        .panel-ctn.panel-vertical .panel-text .btn {
          margin: 2rem 0; }
        .panel-ctn.panel-vertical .panel-text > h1, .panel-ctn.panel-vertical .panel-text > h2, .panel-ctn.panel-vertical .panel-text > h3, .panel-ctn.panel-vertical .panel-text > h4 {
          margin: 1rem 0;
          font-size: 2.4rem;
          line-height: 2.75rem; }
  .btn {
    margin: 2rem 0; }
  .vertical-ctn {
    padding: 0;
    display: flex; } }

@media screen and (min-width: 992px) {
  .panel-ctn.panel-feature .yt-controls {
    margin-top: 2rem;
    font-size: 1.125rem; }
  .panel-ctn.panel-horizontal .panel-pic {
    min-height: 30rem; } }

@media screen and (min-width: 1366px) {
  .panel-ctn.panel-horizontal .panel-pic {
    min-height: 34.75rem; } }

.slider-rel {
  position: relative;
  margin-bottom: 1rem; }
  .slider-rel .page-slider.swiper-container {
    position: unset !important; }
  .slider-rel .page-slider .swiper-pagination {
    bottom: -1rem;
    transform: translateY(100%); }
    .slider-rel .page-slider .swiper-pagination .swiper-pagination-bullet {
      height: 1rem;
      width: 1rem; }
  .slider-rel .page-slider .slide-img {
    width: 100%;
    background-position: center;
    background-size: cover;
    padding-top: 39.67%; }
  .slider-rel .page-slider .slide-info {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    color: white;
    text-align: center; }
  .slider-rel .page-slider .panel-ctn {
    margin-bottom: 0 !important;
    box-sizing: border-box; }

.social-accounts {
  justify-content: flex-end; }
  .social-accounts .social-item:not(:first-child):not(:last-child) {
    margin: 0 0.7rem; }
  .social-accounts .social-item:first-child {
    margin-right: 0.7rem; }
  .social-accounts .social-item:last-child {
    margin-left: 0.7rem; }
  .social-accounts .social-item img {
    height: 1.8rem; }
  .social-accounts .social-item .fab {
    color: black; }
    .social-accounts .social-item .fab:active {
      color: #00315d; }

@media screen and (min-width: 768px) {
  .social-accounts {
    justify-content: flex-start; } }

html {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body, ul, ol, h1 {
  padding: 0;
  margin: 0; }

.page-header, .page-content, .page-footer {
  min-width: 320px; }

.page-content, .page-footer {
  z-index: 10; }

main {
  display: block; }

.maxWidth {
  max-width: 1366px !important;
  margin-left: auto !important;
  margin-right: auto !important; }

li {
  list-style-type: none; }

a {
  text-decoration: none;
  color: #00315d; }

.btn {
  line-height: 1.3rem;
  text-transform: uppercase;
  border: unset;
  outline: none;
  min-height: 2.5rem;
  border-radius: 1.25rem;
  padding: 0.65rem 1.5625rem;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; }
  .btn:hover {
    -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; }
  .btn.btn-darkblue {
    font-size: 1rem;
    color: #00315d;
    border: 1px #00315d solid; }
    .btn.btn-darkblue:hover {
      color: #FFFFFF;
      background-color: #00315d; }
  .btn.btn-white {
    font-size: 1rem;
    color: #FFFFFF;
    border: 1px #FFFFFF solid; }
    .btn.btn-white:hover {
      color: #00315d;
      background-color: #FFFFFF; }
  .btn.secondaire {
    font-size: 0.875rem;
    color: #FFFFFF;
    background-color: #00315d;
    border: 1px #00315d solid; }
    .btn.secondaire:hover {
      color: #00315d;
      background-color: #FFFFFF; }
  .btn.slider-ctrl {
    top: 100vw;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -6.1rem;
    padding: 0;
    background-image: none !important;
    background-color: white;
    border: solid 1px #00315d;
    border-radius: 50%; }
    .btn.slider-ctrl i {
      display: flex;
      font-size: 1.25rem;
      color: #00315d; }
    .btn.slider-ctrl.swiper-button-prev {
      left: 0; }
    .btn.slider-ctrl.swiper-button-next {
      right: 0; }

.light-blue {
  color: #0073b9;
  border-color: #0073b9; }

.input-container {
  display: flex;
  padding: 0; }
  .input-container input {
    flex-grow: 1;
    height: 100%;
    border: none;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1rem; }
    .input-container input:focus {
      outline: none; }

.link-text {
  text-decoration: none;
  color: #00315d; }
  .link-text.upper {
    text-transform: uppercase; }

.separation-bottom {
  margin-bottom: 3.625rem; }

.page-anchor {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
  top: -9.5rem; }

#main > .row {
  padding-left: 0;
  padding-right: 0; }

.no-margin-top {
  margin-top: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.scChromeCommand > img {
  height: auto; }

@media screen and (min-width: 768px) {
  html {
    font-size: 14px; }
  main {
    margin-top: 0; }
    main.marginTop {
      margin-top: 6.25rem; } }

@media screen and (min-width: 768px) {
  #main > .row {
    padding-left: 1rem;
    padding-right: 1rem; }
  .mid-page-ctn > .row.row-full {
    margin-left: 0;
    margin-right: 0; }
  .btn.slider-ctrl {
    top: 50%;
    margin-top: 0; } }


.page-footer .scrollTop {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 7; }
  .page-footer .scrollTop.fixed {
    position: fixed;
    bottom: 1rem;
    display: flex;
    width: auto;
    right: 50%;
    transform: translate(50%); }
  .page-footer .scrollTop.hide {
    display: none; }
  .page-footer .scrollTop a.btn {
    height: 3rem;
    width: 3rem;
    padding: 0;
    position: relative;
    display: flex;
    background-color: white;
    border: solid 1px #00315d;
    border-radius: 50%;
    box-sizing: border-box; }
    .page-footer .scrollTop a.btn span.icon-ctn {
      font-size: 1.3rem;
      color: #00315d;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .page-footer .scrollTop a.btn span.icon-ctn i {
        display: flex; }
      .page-footer .scrollTop a.btn span.icon-ctn i:first-of-type {
        margin-bottom: -0.15rem; }
      .page-footer .scrollTop a.btn span.icon-ctn i:last-of-type {
        margin-top: -0.55rem; }
    .page-footer .scrollTop a.btn:hover {
      background-color: #00315d; }
      .page-footer .scrollTop a.btn:hover span.icon-ctn {
        color: white; }

.page-footer a {
  color: white; }

.page-footer .footer-menu-section {
  margin: 4rem 0 2rem 0; }
  .page-footer .footer-menu-section.maxWidth {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .page-footer .footer-menu-section div.row {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: auto; }
    .page-footer .footer-menu-section div.row > div.col-12 {
      flex: none; }

.page-footer .block {
  margin-bottom: 2rem; }
  .page-footer .block .block-title {
    font-weight: 900; }
    .page-footer .block .block-title .google-map-link {
      color: inherit; }
  .page-footer .block .block-content p {
    margin: 0.1rem 0;
    padding: 0.3rem 0; }
  .page-footer .block .block-content li {
    margin: 0.1rem 0; }
  .page-footer .block .block-content a {
    box-sizing: border-box; }

.page-footer h2 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #e8d594;
  margin-top: 0;
  margin-bottom: 1rem; }
  .page-footer h2 > a {
    color: inherit; }

.page-footer p {
  color: white;
  line-height: 16px;
  margin: 0; }

.page-footer .lowes-rooftop {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  bottom: -1px;
  padding-top: 4rem; }
  .page-footer .lowes-rooftop img {
    height: auto;
    width: 100%; }

.page-footer > .dark-blue-background {
  background-color: #00315d;
  padding-left: 1rem;
  padding-right: 1rem; }

.page-footer > .light-blue-background {
  overflow: auto;
  background-color: #0073b9; }
  .page-footer > .light-blue-background:last-of-type {
    border-top: solid 1px #ececec; }

.page-footer .social-accounts > .social-item > a > .fab {
  color: white; }

.page-footer .footer-banners > .link-menu {
  text-align: center;
  padding: 1.5rem 0;
  width: 100%; }
  .page-footer .footer-banners > .link-menu li {
    width: 30%;
    display: inline-block; }
    .page-footer .footer-banners > .link-menu li img {
      width: 6.5rem;
      height: 2.1rem;
      margin: 1rem 0; }

.page-footer .footer-notes {
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center; }
  .page-footer .footer-notes .copyright {
    font-size: 1rem; }
  .page-footer .footer-notes .terms-privacy {
    margin-bottom: 2rem; }
    .page-footer .footer-notes .terms-privacy .link-menu {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .page-footer .footer-notes .terms-privacy .link-menu li a {
        font-size: 1rem;
        line-height: 1.2rem; }

.page-footer .social-accounts-footer > .social-accounts {
  justify-content: flex-start !important;
  flex-direction: row; }

@media screen and (min-width: 768px) {
  .page-footer .scrollTop {
    margin-top: 0; }
    .page-footer .scrollTop.fixed {
      bottom: 2rem; }
      .page-footer .scrollTop.fixed.homepage {
        bottom: 4rem; }
    .page-footer .scrollTop a.btn {
      height: 4rem;
      width: 4rem;
      margin-top: 0; }
      .page-footer .scrollTop a.btn span.icon-ctn {
        font-size: 1.75rem; }
        .page-footer .scrollTop a.btn span.icon-ctn i:first-of-type {
          margin-bottom: -0.5rem; }
  .page-footer .block {
    margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    padding: 0 0.5rem 2rem 0.5rem;
    box-sizing: border-box; }
    .page-footer .block .block-title {
      font-weight: 400; }
  .page-footer .footer-menu-section {
    margin: 4rem 0 2rem 0; }
    .page-footer .footer-menu-section div.row {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      flex-wrap: wrap; }
  .page-footer .footer-banners > .link-menu li {
    width: auto; }
    .page-footer .footer-banners > .link-menu li img {
      padding: 0 1rem;
      width: 8.33rem;
      height: 2.5rem; }
  .page-footer .footer-notes {
    padding: 1rem 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .page-footer .footer-notes .copyright {
      font-size: 1rem;
      line-height: 1.2rem; }
    .page-footer .footer-notes .terms-privacy {
      margin-bottom: 0; }
      .page-footer .footer-notes .terms-privacy .link-menu {
        flex-direction: row; }
        .page-footer .footer-notes .terms-privacy .link-menu li a {
          padding: 0 0.5rem;
          border-right: solid 1px white; }
        .page-footer .footer-notes .terms-privacy .link-menu li:last-of-type > a {
          padding-right: 0;
          border: none; }
        .page-footer .footer-notes .terms-privacy .link-menu li:first-of-type > a {
          padding-left: 0; }
  .page-footer .social-accounts-footer > .social-accounts {
    padding-top: 0;
    flex-direction: column; }
    .page-footer .social-accounts-footer > .social-accounts .social-item {
      margin: 0.4rem; }
      .page-footer .social-accounts-footer > .social-accounts .social-item:first-child {
        margin-top: 0 !important; } }

@media screen and (min-width: 992px) {
  .page-footer .footer-banners > .link-menu li img {
    padding: 0 1.7rem;
    width: 10rem;
    height: 3rem; } }

@media screen and (min-width: 1366px) {
  .page-footer .footer-banners > .link-menu li img {
    width: 12rem;
    height: 3.5rem; } }

@media screen and (min-width: 962px) {
  .page-footer .footer-banners > .link-menu img {
    height: 5.6rem; } }

.banners-drawer {
  display: none; }

.intro-ctn .panel-ctn {
  margin-bottom: 0; }

.intro-ctn .intro {
  margin-bottom: 1rem; }

.intro {
  background-color: #E5F1F8;
  margin-bottom: 3.625rem;
  min-height: 20rem;
  display: flex;
  align-items: center; }
  .intro .intro-content {
    padding: 2.5rem 0;
    margin: auto; }

.about-stats-ctn {
  margin-bottom: 3rem; }
  .about-stats-ctn .stats-title {
    color: #333333;
    text-align: center;
    margin-bottom: 2rem; }
  .about-stats-ctn .stats-ctn {
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    margin: auto; }
    .about-stats-ctn .stats-ctn .about-stat {
      text-align: center;
      margin: 1rem 0; }
      .about-stats-ctn .stats-ctn .about-stat .stat-number {
        color: black;
        text-transform: uppercase;
        font-size: 3.5rem;
        line-height: 6rem;
        font-weight: bolder;
        margin: 0; }
      .about-stats-ctn .stats-ctn .about-stat .stat-text {
        color: #666666;
        line-height: 1.25rem;
        font-weight: 900;
        font-size: 1.125rem; }

.slider-ctn {
  margin: 0 auto;
  margin-bottom: 4rem; }
  .slider-ctn h2 {
    margin: 0;
    margin-bottom: 2rem; }

.network-ctn {
  margin-bottom: 3rem; }

.awards-ctn {
  margin: 0 auto; }
  .awards-ctn .icon-list {
    flex-direction: column; }
    .awards-ctn .icon-list .icon-item {
      padding: 2rem 1rem; }

.banners-iconList {
  margin: 0 auto;
  margin-bottom: 2.5rem; }
  .banners-iconList .icon-list .icon-item {
    padding: 2rem 1rem; }
    .banners-iconList .icon-list .icon-item img {
      width: 100%;
      max-width: 70%;
      margin-bottom: 1rem; }

section.products .panel-text h2,
section.operations .panel-text h2,
section.communities .panel-text h2,
section.careers .panel-vertical .panel-text h2,
section.engagements .panel-text h2 {
  font-size: 1.875rem;
  line-height: 2.125rem; }

@media screen and (min-width: 768px) {
  .intro-ctn {
    margin: 0 1rem; }
  .about-stats-ctn .stats-ctn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .about-stats-ctn .stats-ctn .about-stat {
      margin: 0.75rem 0.5rem; }
      .about-stats-ctn .stats-ctn .about-stat .stat-number {
        font-size: 4.5rem; }
  .vertical-ctn {
    margin: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch; }
  .awards-ctn .icon-list {
    flex-direction: row;
    flex-wrap: wrap; }
  .banners-iconList .icon-list .icon-item {
    padding: 2rem 0;
    box-sizing: border-box; } }

@media screen and (min-width: 992px) {
  .about-stats-ctn .stats-ctn .about-stat .stat-number {
    font-size: 5.5rem; } }

@media screen and (min-width: 962px) {
  .banners-drawer .logo-ctn ul li img {
    height: 5rem; }
  .about-stats-ctn .stats-title {
    margin-bottom: 3rem; }
  section.products .panel-text h2,
  section.operations .panel-text h2,
  section.communities .panel-text h2,
  section.careers .panel-vertical .panel-text h2,
  section.engagements .panel-text h2 {
    font-size: 2.4rem;
    line-height: 2.75rem; }
  div.mission-purpose p {
    font-size: 2.4rem;
    line-height: 2.75rem; } }

@media screen and (min-width: 768px) {
  .banners-drawer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    transform: translateX(0px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9;
    -webkit-transition: width 0s 0.25s;
    -moz-transition: width 0s 0.25s;
    -ms-transition: width 0s 0.25s;
    -o-transition: width 0s 0.25s;
    transition: width 0s 0.25s;
    /* Styles for Experience Editor */ }
    .banners-drawer[sc-part-of].hide {
      width: 0;
      left: 50%;
      transform: translateX(-50%); }
      .banners-drawer[sc-part-of].hide .msg {
        width: 300px; }
    .banners-drawer .msg {
      width: 100%;
      padding: 0 1rem;
      max-width: 25rem;
      max-width: fit-content;
      text-align: center;
      background-color: white;
      border: solid 1px #333333;
      border-bottom: none;
      margin-bottom: -1px;
      z-index: 9;
      display: flex;
      justify-content: center;
      align-items: center; }
      .banners-drawer .msg a.btn,
      .banners-drawer .msg p {
        padding: 0.5rem; }
      .banners-drawer .msg a.btn {
        margin: 0;
        padding-bottom: 0.25rem; }
      .banners-drawer .msg > * {
        margin-top: 0; }
    .banners-drawer .logo-ctn {
      width: 100%;
      background-color: white;
      border-top: solid 1px #333333;
      z-index: 8;
      max-height: 6.25rem;
      -webkit-transition: max-height 0.25s ease-in-out;
      -moz-transition: max-height 0.25s ease-in-out;
      -ms-transition: max-height 0.25s ease-in-out;
      -o-transition: max-height 0.25s ease-in-out;
      transition: max-height 0.25s ease-in-out; }
      .banners-drawer .logo-ctn.hide {
        max-height: 0; }
      .banners-drawer .logo-ctn ul {
        text-align: center;
        padding: 1rem 0; }
        .banners-drawer .logo-ctn ul li {
          display: inline-block;
          margin: 0 1rem; }
          .banners-drawer .logo-ctn ul li:first-child {
            margin-left: 0; }
          .banners-drawer .logo-ctn ul li:last-child {
            margin-right: 0; }
          .banners-drawer .logo-ctn ul li img {
            width: 6.33rem;
            height: 2.5rem; }
    .banners-drawer.hidden-at-bottom {
      display: none; } }

@media screen and (min-width: 992px) {
  .banners-drawer .logo-ctn ul {
    max-width: 1366px;
    margin: auto;
    padding: 1.5rem 0; }
    .banners-drawer .logo-ctn ul li img {
      width: 10rem;
      height: 3.5rem !important; } }

.intro-ctn {
  margin-bottom: 2.75rem; }
  .intro-ctn .intro-content > h1 {
    margin-bottom: 1.5rem; }

.distribution-centers-list {
  margin-top: -2.5rem;
  margin-bottom: 2rem;
  margin-left: 2rem; }
  .distribution-centers-list > li {
    display: block;
    width: 100%; }
    .distribution-centers-list > li:not(:first-child) {
      margin-top: 1.5rem; }
    .distribution-centers-list > li h2 {
      font-size: 2.2rem;
      line-height: 2.5rem;
      margin-bottom: 0.5rem; }
    .distribution-centers-list > li ol {
      margin-left: 1rem; }
      .distribution-centers-list > li ol li {
        margin: 0.25rem 0; }
        .distribution-centers-list > li ol li a {
          text-decoration: underline;
          font-size: 1rem; }

@media screen and (min-width: 768px) {
  .distribution-centers-list {
    margin-left: 0; }
    .distribution-centers-list > li {
      display: inline-flex;
      flex-direction: column;
      width: 33%;
      margin-top: 1.5rem;
      padding: 0 1rem; }
      .distribution-centers-list > li:last-child {
        width: 60%; }
      .distribution-centers-list > li h2 {
        font-size: 3.2rem;
        line-height: 3.5rem;
        margin: 1rem 0; }
      .distribution-centers-list > li ol li {
        margin: 0.35rem 0; }
        .distribution-centers-list > li ol li a {
          font-size: 1.3rem; } }

.contact-identity {
  position: relative;
  padding: 0 !important; }

.careers-iconList {
  margin-top: -2rem; }

.banners-iconList .icon-item {
  flex: none; }

.contact-identity > div:not(:last-child) {
  margin-bottom: 3rem; }

.contact-identity > div > .head-office, .contact-identity > div > .identity {
  height: 100%;
  width: 100%;
  padding: 2rem 3rem;
  background-color: #ececec; }
  .contact-identity > div > .head-office h2, .contact-identity > div > .identity h2 {
    margin-top: 0;
    font-size: 2.4rem;
    line-height: 2.75rem; }

.contact-identity > div > .head-office .contact-identity-address {
  margin-bottom: 1rem; }

.contact-identity > div > .head-office p {
  margin: 0; }

@media screen and (min-width: 768px) {
  .contact-identity > div:not(:last-child) {
    padding-right: 0.7rem;
    margin-bottom: 0; }
  .contact-identity > div:last-child {
    padding-left: 0.7rem; }
  .contact-customer-service {
    margin-bottom: 1rem; }
  .customer-title {
    margin-top: 3rem; } }

.page-header {
  top: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  z-index: 11; }
  .page-header.sticky {
    position: fixed; }

@media screen and (min-width: 768px) {
  .page-header {
    position: relative; }
    .page-header.sticky {
      position: fixed;
      top: 0;
      width: 100%;
      margin: auto; } }

.join-team-title {
  margin-top: 0;
  margin-bottom: 0; }

.joinOurTeam .icon-list > .icon-item img {
  height: 8rem;
  max-width: 100%; }

.drawer-banners-title {
  display: block;
  text-align: center;
  margin-top: 0; }

.panel-banners-drawer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #E5F1F8;
  padding: 15% 0; }
  .panel-banners-drawer > .panel-banners-drawer-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    height: 30%;
    text-align: center; }
    .panel-banners-drawer > .panel-banners-drawer-item > a {
      width: 100%; }
      .panel-banners-drawer > .panel-banners-drawer-item > a > img {
        width: 75%; }

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

.recalls-title {
  font-size: 2.4rem; }

@media screen and (min-width: 768px) {
  .join-team-title {
    margin-bottom: unset; }
  .joinOurTeam .icon-list > .icon-item img {
    height: 10rem;
    max-width: 100%; }
  .drawer-banners-title {
    display: none; }
  .panel-banners-drawer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #E5F1F8;
    padding: 15% 0; }
    .panel-banners-drawer > .panel-banners-drawer-item {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 48%;
      height: 33%;
      text-align: center; }
      .panel-banners-drawer > .panel-banners-drawer-item > a {
        width: 100%; }
        .panel-banners-drawer > .panel-banners-drawer-item > a > img {
          width: 75%; }
  .text-center-discover-banners {
    text-align: left; } }

.page-not-found-ctn {
  padding: 3rem 0; }
  .page-not-found-ctn h1 {
    padding-bottom: 3rem; }
  .page-not-found-ctn a {
    text-decoration: underline; }

body {
  font-family: "Lato", Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 900; }

h1 {
  font-size: 1.875rem;
  line-height: 2.125rem; }

h2 {
  font-size: 2.4rem;
  line-height: 2.75rem; }
  h2.small-text {
    font-size: 0.875rem;
    line-height: 0.9375; }

h3 {
  font-size: 1.875rem;
  line-height: 2.125rem; }
  h3.small-text {
    font-size: 2.4rem;
    line-height: 2.75rem; }

h4 {
  font-size: 2.4rem;
  line-height: 2.75rem; }

p:first-of-type {
  margin-top: 0; }

p:last-of-type {
  margin-bottom: 0; }

div, p {
  font-size: 1.125rem;
  line-height: 1.875rem; }

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

@media screen and (min-width: 992px) {
  h1 {
    font-size: 3.75rem;
    line-height: 4.0625rem; }
  h2 {
    font-size: 3.2rem;
    line-height: 3.4rem; }
    h2.small-text {
      font-size: 0.875rem;
      line-height: 0.9375; }
  h3 {
    font-size: 3.75rem;
    line-height: 4.0625rem; }
    h3.small-text {
      font-size: 2.4rem;
      line-height: 2.75rem; }
  h4 {
    font-size: 2.4rem;
    line-height: 2.75rem; } }
