.home ins {
  display: block !important; }

#homepage-hero {
  background-color: #3b2360;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 400px;
  /*max-height: 520px;*/
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  display: block; 
}
#homepage-hero::after {
	content: '';
	display: block;
	height: 0;
	z-index: 5;
	padding-top: 56.25%; }
@media (min-width: 768px) {
	#homepage-hero {
		height: auto;
	}
	#homepage-hero::after {
		padding-top: 35.926%; 
	} 
}

.overlay {
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%); }

#video-hero-wrapper {
  display: none; }
  @media (min-width: 768px) {
    #video-hero-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      z-index: 1;
      opacity: 0;
      transition: 1s linear opacity; }
      .video-loaded #video-hero-wrapper {
        opacity: 1; }
      #video-hero-wrapper #hero-video {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0; } }

#hero-message {
  position: absolute;
  z-index: 11;
  left: 0;
  right: 0;
  bottom: 1rem; }
  #hero-message h1 {
    font-size: 2rem;
    line-height: normal;
    font-weight: bold;
    text-transform: none;
    color: white;
    text-align: center;
    margin: 0 auto;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.7); }
  #hero-message .hero-btns {display:none;}
  @media (min-width: 768px) {
    #hero-message {
      bottom: 4.5rem; }
      #hero-message h1 {
        font-size: 2.875rem;
	    padding-bottom:2rem; } 
  	  #hero-message .hero-btns {
	    display:block;
		text-align:center; }
	  #hero-message .hero-btns a.btn {
	    margin-right: 1rem; } 
	  #hero-message .hero-btns a.btn:last-of-type {
	    margin-right: 0; } 
  }
  @media (min-width: 1280px) and (min-height: 901px) {
    #hero-message h1 {
      font-size: 4rem; } }

.featured-event {
  background-color: #6a4c92;
  padding: 2rem 0;
  color: white; }
  .featured-event h1, .featured-event h2, .featured-event h3 {
    color: #ffc222; }
  .featured-event h4, .featured-event h5, .featured-event h6 {
    color: white; }
  .featured-event p:last-of-type {
    padding-bottom: 0; }
  @media (max-width: 767px) {
    .featured-event .btn {
      margin-bottom: 1rem; }
    .featured-event .btn:last-of-type {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .featured-event .col-sm-12 {
      display: flex;
      justify-content: center; }
    .featured-event .short-item {
      flex: 0 0 auto;
      width: auto;
      display: flex;
      align-items: center; }
      .featured-event .short-item .short-item-aside {
        display: block;
        flex: 1 1 200px; }
      .featured-event .short-item .short-item-content {
        display: block;
        flex: 0 0 auto; } }

.mobile-programs-row {
  padding: 3rem 0 3rem 0;
  font-size: 1.125rem; }
  .mobile-programs-row .row {	
    margin-left:0;
  	margin-right:0 }
  .mobile-programs-row .col-sm-12 {
    padding-bottom: 0; }
  .mobile-programs-row .btn {
    padding: 0.5rem;
    font-size: 1.3125rem; }
  .mobile-programs-row .btn:last-of-type {
    margin-bottom: 0; }

.degrees-programs-row .three-column-feature .flexrow {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .degrees-programs-row {
    padding: 2rem 0; }
    .degrees-programs-row .section-title {
      margin-bottom: 1rem; } }

@media (min-width: 768px) {
  .degrees-programs-row h3 {
    font-size: 2.125rem; }
  .degrees-programs-row p {
    font-size: 1.125rem; }
  .degrees-programs-row .col-sm-4 {
    margin-bottom: 0; } }

@media (max-width: 1024px) {
  main section {
    padding: 2rem 0; }
  .section-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    border-width: 2px; }
  p.intro {
    font-size: 1rem;
    padding-bottom: 1rem; } }

DL.tabs {
  margin-bottom: 0; }

.welcome-row {
  background-image: url("/_resources/img/welcome-bg-small.jpg");
  background-position: center center;
  position: relative;
  background-attachment: fixed; }
  .welcome-row .container {
    z-index: 100;
    position: relative; }
  .welcome-row .section-title {
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  .welcome-row .intro {
    color: white; }
  .welcome-row p.about-more { text-align:center; }
  .welcome-row p.about-more a.fancy-large { color:#ffc222; display:block; }
  .welcome-row p.about-more a.fancy-large:first-of-type { padding:0 0 2rem 0; }
  .welcome-row::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(59, 35, 96, 0.8); }
  @media (max-width: 1024px) {
    .welcome-row {
      background-attachment: scroll; }
      .welcome-row .btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
        text-align: center; } }
  @media (min-width: 768px) {
    .welcome-row { background-image: url("/_resources/img/welcome-bg-large.jpg"); } 
	.welcome-row p.about-more a.fancy-large { display:inline-block; padding:0 0 0 0; }
	.welcome-row p.about-more a.fancy-large:first-of-type { color:#fc2; display:inline-block; padding:0 2rem 0 0; }
  }

#beyond-the-classroom .container {
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    #beyond-the-classroom .container {
      padding-bottom: 2rem; } }

.science-row {
  background-image: url("/_resources/img/science-banner-bg-small.jpg");
  background-position: center center;
  background-size: cover;
  color: white;
  position: relative; }
  @media (min-width: 768px) {
    .science-row {
      background-image: url("/_resources/img/science-banner-bg-large.jpg"); } }
  .science-row .container {
    z-index: 100;
    position: relative; }
  .science-row h1 {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px black;
    font-size: 3rem; }
  .science-row p {
    color: white;
    font-size: 1.125rem;
    padding: 0 0 1rem 0;
    line-height: 1.2em;
    text-shadow: 1px 1px 3px black; }
    .science-row p:last-of-type {
      padding-bottom: 0; }
  .science-row p.intro {
    font-weight: bold; }
  .science-row img {
    border: 4px solid white; }
  .science-row::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); }
  @media (min-width: 768px) {
    .science-row h1 {
      font-size: 3.5rem; }
    .science-row p {
      font-size: 1.3125rem; } }

.news-events-row .short-item-alt {
  border-bottom: 0; }

.news-events-row .short-item-alt .excerpt {
    padding:0;
}

.vertical {
  margin-bottom: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .vertical {
      margin-bottom: 0; } }

.btn-bottom-pos {
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px; }

.btn-actions .col-sm-4 {
  padding: 0 0 1rem 0; }
  .btn-actions .col-sm-4:last-child {
    padding-bottom: 0; }

.btn-action {
  display: block;
  text-decoration: none;
  background: white;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 3rem 1rem 1rem;
  position: relative; }
  .btn-action h3 {
    line-height: 1em;
    font-size: 1.75rem;
    letter-spacing: 0.5px; }
  .btn-action p {
    padding: 0;
    font-size: 1rem;
    line-height: 1.25em;
    color: #333; }
  .btn-action span {
    font-size: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffd589;
    color: #6a4c92;
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .btn-action span::before {
      margin: 0; }
  .btn-action:hover {
    color: #333; }

.know-campaign-section {
  background-color: #6ab345;
  color: white;
  padding: 0.5rem 0; }

.know-campaign-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  padding-bottom: 0; }
  .know-campaign-content .know-mark {
    display: inline-block;
    max-width: 130px;
    margin-right: 1rem; }
    .know-campaign-content .know-mark img {
      width: 100%;
      height: auto; }
  .know-campaign-content header a {
    color: white;
    font-weight: bold; }

/*# sourceMappingURL=homepage.css.map */
