/* BEGIN SITE-WIDE STYLES */

/* BEGIN CAREERS POP-UP BOX */

.careersPopupBackground {
	background: rgba(0,0,0,.4);
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
}

.careersPopupContainer {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}

.careersPopup {
	background-color: #fff;
	box-shadow: 10px 10px 60px #555;
	flex-flow: row wrap;
	position: relative;
	height: auto;
	width: auto;
	font-size: 2vw;
	margin: 2vw;
	padding: 1vw;
	border-radius: 3vw;
}

.careersPopupInfoContainer {
	font: normal 2vw/2.6vw Arial,sans-serif;
	padding: 1vw;
	text-align: center;
	justify-content: center;
}

.careersPopupCloseButton {
	background-color:rgba(140,198,64,1);
	border: .1vw solid #999;
	border-radius: 50%;
	cursor: pointer;
	font: bold 4vw/3.6vw Arial,sans-serif;
	position: absolute;
	top: -1.2vw;
	right: -1.2vw;
	width: 3.6vw;
	height: 3.6vw;
	text-align: center;
	align-self: center;
}

.careersPopupContinueButton {
	background-color:rgba(140,198,64,1);
	border: .1vw solid #999;
	border-radius: 3vw;
	cursor: pointer;
	font: bold 2vw/6vw Arial,sans-serif;
	width: 50%;
	height: 3.6vw;
	margin: 1.6vw;
	padding: 1vw;
	text-align: center;
}

/* END CAREERS POP-UP BOX */

/* BEGIN CONTACT US POP-UP BOX */

.contactPopupBackground,
.contactAccessOnlyBackground {
	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;
	font-size: 2vw;
	margin: 2vw;
	padding: 1vw;
	white-space: nowrap;
	border-radius: 3vw;
}

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

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

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

.contactPopupRow {
	padding: 1vw;
}		

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

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

/* END CONTACT US POP-UP BOX */

/* BEGIN EPAY POP-UP BOX */

.epayPopupBackground {
	background: rgba(0,0,0,.4);
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
}

.epayPopupContainer {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}

.epayPopup {
	background-color: #fff;
	box-shadow: 10px 10px 60px #555;
	flex-flow: row wrap;
	position: relative;
	height: auto;
	width: auto;
	font-size: 2vw;
	margin: 2vw;
	padding: 1vw;
	border-radius: 3vw;
}

.epayPopupInfoContainer {
	font: normal 2vw/2.6vw Arial,sans-serif;
	padding: 1vw;
	text-align: center;
	justify-content: center;
}

.epayPopupCloseButton {
	background-color:rgba(140,198,64,1);
	border: .1vw solid #999;
	border-radius: 50%;
	cursor: pointer;
	font: bold 4vw/3.6vw Arial,sans-serif;
	position: absolute;
	top: -1.2vw;
	right: -1.2vw;
	width: 3.6vw;
	height: 3.6vw;
	text-align: center;
	align-self: center;
}

.epayPopupContinueButton {
	background-color:rgba(140,198,64,1);
	border: .1vw solid #999;
	border-radius: 3vw;
	cursor: pointer;
	font: bold 2vw/6vw Arial,sans-serif;
	width: 50%;
	height: 3.6vw;
	margin: 1.6vw;
	padding: 1vw;
	text-align: center;
}

/* END EPAY POP-UP BOX */


* {
	box-sizing: border-box;
}


a {
	cursor: pointer;
}

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;
}

#superHeaderWrapper{
	border: 0;
  border-bottom: .15vw solid rgba(140,198,64,1.0);
	text-align: right;
	font: normal 1.6vw/1.6vw Arial,sans-serif;
	background: rgba(255,255,255,1.0) center/cover url("../images/texture.homepage.baw.1240.680.300.png") no-repeat;
	position: sticky;
	top: auto;
}

#superHeaderScreen{
	background: rgba(255,255,255,1.00);
	padding: .8vw;
}

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

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

#headerCenterLeft {
	flex-basis: 5%;
	text-align: center;
}

#headerCenter {
	flex-basis: 40%;
	text-align: center;
	padding-top: .6%;
}

#headerCenterRight {
	flex-basis: 5%;
	text-align: center;
}

#headerRight {
	flex-basis: 25%;
	flex-direction: column;
  padding: 1%;
}

#headerLogo {
	padding-top: 5%;
	padding-left: 10%;
}

#headerText {
	color: rgba(51,51,51,1.00);
	width: 100%;
}

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

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

#headerTextLine3 {
	font: normal 1.2vw/2vw 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{
}

#headerInstagram a:hover img,
#headerFacebook a:hover img,
#headerTwitter a:hover img,
#headerYouTube a:hover img,
#headerLinkedIn a:hover img {
}

#headerCallUs {
	padding-top: 4%;
	padding-right: 15%;
}

#headerDonate {
	padding-top: 6%;
	padding-right: 15%;
}

#headerChatOrEmail a:hover img,
#headerCallUs a:hover img,
#headerDonate a:hover img,
#headerEpay a:hover img {
  filter: contrast(200%);
}

#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{
}

#stickyHeaderInstagram a:hover img,
#stickyHeaderFacebook a:hover img,
#stickyHeaderTwitter a:hover img,
#stickyHeaderYouTube a:hover img,
#stickyHeaderLinkedIn a:hover img {
  filter: contrast(150%);
}

#stickyHeaderText {
	width: 50%;
	padding-top: 0.6%;
	text-align: center;
	font: normal 1.6vw/1.8vw Arial,sans-serif;
	color: rgba(51,51,51,1.00);
}

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

#stickyHeaderChatOrEmail a:hover img,
#stickyHeaderCallUs a:hover img,
#stickyHeaderDonate a:hover img,
#stickyHeaderEpay a:hover img {
  filter: contrast(200%);
}		
#navWrapper{
	width: 100%;
	border-bottom: .15vw solid rgba(140,198,64,1.0);
	text-align: center;
	font: normal 1.6vw/1.6vw 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;
	padding: 0;
	list-style-type: none;
	background: #fff;
	text-align: center;
}

#navLinksWrapper > ul {
	filter: drop-shadow(0.3vw 0.3vw 0.2vw rgba(51, 51, 51, .5));
}



#navLinksWrapper ul > li {
	margin: 0;
	padding: 0.8vw;
	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{
	background: #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: .2s;
	transition: .2s;

}

#navLinksWrapper ul > li:hover #services,
#navLinksWrapper ul > li:hover #news,
#navLinksWrapper ul > li:hover #about {
	background: #ddd;
	padding-bottom: 0.8vw;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 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.5vw;
	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.5vw 1.4vw 0.5vw 1.4vw;
	background: #ddd;
	text-align: left;
	color: rgba(0,51,0,1.00);
	font: normal 1.4vw/1.0vw Arial,sans-serif;
}

#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.5vw 1.4vw 0.5vw 1.4vw;
	background: #bbb;
	clear: both;
	text-align: left;
	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.5vw 1.4vw 0.5vw 1.4vw;
	background: #999;
	clear: both;
	text-align: left;
}

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


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

.homeBannerStack {

	padding: 0 0 2vw 0;
	filter: drop-shadow(0.3vw 0.3vw 0.2vw #333333);
}

.homeBannerStackHeaderText {

	color: rgba(255, 255, 255, 1.0);
	font: bold 5vw/6vw Arial,sans-serif;
	filter: drop-shadow(0.3vw 0.3vw 0.2vw #333333);
	position: absolute;
	justify-content: space-around;
	
}

.homeBannerStackHeaderText a:link,
.homeBannerStackHeaderText a:visited,
.homeBannerStackHeaderText a:hover,
.homeBannerStackHeaderText a:active{

	color: rgba(255, 255, 255, 1.0);
	text-decoration: none;
	
}

#homeBannerStackLast {

	margin: 0;
	padding: 0;
	
}

#homeBannerStackHeaderTextAccessServices {
	
	text-align: left;
	left: 0;
	margin-top: 7vw;
	margin-left: 7vw;
}

#homeBannerStackHeaderTextCareers {
	
	text-align: right;
	right: 0;
	margin-top: 12vw;
	margin-right: 12vw;
}

#homeBannerStackHeaderTextOurPledge {
	
	text-align: center;
	margin-top: 2vw;
}

#homeBannerStackHeaderTextOurPledgeSub {
	
	font: normal 2.2vw/3vw Arial,sans-serif;
	-webkit-filter: drop-shadow(0.1vw 0.1vw 0.1vw #333333);
	filter: drop-shadow(0.1vw 0.1vw 0.1vw #333333);
	position: absolute;
	justify-content: space-around;
	text-align: center;
	left: 0;
	margin: 9vw 14vw 0 14vw;
}

#homeBannerStackHeaderTextJoinOurOnlineCommunity {
	
	text-align: center;
	margin-top: 2vw;
	
}

#homeBannerStackHeaderTextJoinOurOnlineCommunitySub {
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	font: bold 2.5vw/2.5vw Arial,sans-serif;
	-webkit-filter: drop-shadow(0.3vw 0.3vw 0.2vw #333333);
	filter: drop-shadow(0.3vw 0.3vw 0.2vw #333333);
	position: absolute;
	left:0;
	text-align: center;
	margin: 10vw 7vw 0 7vw;
}

.homeBannerStackHeaderTextJoinOurOnlineCommunityIcon {
	
	flex: 0 1 auto;
	padding: 4vw 3vw 0 3vw;
}

.homeBannerStackHeaderTextJoinOurOnlineCommunityIcon a:hover {
	filter: contrast(150%);
}

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

.sectionHeaderSubText {
	font: bold 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 {
	flex-shrink: 0;
	padding: 2vw 2vw 2vw 2vw;
	border: 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);
}

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

/* END SITE-WIDE STYLES */

/* BEGIN HOME PAGE STYLES */

span.italic {font-style: italic}

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

.meetCampaignTopCapText {
	width: 100%;
	height: auto;
	margin: 0% 0% 5% 0%;
	text-align: center;
	font: bold italic 3vw/3vw Arial,sans-serif;
	color: rgba(51,51,51,1.00);
}

.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: 80%;
	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 */
