.content-top-wrapper {
	width: 100%;
	}
.photo {
	background: url(../images/students-photo.jpg);
	background-size: 100%;
	width: 100%;
	height: 450px;
	}
.content-top {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	}
.container {
	position: relative;
    float: left;
	box-sizing: border-box;
	display: block;
	width: 80%;
	margin: 20px 0;
	padding: 0;
	padding-bottom: 50px;
	}
.side-nav {
	position: relative;
    float: left;
	box-sizing: border-box;
	display: block;
	width: 20%;
	margin: 20px 0;
	padding: 0;
	}
.side-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
.side-nav li {
	padding: 5px;
	}
.side-nav a {
	color: #737373;
	text-decoration:none;
	font-size:18px;
	-o-transition:color .2s ease-out;
    -ms-transition:color .2s ease-out;
    -moz-transition:color .2s ease-out;
    -webkit-transition:color .2s ease-out;
    transition:color .2s ease-out;
	}
.side-nav a:hover {
	color: #333;
	}
#current {
	color: #333;
	font-weight:bold;
	}
.side-nav-title {
	margin: 0;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 20px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	color: #737373;
	}
.page-title {
	padding-bottom: 20px;
	}
.page-title h {
	font-size: 32px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	color: #4e5055;
	}
.content-main-wrapper {
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
	}
.content-main {
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	padding-bottom: 50px;
	}
.tabs-container{
	width: 900px;
	margin: 0;
	}
ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
ul.tabs li {
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	}
ul.tabs li.current{
	background: #fff;
	color: #222;
	}
.tab-content{
	display: none;
	background: #fff;
	padding: 15px;
	}
.tab-content.current{
	display: inherit;
	}
.tab-link {
	color: #333;
	font-weight: 700;
	-o-transition:background .2s ease-out;
    -ms-transition:background .2s ease-out;
    -moz-transition:background .2s ease-out;
    -webkit-transition:background .2s ease-out;
    transition:background .2s ease-out;
	}
.tab-link:hover {
	background:#dedede;
	}
#tab-1 ul,#tab-2 ul,#tab-3 ul,#tab-4 ul,#tab-5 ul,#tab-6 ul {
	list-style:decimal;
	}
#tab-2 ul,#tab-3 ul,#tab-5 ul,#tab-6 ul {
	display: inline-table;
	}
#tab-1 h,#tab-2 h,#tab-3 h,#tab-4 h,#tab-5 h,#tab-6 h {
	font-weight: 600;
	font-size: 16px;
	color: #009782;
	}