@charset "UTF-8";
.pl-component {
  margin-bottom: 1em;
}

.file-link {
  font-size: 14px;
}

/* Drupal Views Related*/
.view-filters label {
  font-size: 1.2em;
  padding: 0.3em;
}
.view-filters .form-item {
  margin-right: 1em;
}
.view-filters button {
  background-color: #303;
  min-width: 10em;
}
.view-filters button:hover {
  background-color: #303;
}
.view-filters select, .view-filters input {
  min-width: 10em;
  max-width: 25em;
}

/* Mobile App */
body.mobile-app #header {
  display: none;
}

h1.heading-large, h1.heading-splash {
  font-size: 42px;
}

h2.heading-large, h2.heading-splash {
  font-size: 36px;
}

h3.heading-large, h3.heading-splash {
  font-size: 26px;
}

h1.heading-large:after, h1.heading-splash:after, h2.heading-large:after, h2.heading-splash:after, h3.heading-large:after, h3.heading-splash:after, h4.heading-large:after, h4.heading-splash:after {
  border-bottom: 10px solid #9A2250;
  margin-top: 0.1em;
  content: "";
}
h1.heading-large:after, h2.heading-large:after, h3.heading-large:after, h4.heading-large:after {
  display: block;
  width: 1.7em;
}
h1.heading-splash:after, h2.heading-splash:after, h3.heading-splash:after, h4.heading-splash:after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}

h2.heading-splash:after, h4.heading-splash:after {
  width: 60%;
}

h1.heading-splash:after, h3.heading-splash:after {
  width: 140%;
}

.heading-wrapper {
  margin-bottom: 2em;
  text-align: center;
}

.heading-splash {
  display: inline-block;
  position: relative;
}

a {
  outline: 1px;
  padding: 2px 1px 0;
  color: #330033;
  text-decoration: underline;
}
a:visited {
  color: #565656;
}
a:hover, a:focus {
  text-decoration: none;
  background: #C2B3C2;
}
a:active {
  background: #330033;
  color: #330033;
}

.tags-item li {
  background-color: #DDDDDD;
  color: #000000;
  border-radius: 10px;
  padding: 2px 10px;
  line-height: 22px;
  display: inline-block;
}

.tags-item li a {
  text-decoration: none;
  background-color: transparent;
}

.tags-item li:hover {
  text-decoration: underline;
}

.tags-item li:active {
  background-color: #FFCC33;
}

.pullquote {
  text-align: center;
  margin: 57px -30px;
  padding: 64px 20%;
  font-size: 36px;
  font-style: italic;
  color: #330033;
  min-height: 212px;
  background: rgba(221, 221, 221, 0.35);
}
@media screen and (max-width: 767px) {
  .pullquote {
    font-size: 22px;
  }
}

.pullquote-blockquote {
  padding: 1.25rem;
  margin: 3.125rem 12.5rem;
  font-size: 1.75em;
  font-style: italic;
}
.pullquote-blockquote.bar {
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
}
.pullquote-blockquote.quote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2em;
  color: #dddddd;
}
@media screen and (max-width: 767px) {
  .pullquote-blockquote {
    padding: 2rem;
    margin: 2rem 8rem;
  }
}
@media screen and (max-width: 480px) {
  .pullquote-blockquote {
    padding: 1rem;
    margin: 1rem 5rem;
    font-size: 22px;
  }
}

caption {
  color: #666666;
}

.site-info {
  background: #231161;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.site-info a {
  color: #ffffff;
  text-decoration: none;
}
.site-info a:hover {
  text-decoration: underline;
  background: none;
}
.site-info a:focus {
  border-bottom: none;
  background: none;
  text-decoration: underline;
}
.site-info .university-name {
  letter-spacing: 2px;
}
.site-info .site-name {
  font-size: 18px;
}

a.btn-primary, a.btn-secondary, a.btn-call-to-action, a.btn-promo {
  text-decoration: none;
}
a.btn-primary:hover, a.btn-primary:focus, a.btn-secondary:hover, a.btn-secondary:focus, a.btn-call-to-action:hover, a.btn-call-to-action:focus, a.btn-promo:hover, a.btn-promo:focus {
  text-decoration: none;
}
a.btn-primary, a.btn-promo {
  color: #ffffff;
}
a.btn-secondary, a.btn-call-to-action {
  color: #330033;
}
a.btn-primary {
  background-image: none;
}
a.btn-call-to-action {
  background-color: #ffcc33;
}
a.btn-promo {
  background-color: #9A2250;
}

.btn-primary {
  color: #ffffff;
  background-color: #303;
  border-color: #1a0019;
}

.btn-secondary {
  padding: 0.5em 1.5em;
  margin-right: 1em;
  font-size: 1.2em;
  color: #330033;
  border-color: #330033;
  background-color: #fff;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #303;
}

.btn-promo {
  color: #ffffff;
  background-color: #9A2250;
  border-color: #9A2250;
}

.btn-call-to-action {
  background-color: #ffcc33;
  color: #330033;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 1.2em;
}

.btn.btn-call-to-action:hover, .btn.btn-call-to-action:focus {
  color: #330033;
}

/*.responsive-img {
max-width: 100%;
height: auto;
}

.circle {
border-radius: 50%;
}
.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.img-thumbnail {
padding: .25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: .25rem;
width: 150px;
  height: 150px;
}
*/
.main-nav {
  background: #ffdc70;
}
.main-nav #navbar {
  background: #ffdc70;
  border-radius: 0px;
  border-color: #ffdc70;
}
.main-nav #navbar a {
  color: #000000;
  text-decoration: none;
}
.main-nav #navbar a:focus {
  border-bottom: none;
}
.main-nav #navbar .navbar-text.dropdown-toggle {
  color: #000;
  padding: 15px;
  margin: 0px;
}
.main-nav #navbar .navbar-text.dropdown-toggle:focus {
  background: white;
}
.main-nav #navbar a.active-trail {
  background-color: #ffdc70;
  color: #383838;
}
.main-nav #navbar .navbar-nav > li > a:hover, .main-nav #navbar .navbar-nav > li > a:focus {
  color: #383838;
  background-color: #ffdc70;
  border: none;
}
.main-nav #navbar .nav .open > a, .main-nav #navbar .nav .open > a:hover, .main-nav #navbar .nav .open > a:focus {
  background-color: #ffffff;
  border-color: #660;
  color: #000000;
}
.main-nav #navbar .dropdown-menu a, .main-nav #navbar nav .dropdown-menu, .main-nav #navbar nav .dropdown-menu a:hover, .main-nav #navbar nav .dropdown-menu a:focus {
  color: #000000;
  background-color: #ffffff;
}
.main-nav #navbar .dropdown-menu a.is-active {
  background-color: #ccc;
}
.main-nav #navbar ul > li > .dropdown-menu > li > a:hover, .main-nav #navbar .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #000000;
  background-color: #F2F2F3;
  background-image: none;
}
.main-nav #navbar .dropdown-menu {
  border: none;
}
.main-nav #navbar button.navbar-toggle {
  background: transparent;
  color: #000000;
  border-color: #000000;
}
.main-nav #navbar .dropdown-toggle:focus {
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 5px;
}
@media screen and (min-width: 768px) {
  .main-nav #navbar-collapse {
    padding-left: 0px;
    margin-left: -15px;
  }
  .main-nav .navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
}
@media only screen and (max-width: 767px) {
  .main-nav .navbar-collapse {
    border-color: #000000;
  }
}

.vertical-tabs .nav li {
  font-size: 1.5em;
}
.vertical-tabs .nav li a {
  background-color: #707070;
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  text-decoration: none;
}
.vertical-tabs .nav li a:hover, .vertical-tabs .nav li a:active, .vertical-tabs .nav li a:focus {
  background-color: #ffcc33;
  color: #330033;
  border: 0px;
}
.vertical-tabs .nav li.active a {
  background-color: #ffcc33;
  color: #330033;
  padding: 20px;
  border: 0px;
  border-radius: 0px;
}
.vertical-tabs .nav li.active a:hover, .vertical-tabs .nav li.active a:active, .vertical-tabs .nav li.active a:focus {
  background-color: #ffcc33;
  color: #330033;
  border: 0px;
}
.vertical-tabs .tab-content {
  padding: 30px;
  background-color: #F2F2F3;
  color: #4D4D4D;
}
.vertical-tabs.teal .nav a {
  background-color: #1D7091;
}
@media (min-width: 992px) {
  .vertical-tabs .nav li.active:before {
    content: "";
    display: block;
    border-top: 12px solid transparent;
    border-left: 15px solid #ffcc33;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    z-index: 10;
  }
  .vertical-tabs .tab-content {
    margin-left: -30px;
    padding-left: 45px;
  }
}

.pl-component--tabs-image .tabs-image-wrapper {
  position: relative;
}
.pl-component--tabs-image .tabs-image-title {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  text-align: center;
}
.pl-component--tabs-image .tabs-image-title:hover {
  background-color: rgba(0, 0, 0, 0.45);
}
.pl-component--tabs-image ul.nav a {
  position: absolute;
  left: 0;
  color: #ffffff;
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding-top: 25%;
}
.pl-component--tabs-image ul.nav a:hover, .pl-component--tabs-image ul.nav a:focus {
  background: none;
}
.pl-component--tabs-image ul.nav .active .nav-card-chevron.active, .pl-component--tabs-image ul.nav .nav-card-chevron.inactive {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: unset;
}
.pl-component--tabs-image ul.nav .active .nav-card-chevron.inactive, .pl-component--tabs-image ul.nav .nav-card-chevron.active {
  display: none;
}
.pl-component--tabs-image ul.nav .nav-card-chevron {
  z-index: 1;
}
.pl-component--tabs-image ul.nav img {
  width: 100%;
  margin-bottom: 0px;
}
.pl-component--tabs-image .tab-content {
  border-left: 2px solid #dfdfdf;
  border-right: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  margin-bottom: 2em;
  padding: 2em;
}
@media screen and (max-width: 767px) {
  .pl-component--tabs-image ul.nav .active .tabs-image-title {
    background-color: #ffcc33;
  }
  .pl-component--tabs-image ul.nav .active .tabs-image-title:hover {
    background-color: #ffcc33;
  }
  .pl-component--tabs-image ul.nav .tabs-image-title {
    background-color: #330033;
  }
  .pl-component--tabs-image ul.nav .tabs-image-title:hover {
    background-color: #330033;
  }
  .pl-component--tabs-image ul.nav li.col-xs-3, .pl-component--tabs-image ul.nav li.col-xs-4 {
    padding-left: 0.1em;
    padding-right: 0.1em;
  }
  .pl-component--tabs-image ul.nav a {
    font-size: 0.85em;
    font-weight: 600;
  }
}
@media screen and (max-width: 480px) {
  .pl-component--tabs-image ul.nav a {
    padding-top: 1%;
  }
}

.steps {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  counter-reset: step;
  padding: 12px;
}

.steps {
  background: #fff;
  border-color: #dee2e6 #dee2e6 #ced4da;
}

.steps {
  border: 1px solid transparent;
  border-radius: 4px;
  line-height: 24px;
  margin-bottom: 12px;
  padding: 24px;
  position: relative;
}

.steps {
  line-height: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
}

.step {
  -webkit-box-flex: 2;
  box-flex: 2;
  -moz-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  min-height: 28px;
  position: relative;
}

.step, .step a {
  overflow: hidden;
  color: #ced4da;
}

.can-skip .step a, .radio-list.as-buttons .radio-unit .radio:checked + label.step a, .step.active a, .step.complete a, .step.previous a {
  color: #228ae6;
}

.step a {
  background: #fff;
  cursor: default;
  margin: 0 12px;
  outline: 0;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.step a, .step a::before {
  display: block;
  float: left;
  vertical-align: middle;
}

.step:not(:last-of-type)::after {
  border-top: 1px solid #ced4da;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.step.complete a::before {
  background-color: #330033;
  border-color: #37b24d;
  color: #fff;
  content: "\e207";
  font-family: "Glyphicons Regular";
  font-weight: 400;
}

.step a::before {
  border: 2px solid #ced4da;
  border-radius: 50%;
  color: #ced4da;
  content: counter(step);
  counter-increment: step;
  font-weight: 700;
  height: 28px;
  margin-right: 12px;
  text-align: center;
  width: 28px;
}

.step a, .step a::before {
  display: block;
  float: left;
  vertical-align: middle;
}

.step.active a::before {
  background-color: #330033;
  border-color: #1c7cd6;
  color: #fff;
  content: counter(step);
  font-weight: 700;
}

.pl-component.pl-component--hero {
  position: relative;
}
.pl-component.pl-component--hero img {
  width: 100%;
}

.pl-component.pl-component--img-caption {
  position: absolute;
  color: #ffffff;
  background-color: rgba(51, 0, 51, 0.88);
  top: 60%;
  padding: 1em 2em 2em;
  width: 551px;
  height: 110px;
  margin-left: 10%;
  margin-right: 10%;
  border-left-color: #ffcc33;
  border-left-style: solid;
  border-left-width: 5px;
}
.pl-component.pl-component--img-caption h2 {
  color: #ffffff;
  margin-top: 5px;
  font-size: 1.5em;
}
@media screen and (min-width: 450px) and (max-width: 767px) {
  .pl-component.pl-component--img-caption h2 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 449px) {
  .pl-component.pl-component--img-caption h2 {
    font-size: 1em;
  }
}
.pl-component.pl-component--img-caption p, .pl-component.pl-component--img-caption a {
  color: #ffffff;
}
@media screen and (max-width: 299px) {
  .pl-component.pl-component--img-caption {
    top: 8%;
    left: 40%;
    width: 45%;
    height: auto;
    font-size: 40%;
    border-left-width: 1px;
  }
}
@media screen and (min-width: 300px) and (max-width: 349px) {
  .pl-component.pl-component--img-caption {
    top: 10%;
    left: 38%;
    width: 50%;
    height: auto;
    font-size: 50%;
    border-left-width: 1px;
  }
}
@media screen and (min-width: 350px) and (max-width: 399px) {
  .pl-component.pl-component--img-caption {
    top: 20%;
    left: 35%;
    width: 55%;
    height: auto;
    font-size: 60%;
    border-left-width: 1px;
  }
}
@media screen and (min-width: 400px) and (max-width: 449px) {
  .pl-component.pl-component--img-caption {
    top: 20%;
    left: 25%;
    width: 60%;
    height: auto;
    font-size: 70%;
    border-left-width: 2px;
  }
}
@media screen and (min-width: 450px) and (max-width: 499px) {
  .pl-component.pl-component--img-caption {
    top: 25%;
    left: 20%;
    width: 65%;
    height: auto;
    font-size: 75%;
    border-left-width: 2px;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .pl-component.pl-component--img-caption {
    top: 35%;
    left: 15%;
    width: 70%;
    height: auto;
    font-size: 80%;
    border-left-width: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .pl-component.pl-component--img-caption {
    bottom: 20%;
    width: 80%;
    font-size: 85%;
  }
}

.pl-component--call-to-action.call-to-action, .pl-component--call-to-action-hero.call-to-action-hero {
  margin-bottom: 0px;
}
.pl-component--call-to-action.call-to-action .pl-component--button, .pl-component--call-to-action-hero.call-to-action-hero .pl-component--button {
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .call-to-action-hero-wrapper {
    z-index: 10;
    position: absolute;
    top: 1em;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 767px) {
  .call-to-action-hero-wrapper {
    margin-bottom: 0em;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: relative;
  }
  .call-to-action-hero-wrapper div.btn {
    padding-top: 0em;
    padding-bottom: 0em;
  }
}
.pl-component.pl-component--accordion .panel.panel-default {
  margin-top: 1em;
}
.pl-component.pl-component--accordion .panel-title {
  font-size: 18px;
  color: #fff;
  background: #707070;
  padding: 0;
}
.pl-component.pl-component--accordion .panel-title a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
  padding: 25px;
}
.pl-component.pl-component--accordion .panel-title a:hover, .pl-component.pl-component--accordion .panel-title a:focus {
  color: #303;
  background: #fc3;
}
.pl-component.pl-component--accordion .panel-title a:visited {
  color: unset;
}
.pl-component.pl-component--accordion .panel-title a[aria-expanded=true] {
  background: #fc3;
  color: #303;
}
.pl-component.pl-component--accordion .panel-title a[aria-expanded=true] span.accordion-icon::before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.pl-component.pl-component--accordion .panel-title a[aria-expanded=false] span.accordion-icon::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.pl-component.pl-component--accordion .panel-body {
  background: #f2f2f3;
  color: #4d4d4d;
  padding: 3%;
}

.factoid-item-wrapper {
  margin-top: 2em;
}

.factoid-item {
  background-color: #330033;
  text-align: center;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
}
.factoid-item .highlight {
  font-size: 32px;
  color: #ffcc33;
}
.factoid-item .sub-text {
  font-size: 16px;
  color: #fff;
}
.factoid-item.factoid-bottom-item .highlight {
  color: #fff;
}
.factoid-item.factoid-bottom-item .sub-text {
  color: #ffcc33;
}

.factoid-mosaic-item {
  text-align: center;
  width: 100%;
}
.factoid-mosaic-item .highlight {
  font-size: 4em;
  color: #9A2250;
  font-weight: bold;
  padding: 20px;
}
.factoid-mosaic-item .sub-text {
  font-size: 2em;
  color: #4D4D4D;
  padding: 20px;
}

.pl-component--get-started-item.get-started-item a.btn.get-started-item-button {
  width: 100%;
  background-color: #303;
  background-image: url("../images/get-started-image-overlay.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  color: #fff;
  font-size: 16px;
  text-align: left;
  padding: 1em 1.5em;
  border-radius: 0.5em;
  border: 0px;
  text-decoration: none;
}
.pl-component--get-started-item.get-started-item a.btn.get-started-item-button:hover, .pl-component--get-started-item.get-started-item a.btn.get-started-item-button:focus {
  background-color: #ffcc33;
  color: #303;
}
.pl-component--get-started-item.get-started-circle-item a.btn.get-started-circle-item-button {
  border-radius: 50%;
  height: 265px;
  width: 265px;
  background-color: #303;
  background-image: url("../images/half-circle.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  color: #fff;
  font-size: 24px;
  border: 0px;
  vertical-align: middle;
  display: table-cell;
  text-decoration: none;
}
.pl-component--get-started-item.get-started-circle-item a.btn.get-started-circle-item-button:hover, .pl-component--get-started-item.get-started-circle-item a.btn.get-started-circle-item-button:focus {
  background-color: #ffcc33;
  color: #303;
  background-image: none;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card img {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  width: 100%;
  margin-bottom: 0px;
}
.card .card-image img {
  border-top-right-radius: unset;
  border-top-left-radius: unset;
}
.card form {
  margin-bottom: 0px;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
  margin-top: 10px;
  font-size: 16px;
}

.navigation-card {
  position: relative;
}
.navigation-card img {
  width: 100%;
  margin-bottom: 0px;
}
.navigation-card a {
  position: absolute;
  color: #ffffff;
  font-size: 2em;
  font-weight: 500;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-decoration: none;
  width: 90%;
  line-height: 1.3;
}
.navigation-card a:hover, .navigation-card a:focus {
  background: none;
  text-decoration: underline;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
.overlay:hover, .overlay:focus {
  background-color: rgba(0, 0, 0, 0.45);
}

.navigation-card-tile {
  background-color: #fc3;
  padding: 1.5em;
  text-align: center;
}
.navigation-card-tile .card-tile-title a {
  color: #333333;
  font-size: 1.5em;
  font-weight: 500;
  text-decoration: none;
}
.navigation-card-tile .card-tile-title a:hover, .navigation-card-tile .card-tile-title a:focus {
  background: none;
  text-decoration: underline;
}

.navigation-card-accordion-tile {
  background-color: #fc3;
  padding: 1.5em 0.4em 0.4em 0.4em;
  text-align: center;
}
.navigation-card-accordion-tile .card-tile-title a {
  color: #333333;
  text-decoration: none;
}
.navigation-card-accordion-tile .card-tile-title a:hover, .navigation-card-accordion-tile .card-tile-title a:focus {
  background: none;
  text-decoration: underline;
}

.navigation-card-icon {
  left: 50%;
  transform: translate(-50%);
  vertical-align: top;
  display: inline-block;
  text-align: center;
  position: relative;
}
.navigation-card-icon img {
  margin-bottom: 4em;
}
.navigation-card-icon .card-icon-title {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.navigation-card-icon .card-icon-title a {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  padding-top: calc(100% + 0.5em);
  width: 100%;
}
.navigation-card-icon .card-icon-title a:hover, .navigation-card-icon .card-icon-title a:focus {
  background: none;
  text-decoration: underline;
}

.card.text-white {
  color: #ffffff;
}
.card.text-white h2, .card.text-white h3 {
  color: #ffffff;
}
.card.text-white a {
  color: #ffffff;
  text-decoration: underline;
  padding: 2px 2px 0;
}
.card.text-white a:hover, .card.text-white a:focus {
  color: #1a1a00;
  background-color: #f5f5f4;
  text-decoration: none;
}

.card.blue {
  background: #1D7091;
}
.card.blue a.btn.btn-primary {
  background: #165771;
  border: #165771;
  padding: 6px 12px;
  text-decoration: none;
}
.card.blue a.btn.btn-primary:hover, .card.blue a.btn.btn-primary:focus {
  color: #ffffff;
}
.card.blue .table-hover > tbody > tr:hover {
  background: rgba(0, 0, 0, 0.1);
}

.card.green {
  background: #787A00;
}
.card.green a.btn.btn-primary {
  background: #555700;
  border: #555700;
  padding: 6px 12px;
  text-decoration: none;
}
.card.green a.btn.btn-primary:hover, .card.green a.btn.btn-primary:focus {
  color: #ffffff;
}
.card.green .table-hover > tbody > tr:hover {
  background: rgba(0, 0, 0, 0.1);
}

.card.red {
  background: #9A3324;
}
.card.red a.btn.btn-primary {
  background: #79291D;
  border: #79291D;
  padding: 6px 12px;
  text-decoration: none;
}
.card.red a.btn.btn-primary:hover, .card.red a.btn.btn-primary:focus {
  color: #ffffff;
}
.card.red .table-hover > tbody > tr:hover {
  background: rgba(0, 0, 0, 0.1);
}

.card-accordion-body {
  background-color: #ffffff;
  border: 1px solid #ffcc33;
  text-align: left;
}

.card-header a:hover {
  background: none;
}

.navigation-card-accordion-tile .card-tile-title a:not(.collapsed) .fa-angle-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .card-promo.card-promo-wrapper {
    max-width: 400px;
    padding: 1.5em;
    background: #fff;
    border-radius: 1em;
  }
}
.card-promo.card-promo-wrapper .card-title {
  color: #9A2250;
  margin-top: 0em;
}
.card-promo.card-promo-wrapper .pl-component--button {
  margin-bottom: 0em;
}

.card-spotlight-primary img {
  width: 100%;
}
.card-spotlight-primary .card-title {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .card-spotlight-primary .card-title {
    font-size: 1.2em;
  }
}
.card-spotlight-primary .card-text {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .card-spotlight-primary .card-text {
    font-size: 0.9em;
  }
}

.pl-component--people h1 {
  margin-bottom: 0em;
  margin-top: 0em;
  margin-right: 0.3em;
  display: inline-block;
}
.pl-component--people .fa, .pl-component--people .fas, .pl-component--people .far {
  width: 2em;
}
.pl-component--people .people-highlight {
  color: #666666;
}
.pl-component--people .people-name strong {
  color: #330033;
  font-size: 1.2em;
}
.pl-component--people .people-email {
  vertical-align: middle;
}
.pl-component--people .people-email, .pl-component--people .people-phone, .pl-component--people .people-location, .pl-component--people .people-highlight {
  margin-top: 1em;
}
.pl-component--people.people-detail .people-title-section {
  margin-bottom: 2em;
}
.pl-component--people.people-detail .people-office-hours {
  margin-top: 2em;
}
.pl-component--people.people-detail .people-office-hours .people-office-hours-list {
  margin-left: 2em;
}

#header {
  background: #231161;
  color: #ffffff;
  padding: 0 2em;
}

#site-section {
  padding: 2.5em 0;
}

#utilitybox a {
  color: #ffffff;
  text-decoration: none;
}
#utilitybox a:hover, #utilitybox a:focus {
  text-decoration: underline;
  background: none;
}
#utilitybox li {
  vertical-align: top;
  margin-top: 1em;
}
#utilitybox li {
  border-right: 1px solid #999999;
  padding-right: 0.7em;
}
#utilitybox li:last-child, #utilitybox li:nth-last-child(2) {
  border-right: none;
  padding-right: 0em;
}
#utilitybox #search {
  border-radius: 5px 0 0 5px;
  height: 1.5em;
  border: none;
}
#utilitybox button {
  background-color: #ffffff;
  height: 1.5em;
  padding: 0.25em;
  border: none;
}
#utilitybox .glyphicon-search {
  color: #4d4d4d;
  top: -0.1em;
  right: 0.1em;
}
#utilitybox form#search-box {
  width: 195px;
}

body {
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  #site-section {
    padding: 0.5em 0;
  }

  #utility-section {
    display: flex;
    align-items: left;
  }
}
footer {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #666666;
  color: #ffffff;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover, footer a:active, footer a:focus {
  color: #ffffff;
  text-decoration: underline;
  background: none;
}
footer a:visited {
  color: #ffffff;
}
footer #contact-university .contact-info {
  text-align: left;
}
footer .fa-inverse {
  color: #666666;
}
@media only screen and (max-width: 767px) {
  footer #footer-row {
    column-count: 1;
    padding: 1em 2em;
  }
  footer #logo-university, footer #values-university, footer #contact-university, footer #social-media-icon-university {
    display: inline-block;
  }
  footer #social-media-icon-university {
    padding-top: 0.5em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer #social-media-icon-university {
    white-space: nowrap;
  }
}

.footer-local {
  background-color: #ebebea;
}
.footer-local h2, .footer-local h3, .footer-local h4 {
  color: #666666;
}
.footer-local h2 {
  font-size: 19px;
}
.footer-local a {
  color: #666666;
  text-decoration: none;
}
.footer-local a:hover, .footer-local a:active, .footer-local a:focus {
  color: #666666;
  text-decoration: underline;
  background: none;
}
.footer-local a:visited {
  color: #666666;
}
.footer-local #footer-row {
  padding-bottom: 1.5em;
}
.footer-local .college-social-icon a {
  color: #ffffff;
}
.footer-local .college-social-icon .fa-inverse {
  color: #666666;
}

.footer {
  margin-top: 0em;
  border-top: none;
}

.student-resources {
  margin-top: 1em;
}
.student-resources .panel {
  min-height: 10rem;
  padding: 1rem;
  margin-top: 1rem;
}
.student-resources .media img {
  max-width: 6rem;
}
.student-resources .media-heading {
  font-size: 1.5rem;
}
.student-resources .media-body p {
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.student-resources .wrap {
  width: 100%;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.student-resources .wrap .left {
  width: 70%;
  border-bottom: 3px solid #9a2250;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.student-resources .wrap .right {
  width: 30%;
}

.qualtrics-form iframe {
  height: 100vh;
}

.pl-component--events-date {
  margin-bottom: 0px;
  margin-right: 0.7em;
  background: #303;
  color: #fff;
  text-align: center;
  width: 3em;
  font-size: 1.5em;
  padding: 0.25em;
}

.event-card .event-info-overview .event-image {
  margin-left: -5%;
  margin-top: 5%;
}
.event-card .event-info-overview .event-image .pl-component {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .event-card .event-info-overview .event-image {
    margin-left: 0;
    margin-top: 0;
    padding: 0;
  }
}
.event-card .event-info-overview .event-image.no-overlap {
  margin: 0px;
  padding: 0px;
}
@media screen and (min-width: 768px) {
  .event-card .event-info-overview .event-image.img-right img {
    float: right;
  }
}
.event-card .event-info-overview .event-info {
  background: #303;
  padding: 20px;
  color: #fff;
  margin-right: -5%;
  min-height: 320px;
}
.event-card .event-info-overview .event-info h1 {
  color: #fff;
  margin-top: 0;
}
.event-card .event-info-overview .event-info .fa {
  width: 1em;
  margin-right: 1em;
  text-align: center;
}
.event-card .event-info-overview .event-info .event-date {
  color: #ffcc33;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.event-card .event-info-overview .event-info .btn {
  margin-top: 0.5em;
}
.event-card .event-info-overview .event-info .btn .pl-component {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .event-card .event-info-overview .event-info {
    margin-right: 0;
  }
}

.pl-component--events-listing .media-heading {
  font-size: 1.2em;
  font-weight: bold;
}
.pl-component--events-listing .media-heading a {
  text-decoration: none;
}
.pl-component--events-listing .media-heading a:hover, .pl-component--events-listing .media-heading a:focus {
  background: none;
  text-decoration: underline;
}

.pl-component--events-listing.events-card-listing {
  max-width: 243px;
  position: relative;
}
.pl-component--events-listing.events-card-listing .event-card-image {
  margin-bottom: -1em;
}
.pl-component--events-listing.events-card-listing .event-card-date {
  position: absolute;
  top: 10%;
  left: 5%;
}
.pl-component--events-listing.events-card-listing .event-card-title {
  background: #303;
  padding: 1em;
  border-radius: 0 0 1em 1em;
}
.pl-component--events-listing.events-card-listing .event-card-title a {
  color: #fff;
  text-decoration: none;
}
.pl-component--events-listing.events-card-listing .event-card-title a:hover, .pl-component--events-listing.events-card-listing .event-card-title a:focus {
  background: none;
  text-decoration: underline;
}

.pl-component--events-listing.events-upcoming-listing {
  max-width: 200px;
}
.pl-component--events-listing.events-upcoming-listing .event-upcoming-listing-date {
  margin-bottom: 1em;
}
.pl-component--events-listing.events-upcoming-listing .event-upcoming-listing-title a {
  text-decoration: none;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.1em;
}
.pl-component--events-listing.events-upcoming-listing .event-upcoming-listing-title a:hover, .pl-component--events-listing.events-upcoming-listing .event-upcoming-listing-title a:focus {
  background: none;
  text-decoration: underline;
}

.sfstate-contextual-filter ul {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
}
.sfstate-contextual-filter ul li {
  display: inline;
}
.sfstate-contextual-filter ul li > a {
  border: 1px solid #ddd;
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #666600;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.sfstate-contextual-filter ul li:first-child > a {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.sfstate-contextual-filter ul li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media screen and (min-width: 768px) {
  .promo-section .promo-image {
    padding-bottom: 35%;
    background: #e6e6e6;
  }
  .promo-section .promo-cards {
    margin-top: -45%;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 7em;
  }
}

@media screen and (min-width: 768px) {
  .spotlight-section .spotlight-cards .navigation-card .overlay a {
    position: absolute;
    top: 70%;
    right: -30%;
    font-size: 1.2em;
    white-space: nowrap;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .spotlight-section .spotlight-cards .navigation-card .overlay a {
    font-size: 1.1em;
  }
}

.pl-component--news-headline-topfold.news-wrapper {
  position: relative;
}
.pl-component--news-headline-topfold.news-wrapper .news-author {
  font-style: italic;
  font-weight: bold;
}
.pl-component--news-headline-topfold.news-wrapper .news-info {
  margin-top: 2em;
}
.pl-component--news-headline-topfold.news-wrapper .news-info .news-date {
  font-size: 0.9em;
}
.pl-component--news-headline-topfold.news-wrapper .news-info .photo-credit {
  font-size: 0.8em;
}

.pl-component--news-listing.news-related-listing {
  width: 200px;
}
.pl-component--news-listing.news-related-listing .news-related-title {
  font-weight: bold;
}
.pl-component--news-listing.news-related-listing .news-related-title a {
  text-decoration: none;
}
.pl-component--news-listing.news-related-listing .news-related-title a:hover, .pl-component--news-listing.news-related-listing .news-related-title a:focus {
  text-decoration: underline;
  background: transparent;
}
.pl-component--news-listing.news-related-listing .news-date {
  font-size: 0.9em;
}

.pl-component--news-listing.news-listing .media-left {
  min-width: 76px;
}
.pl-component--news-listing.news-listing .media-heading {
  font-size: 1.2em;
  font-weight: bold;
}
.pl-component--news-listing.news-listing .media-heading a {
  text-decoration: none;
}
.pl-component--news-listing.news-listing .media-heading a:hover, .pl-component--news-listing.news-listing .media-heading a:focus {
  text-decoration: underline;
  background: transparent;
}

.pl-component--news-listing.news-card-listing {
  max-width: 243px;
}
.pl-component--news-listing.news-card-listing .news-card-image {
  margin-bottom: -1em;
}
.pl-component--news-listing.news-card-listing .news-card-title {
  background: #303;
  padding: 1em;
  border-radius: 0 0 1em 1em;
}
.pl-component--news-listing.news-card-listing .news-card-title a {
  color: #fff;
  text-decoration: none;
}
.pl-component--news-listing.news-card-listing .news-card-title a:hover, .pl-component--news-listing.news-card-listing .news-card-title a:focus {
  text-decoration: underline;
  background: transparent;
}

.i-want-to-section .navbar .navbar-list {
  display: block;
  list-style: none;
  text-align: center;
}
.i-want-to-section .navbar .navbar-list .navbar-item {
  display: inline-block;
  padding-right: 2px;
  float: none;
}

.navbar-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: 180px;
  height: 50px;
  text-decoration: none;
  color: #ffffff;
  padding-left: 20px;
  background: linear-gradient(135deg, #330033 30%, #5C015C 80%);
}

.navbar-item a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  margin-right: 20px;
}

.navbar-item a:hover {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .factoid .factoid-wrapper {
    position: relative;
  }
  .factoid .factoid-info {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 75px;
  }
  .factoid .factoid-image img {
    min-height: 400px;
  }
  .factoid .factoid-item-wrapper {
    margin-top: 0em;
  }
}

@media screen and (min-width: 768px) {
  .mosaic .factoid-mosaic-wrapper {
    display: flex;
  }
}
.mosaic img {
  width: 100%;
}
.mosaic .factoid-mosaic-image {
  padding: 0;
}
.mosaic .factoid-mosaic-image-short .pl-component {
  margin: 0;
}
.mosaic .factoid-mosaic-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pl-component--get-started.get-started {
  background-color: #f2f2f3;
  padding: 2em;
}

.pl-component--get-started.get-started-circle {
  background-image: url("../images/background-pattern-hex.png");
  padding: 2em;
}

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