  /*! customer-project 1.0.0 */

body * {
  box-sizing: border-box;
}

body {
  font-family: Myriad Pro, sans-serif;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .adds-components {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1400px;
    padding: 1em;
    width: 100%;
  }
}

.adds-components {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1400px;
  padding: 1em;
  width: 100%;
}

#searchfield-container .addsearch-searchfield {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

#searchfield-container .addsearch-searchfield input[type=search] {
  border-radius: 3px;
  height: auto;
  max-width: 100%;
  padding: 14px !important;
  width: 100%;
}

#searchfield-container .addsearch-searchfield input[type=search].icon {
  padding-left: 40px !important;
}

#searchfield-container .addsearch-searchfield button {
  background-color: dimgray !important;
  border: none;
  border-radius: 3px;
  color: #fff !important;
  font-weight: 600;
  height: auto;
  padding: 16px;
  text-transform: uppercase;
}

#searchfield-container .addsearch-searchfield button:hover {
  background-color: #767676 !important;
}

#searchfield-container .adds-askai-button {
  align-items: center;
  display: flex;
  gap: 8px;
}

#searchfield-container .addsearch-searchfield button {
  background-color: #f4f9ff !important;
  border: 1px solid #c2ddff;
  border-radius: 10px;
  color: #000 !important;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0 0 3px;
  padding: 13px;
  text-transform: none !important;
}

#searchfield-container button:hover {
  background-color: #f4f9ff !important;
}

.adds-header {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid hsla(0, 0%, 86%, 0.5);
  display: flex;
  flex-direction: row;
  height: 20vh;
  justify-content: space-between;
  max-height: 80px;
  padding: 1em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.adds-header .adds-header-wrapper {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

.adds-header .adds-logo {
  padding: 0 1em;
}

.adds-header .adds-nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

.adds-header .adds-nav a {
  padding: 0 1em;
  text-decoration: none;
}

.adds-header .adds-nav a:hover {
  text-decoration: underline;
}

.root-searchResultPage.ai-enabled #ai-answers-result-container {
  max-width: min(1225px, 95vw);
  width: 100%;
  margin-bottom: 24px;
}

.root-searchResultPage.ai-enabled #ai-answers-result-container:empty {
  margin-bottom: 0;
}

.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result {
  border: 0.5px solid #97A3A9;
  border-radius: 12px;
  padding: 24px 32px;
  /* Override AddSearch's default light-blue background */
   background: var(--quick-palette-light-blue-river-blue-l-95, #F0F9FA);
   margin-top: 2rem;
   overflow: visible;
}

/* Hide AddSearch's native sparkle SVG; replace with DAM asset via ::before */
#ai-answers-result-container .addsearch-ai-answers-result .main-headline > svg {
  display: none !important;
}
#ai-answers-result-container .addsearch-ai-answers-result .main-headline {
  display: flex;
  align-items: center;
  gap: 8px;
}
#ai-answers-result-container .addsearch-ai-answers-result .main-headline::before {
  content: '';
  display: block;
  width: 16px;
  height: 30px;
  min-width: 16px;
  background-image: url('https://www.phoenix.edu/content/dam/edu/search/ai-sparkle.svg');
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
/* "AI-generated answer" headline — Figma: height ~23.5px = 18px at ~1.3 line-height */
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .header .main-headline-text {
  font-size: 18px;
  line-height: 23.49px;
}

.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .answer-container {
  display: grid;
  grid-template-columns: minmax(0, 732px) 1fr;
  column-gap: 44px;
  margin-top: 10px;
}

/* Left column row 1: answer text */
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .answer-text {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .answer-text a {
  color: #30718D;
}
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .answer-text a:hover {
  color: #1A3D4D;
  text-decoration: underline;
}

.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .action-buttons-group {
  grid-column: 1;
  grid-row: 2;
  justify-content: space-evenly;
  margin-top: 0;
  align-self: end;
  width: 25%;
  height: auto;
  min-height: 24px;
  padding: 4px 0;
  column-gap: normal !important;
  border: none;
  outline: none;
  box-shadow: none;
  overflow: visible;
}

.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .action-buttons-group button {
  width: 24px;
  height: 24px;
  padding: 0;
  overflow: visible;
  border: none;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .action-buttons-group button:focus,
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .action-buttons-group button:focus-visible {
  outline: 2px solid #001823;
  outline-offset: 2px;
}

.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .action-buttons-group button svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: #30718D;
  stroke: #30718D;
}
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .action-buttons-group button svg * {
  fill: #30718D;
  stroke: #30718D;
}
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .action-buttons-group button:hover svg,
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .action-buttons-group button:hover svg * {
  fill: #1A3D4D;
  stroke: #1A3D4D;
}

/* Right column rows 1-2: sources
   border-left is the vertical Figma divider (0.5px #97A3A9 at +44px after answer) */
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .sources {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: start;
  min-width: 0;
  border-left: 0.5px solid #97A3A9;
  padding-left: 16px;
  padding-right: 4px;
  overflow: visible;
}

/* Single-column list of source links within the right panel */
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .sources-list {
  grid-template-columns: 1fr;
  list-style: none;
  padding-left: 0;
  padding-right: 4px;
  margin: 0;
  overflow: visible;
}

/* Remove AddSearch's default light-blue source-link background (#e7f2ff) */
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .source {
  background-color: transparent;
  color: #30718D;
  padding: 4px;
  border-radius: 0;
  overflow: visible;
  display: block;
}
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .source:focus,
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .source:focus-visible {
  outline: 2px solid #001823;
  outline-offset: 2px;
}
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .source:hover {
  color: #1A3D4D;
  text-decoration: underline;
}

/* Sources headline link focus */
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .sources-headline {
  overflow: visible;
}
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .sources a:focus,
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .sources a:focus-visible {
  outline: 2px solid #001823;
  outline-offset: 2px;
}

/* Keep AI explanation text visible at all viewport widths */
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .ai-explanation-text {
  display: block !important;
  color: #001823;
}

/* Remove show-more / show-less button entirely.
   !important overrides the inline display:flex AddSearch sets via JS. */
.root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .show-more-btn {
  display: none !important;
}

/* Responsive: single column on narrow screens */
@media screen and (max-width: 991px) {
  .root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result {
    padding: 16px 24px;
    border: none;
    border-radius: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
  }

  .root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .answer-container {
    grid-template-columns: 1fr;
  }

  .root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .answer-text,
  .root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .action-buttons-group,
  .root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .sources {
    grid-column: 1;
    grid-row: auto;
  }

  .root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .sources {
    border-left: none;
    padding-left: 0;
  }

  /* "AI-generated answer" heading — mobile Figma spec */
  .root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .header .main-headline-text {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
  }

  /* "Generated by AI. May contain errors." — mobile Figma spec */
  .root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .ai-explanation-text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    max-width: 140px;
  }

   #addsearch-ai-answers-result .ai-explanation-text-mobile {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .addsearch-ai-answers-result .ai-explanation-text-mobile {
        display: none !important;
    }
    .addsearch-ai-answers-result .sources-headline {
        margin-top: revert !important;
    }
    .root-searchResultPage.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .action-buttons-group {
    width: 50%;
  }
}


/* AI answers restricted to content width (inline use) */
.root-searchResultPage.ai-width-restricted #ai-answers-result-container .addsearch-ai-answers-result {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  border-radius: 12px !important;
}

@media screen and (max-width: 991px) {
  .root-searchResultPage.ai-width-restricted #ai-answers-result-container .addsearch-ai-answers-result {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    border-radius: 12px !important;
  }
}

/* Restricted width: consistent AI answers padding on mobile */
@media screen and (max-width: 991px) {
  .root-searchResultPage.ai-width-restricted.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result,
  .root-searchResultPage.ai-width-restricted #ai-answers-result-container .addsearch-ai-answers-result {
    padding: 16px !important;
  }
}

/* AI answers header responsive fix — only when restricted width checkbox is enabled */
@media screen and (max-width: 991px) {
  .root-searchResultPage.ai-width-restricted.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .header {
    flex-wrap: wrap;
  }

  .root-searchResultPage.ai-width-restricted.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .header .main-headline {
    flex: 1;
    min-width: 0;
  }

  .root-searchResultPage.ai-width-restricted.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .header .main-headline-text {
    white-space: normal;
    word-break: break-word;
  }

  .root-searchResultPage.ai-width-restricted.ai-enabled #ai-answers-result-container .addsearch-ai-answers-result .ai-explanation-text {
    max-width: none;
  }
}

/* Read More / Read Less — mobile + ai-width-restricted only */
@media screen and (max-width: 991px) {

  /* Collapsed: hide p tags after first */
  .root-searchResultPage.ai-width-restricted #ai-answers-result-container .answer-text.answer-text--collapsed > p:not(:first-of-type) {
    display: none;
  }

  /* First p: remove bottom margin so button sits tight */
  .root-searchResultPage.ai-width-restricted #ai-answers-result-container .answer-text.answer-text--collapsed > p:first-of-type {
    margin-bottom: 0;
  }

  .root-searchResultPage.ai-width-restricted .answer-read-more-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #30718D;
    padding: 0 0 12px 0;
    margin: 0;
    text-decoration: none;
  }

  .root-searchResultPage.ai-width-restricted .answer-read-more-chevron {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #30718D;
    border-bottom: 2px solid #30718D;
    transform: rotate(45deg);
    transition: transform 0.3s;
    margin-bottom: 3px;
    flex-shrink: 0;
  }

  .root-searchResultPage.ai-width-restricted .answer-read-more-btn--open .answer-read-more-chevron {
    transform: rotate(-135deg);
    margin-bottom: -2px;
  }

  .root-searchResultPage.ai-width-restricted .answer-read-more-btn:hover { color: #1A3D4D; }
  .root-searchResultPage.ai-width-restricted .answer-read-more-btn:hover .answer-read-more-chevron { border-color: #1A3D4D; }

  .root-searchResultPage.ai-width-restricted .answer-read-more-btn:focus:not(:focus-visible) { outline: none; }
  .root-searchResultPage.ai-width-restricted .answer-read-more-btn:focus { outline: 2px solid #30718D; outline-offset: 2px; }
}

.root-searchResultPage{
    margin: 0 auto;
    max-width: min(1200px, 95vw);
    padding: 16px 15px;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
.sticky-footer-container,.cx-sidebar{
    display: none;
}
.search-form-trigger{
    display:none;
}
.searchbar-wrapper.search-form-contain {
    visibility: hidden;
}
.searchResultTitleBlock{
    margin-top: 15px;
}
.searchResultTitle {
    font-size: 40px;
    color: #001823;
    line-height: 48px;
}
.searchInputContainer{
    display: flex;
    position: relative;
    border-radius: 29px;
    outline: none;
}
.searchInputContainer:focus-within {
    outline: none;
    border: none;
    box-shadow: none;
}
.searchInputContainer.addBoxShadow{
    box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.2);
}
.searchInputBlock {
    position: relative;
    margin-top: 16px;
}
.searchInputClearVal{
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    right: 157px;
    height: 33px;
    margin: 12px;
}
@media (max-width: 767px) {
    .searchInputClearVal {
        right: 12px;
    }
    .searchInputContainer input.searchInput {
        height: 46px;
        padding: 12px 50px 12px 50px;
    }
}
.searchInputContainer input.searchInput {
    border-radius: 29px;
    border: 1px solid #d2d7d9;
    padding: 19px 157px 19px 60px;
    background: #ffffff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #001823;
    height: 58px;
    z-index: unset;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
}
.placeHolderPadding{
    padding-top:19px !important;
}
input.searchInput:focus {
    outline: none !important;
    border-color: #d2d7d9 !important;
    box-shadow: none !important;
}
input.searchInput:focus::placeholder {
    color: transparent;
}
input.searchInput:focus::-webkit-input-placeholder { color:transparent; }
input.searchInput:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input.searchInput:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input.searchInput:focus:-ms-input-placeholder { color:transparent; }

.searchInputContainer .searchIcon{
    background-color: transparent;
    border-radius: 0;
    width: 45px;
    height: 45px;
    left: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.searchInputContainer .searchIcon:hover{
    background-color: transparent;
}
/* Make the search icon white against the red background */
.searchInputContainer .searchIcon svg path {
    stroke: #ffffff !important;
    fill: transparent !important;
}
.searchInputContainer .searchIcon img {
    display: block;
}
/* AI toggle pill - inside searchInputContainer (desktop) */
.searchInputContainer .ai-toggle-in-bar {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 141px;
    height: 39px;
    border-radius: 19.5px;
    border: 1px solid var(--Neutral-Almost-Black-L70, #D2D7D9);
    background: var(--quick-palette-light-blue-river-blue-l-95, #F0F9FA);
    padding: 7px 13px 6px 16px;
    gap: 8px;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
}
.searchInputContainer .ai-toggle-in-bar:focus-within {
    outline: 2px solid #30718D;
    outline-offset: 2px;
}
.searchInputContainer .ai-toggle-in-bar input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.searchInputContainer .ai-toggle-content {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    pointer-events: none;
}
.searchInputContainer .ai-sparkle-icon {
    flex-shrink: 0;
    display: block;
}
.searchInputContainer .ai-toggle-text {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #001823;
    white-space: nowrap;
    flex: 1;
}
.searchInputContainer .ai-check-indicator {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    line-height: 1;
    transition: opacity 0.2s;
}
/* Show empty circle when AI toggle is unchecked */
.searchInputContainer .ai-toggle-in-bar input:not(:checked) ~ .ai-toggle-content .ai-check-indicator svg {
    overflow: visible;
}
.searchInputContainer .ai-toggle-in-bar input:not(:checked) ~ .ai-toggle-content .ai-check-indicator svg circle {
    fill: transparent;
    stroke: #B2BBBF;
    stroke-width: 1.5;
    r: 10;
}
.searchInputContainer .ai-toggle-in-bar input:not(:checked) ~ .ai-toggle-content .ai-check-indicator svg path {
    display: none;
}
/* AI toggle pill inside popularSearchesHeader (mobile only) */
.popularSearchesHeader .ai-toggle-in-bar {
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 141px;
    height: 39px;
    border-radius: 19.5px;
    border: 1px solid var(--Neutral-Almost-Black-L70, #D2D7D9);
    background: var(--quick-palette-light-blue-river-blue-l-95, #F0F9FA);
    padding: 7px 10px 6px 12px;
    gap: 6px;
    cursor: pointer;
    box-sizing: border-box;
    flex-shrink: 0;
    text-decoration: none;
}
.popularSearchesHeader .ai-toggle-in-bar:focus-within {
    outline: 2px solid #30718D;
    outline-offset: 2px;
}
.popularSearchesHeader .ai-toggle-in-bar input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.popularSearchesHeader .ai-toggle-content {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    pointer-events: none;
}
.popularSearchesHeader .ai-sparkle-icon {
    flex-shrink: 0;
    display: block;
}
.popularSearchesHeader .ai-toggle-text {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #001823;
    white-space: nowrap;
    flex: 1;
}
.popularSearchesHeader .ai-check-indicator {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    line-height: 1;
    transition: opacity 0.2s;
}
/* Show empty circle when AI toggle is unchecked (mobile) */
.popularSearchesHeader .ai-toggle-in-bar input:not(:checked) ~ .ai-toggle-content .ai-check-indicator svg {
    overflow: visible;
}
.popularSearchesHeader .ai-toggle-in-bar input:not(:checked) ~ .ai-toggle-content .ai-check-indicator svg circle {
    fill: transparent;
    stroke: #B2BBBF;
    stroke-width: 1.5;
    r: 10;
}
.popularSearchesHeader .ai-toggle-in-bar input:not(:checked) ~ .ai-toggle-content .ai-check-indicator svg path {
    display: none;
}
.searchPlaceholder{
    display: none;
}
.hide{
    display:none !important;
}
.suggestedFiltersBlock {
    margin-top: 24px;
}
.filterDivider{
    display: flex;
    margin-left: 4px;
}
.filterDivider span{
    font-size: 12px;
    color: #97a3a9;
    line-height: 18px;
    display: inline-block;
}
.dividerLine {
    width: 90%;
    border-bottom: 1px solid #d2d7d9;
    display: block;
    margin-left: 20px;
    top: -5px;
    position: relative;
}

.filtersBlock {
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}
.filterItems {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.filterItem {
    display: flex;
    align-items: center;
    border-radius: 26px;
    padding: 4px 16px;
    border: 1px solid #d2d7d9;
    font-size: 16px;
    color: #b2bbbf;
    line-height: 26px;
    font-weight: 400;
    margin-right: 8px;
    cursor: pointer;
    overflow: hidden;
}
.filterItem.disableItems {
    border: 1px solid #d2d7d9;
    color: #b2bbbf;
}
.filterItem.activeItems {
    border: 1px solid #001823;
    color: #001823;
}
.filterItem.activeItems:hover {
    border: 1px solid #db3725;
    color: #db3725;
}
.filterItem svg{
    display:none;
}
.filterItem.selectedItem{
    background-color: #e3e6e7;
    color: #001823;
    border: 1px solid #e3e6e7;
}
.filterItem.selectedItem:hover{
    background-color:#f2f3f3;
    color: #001823;
    border: 1px solid #f2f3f3;
}

.filterItem.selectedItem .addCheckMark:before {
    content: "";
    margin-right: 5px;
}
.filterItem.selectedItem svg{
    width: 16px;
    height: 16px;
    margin-right: 7px;
    display: inline-block;
}
.moreFilterItem {
    position: relative;
    display: flex;
    margin-left: 12px;
    color: #001823;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 3px solid #db3725;
}
.moreFilterItem:hover{
    border-bottom: 3px solid #ba2525;
}
.moreFilterItem button{
    border: 0px;
    background-color: #fff;
    padding: 0px;
    cursor: pointer;
}

.moreFilterItem svg{
    margin-left: 8px;
}
.moreFilterItem:hover .moreFilterButton svg path {
    fill: rgb(186, 37, 37) !important;
}
.moreFilterDropdown{
    position: absolute;
    width: 362px;
    background-color: #fff;
    margin-left: -256px;
    -webkit-animation: flowtip-flyout-slide-bottom .3s ease forwards;
    animation: flowtip-flyout-slide-bottom .3s ease forwards;
    z-index:9;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
}
.checkboxWrapper {
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
}
.checkboxWrapper span {
    /*color: #001823;*/
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.checkboxWrapper label {
    margin-bottom:0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

input.filterCheckBox {
    border: 1px solid #5e7079;
    width: 25px;
    height: 25px;
    background-color: #fff;
    margin-right: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input.filterCheckBox:checked {
    background-color: #001823;
}
input.filterCheckBox:after {
    content: '';
    position: relative;
    left: 30%;
    width: 8px;
    height: 18px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}
input.filterCheckBox:checked:after {
    display: block;
    color: #fff;
}
.checkboxWrapper:hover {
    background-color: #001823;
    color:#fff !important;
}
.checkboxWrapper.disableItems{
    background-color:#fff;
}
.checkboxWrapper.disableItems input.filterCheckBox{
    border: 1px solid #b2bbbf;
}
.checkboxWrapper.disableItems span{
    color: #b2bbbf;
}
.checkboxWrapperMobile.disableItems{
    background-color:#fff;
}
.checkboxWrapperMobile.disableItems input.filterCheckBoxMobile{
    border: 1px solid #b2bbbf;
}
.checkboxWrapperMobile.disableItems span{
    color: #b2bbbf;
}

.moreFilterBody{
    height:  332px;
    overflow-y: auto;
    padding: 24px;
    /*-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);*/
    scrollbar-face-color:rgba(0,0,0,0.6);
    -ms-scrollbar-face-color:rgba(0,0,0,0.6);
    -ms-scroll-snap-type: none;
    padding-right: 0px;
    padding-left: 0px;
}
.moreFilterBody::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0,0,0,0.6);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
}
.moreFilterBody::-webkit-scrollbar-thumb {
    background-color: #808b91 !important;
}
.moreFilterBody::-webkit-scrollbar {
    width: 10px;
}
.moreFilterFooter{
    display: flex;
    padding: 16px 25px;
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    border-top: 1px solid #d2d7b9;
}
.clearFiltersBtn {
    cursor: pointer;
    font-size: 16px;
    color: #001823;
    line-height: 20px;
    text-align: center;
    align-items: center;
    font-weight: 400;
    border-bottom: 3px solid #001823;
    display: flex;
    margin-bottom: 6px;
}
.clearFiltersBtn:hover{
    border-bottom:3px solid #db3725;
}
.applyFiltersBtn {
    margin-left: auto;
}
.applyFiltersBtn button {
    border-radius: 20px;
    border: 2px solid #db3725;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #db3725;
    font-weight: 500;
}
.applyFiltersBtn button:hover {
    border: 2px solid #ba2525;
    color: #ba2525;
}
.clearFilterBlock{
    margin-left: auto;
    display: flex;
    align-items: center;
}
.multiFilterCount{
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    /* padding: 10px; */
    margin-right: 8px;
    justify-content: center;
    background-color: #dadada;
    border-radius: 50%;
    color: #001823;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.clearFilters {
    font-size: 12px;
    color: #db3725;
    line-height: 12px;
    font-weight: 500;
    align-items: center;
    display: flex;
    cursor: pointer;
}
.clearFilters:hover {
    color: #ba2525;
}
.reusltCountBlock {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d2d7d9;
}
.resultItems {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    font-weight: 400;
}
.resultItems span.startNumber {
    font-weight: 700;
}
.resultItems span.endNumber {
    font-weight: 700;
}
.resultItems span.totalResultCount {
    font-weight: 700;
}
.resultItems .searchedKey{
    font-weight: 700;
    padding-left:4px;
}
.searchResultBlock{
    padding-bottom: 32px;
    border-bottom: 1px solid #d2d7d9;
}

.generalSearchResult {
    margin-top: 32px;
    margin-bottom: 8px;
    width: 100%;
    max-width: 780px;
    text-decoration: none !important;
    display: block;
}

.resultSection .resultItemHeader {
    display: block;
    font-size: 20px;
    color: #001823;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 8px;
}
.resultSection .resultItemBody {
    font-family: IBM Plex Serif;
    font-size: 16px;
    line-height: 24px;
    color: #001823;
    font-weight: 400;
    margin-bottom: 16px;
    display: block;
}
.resultItemCTALink a.ctaLink {
    font-size: 16px;
    color: #db3725 !important;
    line-height: 24px;
    line-height: 24px;
    font-weight: 400;
    cursor:pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.resultItemCTALink .ctaLink svg {
    margin-left: 8px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.resultItemCTALink .ctaLink:hover svg {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    margin-left: 15px;
}
.generalSearchResult:hover .ctaLink svg{
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    margin-left: 15px;
}
.resultBlock {
    padding-bottom: 40px;
    border-bottom: 1px solid #d2d7d9;
}
.resultTitle {
    /*margin-top: 40px;*/
    font-size: 16px;
    color: #5e7079;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 5px;
}

.ProgramsResultItem {
    border-radius: 4px;
    margin-top: 24px;
    box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.15);
    margin-bottom: 24px;
    padding: 40px 32px;
    display: flex;
    cursor:pointer;
    text-decoration: none !important;
}
.ProgramsResultItem .resultItemHeader, .CoursesResultItem .resultItemHeader{
    margin-bottom:16px;
}
.ProgramsResultItem:hover {
    /*box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.4);*/
    box-shadow: 0px 4px 22px -2px rgba(0,0,0,0.15);
}
.ProgramsResultItem .resultLeft {
    max-width: 780px;
}
.ProgramsResultItem .resultRight {
    margin-left: auto;
}
.ProgramsResultItem .resultRight a.ctaButton {
    border-radius: 20px;
    border: 2px solid #db3725;
    font-size: 16px;
    color: #db3725 !important;
    line-height: 24px;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
}
.ProgramsResultItem .resultRight a.ctaButton:hover{
    border: 2px solid #ba2525;
    color: #ba2525 !important;
}
.ProgramsResultItem:hover .resultRight a.ctaButton{
    border: 2px solid #ba2525;
    color: #ba2525 !important;
}
.ProgramsResultItem .resultItemBody {
    margin-bottom: 0px;
}
.CoursesResultItem{
    border-radius: 4px;
    margin-top: 12px;
    box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.15);
    margin-bottom: 12px;
    padding: 40px 32px;
    display: inline-block;
    cursor: pointer;
    width: 32.1%;
    margin-right: 20px;
    position:relative;
    text-decoration: none !important;
    min-height: 356px;
}
.removeRightPadding{
    margin-right: 0px;
}
.CoursesResultItem .resultLeft {
    /* max-width: 780px; */
    width: 100%;
    padding-bottom: 24px;
    min-height: 256px;
}
.CoursesResultItem .resultRight {
    position:relative;
    bottom: 0;
    width: 100%;
}
.CoursesResultItem .resultItemBody{
    margin-bottom:0px;
}

.CoursesResultItem:hover {
    /*box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.4);*/
    box-shadow: 0px 4px 22px -2px rgba(0,0,0,0.15);
}
.CoursesResultItem .resultRight a.ctaButton {
    border-bottom: 3px solid #001823;
    font-size: 16px;
    color: #001823 !important;
    line-height: 20px;
    text-align: center;
    padding-bottom:4px;
    text-decoration: none;
}
.CoursesResultItem .resultRight a.ctaButton:hover{
    border-bottom: 3px solid #db3725;
    text-decoration:none;
}
.CoursesResultItem:hover .resultRight a.ctaButton{
    border-bottom: 3px solid #db3725;
    text-decoration:none;
}
.suggestQuickLinks {
    background-color: #fff;
    padding: 21px 24px;
    position: relative;
    width: 100%;
    max-width: min(1170px, 95vw);
    z-index: 10;
    box-shadow: 0px 2px 8px -1px rgba(0,0,0,0.2);
}
.quickLinksTitle {
    font-size: 10px;
    color: #5c6f77;
    line-height: 12px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    font-weight: 700;
}
.quickLinksItems {
    font-size: 16px;
    color: #001823 !important;
    line-height: 24px;
    font-weight: 300;
    padding-top: 16px;
    display: block;
    text-decoration: none !important;
}
.quickLinksItems:focus {
    outline: 2px solid #001823;
    outline-offset: 2px;
}
.suggestLinks {
    background-color: #fff;
    padding: 10px 15px 8px 15px;
    position: absolute;
    width: 100%;
    max-width: min(1170px, 95vw);
    z-index: 9;
    box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.2);
}
.searchInputBlock .suggestLinks {
    height: 260px;
    overflow-y: auto;
}
.searchInputBlock .suggestLinks::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(0,0,0,0.6);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
}
.searchInputBlock .suggestLinks::-webkit-scrollbar-thumb {
    background-color: #808b91 !important;
}
.searchInputBlock .suggestLinks::-webkit-scrollbar {
    width: 4px;
}
.linksItems{
    font-size: 16px;
    color: #001823 !important;
    line-height: 24px;
    font-weight: 300;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    text-decoration: none !important;
    cursor: default;
    text-align:left;
    border-radius: 4px;
    padding: 4px 10px;
}
.linksItems:focus {
    outline: 2px solid #001823;
    outline-offset: 2px;
}
.linksItems.highlight{
    background-color: rgba(0,0,0,0.05);
}
.paginationSection{
    /*margin-top: 40px;
    border-top: 1px solid #d2d7d9;*/
    padding-top: 24px;
}
.paginationSection .paginationBlock{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    /* padding-top: 24px;*/
}
.paginationBlock span.prev {
    font-size: 16px;
    color: #db3725;
    line-height: 24px;
    font-weight: 400;
    padding-right: 17px;
    cursor: pointer;
    /*width:108px;*/
    text-align:right;
    display: flex;
    align-items: center;
}
.pageNumberCount {
    display: flex;
    align-items: center;
}
.pageNumberCount ul {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding-left: 0px;
}
.paginationBlock  li.page-item {
    list-style: none;
    margin-left: 7px;
    margin-right: 8px;
    font-size: 16px;
    color: #db3725;
    line-height: 24px;
    font-weight: 400;
}
.paginationBlock  .page-item.active a.page-link {
    color: #fff;
    background-color: #db3725;
    /* padding: 2px 8px; */
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.paginationBlock  .page-item a.page-link {
    font-size: 16px;
    color: #db3725;
    line-height: 24px;
    font-weight: 400;
    font-weight: 700;
    cursor: pointer;
}
.paginationBlock span.next {
    font-size: 16px;
    color: #db3725;
    line-height: 24px;
    font-weight: 400;
    padding-left: 16px;
    cursor: pointer;
    width: 75px;
    display:block;
}
.paginationBlock .prev svg {
    transform: rotate(180deg);
    margin-right: 8px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.paginationBlock .next svg {
    margin-left: 8px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.paginationBlock .prev:hover svg {
    transform: rotate(180deg);
    margin-right: 13px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.paginationBlock .next:hover svg {
    margin-left: 13px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.paginationSection .reusltCountBlock {
    display: flex;
    justify-content: center;
    padding-bottom: 0px;
    border-bottom: 0px;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #d2d7d9;
}
.paginationSection .resultItems{
    color: #001823;
}
.prevMobile{
    display:none;
}
.prevDesktop{
    display:block;
}
.dividerLineBottom {
    border-bottom: 1px solid #d2d7d9;
    margin-top: 40px;
    margin-bottom: 40px;
}
.resultItemCTALink.addDividerBelow {
    border-bottom: 1px solid #d2d7d9;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.noResultSection {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d2d7d9;
    margin-bottom: 20px;
}
.noResultTitle h2 {
    font-size: 16px;
    color: #001823;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}
.noresultTips ul {
    padding-left: 0px;
}
.noresultTips ul li {
    list-style: none;
    font-size: 14px;
}
.noresultTips ul li:before {
    font-size: 18px;
    padding-right: 16px;
    content: 'ÃƒÂ¢Ã¢â‚¬â€œÃ‚Â ';
    /* margin-bottom: 10px; */
    margin-top: -2px;
    position: relative;
    /* left: -32px; */
}
.mobileFilterBlock,.searchInputPlaceHolder{
    display:none;
}
.suggestQuickLinks .quickLinksContiner{
    display: flex;
    align-items: center;
}
.suggestQuickLinks .quickLinksContiner .clearAll{
    margin-left: auto;
    font-size: 12px;
    color: #db3725;
    line-height: 12px;
    font-weight: 500;
    cursor: pointer;
}
.suggestQuickLinks .quickLinksContiner .clearAll:focus {
    outline: 2px solid #001823;
    outline-offset: 2px;
}
.resultCountParrent{
    display:flex;
}
@media (min-width: 992px) and (max-width: 1120px){
    .CoursesResultItem{
        width: 31.9%;
    }
}
@media (min-width: 768px) and (max-width: 1090px){
    .ProgramsResultItem .resultLeft{
        max-width:65%;
    }
    .ProgramsResultItem .resultRight{
        margin-top:10px;
    }
    .CoursesResultItem{
        width: 31.5%;
    }
    .filterItems{
        width: 60%;
        display: flex;
        flex-flow: row wrap;
    }
    .filterItem.activeItems{
        margin-bottom: 10px;
    }
    .moreFilterItem:hover{
        border-bottom-width: 0px;
    }
    .moreFilterItem{
        border-bottom-width: 0px;
        align-items: center;
    }
    .moreFilterItem button{
        border-bottom: 3px solid #db3725;
        height: 40px;
    }
}
@media (min-width: 768px){
    .paginationBlock li.page-item {
        margin-left: 3.5px;
        margin-right: 3.5px;
    }
    .paginationBlock .page-item a.page-link{
        /*width: 27px;*/
        height: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        padding-left: 8px;
        padding-right: 8px;
    }
    .paginationBlock .page-item a.page-link:hover {
        background-color: #f2f3f3;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    .CoursesResultItem{
        min-height: 550px;
    }

    .CoursesResultItem .resultLeft {
        min-height: 450px
    }
}

@media (max-width: 767px){
    .searchResultTitle{
        margin-bottom:16px;
        font-size: 24px;
    }
    .generalSearchResult{
        margin-top: 32px;
    }
    .generalSearchResult .resultSection span.resultItemBody{
        margin-bottom:16px;
    }
    .CoursesResultItem{
        width: 100%;
    }
    .CoursesResultItem .resultLeft {
        padding-bottom: 0px;
    }
    .ProgramsResultItem{
        padding: 32px 24px;
        display: block;
    }
    .resultSection span.resultItemBody{
        margin-bottom:24px;
        display: inline-block;
    }
    .ProgramsResultItem .resultRight a.ctaButton{
        width: 100%;
        display: block;
    }
    #dummyMobilesearchInput{
        background-size: cover;
        color: #001823;
        z-index: unset;
        width: 100%;
        border: 1px solid #d2d7d9;
        border-radius: 29px;
        padding: 16px;
    }
    .mobileFilterBlock, .searchInputPlaceHolder {
        display: none;
        display: flex;
    }
    .mobileFilterBlock .moreFilterItem{
        border-bottom: 3px solid #001823;
    }
    .mobileFilterBlock .filtersBlock{
        margin-top: 20px;
    }
    .moreFilterButtonMobile{
        color: #000000;
        border: 0px;
        background-color: #fff;
        padding: 0px;
    }
    .reusltCountBlock {
        margin-top: 30px;
        padding-bottom: 17px;
        border-bottom: 1px solid #d2d7d9;
    }
    .moreFilterItem svg {
        margin-right: 8px;
        margin-left: 0px;
    }
    .moreFilterItem{
        margin-left: 0px;
    }
    .root-searchResultPage{
        padding: 16px 16px;
    }
    .root-searchResultPage.ai-enabled {
        padding: 16px 16px;
    }
    .searchInputBlock{
        margin-top: 0;
        flex: 1;
        min-width: 0;
        overflow: hidden;
    }
    .searchInputContainer input.searchInput{
        color: #001823;
        z-index: unset;
        width: 100%;
        border: 1px solid #d2d7d9;
        border-radius: 29px;
        padding: 14px 40px 14px 64px;
        height: auto;
        min-height: 48px;
        font-size: 14px;
        box-sizing: border-box;
    }
    .searchInputContainer .searchIcon{
        margin-right: 0;
        left: 7px;
        height: 42px;
    }
    .searchInputContainer .searchIcon img {
        width: 42px;
        height: 42px;
    }
    .noresultTips ul li {
        font-size: 10px;
        margin-bottom: 1rem;
        word-break: break-word;
    }
    .searchInputContainer.addBoxShadow{
        box-shadow: unset;
    }
    .searchInputBlock .suggestLinks{
        position: relative;
        padding: 16px 12px;
        box-shadow: unset;
        height: auto;
        max-height: 40vh;
        overflow-y: auto;
        border-bottom: 1px solid #d2d7d9;
    }
    .suggestQuickLinks{
        position: unset;
        padding: 16px 12px;
        border-bottom: 1px solid #d2d7d9;
        box-shadow: unset;
        word-break: break-word;
    }
    .quickLinksFooterSection {
        display: flex;
        position: relative;
        bottom: auto;
        justify-content: center;
        text-align:left;
        padding: 16px;
        width: 100%;
        background-color: #fefefe;
        box-sizing: border-box;
        flex-shrink: 0;
        margin-top: auto;
    }
    .findyourprogrambtn {
        margin-top: 12px;
        margin-bottom: 12px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #db3725;
        border-radius: 4px;
        padding: 12px 16px;
        font-size: 14px;
        background-color: #db3725;
        color: #fff;
        font-weight: 500;
        line-height: 22px;
        text-decoration: none;
        box-sizing: border-box;
        text-align: center;
        word-break: break-word;
    }
    span.quickLinksFooterText {
        /* position: absolute; */
        /* display: block; */
        font-size: 12px;
        line-height: 18px;
        color: #001823;
        font-weight: 300;
    }
    .btnContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 320px;
    }
    .quickLinksTitle{
        font-size: 12px;
        letter-spacing: 1.5px;
    }
    .quickLinksItems{
        font-size: 20px;
        line-height: 30px;
        text-align:left;
    }
    .filterMobileTitle {
        background-color: #f2f3f3;
        padding: 16px 24px;
        font-size: 16px;
        color: #5e7079;
        letter-spacing: 2px;
        text-transform: uppercase;
        line-height: 16px;
        font-weight: 700;
    }
    .moreFilterDropdownMobile {
        flex: 1;
        overflow-y: auto;
        width: 100%;
        margin-top: 10px;
        box-sizing: border-box;
    }
    .moreFilterBodyMobile {
        height: 533px;
        overflow-y: auto;
        padding: 0;
        -moz-box-shadow: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        scrollbar-face-color: rgba(0,0,0,0.6);
        -ms-scrollbar-face-color: rgba(0,0,0,0.6);
        -ms-scroll-snap-type: none;
        padding-right: 0px;
        padding-left: 0px;
    }
    .checkboxWrapperMobile{
        display: flex;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 24px;
        padding-left: 35px;
    }
    input.filterCheckBoxMobile {
        border: 1px solid #5e7079;
        width: 25px;
        height: 25px;
        background-color: #fff;
        margin-right: 8px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .checkboxWrapperMobile span {
        /* color: #001823; */
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    .applyFiltersBtnMobile{
        margin-left: auto;
    }
    .applyFiltersBtnMobile button {
        border-radius: 20px;
        border: 2px solid #db3725;
        padding: 6px 12px;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #db3725;
        font-weight: 500;
        background-color:#fff;
    }
    input.filterCheckBoxMobile:after {
        content: '';
        position: relative;
        left: 30%;
        width: 8px;
        height: 18px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        display: none;
    }
    input.filterCheckBoxMobile:checked:after {
        display: block;
        color: #FFF;
    }
    input.filterCheckBoxMobile:checked {
        background-color: #001823;
    }
    .resultCountParrent{
        display:inline;
    }
    .resultCount{
        display:inline;
        /*padding-right: 10px;*/
    }
    .resultItems .searchedKey{
        padding-left:0px;
    }
    .clearFilters{
        height :32px;
    }
    .paginationSection{
        margin-left: -30px;
        margin-right: -30px;
    }
    .prevMobile{
        display:block;
    }
    .prevDesktop{
        display:none;
    }
}
@media (max-width: 350px){
    .paginationSection .paginationBlock{
        /*margin-left: -15px;
        margin-right: -15px;*/
    }
    .paginationBlock span.prev {
        padding-right: 5px;
        width: unset;
    }
    .paginationBlock .prev svg{
        margin-right: 13px;
    }
    .paginationBlock li.page-item{
        margin-left: 5px;
        margin-right: 6px;
    }
    .paginationBlock span.next{
        padding-left: 12px;
        width: unset;
    }
    .paginationBlock .next svg{
        margin-left: 3px;
    }
}
em {
    font-weight: 700;
    font-style: normal;
}

      /*start modal code*/
  .modalLink
  {
      font-weight:400 !important;
      border-bottom:1px solid !important;
      color: #001823;
  }

.closeHolder
{
    padding: 20px 16px;
    text-align:right;
    flex-shrink: 0;
}

.modal
{
    position:fixed;
    /* z-index = 1000001, because global nav has z-index 1000000 */
    z-index:1000001;
    display: flex;
    flex-direction: column;
    width:100%;
    height: 100%;
    min-height: 0;
    background-color:#fefefe;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.modal > .searchInputBlock {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) and (max-width: 1249px){
    .root-searchResultPage{
        padding: 30px 40px;
    }
}

.close
{
    color:#aaaaaa;
    float:right;
    font-size:28px;
    font-weight:bold;
}
.close:hover, .close:focus
{
    color:#ffffff;
    text-decoration:none;
    cursor:pointer;
}
.modalClose,.searchFilterClose
{
    font-size: 16px;
    border: thick;
    background: white;
    color: #001823;
    line-height: 20px;
    border-bottom: 4px solid #000000;
    /*padding-bottom: 5px;*/
    margin-bottom:5px;
    text-decoration:none !important;
    width:50px;
}

.modalClose:hover, .modalClose:focus
{
    border-bottom: 4px solid #db3725;
    padding-bottom: 5px;
}
.searchFilterClose:hover, .searchFilterClose:focus
{
    border-bottom: 4px solid #db3725;
    padding-bottom: 5px;
}

.progressBarWrapper{
    margin-top: 24px;
}

.popularSearchesBar {
    font-family: Roboto, sans-serif;
    padding: 4px 0;
}
.popularSearchesHeader {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px 0;
    flex-wrap: wrap;
}
/* Pills inside header: fill space between label and AI toggle */
.popularSearchesHeader .popularSearchesPills {
    flex: 1;
    padding: 0;
}
/* AI toggle pushed to far right */
.popularSearchesHeader > .ai-toggle-in-bar {
    margin-left: auto;
    flex-shrink: 0;
}
.popularSearchesToggle {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #001823;
}
.popularSearchesLabel {
    font-size: 14px;
    font-weight: 500;
    color: #001823;
    white-space: normal;
}
/* CSS-drawn chevron indicator */
.popularSearchesChevron {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #001823;
    border-bottom: 2px solid #001823;
    transform: rotate(45deg);
    transition: transform 0.2s;
    margin-bottom: 4px;
    flex-shrink: 0;
}
.popularSearchesBar.expanded .popularSearchesChevron {
    transform: rotate(-135deg);
    margin-bottom: -2px;
}
/* Desktop: always show pills, chevron not needed, AI toggle in search input */
@media (min-width: 768px) {
    .popularSearchesChevron {
        display: none;
    }
    .popularSearchesToggle {
        cursor: default;
        pointer-events: none;
        outline: none !important;
        box-shadow: none !important;
    }
    .popularSearchesPills {
        display: flex !important;
    }
    /* On desktop, AI toggle lives inside the search input, not in the bar */
    .popularSearchesHeader .ai-toggle-in-bar {
        display: none;
    }
}
.popularSearchesPills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 0 8px 0;
}
.popularSearchPill {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #001823;
    background: var(--quick-palette-light-blue-river-blue-l-95, #F0F9FA);
    border: 1px solid #d2d7d9;
    border-radius: 20px;
    padding: 4px 16px;
    cursor: pointer;
    white-space: nowrap;
    line-height: 19px;
    transition: border-color 0.15s, background-color 0.15s;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.popularSearchPill:hover {
    border-color: #001823;
    background-color: #f5f7f8;
}

/* Keep popular-searches controls immune to global button styles on PFFA and other pages */
.root-searchResultPage button.popularSearchesToggle,
.root-searchResultPage button.popularSearchPill {
    -webkit-appearance: none;
    appearance: none;
    font-family: Roboto, sans-serif;
}

.root-searchResultPage button.popularSearchesToggle {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.root-searchResultPage button.popularSearchPill {
    display: inline-flex;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #d2d7d9;
    background: #F0F9FA;
    color: #001823;
    padding: 4px 16px;
    line-height: 19px;
    cursor: pointer;
}
.root-searchResultPage:not(.ai-enabled) .popularSearchesBar {
    display: none !important;
}
/* On mobile, always keep the bar visible so AI toggle remains accessible */
@media (max-width: 767px) {
    .root-searchResultPage:not(.ai-enabled) .popularSearchesBar {
        display: block !important;
    }
    .root-searchResultPage:not(.ai-enabled) .popularSearchesBar .popularSearchesToggle,
    .root-searchResultPage:not(.ai-enabled) .popularSearchesBar .popularSearchesPills {
        display: none !important;
    }
    .popularSearchesBar.pills-hidden {
        display: block !important;
    }
}
/* When AI is off on desktop: restore search input to standard padding */
@media (min-width: 768px) {
    .root-searchResultPage:not(.ai-enabled) .searchInputContainer input.searchInput {
        padding: 19px 50px 19px 60px;
    }
    .root-searchResultPage:not(.ai-enabled) .searchInputClearVal {
        right: 12px;
    }
}
/* When pills are hidden (after search): hide label + pills but keep mobile AI toggle */
.popularSearchesBar.pills-hidden .popularSearchesToggle {
    display: none;
}
.popularSearchesBar.pills-hidden .popularSearchesPills {
    display: none !important;
}
/* On desktop the AI toggle is inside the search input, so hide the entire bar */
@media (min-width: 768px) {
    .popularSearchesBar.pills-hidden {
        display: none;
    }
}
/* Mobile: pills hidden by default; visible when .expanded */
@media (max-width: 767px) {
    /* Heading takes all available space so AI toggle always stays on the same row */
    .popularSearchesHeader .popularSearchesToggle {
        flex: 1;
        min-width: 0;
    }
    /* Pills always on their own row below the heading + toggle row */
    .popularSearchesHeader .popularSearchesPills {
        order: 99;
        flex-basis: 100%;
    }
    .popularSearchesPills {
        display: none;
    }
    .popularSearchesBar.expanded .popularSearchesPills {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding-bottom: 8px;
        flex-basis: 100%;
    }
    /* AI toggle in search input hidden on mobile (it's in the bar header instead) */
    .searchInputContainer .ai-toggle-in-bar {
        display: none;
    }
    /* Keep mobile field height/padding stable for both AI on/off states */
    .searchInputContainer input.searchInput {
        padding: 14px 40px 14px 58px;
        min-height: 48px;
    }

    .root-searchResultPage:not(.ai-enabled) .searchInputContainer input.searchInput {
        padding: 14px 40px 14px 58px;
        min-height: 48px;
    }

    .searchInputContainer .placeHolderPadding,
    .searchInputContainer input.searchInput.placeHolderPadding {
        padding-top: 14px !important;
    }

    .searchInputClearVal {
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
        margin: 0;
        height: 24px;
    }
}

@media (min-width: 992px) {
  .popularSearchesHeader {
    width: fit-content !important;
    margin: 0 auto !important;
  }
}

/* Keyboard focus for interactive elements */
.clearAll:focus,
.clearFilters:focus,
.clearFiltersBtn:focus,
#clear-recent-searches:focus {
    outline: 2px solid #001823 !important;
    outline-offset: 2px !important;
}

@media (max-width: 400px) {
    .root-searchResultPage {
        padding: 0 10px;
    }
    .searchInputContainer input.searchInput {
        padding: 14px 40px 14px 58px;
        font-size: 14px;
        min-height: 48px;
    }
    .searchInputContainer .searchIcon {
        width: 48px;
        height: 48px;
        left: 7px;
    }
    .searchInputContainer .searchIcon img {
        width: 42px;
        height: 42px;
    }
    .searchInputClearVal {
        top: 50%;
        transform: translateY(-50%);
        right: 8px;
        margin: 0;
    }
    /* Modal full-screen adjustments */
    .modal {
        padding: 0;
    }
    .closeHolder {
        padding: 12px 10px;
    }
    .modalClose, .searchFilterClose {
        font-size: 14px;
    }
    /* Popular searches bar */
    .popularSearchesHeader {
        gap: 6px;
        padding: 6px 0;
    }
    .popularSearchesLabel {
        font-size: 14px;
    }
    .popularSearchPill {
        font-size: 12px;
        padding: 3px 10px;
        white-space: normal;
        word-break: break-word;
    }
    .popularSearchesHeader .ai-toggle-in-bar {
        height: 34px;
        padding: 5px 8px 5px 10px;
        gap: 4px;
    }
    .popularSearchesHeader .ai-toggle-text {
        font-size: 12px;
    }
    .popularSearchesHeader .ai-check-indicator svg {
        width: 18px;
        height: 18px;
    }
    /* Footer button in modal */
    .quickLinksFooterSection {
        padding: 12px 10px;
    }
    .findyourprogrambtn {
        padding: 10px 12px;
        font-size: 13px;
        line-height: 20px;
    }
    .btnContainer {
        max-width: 100%;
    }
    span.quickLinksFooterText {
        font-size: 11px;
    }
    /* Suggest links */
    .searchInputBlock .suggestLinks {
        padding: 12px 8px;
        max-height: 35vh;
    }
    .suggestQuickLinks {
        padding: 12px 8px;
    }
    .quickLinksItems {
        font-size: 16px;
        line-height: 26px;
    }
    .linksItems {
        font-size: 14px;
        padding: 4px 8px;
    }
    /* Filter dropdown: constrain to viewport */
    .moreFilterDropdown {
        width: calc(100vw - 20px);
        margin-left: 0;
        left: 0;
    }
}




/* -------------------------------------------------------------------
     Search Page Mobile Popup
     ------------------------------------------------------------------- */

.root-searchResultPage {
    --search-popup-top: 92px;
    --search-popup-side-gap: 13px;
    --search-popup-width: min(363px, calc(100vw - 26px));
    --search-popup-close-offset: 12px;
}

/* Overlay - covers entire page including header */
.root-searchResultPage .header-overlay.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 24, 35, 0.5);
    z-index: 1000000;
}

/* Popup card */
.root-searchResultPage .search-mobile.cmp-header_search.selected .search-wrapper {
    position: fixed;
    top: var(--search-popup-top);
    left: var(--search-popup-side-gap);
    width: var(--search-popup-width);
    height: auto;
    min-height: 135px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(0, 24, 35, 0.2);
    box-shadow: 0 8px 32px rgba(0, 24, 35, 0.15);
    padding: 20px 16px 16px;
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    z-index: 1000001;
}

/* Input bar */
.root-searchResultPage .search-mobile.selected .search-input-bar {
    display: flex !important;
    align-items: center;
    height: 50px !important;
    border: 1px solid #d2d7d9 !important;
    border-radius: 25px !important;
    background: #fff;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.2) !important;
    overflow: hidden;
    width: 100% !important;
}

.root-searchResultPage .search-mobile.selected .search-input-bar > .header-search-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    pointer-events: none;
}

.root-searchResultPage .search-mobile.selected .search-input-bar > .header-search-icon img {
    width: 38px !important;
    height: 38px !important;
    object-fit: contain;
}

.root-searchResultPage .search-mobile.selected .floating-placedolder {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    position: relative;
    height: 50px;
}

.root-searchResultPage .search-mobile.selected .floating-placedolder .form-control.search-box {
    flex: 1;
    min-width: 0;
    height: 50px !important;
    padding: 0 12px !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 16px !important;
    color: #001823 !important;
    outline: none;
    width: 100%;
    font-family: 'Roboto', Helvetica Neue, serif;
}

.root-searchResultPage .search-mobile.selected .floating-placedolder .floating-label {
    position: absolute !important;
    left: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 16px !important;
    color: #97a3a9 !important;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 24px);
}

.root-searchResultPage .search-mobile.selected .floating-placedolder input:focus ~ .floating-label {
    display: none !important;
}

/* Suggestions / popular searches container */
.root-searchResultPage .search-mobile.selected .search-results-container {
    display: block !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
}

/* Popular searches bar inside popup */
.root-searchResultPage .search-mobile.selected .popularSearchesBar {
    font-family: Roboto, sans-serif;
    padding: 4px 0;
}

.root-searchResultPage .search-mobile.selected .popularSearchesHeader {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 0;
    flex-wrap: wrap;
}

.root-searchResultPage .search-mobile.selected .popularSearchesToggle {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #001823;
    flex: 1;
    min-width: 0;
}

/* pills controlled by .expanded state below */
.root-searchResultPage .search-mobile.selected .popularSearchesPills {
    display: none;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.root-searchResultPage .search-mobile.selected .popularSearchPill {
    list-style: none;
    padding: 0;
    margin: 0;
}

.root-searchResultPage .search-mobile.selected .popularSearchPill a {
    display: inline-flex;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #001823;
    background: #F0F9FA;
    border: 1px solid #d2d7d9;
    border-radius: 20px;
    padding: 4px 16px;
    white-space: nowrap;
    line-height: 19px;
    text-decoration: none;
    cursor: pointer;
}

.root-searchResultPage .search-mobile.selected .popularSearchPill a:hover {
    border-color: #001823;
    background-color: #f5f7f8;
}

/* AI toggle in popup */
.root-searchResultPage .search-mobile.selected .popularSearchesHeader > .ai-toggle-in-bar {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 35px;
    border-radius: 17.5px;
    border: 1px solid #D2D7D9;
    background: #F0F9FA;
    padding: 0 12px;
    text-decoration: none;
    font-size: 13px;
    color: #001823;
    font-family: Roboto, sans-serif;
    white-space: nowrap;
    box-sizing: border-box;
    cursor: pointer;
}

.root-searchResultPage .search-mobile.selected .popularSearchesHeader > .ai-toggle-in-bar img {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.root-searchResultPage .search-mobile.selected .popularSearchesHeader > .ai-toggle-in-bar svg {
    flex-shrink: 0;
}

/* AI toggle disabled state */
.root-searchResultPage .search-mobile.selected .ai-toggle-in-bar.ai-disabled svg circle {
    fill: transparent;
    stroke: #B2BBBF;
    stroke-width: 1.5;
    r: 10;
}

.root-searchResultPage .search-mobile.selected .ai-toggle-in-bar.ai-disabled svg path {
    display: none;
}

/* Close button anchored to popup top-right border radius */
.root-searchResultPage .search-popup-close-mobile {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid rgba(0, 24, 35, 0.2);
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    z-index: 1000002;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.root-searchResultPage .search-popup-close-mobile .mobile-close-text-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.root-searchResultPage .search-popup-close-mobile .closeText {
    display: none;
}

.root-searchResultPage .search-popup-close-mobile img {
    width: 16px;
    height: 16px;
}

.root-searchResultPage .search-popup-close-mobile:hover {
    opacity: 0.7;
}

@media (max-width: 400px) {
    .root-searchResultPage {
        --search-popup-side-gap: 8px;
        --search-popup-width: calc(100vw - 16px);
    }

    .root-searchResultPage .search-mobile.cmp-header_search.selected .search-wrapper {
        left: var(--search-popup-side-gap);
        width: var(--search-popup-width);
    }
}


/* Popular searches toggle chevron in mobile popup */
.root-searchResultPage .search-mobile.selected .popularSearchesLabel {
  font-size: 14px;
  font-weight: 500;
  color: #001823;
  white-space: nowrap;
}

.root-searchResultPage .search-mobile.selected .popularSearchesChevron {
  display: inline-block;
    width: 8px;
  height: 8px;
  border-right: 2px solid #001823;
  border-bottom: 2px solid #001823;
  transform: rotate(45deg);
  transition: transform 0.2s;
  margin-bottom: 4px;
  flex-shrink: 0;
}

.root-searchResultPage .search-mobile.selected .popularSearchesBar.expanded .popularSearchesChevron {
  transform: rotate(-135deg);
  margin-bottom: -2px;
}

.root-searchResultPage .search-mobile.selected .popularSearchesPills {
  display: none;
}

.root-searchResultPage .search-mobile.selected .popularSearchesBar.expanded .popularSearchesPills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 0 8px;
  margin: 0;
  list-style: none;
  flex-basis: 100%;
  order: 99;
}

/* When restricted width is enabled: consistent padding for both AI on and off ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â no jumping */
@media (max-width: 767px) {
  .root-searchResultPage.ai-width-restricted,
  .root-searchResultPage.ai-width-restricted.ai-enabled {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 400px) {
  .root-searchResultPage.ai-width-restricted,
  .root-searchResultPage.ai-width-restricted.ai-enabled {
    padding-left: 10px;
    padding-right: 10px;
  }
}
