<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal-backdrop{
    z-index:1;
}
.page-container {
  position: relative;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size:1.5rem;
}
.navbar-toggler-icon:before{
    font-family: "Font Awesome 5 free";
    content: "\f0c9";
    color:#fff;
    font-weight: 900;
    line-height:1.2;
}

.btn-close{
    opacity:1;
}
/* -------------------------------------------------------------- STEPS -------------------------------------------------------------------*/ 

 .list-steps ol {
	 padding-left: 0px;
}
 .list-bullet-number {
	 border-radius: 50%;
	 font-family: "Roboto Condensed";
	 font-weight: 700;
	 line-height: 0.9;
	 margin-left: 0px;
	 margin-right: 16px;
	 text-align: center;
	 background-color: #A80B2D;
	 font-size: 25px;
	 padding: 10px;
	 display: inline-block;
	 width: 40px;
	 height: 40px;
	 color: #fff;
}
 .list-bullet-item {
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 .list-item-heading {
	 font-size: 23px;
	 padding-top: calc((2rem - (1em * 1.1)) / 2);
	 margin-bottom: 1rem;
}
 .list-item-content {
	 flex: 0 0 calc(100% - 6rem);
	 max-width: calc(100% - 6rem);
	 padding-left: 55px;
}


 @media screen and (max-width: 992px){
	 .list-bullet-number {
		 margin-left:0px;
		 margin-right: 10px;
		 width: 35px;
		 height: 35px;
		 font-size:20px;
	}
	 .list-item-content{
		 flex: 100%;
		 max-width: 100%;
		 padding-left: 50px;
	}
	 .list-item-heading{
		 font-size:20px;
	}
}




.navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 100ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(44deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-46deg);
}

.navbar-toggle .icon-bar {
    display: block;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 4px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


html {
  scroll-behavior: smooth;
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  font-family: "roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #303335;
  padding: 0px;
}

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

.btn{
  border-radius: 0px;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {

}
a{
  color: #ba0c2f;
  font-weight:bold;
}
a:hover {
  color: #d2103a;
}

a {
  transition: all 0.3s ease-out 0s;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color:#303335;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

address{
  font-size: 1.1rem;
}

.fa-3xl{
    font-size:3rem;
}


@media (max-width: 992px) {
    .fa-3xl{
    font-size:1.5rem;
}
}

.heading{
font-family:'oswald',sans-serif;
}

.serif{
font-family:'lora',serif
}
.light{
    font-weight:300;
}
.text-red{
  color: #A80B2D
}
.display-1 {
  font-size: calc(1.625rem + 5.5vw);
  font-weight: 300;
  line-height: 1.2;
}
.display-2{
  font-weight: 400;
}
.display-1-bold{
  font-weight: 700;
}
.caps{
  text-transform: uppercase;
}
.display-7{
     font-size:1.7rem;
  line-height: 1.6
}
@media (max-width: 992px) {
.display-7{
  font-size:calc(0.84rem + 1.5vw);
  line-height: 1.6
}
}
.display-congrats{
  font-size:calc(5vw + 40px);
  font-family: 'Birthstone', cursive;
  color:#ba0c2f;
}
@media (max-width: 992px) {
    {
    font-size:calc(1.625rem + 5.5vw)
    }
}


.silver-bg{background-color:#c3c6c8}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
  color: #303335
}

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

.error {
  color: orangered;
}

.success {
  color: #fff;
}




/*===== All Button Style =====*/

.btn-primary
{
    background: #A80B2D;
    border: 0px!important;
    padding:12px 20px
}
a:hover.btn-primary{
    background:#981e32;
}
.main-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 19px 36px;
  font-size: 18px;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all .4s ease-in-out;
  border: none;
  background: #A80B2D;
  overflow: hidden;
}

.main-btn:hover {
  color: #fff;
  background:#7c1829;
}

.btn-hover {
  position: relative;
  overflow: hidden;
}


.border-btn {
  border: 2px solid #FFB316;
  padding: 15px 30px;
  font-weight: 500;
  color: #A80B2D;
  background: #fff;
}

.border-btn:hover {
  color: #FFB316;
}

.btn-gold{
  background-color: #eaab00;
  color: #000!important;
  font-weight: bold;
  border-bottom:5px solid #eaab00;
}
a:hover.btn.btn-gold{
  background-color:#ffc016!important;
  color: #000!important;
}
.btn-gold-header::after{
font: var(--fa-font-solid);
    content: "\f061";
  vertical-align: middle;
  margin-left: 5px;
}


.scroll-top {
  width: 45px;
  height: 45px;
  background: #FFB316;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  border-radius: 0px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}

.scroll-top:hover {
  color: #fff;
  background: rgba(255, 179, 22, 0.8);
}

@keyframes animation1 {
  0% {
    transform: translateY(30px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(30px);
  }
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .spinner .spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  animation: spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .spinner .spinner-container .spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #FFB316 #FFB316 #ddd;
  border-radius: 0%;
  border-width: 6px;
}

.preloader .loader .spinner-left .spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #ddd;
  animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner-right .spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #ddd;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */

@keyframes spinner-linspin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-easespin {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}

@keyframes spinner-left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

/*===========================
    02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.home-logo, .umsl-logo{
  width: 150px;
  height: 40px;
  display: flex;
}
.home-logo{

}
.logo-space{
  width: 20px;
  height: 50px;
}
.home-logo img, .umsl-logo img{
  width: 150px;
  height:100%;
}

@media (max-width: 992px) {
  .home-logo img, .umsl-logo img{
  width: 120px;
  height: 40px;
  display: flex;
}
.home-logo, .umsl-logo{
    width:120px;
}
.logo-space{
    width:15px;
}
}
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.3s ease-out 0s;
}
.nav-link {
  color: #fff;
}
.nav-link:focus, .nav-link:hover{
  color: #fff;
}
.sticky {
  position: fixed;
  z-index: 99;
  background-color:#ba0c2f;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
  padding: 0px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky .navbar {
    padding: 10px 0;
  }
}

@media (max-width: 992px) {
  .sticky .navbar {
    padding: 10px 0;
  }
}

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

.sticky .navbar .navbar-nav .nav-item a.active, .sticky .navbar .navbar-nav .nav-item a:hover {
  color: #fff;
  text-decoration: none;
}

.sticky .navbar .navbar-toggler .toggler-icon {
  background: #1A3154;
}

.navbar {
  padding: 0;
  border-radius: 0px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  padding: 0px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    padding: 17px 0;
  }
}

@media (max-width: 992px) {
  .navbar {
    padding: 17px 0;
  }
}

.navbar-brand {
  padding: 0;
}


.navbar-toggler {
  padding: 0;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

@media (max-width: 992px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(26, 49, 84, 0.1);
    padding: 5px 12px;
  }
}

.navbar-nav .nav-item {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 992px) {
  .navbar-nav .nav-item {
   /* margin: 5px 0px 5px 20px;*/
  }
}
/* Links in dropdown*/
.navbar-nav .nav-item a {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  padding: 17px 25px;
  position: relative;
  border-radius: 0px;
  margin-right: 7px;

}

.navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color:#eaab00;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.navbar-nav .nav-item a:hover::before {
  transform: scaleX(1);
}

.navbar-nav .nav-item-button{
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 992px) {
  .navbar-nav .nav-item a {
    display: inline-block;
    width:100%;
    color: #fff;
    padding-left: 0px;
  }
  .btn.btn-gold{
      padding:7px!important;
      width:100%;
      
  }
}

/*.navbar-nav .nav-item a.active, .navbar-nav .nav-item a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #FFB316;
}
*/
.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 992px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 992px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #FFB316;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 992px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}


.dropdown-toggle::after{
  display: none;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close;
    border-radius: 0px;
 }

.dropdown-menu{
  padding: 0rem;
  border-radius: 0px;
}



/*
 * ==========================================================
 * Mobile Menu
 * ==========================================================
 */

.offcanvas{
    background-color: #A80B2D;
}
.offcanvas-end{
    width:70%;
}
.offcanvas.show {
    transform: none;
    background: url(https://www.umsl.edu/admissions/discover-more/assets/img/mobile-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #A80B2D;
  }
  .offcanvas-collapse.open {
    visibility: visible;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }


.bi-list::before{
  content: "\f456";
}
.bi-x::before {
    content: "\f5ee";
}

















.hero-area {
    background-image: url(https://www.umsl.edu/admissions/discover-more/assets/img/red-grain-2.jpg);
    position: relative;
    background-size: cover;
    padding: 200px 0px 400px 0px;
    z-index: 2;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-area {
   /* padding: 230px 0 420px;*/
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area {
    /*padding: 230px 0 420px;*/
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    padding: 180px 0 350px;
    margin: 0px;
  }
}

@media (max-width: 992px) {
  .hero-area {
    padding: 80px 0 100px;
    margin-bottom: 0px;
  }
}

/*
.hero-area::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(26, 49, 84, 0) 0%, rgba(6, 13, 25, 0.9) 80.75%, #060d19 100%);
  z-index: -1;
}
*/
.hero-area .hero-content h1 {
  color: #fff;
}

.hero-area .hero-content h1 span {
  color: #FFB316;
}

@media (max-width: 992px) {
  .hero-area .hero-content h1 {
    
  }
}

@media only screen and (min-width: 480px) and (max-width: 992px) {
  .hero-area .hero-content h1 {
    font-size: 4rem;
  }
}

.hero-area .hero-content p {
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
    .hero-area .hero-content p {
  color: #fff;
  margin-bottom: 80px;
}
}

.msc-blue{
  height: 300px;
    position: absolute;
    bottom: -129px;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,-41%);
    width: 111%;
    z-index: -99999;
    background: url(../img/msc_blue.png);
    background-size: 100%;
    background-repeat: no-repeat;

}
.msc-blue img{
  width: 110%;
}



@media only screen and (max-width: 992px) {
  .msc-blue{
  height: 100%;
    position: absolute;
    bottom: initial;
    left: 0%;
    opacity: 1;
    -webkit-transform:none;
    transform:none;
    width: 100%;
    height: 100px;
    z-index: 9;
    
}
}

/*
.welcome-section {
  position: relative;
  z-index: 2;
  margin-top: -200px;
}
*/
/*
.welcome-section::after {
  content: '';
  position: absolute;
  left: 15%;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
}
*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .welcome-section::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome-section::after {
    display: none;
  }
}

@media only screen and(max-width: 992px) {
  .welcome-section:after {
    display: none;
  }
  .welcome-section{
    margin-top: 0px;
  }
}
.welcome-section .left-wrapper{

}
.welcome-section .left-wrapper h1 {
  font-size: 39px;
  color: #fff;
  margin-bottom: 30px;
}

.welcome-section .left-wrapper h1 span {
  font-size: 70px;
  color: #FFB316;
}

.welcome-section .left-wrapper .left-img {
  /*position: absolute;
  left: 0;
  top: 240px;
  width: 45%;*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .welcome-section .left-wrapper .left-img {
    position: static;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome-section .left-wrapper .left-img {
    position: static;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .welcome-section .left-wrapper .left-img {
    position: static;
    width: 100%;
  }
}

.welcome-section .left-wrapper .left-img img {
  max-width: 100%;
}

.welcome-section .right-wrapper {
  padding: 50px 0 45px 30px;
  margin-left: 15%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .welcome-section .right-wrapper {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome-section .right-wrapper {
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  .welcome-section.right-wrapper {
    padding-left: 0;
  }
}




/*
 * ==========================================================
 * Welcome
 * ==========================================================
 */

.bg-map--wht-lines{
    background: #fff url(https://www.umsl.edu/admissions/discover-more/assets/img/white-map-lines.jpg);
    background-size: contain;
    background-repeat:repeat-x;
}













.process-section .single-process {
  margin-bottom: 30px;
}

.process-section .single-process:hover .icon {
  background: #A80B2D;
  color: #fff;
  box-shadow: 0px 0px 24px rgba(255, 179, 22, 0.5);
}

.process-section .single-process .icon {
  width: 130px;
  height: 130px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  color: #FFB316;
  margin-bottom: 30px;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0px 0px 24px rgba(103, 114, 132, 0.14);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-section .single-process .icon {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 992px) {
  .process-section .single-process .icon {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-section .single-process .content {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .process-section .single-process .content {
    text-align: center;
  }
}

.process-section .single-process .content h3 {
  margin-bottom: 15px;
  font-weight: 900;
}

.process-section .single-process .content p {
  font-size: 16px;
  line-height: 26px;
}

.section-title h1 {
  font-size: 25px;
  font-weight: 900;
  color: #FFB316;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
}

.section-title h1 span {
  width: 100px;
  height: 4px;
  margin-left: 25px;
  background: #A80B2D;
}
/*
.section-title h2 {
font-size: 3.75rem;
    font-weight: 900;
    margin-bottom: 15px;
}
*/
@media (max-width: 992px) {
  .section-title h2 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 992px) {
  .section-title h2 {
    font-size: 2.5rem;
  }
}
#next-steps .list-group-item{
    padding:10px 0px 0px 0px;
}


.section-header__intro{
  font-size: 1.6875rem
}

.more-to-explore__background--002853{
  background-color: #002853;
}
.more-to-explore--header-img{
  background: url(https://www.umsl.edu/admissions/discover-more/assets/img/explore-more-bg.jpg);
    width: 100%;
    height: 600px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}
.more-to-explore--section-title{
  position: absolute;
    bottom: 0px;
    width: 90%;
    /*background: #fff;*/
    right: 0px;
    padding: 30px;
}


.videos--header-img{
  background: url(https://www.umsl.edu/admissions/discover-more/assets/img/explore-more-bg-2.jpg);
    width: 100%;
    height: 600px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 992px) {
.more-to-explore--header-img {
  height: 200px;
  background-size:cover;
}
.videos--header-img{
    height: 200px;
    background-size:cover;
}
.more-to-explore--section-title{
  right: 0;
  padding:20px;
  bottom: 0px;
  font-size: 1.5rem;
  width: 100%;

}
}

.card{
  border: 0px;
  margin-bottom: 10px;
  background: transparent
}



.card .feature-card{

}
.card .feature-card img{
  width: 100%;
}
.feature-card .card-body {
  position: relative;
  margin: auto;
  z-index: 2;
  border-top: 5px solid #eaab00;
  background: #fff;
}
.feature-card .card-content{
  position: relative;
  margin: auto;
  z-index: 2;
  background: #fff;
}

.social-media{
    background-image: url(https://www.umsl.edu/admissions/discover-more/assets/img/red-grain.jpg);
    color: #fff;
}

.text-white{color: #fff}


.service-section .single-service {
  position: relative;
  margin-bottom: 30px;
}

.card-row .single-card  .image img {
  width: 100%;
}

.card-row .single-card .content {
  position: relative;
  width: calc(100% - 20px);
  margin: auto;
  margin-top: -60px;
  z-index: 2;
  background: #fff;
  padding: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-section .single-service .content {
    padding: 30px 20px;
  }
}

.service-section .single-service .content h4 a {
  font-weight: 900;
  margin-bottom: 15px;
  color: #1A3154;
}

.service-section .single-service .content h4 a:hover {
  color: #FFB316;
}

.service-section .single-service .content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 18px;
}

.service-section .single-service .content a {
  font-size: 18px;
  color: #677284;
}

.service-section .single-service .content a:hover {
  color: #FFB316;
}

.cta-section {
  position: relative;
  z-index: 1;
}

.cta-section .cta-content {
  background: #fff;
  padding: 100px 50px 100px 0;
}

.cta-section .cta-content .main-btn {
  background: #1A3154;
}

.cta-section .cta-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 52%;
  height: 100%;
  z-index: -1;
}

.cta-section .cta-image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

@media (max-width: 992px) {
  .projects-section .projects-wrapper .row {
    justify-content: center;
  }
}

.projects-section .projects-wrapper .single-project {
  position: relative;
  margin-bottom: 30px;
  max-height: 650px;
  overflow: hidden;
}

.projects-section .projects-wrapper .single-project:hover .content {
  background: #FFB316;
}

.projects-section .projects-wrapper .single-project .image img {
  width: 100%;
}

.projects-section .projects-wrapper .single-project .content {
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 25px);
  transition: all 0.3s ease-out 0s;
}

.projects-section .projects-wrapper .single-project .content h4 a {
  font-weight: 900;
  color: #fff;
}

.projects-section .projects-wrapper .single-project .content p {
  color: #fff;
}

.footer {
  background: #5D666f;
  overflow: hidden;
  position:relative;
  padding-bottom:15px;
  margin-bottom:-40px;
}
.footer-content{
    position:relative;
    z-index:3;
    padding-top:60px;
}
.spirit-mark{
    background:url(https://www.umsl.edu/admissions/discover-more/assets/img/umsl-spirit-mark_silver.svg);
    background-repeat:no-repeat;
    background-position: 87% 11px;
    height: 500px;
    width: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.2;
    top:0;
}
@media (max-width: 992px) {
    .spirit-mark{
        width:50%;
        right:0px;
    }
}
.footer a{
    color:#fff;
}
.footer a:hover{
    color:#fff;
    text-decoration:underline;
}
.footer-rule{
  height: 10px;
  background: url(https://www.umsl.edu/files/images/umsl-colorblock.jpg);
 top: 0PX;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 -5px;
    width: 100%;

}

.social-icons{
  width: 100%;
}
@media (max-width: 992px) {
    .social-icons{
        margin-bottom:20px;
    }
}


.social-icons i{
    font-size:1.2rem;
}
.social-icons ul li{
  float: left;
    margin-right: 10px;
     border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    line-height:0;
}
.social-icons ul li a:hover{
    color:#fff!important;
    text-decoration:none;
}

ul.social-media-icons &gt; li &gt; a{
    color:#000;
    background: #c3c6c8;
   
}


ul.social-media-icons &gt; li &gt; a{
    color:#000;
    background: #c3c6c8;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    line-height:0;
}

ul.social-media-icons &gt; li &gt; a:hover{
    color:#fff;
    background:#ba0c2f;
    color:#fff;
    cursor:pointer;
}




.footer-logo{
  height: 50px;
  width: 200px;
}
.footer-logo img{
 width:200px;
 height:auto;
}
.footer .widget-area .footer-widget .footer-desc {
  margin-bottom: 35px;
  padding-right: 35px;
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer .widget-area .footer-widget .footer-desc {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .widget-area .footer-widget .footer-desc {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .footer .widget-area .footer-widget .footer-desc {
    padding-right: 0;
  }
}

.footer .widget-area .footer-widget h4 {
  margin-bottom: 40px;
  color: #fff;
}

.footer .widget-area .footer-widget p {
  color: #fff;
}

.footer .widget-area .footer-widget .footer-links ul li a {
  color: #fff;
  line-height: 35px;
  transition: .3s ease-in-out;
  display: block;
}

.footer .widget-area .footer-widget .footer-links ul li a:hover {
  color: #FFB316;
  padding-left: 10px;
}

.footer .widget-area .footer-widget .footer-social-links ul li {
  display: inline-block;
}

.footer .widget-area .footer-widget .footer-social-links ul li a {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-right: 30px;
}

.footer .widget-area .footer-widget .footer-social-links ul li a:hover {
  color: #FFB316;
}

.footer .widget-area .footer-widget .footer-social-links ul li:last-child a {
  margin-right: 0;
}

.footer .copyright-border{
    width:100%;
    height:1px;
    background:#515a63;
}
.footer .copyright-area p, .footer .copyright-area a {
  color: #fff;
  font-size:.8rem;
  text-align:center;
}
@media (max-width: 992px) {
.footer .copyright-area p, .footer .copyright-area a{
    text-align:left;
    font-size:.8rem;
    line-height:1.5;
}
}

.footer .copyright-area a {
  text-decoration:underline;
  font-weight:normal;
}

.footer .copyright-area a:hover {
  color:#fff;
  text-decoration:underline;
}

.footer .copyright-area {
  color: #fff;
    color: #fff;
  padding-top:20px;
}


          /* minimodal */
      .minimodal {
        transition: all 600ms ease;
        opacity: 0;
      }
      .minimodal--active {
        opacity: 1;
      }
      /* status */
      .minimodal__status {
        transition: all 600ms ease;
        opacity: 0;
      }
      .minimodal__item--loading .minimodal__status {
        opacity: 1;
      }
      /* content */
      .minimodal__content {
        transform: scale(0.5);
        transition: all 600ms ease;
        opacity: 0;
      }
      .minimodal__item--loaded .minimodal__content {
        transform: none;
        opacity: 1;
      }
      .minimodal__item--removed--previous .minimodal__content,
      .minimodal__item--removed--next .minimodal__content {
        transform: scale(0.5);
      }
      /* item */
      .minimodal__item {
        transition: all 600ms ease;
      }
      /* item added, removed */
      .minimodal__item--added,
      .minimodal__item--removed {
        opacity: 0;
      }
      /* item added previous, removed next */
      .minimodal__item--added--previous,
      .minimodal__item--removed--next {
        transform: translateX(-100%);
      }
      /* item added next, removed previous */
      .minimodal__item--added--next,
      .minimodal__item--removed--previous {
        transform: translateX(100%);
      }
      /* hidden */
      .hidden {
        display: none;
      }
      /* iframe - styled for video */
      .minimodal__element--iframe {
        max-width: calc(100vh * (16/9));
      }
      .minimodal__element--iframe::before {
        display: block;
        padding-bottom: 56.25%;
        background: black;
        content: '';
      }
      .minimodal__iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }

.minimodal--gallery .minimodal__caption {
    position: static;
    width: 100%;
    max-width: 80rem;
    margin: 2rem auto 0;
    padding: 0.5rem 2rem;
    color: #303335;
    text-align: center;
}
.minimodal__caption{
        color: #212529
}
.minimodal__overlay{
        background-color: #fff;
}
.minimodal__caption{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    bottom:50px;
    pointer-events: auto;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    padding: 0.5rem 2rem;
    background:#fff;
}
    
.minimodal__nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0px;
    background: #eaab00;
    padding: 16px;
}


.gallery-image img{
    width:100%;
}
.gallery-item-content a{
    color:#303335;
}

.figure-caption{
    color: #303335;
    font-weight: normal;
    font-size:0.8rem;
    font-family: 'roboto';
}




.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

a.btn.btn-primary {
	background: #ba0c2f;
	color: #fff;
	text-decoration: none;
	border: 2px solid transparent;
}
p a.btn.btn-primary {
	background: #ba0c2f;
	color: #fff !important;
	text-decoration: none;
	border: 0px;
}

a:hover.btn.btn-primary {
	background: #d20e35;
	text-decoration: none;
}

.btn.btn-primary:after{
  font: normal normal normal 9px/1 FontAwesome;
    content: "\f054";
    margin-left: 5px;
    position: relative;
    right: 0;
    top: -1px;
}






</pre></body></html>