@charset "utf-8";
body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2vw;
	background-color: #ffffff;
}
.align_CENTER {
	text-align: center;
}
.lineUP {
	margin-top: .3%;
}




.font_ITALIC {
	font-style: italic;
}


.font_BOLD {
	font-weight: bold;
}
.font_ITALIC_GRAY {
	font-style: italic;
	color: #999;

}
.font_BOLD-ITALIC {
	font-style: italic;
	font-weight: bold;
}
.font_BOLD_ORANGE {
	font-weight: bold;
	color: #F90;
}
.font_BOLD_BLUE {
	color: #09c;
	font-weight: bold;
}
.font_BLACK {
	color: #000;
}
.font_BLUE {
	color: #09c;
}
.font_GRAY {
	color: #999;
}
.font_ORANGE {
	color: #F90;
}
.font_RED {
	color: #F00;
}
.small_GRAY {
	font-size: .75vw;
	color: #999;
}



.font_1 {
	font-size: 1vw;
}
.font_1-2 {
	font-size: 1.2vw;
}
.font_1-5 {
	font-size: 1.5vw;
}
.font_1-7 {
	font-size: 1.7vw;
}
.font_1-9 {
	font-size: 1.9vw;
}
.font_3-0 {
	font-size: 3vw;
}


h1 {
	font-size: 1.3vw;
	font-weight: bold;
	color: #09C;
	display: inline;
}



.tag_11 {
  opacity: 0;
  transform: translate(-1000px, .1vh);
  transition: all 3s;
  transition-delay: .25s;
}
.tag_11.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.tag_2 {
  opacity: 0;
  transform: translate(+1000px, .1vh);
  transition: all 3s;
  transition-delay: .25s;
}
.tag_2.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.tag_1 {
  opacity: 0;
  transform: translate(0px, 10vh);
  transition: all 3s;
  transition-delay: .1s;
}

.tag_1.visible {
  opacity: 1;
  transform: translate(0, 0);
}




.page_PIC-480{
	display: none;
}





header {
	height: auto;
	width: 100%;
	background-color: none;
	padding-top: 0%;
	padding-bottom: 0%;
	position: fixed;
	float: left;
	clear: left;
	display: block;
	z-index: 1000;
}
.homeLogo {
	width: 5.2%;
	position: absolute;
	float: left;
	margin-left: 12.5%;
	margin-top: .2%;
	margin-bottom: 0%;
}
.gray_BAR {
	width: 75%;
	padding: .5% 12.5% .5% 12.5%;
	margin: 0% 0% .2% 0%;
	background-color: #999999;
	overflow: auto;
	float: left;
}
.gray_BAR a {
	text-decoration: none;
	color: #ffffff;
}
.churchNumber {
	width: 7%;
	float: left;
	font-size: .75vw;
	font-weight: normal;
	color: #ffffff;
	margin-left: 45%;
	margin-top: 0%;
	text-align: center;
	background-color: transparent;
}
.churchAddress {
	width: 20%;
	background-color: none;
	float: left;
	font-size: .75vw;
	font-weight: normal;
	color: #ffffff;
	margin-left: .1%;
	margin-top: 0%;
	text-align: center;
}


.blue_BAR{
	width: 75%;
	padding-bottom: 0%;
	background-color: #09c;
	float: left;
	padding: 0% 12.5% 0% 12.5%;
}
.blue_BAR a {
	text-decoration: none;
	color: #ffffff;
}
.churchName {
	width: 30%;
	background-color: none;
	float: left;
	font-size: 1.1vw;
	font-weight: bold;
	color: #ffffff;
	margin-left: 5%;
	margin-top: 1.5%;
	text-align: center;
}
.needPrayer {
	width: 10%;
	text-align: center;
	color: #ffffff;
	font-size: .75vw;
	font-weight: normal;
	float: left;
	margin-top: 1.75%;
	margin-left: 25%;
	background-color: none;
}
.socialMedia {
	width: 15%;
	float: left;
	margin-left: 3%;
	margin-right: 0%;
	margin-top: .6%;
	margin-bottom: .6%;
	background-color: none;
}
.facebook {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	transition: .5s ease-in-out;
}
.facebook:hover, .youtube:hover, .instagram:hover, .tiktok:hover {
  	rotate: 360deg;
}
.youtube {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	transition: .5s ease-in-out;
}

.instagram {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	transition: .5s ease-in-out;
}
.tiktok {
	width: 23.5%;
	float: left;
	transition: .5s ease-in-out;
	display: none;
}
.giveButton_PC {
	width: 5.5%;
	float: left;
	margin-top: -.4%;
	display: block;
	margin-left: 0%;
}
.giveButton_MOBILE {
	width: 5.5%;
	float: left;
	margin-top: -.4%;
	display: none;
	margin-left: 0%;
}






.topnav {
	overflow: hidden;
  	background-color: #ffffff;
	padding-left: 20%;
}
.topnav a {
  float: left;
  display: block;
  color: #F90;
  text-align: center;
  padding: 15px 16px;
  text-decoration: none;
  font-size: 18px;
}
.topnav a.active {
  background-color: #ffffff;
  color: #09c;
}
.topnav .icon {
  display: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 18px;    
  border: none;
  outline: none;
  color: #F90;
  padding: 15px 16px;
  background-color: #ffffff;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  color: #ffffff;	
  background-color: none;
  min-width: 160px;
  z-index: 1;	
}

.dropdown-content a {
  float: none;
  color: #ffffff;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
	margin-bottom: 3px;
	background-color: #09c;
	z-index: 1;
}
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: none;
  color: #09c;
	
}
.topnav a:hover, .dropdown2:hover .dropbtn2 {
  background-color: #ffffff;
  color: #09c;
	
}
.dropdown-content a:hover {
  background-color: none;
}
.dropdown:hover .dropdown-content {
  display: block;
	
}
.dropdown2:hover .dropdown-content {
  display: block;
}

.menu-480 {
	display: none;
}






.giveButton-LARGE {
	width: 4.85%;
	float: none;
	margin: 5.9% 0% 0% 75%;
	display: none;
	position: fixed;
	z-index: 2000;
}




.introVideo {
	margin-bottom: .5%;
	padding-top: 8%;

}






.theme_BAR {
	width: 100%;
	text-align: center;
	background-color: #999999;
	padding: .3% 0% .3% 0%;
	overflow: auto;
	font-weight: bold;
	font-size: 2vw;
	color:  #ffffff;
	float: left;
	margin-bottom: .5%;
}






.quickLinks {
	width: 75%;
	float: left;
	margin: 5% 12.5% 5% 12.5%;
}
.hugg_QUICKLINK {
	width: 15.8%;
	float: left;
	margin-right: 1%;
	text-align: center;
	font-weight: bold;
	color: #a2d39c;
	transition: 1s ease;
}
.calendar_QUICKLINK {
	width: 15.8%;
	float: left;
	margin-right: 1%;
	text-align: center;
	font-weight: bold;
	color: #ed1c24;
	transition: 1s ease;	
}
.ecfOnline_QUICKLINK {
	width: 15.8%;
	float: left;
	margin-right: 1%;
	text-align: center;
	font-weight: bold;
	color: #f89520;
	transition: 1s ease;	
}
.give_QUICKLINK {
	width: 15.8%;
	float: left;
	margin-right: 1%;
	text-align: center;
	font-weight: bold;
	color: #01a74f;
	transition: 1s ease;	
}
.bibleChallenge_QUICKLINK {
	width: 15.8%;
	float: left;
	margin-right: 1%;
	text-align: center;
	font-weight: bold;
	color: #2985B5;
	transition: 1s ease;	
}
.prayer_QUICKLINK {
	width: 15.8%;
	float: left;
	text-align: center;
	font-weight: bold;
	color: #d6bbda;
	transition: 1s ease;	
}
.hugg_QUICKLINK:hover, .calendar_QUICKLINK:hover, .ecfOnline_QUICKLINK:hover, .give_QUICKLINK:hover, .bibleChallenge_QUICKLINK:hover, .prayer_QUICKLINK:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: 1s ease;
}
.quickLinks_PIC {
	width: 100%;
	float: left;
	margin-bottom: 2%;
}
.quickLinks_VERBIAGE {
	width: 100%;
	float: left;
	text-align: center;
}






.serviceSchedule_PANEL {
	width: 100%;
	padding-bottom: .75%;
	background-color: none;
	background-image: url('images/serviceSchedule.jpg');
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
	float: left;
	margin-bottom: 5%;
}
.serviceSchedule_VERBIAGE-1 {
	width: 16%;
	float: left;
	font-size: 1.1vw;
	color: #ECEC00;
	text-align: center;
	margin-top: 16.5%;
	margin-left: 2% ;
	background-color: none;
}
.serviceSchedule_VERBIAGE-2 {
	width: 16%;
	float: left;
	font-size: 1.1vw;
	color: #ECEC00;
	text-align: center;
	margin-top: 16.5%;
	margin-left: 2%;
}
.serviceSchedule_VERBIAGE-3{
	width: 17%;
	float: left;
	font-size: 1.1vw;
	color: #ECEC00;
	text-align: center;
	margin-top: 16.5%;
	margin-left: 2%;
}







.featuredVideos_PANEL {
	width: 75%;
	overflow: auto;
	background-color:none;
	margin: 0% 12.5% 5% 12.5%;
	text-align: center;
}
.featuredVideosPanel_TITLE {
	width: 100%;
	overflow: auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.5vw;
	background-color: none;
	margin-bottom: 1.5%;
	color: #999999;
}
.featuredVideo_INFO-A {
  	position: relative;
   	float: left;
  	width: 33.3%;
  	text-align: center;
	overflow: auto;
	background-color: none;
	padding: 1.5% 0% 30% 0%;
	background-image: url('images/sermonsSeries/sermonSeries_SUMMER.jpg');
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
}
.featuredVideo_INFO-B {
  	position: relative;
   	float: left;
  	width: 33.3%;
  	text-align: center;
	overflow: auto;
	background-color: none;
	padding: 1.5% 0% 30% 0%;
	background-image: url('images/featuredVideos_TODAYSERMON.jpg');
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
}
.featuredVideo_INFO-C {
  	position: relative;
   	float: left;
  	width: 33.3%;
  	text-align: center;
	overflow: auto;
	background-color: none;
	padding: 1.5% 0% 30% 0%;
	background-image: url('images/featuredVideos_PLANTINGSEED.jpg');
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
}
.featuredVideo_TOP {
  	position: absolute;
  	display: inline-block;
  	width: 88%;
	padding: 60% 0% 15% 0%;
  	height: auto;
	left: 0;
  	right: 0;
  	margin: 0% auto 0% auto;
	border-width: .15vw;
	border-style: solid;
	border-color: #ffffff;
	transition: 950ms ease;
	background-color: none;
	font-weight: bold;
	font-size: 2vw;
	font-stretch: extra-condensed;
	color: #ffffff;
}
.featuredVideo_BOTTOM {
	position: absolute;
  	display: inline-block;
  	width: 84%;
	padding: 58% 2% 7% 2%;
  	height: auto;
	left: 0;
  	right: 0;
  	margin: 0% auto 0% auto;
	border-width: 0vw;
	border-style: solid;
	border-color: #ffffff;
  	opacity: 0;
	transition: 950ms ease;
	background-color: rgba(0, 0, 0, 0.5);
	font-weight: bold;
	font-size: 1.4vw;
	color: #ffffff;
}
.featuredVideo_INFO-A:hover .featuredVideo_BOTTOM {
  opacity: 1;
  margin: auto;
 }
.featuredVideo_INFO-A:hover .featuredVideo_TOP {
  opacity: 0;
  margin: auto;
 }
.featuredVideo_INFO-B:hover .featuredVideo_BOTTOM {
  opacity: 1;
  margin: auto;
 }
.featuredVideo_INFO-B:hover .featuredVideo_TOP {
  opacity: 0;
  margin: auto;
 }
.featuredVideo_INFO-C:hover .featuredVideo_BOTTOM {
  opacity: 1;
  margin: auto;
 }
.featuredVideo_INFO-C:hover .featuredVideo_TOP {
  opacity: 0;
  margin: auto;
 }










.sermonSeries_PANEL {
	width: 100%;
	padding-bottom: 36%;
	background-color: none;
	background-image: url('images/sermonsSeries/sermonSeries_POSSESSINGTHEPROMISES.jpg');
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
	float: left;
	margin-bottom: 5%;
}










.newsEvents_PANEL {
	width: 100%;
	overflow: auto;
	background-color:transparent;
	padding: 0% 0% 1% 0%;
	margin: 0% 0% 5% 0%;
	float: left;

}
.newsEventsPanel_TITLE {
	width: 100%;
	overflow: auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.5vw;
	background-color:transparent;
	margin-bottom: 0%;
	color: #999999;
}







.sermon_PANEL {
	width: 100%;
	padding-bottom: 3%;
	background-color: none;
	background-image: url('images/youTubePanel_PIC.jpg');
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
	float: left;
	margin-bottom: 1%;
}
.livestreamCountdown {
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	color: #f89520;
	padding: .5% 0% .5% 0%;
	font-size: 1.4vw;
	font-weight: bold;
	margin-top: 1%;
}
.sermonPanel_INFO {
	width: 25%;
	background-color: none;
	margin: 2% 0% 0% 60%;
}
.sermonPanel_VERBIAGE {
	width: 100%;
	font-size: 2vw;
	font-weight: bold;
	text-align: center;
	color: #999999;
	margin: 0% 0% 0% 0%;
}
.sermonPanel_VERBIAGE a {
	color: #f90;
	text-decoration: none;
}
.sermonPanel_PIC {
	width: 100%;
	font-size: 2vw;
	font-weight: bold;
	text-align: center;
	color: #999999;
	margin: 0% 0% 0% 0%;
}
.sermonPanel_MOBILE {
	display: none;
}











.audaciousFaith_PANEL {
	width: 75%;
	padding-bottom: 25%;
	background-image: url('images/audaciousFaithStatement/audaciousFaith-FEB.jpg');
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
	background-position: center;
	float: left;
	margin: 3% 12.5% 3% 12.5%;
	background-color: transparent;
}
.audaciousFaithPanel_VERBIAGE {
	width: 100%;
	font-size: 1.2vw;
	font-weight: bold;
	text-align: center;
	color: #666666;
	margin: 0% 0% 3% 0%;
	float: left;
}









.prayerBaptism_PANEL {
	width: 100%;
	padding-bottom: 7%;
	background-color: none;
	background-image: url('images/prayerBaptism.jpg');
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
	float: left;
	margin-bottom: 3%;
}
.prayer_VERBIAGE {
	width: 25%;
	font-size: 2vw;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	text-shadow: .05vw .05vw .05vw #000000;
	margin: 24% 65% 0% 10%;
	background-color: transparent;
	float: left;
}
.prayer_VERBIAGE a {
	color: #f90;
	text-decoration: none;
}
.baptism_VERBIAGE {
	width: 25%;
	font-size: 2vw;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	text-shadow: .05vw .05vw .05vw #000000;
	margin: .75% 0% 0% 15%;
	background-color: transparent;
	float: left;
}
.baptism_VERBIAGE a {
	color: #f90;
	text-decoration: none;
}
.prayerBaptism_PANEL-MOBILE {
	display: none;
}







.waysToGive_PANEL {
	width: 75%;
	padding: 0% 12.5% 0% 12.5%;
	margin-bottom: 7%;
	float: left;
}

.waysToGive_TITLE {
	width: 100%;
	font-weight: bold;
	font-size: 2vw;
	color: #5CCC76;
	text-align: center;
	margin-bottom: 2%;
	float: left;
}

.waysToGive_WEBSITE {
	width: 19%;
	margin: 0% .5% 0% .5%;
	padding: 0% 0% 1% 0%;
	float: left;
	color: #5CCC76;
	box-sizing: border-box;
	border-width: .1vw;
	border-style: solid;
	border-color: #5CCC76;
	border-radius: .75vw;
	transition: all .5s ease-in-out;
}
.waysToGive_WEBSITE:hover {
	text-decoration: none;
	transform: translateY(1.5vw);
	border-color: #666666;
	color: #666666;
}
.waysToGive_WEBSITE:hover .waysToGiveInfo_PIC {
	filter: brightness(0%);
}
.waysToGive_WEBSITE a{
	color: #F90;
	text-decoration: none;
}

.waysToGive_BANKAPP {
	width: 19%;
	margin: 0% .5% 0% .5%;
	padding: 0% 0% 1% 0%;
	float: left;
	color: #5CCC76;
	box-sizing: border-box;
	border-width: .1vw;
	border-style: solid;
	border-color: #5CCC76;
	border-radius: .75vw;
	transition: all .5s ease-in-out;
}
.waysToGive_BANKAPP:hover {
	text-decoration: none;
	transform: translateY(1.5vw);
	border-color: #666666;
	color: #666666;
}
.waysToGive_BANKAPP:hover .waysToGiveInfo_PIC {
	filter: brightness(0%);
}
.waysToGive_BANKAPP a{
	color: #F90;
	text-decoration: none;
}

.waysToGive_MAIL {
	width: 19%;
	margin: 0% .5% 0% .5%;
	padding: 0% 0% 1% 0%;
	float: left;
	color: #5CCC76;
	box-sizing: border-box;
	border-width: .1vw;
	border-style: solid;
	border-color: #5CCC76;
	border-radius: .75vw;
	transition: all .5s ease-in-out;
}
.waysToGive_MAIL:hover {
	text-decoration: none;
	transform: translateY(1.5vw);
	border-color: #666666;
	color: #666666;
}
.waysToGive_MAIL:hover .waysToGiveInfo_PIC {
	filter: brightness(0%);
}
.waysToGive_MAIL a{
	color: #F90;
	text-decoration: none;
}

.waysToGive_SELFADDRESS {
	width: 19%;
	margin: 0% .5% 0% .5%;
	padding: 0% 0% 1% 0%;
	float: left;
	color: #5CCC76;
	box-sizing: border-box;
	border-width: .1vw;
	border-style: solid;
	border-color: #5CCC76;
	border-radius: .75vw;
	transition: all .5s ease-in-out;
}
.waysToGive_SELFADDRESS:hover {
	text-decoration: none;
	transform: translateY(1.5vw);
	border-color: #666666;
	color: #666666;
}
.waysToGive_SELFADDRESS:hover .waysToGiveInfo_PIC {
	filter: brightness(0%);
}
.waysToGive_SELFADDRESS a{
	color: #F90;
	text-decoration: none;
}

.waysToGive_DROPPOFF {
	width: 19%;
	margin: 0% .5% 0% .5%;
	padding: 0% 0% 1% 0%;
	float: left;
	color: #5CCC76;
	box-sizing: border-box;
	border-width: .1vw;
	border-style: solid;
	border-color: #5CCC76;
	border-radius: .75vw;
	transition: all .5s ease-in-out;
}
.waysToGive_DROPPOFF:hover {
	text-decoration: none;
	transform: translateY(1.5vw);
	border-color: #666666;
	color: #666666;
}
.waysToGive_DROPPOFF:hover .waysToGiveInfo_PIC {
	filter: brightness(0%);
}
.waysToGive_DROPPOFF a{
	color: #F90;
	text-decoration: none;
}

.waysToGiveInfo_PIC {
	width: 50%;
	margin: 5% 25% 3% 25%;
	float: left;
	background-color: transparent;
	filter: brightness(100%);
	transition: all .5s ease-in-out;
}
.waysToGiveInfo_VERBIAGE {
	width: 90%;
	text-align: center;
	float: left;
	background-color: transparent;
	padding: 0% 5% 5% 5%;
	font-size: 1.1vw;
}
.waysToGive_PANEL-480{
	display: none;
}








.info_PANEL {
	width: 75%;
	margin: 0% 12.5% 2% 12.5%;
	float: left;
	padding-top: 8.15%;
}
.infoPanel_TITLE {
	width: 90%;
	margin-bottom: 1%;
	padding: .25% 0% 0% 10%;
	background-color: #09c;
	font-size: 1.5vw;
	font-weight: bold;	
	float: left;
	color: #ffffff;
}
.infoPanel_VERBIAGE {
	width: 90%;
	padding: 2% 5% 5% 5%;
	background-color: #F4F4F4;
	float: left;
	color: #333333;
}
.infoPanel_VERBIAGE a {
	text-decoration: none;
	color: #F90;
}





.pastorAndLynda {
	float: left;
	width: 20%;
	border-style: solid;
	border-width: .175vw;
	border-color: #ffffff;
	margin: 0% 1% 1% 0%;
}




.staffINFO {
	width: 100%;
	float: left;
	margin-bottom: 5%;
}
.staffPICS {
	width: 15%;
	float: left;
	margin: 0% 2% 2% 0%;
	border: thin solid #CCC;
}
.staffVERBIAGE {
	width: 73%;
	float: left;
}




.executivesINFO {
	width: 100%;
	float: left;
	margin-bottom: 10%;	
}
.executivesINFO-marginBtm {
	width: 100%;
	float: left;
	margin-bottom: 0%;	
}
.executivesPICS {
	width: 15%;
	float: left;
	margin: 0% 2% 2% 0%;
	border: thin solid #CCC;
}
.executivesVERBIAGE {
	width: 73%;
	float: left;	
}







.angelsOfHope_PICS {
	width: 15%;
	float: left;
	margin: .5% .6% .5% .6%;
	border-style: solid;
	border-color: #fff;
	border-width: .15vw;
	line-height: 0%;
	transition: all .75s ease-in-out;
}
.angelsOfHope_PICS:hover {
	border-color: #09c;
	transition: all .75s ease-in-out;
}








.calendarsThumbnail_PANEL {
	width: 100%;
	float:left;
	margin-bottom: 7%;
}
.calendars{
	width: 16%;
	margin: 0% .3% 1% .3%;
	float: left;
	border: thin solid #09c;
	box-sizing: border-box;
}
.calendars_LINK {
	width: 16%;
	margin: 0% .3% 1% .3%;
	float: left;
	border: thin solid #f90;
  	box-sizing: border-box;	
}

.newsEvents_INFOPANEL {
	width: 100%;
	margin-bottom: 2%;
	border-top-style: dotted;
	border-top-width: .15vw;
	border-top-color: #ffffff;
	padding-top: 2%;
	float: left;	
}
.newsEventsInfoPanel_PIC {
	width: 20%;
	float: left;
	margin-right: 2%;
}
.newsEventsInfoPanel_VERBIAGE {
	width: 78%;
	float: left;
	font-size: 1.1vw;
	color: #666666;
}
.newsEventsInfoPanel_VERBIAGE a {
	text-decoration: none;
	color: #f90;
}





.weeklySermon_PANEL {
	width: 100%;
	float: left;
	background-color: transparent;
	margin-bottom: 2%;
	transition: 1s ease;
}
.weeklySermon_PANEL:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: 1s ease;
}
.weeklySermonPanel_PIC-A {
	width: 12%;
	float: left;
	margin-right: 1%;
	border-style: solid;
	border-color: #FFE4BC;
	border-width: .15vw;
	box-sizing: border-box;
}
.weeklySermonPanel_PIC-B {
	width: 12%;
	float: left;
	margin-right: 1%;
	border-style: solid;
	border-color: #BCEEFF;
	border-width: .15vw;
	box-sizing: border-box;
	
}
.weeklySermonPanel_INFO-A {
	width: 85%;
	float: left;
	background-color: #FFE4BC;
	color: #f90;
	font-size: 1.0vw;
	padding: 1% 1% 0% 1%;
}
.weeklySermonPanel_INFO-B {
	width: 85%;
	float: left;
	background-color: #BCEEFF;
	color: #09c;
	font-size: 1.0vw;
	padding: 1% 1% 0% 1%;
	
}
.weeklySermonPanel_VERBIAGE {
	width: 76%;
	float: left;
	margin-right: 2%;
	margin-top: 0%;
	background-color: transparent;
}
.weeklySermonPanel_ICONS {
	width: 22%;
	float: right;
	margin-top: .85%;
	margin-bottom: 1.5%;
}
.sermonVideo_ICON {
	width: 48%;
	float: left;
	margin-right: 4%;
}
.sermonNotes_ICON {
	width: 48%;
	float: left;
}

.sermonArchives_PANEL{
	width:95%;
	padding-left: 5%;
	float: left;
	background-color: transparent;
	color: #999999;
	font-size: .75vw;
	font-weight: normal;
}
.sermonArchives_PANEL a{
	text-decoration: none;
	color: #f90;
}
.sermonArchives_PANEL a:hover{
	text-decoration: underline;
	color: #f90;
}
.sermonArchives_FONT {
	font-size: .9vw;
	font-weight: bold;
}








.contact_PANEL{
	width: 46%;
	float: left;
	margin: 2% 2% 2% 2%;
	background-color: transparent;
}
.contact_PIC {
	width: 40%;
	float: left;
	margin-right: 2%;
	background-color: transparent;
}
.contact_INFO {
	width: 58%;
	float: left;
	background-color: transparent;
}




.credits {
	width: 60%;
	padding: 3% 20% 10% 20%;
	font-size: .95vw;
	background-color: #F90;
	float: left;
}
.credits a {
	color: inherit;
	text-decoration: none;
}
.credits a:hover {
	color: inherit;
	text-decoration: underline;
}
.credits_PANEL-1 {
	width: 35%;
	float: left;
	color: #000;
}
.credits_PANEL-2 {
	width: 21.6%;
	float: left;
	color: #ffffff;
}
.credits_PANEL-3 {
	width: 21.6%;
	float: left;
	color: #ffffff;
}
.credits_PANEL-4 {
	width: 21.6%;
	float: left;
	color: #ffffff;
}





.payPal_BTN {
	display: block;	
}
.payPal_BTN a {
	float: left;
	height: auto;
	width: 25%;
	margin-right: 3%;
	margin-left: 18%;
	margin-top: 5%;
	margin-bottom: 15%;
	background-color: #F5F5F5;
	display: block;
	padding: 2%;
	border-radius: 3%/6%;
}
.payPal_BTN a:hover {
	background-color: #F0FCFF;
	display: block;
}
.bluePay_BTN {
	display: block;
}
.bluePay_BTN a {
	float: left;
	height: auto;
	width: 25%;
	margin-right: 18%;
	margin-left: 3%;
	margin-top: 5%;
	margin-bottom: 15%;
	background-color: #F5F5F5;
	display: block;
	padding: 2%;
	border-radius: 3%/6%;
}
.bluePay_BTN a:hover {
	background-color: #F0FCFF;
	display: block;
}



