/*
#F05523 /// rgba (240,85,35,0)
*/

body {
    font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6em;
	color: #222222;
}

h1,h2,h3,h4,h5 { font-family: 'Lora', serif; }

h1 { 	
	font-size: 48px;
	line-height: 1.6em;
	font-weight: 700;
	color: #222222;	
}

h2 { 	
	font-size: 36px;
	line-height: 1.4em;
	font-weight: 400;
	color: #222222;	
	margin-bottom: 30px;
}


h3 { 	
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 400;
	color: #222222;	
	margin-bottom: 30px;
}

h5 { 	
	font-size: 22px;
	line-height: 1.8em;
	font-weight: 400;
	color: #222222;	
	font-style: italic;
	text-align: center;
}


p.intro { 	
	font-size: 24px;
	line-height: 1.6em;
	font-weight: 400;
	color: #222222;	
	font-style: italic;
}

p.lead {
	font-weight: 400;
	font-size: 24px;
}

p.small {
	font-size: 14px;
}

span.date {
	display: block;
	font-size: 75%;
	color: #F05523;
	font-style: italic;
	line-height: 1.2em;
}

a.scrollDown, a.scrollDown:link, a.scrollDown:hover, a.scrollDown:visited { color: #FFFFFF; text-decoration: none; }
a.blackLink { color: #323232; }

.ugp15	{ margin-top: 15px; }
.ugp30	{ margin-top: 30px; }
.ugp60	{ margin-top: 60px; }
.ugp90	{ margin-top: 90px; }
.ugp120 { margin-top: 120px; }
.ugp180 { margin-top: 180px; }
.ugp210 { margin-top: 210px; }
.ugp240 { margin-top: 240px; }
.ugp360 { margin-top: 360px; }

.ugp-120 { margin-top: -120px; }

.ingap30 { padding: 30px 0px; }
.ingap60 { padding: 60px 0px; }
.ingap120 { padding: 120px 0px; }


.bgBlack { background-color: #323232;}
.bgBrand { background-color: #F05523;}
.bgBrand *, .bgBlack * { color: #FFFFFF; }

.centerText { text-align: center; } 


img.featureIcon { width: 75%; }

ul.topmenu li { list-style: none; margin-top: 40px;}
ul.topmenu li { display: inline; float: left; margin-right: 20px;  }
ul.topmenu li.highlight a:link, ul.topmenu li.highlight a:visited { background-color: rgba(240, 85, 35, 0.65); padding: 8px 12px; border-radius: 3px; }
ul.topmenu li.highlight a:hover {  background-color: rgba(240, 85, 35, 1);}

.sectionImage {
	background-size: cover; 
	background-position: 50% 50%;
	background-repeat: no-repeat;
	
	height: 640px;
	
}
.sectionImage *, sectionImage p {
	color: #FFFFFF;
}


.shadowIntroBox {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 3px 1px #222222;
	padding: 15px; 
	padding-bottom: 5px;
}

.shadowIntroBox p { color: #F05523; font-family: 'Lora', serif; font-style: italic; text-align: center; font-size: 24px; line-height: 1.6em;} 








.personaImage, .personaTitle {  
	display: inline;
	float: left;
	width: 69%;
	text-align: left;
}
.personaTitle { margin-left: -5%; }
.personaTitle span.date {padding-left: 0px; margin-top: 10px;} 

.personaTitle h5 { text-align: left; margin-left: 30px; line-height: 1.2em;}

.personaImage {
	width: 25%;
	margin-right: 1%;
	border-radius: 50%;
	background-color: #EFEFEF;
	background-size: cover;
}

.personaText { 
	display: block;
	clear: both; 
	padding-top: 30px;
	padding-right: 30px;
}



.cardImage {
	display: block;
	width: 100%;
	height: 180px;
	background-size: cover;
	background-position: 50% 50%;	
}

.cardTitle h5 {
	text-align: left;
	color: #F05523;
}

.cardTitle h5 span.subtitle {
	font-size: 75%;
	color: #323232;
	display: block;
	line-height: 1.4em;
}



#map {
	width: 100%;
	height: 570px;
	background-color: #F2F2F2;
}


.leaflet-popup-content-wrapper {
    border-radius: 3px;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}
.leaflet-popup-content {
    margin: 10px;
    overflow: hidden;
    width: 200px;
}
.leaflet-popup-content h3 {
	font-size: 24px;
	margin-bottom: 15px;
	padding: 0px;
}



.leaflet-popup-content p {
	margin: 0px;
	padding: 0px;
    font-size: 14px;
    color: #F05523;
}
.leaflet-popup-content img {
    display: block;
    margin-bottom: 30px;
    width: 100%;
}

a.leaflet-popup-close-button:link {
	margin-right: 2px;
	margin-top: 2px;
	color: #F05523;
}
a.leaflet-popup-close-button:hover {
	color: #000000;
}

.leaflet-control-attribution a {
	color: #F05523;
}

.leaflet-right .leaflet-control {
    margin-right: 20px;
}


ul.footermenu { list-style: none; margin: 0px; padding: 0px; margin-top: 30px; }
ul.footermenu li { margin: 0px; padding: 0px; display: block; width: 100%; } 
ul.footermenu li a:link,
ul.footermenu li a:visited { display: block; width: 100%; padding-top: 5px;  padding-bottom: 5px;  border-top: 1px dotted #F2F2F2; color: rgba(255,255, 255, 0.75); } 

ul.footermenu li:first-child a:link, 
ul.footermenu li:first-child a:visited { border-top: none; }

ul.footermenu li a:hover { color: rgba(255,255, 255, 1.0); text-decoration: none; } 

