/* ----------------------------------
Student Programs List
------------------------------------*/
.student-programs-list-container{
	border-bottom: 1px solid #bcbcbc;
}
.student-programs-list-container:first-of-type {
	border-top: 1px solid #bcbcbc;
}
.student-programs-list-item-title {
	display: inline-block;
	width: 45%;
	padding: 60px;
	text-align: left;
	//vertical-align: top;
}
.student-programs-list-item-title > div {
	margin: 0 auto;
	position:relative;
	width: 45%;
}
.student-programs-list-item-description {
	display: inline-block;
	text-align: left;
	width: 42%;
    /* padding-top: 10%; */
    margin-top: 2%;
}
@media only screen and (max-width: 1025px){
	.student-programs-list-item-title {
		margin:0 auto;
		display: block;
		padding: 10px 0 0;
		width: 90%;
	}
	.student-programs-list-item-description {
		margin: 0 auto;
    	text-align: center;
    	display: block;
    	padding-top:0;
    	width: 80%;
	}
	.student-programs-list-item-description a{
		margin: 0 auto;
	}
	.student-programs-list-item-title > div {
		width: 90%;
		text-align: center;
	}
	.student-programs-list-container{
	    padding-bottom:10px;
	  }
}
/* ----------------------------------
Student Programs Chapters and Resources button

------------------------------------*/
.student-programs-button-container {
	width:100%;
}
.student-programs-icon-button { /* for The three buttons in a row*/
	text-align: center;
	background-color: #f6f7f8;
	display: inline-block;
	padding: 0px 2%;
	margin: 0;
	width: 25%;
	border-right: 0px solid #cddae9;
	font-size: 14px;
	vertical-align: top;
	min-height: 75px;
}
.student-programs-icon-button-duo { /* for The two buttons in a row*/
	text-align: center;
	background-color: #f6f7f8;
	display: inline-block;
	padding: 0px 2%;
	margin: 0;
	width: 45%;
	border-right: 0px solid #cddae9;
	font-size: 14px;
	vertical-align: top;
	min-height: 75px;
}
.student-programs-icon-button-middle {
	text-align: center;
	background-color: #f6f7f8;
	display: inline-block;
	padding: 0px 2%;
	margin: 0;
	width: 25%;
	border-right: 1px solid #cddae9;
	border-left:1px solid #cddae9;
	font-size: 14px;
	vertical-align: top;
	min-height: 75px;
}
.student-programs-icon-button-title {
	padding-top: 10%;
	display: block;
	font-size: 11px;
}
@media screen and (max-width:800px) {
	.student-programs-icon-button {
	padding: 2px;
	font-size: 10px;
}
}



@media screen and (min-width: 1026px) {
.DnnModule-908 {
  display: block;
}
}
@media screen and (max-width: 1025px) {
.DnnModule-908 {
  display: none;
}
}
.content-slideshow.student-programs-numbers {
	border-bottom: 0;
}
.conf-contact-container {
	padding: 72px 25% 110px;
    background-color: #18aa92;
    background: url(../../../Portals/0/banners/conf-contact.png) no-repeat center center;
    background-size: cover;
}
.student-days-container {
	padding: 72px 25% 110px;
    background-color: #18aa92;
    background: url(../../../Portals/0/banners/studentdays.png) no-repeat center center;
    background-size: cover;
}
.registration-container {
	padding: 72px 25% 110px;
    background-color: #18aa92;
    background: url(../../../Portals/0/banners/registration.png) no-repeat center center;
    background-size: cover;
}
.an17-container {
	padding: 72px 25% 110px;
    background-color: #18aa92;
    background: url(../../../../../Portals/0/Banners/AN17.png) no-repeat center center;
    background-size: cover;
}
.thinking-of-student-prog{
	text-align:center;
	padding: 0 25%;
}

.thinking-of-student-prog p:nth-child(2){
	margin-bottom:0;
}


@media only screen and (max-width: 1025px){
	.thinking-of-student-prog{
		width: 90%;
		margin:0 auto;
		position: relative;
		padding: 0;
	}
	.thinking-of-student-prog p{
		text-align: left;
	}
	.thinking-of-student-prog p:last-of-type{
		text-align: center;
	}
	#student-programs-sinews-slider .swiper-slide{
		min-height: 140px;
	}
}
