   @import url("https://use.typekit.net/qed6isq.css");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: 'Abrade Book', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

p {
	font-family: 'Abrade Book', Roboto, Arial, Helvetica Neue, sans-serif;
}

body #logo-container img{
	padding: 0;
	max-height: 50px;
	object-fit: contain;
}

.hero-section {
  background-size: cover;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
  border-image: linear-gradient(90deg, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.4) 75%) fill 1;
}

.hero-container {
  width: 100%;
  max-width: 1600px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: flex-end;
}

.hero-container.justify-right {
  justify-content: flex-end;
}

.section-heading-copy {
  z-index: 1;
  display: block;
  position: static;
}

.section-heading-copy.hero {
	max-width: 550px;
	text-wrap: balance;
}

.section-heading-copy.thank-you {
	flex-direction: column;
	align-items: center;
	display: flex;
}

.hero-title {
  color: #fff;
  text-align: left;
  margin-bottom: 35px;
  font-family: "kaneda-gothic", sans-serif;
  font-weight: 500;
  font-size: 102px;
  line-height: 1;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  text-transform: uppercase;
}

h1.hero-title span{
	font-weight: 700;
	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: #fff;
}

.paragraph {
  color: #fff;
  font-family: 'Abrade Book', sans-serif;
  font-size: 22px;
  line-height: 1.5;
  text-wrap: pretty;
}

.paragraph.center {
	text-align: center;
}

.request-info-btn {
  color: white;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  margin-top: 20px;
  font-size: 2rem;
  padding: 0em .5em;
  font-family: 'kaneda-gothic', sans-serif;
  text-decoration: none;
  transition: all .4s cubic-bezier(.55, .085, .68, .53);
  border: none;
}

.request-info-btn:hover {
  color: #fff;
  background-color: #c00;
  text-decoration: none;
}

.request-info-btn:visited {
  color: #fff;
}

.thank-you-btn {
  color: #e00;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  margin-top: 20px;
  padding: 15px 40px;
  font-family: 'Abrade Medium', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s cubic-bezier(.55, .085, .68, .53);
}

.thank-you-btn:hover {
  color: #fff;
  background-color: #e00;
  text-decoration: none;
}

.thank-you-btn:visited {
  color: #fff;
}

.section {
  background-color: #030303;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}

.section.future-health {
  background-size: auto, cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.landing-container {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  z-index: 2;
}

.section-heading {
  color: #cc0000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Bodoni;
  font-style: italic;
  font-size: 6em;
  letter-spacing: -0.05em;
  line-height: 1;
  text-transform: lowercase;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
}

.section-heading:hover {
  color: #fff;
  text-shadow: 0 5px 50px rgba(238, 0, 0, .65);
}

.section-heading.left {
  text-align: left;
  margin-left: -1.5rem;
  text-transform: capitalize;
}

.section-subheading {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: "kaneda-gothic", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
}

.section-subheading:hover {
  color: #fff;
}

.section-subheading.left {
  text-align: left;
}


/* Events ------------------ */

.events-grid__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Breakpoints */
@media (max-width: 1200px) {
  .events-grid__container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .events-grid__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .events-grid__container {
    grid-template-columns: 1fr;
  }
}

.event-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.event-card img {
  width: 100%;
  height: auto;
  display: block;
}

.event-card div.content {
  padding: 1rem;
}

.event-card h3 {
  font-family: "kaneda-gothic", sans-serif;
  font-weight: 700;
  font-size: 2em;
  line-height: 1;
  color: black;
  margin-bottom: 0;
}

.event-card .event-date {
  color: #c00;
  font-weight: bold;
  font-family: "Abrade";
  text-transform: uppercase;
}

.event-card p {
  margin-top: .4em;
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.4;
}




.section-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block {
  background-color: rgba(255, 255, 255, .1);
}

.cell {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, .1);
  background-image: radial-gradient(circle at 0 100%, rgba(14, 14, 14, .5), rgba(14, 14, 14, .75));
  background-clip: padding-box;
  border: 2px solid rgba(255, 255, 255, .13);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 50px 30px;
  font-family: 'Abrade Medium', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  transition: all .45s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.cell:hover {
  border-color: rgba(255, 255, 255, .22);
  box-shadow: 0 0 50px rgba(238, 0, 0, .36);
}

.cell._2column {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
}

.cell.center, .cell.program {
  justify-content: center;
  text-wrap: balance;
}

.cell-p {
  text-align: left;
  align-self: auto;
  color: white;
}

.cell-p strong {
	font-family: abrade-bold, sans-serif;
	background-color: #cc0000;
	padding: 0rem 0.25rem;
}

.cell-p.center {
  text-align: center;
  text-wrap: balance;
}

.cell-heading {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "kaneda-gothic", sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 28px;
}

.future-pharm-grid {
  width: 100%;
  max-width: 1500px;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-columns: 1fr 1fr;
}

.paragraph-2, .weight-font {
  color: #fff;
}

.future-pharmacy-copy {
  padding: 50px 20px;
}

.font-20 {
  font-size: 20px;
  line-height: 1.5;
}

.font-20.white-font, .font-white {
  color: #fff;
}

.image {
  aspect-ratio: 5 / 6;
  object-fit: cover;
  width: 100%;
}

._2columns-grid {
  max-width: 1140px;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: 1fr 1fr;
}

.bold-text {
  letter-spacing: .5px;
}

.grid-bg {
  z-index: 1;
  background-image: url('/campaign/images/landing-page-images/red-grid.svg');
  background-position: 50%;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.landing-callout {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 30px rgba(238, 0, 0, 0);
  align-self: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: "Abrade Bold", sans-serif;
  font-size: 3em;
  line-height: 1.25;
  transition: all .4s;
}

.landing-callout:hover {
  text-shadow: 0 0 30px #e00;
}

  .program-container {
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 20px;
    flex-direction: row;
    grid-template: "."
    / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
    justify-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    display: grid;
    position: relative;
	color: white;
  }

  .program-type {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: rgba(51, 51, 51, 0);
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    padding: 1rem;
    display: grid;
  }
  
  .program-type.accelerated {
    background-color: rgba(255, 255, 255, .05);
    border: 1px rgba(255, 255, 255, .65);
    border-radius: 19px;
    grid-template-rows: auto;
  }

  .accelerated-heading {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
	font-family: 'Abrade Book', sans-serif;
	font-size: 1.1em;
  }
  
  .accelerated-heading.transparent {
    color: rgba(255, 255, 255, 0);
  }

  .program-compare {
	  margin-top: 15px;
	  margin-bottom: 20px;
  }
  
  .compare-btn {
    color: #e00;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px #fff;
    margin-top: 0;
    padding: 15px 40px;
    font-family: 'Abrade Bold', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: all .4s cubic-bezier(.55, .085, .68, .53);
  }
  
  .compare-btn:hover {
    color: #fff;
    background-color: #e00;
    text-decoration: none;
  }


/* Form */

.form_fy24 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.form_container {
	padding: 0px !important;
}

.form_fy24 form{
  background-color: white;
  padding: 5%;
  max-width: 500px;
  margin: auto;
  float: none;
}

.form_label {
  color: black;
  font-family: Abrade Bold, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: .25em;
}

.form_label center {
  font-size: 2em;
  line-height: 1;
}

.form_fy24 em {
  font-family: Abrade Book, sans-serif;
  font-size: 14px;
}

.form_fy24 p {
	color: white;
}

input[type=text], input[type=email] {
  width: 100%;
}

input, select{
  padding: 10px;
  border: 1px solid black;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, select:focus{
  padding: 10px;
  outline: 1px solid #ee0000;
  box-shadow: 0px 3px 25px #ee000020;
  border: 1px solid transparent;
}

.form_fy24 select {
  margin-bottom: 1.25em !important;
}

input[type=radio] {
  accent-color: #e00;
}

select {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.form_button_submit {
  background-color: black;
  padding: 15px 50px;
  border: none;
  color: white;
  font-family: Abrade Bold, sans-serif;
  font-size: 1.25em;
  letter-spacing: .09em;
  transition: all 300ms ease-in-out;
}

.form_button_submit:hover {
  background-color:#e00;
}

@media screen and (max-width: 479px) {
  .form_button_submit {
    width: 100%;
    margin-top: 1em;
  }
}

@media screen and (max-width: 991px) {
  .section-heading-copy {
    width: 100%;
    max-width: 500px;
  }

  .future-pharm-grid {
    grid-template-columns: 1fr;
  }

  .image {
    aspect-ratio: 3 / 2;
  }
	
  .grid-bg {
    background-size: cover;
  }
	
  .program-container {
    grid-template-columns: 1fr;
  }
	
  #w-node-_6bd31466-09a0-c667-7cbe-395453643cfb-bb01b97c {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  .section.future-health {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .section-grid, ._2columns-grid {
    grid-template-columns: 1fr;
  }
	
  .landing-callout {
    text-align: center;
    font-size: 2em;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
	border-image: linear-gradient(180deg, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.4) 75%) fill 1;
	  background-position: 15% !important;
  }

  .hero-title {
    font-size: 50px;
	padding-bottom: 50px;
  }

  .paragraph {
    font-size: 16px;
	text-wrap: pretty;
  }

  .request-info-btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-heading {
    font-size: 60px;
  }

  .section-heading.left {
    text-align: center;
  }

  .section-subheading {
    font-size: 35px;
  }

  .section-subheading.left {
    text-align: center;
  }

  .future-pharmacy-copy {
    padding: 0;
  }
	
  .landing-callout {
    font-size: 2em;
  }

  .form_fy24 {
    padding: 15px;
  }

  .form_label {
    margin-top: 1em;
  }
	
  .thank-you-btn {
    width: 100%;
  }
	
  .program-type {
    grid-template-columns: 1fr;
  }
	
  .compare-btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-d73ef876-a2da-33ce-5864-83c522a9988b-bb01b97c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc31a2c1-0140-d6a6-94ec-f2f5f423c5fa-bb01b97c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_6fad3a1b-96d9-5981-4623-686c90c8eea1-bb01b97c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16755a61-33c4-305d-f176-18cb43f946ac-bb01b97c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6bd31466-09a0-c667-7cbe-395453643cfb-bb01b97c, #w-node-_267eacfd-9493-4a99-92d3-fa7256e00b19-bb01b97c, #w-node-_267eacfd-9493-4a99-92d3-fa7256e00b1d-bb01b97c, #w-node-_267eacfd-9493-4a99-92d3-fa7256e00b1f-bb01b97c, #w-node-_267eacfd-9493-4a99-92d3-fa7256e00b23-bb01b97c, #w-node-a50debaa-b3d2-a11d-024b-1f224e1f2c89-bb01b97c, #w-node-a0a45f4c-f72f-0737-dbe7-ab2347ec6ed4-bb01b97c, #w-node-_1f4daebc-8597-2c14-3a0e-d2e7a0791aa4-bb01b97c, #w-node-_1f4daebc-8597-2c14-3a0e-d2e7a0791aa5-bb01b97c, #w-node-_06de14b2-423b-ceff-bd9a-d21e32289534-bb01b97c, #w-node-a0a45f4c-f72f-0737-dbe7-ab2347ec6ed8-bb01b97c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

button:focus {
	background-color: white !important;
	color: black !important;
}


/* BSN Programs Grid */
#w-node-_0898957c-058f-c8c5-d5fb-62732c79e0ed-bb01b97c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: stretch;
}

#w-node-_807808bd-0d05-e172-ca2b-34f944124c51-bb01b97c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_807808bd-0d05-e172-ca2b-34f944124c50-bb01b97c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: stretch;
}

#w-node-a400ff17-8daa-bb5c-1d2c-68e04e2db575-bb01b97c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9514b764-43a5-74b3-0736-a72fe2d7b6e3-bb01b97c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_267eacfd-9493-4a99-92d3-fa7256e00b1d-bb01b97c, #w-node-_267eacfd-9493-4a99-92d3-fa7256e00b23-bb01b97c, #w-node-a50debaa-b3d2-a11d-024b-1f224e1f2c89-bb01b97c, #w-node-a0a45f4c-f72f-0737-dbe7-ab2347ec6ed4-bb01b97c, #w-node-_1f4daebc-8597-2c14-3a0e-d2e7a0791aa4-bb01b97c, #w-node-_1f4daebc-8597-2c14-3a0e-d2e7a0791aa5-bb01b97c, #w-node-_06de14b2-423b-ceff-bd9a-d21e32289534-bb01b97c, #w-node-a0a45f4c-f72f-0737-dbe7-ab2347ec6ed8-bb01b97c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6bd31466-09a0-c667-7cbe-395453643cfb-bb01b97c {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9514b764-43a5-74b3-0736-a72fe2d7b6e3-bb01b97c {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_807808bd-0d05-e172-ca2b-34f944124c51-bb01b97c, #w-node-a400ff17-8daa-bb5c-1d2c-68e04e2db575-bb01b97c {
    grid-column: span 1 / span 1;
  }
}

.hero-section {
	background-image: url('/interprofessional-education/images/ÍâÍøÌìÌÃ-seal-students.jpg');
	background-position: 50% 50%;
			}
			

.section.future-health {
	background-image: url('/_resources/images/ÍâÍøÌìÌÃ-seal-1.jpg');
	background-position: center;
	min-height: 30vw;
	background-size: cover;
} 


.form_action {
	margin-top: 1em;
}

.ou-events-grid {
	background-color: white;
}

p.number-highlight {
	color: white;
	font-family: 'kaneda-gothic';
	font-size: 5em;
	font-weight: bold;
	text-align: center;
	padding: 0.75em;
	border: solid #c00;
	border-radius: .25em;
	scale: 1;
	transition: 200ms;
}

p.number-highlight:hover {
	background-color: #c00;
	scale: 1.1;
}

p.highlight-caption {
	color: white;
	text-align: center;
	text-wrap: balance;
	font-family: 'kaneda-gothic', sans-serif;
	font-weight: 500;
	font-size: 2em;
	line-height: 1.25;
}

.registration-link {
	color: #cc0000;
	text-align: center;
	font-family: Bodoni;
	font-style: italic;
	font-size: 2em;
	letter-spacing: -0.05em;
	line-height: 1;
	transition: all .5s cubic-bezier(.455, .03, .515, .955);
}

.registration-link:hover {
	color: white;
}