.scxx .section-picker {
   margin: 60px auto;
   display: flex;
   max-width: 800px;
   flex-wrap: wrap;
   padding: 0;
}

.scxx .section-picker li {
   display: flex;
}

.scxx .section-picker a {
   position: relative;
   align-items: center;
   display: flex;
   margin: 10px 8px;
   border-radius: 6px;
   text-align: left;
   font-family: "poppins";
   border: 1px solid #fff;
   transition: all 0.3s;
   cursor: pointer;
   text-decoration: none;
   background: rgb(255 255 255 / 25%);
   padding: 10px 7px 10px 60px;
   min-height: 45px;
   font-size: 1.05rem;
   line-height: 1.3rem;
   color: var(--s-blue-dark);
   box-shadow: 0px 4px 10px 2px rgb(161 190 226 / 31%);
   max-width: 450px;
   border-radius: 9px;
   flex-grow: 1;
   text-decoration: none;
   width: 150px;
   background: #fff;
}

.scxx .section-picker a:before {
   position: absolute;
   left: 5px;
   top: 50%;
   transform: translateY(-50%);
   width: 25px;
   text-align: center;
   font-size: 1.25rem;
   display: flex;
   align-items: center;
   height: 100%;
   line-height: 40px;
   background: #9ec0d9;
   border-radius: 50px;
   width: 42px;
   height: 42px;
   line-height: 42px;
   color: #fff;
   display: block;
   font-size: 1.5rem;
   margin: auto;
   box-shadow: inset 2px 1px 3px rgb(0 0 0 / 6%);
   transition: all 0.2s;
}

.scxx .section-picker a:hover {
   border: 1px solid #adcdeb;
   box-shadow: 0px 3px 5px 2px rgb(161 190 226 / 41%);
   color: var(--s-purple);
}

.scxx .section-picker a:hover:before {
   font-size: 1.5rem;
}

.scxx .content-container {
   max-width: 1000px;
   margin: 40px auto;
   min-width: 70vw;
}

.scxx .content-items img {
   max-width: 100%;
}

.scxx .content-section {
   background: rgb(255 255 255 / 25%);
   margin: 15px 0;
   border-radius: 6px;
   box-shadow: 1px 1px 1px rgb(30 107 155 / 16%);
   color: #444;
   box-sizing: border-box;
}

.scxx .cms-edit-content-display .content-section {
   min-width: auto;
}

.scxx .content-panel {
   background: #fff;
   border: 1px solid #fff;
   display: flex;
   justify-content: space-between;
   border-radius: 0 6px 6px 0;
   cursor: pointer;
}

.scxx .expand > .content-panel:hover {
   border: 1px solid #fff;
}

.scxx .content-section-header {
   font-family: "ceraRound";
   color: var(--s-primary);
   padding: 10px 10px 10px 50px;
   position: relative;
}

.scxx .content-section-header:before {
   position: absolute;
   left: 10px;
   font-size: 1.6rem;
   opacity: 0.85;
   text-align: center;
   width: 25px;
}

.scxx .content-section-header.process:before {
   display: none;
}

.scxx .content-section.process {
   margin: 0;
   border-radius: 0;
   box-shadow: none;
}

.scxx .content-section.process:first-child {
   margin-top: 12px;
}

.scxx .content-progress-count-container {
   position: absolute;
   left: 15px;
}

.scxx .content-progress-count {
   position: relative;
   background: #f4f4f4;
   border-radius: 30px;
   width: 22px;
   text-align: center;
   height: 22px;
}

.scxx .content-progress-count-container:before,
.scxx .content-section.process > .content-items:before {
   content: " ";
   display: block;
   width: 5px;
   background: #f4f4f4;
   position: absolute;
   top: -11px;
   left: 9px;
   bottom: -13px;
}

.scxx .content-section.process > .content-items:before {
   bottom: 0;
}

.scxx .content-section.process > .content-items:before {
   left: 25px;
   top: 0;
}

.scxx .content-progress-count-bar .content-items .content-panel .content-section-header {
   color: var(--s-secondary);
}

.scxx .content-section:before {
   font-size: 2rem;
   position: absolute;
   left: 8px;
   top: 6px;
   opacity: 0.3;
   width: 55px;
   text-align: center;
}

.scxx .content-section-expand {
   border-radius: 25px;
   height: 27px;
   width: 27px;
   line-height: 16px;
   text-align: center;
   background: #fff;
   color: var(--s-link);
   font-size: 1.15rem;
   font-weight: bold;
   padding: 2px 0px 0 0;
   display: block;
}

.scxx .content-panel:hover .content-section-expand {
   color: var(--s-link-hover);
}

.scxx .content-section-expand:hover {
   color: #fff !important;
}

.scxx .content-section-expand:before {
   content: "\f004";
   font-family: "icons";
}

.scxx .content-items {
   display: none;
   padding: 1px 10px 12px 14px;
   position: relative;
}

.scxx .content-section.process > .content-items {
   padding: 10px 10px 40px 40px;
}

.scxx .content-section.expand > .content-panel > .content-section-expand {
   display: none;
}

.scxx .content-section.expand > .content-items,
.scxx .content-items.expanded {
   display: block;
}

.scxx .content-resources {
   display: flex;
   flex-wrap: wrap;
}

.scxx .content-resource {
   background: #fff;
   display: flex;
   margin: 10px;
   border-radius: 5px;
   box-shadow: 1px 1px 1px rgb(30 107 155 / 16%);
}

.scxx .content-resource:hover {
   box-shadow: 1px 1px 1px rgb(30 107 155 / 25%);
}

.scxx .content-resource-label {
   padding: 2px 8px;
}

.scxx .content-resource-logo,
.scxx .content-service-logo {
   width: 80px;
   height: 28px;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: 50% 50%;
   background-color: #fff;
   margin-right: 7px;
   border-radius: 6px;
   border: 4px solid #fff;
   border-width: 4px 0 4px 0px;
}

.scxx .content-service-logo {
   height: 40px;
   margin: 0 10px;
}

.scxx .image-container {
   width: 90px; /* Fixed width */
   height: 40px; /* Fixed height */
   overflow: hidden;
}

.scxx .image-container img {
   width: 100%; /* Ensure the image takes up the entire container */
   height: 100%; /* Ensure the image takes up the entire container */
   object-fit: contain;
}

.scxx .content-link-label {
   padding: 8px 10px;
}

.scxx .content-section-header.query {
   font-family: "Outfit";
   padding: 4px 4px 4px 50px;
}

.scxx .content-section.query > .content-panel {
   background: none;
   border: none;
}

.scxx .content-section.query.expand > .content-panel {
   background: #fff;
}

.scxx .content-section.query:hover > .content-panel {
   background: #fff;
}

.scxx .content-links-more {
   margin: 10px 0 0 0;
}

.scxx .content-links-more:before {
   content: "\f0f6";
   font-family: "icons";
   margin-right: 6px;
   color: var(--s-secondary);
}

.scxx img.content-image {
   margin: auto;
   display: block;
   max-width: 100%;
}

.scxx .content-service {
   display: flex;
   flex-wrap: wrap;
   background: #fff;
   padding: 4px;
   border-radius: 5px;
   margin: 6px 0;
   box-shadow: 1px 1px 1px rgb(30 107 155 / 16%);
}

.scxx .content-service-main {
   flex-grow: 1;
   display: flex;
   justify-content: space-between;
}

.scxx .graph-service-view {
   min-width: 60vw;
}

.scxx .graph-service-view .result {
   padding: 0;
}

.scxx .graph-service-view .result-container {
   border: 0px;
   padding: 0;
}

.scxx .graph-service-view .result-details.show {
   display: block;
}

.scxx .content-service-select-button {
   cursor: pointer;
}

/* Location picker */
.scxx .location-select {
   min-width: 60vw;
}

.scxx .location-picker-panels {
   display: flex;
}

.scxx .location-picker-panels-main {
   flex-grow: 1;
}

.scxx .location-picker-panels-side {
   width: 200px;
   max-height: 500px;
   overflow-y: auto;
}

.scxx .point-location {
   filter: invert(61%) sepia(72%) saturate(5336%) hue-rotate(185deg) brightness(88%) contrast(85%);
}

.scxx .point-location.checked {
   filter: invert(60%) sepia(50%) saturate(500%) hue-rotate(45deg);
}

.scxx .location-picker-modal-instructions {
   font-family: "ceraRound";
   color: var(--s-secondary);
   margin: 0 0 10px;
   font-size: 1.2rem;
}

.scxx .location-picker-panels-side input {
   display: none;
}

.scxx .location-picker-item {
   display: block;
   background: #f7f6fd;
   color: #444;
   position: relative;
   border-radius: 5px;
   padding: 5px;
   font-family: "Outfit";
   cursor: pointer;
   margin: 0 7px 5px;
}

.scxx .location-picker-item:hover {
   background: #f2f1ff;
   color: var(--s-primary);
}

.scxx .location-picker-name {
   color: #000;
   font-weight: bold;
   font-size: 1rem;
}

.scxx .location-picker-address {
   font-size: 1rem;
}

.scxx .content-section {
   border-radius: 0 6px 6px 0;
}

.scxx .cms-page-container > .block > .content-items > .content-section {
   box-shadow: 0px 1px 1px rgb(30 107 155 / 16%);
}

.scxx .content-section.color-1 {
   border-left: 3px solid #9077b5;
}

.scxx .content-section.primary > .content-panel > .content-main > .content-section-header:before {
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   left: -1px;
   top: -1px;
   font-size: 1.5rem;
   border-radius: 0 0px 7px 0;
   width: 26px;
   height: calc(100% - 4px);
   line-height: calc(100% + 14px);
   padding: 3px;
}

.scxx .content-section.color-1 > .content-panel > .content-main > .content-section-header:before {
   background: #9077b5;
}

.scxx .content-section.color-2 {
   border-left: 3px solid #b2cf47;
}

.scxx .content-section.color-2 > .content-panel > .content-main > .content-section-header:before {
   background: #b2cf47;
}

.scxx .content-section.color-3 {
   border-left: 3px solid #88acbd;
}
.scxx .content-section.color-3 > .content-panel > .content-main > .content-section-header:before {
   background: #88acbd;
}

.scxx .content-section.color-4 {
   border-left: 3px solid #e5ac6b;
}
.scxx .content-section.color-4 > .content-panel > .content-main > .content-section-header:before {
   background: #e5ac6b;
}

.scxx .content-section.color-5 {
   border-left: 3px solid #ce76ae;
}
.scxx .content-section.color-5 > .content-panel > .content-main > .content-section-header:before {
   background: #ce76ae;
}

.scxx .content-section.color-6 {
   border-left: 3px solid #7fd28d;
}
.scxx .content-section.color-6 > .content-panel > .content-main > .content-section-header:before {
   background: #7fd28d;
}

.scxx .content-section.color-7 {
   border-left: 3px solid #6d87c8;
}
.scxx .content-section.color-7 > .content-panel > .content-main > .content-section-header:before {
   background: #6d87c8;
}

.scxx .content-section.color-8 {
   border-left: 3px solid #f5b8a0;
}
.scxx .content-section.color-8 > .content-panel > .content-main > .content-section-header:before {
   background: #f5b8a0;
}

.scxx .content-section.color-9 {
   border-left: 3px solid #79cee4;
}
.scxx .content-section.color-9 > .content-panel > .content-main > .content-section-header:before {
   background: #79cee4;
}

.scxx .depth-2.expand:not(.process) {
   border-left: 2px solid #99abc8;
}

.scxx .content-support-header {
   color: var(--s-secondary);
   font-family: "ceraRound";
   margin: 20px 0 10px;
}

.scxx .content-support-header:before {
   content: "\e85e";
   font-family: "icons";
   margin-right: 6px;
}

.scxx .button.content-pathway-redirect {
   margin: 8px 0 20px;
}

.scxx .search-component {
   width: 400px;
   max-width: 90vw;
   position: relative;
}

.scxx .search-component-icon {
   position: absolute;
   top: 6px;
   left: 10px;
}

.scxx .search-component-icon:before {
   font-family: "icons";
   content: "\e800";
   font-size: 1.3rem;
   color: #ccc;
}

.scxx .search-component-input {
   border-radius: 20px;
   border: 1px solid #ccc;
   padding: 6px 70px 6px 35px;
   width: 100%;
}

.scxx .search-component-input:focus {
   outline: 0px;
   border-color: var(--s-blue);
}

.scxx .search-component-submit {
   position: absolute;
   top: 4px;
   right: 4px;
   border: 1px solid #ccc;
   border-radius: 30px;
   margin: 0px;
   padding: 4px 8px;
}

.scxx .content-result {
   padding: 15px;
   margin: 6px 0;
   background: #fff;
   border-radius: 6px;
   box-shadow: 1px 1px 1px rgb(30 107 155 / 16%);
}

@media screen and (max-width: 450px) {
   .scxx .cms-page-container > .block > .content-items {
      padding: 0;
   }

   .scxx .content-items {
      padding: 1px 6px 12px 7px;
   }

   .scxx .section-picker {
      padding: 0;
   }

   .scxx .section-picker li {
      width: 100%;
      max-width: calc(100vw - 25px);
      margin: auto;
   }

   .scxx .section-picker a {
      padding: 3px 7px 3px 60px;
   }
}

.scxx .client-panel {
   margin: 10px 0;
   border-left: 2px solid #b3cbde;
   padding-left: 8px;
   background: #ffffff85;
}

.scxx .client-panel-heading {
   display: block;
   width: 100%;
   font-weight: bold;
   color: var(--s-purple);
   padding: 7px 0;
}

.scxx .client-panel-item-container {
   display: flex;
   align-items: center;
   margin-bottom: 5px;
}

.scxx .client-panel-item {
   position: relative;
   padding: 3px 8px 3px 24px;
   background: #f6f8fa;
   box-shadow: 0px 3px 7px 1px rgb(56 70 84 / 7%);
   border-radius: 5px;
   border: 1px solid #e2e7ec;
   margin: 0px 5px 0px 10px;
   box-sizing: border-box;
   display: flex;
   justify-content: space-between;
   min-width: 200px;
   cursor: pointer;
}

.scxx .client-panel-item:before {
   position: absolute;
   left: 8px;
}

.scxx .client-panel-item.open {
   min-width: 350px;
   max-width: 80vw;
   border: 0px;
   box-shadow: none;
   background: none;
}

.scxx .client-panel-item.open:before {
   display: none;
}

.scxx .client-panel-item.open > div {
   width: 100%;
}

.scxx .client-panel-label {
   margin-right: 8px;
}
