@charset "utf-8";
/* Global Styles */

body {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 960px;
	padding-left: 2.275%;
	padding-right: 2.275%;
}
/* Header */
header {
	text-align: left;
	display: block;
}
header .profileLogo .logo {
	background-color: #ffffff;
	width: 187px;
	text-align: left;
}
header .logo span {
	width: 80px;
	height: 22px;
	font-family: arial, helvetica, sans-serif;
	color: #666666;
	font-size: 30px;
	font-weight: 700;
	line-height: 53px;
}
header .profilePhoto {
	background-color: rgba(237,237,237,1.00);
	width: 259px;
	border-radius: 50%;
	height: 259px;
	clear: both;
}
hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}
/* Main Content sections */
.mainContent .section1 {
	display: block;
}
.section1 .sectionTitle {
	font-family: arial, helvetica, sans-serif;
	color: #666666;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.section1 .sectionTitleRuleRule {
	margin: 0 3% 0 0;
	float: left;
	clear: both;
}
.section1 .sectionTitleRule2Rule2 {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
	padding: 0px;
}
.mainContent .section1 .section1Content {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}
.mainContent .section1 .section1Content span {
	color: #666666;
	font-family: arial, helvetica, sans-serif;
}
.mainContent .section1 .section1Content h2 {
	font-size: 14px;
	font-weight: 700;
	text-align: left;
}
.mainContent {
	display: block;
}
.mainContent .externalResourcesNav .externalResources {
	background-color: rgba(208,207,207,1.00);
	display: inline-block;
	text-align: center;
	margin-top: 0px;
	padding-top: 3%;
	cursor: pointer;
}
.mainContent .externalResourcesNav .externalResources:hover {
	background-color: rgba(153,153,153,1.00);
}
.externalResourcesNav .externalResources a {
	font-family: arial, helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}
.stretch {
	content: '';
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
}
/* Footer */
footer .footerDisclaimer {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	font-weight: 700;
}
footer .footerDisclaimer a {
	color: #666666;
	font-weight: 400;
}
footer .footerNote {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	font-weight: 700;
}
footer .footerNote span {
	color: #666666;
	font-weight: 400;
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logo {
	display: inline-block;
}
header .profilePhoto {
	display: inline-block;
}
header .profileHeader {
	text-align: left;
	margin-top: 10%;
}
header .profileHeader p {
	text-align: justify;
}
/* Main content sections */
.mainContent .section1 {
	text-align: left;
	margin-bottom: 10%;
}
.section1 .section1Title {
	text-align: left;
}
.section1 .sectionTitleRuleRule {
	width: 100%;
}
.section1 .sectionTitleRule2Rule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: inline-block;
	text-align: left;
	font-family: arial, helvetica, sans-serif;	
}
.mainContent .externalResourcesNav {
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav .externalResources {
	width: 100%;
	height: 35px;
}
/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logo {
	display: inline-block;
	font-family: arial, helvetica, sans-serif;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
	margin-top: 5%;
}
header .profileHeader {
	text-align: left;
	margin-top: 7%;
}
/* Main content and sections */
.section1 .section1Title {
	text-align: left;
}
.section1 .sectionTitleRuleRule {
	width: 100%;
}
.section1 .sectionTitleRule2Rule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: block;
	margin: 0%;
	font-family: arial, helvetica, sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .externalResourcesNav {
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
	margin-top: 5%;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	font-family: arial, helvetica, sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: arial, helvetica, sans-serif;
}
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */
header .profileLogo .logo {
	float: left;
	margin-bottom: 50px;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
}
header .profileHeader {
	text-align: left;
	padding-top: 10%;
}
/* Main content sections */
.section1 .sectionTitleRuleRule {
	width: 22.5%;
}
.mainContent .section1 .section1Content {
	display: block;
	margin: 0%;
	font-family: arial, helvetica, sans-serif;
}
.mainContent .externalResourcesNav {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	font-family: arial, helvetica, sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: arial, helvetica, sans-serif;
}
}
