.content-single:has(.career-outcomes-wrap) {
  max-width: 1200px !important;
} 

.page-id-21345 .m-block:has(#alumni-spotlights) {
    padding-bottom: 0;
}

.page-id-21345 .m-block:has(#alumni-spotlights) .featured-alumni-spotlight-title {
    display: none;
}
.page-id-21345 .m-rcbl.profiles-cards .l-heading {
    margin-bottom: 0;
}

.pie-chart {
	position: relative;
    width: 300px !important;
    height: 300px !important;
	margin: 0;
	outline: 0px solid #ccc;
	overflow: visible;
    margin: 25px auto 150px auto;
}
.pie-chart h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 800;
    line-height: 20px;
}
.pie-chart figcaption {
	position: relative;
	font-size: 16px;
	text-align: left;
	width: 100%;
    margin-top: 260px;
}
.pie-chart figcaption span:before {
	display: inline-block;
	content: "";
	width: 0.8em;
	height: 0.8em;
	margin-right: 0.4em;
	height: 0.8em;
	border-radius: 0.2em;
	background: currentColor;
}

.pie-labels {
	position: absolute;
	inset: 0;
	display: block;
	pointer-events: none;
	transform: rotate(-90deg);
    scale: .6; /*Accomodates positioning for smaller pie chart */
}

.pie-labels .label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: center;
	font-weight: 600;
	color: #fff;
	font-size: 1.2rem;
	white-space: nowrap;
	transform: rotate(90deg);
}

 .pie-labels .label.less-than-percent {
    display: none;
 }

.pie-labels .ce {
	transform: rotate(2.5deg) translate(160px) rotate(90deg);
}

.pie-labels .employed {
	transform: rotate(150deg) translate(160px) rotate(-60deg);
}

.pie-labels .intern {
	transform: rotate(307deg) translate(160px) rotate(-217deg);
}

.pie-labels .not-seeking {
	transform: rotate(330deg) translate(160px) rotate(-330deg);
	font-size: 0.8rem;
	display:none;
}

.pie-labels .seeking {
	transform: rotate(335deg) translate(160px) rotate(-245deg);
}

.m-block.l-wysiwyg {
    background-color: #fff;
}

.m-counter:has(#two-point-counter) .l-counter-v2{--l-block__col: 2 !important;}

.m-counter:has(#two-point-counter) .l-rcbl {
    column-gap: 5rem;
}

.m-slider:has(#employers-slider){
	padding: 0;
}

.m-block.simple-content:has(#employers-list) .m-block__container,
.m-block.simple-content:has(#employers-list) .m-block__container .l-heading {
    max-width: 100%;
}

.m-block:has(#employers-list) .is-wysiwyg p:not(:last-child) {
	margin-bottom: 0rem;
}
.m-block:has(#employers-list) h3 {
	margin: 2rem 0 .5rem 0;
	font-size: 18px;
	text-align: center;
}
.m-block:has(#employers-list) ul {
	margin: 1rem auto;
	width: fit-content;
}
.m-block:has(#employers-list) ul li {
margin-bottom: 1rem;
	font-size: 14px;
	line-height: 18px;
    display: inline-block;
    width: 100%;
}

.m-block:has(#employers-list) ul li:before,
.m-banner:has(#continued-studies) ul li:before {
display:none;
}

.m-banner:has(#continued-studies) .m-banner__media img {
    z-index: 1;
}

.m-block:has(#employers-list) ul li ul {
    margin: 1rem 0 3rem 0;
}

.m-block:has(#employers-list) ul li ul li{
   display: list-item;
}

.m-wrapper:has(#hidden-primer-blocks) {
	display:none;
}

.career-outcomes-data {
    position: relative;
}

.career-outcomes-data.loading > * {
    opacity: .5;
    transition: .5s;
}

.career-outcomes-data.loading:before {
    content: '';
    display: block;
    position: absolute;
    width: 125px;
    height: 125px;
    filter: contrast(.25) brightness(.75);
    background-image: url(/wp-content/plugins/unity-customizations/assets/images/co-loading.gif);
    background-size: cover;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 530px) {
    .pie-chart {
        width: 500px !important;
        height: 500px !important;
    }
    .pie-labels {
        scale: 1;
    }
    .pie-chart figcaption {
        margin-top: 460px;
    }
}


@media (min-width: 1113px) {
    .career-outcomes-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .career-outcomes-filter-inner-wrap {
        position: sticky;
        top: 100px;
        padding-bottom: 85px;
    }
    #career-outcomes-filter-wrapper {
        width: 25%;
    }

    .pie-chart {
        margin: 0;
    }

    .pie-chart figcaption {
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
        left: calc(100% - 25px);
        text-align: left;
        width: 300px;
        margin: 0;
    }

}

@media (min-width: 1300px) {
.pie-chart figcaption {
        left: calc(100% + 25px);
        width: 375px;
        font-size: 20px;
    }
}

/* Career Outcomes Map Styles */

.outcomes-map-block .l-dcbl .c-block {
    position: relative;
}

#career-outcome-map path {
    stroke: white;
    fill:#DFEBD9;

    transition: fill .4s ease;
    transform-origin: center center;
}

#career-outcome-map path:hover {
    fill: #F7A800 !important;
    cursor: pointer;
    transform: scale(1.005, 1.005);
}

/* #map-container {
    display: flex;
    justify-content: center;
    align-items: center;
} */
.career-outcomes-map-wrapper {
    position: relative;
    width: 100%;
    min-height: 300px;
}
#career-outcome-map {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#details-box {
    box-shadow: 0px 7px 40px rgba(0, 0, 0, 0.7);
    opacity: 0%;
    padding: 1rem;
    border-radius: 8px;
    font-size: 16px;
    position: fixed;
    color: white;
    background-color: black;
    width: fit-content;
    transform: translateX(-50%);
    transition: opacity .4s ease;
    z-index: 1;
}
.outcomes-map-scale {
    font-size: 15px;
    width: 125px;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50px;
}
.outcomes-map-scale:before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: #DFEBD9;
    background: linear-gradient(90deg, rgba(223, 235, 217, 1) 0%, rgba(64, 90, 51, 1) 100%);
}
.outcomes-map-scale .scale-low {
    position: absolute;
    left: 0;
}
.outcomes-map-scale .scale-high {
    position: absolute;
    left: calc(100% - 10px);
}

@media (min-width: 1113px) {
    .outcomes-map-scale {
        bottom: 0px;
        left: auto;
        right: 50px;
    }
}


/* Muliselect dropdown styles */

.career-outcomes-filter-inner-wrap {
    background-color: #DFEBD9;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 500px;
}

#career-outcomes-filter-wrapper h2 {
    font-family: var(--h2-font);
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 1rem;
    position: relative;
}
#career-outcomes-filter-wrapper h2 span {
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    position: absolute;
    right: 2rem;
    top: 1.5rem;
    width: 16px;
    height: 16px;
    transform: translateY(-43%) rotate(-45deg);
    transition: all var(--base-transition) ease;
}

#career-outcomes-filter-wrapper.is-open h2 span {
    transform: rotate(135deg);
}

#career-outcomes-filters {
    height: 0;
    overflow: hidden;
    transition: all var(--base-transition) ease;
}
#career-outcomes-filter-wrapper.is-open #career-outcomes-filters {
    height: fit-content;
    overflow: visible;
}

#career-outcomes-filter-wrapper form .outcome-filter-select-wrap {
	display: flex;
    color: var(--primary-color1);
    font-family: var(--font-family-primary);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    position: relative;
    width: fit-content;
    align-items: center;
}

#career-outcomes-filter-wrapper form .outcome-filter-select-wrap:after {
	  content: "";
    height: 10px;
    width: 10px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    display: inline-block;
    transition: all var(--base-transition) ease;
    position: absolute;
	top: 50%;
	transform: translatey(-50%);
    right: 1.5rem;
    transform: translate(30%, -80%) rotate(-45deg);
    pointer-events: none;
}

.multiselect-dropdown-prelabel {
    font-family: var(--font-family-primary);
    font-size: 20px;
    color: #143200;
}

#career-outcomes-filter-wrapper form .outcome-filter-select-wrap label {
	padding: 0 0 0 10px;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    pointer-events: none;
    transition: color var(--base-transition) ease;
    position: absolute;
    inset: 0 auto 0 calc(var(--compact-icon-size) + var(--compact-padding-h));
    display: flex;
    align-items: center;
    white-space: nowrap;
}

#career-outcomes-filter-wrapper form .outcome-filter-select-wrap select {
	  padding: 1rem;
	height: fit-content;
	height: 3.5rem;
    padding-inline: 12rem;
    padding-block: 0;
}

.multiselect-dropdown {
  position: relative;
  font-size: 14px;
  color: #333;
}

.multiselect-dropdown .multiselect-dropdown-list {
  padding: 12px;
  background: #fff;
  position: absolute;
  top: 69px;
  left: 2px;
  right: 2px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  max-height: 50vh;
  overflow-y: scroll;
}

.multiselect-dropdown.is-searchable .multiselect-dropdown-list {
    top: 70px;
}

.multiselect-dropdown .multiselect-dropdown-option {
  display: block;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.multiselect-dropdown .multiselect-dropdown-label {
    display: block;
    height: 30px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
    line-height: 1;
    cursor: pointer;
    color: var(--input-color);
    border: var(--input-border-width, 1px) solid var(--input-border-color, #666);
    border-radius: var(--input-border-radius, 5px);
    font-size: clamp(1.6rem, 1vw, var(--input-font-size));
    font-weight: var(--input-font-weight, 400) !important;
    height: 35px;
    line-height: 22px;
    overflow: hidden;
}

.multiselect-dropdown .multiselect-dropdown-label:before {
  content: "▼";
  float: right;
}

.multiselect-dropdown.on .multiselect-dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
  z-index: 15;
  min-width: 400px;
  max-width: 90vw;
}

.multiselect-dropdown.on .multiselect-dropdown-list .multiselect-dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
}

.multiselect-dropdown.on .multiselect-dropdown-label:before {
  content: "▲";
}

.multiselect-dropdown [type="checkbox"] {
  position: relative;
  top: -1px;
  margin-right: 4px;
}

.multiselect-dropdown-search {
  z-index: 10;
  position: absolute;
  width: 100%;
  /* top: 0; */
  bottom:0px;
  left: 0;
}

input[type=text].multiselect-search-input {
    display: none;
    /* width: calc(100% - 30px);
    padding: 6.5px 20px;
    margin-bottom: 8px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-right: 0; */

  height: 30px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 12px;
  line-height: 1;
  cursor: pointer;
  color: var(--input-color);
    border: var(--input-border-width, 1px) solid var(--input-border-color, #666);
    border-radius: var(--input-border-radius, 5px);
    font-size: clamp(1.6rem, 1vw, var(--input-font-size));
    font-weight: var(--input-font-weight, 400) !important;
    height: 35px;
    line-height: 22px;
}

@media (min-width: 1113px) {

    .career-outcomes-filter-inner-wrap {
        position: sticky;
        top: 100px;
        margin-bottom: 85px;
        z-index: 5;
    }
    #career-outcomes-filter-wrapper {
        width: 25%;
    }
    #career-outcomes-filter-wrapper h2 span {
        display: none;
    }

    #career-outcomes-filter-wrapper #career-outcomes-filters {
        height: fit-content;
        overflow: visible;
    }

}

@media (max-width: 767px) {
    .pie-chart {
        margin-top: 50px;
    }
    .pie-chart h2 {
        position: relative;
        top: -35px;
        line-height: 3rem;
    }
    .m-counter .l-rcbl.l-counter {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 0rem;
    }
    .multiselect-dropdown.on .multiselect-dropdown-list {
        min-width: 300px;
    }
    .career-outcomes-map-wrapper {
        min-height: 250px;
    }
    .outcomes-map-scale {
        bottom: -10px;
    }
    .m-block:has(#employers-list) ul,
    .m-banner:has(#continued-studies) ul,
    .m-block:has(#grad-internships) ul {
        column-count: 1 !important;
    }
    .m-banner.cta-banner-v2 .c-block__btn {
        flex-direction: column;
    }
}