@use 'sass:string';
@use 'sass:list';
.priamry-link {
  font-size: 1.125rem;
  color: #231f20;
  line-height: 22px;
  font-weight: bold;
  border-bottom: 2px solid #d82128;
  padding-bottom: 0.25rem;
  position: relative; }
  .priamry-link::after {
    content: '';
    position: absolute;
    background: url("../../../../images/right-arrow-red.svg");
    width: 1.5rem;
    top: 0.375rem;
    right: -2.5rem;
    height: 0.9375rem;
    background-size: 100%; }
  .priamry-link:hover {
    color: #231f20;
    text-decoration: none; }
  .priamry-link.disabled, .priamry-link:disabled {
    color: #626366;
    pointer-events: none; }
    .priamry-link.disabled::after, .priamry-link:disabled::after {
      background: url("../../../../images/right-arrow-gray.svg"); }
    .priamry-link.disabled:hover, .priamry-link:disabled:hover {
      text-decoration: none; }

.seconday-link {
  font-size: 1.125rem;
  color: #231f20;
  line-height: 22px;
  font-weight: bold;
  border-bottom: 2px solid #231f20;
  padding-bottom: 0.25rem; }
  .seconday-link:hover {
    color: #d82128;
    text-decoration: none;
    border-bottom: 2px solid #d82128; }
  .seconday-link.disabled, .seconday-link:disabled {
    color: #626366;
    pointer-events: none;
    border-bottom: 2px solid #626366; }
    .seconday-link.disabled:hover, .seconday-link:disabled:hover {
      text-decoration: none; }

.tertiary-link {
  font-size: 0.75rem;
  color: #d82128;
  line-height: 14px;
  font-weight: bold;
  text-decoration: underline; }
  .tertiary-link:hover {
    color: #d82128;
    text-decoration: underline; }
  .tertiary-link.disabled, .tertiary-link:disabled {
    color: #626366;
    pointer-events: none; }
    .tertiary-link.disabled:hover, .tertiary-link:disabled:hover {
      text-decoration: none; }

.btn {
  text-transform: capitalize;
  height: 3.375rem;
  border-radius: 2rem;
  min-width: 8.125rem;
  padding: 1rem 2.375rem;
  max-width: 21.875rem;
  margin: auto;
  font-family: "Myriad Pro Bold Cond"; }

button {
  -webkit-appearance: none;
  border: none;
  font-weight: 700; }

button:focus,
button:active,
button:hover,
button:visited,
button:focus-within {
  outline: none !important; }

.btn-primary {
  background: #d82128;
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none; }
  .btn-primary.disabled {
    pointer-events: none; }
    .btn-primary.disabled:hover {
      text-decoration: none; }
  .btn-primary:hover {
    color: #fff;
    background: #971b1e; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #626366;
    background: #c7c8ca; }

.btn-secondary {
  background: #231f20;
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none; }
  .btn-secondary.disabled {
    pointer-events: none; }
    .btn-secondary.disabled:hover {
      text-decoration: none; }
  .btn-secondary:hover {
    color: #fff;
    background: #971b1e; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #c7c8ca;
    background: #626366; }

.btn-tertiary {
  background: #fff;
  font-weight: 700;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none; }
  .btn-tertiary.disabled {
    pointer-events: none; }
    .btn-tertiary.disabled:hover {
      text-decoration: none; }
  .btn-tertiary:hover {
    color: #fff;
    background: #971b1e; }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #626366;
    background: #f3f3f3; }

.btn-with-border {
  background: #fff;
  font-weight: 700;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none;
  border: 1px solid #d82128; }
  .btn-with-border.disabled {
    pointer-events: none; }
    .btn-with-border.disabled:hover {
      text-decoration: none; }
  .btn-with-border:hover {
    color: #fff;
    background: #971b1e; }
  .btn-with-border.disabled, .btn-with-border:disabled {
    color: #626366;
    background: #f3f3f3; }

.our-department,
.html-slot-container-with-header {
  position: relative; }
  .our-department .subtitle,
  .html-slot-container-with-header .subtitle {
    padding-top: 3rem;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .our-department .subtitle,
      .html-slot-container-with-header .subtitle {
        padding-top: 4rem; } }
  .our-department .secondary-heading,
  .html-slot-container-with-header .secondary-heading {
    font-weight: 700;
    font-family: "Myriad Pro Bold Cond";
    font-size: 2.25rem;
    line-height: 2.6875rem;
    margin-bottom: 1.625rem;
    margin-top: 0.625rem; }
    @media (min-width: 1024px) {
      .our-department .secondary-heading,
      .html-slot-container-with-header .secondary-heading {
        font-size: 3rem;
        line-height: 3.625rem;
        margin-bottom: 2.125rem; } }
  .our-department .description,
  .html-slot-container-with-header .description {
    font-size: 1rem;
    color: #626366;
    line-height: 19px;
    max-width: 33.125rem;
    width: 100%;
    margin-top: 0.875rem;
    display: none; }
    @media (min-width: 1024px) {
      .our-department .description,
      .html-slot-container-with-header .description {
        display: block; } }
  .our-department .row,
  .html-slot-container-with-header .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media (min-width: 1024px) {
      .our-department .row,
      .html-slot-container-with-header .row {
        margin-left: -1.25rem;
        margin-right: -1.25rem; } }
    .our-department .row.department-tile-container,
    .html-slot-container-with-header .row.department-tile-container {
      margin-top: 1.25rem; }
    .our-department .row.fourcardsup,
    .html-slot-container-with-header .row.fourcardsup {
      display: block; }
      .our-department .row.fourcardsup .category-tiles,
      .html-slot-container-with-header .row.fourcardsup .category-tiles {
        padding: 0.625rem 0.375rem; }
        @media (min-width: 1024px) {
          .our-department .row.fourcardsup .category-tiles,
          .html-slot-container-with-header .row.fourcardsup .category-tiles {
            padding: 1.25rem; } }
    .our-department .row .category-tiles,
    .html-slot-container-with-header .row .category-tiles {
      position: relative;
      padding: 0.625rem; }
      @media (min-width: 1024px) {
        .our-department .row .category-tiles,
        .html-slot-container-with-header .row .category-tiles {
          padding: 1.25rem; } }
      .our-department .row .category-tiles .col-3,
      .html-slot-container-with-header .row .category-tiles .col-3 {
        padding: 0 16px; }
      .our-department .row .category-tiles img,
      .html-slot-container-with-header .row .category-tiles img {
        border-radius: 10px 10px 0 0; }
      .our-department .row .category-tiles .category-footer,
      .html-slot-container-with-header .row .category-tiles .category-footer {
        background: white;
        border-radius: 0 0 10px 10px;
        padding: 1.25rem 1.25rem 1.875rem 1.25rem;
        min-height: 11.5rem; }
        .our-department .row .category-tiles .category-footer .category-title,
        .html-slot-container-with-header .row .category-tiles .category-footer .category-title {
          font-size: 1.5rem;
          color: #d82128;
          line-height: 28px;
          font-family: "Myriad Pro Bold Cond"; }
          @media (min-width: 768px) {
            .our-department .row .category-tiles .category-footer .category-title,
            .html-slot-container-with-header .row .category-tiles .category-footer .category-title {
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; } }
      .our-department .row .category-tiles .category-description,
      .html-slot-container-with-header .row .category-tiles .category-description {
        font-size: 1rem;
        line-height: 1.1875rem;
        margin-top: 0.3125rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* Mozilla */
        /* WebKit */
        box-orient: vertical;
        /* As specified */
        text-overflow: ellipsis;
        height: 38px; }
      .our-department .row .category-tiles .category-action,
      .html-slot-container-with-header .row .category-tiles .category-action {
        margin-top: 1.25rem;
        font-size: 1.125rem;
        line-height: 1.375rem;
        font-family: "Myriad Pro Bold Cond";
        display: inline-block; }
        .our-department .row .category-tiles .category-action img,
        .html-slot-container-with-header .row .category-tiles .category-action img {
          margin-left: 1rem; }
        .our-department .row .category-tiles .category-action .priamry-link,
        .html-slot-container-with-header .row .category-tiles .category-action .priamry-link {
          padding-bottom: 0px; }
      .our-department .row .category-tiles .category-tile-badge,
      .html-slot-container-with-header .row .category-tiles .category-tile-badge {
        position: absolute;
        font-family: "Myriad Pro Bold Cond";
        background: #c7c8ca;
        font-size: 0.75rem;
        color: #231f20;
        line-height: 14px;
        left: 40px;
        top: 40px;
        padding: 0.3125rem 1rem;
        border-radius: 0.625rem; }
        @media (max-width: 1023.98px) {
          .our-department .row .category-tiles .category-tile-badge,
          .html-slot-container-with-header .row .category-tiles .category-tile-badge {
            left: 20px;
            top: 20px; } }
  .our-department .btn,
  .html-slot-container-with-header .btn {
    font-family: "Myriad Pro Bold Cond"; }
    .our-department .btn.btn-department,
    .html-slot-container-with-header .btn.btn-department {
      position: absolute;
      right: 30px;
      top: 72px;
      display: none; }
      @media (min-width: 1024px) {
        .our-department .btn.btn-department,
        .html-slot-container-with-header .btn.btn-department {
          display: block; } }
    .our-department .btn.btn-department-bottom,
    .html-slot-container-with-header .btn.btn-department-bottom {
      width: 100%;
      min-width: 100%;
      margin-top: 1.25rem; }
      @media (min-width: 768px) {
        .our-department .btn.btn-department-bottom,
        .html-slot-container-with-header .btn.btn-department-bottom {
          display: block;
          min-width: auto;
          margin-top: 3.25rem; } }
      @media (min-width: 1024px) {
        .our-department .btn.btn-department-bottom,
        .html-slot-container-with-header .btn.btn-department-bottom {
          display: none; } }
  .our-department.true .category-tiles .category-footer,
  .html-slot-container-with-header.true .category-tiles .category-footer {
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.09); }
  .our-department.black_text .row .category-tiles .category-footer .category-title,
  .html-slot-container-with-header.black_text .row .category-tiles .category-footer .category-title {
    color: #000; }
  .our-department.image_bottom .category-tiles,
  .html-slot-container-with-header.image_bottom .category-tiles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .our-department.image_bottom .category-tiles img,
    .html-slot-container-with-header.image_bottom .category-tiles img {
      -ms-flex-order: 2;
          order: 2;
      border-radius: 0 0 10px 10px; }
    .our-department.image_bottom .category-tiles .category-footer,
    .html-slot-container-with-header.image_bottom .category-tiles .category-footer {
      border-radius: 0;
      padding-left: 0;
      margin-bottom: 1rem; }
  .our-department .department-carousel-3 .slick-list,
  .html-slot-container-with-header .department-carousel-3 .slick-list {
    padding: 0 15% 0 0; }
    @media (min-width: 1024px) {
      .our-department .department-carousel-3 .slick-list,
      .html-slot-container-with-header .department-carousel-3 .slick-list {
        padding: 0 20% 0 0; } }
    .our-department .department-carousel-3 .slick-list .blog-tile,
    .html-slot-container-with-header .department-carousel-3 .slick-list .blog-tile {
      padding-left: 0; }
      .our-department .department-carousel-3 .slick-list .blog-tile:first-child,
      .html-slot-container-with-header .department-carousel-3 .slick-list .blog-tile:first-child {
        padding-left: 0.625rem; }
      @media (min-width: 1024px) {
        .our-department .department-carousel-3 .slick-list .blog-tile,
        .html-slot-container-with-header .department-carousel-3 .slick-list .blog-tile {
          padding-left: 0.9375rem; } }
  .our-department .department-carousel-3 .slick-arrow,
  .html-slot-container-with-header .department-carousel-3 .slick-arrow {
    width: 3rem;
    height: 3rem;
    background: #d82128; }
    .our-department .department-carousel-3 .slick-arrow::before,
    .html-slot-container-with-header .department-carousel-3 .slick-arrow::before {
      content: none; }
    .our-department .department-carousel-3 .slick-arrow.slick-prev,
    .html-slot-container-with-header .department-carousel-3 .slick-arrow.slick-prev {
      background: url("../../../images/round-red-left-arrow.svg") no-repeat;
      left: unset;
      top: -60px;
      right: 7.5rem; }
    .our-department .department-carousel-3 .slick-arrow.slick-next,
    .html-slot-container-with-header .department-carousel-3 .slick-arrow.slick-next {
      right: 50px;
      background: url("../../../images/round-red-right-arrow.svg") no-repeat;
      top: -60px; }
    .our-department .department-carousel-3 .slick-arrow.slick-disabled,
    .html-slot-container-with-header .department-carousel-3 .slick-arrow.slick-disabled {
      opacity: 0.65;
      pointer-events: none; }
  .our-department .department-carousel-3 .slick-dots,
  .html-slot-container-with-header .department-carousel-3 .slick-dots {
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    width: calc(100%);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 1.25rem; }
    @media (min-width: 1024px) {
      .our-department .department-carousel-3 .slick-dots,
      .html-slot-container-with-header .department-carousel-3 .slick-dots {
        margin: unset; } }
    .our-department .department-carousel-3 .slick-dots li,
    .html-slot-container-with-header .department-carousel-3 .slick-dots li {
      -ms-flex: 1;
          flex: 1;
      height: 3px;
      margin: 0;
      padding: 0;
      width: auto; }
      .our-department .department-carousel-3 .slick-dots li button,
      .html-slot-container-with-header .department-carousel-3 .slick-dots li button {
        width: 100%;
        height: 3px;
        background: #c7c8ca;
        padding: 0; }
        .our-department .department-carousel-3 .slick-dots li button:before,
        .html-slot-container-with-header .department-carousel-3 .slick-dots li button:before {
          display: none; }
      .our-department .department-carousel-3 .slick-dots li.slick-active button,
      .html-slot-container-with-header .department-carousel-3 .slick-dots li.slick-active button {
        background: #626366; }
  .our-department .fourcardsup .slick-list,
  .our-department .department-carousel-4 .slick-list,
  .html-slot-container-with-header .fourcardsup .slick-list,
  .html-slot-container-with-header .department-carousel-4 .slick-list {
    padding: 0 5% 0 0; }
    @media (min-width: 1024px) {
      .our-department .fourcardsup .slick-list,
      .our-department .department-carousel-4 .slick-list,
      .html-slot-container-with-header .fourcardsup .slick-list,
      .html-slot-container-with-header .department-carousel-4 .slick-list {
        padding: unset; } }
  .our-department .fourcardsup .slick-arrow,
  .our-department .department-carousel-4 .slick-arrow,
  .html-slot-container-with-header .fourcardsup .slick-arrow,
  .html-slot-container-with-header .department-carousel-4 .slick-arrow {
    width: 3rem;
    height: 3rem;
    background: #d82128; }
    .our-department .fourcardsup .slick-arrow::before,
    .our-department .department-carousel-4 .slick-arrow::before,
    .html-slot-container-with-header .fourcardsup .slick-arrow::before,
    .html-slot-container-with-header .department-carousel-4 .slick-arrow::before {
      content: none; }
    .our-department .fourcardsup .slick-arrow.slick-prev,
    .our-department .department-carousel-4 .slick-arrow.slick-prev,
    .html-slot-container-with-header .fourcardsup .slick-arrow.slick-prev,
    .html-slot-container-with-header .department-carousel-4 .slick-arrow.slick-prev {
      background: url("../../../images/round-red-left-arrow.svg") no-repeat;
      top: 176px;
      left: -3px;
      z-index: 1; }
    .our-department .fourcardsup .slick-arrow.slick-next,
    .our-department .department-carousel-4 .slick-arrow.slick-next,
    .html-slot-container-with-header .fourcardsup .slick-arrow.slick-next,
    .html-slot-container-with-header .department-carousel-4 .slick-arrow.slick-next {
      right: 0px;
      background: url("../../../images/round-red-right-arrow.svg") no-repeat;
      top: 176px; }
    .our-department .fourcardsup .slick-arrow.slick-disabled,
    .our-department .department-carousel-4 .slick-arrow.slick-disabled,
    .html-slot-container-with-header .fourcardsup .slick-arrow.slick-disabled,
    .html-slot-container-with-header .department-carousel-4 .slick-arrow.slick-disabled {
      opacity: 0.65;
      pointer-events: none; }
  .our-department .fourcardsup .slick-dots,
  .our-department .department-carousel-4 .slick-dots,
  .html-slot-container-with-header .fourcardsup .slick-dots,
  .html-slot-container-with-header .department-carousel-4 .slick-dots {
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    width: 99%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -0.3125rem; }
    .our-department .fourcardsup .slick-dots > li,
    .our-department .department-carousel-4 .slick-dots > li,
    .html-slot-container-with-header .fourcardsup .slick-dots > li,
    .html-slot-container-with-header .department-carousel-4 .slick-dots > li {
      display: inline-block; }
    .our-department .fourcardsup .slick-dots > li:only-child,
    .our-department .department-carousel-4 .slick-dots > li:only-child,
    .html-slot-container-with-header .fourcardsup .slick-dots > li:only-child,
    .html-slot-container-with-header .department-carousel-4 .slick-dots > li:only-child {
      display: none; }
    .our-department .fourcardsup .slick-dots li,
    .our-department .department-carousel-4 .slick-dots li,
    .html-slot-container-with-header .fourcardsup .slick-dots li,
    .html-slot-container-with-header .department-carousel-4 .slick-dots li {
      -ms-flex: 1;
          flex: 1;
      height: 3px;
      margin: 0;
      padding: 0;
      width: auto; }
      .our-department .fourcardsup .slick-dots li button,
      .our-department .department-carousel-4 .slick-dots li button,
      .html-slot-container-with-header .fourcardsup .slick-dots li button,
      .html-slot-container-with-header .department-carousel-4 .slick-dots li button {
        width: 100%;
        height: 3px;
        background: #c7c8ca;
        padding: 0; }
        .our-department .fourcardsup .slick-dots li button:before,
        .our-department .department-carousel-4 .slick-dots li button:before,
        .html-slot-container-with-header .fourcardsup .slick-dots li button:before,
        .html-slot-container-with-header .department-carousel-4 .slick-dots li button:before {
          display: none; }
      .our-department .fourcardsup .slick-dots li.slick-active button,
      .our-department .department-carousel-4 .slick-dots li.slick-active button,
      .html-slot-container-with-header .fourcardsup .slick-dots li.slick-active button,
      .html-slot-container-with-header .department-carousel-4 .slick-dots li.slick-active button {
        background: #626366; }
  .our-department .fourcardsup .slick-list,
  .html-slot-container-with-header .fourcardsup .slick-list {
    padding: 0 15% 0 0; }
    @media (min-width: 1024px) {
      .our-department .fourcardsup .slick-list,
      .html-slot-container-with-header .fourcardsup .slick-list {
        padding: unset; } }
  .our-department .mobileOnly .slick-list,
  .html-slot-container-with-header .mobileOnly .slick-list {
    padding: 0 12% 0 0; }
  .our-department .mobileOnly .slick-dots,
  .html-slot-container-with-header .mobileOnly .slick-dots {
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    width: calc(100%);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1.25rem; }
    @media (min-width: 1024px) {
      .our-department .mobileOnly .slick-dots,
      .html-slot-container-with-header .mobileOnly .slick-dots {
        margin: unset; } }
    .our-department .mobileOnly .slick-dots li,
    .html-slot-container-with-header .mobileOnly .slick-dots li {
      -ms-flex: 1;
          flex: 1;
      height: 3px;
      margin: 0;
      padding: 0;
      width: auto; }
      .our-department .mobileOnly .slick-dots li button,
      .html-slot-container-with-header .mobileOnly .slick-dots li button {
        width: 100%;
        height: 3px;
        background: #c7c8ca;
        padding: 0; }
        .our-department .mobileOnly .slick-dots li button:before,
        .html-slot-container-with-header .mobileOnly .slick-dots li button:before {
          display: none; }
      .our-department .mobileOnly .slick-dots li.slick-active button,
      .html-slot-container-with-header .mobileOnly .slick-dots li.slick-active button {
        background: #626366; }
