/* Custom CSS */

.profile-data {
	margin: 20px 0;
	border: 1px solid silver;
	background: #F5F5F5;
}

.profile-first-column {
	width: 55%;
	float: left;
	padding: 2.5%;
}

.profile-second-column {
	width: 44%;
	float: left;
	padding: 2.5%;
}

h3 {
	font-size:32px;
}

h5 {
	font-size:24px;
}

.first {
    clear: both;
    padding-left: 0;
}

.one-third, .two-sixths {
    width: 31%;
	float:left;
}

.degree-profile {
	margin-bottom:50px;
	padding-bottom: 25px;
    border-bottom: 1px solid #bbb;
}

/* Font Awesome Icons */
i.fa {
	margin-right:10px;
}

i.fa.fa-map-marker {
	padding-right:5px;
}

/*Global */

body {
	font-size:16px;
}

.clear {
	clear:both;
}

ul li {
	 margin: 0 0 0 30px;
	 font-weight:300;
}

/* Mobile Responsive CSS --------------------------- */
@media only screen and (max-width: 600px) {
	.one-third, .two-sixths, .profile-first-column, .profile-second-column {
		float:none;
		width:90%;
	}
	.profile-first-column {
		padding-bottom:0px;
	}
	.profile-second-column {
		padding-top:0px;
	}
	.one-third-box {
		text-align:center;
	}
}