/* Plan Page styles
******************************************************/
.CareerSearchBand {
  background: white;
}

/* Search box
******************************************************/
.CareerSearch .heading,
.CareerSearch .tag {
  display: block;
  color: #30407a;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}

.CareerSearch .heading {
  padding: 0 0 2px;
  margin: 0 0 3px;
  border-bottom: 1px solid #30407a;
  font-weight: 700;
}

.body-left {
  width: 47%;
  float: left;
  margin: 0 0 0 0;
  border-right: 1px solid #E1E1E1;
  padding: 20px 33px 0 0;
}

.body-right {
  display: inline-block;
  width: 47%;
  padding: 20px 0 0 0;
}

.CareerSearch .textbox {
  height: 48px;
  border: 1px solid #2b71b6;
  text-indent: 5px;
}

.CareerSearch .textbox:hover, .CareerSearch .textbox:focus {
  border: 1px solid #30407a;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}

.CareerSearch .ButtonLight {
  height: 48px;
  min-width: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 48px;
  line-height: 3rem;
}

@media screen and (max-width: 749px) {
  .results {
    padding: 0;
  }

  .body-left {
    width: 100%;
    border-right: unset;
  }

  .body-right {
    display: inline-block;
    width: 100%;
    margin: 0;
    border-left: unset;
  }

  .CareerSearch {
    padding: 20px 0 10px;
  }

  .CareerSearch .searchLabel {
    margin: 0 0 10px;
    text-align: center;
  }

  .CareerSearch .textbox,
.CareerSearch .ButtonLight {
    display: block;
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
  }

  .CareerSearch .textbox {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 750px) {
  .CareerSearch {
    padding: 35px 0;
    margin: 0 auto;
    max-width: 906px;
  }

  .CareerSearch:after {
    content: "";
    display: table;
    clear: both;
  }

  .CareerSearch .searchLabel,
.CareerSearch .searchAction {
    display: inline-block;
    vertical-align: middle;
  }

  .CareerSearch .searchLabel {
    width: 41.9426%;
  }

  .CareerSearch .searchAction {
    width: 58.0574%;
  }

  .CareerSearch .textbox,
.CareerSearch .ButtonLight {
    float: left;
  }

  .CareerSearch .textbox {
    width: 82.50951%;
    margin: 0 1.3308% 0 0;
  }

  .CareerSearch .ButtonLight {
    width: 16.1597%;
  }
}
/* Search results
******************************************************/
#NoSearchTermText {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  color: #30407a;
}

#SearchErrorText {
  font-size: 20px;
  font-size: 1.25rem;
  color: #1E4F81;
  text-align: left;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "din-2014", sans-serif;
}

#SearchErrorText a {
  color: inherit;
}

#SearchErrorText p {
  padding: 10px 0;
}

.Hide {
  display: none;
}

.CareerResults .resultSummary {
  margin: 20px 0;
  color: #1E4F81;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.CareerResults .resultSummary .keyword {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
}

.CareerResults .sort .career {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 24px;
  line-height: 1.5rem;
}

.CareerResults .locations {
  color: #2D2D2D;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  float: right;
}

.CareerResults .result {
  /* margin: 0 -3000px;
  padding: 20px 3040px; */
  background: white;
  padding: 11px 22px 11px 0;
}

.active #line {
  display: block;
}

#line {
  display: none;
  width: 100vw;
  margin: 15px auto;
  border-top: 1px solid #E1E1E1;
  position: absolute;
  left: 0;
}

.CareerResults .active {
  background-color: #F4F4F4;
}

.CareerResults .locationIcon {
  margin: 0 0 0 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.CareerResults .locationIcon.AC {
  background: url(/Static/src/img/DistrictIcons/district.svg) no-repeat left top;
}

.CareerResults .locationIcon.NLC {
  background: url(/Static/src/img/DistrictIcons/nlc.svg) no-repeat left top;
}

.CareerResults .locationIcon.NVC {
  background: url(/Static/src/img/DistrictIcons/nvc.svg) no-repeat left top;
}

.CareerResults .locationIcon.PAC {
  background: url(/Static/src/img/DistrictIcons/pac.svg) no-repeat left top;
}

.CareerResults .locationIcon.SAC {
  background: url(/Static/src/img/DistrictIcons/sac.svg) no-repeat left top;
}

.CareerResults .locationIcon.SPC {
  background: url(/Static/src/img/DistrictIcons/spc.svg) no-repeat left top;
}

.CareerResults .tooltip {
  display: none;
  position: absolute;
  top: -234px;
  left: -143px;
  width: 326px;
  background-color: #FFFFFF;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  color: #7B8587;
  text-align: center;
  height: 220px;
  z-index: 200;
}

.CareerResults .tooltip .college {
  height: 40px;
  font-weight: 700;
  color: #646E72;
  background-color: #F7F7F7;
  text-transform: uppercase;
  overflow: hidden;
  padding: 7px 15px;
  text-align: left;
}

.CareerResults .tooltip .collegeLoc {
  font-family: "din-2014", sans-serif;
  font-weight: initial;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #7B8587;
  padding: 10px 15px;
  text-align: left;
}

.CareerResults .tooltip .collegeLoc.scroll {
  max-height: 180px;
  overflow-y: scroll;
}

.CareerResults .tooltip:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 134px;
  width: 0;
  height: 0;
  border-left: 20.5px solid transparent;
  border-right: 20.5px solid transparent;
  border-top: 20px solid #FFFFFF;
}

.CareerResults .locationIcon:hover .tooltip {
  display: block;
}

.CareerResults .showMore {
  padding: 20px 0 0;
  text-align: center;
}

.CareerResults .showMore a {
  width: 300px;
}

.showMore .ButtonLight:hover {
  color: white;
}

.icon {
  float: left;
  padding: 0 20px 0 0;
}

.facts .icon {
  min-width: 65px;
}

@media screen and (max-width: 749px) {
  .CareerResults {
    padding: 20px 0;
  }

  .CareerResults .locations {
    display: none;
  }

  .locationsMobile .locations {
    display: block;
    float: unset;
    padding: 0 20px 15px 0;
  }

  .institute-name {
    padding: 15px 40px !important;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .CareerResults .result .Container {
    padding: 0 0 0 22px !important;
  }

  .CareerResults .resultSummary {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
  }

  .CareerResults .locationsMobile {
    position: relative;
    padding: 0 0 25px 0;
  }

  .CareerResults .tooltip {
    top: -72px;
    left: 0;
    width: 292px;
    max-width: 100%;
  }

  .CareerResults .locationIcon {
    margin: 0 15px 0 0;
    width: 40px;
    height: 40px;
    background-size: 40px !important;
  }

  .CareerResults-Heading .icon {
    float: right;
    position: relative;
    bottom: 35px;
  }

  .CareerResults .tooltip {
    top: -230px;
  }

  .CareerResults-Heading .locations {
    display: none;
  }

  .CareerResults-Heading .career {
    padding: 7px 12px 7px 0px;
    background-position: 5px center;
    font-size: 22px !important;
    font-size: 1.375rem !important;
    line-height: 32px !important;
    line-height: 2rem !important;
  }

  .CareerResults-Heading .institute {
    padding: 0 5px 5px;
  }

  .CareerResults-Heading .institute .button {
    text-align: center;
    padding: 30px 10px 10px;
    background-position: center 10px;
  }
}
@media screen and (min-width: 750px) {
  .CareerResults {
    padding: 60px 0;
    margin: 0 auto;
  }

  .CareerResults .sort {
    padding: 10px 0 22px;
  }

  .CareerResults .sort:after {
    content: "";
    display: table;
    clear: both;
  }

  .CareerResults .locations,
.CareerResults .institute-name {
    display: inline-block;
  }

  .CareerResults .institute-name {
    width: 100%;
  }

  .CareerResults .locations {
    width: 25%;
  }

  .CareerResults .sort .institute {
    width: 35.76159%;
  }

  .CareerResults .sort .alpha,
.CareerResults .sort .relevance {
    cursor: pointer;
  }

  .CareerResults .sort .alpha {
    padding-left: 15px;
  }

  .CareerResults .sort .relevance {
    padding-left: 20px;
  }

  .CareerResults .locationIcon {
    position: relative;
  }
}
.loading-block {
  text-align: center;
}

#loading-text {
  display: inline-block;
  padding: 0 0 0 50px;
  position: relative;
  bottom: 55px;
}

#spinner {
  display: none;
  width: 100px;
  height: 100px;
  margin: 10px auto;
  background: url(/Static/src/img/institutes-stock/svg/loadingspinner.svg) no-repeat 0 0;
  background-position: center;
}

#spinner.isLoading {
  display: inline-block;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(-360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

/* Results accordion - heading
******************************************************/
.active .CareerResults-Heading {
  padding: 8px 0 20px 0;
}

.CareerResults .result .Container {
  padding: 0 0 0 71px;
}

.links ul {
  padding: 0;
}

.links li {
  list-style: none;
  text-decoration: underline;
  padding: 10px 0;
}

.CareerResults-Heading .career {
  /* background-image: url(/Static/Institutes/img/grey-arrow-down.png);
  background-repeat: no-repeat; */
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: bold;
  color: #245F9B;
  cursor: pointer;
}

.CareerResults-Heading .career sub {
  bottom: 0;
}

.CareerResults-Heading .institute .button {
  display: block;
  width: 100%;
  padding: 10px 15px 10px 45px;
  background-color: #30407a;
  background-repeat: no-repeat;
  background-position: 10px center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 600;
  color: white;
}

.CareerResults-Heading .institute .button:hover {
  text-decoration: none;
  background-color: #03134b;
}

.desc-mobile {
  display: none;
}

.CareerResults-Heading .icon {
  width: 30px;
  height: 30px;
  background-size: 20px;
  float: right;
  cursor: pointer;
}

.active .open {
  background-image: url(/Static/src/img/institutes-stock/svg/minus.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.close {
  background-image: url(/Static/src/img/institutes-stock/svg/plus.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.institute-name {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 20px 0px 20px 40px;
  background-repeat: no-repeat;
  background-size: 27px;
  background-position: center left;
}

div.institute-name.button.PSI {
  background-image: url(/Static/src/img/institute-career-icons/heart-grey.svg);
}

div.institute-name.button.HBI {
  background-image: url(/Static/src/img/institute-career-icons/plus.svg);
}

div.institute-name.button.BEI {
  background-image: url(/Static/src/img/institute-career-icons/businessEnt-grey.svg);
}

div.institute-name.button.AMLI {
  background-image: url(/Static/src/img/institute-career-icons/crosshair-gray.svg);
}

div.institute-name.button.STI {
  background-image: url(/Static/src/img/institute-career-icons/atom-grey.svg);
}

div.institute-name.button.CCAI {
  background-image: url(/Static/src/img/institute-career-icons/megaphone-grey.svg);
}

@media screen and (max-width: 749px) {
  .desc-mobile {
    display: block;
    padding: 0 0 50px;
  }

  .desc {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .CareerResults-Heading .career,
.CareerResults-Heading .details {
    display: inline-block;
    vertical-align: middle;
  }

  .CareerResults-Heading .career {
    width: 72%;
    background-position: 25px center;
  }

  .CareerResults-Heading .details {
    width: 24%;
  }

  .CareerResults-Heading .locations,
.CareerResults-Heading .institute {
    display: inline-block;
    vertical-align: middle;
  }

  .CareerResults-Heading .locations {
    width: 100%;
    padding: 0 0 0 19px;
  }

  .CareerResults-Heading .institute {
    width: 66.03376%;
  }

  .CareerResults-Heading .institute .button .institutesIcon,
.CareerResults-Heading .institute .button .institutesText {
    display: inline-block;
    vertical-align: middle;
  }

  .CareerResults-Heading .institute .button .institutesIcon {
    width: 7.16846%;
  }

  .CareerResults-Heading .institute .button .institutesText {
    width: 92.83154%;
    padding: 0 0 0 10px;
  }
}
/* Results accordion - body
******************************************************/
.CareerResults-Body {
  display: none;
  border-top: 1px solid #f4f4f4;
}

.CareerResults-Body .facts {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.CareerResults-Body .facts > li {
  background: #f4f4f4;
  text-align: left;
}

.CareerResults-Body .facts .stat {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 24px;
  line-height: 1.5rem;
  color: #2D2D2D;
}

.CareerResults-Body .facts .number {
  color: #007360;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 46px;
  line-height: 2.875rem;
}

.CareerResults-Body .next {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #30407a;
  font-weight: 700;
}

.CareerResults-Body .share {
  clear: both;
}

.CareerResults-Body .share .ButtonLight {
  font-size: 14px;
  font-size: 0.875rem;
}

.CareerResults-Body .share .ButtonLight > span {
  display: none;
}

@media screen and (max-width: 1040px) {
  .CareerResults-Body .facts .number {
    font-size: 23px;
    font-size: 1.4375rem;
  }

  .CareerResults-Body .facts .stat {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 749px) {
  .CareerResults-Body .facts .number {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .CareerResults-Body {
    padding: 30px 0;
  }

  .locations {
    padding: 0 0 9px 0;
  }

  .CareerResults-Body .facts > li {
    margin: 0 0 6px;
    padding: 5px 10px;
    border-top: 1px solid #E1E1E1;
  }

  .CareerResults-Body .facts li:nth-child(3) {
    border-bottom: 1px solid #E1E1E1;
  }

  .CareerResults-Body .facts .icon {
    height: 50px;
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    top: 10px;
  }

  .body-right {
    display: inline-block;
    width: 100%;
    border-left: unset;
  }

  .CareerResults-Body .share {
    overflow: hidden;
  }

  .CareerResults-Body .share .ButtonLight {
    float: left;
    width: 48%;
    min-width: 0;
    margin: 1%;
  }
}
@media screen and (min-width: 750px) {
  .CareerResults-Body {
    padding: 0 15px;
  }

  .CareerResults-Body .locationsMobile {
    display: none;
  }

  .CareerResults-Body .facts:after {
    content: "";
    display: table;
    clear: both;
  }

  .CareerResults-Body .facts > li {
    display: inline-block;
    width: 100%;
    margin-left: 1.14155%;
    padding: 16px 20px;
  }

  .CareerResults-Body .next {
    text-align: center;
  }

  .CareerResults-Body .share {
    text-align: left;
  }

  .CareerResults-Body .share .ButtonLight {
    margin: 3px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print {
  .CareerResults-Body {
    display: block;
  }
}
/* Degree Carousel
******************************************************/
.DegreeCarousel {
  position: relative;
}

.degree-text {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 25px 0 0 0;
}

.DegreeCarousel .track {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  overflow: hidden;
  background: #f4f4f4;
}

.DegreeCarousel .track > li {
  display: block;
  position: static;
  top: 0;
  left: 100%;
  width: 100%;
  white-space: normal;
}

.DegreeCarousel .track > li.active {
  left: 0;
}

.DegreeCarousel .track.enabled > li {
  position: absolute;
}

.DegreeCarousel .links {
  padding: 10px;
}

.DegreeCarousel .links a {
  display: block;
  margin: 0 0 2px;
  color: #30407a;
  text-decoration: underline;
  font-weight: 600;
}

.DegreeCarousel .links a:hover {
  color: black;
}

.DegreeCarousel .slideLeft,
.DegreeCarousel .slideRight {
  background-color: #8d8d8d;
  background-repeat: no-repeat;
  background-position: center;
}

.DegreeCarousel .slideLeft:hover,
.DegreeCarousel .slideRight:hover {
  background-color: #4e4e4e;
}

.DegreeCarousel .slideLeft {
  background-image: url(/Static/Institutes/img/left-arrow.png);
}

.DegreeCarousel .slideRight {
  background-image: url(/Static/Institutes/img/right-arrow.png);
}

.DegreeCarousel .pageIndicator {
  background: #d2d2d2;
  text-align: center;
  font-weight: 700;
  color: #515151;
}

@media screen and (max-width: 749px) {
  .DegreeCarousel {
    margin: 0 0 65px;
  }

  .DegreeCarousel .slideLeft,
.DegreeCarousel .slideRight,
.DegreeCarousel .pageIndicator {
    float: left;
    height: 46px;
  }

  .DegreeCarousel .slideLeft,
.DegreeCarousel .slideRight {
    width: 15.75092%;
  }

  .DegreeCarousel .pageIndicator {
    width: 68.49817%;
    padding: 12px;
  }
}
@media screen and (min-width: 750px) {
  .DegreeCarousel {
    margin: 0 0 35px;
  }

  .DegreeCarousel .links {
    width: 81.46853%;
    margin-left: 5.01166%;
  }

  .DegreeCarousel .slideLeft,
.DegreeCarousel .slideRight {
    display: block;
    position: absolute;
    z-index: 6;
    top: 0;
    width: 5.01166%;
    height: 100%;
  }

  .DegreeCarousel .slideLeft {
    left: 0;
  }

  .DegreeCarousel .slideRight {
    right: 0;
  }

  .DegreeCarousel .pageIndicator {
    position: absolute;
    top: 0;
    right: 5.01166%;
    width: 12%;
    height: 100%;
    padding: 20px 10px;
  }
}
@media print {
  .DegreeCarousel {
    display: none;
  }
}
/* Next Steps area
******************************************************/
.NextStepsBand {
  padding: 15px 0 20px;
  background: #03134b;
  color: white;
}

.NextSteps .arrowWrap {
  overflow: hidden;
}

.NextSteps .arrowWrap .arrow {
  float: left;
  height: 64px;
  background: #2b71b6;
  font-weight: 700;
  line-height: 62px;
  line-height: 3.875rem;
  text-transform: uppercase;
  text-align: center;
}

.at-icon-wrapper {
  display: none !important;
}

.NextSteps .arrowWrap:before {
  float: left;
  content: "";
  background: #2b71b6;
}

.share-icon {
  padding: 0 10px 0 0;
}

.NextSteps .arrowWrap:after {
  float: left;
  content: "";
}

.NextSteps .actions {
  text-align: center;
}

.NextSteps .actions .action a {
  color: white;
  font-weight: 400;
}

.NextSteps .actions .action a:hover {
  text-decoration: none;
}

.NextSteps .actions .heading {
  margin: 0 0 3px;
  font-weight: 600;
}

.NextSteps .actions .desc {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  line-height: 18px;
  line-height: 1.125rem;
}

@media screen and (max-width: 749px) {
  .desc {
    padding: 45px 0;
  }

  .degree-text {
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
  }

  .DegreeCarousel .links {
    padding: 0px;
  }

  .NextSteps .arrowWrap {
    width: 277px;
    margin: 0 auto 10px;
  }

  .NextSteps .arrowWrap .arrow {
    width: 243px;
    padding: 0 5px;
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .NextSteps .arrowWrap:before {
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 17px solid #03134b;
  }

  .NextSteps .arrowWrap:after {
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 17px solid #2b71b6;
  }

  .NextSteps .actions .action {
    padding: 15px 30px;
  }

  .NextSteps .actions .icon {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 750px) {
  .NextSteps {
    margin: 0 auto;
    max-width: 906px;
  }

  .NextSteps .arrowWrap {
    width: 428px;
    margin: 0 auto 20px;
  }

  .NextSteps .arrowWrap .arrow {
    width: 384px;
    padding: 0 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .NextSteps .arrowWrap:before {
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 22px solid #03134b;
  }

  .NextSteps .arrowWrap:after {
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 22px solid #2b71b6;
  }

  .NextSteps .actions .action {
    padding: 10px 30px;
  }

  .NextSteps .actions .icon {
    height: 57px;
    padding-bottom: 10px;
  }

  .NextSteps .actions.twoCol:after {
    content: "";
    display: table;
    clear: both;
  }

  .NextSteps .actions.twoCol .action {
    float: left;
    width: 50%;
  }

  .NextSteps .actions.threeCol:after {
    content: "";
    display: table;
    clear: both;
  }

  .NextSteps .actions.threeCol .action {
    float: left;
    width: 33.33333%;
  }
}
.CustomTooltip {
  display: none;
}

#CareerSearchBtn {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}