@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%;
	background-repeat: no-repeat;
	background-color: #666666;
	font-family: 'Barlow', sans-serif;
}
.bodyHome {
	background-repeat: no-repeat;
	background-size: contain;
	width: auto;
	height: auto;
	background-position: center top;
}
h2 {
	font-weight: 100;
	border-bottom: 1px solid #CCCCCC;
	/* [disabled]border-top-color: #CCCCCC; */
	/* [disabled]border-top-style: solid; */
	/* [disabled]border-top-width: 1px; */
	/* [disabled]margin-left: 125px; */
	float: none;
	display: inherit;
	color: #F7F7DE;
}
.p {
	font-family: 'Barlow', sans-serif;
	color: #F7F7DE;
}
.h4
   {
	font-weight: 100;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

/* Header */
.homeHeader {
}
header {
	text-align: center;
	display: block;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: contain;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
.profileLogo .logoPlaceholder {
	width: 325px;
	text-align: center;
	height: 67px;
	background-repeat: no-repeat;
}
.logoPlaceholder span {
	color: rgba(255,255,255,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: 53px;
}
.profilePhoto {
	background-color: rgba(237,237,237,1.00);
	width: 259px;
	border-radius: 50%;
	height: 259px;
	clear: both;
	margin-top: 8px;
	padding-left: auto;
	padding-right: auto;
}
.profileHeader h1 {
	color: #FFFFCC;
	font-size: 32px;
	line-height: 32px;
	margin-top: 36px;
	margin-bottom: 0px;
	letter-spacing: normal;
	padding-top: 24px;
	padding-bottom: 8px;
}
.profileHeader h3 {
	font-size: 18px;
	font-weight: 100;
	padding-top: 0px;
	margin-top: -8px;
	font-style: normal;
	line-height: 22px;
}
hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}
.profileHeader p {
	font-family: sans-serif;
	color: #FFFFCC;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
	text-align: left;
}
.socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
}
.socialNetworkNavBar .socialNetworkNav {
	border-radius: 50%;
	cursor: pointer;
	height: auto;
}
.socialNetworkNavBar .socialNetworkNav img:hover {
    opacity:0.5;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Main Content sections */
.mainContent .section1 {
	display: block;
}
.section1 .sectionTitle, .section2 .sectionTitle {
	font-family: 'Barlow', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	margin: 0 3% 0 0;
	float: left;
	clear: both;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
	padding: 0px;
}
.mainContent .section1 .section1Content {
	font-size: 14px;
	font-weight: 100;
	color: rgba(208,207,207,1.00);
}
.mainContent .section1 .section1Content span {
	color: rgba(146,146,146,1.00);
	font-family: sans-serif;
}
.section2 .sectionContentTitle {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
}

.section2 .sectionContentSubTitle {
	font-family: sans-serif;
	color: rgba(68,67,67,1.00);
	font-size: 14px;
	font-weight: 400;
}
.section2 .sectionContent {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}
.mainContent {
	display: block;
}
.image-wrapper
{
position: relative;
}
.scale-image
{
	display: block;
	width: auto;
	max-width: 50%;
	float: left;
}
.scale-image-home
{
	display: block;
	width: auto;
	max-width: 65%;
	border: 0;
	text-decoration: none;
}
.center {
	display: block;
	padding-right: auto;
	padding-left: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.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 {
	color: rgba(255,255,255,1.00);
	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 {
	color: #FFFFCC;
	font-size: 14px;
	line-height: 1em;
	text-align: left;
}
footer .footerDisclaimer span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}
footer .footerNote {
	font-family: sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
	text-align: center;
}
footer .footerNote span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}
p a strong {
	color: #383838;
}
p strong a {
	color: #383838;
}
body footer p {
	color: #F7F7DE;
	font-size: 12px;
	text-align: center;
}

.section1 {
	clear: none;
	margin-left: 5px;
	float: none;
	display: block;
}
.section1 h3 {
	color: #FFFFCC;
	font-family: 'Barlow', sans-serif;
}
.image-wrapper .scale-image-home {
	border: 1px solid #FCFDEC;
}
.section1Content .section1 p {
	color: #F7F7DE;
	/* [disabled]clear: none; */
	/* [disabled]float: none; */
	padding-left: 130px;
}
.section1Content .section1 ul {
	color: #FFFFFF;
}
.section1 ul li {
	color: #F7F7DE;
}
.indent {
	display: block;
	float: none;
	clear: none;
	/* [disabled]padding-left: 155px; */
	margin-left: 155px;
	color: #F7F7DE;
}
/* Media query for Mobile devices*/
@media only screen and (min-width:285px) and (max-width:480px){
/* Header */
header {
	width: 100%;
	float: none;
}
.profileLogo .logoPlaceholder {
	display: inline-block;
}
.profilePhoto {
	display: inline-block;
	left: auto;
	right: auto;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.profileHeader {
	text-align: center;
    margin-top:10%;
}
.profileHeader p {
	text-align: justify;
}
.socialNetworkNavBar {
    text-align: center;
    display: block;
    margin-top: 60px;
    clear: both;
    margin-bottom: 15%;
}
.socialNetworkNavBar .socialNetworkNav {
	width: 43px;
	height: 43px;
	display: inline-block;
	margin-right: 23px;
}
/* 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;
	font-family: sans-serif;
	font-size: 12px;
}
.bodyHome {
	background-position: center top;
	background-repeat: no-repeat;
	width: 300px;
	height: 242px;
}
.section1 {
	/* [disabled]margin-left: 15px; */
	/* [disabled]clear: none; */
	float: left;
}
.section1Content .section1 p {
	color: #F7F7DE;
	/* [disabled]clear: none; */
	/* [disabled]float: none; */
	padding-left: 130px;
}.section1Content .section1 p {
	color: #F7F7DE;
	/* [disabled]clear: none; */
	/* [disabled]float: none; */
	padding-left: 0px;
}
.section2 {
	/* [disabled]float:left; */
}
.indent {
	display: block;
	float: none;
	clear: none;
	padding-left: 0px;
	margin-left: 0px;
}
h2 {
	/* [disabled]color: #CB0003; */
	font-weight: 100;
	border-bottom: 1px solid #CCCCCC;
	/* [disabled]border-top-color: #CCCCCC; */
	/* [disabled]border-top-style: solid; */
	/* [disabled]border-top-width: 1px; */
	margin-left: 0px;
	float: none;
	display: inherit;
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Header */
header {
	width: 100%;
	float: none;
}
.profileLogo .logoPlaceholder {
	display: inline-block;
}
.profilePhoto {
	clear: both;
	margin-top: 5%;
	float: left;
	margin-left: 12px;
	margin-right: 12px;
}
.profileHeader {
	text-align: left;
    margin-top:7%;
}
.socialNetworkNavBar .socialNetworkNav {
	width: 43px;
	height: 43px;
	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;
}
.bodyHome {
	background-size: contain;
	background-position: center center;
	width: 480px;
	height: 370px;
	float: none;
	clear: none;
	margin-top: 24px;
	padding-left: auto;
	padding-right: auto;
	margin-right: auto;
	margin-left: auto;
}
.section1 .section1 .section1Content {
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	left: 0px;
}
.section1 {
	margin-left: 95px;
	clear: right;
}
.section1Content .section1 p {
	color: #F7F7DE;
	/* [disabled]clear: none; */
	/* [disabled]float: none; */
	padding-left: 0px;
}
.section2 {
	float:left;
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */
.profileLogo .logoPlaceholder {
	float: left;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-size: contain;
}
.profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
}
.profileHeader {
	text-align: left;
	padding-top: 10%;
	background-size: contain;
	background-repeat: no-repeat;
}
.socialNetworkNavBar .socialNetworkNav {
	width: 43px;
	height: 43px;
	display: inline-block;
	margin-right: 14px;
}
/* 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: none;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
.bodyHome {
	width: 1020px;
	height: 768px;
	float: none;
	clear: none;
	margin-top: 32px;
}
.tagline p {
	display: none;
}.mainContent .profileHeader #mc_embed_signup {
	background-color: #CCCCCC;
}
.indent {
	display: block;
	float: none;
	clear: none;
	padding-left: 155px;
}
.section1 {
	clear: none;
	margin-left: 155px;
	padding-left:155px;
	float: none;
	display: block;
}
.section1Content .section1 p {
	color: #F7F7DE;
	/* [disabled]clear: none; */
	/* [disabled]float: none; */
	padding-left: 130px;
}
}
