/* BEGIN SITE-WIDE STYLES */
		
/* BEGIN CONTACT US POP-UP BOX */

.contactPopupBackground{
	background:rgba(0,0,0,.4);
	cursor:pointer;
	display:none;
	height:100%;
	position:fixed;
	text-align:center;
	top:0;
	width:100%;
	z-index:1000;
}

.contactPopup {
	background-color: #fff;
	box-shadow: 10px 10px 60px #555;
	display: inline-block;
	width: 80%;
	height: auto;
	vertical-align: middle;
	position: relative;
	padding: 2%;
	font-size: 2vw;
}

.contactPopupCloseButton {
	background-color: #fff;
	border: .1vw solid #999;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	font: bold 4vw/3.6vw Arial,sans-serif;
	position: absolute;
	top: 1%;
	right: 1%;
	width: 3.6vw;
	height: 3.6vw;
	text-align: center;
}

.contactPopupCloseButton:hover {
	background-color: #ccc;
}

.contactPopupInfoContainer {
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 2.0vw;
}

.contactPopupRow {
	padding: 1% .5%;
}		

.contactPopupOddLine {
	background-color:rgba(140,198,64,0.5);
}

.contactPopupEvenLine {
	background-color:rgba(140,198,64,0.2);
}

/* END CONTACT US POP-UP BOX */

* {
	box-sizing: border-box;
}

html {
	text-transform: center;
}

body {
	display: flex;
	flex-direction: column;
	font: normal 1.5vw/1.8vw Arial,sans-serif;
	background-color: #fff;
	margin: 0px;
}

img {
	width: 100%;
}

.bodyWrapper {
	max-width: 1920px;
	flex: 1 0 auto;	
}

.getInLine{
	display: inline-block;
}

#headerWrapper {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: rgba(255,255,255,1.0);
	border-bottom: .15vw solid rgba(140,198,64,1.0);
	padding-bottom: 1%;
	width: 100%;
	height: 10%;
	z-index: 100;
}

#headerLeft {
	flex-basis: 20%;
	flex-direction: column;
	
}

#headerCenter {
	flex-basis: 40%;
	vertical-align: top;
	text-align: center;
}

#headerRight {
	flex-basis: 15%;
	flex-direction: column;
	
}

#headerLogo {
	padding-top: 5%;
	padding-left: 15%;
	padding-right: 10%;
	width: 100%;
	transition: 0.2s;
}

#headerText {
	padding: 0%;
	padding-top: 3%;
	font: normal 2vw/3.6vw Arial,sans-serif;
	color: rgba(51,51,51,1.00);
	width: 100%;
}

#headerTextLine1 {
	font: normal 1.6vw/2vw Arial,sans-serif;
}

#headerTextLine2 {
	font: italic 1.6vw/2vw Arial,sans-serif;
}

#headerTextLine3 {
	font: normal 1.2vw/1.6vw Arial,sans-serif;
}

#headerTextLine3 a:link {
	text-decoration: underline;
	color: rgba(30,73,34,1.0);
}

#headerTextLine3 a:active, #headerTextLine3 a:hover, #headerTextLine3 a:visited {
	text-decoration: none;
	color: rgba(30,73,34,1.0);
}

#headerInstagram,
#headerFacebook,
#headerTwitter,
#headerYouTube,
#headerLinkedIn {
	width: 10%;
	padding-top: 3%;
	padding-right: 1%;
	padding-left: 1%;
}

#headerInstagram a:link img,
#headerInstagram a:visited img,
#headerInstagram a:active img,
#headerFacebook a:link img,
#headerFacebook a:visited img,
#headerFacebook a:active img,
#headerTwitter a:link img,
#headerTwitter a:visited img,
#headerTwitter a:active img,
#headerYouTube a:link img,
#headerYouTube a:visited img,
#headerYouTube a:active img,
#headerLinkedIn a:link img,
#headerLinkedIn a:visited img,
#headerLinkedIn a:active img{
	filter: grayscale(70%);
	-webkit-filter: grayscale(50%);
}

#headerInstagram a:hover img,
#headerFacebook a:hover img,
#headerTwitter a:hover img,
#headerYouTube a:hover img,
#headerLinkedIn a:hover img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

#headerContactUs,
#headerDonate {
	padding-top: 4%;
	padding-right: 15%;
}

#headerContactUs img, #headerDonate img {
filter: grayscale(50%);
-webkit-filter: grayscale(50%);
}

#headerContactUs a:hover img, #headerDonate a:hover img {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
}

#stickyHeaderWrapper {
	position: fixed;
	top: 0;
	display: none;
	width: 100%;
	padding-top: 0.5%;
	height: auto;
	vertical-align: top;
	text-align: center;
	color: rgba(0,51,0,1.00);
	background-color: rgba(255,255,255,1.0);
	border-bottom: .15vw solid rgba(140,198,64,1.0);
	z-index: 200;
}

#stickyHeaderLogo {
	padding-top: 0.0%;
	padding-right: 0%;
	padding-bottom: 1%;
	padding-left: 2%;
	vertical-align: top;
	width: 7.0%;
	transition: 0.2s;
}

#stickyHeaderSocial {
	width: 15%;
	padding-top: 0.5%;
	padding-left: 0.5%;
	vertical-align: top;
	text-align: center;
}

#stickyHeaderInstagram,
#stickyHeaderFacebook,
#stickyHeaderTwitter,
#stickyHeaderYouTube,
#stickyHeaderLinkedIn {
	width: 16%;
	padding-right: 1.5%;
	padding-left: 1.5%;
}

#stickyHeaderInstagram a:link img,
#stickyHeaderInstagram a:visited img,
#stickyHeaderInstagram a:active img,
#stickyHeaderFacebook a:link img,
#stickyHeaderFacebook a:visited img,
#stickyHeaderFacebook a:active img,
#stickyHeaderTwitter a:link img,
#stickyHeaderTwitter a:visited img,
#stickyHeaderTwitter a:active img,
#stickyHeaderYouTube a:link img,
#stickyHeaderYouTube a:visited img,
#stickyHeaderYouTube a:active img,
#stickyHeaderLinkedIn a:link img,
#stickyHeaderLinkedIn a:visited img,
#stickyHeaderLinkedIn a:active img{
	filter: grayscale(70%);
	-webkit-filter: grayscale(50%);
}

#stickyHeaderInstagram a:hover img,
#stickyHeaderFacebook a:hover img,
#stickyHeaderTwitter a:hover img,
#stickyHeaderYouTube a:hover img,
#stickyHeaderLinkedIn a:hover img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

#stickyHeaderText {
	padding-top: 0.5vw;
	width: 50%;
	text-align: center;
	color: rgba(51,51,51,1.00);
}

#stickyHeaderTextLine1 {
	font: normal ,8vw/0.1vw Arial,sans-serif;
}

#stickyHeaderTextLine2 {
	font: italic .8vw/0.1vw Arial,sans-serif;
}

#stickyHeaderContactUs,
#stickyHeaderDonate {
	vertical-align: top;
	padding-top: 0.2%;
	padding-right: 0.5%;
	padding-left: 0.5%;
	width: 11.5%;
}

#stickyHeaderContactUs img, #stickyHeaderDonate img {
filter: grayscale(50%);
-webkit-filter: grayscale(50%);
}

#stickyHeaderContactUs a:hover img, #stickyHeaderDonate a:hover img {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
}		
#navWrapper{
	width: 100%;
	border-bottom: .15vw solid rgba(140,198,64,1.0);
	text-align: center;
	font: normal 1.4vw/2vw Arial,sans-serif;
	color: rgba(0,51,0,1.00);
	background-color: rgba(255,255,255,1.0);
	position: sticky;
	top: auto;
	z-index: 100;
}

#navLinksWrapper {
}

#navLinksWrapper a:link, a:visited, a:hover, a:active {
	color: black;
	text-decoration: none;
}

#navLinksWrapper ul {
	margin: 0;
	list-style-type: none;
	background: #fff;
	text-align: center;
}

#navLinksWrapper ul > li {
	margin: 0;
	padding: 0.4vw 1.4vw 0.4vw 1.4vw;
	display: inline-block;

}

#navLinksWrapper ul > li:hover #clientportal,
#navLinksWrapper ul > li:hover #careers,
#navLinksWrapper ul > li:hover #subscribe,
#navLinksWrapper ul > li:hover #faq,
#navLinksWrapper ul > li:hover #ceoblog{
	padding: 0.4vw 0.0vw;
	background: #ddd;
	-webkit-border-radius: 1.2vw;
	-moz-border-radius: 1.2vw;
	border-radius: 1.2vw;
	-webkit-transition: .2s;
	transition: .2s;
}

#navLinksWrapper ul > li:hover #services,
#navLinksWrapper ul > li:hover #news,
#navLinksWrapper ul > li:hover #about {
	background: #ddd;
	padding: 0.4vw 0.0vw;
	-webkit-border-radius: 1.2vw 1.2vw 0 0;
	-moz-border-radius: 1.2vw 1.2vw 0 0;
	border-radius: 1.2vw 1.2vw 0 0;
	-webkit-transition: .2s;
	transition: .2s;
}		

#navLinksWrapper ul > li:hover > ul {
	-webkit-transition: .2s;
	transition: .2s;
	visibility: visible;
	opacity: 1;
}

#navLinksWrapper ul > li > ul {
	background: #ddd;
	margin: 0;
	padding: 0;
	padding-top: 0.1vw;
	padding-bottom: 0.1vw;
	position: absolute;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 0 4% 0 0;
	visibility: hidden;
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 0;
}

#navLinksWrapper ul > li > ul > li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0.2vw 1.2vw 0.2vw 1.2vw;
	background: #ddd;
	text-align: left;
	font: normal 1.2vw/1.4vw Arial,sans-serif;
	color: rgba(0,51,0,1.00);			
}

#navLinksWrapper ul > li > ul > li:hover {
	background: #bbb;
}

#navLinksWrapper ul > li > ul > li > ul {
	top: 0;
	left: 100%;
	padding-top: 0;
	z-index: 100;
	background: #bbb;
	visibility: hidden;
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 0;
}

#navLinksWrapper ul > li > ul > li > ul > li {
	margin: 0;
	padding: 0.2vw 1.2vw 0.2vw 1.2vw;
	background: #bbb;
	clear: both;
	text-align: left;
	font: normal 1.2vw/1.4vw Arial,sans-serif;
	color: rgba(0,51,0,1.00);			
}

#navLinksWrapper ul > li > ul > li > ul > li:hover {
	background: #999;
}

#navLinksWrapper ul > li > ul > li .services,
#navLinksWrapper ul > li > ul > li .news,
#navLinksWrapper ul > li > ul > li .about,
#navLinksWrapper ul > li > ul > li .programs,
#navLinksWrapper ul > li > ul > li .counties,
#navLinksWrapper ul > li > ul > li .newsletters,
#navLinksWrapper ul > li > ul > li .trainings {
	margin-left: 0;
	text-align: left;
	width: 100%;
	height: auto;
}

#navLinksWrapper ul > li > ul > li > ul > li > ul {
	top: 0;
	left: 100%;
	z-index: 100;
	background: #999;
	visibility: hidden;
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 0;
}

#navLinksWrapper ul > li > ul > li > ul > li > ul > li {
	margin: 0;
	padding: 0.2vw 1.2vw 0.2vw 1.2vw;
	background: #999;
	clear: both;
	text-align: left;
	font: normal 1.2vw/1.4vw Arial,sans-serif;

}

#navLinksWrapper ul > li > ul > li > ul > li > ul > li:hover {
	background: #666;
}

.sectionWrapper {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	max-width: 1920px;
	height: auto;
}

.sectionHeaderText {
	font: normal 2.6vw/3.0vw Arial,sans-serif;
	flex-flow: column wrap;
	width: 100%;
	padding: 2% 0;
	margin: 0;
}

.sectionHeaderSubText {
	font: normal 1.8vw/2.2vw Arial,sans-serif;
	flex-flow: column wrap;
	width: 100%;
	padding: 2% 0;
	margin: 0;
}

.sectionHeaderSubText a:link, a:visited, a:hover, a:active {
	color: black;
}

.footer {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 1.5%;
	border-top: .1vw solid rgba(140,198,64,1.0);
	text-align: left;
	font: normal 1.2vw/1.8vw Arial,sans-serif;
	color: rgba(255,255,255,1.00);
	background-color: rgba(30,73,34,1.0);
}

#footerText {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-basis: 60%;

}

#footerSocial {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	flex-basis: 40%;
}

#footerInstagram,
#footerFacebook,
#footerTwitter,
#footerYouTube,
#footerLinkedIn {
	width: 10%;
	padding-right: 2%;
	padding-left: 2%;
}

#footerInstagram a:link img,
#footerInstagram a:visited img,
#footerInstagram a:active img,
#footerFacebook a:link img,
#footerFacebook a:visited img,
#footerFacebook a:active img,
#footerTwitter a:link img,
#footerTwitter a:visited img,
#footerTwitter a:active img,
#footerYouTube a:link img,
#footerYouTube a:visited img,
#footerYouTube a:active img,
#footerLinkedIn a:link img,
#footerLinkedIn a:visited img,
#footerLinkedIn a:active img{
	filter: grayscale(70%);
	-webkit-filter: grayscale(50%);
}

#footerInstagram a:hover img,
#footerFacebook a:hover img,
#footerTwitter a:hover img,
#footerYouTube a:hover img,
#footerLinkedIn a:hover img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}


.pageOnlyOneColumn {
	width: 70%;
	text-align: left;
	
}


/* END SITE-WIDE STYLES */

/* BEGIN HOME PAGE STYLES */
	
.mySlides {
	display: none;
}

.mySlidesMeet {
	display: none;
}

.slideshow-container {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px;
	border: 0px;
	float: left;
	z-index: 0;
	background-color: rgba(51, 51, 51, 1.0);
}
.slideshow-containerMeet {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px;
	float: left;
	z-index: 0;
	background-color: rgba(51, 51, 51, 1.0);
}

.slideshow-container img {
	opacity: 1.0;
}

.slideshow-containerMeet img {
	opacity: 1.0;
}

/* Next & previous buttons */
.prevButton, .nextButton {
	cursor: pointer;
	position: absolute;
	top: 12vw;
	width: auto;
	padding: 1.5vw;
	margin-top: 0vw;
	color: gray;
	opacity: .05;
	font: bold 5vw/5vw Arial,sans-serif;
	transition: 0.6s ease;
	z-index: 0;
}

.prevButton {
	left: 0;
	padding-right: 2.5vw;
	border-radius: 0 5vw 5vw 0;
}

/* Position the "next button" to the right */
.nextButton {
	right: 0;
	padding-left: 2.5vw;
	border-radius: 5vw 0 0 5vw;
}

/* On hover, add a black background color with a little bit see-through */
.prevButton:hover, .nextButton:hover {
	background-color: rgba(31, 73, 34, .4);
	color: white;
	opacity: 1;
}

/* Recovery text */
.recoveryText {
	display: none;
	color: rgba(255, 255, 255, 1.0);
	font: bold 4vw/3vw Arial,sans-serif;
	-webkit-filter: drop-shadow(0.3vw 0.3vw 0.2vw #333333);
	filter: drop-shadow(0.3vw 0.3vw 0.2vw #333333);
	padding: 1vw 2vw 1vw 2vw;
	position: absolute;
	top: 13.2vw;
	width: 100%;
	text-align: center;
	z-index: 50;
}

/* Caption text */
.captionText {
	color: rgba(255, 255, 255, 1.0);
	font: bold 4vw/3vw Arial,sans-serif;
	-webkit-filter: drop-shadow(0.3vw 0.3vw 0.2vw #333333);
	filter: drop-shadow(0.3vw 0.3vw 0.2vw #333333);
	padding: 0;
	position: absolute;
	bottom: 2vw;
	width: 100%;
	text-align: center;
}


/* The dots/bullets/indicators */
.dot {
	background-color: rgba(255, 255, 255, 0.0);
	position: relative;
	top: -2vw;
	cursor: pointer;
	height: 1vw;
	width: 1vw;
	margin: 0 0.5vw;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}


.active, .dot:hover {
	background-color: rgba(255, 255, 255, 0.0);
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2s;
	animation-name: fade;
	animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 636px) {
  .text {font-size: 11px}
}

/* Close the 20px gap between rotator and ticker left by dot div */
.ticker-wrap {top: 0px}

span.italic {font-style: italic}

.meetCampaignWrapper {
	flex: 1 0 0;
	min-width: 35%;
	height: auto;
	margin: 5% 5% 5% 5%;
}

.meetCampaign {
	width: 100%;
	height: auto;
	margin: 0% 0% 10% 0%;
	-webkit-filter: drop-shadow(0.3vw 0.3vw 0.2vw #333333);
	filter: drop-shadow(0.3vw 0.3vw 0.2vw #333333);
	position: relative;
}

.meetCampaign img{
	-webkit-border-radius: 2vw;
	-moz-border-radius: 2vw;
	border-radius: 2vw;
}

.meetCampaignInsideTextHeader {
	color: rgba(255, 255, 255, 1.0);
	font: bold 3.0vw/0vw Arial,sans-serif;
	-webkit-filter: drop-shadow(0.3vw 0.3vw 0.2vw #333333);
	filter: drop-shadow(0.3vw 0.3vw 0.2vw #333333);
	padding: 0;
	position: absolute;
	text-align: left;
	top: 50%;
	left: 5%;
}

.meetCampaignInsideTextQuote {
	color: rgba(255, 255, 255, 1.0);
	font: 500 italic 2.4vw/2.4vw Arial,sans-serif;
	-webkit-filter: drop-shadow(0.3vw 0.3vw 0.2vw #333333);
	filter: drop-shadow(0.3vw 0.3vw 0.2vw #333333);
	padding: 0;
	position: absolute;
	text-align: left;
	top: 64%;
	left: 4%;
}

.meetCampaignInsideTextMore {
	color: rgba(255, 255, 255, 1.0);
	font: bold 1.8vw/0vw Arial,sans-serif;
	-webkit-filter: drop-shadow(0.3vw 0.3vw 0.2vw #333333);
	filter: drop-shadow(0.3vw 0.3vw 0.2vw #333333);
	padding: 2vw;
	background-color: rgba(255, 255, 255, .1);
	border: .1vw solid #fff;
	-webkit-border-radius: 1.5vw;
	-moz-border-radius: 1.5vw;
	border-radius: 1.5vw;
	position: absolute;
	text-align: left;
	top: 90%;
	right: 5%;
	-webkit-transition: .2s;
	transition: .2s;

}

@media screen and (max-width: 636px) {
	.meetCampaignInsideTextMore {
		font: bold 4.0vw/0vw Arial,sans-serif;
		padding: 4vw;
		-webkit-border-radius: 3.0vw;
		-moz-border-radius: 3.0vw;
		border-radius: 3.0vw;
	}
}


.meetCampaignInsideTextMore a,
.meetCampaignInsideTextMore a:hover,
.meetCampaignInsideTextMore a:active,
.meetCampaignInsideTextMore a:visited {
	color: rgba(255, 255, 255, 1.0);
	font: bold 1.8vw/0vw Arial,sans-serif;
	text-decoration-line: none;
	}

a:hover .meetCampaignInsideTextMore  {
	background-color: rgba(255, 255, 255, 0.5);
}	

.facebookFeedWrapper {
	flex: 1 0 0;
	width: 500px;
	min-width: 350px;
	max-width: 750px;
	height: 100%;
	margin: 5% 0% 0% 0%;
}

#fb-page {
	flex: 1 0 0;
	height: 100%;
}

@media screen and (max-width: 636px) {
	.facebookFeedWrapper {width: 100%;}
	.fb-page {data-width: 400;}
}

/* END HOME PAGE STYLES */

/* BEGIN ABOUT PAGE STYLES */

.aboutWrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	max-width: 1920px;
	height: auto;
}

.aboutPhotoTitlePairs {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 1%;
	width: 25%;
	height: auto;
}

.aboutPhoto, .aboutText {
	display: flex;
	flex-flow: column wrap;
	width: 50%;
}

.aboutPhoto img {
	-webkit-border-radius: 1vw;
	-moz-border-radius: 1vw;
	border-radius: 1vw;
	}

.aboutTextBig {
	font: bold 1.5vw/1.8vw Arial,sans-serif;
	margin: 2% 0;
}

.aboutTextMedium {
	font: bold 1.3vw/1.5vw Arial,sans-serif;
	margin: 2% 0;

}
.aboutTextSmall {
	font: normal 1.0vw/1.2vw Arial,sans-serif;
	margin: 2% 0;

}

/* END ABOUT PAGE STYLES */

/* BEGIN CEO BLOG PAGE STYLES */

#blogframe {
	height: 80%;
	width: 100%;
	padding: 2%;
	max-width: 1800px;
}

/* END CEO BLOG PAGE STYLES */

/* BEGIN VIDEO PAGE STYLES */

.videoThumbContainer {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 1%;
	width: 100%;
	height: auto;
}

.videoThumb, .videoDetails{
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	width: 50%;
	height: auto;
}

.videoThumb img {
	-webkit-border-radius: 1.5vw;
	-moz-border-radius: 1.5vw;
	border-radius: 1.5vw;
	}

.videoResources {
	text-align: left;
}

.videoTextBig, .videoTextBig a {
	font: bold 2vw/2.4vw Arial,sans-serif;
	margin: 2% 0;
}

.videoTextMedium {
	font: bold 1.5vw/1.7vw Arial,sans-serif;
	margin: 2% 0;

}

.videoTextSmall {
	font: normal 1.2vw/1.4vw Arial,sans-serif;
	margin: 2% 0;

}

/* END VIDEO PAGE STYLES */

/* BEGIN FAQ PAGE STYLES */

.listindent a,
.listindent a:hover,
.listindent a:active,
.listindent a:visited {
	color: black;
}

/* END FAQ PAGE STYLES */

/* BEGIN SERVICES PAGE STYLES */



.rightreadmorelink,
.rightreadmorelink a:link,
.rightreadmorelink a:visited,
.rightreadmorelink a:hover,
.rightreadmorelink a:active {
	font: bold italic 1.5vw/1.8vw Arial,sans-serif;
	text-align: right;
}

.serviceWrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	max-width: 1920px;
	height: auto;
}

.serviceInfoMapPairs {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 1%;
	width: 80%;
	height: auto;
}

.serviceInfo, .serviceMap {
	display: flex;
	flex-flow: column wrap;
	width: 50%;
}

.servicePhoto img {
	-webkit-border-radius: 1vw;
	-moz-border-radius: 1vw;
	border-radius: 1vw;
}

.serviceTextVeryBig {
	font: bold 1.8vw/2.1vw Arial,sans-serif;
	margin: 2% 0;
}

.serviceTextBig {
	font: bold 1.5vw/1.8vw Arial,sans-serif;
	margin: 2% 0;
}

.serviceTextMedium {
	font: normal 1.3vw/1.5vw Arial,sans-serif;
	margin: 2% 0;
}

.serviceTextSmall {
	font: normal 1.0vw/1.2vw Arial,sans-serif;
	margin: 2% 0;
}

/* END SERVICES PAGE STYLES */



