@-webkit-keyframes inAnimation {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes inAnimation {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes outAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes outAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.fade-enter {
  opacity: 0;
}

.fade-enter-active {
  opacity: 1;
  transition: opacity 500ms;
}

.fade-exit {
  opacity: 1;
}

.fade-exit-active {
  opacity: 0;
  transition: opacity 500ms;
}

select {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  select {
    padding-right: 0.75rem;
  }
}

.button {
  background-color: #877148;
  margin-bottom: 0;
  margin: 0 auto;
  transition: all 0.15s ease-in-out;
  font-family: "Helvetica Neue LT W01_57 Cond", "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
@media (max-width: 639px) {
  .button {
    padding: 0.71rem 0.5rem;
  }
}
.button:hover, .button:focus {
  background-color: #665536;
}

body #main-header {
  max-width: 1750px;
}
body .footer-container #main-footer {
  max-width: 1750px;
}
@media (min-width: 1440px) {
  body .footer-container #main-footer {
    padding-bottom: 30%;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  body .footer-container #main-footer {
    padding-bottom: 55%;
  }
}
@media (min-width: 1440px) {
  body .footer-container #main-footer #footer-logo {
    max-width: 75%;
  }
}

#section-title-wrapper {
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  margin-top: 0.5rem;
}
#section-title-wrapper #section-title {
  max-width: 1750px;
  margin: 0 auto;
}
#section-title-wrapper #section-title #the-section-title h3 {
  font-family: "Helvetica Neue LT W01_47 Lt Cn", "Roboto Condensed", "Helvetica Neue LT W01_65 Md", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: -0.25px;
  margin-bottom: 0;
}
#section-title-wrapper #section-title #the-section-title h3 a {
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}
#section-title-wrapper #section-title #the-section-title h3 a:hover, #section-title-wrapper #section-title #the-section-title h3 a:focus {
  text-decoration: underline;
}

#hero-image {
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/media/Oakland/Post-Graduation-Outcomes-Dashboard/images/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 639px) {
  #hero-image {
    min-height: 300px;
  }
}
@media (min-width: 640px) {
  #hero-image {
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  #hero-image {
    background-attachment: fixed;
    background-position: top left;
  }
}
@media (min-width: 1200px) {
  #hero-image {
    min-height: 450px;
  }
}
@media (min-width: 1440px) {
  #hero-image {
    background-position: center left;
    min-height: 540px;
  }
}
@media (min-width: 2560px) {
  #hero-image {
    min-height: 650px;
  }
}
#hero-image #page-title {
  max-width: 740px;
  margin: 0 auto;
}
#hero-image #page-title h1 {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 0.9;
  padding: 0.75rem 0rem 0.5rem 0rem;
  color: #fff;
}
@media (min-width: 1024px) {
  #hero-image #page-title h1 {
    font-size: 4rem;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  #hero-image #page-title h1 {
    font-size: 6vw;
  }
}
@media (max-width: 639px) {
  #hero-image #page-title h1 {
    font-size: 9vw;
  }
}

#page-intro-text {
  margin: 4rem auto;
}
@media (max-width: 1023px) {
  #page-intro-text {
    margin: 3rem auto;
  }
}
#page-intro-text p {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
}
@media (min-width: 640px) and (max-width: 1023px) {
  #page-intro-text p {
    font-size: 1.25rem;
  }
}
@media (max-width: 639px) {
  #page-intro-text p {
    font-size: 1.1rem;
  }
}
#page-intro-text p .asterisk {
  font-size: 0.85rem;
  position: relative;
  top: -5px;
  left: -3px;
}
#page-intro-text p a {
  color: #877148;
  text-decoration: none;
}
#page-intro-text p a:hover, #page-intro-text p a:focus {
  text-decoration: underline;
  color: #665536;
}

#root h2 {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.75px;
  font-size: 1.55rem;
  line-height: 0.9;
  margin-bottom: 0.15rem;
}
#root p, #root ul, #root li, #root a, #root div, #root label, #root select {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.45;
}
@media (max-width: 1023px) {
  #root p, #root ul, #root li, #root a, #root div, #root label, #root select {
    font-size: 0.95rem;
  }
}
#root p {
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}
#root p.noBottomPadding {
  padding-bottom: 0;
}
#root p.noBottomMargin {
  margin-bottom: 0;
}
#root #chart-content {
  max-width: 1750px;
  margin: 0 auto;
  padding-top: 2rem;
}

.sticky-container .sticky {
  background-color: #fff;
  transition: all 0.15s ease-in-out;
}
.sticky-container .sticky.is-stuck {
  box-shadow: 0px 4px 7px -7px #000000;
  border-bottom: 1px solid #c3c3c3;
}
#data-select {
  max-width: 1750px;
  margin: 0 auto;
  padding: 1rem 0rem;
}
@media (max-width: 639px) {
  #data-select > .cell {
    padding-right: 0px;
  }
  #data-select > .cell:last-of-type {
    padding-right: 0.625rem;
  }
}
@media (max-width: 639px) {
  #data-select {
    padding: 0.5rem 0rem;
  }
}
#data-select label {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.1;
}
@media (min-width: 640px) {
  #data-select label {
    font-size: 1.05rem;
  }
}
@media (max-width: 639px) {
  #data-select label {
    font-size: 0.83rem;
  }
}
#data-select label select {
  margin-top: 0.25rem;
  font-size: 1.1rem;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media (max-width: 639px) {
  #data-select label select {
    font-size: 0.75rem;
    background-size: 7px 4px;
    background-position: right -0.6rem center;
  }
}
#data-select .button {
  width: 100%;
}

.chart-wrapper {
  padding: 0rem 2rem 1rem 2rem;
  display: inline-block;
  min-height: 500px;
  width: 100%;
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .chart-wrapper {
    min-height: 70vh !important;
  }
}

.doughnut-chart {
  min-height: 300px;
}

.cell.chart-explanation {
  padding-left: 4%;
  padding-right: 4%;
}

.list-container {
  position: relative;
}
.list-container .no-data-message {
  position: absolute;
  top: 49%;
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 2rem 0rem;
}

#percent-employed-chart {
  padding: 0;
}

#michigan-percent-employed {
  min-height: 410px;
  background-image: url('/media/Oakland/Post-Graduation-Outcomes-Dashboard/images/michigan_background.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 3.3rem;
}
#michigan-percent-employed .the-percent {
  position: absolute;
  bottom: 25%;
  left: 7%;
  font-size: 3.5rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -1.75px;
  text-transform: uppercase;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #michigan-percent-employed .the-percent {
    left: 0;
  }
}
#data-source-info {
  margin-top: 2rem;
}
#data-source-info p {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 0.95rem;
}

#CTA-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/media/Oakland/Post-Graduation-Outcomes-Dashboard/images/meadowbrook-hall.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5rem;
}
@media (min-width: 1024px) {
  #CTA-section {
    background-attachment: fixed;
  }
}
@media (max-width: 639px) {
  #CTA-section {
    margin-top: 2rem;
  }
}
#CTA-section #CTA-content {
  min-height: 600px;
}
#CTA-section #CTA-content h2 {
  color: #ffffff;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 4rem;
  letter-spacing: -0.75px;
  line-height: 0.9;
  margin-bottom: 2rem;
}
@media (max-width: 639px) {
  #CTA-section #CTA-content h2 {
    font-size: 2.75rem;
  }
}
#CTA-section #CTA-content .button {
  background-color: transparent;
  border: 1px solid #877148;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.05rem;
  padding: 1.25rem 1.5rem;
  letter-spacing: 0.5px;
}
#CTA-section #CTA-content .button:hover, #CTA-section #CTA-content .button:focus {
  border: 1px solid #877148;
  background-color: #877148;
  letter-spacing: 0.75px;
}
@media (max-width: 639px) {
  #CTA-section #CTA-content .button {
    margin-bottom: 2rem;
  }
}/*# sourceMappingURL=career_outcomes.css.map */

