@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 .logoPlaceholder {
	background-color: rgba(208,207,207,1.00);
	width: 450px;
	text-align: center;
}

header .logoPlaceholder span {
	width: 160px;
	height: 22px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	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;
  text-align: center;
}

header .profileHeader h1 {
	font-family: "Old English Text MT";
	color: rgba(144,147,144,1.00);
	font-size: 85px;
	font-weight: 700;
	line-height: 70%;
}

header .profileHeader h3 {

	font-family: sans-serif;
	color: rgba(0,0,0,1.00);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

header .profileHeader h4 {

	font-family: "Old English Text MT";
	color: rgba(0,0,0,1.00);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}

header .profileHeader p {

	font-family: sans-serif;
	color: rgba(0,0,0,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;

}

header .socialNetworkNavBar {

	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
}

header .socialNetworkNavBar .socialNetworkNav {

	border-radius: 50%;
  cursor: pointer;
}

header .socialNetworkNavBar .socialNetworkNav img:hover {

  opacity:0.5;
}


/* Main Content sections */

.mainContent .section1 {

	display: block;
}

.section1 .sectionTitle, .section2 .sectionTitle {

	font-family: 'Montserrat', sans-serif;
	color: rgba(0,0,0,1.00);
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}

.section1 .sectionTitleRule, .section2 .sectionTitleRule {

	margin: 0 3% 0 0;
	float: left;
	clear: both;
}

.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {

	background-color: rgba(0,0,0,1.00);
	height: 1px;
	padding: 0px;
}

.mainContent .section1 .section1Content {

	font-family: ProximaNova;
	font-size: 14px;
	font-weight: 900;
	color: rgba(0,0,0,1.00);
}

.mainContent .section1 .section1Content span {

	color: rgba(0,0,0,1.00);
	font-family: sans-serif;
}

.section2 .sectionContentTitle {

	font-family: sans-serif;
	color: rgba(0,0,0,1.00);
	font-size: 18px;
	font-weight: 700;
}


.section2 .sectionContentSubTitle {

	font-family: sans-serif;
	color: rgba(0,0,0,1.00);
	font-size: 14px;
	font-weight: 400;
}

.section2 .sectionContent {

	font-family: sans-serif;
	color: rgba(0,0,0,1.00);
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}

.mainContent {

	display: block;
}

.mainContent .externalResourcesNav .externalResources {

	background-color: rgba(208,207,207,1.00);
	display: inline-block;
	text-align: left;
	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: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	font-weight: 900;
	line-height: 18px;
	text-decoration: none;
}

.stretch {

	content: '';
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
}

.centre {
	text-align: center;
}

/* Footer */

footer .footerDisclaimer {

	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(0,0,0,1.00);
	font-weight: 900;
}

footer .footerDisclaimer span {

	color: rgba(0,0,0,1.00);
	font-weight: 900;
}

footer .footerNote {

	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(0,0,0,1.00);
	font-weight: 900;
}

footer .footerNote span {

	color: rgba(0,0,0,1.00);
	font-weight: 900;
}

a {
    font-weight: bold;
    text-decoration: none;
}

a:link {
    color: #FF6600;
}

a:visited {
    color: #FF944C;
}

a:hover, a:active, a:focus {
    color: #AF3300;
    text-decoration: underline;
}


.grow:hover
{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.2);
	   transition: 0.5s all ease;

}





#mainnav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#mainnav a {
    width: 16.6%;
    display: block;
    float: left;
    background-color: #4D4D4D;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
}

#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.thispage {
    text-decoration: none;
    background-color: #43A6CB;
}



/* Wrappable menu */

.MenuWrapper { 
 	overflow:hidden;
}

.MenuWrapper div {
}

#LeftMenuBlock {
	float:left;
	width: 50%;
	background-color: #4D4D4D;
}

#RightMenuBlock { 
	float:left;
	width: 50%;
	background-color: #4D4D4D;
	overflow:hidden;
}

.MainMenu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.MainMenu a {
    width: 33.33%;
    display: block;
    float: left;
    background-color: #4D4D4D;
    text-align: center;
    color: #FFFFFF;
    padding-top: 6px;
    padding-bottom: 6px;
}

.MainMenu a:hover, .MainMenu a:active, .MainMenu a:focus, .MainMenu a.thispage {
    text-decoration: none;
    background-color: #43A6CB;
}

.MainMenu a:hover {
    text-decoration: none;
    background-color: #18C11B;
}



article, aside, figure, footer, header, nav {
    display: block;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	/*border: 1px solid #ddd;*/
}

th, td {
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}


/* Media query for Mobile devices*/

/*@media only screen and (min-width : 285px) and (max-width : 480px) {*/

@media only screen and (min-width : 285px) and (max-width : 700px) {

	/* Header */

	header {

		width: 100%;
		float: none;
	}

	header .profileLogo .logoPlaceholder {

		/*display: inline-block;*/
		display: none;
	}

	header .profilePhoto {

		/*display: inline-block;*/
		display: none;
	}

	header .profileHeader {

		text-align: center;
		margin-top: 0%;			/* was 10% */
	}

	header .profileHeader p {

		text-align: justify;
	}

	header .socialNetworkNavBar {

		text-align: center;
		margin-top: 60px;
		clear: both;
		margin-bottom: 15%;
		/*display: block;*/
		display: none;			/* not using this at the moment */
	}

	header .socialNetworkNavBar .socialNetworkNav {

		width: 60px;
		height: 60px;
		display: inline-block;
		margin-right: 23px;
	}

	/* Main menu sections */

	#LeftMenuBlock { 
		float: 			none;
		margin-right: 	0;
		width: 			100%;
		border: 		0;
	}

	#RightMenuBlock { 
		float: 			none;
		margin-right: 	0;
		width: 			100%;
		border: 		0;
	}
	
	/* Main content sections */

	.mainContent .section1 {

		text-align: center;
		margin-bottom: 10%;
	}

	.section1 .section1Title, .section2 .section1Title {

		text-align: center;
	}

	.section1 .sectionTitleRule, .section2 .sectionTitleRule {

		width: 100%;
	}

	.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {

		display: none;
	}

	.mainContent .section1 .section1Content {

		display: inline-block;
		/*text-align: left;*/
		font-family: sans-serif;
		text-align: justify;
	}

	.mainContent .section2 {

		display: block;
		text-align: center;
	}

	.section2 .section2Content {

		margin-top: 10%;
		text-align: justify;
		margin-bottom: 10%;
	}

	.mainContent .externalResourcesNav {

	  margin-bottom: 10%;
	}

	.mainContent .externalResourcesNav .externalResources {

		width: 100%;
		height: 35px;
	}

	/* Footer */

	footer {

		display: block;
		text-align: center;
		font-family: sans-serif;
	}
}

/* Media Query for Tablets */

/*@media only screen and (min-width : 481px) and (max-width : 1024px) {*/

@media only screen and (min-width : 701px) and (max-width : 1024px) {

/* Header */

header {

	width: 100%;
	float: none;
}

header .profileLogo .logoPlaceholder {

	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}

header .profilePhoto {

	float: left;
	clear: both;
	margin-right: 3%;
  margin-top:0%; /* #### was 5 */
}

header .profileHeader {
	margin-top: 1%;			/* was 11% */
	margin-left: 304px;
	padding-top: 0.01%;		/* was 0 */
}

header .socialNetworkNavBar {
	display: none;			/* not using this at the moment - this plock added to suppress */
}

header .socialNetworkNavBar .socialNetworkNav {

	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}

/* Main content and sections */

.section1 .section1Title, .section2 .section1Title {

	text-align: center;
}

.section1 .sectionTitleRule, .section2 .sectionTitleRule {

	width: 100%;
}

.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {

	display: none;
}

.mainContent .section1 .section1Content {

	display: block;
	margin: 0% 0% 0% 20%;
	font-family: sans-serif;;
  margin-top: 5%;
  margin-bottom: 5%;
}

.mainContent .section2 {

	clear: both;
}

.section2 .section2Content {

	padding: 0px;
	margin-left: 20%;
	font-family: 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;
	margin-left: 3%;
	font-family: sans-serif;
}

footer .footerNote {

	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}

}


/* Desktops and laptops  */

@media only screen and (min-width:1025px) {

/* Header */

header .profileLogo .logoPlaceholder {
	float: left;
	margin-bottom: 50px;
}

header .profilePhoto {

	float: left;
	clear: both;
	margin-right: 3%;
}

header .profileHeader {
	text-align: left;
	padding-top: 0.5%;		/* was something bigger */
	padding-left: 302px;
}

header .socialNetworkNavBar {
	display: none;			/* not using this at the moment - this plock added to suppress */
}

header .socialNetworkNavBar .socialNetworkNav {

	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}

/* Main content sections */

.section1 .sectionTitleRule, .section2 .sectionTitleRule {

	width: 22.5%;
}

.mainContent .section1 .section1Content {

	display: block;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 26%;
	margin-bottom: 0%;
	font-family: sans-serif;
}

.mainContent .section2 {

	clear: both;
}

.section2 .section2Content {

	padding: 0px;
	margin-left: 26%;
	font-family: 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;
	margin-left: 3%;
	font-family: sans-serif;
}

footer .footerNote {

	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}

}