.navbar-main__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.nav-group>.nav-has-carrot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: .5em
}

.nav-group>.nav-has-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5em
}

.navbar-job__button a i {
  margin-right: 1rem
}

.navbar-job__button a {
  margin-bottom: 0
}

.footer-address-bar {
  padding-bottom: 2em
}

.social-media__logo {
  display: block;
  margin: 0 auto
}

.social-media__logo img {
  width: 250px;
  margin: 0 auto
}

.social-media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  list-style: none;
  margin: 0 auto;
  padding: 0
}

.social-media__item a {
  background-color: #fff;
  display: block;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}

.social-media__item a:hover {
  text-decoration: none
}

.social-media__item a i {
  font-size: 2rem
}

@media(min-width:768px) {
  .vcenter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }
}

.split-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2
}

.eeo {
  padding: 2rem 0
}

button#toggleCarousel {
  background: 0 0;
  border: none;
  color: #fff;
  font-size: 14px
}

.o-wrap {
  margin-top: 83px
}

@media(min-width:992px) {
  .o-wrap {
      margin-top: 130px
  }
}

.main-hero {
  background: #096a96
}

.main-slider {
  height: calc(90vh - 83px);
  padding: 0 !important
}

@media(min-width:420px) {
  .main-slider {
      height: calc(50vh - 130px);
      min-height: 720px
  }
}

@media(min-width:768px) {
  .main-slider {
      height: calc(70vh - 130px);
      min-height: 720px
  }
}

.main-slider .carousel-inner {
  height: 100%
}

.main-slider .carousel-inner>.item {
  width: 100%;
  height: 100%
}

.main-hero__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.main-hero__slider-background {
  position: absolute;
  left: 0;
  z-index: -1;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 1800px;
  margin: 0 auto;
  display: block;
  background-size: cover;
  background-position: center center
}

@media(min-width:1441px) {
  .main-hero__slider-background {
      background-position: 0 20%
  }
}

.main-hero__slider-info {
  width: 100%;
  height: 100%;
  position: absolute
}

.main-hero__slider-info .container {
  position: relative;
  height: 100%
}

.main-hero__slider-info .panel {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1
}

.main-hero__slider-info .panel-body {
  padding: 2rem !important
}

.main-hero__slider-info .panel-text {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 21px
}

@media(max-width:768px) {
  .main-hero__slider-info .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end
  }
}

@media(min-width:768px) {
  .main-hero__slider-info .panel {
      min-width: 560px;
      width: auto;
      margin-top: 15rem
  }
}

.main-hero__slider-info .panel {
  margin-bottom: 0
}

.jumbotron .main-hero__slider-info h1 {
  font-size: 2.33em
}

@media(max-width:768px) {
  .jumbotron .main-hero__slider-info h1 {
      font-size: 2rem
  }
}

#has-mag-usnwr {
  background-color: transparent
}

#has-mag-usnwr .panel-body {
  background-color: rgba(0, 106, 150, .85)
}

.panel-logo {
  background-color: rgb(24 43 73 / 80%);
  padding: 2rem
}

.panel-logo img {
  width: 100%;
  max-width: 100%
}

[data-page=clinical-informatics] .panel-logo img,
[data-page=finance] .panel-logo img,
[data-page=laboratory-professional-careers] .panel-logo img,
[data-page=staff-research] .panel-logo img,
[data-page=remote] .panel-logo img {
  width: 480px
}

@media(min-width:768px) {
  .panel-logo {
      margin-top: 1rem
  }
}

.panel-text span {
  display: block;
  font-weight: 700
}

.info-image {
  padding: 5rem 0
}

.info-image__bg-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width:992px) {
  .info-image__bg-wrap {
      padding-top: 5rem
  }
}

.info-image__bg {
  width: 30rem
}

.info-image__bg.-small {
  width: 250px;
  margin: 3rem
}

@media(min-width:768px) {
  .info-image__bg.-small {
      margin: 2rem
  }
}

.jumbotron-cta-slider {
  background-color: #006a96 !important;
  color: #fff;
  background-image: url(../img/bg_blue_lines.png);
  background-position: center
}

.jumbotron-cta-slider .text-indent-h2 p {
  width: 100%
}

.cta-bucket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  padding: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  height: 25rem;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center 23%;
  margin-top: 2rem;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s
}

.cta-bucket:hover .cta-bucket__content {
  color: #ffcd00
}

@media(min-width:992px) {
  .cta-bucket {
      margin-top: 0
  }
}

.cta-bucket:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .6);
  width: 100%;
  height: 100%
}

.cta-bucket__content {
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s
}

.cta-bucket__link {
  display: block;
  padding-top: 1rem;
  color: #fff;
  border-top: 1px solid #fff;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}

.cta-bucket__link:hover {
  text-decoration: none;
  color: #fff
}

.cta-bucket__title {
  margin-top: 7rem
}

.testimonial-slider__title {
  text-align: center
}

.testimonial-slider {
  padding: 5rem 0
}

.events {
  padding: 5rem 0
}

.events__title {
  text-align: center
}

.news-item {
  border-bottom: 1px solid;
  padding: 2rem 0
}

@media(min-width:992px) {
  .news-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }

  .news-content {
      padding: 0 3rem
  }

  .news-img {
      padding-bottom: 0
  }
}

.news-item:last-child {
  border: none
}

.news-img {
  padding-bottom: 2rem
}

.quote-item a {
  margin-top: 3rem
}

#tabs {
  padding: 5rem 0
}

#tabs .nav-tabs .nav-item.show .nav-link,
#tabs .nav-tabs .nav-link.active {
  color: #000;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  font-size: 20px;
  font-weight: 700;
}

#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #00000090;
  font-size: 20px;
  background: none;
  height: auto;
  box-shadow: none;
}

#tabs .nav-tabs {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.list-split {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px
}

[data-page=benefits] .u-list-split li {
  margin-bottom: 2rem
}

@media(min-width:768px) {
  [data-page=benefits] .u-list-split {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 50px 1fr;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 50px;
      -moz-column-gap: 50px;
      column-gap: 50px
  }
}

#tabs .tab-content {
  min-height: auto
}

.tabs-minor {
  font-weight: 700;
  text-align: center;
  background-color: #182b48;
  padding: 3rem;
  color: #fff;
  font-size: 18px
}

.tabs-minor a {
  display: block;
  margin-top: 2rem
}

.campus {
  padding: 5rem 0
}

.campus-gallary {
  margin-top: 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media(max-width:998px) {
  .campus-gallary__slider {
      padding-bottom: 5rem !important
  }

  .campus-gallary {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column
  }

  .bg-gallary.-big {
      width: 100% !important
  }

  .bg-gallary.-small {
      display: none
  }
}

.bg-gallary {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}

.bg-gallary.-big {
  height: 25rem;
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover
}

@media(min-width:768px) {
  .bg-gallary.-big {
      background-size: contain
  }
}

.campus-gallary__slider {
  background-color: #222;
  color: #fff;
  padding: 3rem;
  height: 100%
}

.campus-gallary__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative
}

@media(min-width:768px) {
  .campus-gallary__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      width: 30%;
      min-width: 20rem;
      position: absolute;
      right: 0;
      bottom: 0
  }
}

.campus-gallary__slider-inner {
  position: relative;
  background-color: #222
}

.campus-gallary__slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.campus-gallary__slider-arrow.slider-arrow {
  position: relative
}

.campus-gallary__slider-arrow.slider-arrow .slider-arrow-svg {
  height: 2.8125rem
}

.cta-buttons {
  padding: 5rem 0
}

.cta-buttons__main {
  padding: 3rem 0
}

.cta-buttons__list {
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  list-style: none
}

.cta-buttons__item {
  width: 50%;
  padding: 3rem;
  border: 1px solid rgb(72 73 73 / .3);
  height: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}

.cta-buttons__item:hover::before {
  background-color: #1e6998
}

.cta-buttons__item::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  z-index: -1
}

.cta-buttons__item::after {
  content: '';
  display: block;
  background-image: url(../img/trident.png);
  width: 100%;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: right -100px;
  top: 0;
  opacity: .5;
  background-size: 45%;
  height: 100%;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  z-index: -1
}

.cta-buttons__item:hover a {
  color: #fff;
  text-decoration: none
}

.cta-buttons__item:nth-child(odd) {
  border-right: none
}

.cta-buttons__item:nth-child(3),
.cta-buttons__item:nth-child(4) {
  border-top: none
}

.cta-buttons__list.-full .cta-buttons__item:last-of-type,
.cta-buttons__list.-full .cta-buttons__item:nth-child(5),
.cta-buttons__list.-full .cta-buttons__item:nth-child(6) {
  border-top: none
}

.cta-buttons__list.-full .cta-buttons__item:last-of-type {
  border-right: 1px solid rgb(72 73 73 / .3);
  width: 100%
}

.cta-buttons__link {
  display: block;
  height: 100%;
  width: 100%;
  color: #333
}

.award-banner {
  padding: 5rem 0
}

.award-banner__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(min-width:768px) {
  .award-banner__image {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row
  }
}

.award-banner__image img {
  width: 20%
}

.award-banner__content {
  width: 80%;
  font-size: 1.3rem
}

@media(min-width:768px) {
  .award-banner__content {
      margin-left: 3rem
  }
}

.programs {
  padding-top: 5rem
}

[data-page=temporary-employment] .programs {
  padding: 5rem 0
}

.current-ucsd-staff-opportunities--hero,
.resources-hero {
  background-color: #006a96 !important
}

.current-ucsd-staff-opportunities--hero .panel-text {
  font-size: 21px;
  margin-top: 2rem
}

.resources-accordion__title {
  padding-bottom: 5rem
}

.resources-accordion {
  padding: 5rem 0
}

.resources-accordion__header h2 {
  font-size: 2rem
}

.card-header .btn {
  display: block;
  width: 100%;
  text-align: left;
  min-width: auto;
  padding: 1rem 0;
  white-space: normal
}

.resources-accordion__content .card {
  border-bottom: 1px solid rgb(72 73 73 / .3)
}

.resources-accordion__content .card-body {
  padding: 1rem 0
}

.resources-contact {
  padding: 5rem 0
}

.resources-contact .contact-card {
  padding: 1rem 0
}

.resources-contact .contact-card h3 {
  font-size: 2rem
}

.brief-main {
  padding: 5rem 0
}

.big-cta {
  padding: 5rem 0
}

.big-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.number-count {
  color: #fff;
  background-color: #182b49;
  padding: 5rem 0;
  text-align: center
}

.number-count__statistics .number-count__statistics-inner {
  background-color: #182b49;
  padding: 1em;
  text-align: center;
  margin: 1em 0;
  color: #fff;
  border: 1px solid #ffcd00
}

.number-count__statistics .number-count__statistics-inner H3,
.number-count__statistics .number-count__statistics-inner H4 {
  margin-bottom: 0
}

.number-count__statistics .number-count__statistics-inner P.stat_number {
  font-size: 1.3em;
  font-weight: 700;
  color: #ffcd00;
  margin-bottom: 0
}

@media only screen and (min-width :768px) {
  .number-count__statistics .number-count__statistics-inner P.stat_number {
      font-size: 2em
  }
}

@media only screen and (min-width :992px) {
  .number-count__statistics .number-count__statistics-inner P.stat_number {
      font-size: 3em
  }
}

@media only screen and (min-width :1200px) {
  .number-count__statistics .number-count__statistics-inner P.stat_number {
      font-size: 3.5em
  }
}

@media(min-width:768px) {
  .testimonial-slider__main.-veterans>div:nth-child(1) {
      width: 70%
  }

  .testimonial-slider__main.-veterans>div:nth-child(2) {
      width: 30%
  }

  .testimonial-slider__item#marlon:before {
      content: '';
      display: block;
      position: absolute;
      width: 250px;
      height: 250px;
      left: -107px;
      bottom: 0;
      background-image: url(../img/vet/testimonial/Marlon-USMC.png);
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 1
  }

  .testimonial-slider__item#ed:before {
      content: '';
      display: block;
      position: absolute;
      width: 250px;
      height: 250px;
      left: -107px;
      bottom: 0;
      background-image: url(../img/vet/testimonial/ed--uniform.png);
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 1
  }
}

.testimonial-slider__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse
}

@media(min-width:768px) {
  .testimonial-slider__main {
      -ms-flex-flow: wrap;
      flex-flow: wrap
  }
}

.testimonial-slider__main>div {
  width: 100%;
  background-color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  position: relative;
  min-height: 30rem
}

@media(min-width:768px) {
  .testimonial-slider__main>div {
      width: 50%
  }

  .testimonial-slider__main.-noimg>div {
      width: 100%;
      min-height: auto
  }
}

.testimonioal-slider__content {
  color: #fff;
  padding: 6rem
}

@media(max-width:768px) {
  .testimonioal-slider__content {
      padding: 3rem;
      padding-bottom: 6rem
  }
}

.testimonioal-slider__content-inner {
  position: relative
}

.testimonioal-slider__content-inner::before {
  content: "“";
  display: block;
  position: relative;
  color: #ffcd00;
  font-size: 3rem;
  height: 3rem;
  font-family: sans-serif
}

.slider-arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  bottom: 0;
  z-index: 1
}

.slider-counter {
  color: #fff;
  padding: 0 3rem
}

.slider-arrow__content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  background-color: #fff
}

.slider-arrow-svg {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 5.8125rem;
  height: 3.8125rem;
  -webkit-transition: background-color .3s cubic-bezier(.4, 0, 0, 1);
  -o-transition: background-color .3s cubic-bezier(.4, 0, 0, 1);
  transition: background-color .3s cubic-bezier(.4, 0, 0, 1)
}

.slider-arrow-svg:hover {
  cursor: pointer;
  background-color: #ffcd00
}

.slider-arrow-svg:hover svg {
  fill: #fff
}

.slider-arrow-svg svg {
  fill: #222;
  width: 1rem;
  height: 1rem
}

.testimonial-slider__main {
  padding: 5rem 0
}

.testimonial-slider--bg {
  background-position: center 25%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  background-image: url(../img/home/testi-1.jpg);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}

.testimonioal-slider__name {
  display: block;
  margin-bottom: 3rem;
  color: #ffcd00
}

.testimonioal-slider__name span {
  display: block;
  opacity: .6;
  color: #fff
}

.img-gallary {
  padding: 5rem 0
}

.img-gallary__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10rem 10rem 10rem 5rem
}

.img-gallary__bg {
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.img-gallary__content {
  background-color: #fff;
  width: 15rem;
  padding: 2rem
}

.img-gallary__content span {
  font-size: 12px
}

.img-gallary__list {
  list-style: none;
  margin: 0 auto;
  padding: 0
}

.img-gallary__link {
  opacity: .3;
  color: #222;
  margin: 1rem 0;
  display: block;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  font-weight: 700
}

.img-gallary__link:hover {
  opacity: 1;
  text-decoration: none;
  color: #222
}

@media(max-width:768px) {
  .img-gallary__inner {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
      flex-flow: column-reverse;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: end
  }

  .img-gallary__content {
      width: 100%
  }

  .img-gallary__inner>div {
      height: 50%
  }
}

@media (min-width:1000px) {
  .cards {
      padding-top: 10rem
  }

  .cards {
      padding-top: 10rem
  }
}

.cards__content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: 3.75rem
}

@media (max-width:999px) {
  .cards__content {
      -ms-flex-flow: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-flow: column
  }
}

@media (min-width:1000px) {
  .cards__content {
      right: -9rem
  }
}

.cards__content .owl-stage {
  padding-left: 0 !important;
  height: 100%
}

.cards__content .owl-item {
  height: 100%
}

.cards__slider-arrow {
  display: none
}

@media (min-width:1000px) {
  .cards__slider-arrow {
      position: relative;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-pack: space-evenly;
      -webkit-box-pack: space-evenly;
      justify-content: space-evenly;
      margin-top: 3.75rem
  }
}

.cards__slider-counter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  width: 40.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

.cards__slider-counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cards__slider-counter-amount,
.cards__slider-counter-count {
  color: #222;
  font-size: 12px;
  font-weight: 700;
  display: block
}

.cards__slider-counter-count {
  margin-left: .9375rem
}

.cards__slider-counter-amount {
  margin-right: .9375rem
}

.cards__slider-counter-line {
  height: .3125rem;
  border-radius: 5px;
  background: #ffcd00;
  position: relative;
  width: 100%
}

.cards__slider-counter-line span {
  position: absolute;
  height: 100%;
  background: #222;
  width: 100%;
  border-radius: 5px;
  left: 0;
  top: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  color: #fff;
  padding-left: 15px
}

.cards__item {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column
}

@media (max-width:999px) {
  .cards__item:nth-child(2) {
      margin: 3rem 0
  }
}

.cards__item {
  width: calc(100% - 30px);
  height: 100%
}

.cards__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 15rem
}

.cards__image {
  height: 40rem
}

.cards__image-background {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.gallary-slider {
  padding: 5rem 0;
  overflow: hidden
}

.culture-grid {
  padding-top: 5rem
}

.info-split {
  padding: 5rem 0
}

.award-info__image {
  margin: 0 auto;
  width: 10rem;
  padding-bottom: 3rem
}

.award-info {
  padding-bottom: 5rem
}

[data-page=campus] .jobby {
  margin-top: 3rem
}

.programs__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3rem
}

.programs__content-list .list-split {
  -webkit-column-gap: 250px;
  -moz-column-gap: 250px;
  column-gap: 250px
}

.resources-anchors {
  padding: 3rem;
  text-align: center;
  background-color: #182b49
}

.resources-anchors a {
  display: block;
  margin: 0 auto
}

.resources-accordion__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  padding: 2rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

@media(min-width:768px) {
  .resources-accordion__nav-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row
  }
}

.resources-accordion__nav-item {
  font-family: BrixSansBold, Helvetica, Arial, sans-serif;
  font-size: 21px
}

[data-page=diversity-inclusion] .jobby {
  padding-top: 5rem
}

[data-page=culture] .jumbotron.jumbotron-quote-slider {
  margin-bottom: 5rem
}

[data-page=application-tip] .resources-accordion__content {
  padding-bottom: 3rem
}

@media(min-width:768px) {
  .v-center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }
}

.resources-links {
  padding: 3rem 0;
  position: relative
}

@media(min-width:768px) {
  .resources__list {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2
  }
}

.resources__list-item a {
  width: 100%
}

.academic-department__header {
  margin-bottom: 3rem
}

.academic-department__content {
  padding-bottom: 3rem
}

.icon-blurb {
  background-color: #182b48;
  color: #fff;
  padding: 5rem 0;
  position: relative
}

.icon-blurb__icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
  flex-flow: column
}

@media(min-width:600px) {
  .icon-blurb__icons {
      flex-flow: wrap
  }
}

.icon-blurb__icons-item {
  width: 100%;
  text-align: center;
  padding: 1rem 0
}

@media(min-width:600px) {
  .icon-blurb__icons-item {
      display: flex;
      align-items: center;
      width: calc(100%/2);
      flex-flow: column
  }
}

.icon-blurb__icons-item img {
  width: 50px;
  max-width: 100%;
  margin: 0 auto
}

.icon-blurb__icons-item p {
  color: #ffcd00;
  margin: 0 auto;
  padding-top: 1rem;
  font-family: BrixSansBold, Helvetica, Arial, sans-serif
}

.veteran-resources {
  padding: 5rem 0
}

.veteran-resources__content p {
  margin: 0 auto
}

.veteran-resources__links {
  margin-top: 3rem
}