/* University Default Page CSS Document */

.Page_Body {
	font-family: 'Roboto', 'Arial', 'Roboto Condensed', 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0; /* Get rid of white space at bottom of page, before footer, so bottom graphic is flush with the footer */
}

/* Stop slick slideshow from filling 100% of the page height */
.slick-slide {
	height: auto;
}

h1 {
    font-family: "Oswald", "Roboto Condensed", sans-serif;
	font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
	color:#555;
    margin: 0 0 40px 0;
	text-align: center;
}

h2 {
    font-family: "Oswald", "Roboto Condensed", sans-serif;
	font-size: 38px;
    font-weight: normal;
    text-transform: uppercase;
	color:#125E00;
	line-height: normal;
	padding: 10px;
	border: 1px solid #BBB;
	background-image: linear-gradient(lightgray, white);
	text-align: center;
	margin: 50px 0;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.6;
	color: #007;
    font-weight: 700;
}

.Head_Container {
	width: 100%;
	background-color: #000;
	margin: 0;
	padding: 0;
	transition: background 1s linear;
}

.Head_Image {
	width: 100%;
	height: 200px;
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: right;
	padding-top: 6%;
	padding-left: 0;
	padding-right: 72%;
    padding-bottom: 100px;
	text-align: left;
	font-family: Roboto;
	font-weight: 500;
	font-size: 3.7vw;
	color: #FFF;
	transition: background 1s linear;
}




.Section_Slideshow {
	padding: 10px;
}



.Section_Features_Top {
	background-color: #f3efdb;
	padding: 2rem 0;
	border-bottom: 1px solid #555;
}


.Features_Title {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #007;
    font-weight: 700;
	margin-bottom: .2rem;
}

.Features_Top {
    padding: 0;
    list-style-type: none;
	margin-bottom: 0;
}

.Features_Top li {
	display: inline-block;
	padding: 0;
	margin: 0 0 1rem;
	width: 100%;
	vertical-align: top;
}

.Features_Top li:last-child {
	margin-bottom: 0;
}

.Frame_Features_Image {
	width: 75px;
	height: 75px;
	float: left;
	padding-right: .5rem;
	margin: 0 1.4rem 0 0;
}

.Features_Top p {
	font-weight: 500;
	font-size: .9rem;
}

.Features_Text p {
	font-size: 1rem;
	line-height: 1.3rem;
	margin-bottom: 0;
}




.Section_Title {
	text-align: center;
	font-size: 2em;
	line-height: 2.4rem;
	font-weight: 700;
	color: #900; 
	border: 0;
	margin-bottom: 1.5rem;
}



.Text_OnlineCourses,
.Text_FullSelection {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
	color: #666;
	padding: .5rem 1rem;
	background-color: #FFF;
}

.Text_OnlineCourses {
	margin: 0;
}

.Container_Text_FullSelection {
	text-align: center;
}

.Text_FullSelection {
	display: inline-block;
	padding: .5rem 1rem;
}




.TTU_Feature_Section {
	padding-bottom: 5rem;
	border-bottom: 1px solid #444;
	margin-bottom: 5rem;
}

.TTU_Feature_Section:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}




.Section_Inspiring_Online_Courses {
	padding: 4rem 0 5rem;
	background-color: #ebdab7;
	background-image: url('/site/graphics/backgrounds/textures/I_Grasscloth_Horizontal_500x500.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.slider_Seminar_Videos {
	margin-bottom: 1.5rem;

}

.slider_CurrentTTUCourses {
	margin: 0 0 2rem;
}

.TTU_Course_Display,
.TTU_Course_Display_Type {
	border: 1px solid #DDD;
	background-color: #FFF;
	margin: 0 25px;
	padding: .4rem;
	width: 20rem;
	text-align: center;
	line-height: 1.4rem;
	font-size: 1rem;
}

.TTU_Seminar_Display {
	width: 		min(max(39.5vw, 	 20rem),	32rem);
	max-height: min(max(22.92vw, 12.46rem), 18.23rem);
	margin: 0 1rem;
}

.TTU_Course_Display img {
	display: block;
	margin: 0 auto .4rem;
}

.TTU_Seminar_Display img {
	display: block;
	max-height: min(max(22.92vw, 12.46rem), 18.23rem);
	border: .4rem solid #FFF;
	margin: 0 auto .4rem;
}

.slider_CurrentTTUCourses .TTU_Course_Display_Type,
.slider_CurrentTTUCourses .TTU_Course_Name {
	font-weight: 500;
}

.TTU_Course_Display_Type {
	border-bottom: none;
	background-image: linear-gradient(#a0906f, #2e2314);
	color: white;
	text-transform: uppercase;
	height: auto;
}

.Frame_TTU_Course_Name {
	width: 100%;
	padding: 0;
	background-color: #EEE;
	height: 4rem;
}

.TTU_Course_Name {
	width: 100%;
	padding: 0;
	color: #443;
}



/* Background */
.Section_Features_Bottom {
	background-color: #555;
	background: url("/Site/Graphics/Events/060401_GA_BBS/I_060401_BBS_AudienceHandRaised_1920x1285.jpg");
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: top;
	min-height: min(max(20rem, 63vw), 60rem);
	margin: 0;
}

.Features_Bottom {
	padding: 50px 0;
	width: 96%;
	margin: 0 auto;
	text-align: center;
}

.Features_Bottom_Title {
	font-size: 2rem;
	font-family: Roboto;
	font-weight: 500;
	color: #FFF;
	text-shadow: 2px 2px 5px #000;
}

.Features_Bottom p {
	padding: 200px 0 0;
	font-size: 1.1rem;
	font-weight: 500;
  	color: white;
	text-shadow: 3px 3px 6px #000;
}

.Closing_Statement {
	width: 100%;
	background-image: linear-gradient(#a0906f, #2e2314);
	padding: 25px;
	text-align: center;
	line-height: 2.0rem;
	font-weight: 400;
	color: #FFF;
	text-shadow: 2px 2px 5px #000;
	border-bottom: 1px solid #CCC;
	margin: 0;
}

.Closing_Statement p {
	font-size: 1.2rem;
}

.Closing_Statement a {
	color: #FF9;
}


.Section_African_Proverb {
	background-color: #D7BDA2;
	background: url("/Site/Graphics/Backgrounds/landscapes/Background_EgyptianStoneWall_1415x944.jpg");
/*
	background-color: #FFF;
*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.Frame_African_Proverb {
	max-width: 32rem;
	border: 1px solid #DDD;
	padding: 2rem;
	font-size: 1.1rem;
	background-color: #f3efdb;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 5rem auto;
}

.Frame_African_Proverb q {
	display: block;
	font-size: 1.3rem;
	font-weight: 500;
}




.Frame_Launching_Later {
	margin: 0 0 3rem;
	width: 100%;
	background-color: red;
	padding: .5rem .75rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
}




.Frame_University_Home_Feature_Buttons {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	column-gap: 2rem;
	row-gap: 2rem;
	max-width: 50rem;
	margin: 0 auto 3rem;
}

a .University_Home_Feature_Buttons {
	border-color: #3b5998;
}

a .University_Home_Feature_Buttons:hover {
	background-color: yellow;
}

.Frame_University_Home_Feature_Buttons a:hover {
	text-decoration: none;
}

a .University_Home_Feature_Buttons{
	font-weight: bold;
}

.University_Home_Feature_Buttons {
	border: 2px solid #CCC;
	border-radius: .3rem;
	background-color: #FFD;
	padding: 1rem 1.5rem;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 2.5rem;
}










/* Mobile First */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.Head_Image {
		height: 240px;
		font-size: 1.5rem;
		padding-top: 6%;
		padding-right: 67%;
	}

	.Features_Top li {
		width: 32%;
		padding: 0 15px;
		text-align: center;
		margin-bottom: 0;
	}

	.Frame_Features_Image {
		width: auto;
		float: none;
		padding-right: 0;
		margin: 0 auto 1rem;
	}

	.Frame_Features_Image img {
		max-height: 75px;
	}

	.Features_Top p {
		font-size: 1rem;
	}

	.Features_Title {
		line-height: 1.2rem;
		margin-bottom: .2rem;
	}

	.Features_Bottom p {
		padding-top: 230px;
	}

}




/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.Head_Image {
		height: 280px;
		font-size: 2.1rem;
		padding-right: 60%;
		padding-top: 5%;
	}

	.Section_Title {
		font-size: 2.4rem;
		line-height: 2.8rem;
	}

	.Features_Title {
		font-size: 16px;
		}

	.Features_Top li {
		width: 32%;
		font-size: .7rem;
		text-align: left;
		vertical-align: top;
		}

	.Frame_Features_Image {
		height: 85px;
		max-width: 50%;
		float: left;
		padding-right: .5rem;
		margin: 0;
	}

	.Frame_Features_Image img {
		height: 85px;
	}

	.Features_Text {
		float: right;
		width: 50%;
	}

	.Features_Bottom p {
		padding-top: 250px;
		font-size: 1.2rem;
	}

	.Features_Top li {
		margin-bottom: 0;
	}

}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.Head_Image {
		height: 320px;
	  	background-size: contain;
		font-size: 2.8rem;
		padding-right: 50%;
		padding-top: 4%;
	}

	.Features_Title {
		font-size: 18px;
		}

	.Features_Top {
		font-size: .8rem;
	}

	.Features_Top li {
		width: 33%;
	}

	.Features_Top li img {
		margin: 0 10px 0 0;
	}

	.Features_Text {
		float: none;
		width: 100%;
	}

	.Features_Bottom p {
		padding-top: 320px;
		font-size: 1.2rem;
	}

	.Container {
		font-size: 1.1rem;
	}

	.Features_Title {
		margin-bottom: .7rem;
	}

}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.Head_Image {
		height: 350px;
		font-size: 3.3rem;
		padding-right: 45%;
	}

	.Features_Bottom_Title {
		font-size: 2.4rem;
	}

	.Features_Bottom p {
		padding-top: 450px;
		font-size: 1.3rem;
	}

	.Features_Text p {
		font-size: 1.1rem;
		line-height: 1.4rem;
	}


}