
/********************************************** Wideload Inside COLOR Pages *****************************************/
.inside-wideload-color {
    background-color: #1e6b52;
    min-height: 135px !important;
    position: relative;
    width: 100%;
}

.inside-content-color {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.inside-wideload-color h1,
.inside-wideload-color h2 {
    color: rgba(255, 255, 255, 0.5);
    text-align: right;
}

.inside-wideload-color h1 {
    font-size: 45px;
    margin: 0;
    text-align: right;
}

.inside-wideload-color h2 {
    font-size: 25px;
    font-weight: 300;
    text-align: right;
}

/* WideLoadHeader - FOR MOBILE */
@media only screen and (max-width: 980px) {
    .inside-wideload-color {
        background-position: center;
        background-size: cover;
        min-height: 300px;
        position: relative;
    }

    .inside-wideload-color {
        background: #fff;
        min-height: 135px !important;
    }

    .inside-content-color {
        left: 50%;
        margin-right: -50%;
        position: absolute;
        top: 50%;
        width: 95%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .inside-wideload-color h1 {
        font-size: 40px;
        text-align: center;
        text-shadow: #000 0 0 0;
    }

    .inside-wideload-color h2 {
        font-size: 22px;
        font-weight: 300;
        text-align: center;
        text-shadow: #000 0 0 0;
    }
}

/********************************************** Wideload Inside Pages *****************************************/
.inside-wideload:before {
    background-position: center;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.inside-wideload {
    background-position: center;
    background-size: contain;
    min-height: 300px;
    position: relative;
    width: 100%;
}

.inside-content {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.inside-wideload h1,
.inside-wideload h2 {
    color: #fff;
    text-align: center;
}

.inside-wideload h1 {
    font-size: 72px;
    margin: 0;
    text-align: center;
    text-shadow: #000 0 0 0;
}

.inside-wideload h2 {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    text-shadow: #000 0 0 0;
}

.inside-overlay {
    background: rgba(50, 50, 50, 0.50);
    min-height: 300px;
    overflow: hidden;
    z-index: 2;
}

/* WideLoadHeader - FOR MOBILE */
@media only screen and (max-width: 980px) {
    .inside-wideload {
        background-repeat: no-repeat;
        min-height: 30vw;
        position: relative;
        padding: 0 !important;
    }

    .inside-content {
        left: 50%;
        margin-right: -50%;
        position: absolute;
        top: 50%;
        width: 95%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .inside-overlay {
        background: rgba(50, 50, 50, 0.50);
        min-height: 300px;
        overflow: hidden;
        z-index: 2;
    }

    .inside-wideload h1 {
        font-size: 40px;
        text-align: center;
        text-shadow: #000 0 0 0;
    }

    .inside-wideload h2 {
        font-size: 22px;
        font-weight: 300;
        text-align: center;
        text-shadow: #000 0 0 0;
    }
}

/********************************************** Wideload Homepage *****************************************/
.home-wideload {
    background-color: #eee;
    background-position: center;
    background-size: cover;
    min-height: 300px;
    position: relative;
    width: 100%;
}

.wideload-content {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-content {
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-wideload h1,
.home-wideload h2 {
    color: #fff;
    text-align: right;
}

.home-wideload h1 {
    font-size: 60px;
    margin: 0;
    text-align: center;
    text-shadow: #000 0 0 0;
}

.home-wideload h2 {
    font-size: 26px;
    font-weight: 300;
    text-align: right;
    text-shadow: #000 0 0 0;
}

.home-overlay {
    background: rgba(50, 50, 50, 0.50);
    min-height: 450px;
    overflow: hidden;
    z-index: 2;
}

.overlay {
    background: rgba(50, 50, 50, 0.50);
    min-height: 300px;
    overflow: hidden;
    z-index: 2;
}

/* WideLoadHeader - FOR MOBILE */
@media only screen and (max-width: 980px) {
    .home-wideload {
        background-color: #eee;
        background-position: center;
        background-size: cover;
        min-height: 350px;
        position: relative;
    }

    .home-content {
        left: 50%;
        margin-right: -50%;
        position: absolute;
        top: 50%;
        width: 95%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        /* float: right;
		margin: 20px 20px 0 0; */
    }

    .home-overlay {
        background: rgba(50, 50, 50, 0.50);
        min-height: 350px;
        overflow: hidden;
        z-index: 2;
    }

    .home-wideload h1 {
        font-size: 40px;
        text-align: center;
        text-shadow: #000 0 0 0;
    }

    .home-wideload h2 {
        font-size: 22px;
        font-weight: 300;
        text-align: right;
        text-shadow: #000 0 0 0;
    }
}

/********************************************** Wideload - Home **************************************************************/

.home-jumbotron {
	background-color: #eee;
	background-position: center;
	background-size: cover;
	min-height: 350px;
	position: relative;
	width: 100%;
}

.jumbotron-content {
	left: 50%;
	margin-right: -50%;
	position: absolute;
	top: 50%;
	width: 60%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.home-jumbotron h1,
.home-jumbotron h2 {
	color: #fff;
	text-align: center;
}

.home-jumbotron h1 {
	font-size: 72px;
	margin-top: 0;
	text-align: center;
	text-shadow: #000 0 0 5px;
}

.home-jumbotron h2 {
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	text-shadow: #000 0 0 5px;
}

.overlay {
	background: rgba(50, 50, 50, 0.50);
	min-height: 350px;
	overflow: hidden;
	z-index: 2;
}

@media only screen and (max-width: 800px) {
	.jthome .home-jumbotronhome {
		background-color: #eee;
		background-image: url(/studentaffairs/studentcenter/images/bg.jpg);
		background-position: center;
		background-size: cover;
		min-height: 300px;
		position: relative;
	}

	.jthome .jumbotronhome-content {
		left: 50%;
		margin-right: -50%;
		position: absolute;
		top: 50%;
		width: 95%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	.jthome .home-jumbotronhome h1 {
		font-size: 60px;
		line-height: 60px !important;
		text-shadow: #000 0 0 5px;
	}

	.jthome .home-jumbotronhome h2 {
		font-size: 22px;
		font-weight: 300;
		text-shadow: #000 0 0 5px;
	}
}

/************************************************* Wideload - pages **************************************************************/

@media only screen and (max-width: 980px) {
	.home-jumbotron {
		background-color: #eee;
		background-position: center;
		background-size: cover;
		min-height: 350px;
		position: relative;
	}

	.jumbotron-content {
		left: 50%;
		margin-right: -50%;
		position: absolute;
		top: 50%;
		width: 95%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	.overlay {
		background: rgba(50, 50, 50, 0.50);
		min-height: 350px;
		overflow: hidden;
		z-index: 2;
	}

	.home-jumbotron h1 {
		font-size: 40px;
		text-align: center;
		text-shadow: #000 0 0 5px;
	}

	.home-jumbotron h2 {
		font-size: 22px;
		font-weight: 300;
		text-align: center;
		text-shadow: #000 0 0 5px;
	}
}


/*********************************************** Wideload - Rooms **************************************************************/

.home-jumbotronR {
	background-color: #eee;
	background-position: center;
	background-size: cover;
	min-height: 350px;
	position: relative;
	width: 100%;
}

.jumbotronR-content {
	left: 50%;
	margin-right: -50%;
	padding-left: 20%;
	padding-right: 20%;
	position: absolute;
	top: 50%;
	width: 60%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.home-jumbotronR h1,
.home-jumbotronR h2 {
	color: #fff;
	text-align: center;
}

.home-jumbotronR h1 {
	font-size: 72px;
	margin-top: 0;
	text-shadow: #000 0 0 5px;
}

.home-jumbotronR h2 {
	font-size: 22px;
	font-weight: 300;
	text-shadow: #000 0 0 5px;
}

.overlayR {
	background: rgba(50, 50, 50, 0.50);
	min-height: 350PX;
	overflow: hidden;
	z-index: 2;
}

@media only screen and (max-width: 980px) {
	.home-jumbotronR {
		background-color: #eee;
		background-position: center;
		background-size: cover;
		min-height: 300px;
		position: relative;
	}

	.overlayR {
		background: rgba(50, 50, 50, 0.50);
		min-height: 300PX;
		overflow: hidden;
		z-index: 2;
	}

	.jumbotronR-content {
		left: 50%;
		margin-right: -50%;
		padding-left: 1%;
		padding-right: 1%;
		position: absolute;
		top: 50%;
		width: 95%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	.home-jumbotronR h1 {
		font-size: 48px;
		text-shadow: #000 0 0 5px;
	}
}


/************************************************************** WK - Styling **************************************************************/


/************************************************************** WK - homegrid ***/

.homegrid .uk-panel-box {
	background-color: #eee;
	border-radius: 5px;
	margin-bottom: 1em;
	padding: 10px;
	text-align: center;
}

.homegrid h3 {
	color: #333;
	font-size: 24px;
	font-weight: 700 !important;
	line-height: normal !important;
	margin: 0.5em 0 0.25em;
	padding: 0;
	text-align: center;
	text-shadow: none;
}


/************************************************************** WK - gridlayout ***/

.gridlayout h3 a {
	color: #333;
	font-family: "Montserrat", sans-serif !important;
	font-size: 20px;
	font-weight: 700 !important;
	line-height: normal !important;
	margin: 0.5em 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}

.gridlayout h3 {
	color: #333;
	font-family: "Montserrat", sans-serif !important;
	font-size: 20px;
	font-weight: 700 !important;
	line-height: normal !important;
	margin: 0.5em 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}

.gridlayout h2 {
	color: #333;
	font-family: "Montserrat", sans-serif !important;
	font-size: 18px;
	font-weight: 700 !important;
	line-height: normal !important;
	margin: 0.5em 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}

.gridlayout .uk-panel-box {
	background-color: #eee;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
}


/************************************************************** WK - Gallery ***/

.uk-modal-caption {
	color: #333;
	text-align: center;
}

.roomsgal .uk-h1 {
	color: #333;
	font-family: "Montserrat", sans-serif !important;
	font-size: 24px;
	font-weight: 700 !important;
	line-height: normal !important;
	margin: 0.5em 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}


/************************************************************** WK - hoursgird ***/

.hoursgrid .uk-panel-box {
	background-color: #eee;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
}

.hoursgrid h3 {
	color: #333;
	font-size: 24px;
	font-weight: 700 !important;
	line-height: normal !important;
	margin: 0.5em 0 0.25em;
	padding: 0;
	text-align: center;
	text-shadow: none;
}



/************************************************************** WK - buttons ***/

.buttons h3 {
	color: #333;
	font-size: 30px;
	font-weight: 700 !important;
	line-height: normal !important;
	margin: 0;
	padding: 0;
	text-shadow: none;
}

.buttons h3 a {
	color: #333;
	font-family: "Montserrat", sans-serif !important;
	font-size: 30px;
	font-weight: 700 !important;
	line-height: normal !important;
	margin: 0.5em 0;
	padding: 0;
	text-decoration: none;
	text-shadow: none;
}

.buttons .uk-margin {
	margin-top: 0;
}

.buttons .uk-row-first img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 479px) {
	.buttons h3 {
		text-align: center;
	}

	.buttons .uk-margin {
		text-align: center;
	}
}


/************************************************************** WK - tabs ***/



.roomtabs .uk-subnav-pill > .uk-active > * {
	background: #1e6b52;
	box-shadow: none;
	color: #fff;
}

.roomtabs .uk-panel {
	text-align: center;
}


/************************************************************** WK - deptgrid ***/

.deptgrid h3 a {
	color: #333;
	font-family: "Montserrat", sans-serif !important;
	font-size: 20px;
	font-weight: 700 !important;
	line-height: normal !important;
	margin: 0.5em 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}

.deptgrid h3 {
	font-size: 20px;
	font-weight: 700 !important;
	text-align: center;
	text-shadow: none;
}

.deptgrid .uk-panel-box {
	background-color: #eee;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
}

.deptgrid .uk-panel-box:hover {
	background-color: lightgrey;
}


/**************************** From Debug *************************************/

.home-content {
	left: 50%;
	margin-right: -50%;
	position: absolute;
	top: 50%;
	width: auto;
	transform: translate(-50%, -50%);
	text-align: center;
}

.home-wideload h1 {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	display: inline-block;
	font-size: 70px;
	margin: 0;
	text-align: center;
	text-shadow: 0 0 0 #000;
}

.home-overlay {
	background: rgba(50, 50, 50, 0.2);
	min-height: 570px;
	
}

.inside-overlay {
	background: rgba(50, 50, 50, 0.3) none repeat scroll 0 0;
	min-height: 570px;
}

h3.greenHeader,
h2.greenHeader {
	color: #1e6b52;
	font-weight: normal !important;
}

p.intropara {
	font-size: 20px;
	padding: 15px 0;
	text-align: center;
}

ul.greenList {
	list-style-type: square;
	padding-left: 20px;
}

h2.wktitles {
	color: #1e6b52;
	font-size: 30px;
	font-weight: 500 ! important;
}


