body {
  background-color: #F5F1F0;
  color: #141414;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1, .main-footer
.section-title {
  font-family: 'Denton XCondensed';
  font-weight: 300;
  font-size: 65px;
  line-height: 63px;
  letter-spacing: 0em;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
  color: #141414;
}

@media (max-width: 800px) {
  h1, .main-footer
.section-title {
    font-size: 45px;
    line-height: 43px;
  }
}

h2 {
  font-family: "Denton XCondensed Bold";
  font-size: 42px;
  font-style: italic;
  font-weight: 300;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  color: #141414;
}

@media (max-width: 800px) {
  h2 {
    font-size: 32px;
    line-height: 32px;
  }
}

.header--h2 {
  margin-top: 0;
}

h3,
.promotional-space p {
  font-family: 'Denton Condensed';
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
}

@media (max-width: 800px) {
  h3,
  .promotional-space p {
    font-size: 20px;
    line-height: 25px;
  }
}

h5 {
  font-family: 'Figure';
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
  text-transform: none;
  color: #141414;
}

@media (max-width: 800px) {
  h5 {
    font-size: 14px;
    line-height: 18px;
  }
}

p {
  font-family: 'Figure';
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
  text-transform: none;
  color: #141414;
}

@media (max-width: 800px) {
  p {
    font-size: 14px;
    line-height: 18px;
  }
}

.section--padded-top {
  margin-top: 0;
  padding-top: 100px;
}

@media (max-width: 800px) {
  .section--padded-top {
    padding-top: 50px;
  }
}

.section--padded-bottom {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.section--padded-bottom.paragraph--type--howard-program {
  padding-top: 0;
  padding-bottom: 50px;
}

.section--padded-bottom.paragraph--type--howard-program:last-of-type {
  padding-bottom: 50px !important;
}

.section--padded-bottom.news-and-events {
  padding-bottom: 80px;
}

@media (max-width: 800px) {
  .section--padded-bottom.news-and-events {
    padding-bottom: 30px;
  }
}

@media (max-width: 800px) {
  .section--padded-bottom {
    padding-bottom: 50px;
  }
}

.silc-grid {
  grid-row-gap: 24px;
}

.main-footer {
  margin-top: 0;
}

.silc-grid__col {
  margin-bottom: 0;
}

.main-footer__bottom-logo {
  max-width: 100px;
}

.main-footer__copyright {
  padding-top: 0;
}

.silc-grid__col {
  margin-bottom: 0;
}

.bg--dark {
  margin: 0;
  background-color: #141414;
}

.bg--dark h2,
.bg--dark h3,
.bg--dark h4,
.bg--dark h5,
.bg--dark a,
.bg--dark a span {
  color: #F2FF00;
}

.bg--dark p {
  color: #F5F1F0;
}

.page-content--wrap .bg--dark .promotional-space h2,
.page-content--wrap .bg--dark .promotional-space h3,
.page-content--wrap .bg--dark .promotional-space h4,
.page-content--wrap .bg--dark .promotional-space h5,
.page-content--wrap .bg--dark .promotional-space a,
.page-content--wrap .bg--dark .promotional-space a span {
  color: #F2FF00;
}

.fancy-link {
  color: #8F00DB;
  font-family: 'Denton Condensed';
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .fancy-link {
    font-size: 20px;
    line-height: 25px;
  }
}

.fancy-link span {
  color: #8F00DB;
}

.news-and-events__block,
.news-and-events__block-link {
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.news-and-events__block *,
.news-and-events__block-link * {
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.no-image .news-and-events__block:hover,
.no-image .news-and-events__block-link:hover {
  color: #F5F1F0;
  background-color: #8F00DB !important;
}

.no-image .news-and-events__block:hover h2,
.no-image .news-and-events__block:hover h3,
.no-image .news-and-events__block:hover h4,
.no-image .news-and-events__block:hover h5,
.no-image .news-and-events__block:hover a,
.no-image .news-and-events__block:hover p,
.no-image .news-and-events__block-link:hover h2,
.no-image .news-and-events__block-link:hover h3,
.no-image .news-and-events__block-link:hover h4,
.no-image .news-and-events__block-link:hover h5,
.no-image .news-and-events__block-link:hover a,
.no-image .news-and-events__block-link:hover p {
  color: #F5F1F0 !important;
}

.with-image .news-and-events__block:hover,
.with-image .news-and-events__block-link:hover {
  background-color: #F5F1F0 !important;
}

.main-content a {
  color: #8F00DB;
}

.main-content .btn {
  font-family: 'Figure';
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
  text-transform: none;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 204px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  justify-content: center;
}

@media (max-width: 800px) {
  .main-content .btn {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 800px) {
  .main-content .btn {
    width: 100% !important;
  }
}

.main-content .btn .icon-arrow-right {
  background: none;
  color: #F5F1F0;
}

.main-content .btn .icon-arrow-right:before {
  color: #F5F1F0;
}

.main-content .btn--more {
  background: #8F00DB;
  color: #F5F1F0;
}

.main-content .btn--dark {
  background: #141414;
  color: #F5F1F0;
}

.main-content .btn--yellow {
  background-color: #F2FF00;
  color: #141414;
}

.main-content .btn--yellow .icon-arrow-right:before {
  color: #141414;
}

.post-header {
  background-color: transparent;
}

.post-header .post-header__title {
  font-family: 'Denton XCondensed';
  font-weight: 300;
  font-size: 65px;
  line-height: 63px;
  letter-spacing: 0em;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
  color: #141414;
}

@media (max-width: 800px) {
  .post-header .post-header__title {
    font-size: 45px;
    line-height: 43px;
  }
}

.section--article {
  padding-bottom: 100px;
}

.compartment {
  margin: 0 auto;
  max-width: 1125px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home-page-content--wrap .hero-image-inner,
.page-content--wrap .hero-image-inner {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  border-bottom: none;
}

.home-page-content--wrap .hero-image-inner p,
.page-content--wrap .hero-image-inner p {
  margin: 40px 0;
  color: #F2FF00;
  font-family: 'Denton Condensed';
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
}

@media (max-width: 800px) {
  .home-page-content--wrap .hero-image-inner p,
  .page-content--wrap .hero-image-inner p {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 800px) {
  .section-content__img {
    margin-top: 30px;
  }
}

@media (max-width: 800px) {
  .hide-on-mobile {
    display: none;
  }
}

@media (min-width: 800px) {
  .hero-image--mobile {
    display: none;
  }
}

.sidebar-nav .sidebar-nav__parent {
  background: #141414;
}

.sidebar-nav .sidebar-nav__parent :hover {
  background: #8F00DB;
}

.sidebar-nav .sidebar-nav__parent.silc-nav__link {
  color: #fff;
}

.sidebar-nav .silc-nav__link {
  color: #141414;
}

.sidebar-nav .silc-nav__link:hover {
  background-color: #8F00DB;
  color: #fff;
}

.main-header__bottom {
  background: #F2FF00;
}

.main-header__bottom .main-header__dept a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  font-family: "Denton XCondensed";
  font-size: 29px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #141414;
}

@media (max-width: 400px) {
  .main-header__bottom .main-header__dept a {
    font-size: 20px;
  }
}

.main-header__bottom .main-header__dept a:hover {
  text-decoration: none;
}

.main-header__bottom .main-header__dept:after {
  background: #141414;
}

.main-header__bottom .main-header__nav nav > ul > li .nav__lists__container a {
  font-family: 'Figure';
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #141414;
}

.main-header__bottom .main-header__nav nav > ul > li > a {
  font-family: 'Figure';
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #141414;
}

.main-header__bottom .main-header__nav nav > ul > li > a:hover, .main-header__bottom .main-header__nav nav > ul > li > a.is-active {
  color: #141414;
  background-color: transparent;
}

.main-header__bottom .main-header__nav nav > ul > li > a:hover:after, .main-header__bottom .main-header__nav nav > ul > li > a.is-active:after {
  content: "";
  width: calc(100% - 2.37rem);
  position: absolute;
  bottom: 20px;
  left: 1.1875rem;
  background: #141414;
  display: block;
  height: 1px;
}

.main-header__bottom .main-header__nav nav > ul > li > a:active, .main-header__bottom .main-header__nav nav > ul > li > a:link {
  color: #141414;
  background-color: transparent;
}

.main-header {
  background: #141414;
}

.main-header .main-header__top .utility__menu nav > ul li:hover {
  background-color: #f2ff00;
}

.main-header .main-header__top .utility__menu a.utility__featured-link {
  background-color: #8F00DB;
  color: #fff;
}

.main-header .main-header__top .utility__menu a.utility__featured-link:hover {
  background-color: #f2ff00;
  color: #141414;
}

.main-header.nav-toggled .main-header__drawer {
  background-color: #F2FF00;
}

.main-header.nav-toggled .main-header__drawer ul li a {
  color: #141414;
}

.main-header.nav-toggled .main-header__drawer ul li a:before, .main-header.nav-toggled .main-header__drawer ul li a:after {
  display: none !important;
}

.main-header.nav-toggled .main-header__drawer ul li a:hover {
  color: #141414 !important;
  text-decoration: none;
}

.main-header.nav-toggled .main-header__drawer .utility__menu a {
  color: #F5F1F0 !important;
  text-decoration: none;
}

.hero-image-home {
  position: relative;
  z-index: 1;
}

@media (max-width: 800px) {
  .hero-image-home .header--page-intro {
    /*      display: none;*/
  }
}

@media (min-width: 800px) {
  .hero-image-home .blue-overlay--video-image {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */
  }
}

@media (max-width: 800px) {
  .hero-image-home .blue-overlay--video-image {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(77%, #141414), to(#141414));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #141414 77%, #141414 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#141414',GradientType=0 );
    /* IE6-9 */
    height: 266px;
  }
}

.hero-image-home h2 {
  color: #F2FF00;
  font-family: 'Denton XCondensed';
  font-weight: 300;
  font-size: 65px;
  line-height: 63px;
  letter-spacing: 0em;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
  margin: 0;
}

@media (max-width: 800px) {
  .hero-image-home h2 {
    font-size: 45px;
    line-height: 43px;
  }
}

@media (max-width: 800px) {
  .hero-image-home h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .header--page-intro h2 {
    margin: 0;
  }
}

@media (max-width: 800px) {
  .header--page-intro p {
    margin: 0;
    text-align: center;
  }
}

.header--page-intro img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  .header--page-intro img {
    float: none;
    max-width: 200px;
    margin: 0 auto;
  }
}

.main-header__trigger-menu {
  background-color: #141414;
  color: #F5F1F0;
}

.main-header__trigger-menu div {
  background-color: #F5F1F0 !important;
}

.hero-image-home .hero-image,
.hero-video .hero-image {
  max-height: 592px;
  min-height: 212px;
}

@media (max-width: 800px) {
  .hero-image-home .hero-image,
  .hero-video .hero-image {
    background-position: 50% 0;
    background-size: cover;
  }
}

@media (max-width: 580px) {
  .hero-image-home .hero-image,
  .hero-video .hero-image {
    background-position: 50% 0;
    background-size: auto 215px;
  }
}

@media (max-width: 580px) {
  .hero-image-home .hero-image:before,
  .hero-video .hero-image:before {
    padding-top: 39.25%;
  }
}

.hero-image-home .compartment,
.hero-video .compartment {
  margin: 0 auto;
  left: 0;
  right: 0;
}

@media (max-width: 800px) {
  .hero-image-home .compartment,
  .hero-video .compartment {
    background-color: #141414;
    text-align: center;
  }
}

.hero-image-home {
  border-bottom: 10px solid #F2FF00;
}

.section--padded-bottom.media {
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}

.section--padded-bottom.media .compartment {
  padding: 0;
  max-width: 100%;
}

.media img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg--light .promotional-space h2, .bg--light .promotional-space h3, .bg--light .promotional-space h4, .bg--light .promotional-space p {
  color: #141414;
}

.promotional-space {
  border-top: none;
  background: none;
  padding-top: 0;
  padding-block: 0;
}

.promotional-space .header--h2 {
  font-family: 'Denton XCondensed';
  font-weight: 300;
  font-size: 65px;
  line-height: 63px;
  letter-spacing: 0em;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
  margin-top: 0;
  color: #F5F1F0;
}

@media (max-width: 800px) {
  .promotional-space .header--h2 {
    font-size: 45px;
    line-height: 43px;
  }
}

.home-page-content--wrap {
  position: relative;
  z-index: 10;
}

@media (min-width: 1200px) {
  .home-page-content--wrap .bg--light .promotional-space {
    border-left: 5px solid #8F00DB;
  }
}

.home-page-content--wrap .fancy-link span {
  color: #8F00DB;
}

@media (min-width: 1000px) {
  .home-page-content--wrap .hp-html--main {
    padding-left: 120px;
  }
}

.home-page-content--wrap .promotional-space {
  max-width: 1200px;
  margin: 0 auto;
}

.home-page-content--wrap .hp-html {
  margin: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #141414;
  color: #F5F1F0;
}

.home-page-content--wrap .hp-html h2, .home-page-content--wrap .hp-html p, .home-page-content--wrap .hp-html a, .home-page-content--wrap .hp-html .lead-in {
  color: #F5F1F0;
}

.home-page-content--wrap .hp-html .lead-in {
  text-transform: capitalize;
  font-family: 'Denton Condensed';
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
  max-width: 520px;
}

@media (max-width: 800px) {
  .home-page-content--wrap .hp-html .lead-in {
    font-size: 20px;
    line-height: 25px;
  }
}

.home-page-content--wrap .hp-html p {
  font-family: 'Denton Condensed';
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
}

@media (max-width: 800px) {
  .home-page-content--wrap .hp-html p {
    font-size: 20px;
    line-height: 25px;
  }
}

.home-page-content--wrap .hp-html .silc-grid {
  max-width: 725px;
}

.full-width-cta {
  min-height: 330px;
  background: #F5F1F0;
}

.full-width-cta h2 {
  color: #141414;
  text-shadow: none;
  font-family: 'Denton XCondensed';
  font-weight: 300;
  font-size: 65px;
  line-height: 63px;
  letter-spacing: 0em;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
}

@media (max-width: 800px) {
  .full-width-cta h2 {
    font-size: 45px;
    line-height: 43px;
  }
}

.full-width-cta h2:before, .full-width-cta h2:after {
  display: none;
}

.full-width-cta .btn {
  background: #141414;
  color: #F5F1F0;
}

#hp-3851 {
  background-color: #141414;
  padding-bottom: 100px;
}

#hp-3851 .news-and-events__block {
  border-radius: 0;
  background-color: #F2FF00;
  color: #141414;
}

#hp-3851 .news-and-events__block h3 {
  color: #141414;
  font-family: "Denton XCondensed Bold";
  font-size: 42px;
  font-style: italic;
  font-weight: 300;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
}

@media (max-width: 800px) {
  #hp-3851 .news-and-events__block h3 {
    font-size: 32px;
    line-height: 32px;
  }
}

.news-and-events .silc-grid:not(.silc-grid--collapse):last-child {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .news-and-events .silc-grid__col {
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .full-width-cta h2 {
    text-align: center;
  }
}

.announcement--section {
  padding: 0;
}

.announcement--section .campus-communications__header {
  background-color: #8F00DB;
  color: #F5F1F0;
}

.announcement--section .campus-communications__header h2 {
  font-family: "Denton XCondensed Bold";
  font-size: 42px;
  font-style: italic;
  font-weight: 300;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  color: #F5F1F0;
  text-transform: capitalize;
}

@media (max-width: 800px) {
  .announcement--section .campus-communications__header h2 {
    font-size: 32px;
    line-height: 32px;
  }
}

@media (max-width: 800px) {
  .announcement--section .campus-communications__header h2 {
    padding: 10px !important;
  }
}

.announcement--section .campus-communications__header-icon {
  background-color: #F2FF00;
  min-height: 100%;
  height: auto;
}

.announcement--section .campus-communications__body {
  background-color: #141414;
  color: #F5F1F0;
}

.announcement--section .campus-communications__body h3, .announcement--section .campus-communications__body p {
  color: #F5F1F0;
}

.announcement--section .campus-communications__body h3 {
  margin-bottom: 10px;
}

.announcement--section .campus-communications__body p {
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .campus-communications__announcement-links li {
    width: 100%;
  }
  .campus-communications__announcement-links li a {
    width: 100%;
  }
}

.page-content--wrap section {
  margin-left: auto;
  margin-right: auto;
  max-width: 1125px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.paragraph--type--ip-accordion {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #141414;
  color: #F5F1F0;
}

@media (max-width: 800px) {
  .paragraph--type--ip-accordion {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.paragraph--type--ip-accordion .paragraph-text {
  max-width: 720px;
}

.paragraph--type--ip-accordion .paragraph-text h2, .paragraph--type--ip-accordion .paragraph-text h3, .paragraph--type--ip-accordion .paragraph-text h4, .paragraph--type--ip-accordion .paragraph-text p {
  color: #F5F1F0;
}

.paragraph--type--ip-accordion .paragraph-text h2 {
  font-family: 'Denton XCondensed';
  font-weight: 300;
  font-size: 65px;
  line-height: 63px;
  letter-spacing: 0em;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .paragraph--type--ip-accordion .paragraph-text h2 {
    font-size: 45px;
    line-height: 43px;
  }
}

.paragraph--type--ip-accordion .paragraph-text p {
  font-family: 'Denton Condensed';
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
}

@media (max-width: 800px) {
  .paragraph--type--ip-accordion .paragraph-text p {
    font-size: 20px;
    line-height: 25px;
  }
}

.paragraph--type--ip-accordion .section-title {
  color: #F5F1F0;
}

.paragraph--type--ip-accordion .silc-accordion__section {
  padding: 0;
  border: 1px solid #F2FF00;
}

.paragraph--type--ip-accordion .silc-accordion__header {
  background: none;
}

.paragraph--type--ip-accordion .silc-accordion__header h2 {
  border: none;
  color: #F2FF00;
  font-family: "Denton XCondensed Bold";
  font-size: 42px;
  font-style: italic;
  font-weight: 300;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
}

@media (max-width: 800px) {
  .paragraph--type--ip-accordion .silc-accordion__header h2 {
    font-size: 32px;
    line-height: 32px;
  }
}

.paragraph--type--ip-accordion .silc-accordion__header h2:before {
  color: #F2FF00;
}

.paragraph--type--ip-accordion .silc-accordion__content {
  background: none;
  padding-top: 0;
  padding-left: 3.3rem;
}

.paragraph--type--ip-accordion .silc-accordion__content p {
  color: #F5F1F0;
}

.page-content--wrap .promotional-space {
  padding: 0;
}

@media (min-width: 1000px) {
  .page-content--wrap .promotional-space .silc-grid__col {
    padding-right: 50px;
  }
}

.ks-cards .no-image .news-and-events__block {
  background: none;
  border-radius: 0;
  border: 1px solid #8F00DB;
}

.ks-cards .no-image .news-and-events__block h3 {
  color: #8F00DB;
  margin: 0 !important;
  font-family: 'Denton Condensed';
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
}

@media (max-width: 800px) {
  .ks-cards .no-image .news-and-events__block h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

#hp-3826 {
  margin-top: -165px;
}

@media (max-width: 800px) {
  #hp-3826 {
    margin-top: -95px;
  }
}

@media (max-width: 800px) {
  .news-and-events {
    max-width: 100%;
  }
}

#hp-3821 .news-and-events__title {
  max-width: 210px;
}

#contact-page {
  background-color: #141414;
  color: #F5F1F0;
  padding-bottom: 1px;
}

#contact-page a {
  color: #F5F1F0;
}

#contact-page .fieldset-legend {
  color: #F5F1F0;
  padding-top: 10px;
  padding-bottom: 10px;
}

#contact-page .header--white {
  display: none;
}

#contact-page .hero-image {
  max-height: 339px;
}

#contact-page h1 {
  color: #F5F1F0;
}

#contact-page .lead_in--title {
  margin-bottom: 0;
}

#contact-page h2, #contact-page h3, #contact-page h4, #contact-page h5, #contact-page p {
  color: #F5F1F0;
}

#contact-page .page-content--wrap section {
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 0;
  max-width: 1125px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contact-page .hp-html--main p {
  font-family: 'Figure';
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
  text-transform: none;
}

@media (max-width: 800px) {
  #contact-page .hp-html--main p {
    font-size: 14px;
    line-height: 18px;
  }
}

#contact-page .promotional-space {
  border-bottom: 1px solid #F2FF00;
  padding-bottom: 20px;
  margin-bottom: 35px;
}

#contact-page .promotional-space p a {
  color: #F2FF00;
}

#contact-page .promotional-space ul {
  list-style: disc;
  margin: 0 0 20px 10px;
  padding-left: 15px;
}

#contact-page .promotional-space ul li {
  color: #F5F1F0;
  font-family: 'Figure';
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
  text-transform: none;
}

@media (max-width: 800px) {
  #contact-page .promotional-space ul li {
    font-size: 14px;
    line-height: 18px;
  }
}

#contact-page .silc-grid__col--4-medium {
  border: 1px solid #F5F1F0;
  border-top-width: 5px;
  padding: 15px 30px;
}

#contact-page .silc-grid__col--4-medium h2 {
  margin: 0;
}

@media (max-width: 1250px) {
  #contact-page .silc-grid__col--4-medium {
    margin-left: 23px;
    width: 100%;
  }
}

#contact-page .silc-grid__col--4-medium p {
  font-family: 'Figure';
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
  text-transform: none;
}

@media (max-width: 800px) {
  #contact-page .silc-grid__col--4-medium p {
    font-size: 14px;
    line-height: 18px;
  }
}

#contact-page .page-content--wrap {
  padding-bottom: 100px;
}

@media (min-width: 1000px) {
  #contact-page .page-content--wrap section > * {
    margin-left: 202px;
  }
}

#contact-page .page-content--wrap .header--h2 {
  font-family: 'Denton Condensed';
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
}

@media (max-width: 800px) {
  #contact-page .page-content--wrap .header--h2 {
    font-size: 20px;
    line-height: 25px;
  }
}

#contact-page .block-header {
  min-height: 0;
  background: none;
}

#contact-page .block-header .block-header__icon {
  display: none;
}

#contact-page .block-header .block-header__title {
  padding: 0;
}

#contact-page .block-header h2 {
  padding: 0;
  font-family: "Figure", serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

@media (max-width: 800px) {
  #contact-page .block-header h2 {
    font-size: 18px;
    line-height: 23px;
  }
}

#contact-page .messages--status {
  border: none;
  border-left: 5px solid #F2FF00;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: rgba(228, 241, 0, 0.15);
  color: #F2FF00;
}

#contact-page form .js-form-type-checkbox label {
  margin-top: 0.25rem;
}

#contact-page form label {
  color: #F5F1F0;
}

#contact-page form input,
#contact-page form textarea,
#contact-page form select {
  background: none;
  color: #F5F1F0;
  border: 1px solid #F2FF00;
}

#contact-page form input::-webkit-input-placeholder,
#contact-page form textarea::-webkit-input-placeholder,
#contact-page form select::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F5F1F0;
  opacity: 1;
  /* Firefox */
}

#contact-page form input:-ms-input-placeholder,
#contact-page form textarea:-ms-input-placeholder,
#contact-page form select:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F5F1F0;
  opacity: 1;
  /* Firefox */
}

#contact-page form input::-ms-input-placeholder,
#contact-page form textarea::-ms-input-placeholder,
#contact-page form select::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F5F1F0;
  opacity: 1;
  /* Firefox */
}

#contact-page form input::placeholder,
#contact-page form textarea::placeholder,
#contact-page form select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F5F1F0;
  opacity: 1;
  /* Firefox */
}

#contact-page form input:-ms-input-placeholder,
#contact-page form textarea:-ms-input-placeholder,
#contact-page form select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #F5F1F0;
  opacity: 1;
}

#contact-page form input:-ms-input-placeholder,
#contact-page form textarea:-ms-input-placeholder,
#contact-page form select:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #F5F1F0;
  opacity: 1;
}

#contact-page form option {
  background-color: #141414;
}

#contact-page form .js-form-type-radio,
#contact-page form .js-form-type-checkbox {
  position: relative;
  margin-bottom: 20px;
}

#contact-page form .js-form-type-radio input,
#contact-page form .js-form-type-checkbox input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#contact-page form .js-form-type-radio input:checked + label:before,
#contact-page form .js-form-type-checkbox input:checked + label:before {
  background-color: #F2FF00;
}

#contact-page form .js-form-type-radio label,
#contact-page form .js-form-type-checkbox label {
  position: relative;
  z-index: 5;
  margin: 0;
  padding-left: 30px;
}

#contact-page form .js-form-type-radio label:before,
#contact-page form .js-form-type-checkbox label:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid #141414;
  -webkit-box-shadow: 0 0 0 1px #F2FF00;
          box-shadow: 0 0 0 1px #F2FF00;
  display: block;
  position: absolute;
  left: 2px;
  top: 4px;
}

#contact-page form #edit-actions-submit {
  background: #F2FF00;
  color: #141414;
  font-family: 'Figure';
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
  text-transform: none;
  min-width: 200px;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 29px;
  margin-bottom: 0;
}

@media (max-width: 800px) {
  #contact-page form #edit-actions-submit {
    font-size: 14px;
    line-height: 18px;
  }
}

#contact-page .checkboxes--wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}

#contact-page .radios--wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 1000px) {
  #contact-page iframe {
    width: calc(100% - 200px);
  }
}

#contact-page iframe[title="reCAPTCHA"] {
  min-width: 100%;
}

#contact-page .section--hc_lead_in {
  padding-top: 60px;
  padding-bottom: 50px;
}

#contact-page .form-type-select {
  position: relative;
}

#contact-page .form-type-select .field-suffix {
  position: absolute;
  top: 37px;
  left: -30px;
}

#contact-page .promotional-space .silc-grid {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#contact-page .webform-submission-form fieldset.webform-select-other {
  padding: 0;
  margin: 0;
}

#contact-page .webform-submission-form fieldset.webform-select-other legend {
  padding: 0;
}

#contact-page .webform-submission-form fieldset.webform-select-other legend .visually-hidden {
  display: none;
}

#contact-page .webform-submission-form fieldset.webform-select-other legend span.fieldset-legend {
  font-size: 0.875rem;
  display: inline-block;
  padding: 0 !important;
  margin-bottom: 0.3125rem;
  margin-top: 1.25rem !important;
  font-family: 'Figure';
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
  text-transform: none;
  line-height: 23px;
  text-transform: none;
}

@media (max-width: 800px) {
  #contact-page .webform-submission-form fieldset.webform-select-other legend span.fieldset-legend {
    font-size: 14px;
    line-height: 18px;
  }
}

#contact-page .webform-submission-form fieldset.webform-select-other legend span.fieldset-legend:before {
  display: none;
}

#edit-e-mail--wrapper {
  margin: 0;
  padding: 0;
}

#hp-3976 .promotional-space {
  border-bottom: none;
  padding-bottom: 0;
}

#captcha {
  margin-top: 20px;
}

#hp-1061 {
  padding-top: 55px !important;
}

.alumni-profile {
  background: none;
  border-radius: 0;
  padding: 14px;
  border: 1px solid #8F00DB;
}

.alumni-profile h3 {
  color: #141414;
  font-family: 'Denton Condensed';
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
}

@media (max-width: 800px) {
  .alumni-profile h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

.alumni-profile h5 {
  color: #141414;
  margin-bottom: 0;
}

.alumni-profile .alumni-profile__quote {
  background: none;
}

.alumni-profile .silc-grid__col--8-medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alumni-profile .silc-grid__col--8-medium .alumni-profile__quote {
  height: auto;
}

.section--testimonial {
  margin-bottom: 20px;
}

#hp-3921 {
  padding-top: 0;
}

.section--testimonial {
  padding-bottom: 0;
}

#hp-3921 .news-and-events .body-text--small h5 {
  margin-bottom: 0;
}

#hp-3921 .news-and-events .body-text--small h3 {
  color: #141414;
}

.section--program {
  padding-top: 50px;
}

.section--program:first-of-type {
  padding-top: 100px;
}

@media (max-width: 800px) {
  .section--program:first-of-type {
    padding-top: 60px;
  }
}

.section--program .header--h2 {
  font-family: "Denton XCondensed Bold";
  font-size: 42px;
  font-style: italic;
  font-weight: 300;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  color: #8F00DB;
}

@media (max-width: 800px) {
  .section--program .header--h2 {
    font-size: 32px;
    line-height: 32px;
  }
}

.section--program h4 {
  font-family: "Figure", serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #141414;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .section--program h4 {
    font-size: 18px;
    line-height: 23px;
  }
}

.section--program .program-space {
  padding-bottom: 40px;
  border-bottom: 1px solid #8F00DB;
}

#hp-3931 {
  margin-top: 100px;
}

@media (max-width: 800px) {
  #hp-3931 {
    margin-top: 50px;
  }
}

#hp-3991 {
  padding-bottom: 30px;
}

.search_results--section {
  border-bottom: 1px solid #8F00DB;
}

.search_results--section p {
  font-family: 'Figure';
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
  text-transform: none;
}

@media (max-width: 800px) {
  .search_results--section p {
    font-size: 14px;
    line-height: 18px;
  }
}

#edit-submit {
  font-family: 'Figure';
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
  text-transform: none;
  color: #F5F1F0;
  background-color: #141414;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 204px;
  justify-content: center;
  text-align: center;
}

@media (max-width: 800px) {
  #edit-submit {
    font-size: 14px;
    line-height: 18px;
  }
}

#edit-submit:before {
  content: "\E92F";
  color: #141414;
  opacity: 0;
  top: calc(50% - 8px);
  left: 0.25rem;
  font-size: 0.9375rem;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

#edit-submit:hover {
  background-color: #141414;
}

#edit-submit:hover:before {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.block-header {
  background: #141414;
}

.block-header .fancy-link.fancy-link--light {
  color: #fff;
}

.news-and-events__block .news-and-events__title,
.news-and-events__block .news-and-events__date,
.news-and-events__block .body-text--small {
  color: #141414;
}

.news-and-events__block:hover {
  color: #F5F1F0;
  background-color: #8F00DB !important;
}

.news-and-events__block:hover .news-and-events__title,
.news-and-events__block:hover .news-and-events__date,
.news-and-events__block:hover .body-text--small {
  color: #F5F1F0;
}

.hp-featured-article .block-header,
.hp-featured-article .block-header--slim {
  background: #141414;
}

.hp-featured-article h3 {
  color: #141414;
}

.full-width-image-banner {
  background-color: #141414;
}

.full-width-image-banner h2 {
  font-family: "Denton XCondensed";
  font-weight: 300;
  font-size: 65px;
  text-transform: capitalize;
}

.full-width-image-banner .btn {
  background-color: #F2FF00;
  color: #141414;
}

.full-width-image-banner .btn:hover {
  background-color: #8F00DB;
  color: #F5F1F0;
}

.divider {
  border-top: #141414;
}

.timeline .entry .title .lead-in {
  color: #141414;
}

.timeline .entry p:not(.lead-in) {
  font-family: "Figure";
  font-weight: 400;
  color: #141414;
}

.lead-in {
  color: #141414;
}

.slideshow--wrapper .slideshow .flickity-prev-next-button:hover.prev::after {
  color: #8F00DB;
}

.slideshow--wrapper .slideshow .flickity-prev-next-button:hover.next::after {
  color: #8F00DB;
}

.slideshow--wrapper .slideshow__desc h2 {
  color: #141414;
}

.fancy-link .icon-arrow-right {
  background-color: #141414;
}

.fancy-link:hover .icon-arrow-right {
  background-color: #8F00DB;
}

.fancy-link:hover .icon-arrow-right:before {
  color: #fff;
}
/*# sourceMappingURL=styles.css.map */