h2.stpheading { font-weight:bold!important; letter-spacing: -0.5px; line-height:35px; font-size:40px!important; max-width:1000px; margin: auto; padding: 83px 35px; }
.stpstudent_image {
    margin-bottom: 15px;
	min-height:400px;
	transition: all .2s linear;
}
.stpstudent_name {
	font-weight: bold;
	font-size:20px;
	line-height:23px;
	letter-spacing: 0.8px;
	color: #000000;
	transition: all .2s linear;
}
.stpstudent_summary {
	font-size:14px;
	line-height:23px;
	letter-spacing: 0.56px;
	color: #000000;
	padding-bottom:20px;
}
.stplinkchv {
	color: #06608B;
	letter-spacing: 0.68px;
	font-size: 17px;
	line-height: 32px;
	display: inline-block;
	transition: all .2s linear;
	font-weight:500;
}
.stplink {
	color: #06608B;
	letter-spacing: 0.68px;
	font-size: 17px;
	line-height: 32px;
	font-family: "Montserrat", sans-serif !important;
	cursor: pointer;
	transition: all .2s linear;
}
.stplh a:hover .stplinkchv, .stplh a:hover .stplink  {
	color: #000000!important;
}
.spoverlay {     
	width: 100%;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    text-align:center;
    cursor:pointer;
    transition: all .2s linear;
}
.spoverlay:hover {     
    opacity: 100;
}
.spoverlaytxt {
	text-align: center;
	color: #fff;
	padding: 10px;
	border: 1px solid #fff;
	border-radius: 4px;
	display: inline-block;
	margin: 170px auto 0;
    cursor:pointer;
    transition: all .2s linear;
}
.spoverlaytxt:hover {     
    background-color:#fff;
    color:#000;
}
.stpw { padding-bottom:60px; }
.stpcontent { 
	margin-top: -40px;
	margin-bottom: 40px;
}
.rflex { 
	display: flex;
	flex-direction: column;
}
.pathwayslider {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.col-lg-5ths,
.col-xl-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/* The Modal (background) */
.spmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.spmodal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 15px;
  border: 1px solid #888;
  width: 90%;
  min-width: 300px;
  max-width: 1000px;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-xl-5ths {
        width: 20%;
        float: left;
    }
}
@media (max-width:1199px) {
	.rflex { display: block; }
	.pathwayslider { display:block; }
	.block-studentpathways { padding-bottom:60px; }
	.pathwayslider .slick-dots { bottom:-20px!important; }
	.pathwayslider .slick-dots li button::before { font-size: 8px !important; }
	.pathwayslider .slick-dots li { margin: 0 !important; }
	h2.stpheading { font-size:40px!important; line-height:40px; padding: 60px 35px 50px; }
	.stpstudent_image { margin-bottom: 15px; min-height:400px; }
	.stpstudent_name { margin-bottom:10px!important; font-size:18px; letter-spacing: 0.72px; }
	.stpstudentblock { padding: 0 30px 30px; }
	.pathwayslider .slick-center { z-index:2; }
}
@media (max-width:543px){
	.spcontent .ast-col-xs-12 { float:none!important; margin:auto; }
}
@media (max-width:500px) {
	.pathwayslider .slick-dots li button::before { font-size: 8px !important; }
	.pathwayslider .slick-dots li { margin: 0 !important; }
	h2.stpheading { font-size:40px!important; line-height:40px; padding: 60px 35px 50px; }
	.stpstudent_summary { color:#ffffff!important }
	.stpstudent_image { margin-bottom: 30px; min-height:400px; }
	.stpstudent_name { margin-bottom:10px!important; color:#ffffff!important;font-size:18px; letter-spacing: 0.72px; }
	.stplinkchv { color: #ffffff!important; }
	.stplink { color: #ffffff!important; }
	.stpstudentblock { padding: 0 0 30px; }
	.pathwayslider .slick-center { z-index:2; }
	.pathwayslider {margin-top:25px; }
	.slick-list { overflow:visible!important; }
    .pathwayslider .slick-center .stpstudent_image { transform: scale(1.14); margin-top: -.8%; }
	.pathwayslider .slick-center .stpstudent_name { color:#000000!important; }
	.pathwayslider .slick-center .stpstudent_summary { color:#000000!important; }
    .pathwayslider .slick-center .stplinkchv { color:#06608B!important; }
    .pathwayslider .slick-center .stplink { color:#06608B!important; }
	.pathwayslider .slick-center .stplh a:hover .stplinkchv, .pathwayslider .slick-center .stplh a:hover .stplink  {
		color: #000000!important;
	}
}