﻿@font-face {
  font-family: "Helvetica Neue Std Thin";
  src: url("../../lib/fonts/HelveticaNeueLTStd-Th.woff");
}
@font-face {
  font-family: "Helvetica Neue Std Lt";
  src: url("../../lib/fonts/HelveticaNeueLTStd-Lt.woff");
}
@font-face {
  font-family: "Helvetica Neue Roman";
  src: url("../../lib/fonts/HelveticaNeueLTStd-Roman.woff");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-display: swap;
}
@font-face {
  font-family: "Inter", sans-serif;
  font-display: swap;
}
.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.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;
}
.font-awesome-pro {
  font-family: "Font Awesome 6 Pro";
}
.pdxpeople-logo {
  max-width: 350px;
  margin: 0 auto;
  padding: 0 10px;
  /*background-color: white;*/
}
@media (max-width: 575px) {
  .pdxpeople-logo {
    max-width: 250px;
    margin: 15px auto 0;
  }
}
.email-signup-wrapper {
  /*margin: 0 0 15px;*/
  min-height: 105px;
}
.email-signup-wrapper .email-signup {
  width: 950px !important;
  flex-direction: column;
  padding: 0 25px 25px;
}
.email-signup-wrapper .email-signup .input-group {
  width: 100%;
  max-width: 400px;
}
.email-signup-wrapper .email-signup label.signup-intro {
  color: #003f3f;
  font-size: 20px;
  margin-bottom: 1rem;
  padding: 0 10px 10px;
  font-weight: 700;
}
.email-signup-wrapper .email-signup .btn-email-signup {
  background-color: #00A393;
  border-color: #00A393;
}
.pdx-employees-content {
  /*font-family: "Helvetica Neue Std Thin", Helvetica, Arial, sans-serif;*/
  /*.heading.primary-heading {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .txt-small {
        font-size: 14px;
        text-transform: none;
    }

    .section-heading {
        font-family: "Helvetica Neue Std Thin", Helvetica, Arial, sans-serif;
        width: 100%;
        font-size: 38px;
        line-height: 1em;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        color: white;
        text-transform: uppercase;
        padding: 0 15px 25px;

        @media(max-width: 767px) {
            font-size: 2rem;*/
  /*word-break: break-word;*/
  /*}

        .heading-title.thin {
            font-family: "Helvetica Neue Std Thin", Helvetica, Arial, sans-serif;
        }

        .heading-title.heavy {
            font-family: "Helvetica Neue Heavy", Helvetica, Arial, sans-serif !important;
        }

        > div {
            text-align: center;
            flex: 1 0;

            @media(max-width: 767px) {
                flex: 1 0 33%;
            }

            span {
                white-space: nowrap;

                @media(max-width: 767px) {
                    white-space: normal;
                }
            }

            &:first-child,
            &:last-child {
                border-bottom: 1px solid white;
                margin: 0 15px;
            }
        }
    }*/
  /*#EmployeesHeader {
        padding-bottom: 0;
        margin-bottom: 15px;

        .header-image {
            padding-top: 0 !important;
            height: 250px !important;

            @media(max-width: 767px) {
                margin-top: 0;
                height: 200px !important;
            }

            .page-title {
                position: absolute;
                max-width: 40%;
                top: 55%;
                left: 50%;
                transform: translate(-50%,-50%);
                text-align: center;
                display: flex;
                flex-direction: column;

                @media(max-width: 767px) {
                    max-width: 80%;
                    top: 58%;
                }

                > img {
                    width: 300px;
                    margin: 0 auto;
                }

                .page-subtitle {
                    color: white;
                    font-size: 16px;
                }
            }
        }
    }*/
  /*#EmployeeComms {
        padding: 15px;

        h3 {
            text-transform: none !important;
        }

        .news-and-updates {*/
  /*background: rgba(128,128,128,.15);*/
  /*padding: 150px 25px 25px;

            @media(max-width: 767px) {
                padding: 75px 25px 25px;
            }

            .title {
                text-align: center;
                margin-bottom: 25px;
            }

            .body {
                background: white;
                padding: 25px;

                @media(max-width: 767px) {
                    padding: 15px;
                }
            }
        }
    }*/
  /*#EmployeeMenuGrid {
        padding: 0;
        margin-bottom: 15px;

        .container.port-flex {
            padding: 0 15px;

            @media(max-width: 767px) {
                padding: 0;
            }

            > .port-width-50 {
                &:nth-child(odd) {
                    padding: 0 7px 0 0;

                    @media(max-width: 767px) {
                        padding: 0 15px 15px;
                    }
                }

                &:nth-child(even) {
                    padding: 0 0 0 7px;

                    @media(max-width: 767px) {
                        padding: 0 15px;
                    }
                }

                &.port-pane {
                    > div {
                        height: 100%;
                        width: 100%;
                    }
                }
            }
        }

        .update {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 0;
            color: white !important;

            @media(max-width: 991px) {*/
  /*padding: 50px 15px;*/
  /*}

            .title {
                font-size: 26px;
                font-weight: bold;
                text-transform: uppercase;
            }

            .subtitle {
                font-size: 18px;
            }

            .logo {
                max-width: 150px;
                width: 50%;
            }

            .cta {
                color: white !important;
                text-decoration: none;
                display: block;

                &:hover {
                    text-decoration: underline;
                }
            }
        }
    }*/
  /* Display this block if we are in edit mode */
}
@media (max-width: 575px) {
  .pdx-employees-content .breadcrumb {
    margin-left: 15px;
  }
}
.pdx-employees-content .change-channel {
  position: relative;
  display: block;
  padding: 0;
}
.pdx-employees-content .change-channel .play-video-icon {
  position: absolute;
  top: 50%;
  /* bottom: 50%; */
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #D91E3E;
  text-align: center;
}
.pdx-employees-content .change-channel:hover {
  opacity: 0.75;
}
.pdx-employees-content #onboarding-modal .modal-body {
  background-color: white;
  color: black;
}
.pdx-employees-content #onboarding-modal .modal-body button {
  background-color: #00A393;
  border-color: #00A393;
  margin-top: 15px;
}
.pdx-employees-content #SearchBar {
  margin: 0;
  color: white;
}
.pdx-employees-content #SearchBar .search-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 10px 0 15px;
}
.pdx-employees-content #SearchBar .search-controls #searchbox {
  margin: 0;
}
@media (max-width: 575px) {
  .pdx-employees-content #SearchBar .search-controls {
    padding: 10px 15px 15px;
  }
}
.pdx-employees-content #SearchBar .search-controls > div:first-child {
  padding-bottom: 5px;
}
.pdx-employees-content #SearchBar .search-controls > div {
  padding-right: 5px;
  width: 100%;
}
@media (max-width: 767px) {
  .pdx-employees-content #SearchBar .search-controls > div {
    padding-right: 0;
  }
}
.pdx-employees-content #SearchBar .search-controls .search-input > .input-group {
  width: 100%;
}
.pdx-employees-content #LatestStories {
  /*padding: 0;*/
}
.pdx-employees-content .menu-grid-wrapper {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 767px) {
  .pdx-employees-content .menu-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.pdx-employees-content .menu-grid-wrapper .menu-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #E9F4F0;
  padding: 15px 10px;
  border-radius: 25px;
  /*width: 25%;*/
  /*@media(max-width: 767px) {
                flex: 1 0 auto;
                width: 50%;
            }*/
  /*a {
                display: block;
                text-align: center;
                width: 100%;
                padding-top: 1.2em;
            }*/
}
.pdx-employees-content .menu-grid-wrapper .menu-item:hover {
  opacity: 0.5;
}
.pdx-employees-content .menu-grid-wrapper .menu-item .menu-icon {
  width: 50px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 10px;
}
.pdx-employees-content .menu-grid-wrapper .menu-item .menu-title {
  text-align: center;
}
@media (max-width: 575px) {
  .pdx-employees-content .menu-grid-wrapper .menu-item .menu-title {
    font-size: 14px;
  }
}
.pdx-employees-content .menu-grid-wrapper .menu-item > .menu-item-inner {
  border: 1px solid #ededed;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-direction: column;
  width: 100%;
  padding: 15px;
}
@media (max-width: 991px) {
  .pdx-employees-content .menu-grid-wrapper .menu-item > .menu-item-inner {
    padding: 10px;
  }
}
.pdx-employees-content body.edit-mode .pdx-employees-content #Announcements {
  display: block !important;
}
.pdx-employees-content #Announcements .employee-resources {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  height: 100%;
}
.pdx-employees-content #Announcements .employee-resources .port-tab-wrapper {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .pdx-employees-content #Announcements .employee-resources .port-tab-wrapper .nav-tabs {
    flex-direction: row !important;
  }
}
.pdx-employees-content #Announcements .employee-resources .port-tab-wrapper ul {
  margin-top: 0;
}
@media (max-width: 767px) {
  .pdx-employees-content #Announcements .employee-resources .port-tab-wrapper ul a {
    border-radius: 25px 25px 0 0;
  }
}
.pdx-employees-content #Announcements .employee-resources .port-tab-wrapper .nav-tabs li a {
  border: 2px solid #00A393;
  background-color: white;
  color: #00A393;
}
.pdx-employees-content #Announcements .employee-resources .port-tab-wrapper .nav-tabs li a.active {
  background-color: #00A393;
  color: white;
}
.pdx-employees-content #Announcements .employee-resources .tab-content {
  padding: 15px;
  background-color: white;
  flex: 1;
  border: 5px solid #00A393;
  border-radius: 0 0 25px 25px;
}
.pdx-employees-content #Announcements .employee-calendar {
  background-color: #00A393 !important;
  border-radius: 25px;
  border: 3px solid #00A393;
}
@media (max-width: 767px) {
  .pdx-employees-content #Announcements .employee-calendar {
    margin-bottom: 2rem;
  }
}
.pdx-employees-content #Announcements .employee-calendar .calendar-title {
  color: white;
  padding: 0.5rem 1rem 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.pdx-employees-content #Announcements .employee-calendar .employee-calendar-inner .calendar .calendar-controls {
  border-radius: 25px 25px 0 0;
  background-color: white !important;
}
.pdx-employees-content #Announcements .employee-calendar .employee-calendar-inner .calendar .calendar-day-wrap,
.pdx-employees-content #Announcements .employee-calendar .employee-calendar-inner .calendar .calendar-event-list {
  background-color: white;
  border-radius: 0 0 25px 25px;
}
.pdx-employees-content #Announcements .employee-calendar .employee-calendar-inner .calendar .calendar-event-list,
.pdx-employees-content #Announcements .employee-calendar .employee-calendar-inner .calendar .calendar-event-detail {
  top: 75px !important;
  /*height: calc(100% - 75px);*/
  border-radius: 0 0 25px 25px;
}
.pdx-employees-content #PDXValues {
  /*
        .section-heading {
            margin: 0 auto;
            padding-bottom: 25px;
        }

        .container.port-flex {
            @media(max-width: 767px) {
                padding: 15px !important;
            }
        }*/
}
.pdx-employees-content #PDXValues .pdx-values-logo {
  max-width: 320px;
  margin: 0 auto;
  /*@media(max-width: 767px) {
                padding: 0 15px;
                margin: 0 auto;
            }*/
}
.pdx-employees-content #PDXValues .pdx-values-logo img {
  margin: 0 auto;
}
.pdx-employees-content #PDXValues .pdx-values-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.pdx-employees-content #PDXValues .pdx-values-text span {
  position: relative;
}
.pdx-employees-content #PDXValues .pdx-values-text span:not(:last-child) {
  padding-right: 18px;
  margin-right: 12px;
}
.pdx-employees-content #PDXValues .pdx-values-text span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #D4E9E2;
  transform: translateY(-50%) rotate(45deg);
}
.pdx-employees-content #PDXValues .embed-responsive {
  border: 2px solid #90BB68;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pdx-employees-content #PDXValues .embed-responsive {
    margin-bottom: 25px;
  }
}
.pdx-employees-content #PDXValues .brand-text {
  /*@media(max-width: 767px) {
                padding: 0 0 25px;
            }*/
  /*padding: 50px 0 25px;
            display: flex;
            justify-content: center;
            max-width: 400px;
            margin: 0 auto;

            @media(max-width: 1199px) {
                padding: 25px 15px;
            }

            @media(max-width: 991px) {
                padding: 0 15px 25px;
            }

            @media(max-width: 767px) {
                padding: 0 0 25px;
                max-width: 290px;
                margin: 0 auto;
            }*/
}
.pdx-employees-content #PDXValues .cta {
  text-align: center;
}
.pdx-employees-content #PDXValues .cta a.btn-nominate-employees {
  /*color: white !important;
                background-color: #90BB68;
                border-color: #90BB68;
                margin: 0 auto;
                white-space: normal;*/
  font-size: 18px;
  max-width: 250px;
}
.pdx-employees-content #PDXValues .cta a.btn-nominate-employees .menu-icon {
  max-width: 50px;
  height: auto;
}
.pdx-employees-content #EmployeeFeedback {
  /*.btn-submit-feedback {
            background-color: @btn-color;
            border-color: @btn-color;
        }*/
}
.pdx-employees-content #EmployeeFeedback label {
  color: white !important;
  text-align: center;
  width: 100%;
}
.pdx-employees-content #PurgeNews {
  position: absolute;
  top: 10px;
  right: 25px;
}