/*
Theme Name: 	dazzling Child
Theme URI: 		
Author: 		
Author URI: 	
Description:	Child Theme for Dazzling
Template:		dazzling
Version: 		1.6
*/

/* Theme customization starts here
-------------------------------------------------------------- */

@font-face {
    font-family: 'selimaregular';
    src: url('/fonts/selima_-webfont.woff2') format('woff2'),
         url('/fonts/selima_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* fix an issue with the template */
.container{
	padding-left: 0 !important;
}

a{
	color: #78A53B !important;
}

body{
	font-size: 15px !important;
}

p{
	font-size: 15px !important;
}


/* constant contact */
.ctct-disclosure{
	display: none;
}
.ctct-form-field label:first-child{
	display: none;
}
.ctct-form-field{
	width: 210px;
}
.ctct-form-wrapper .ctct-form-field {
  margin: 10px 0 0 0 !important;
}
.ctct-button{
	display: none;
}

.newsletterInput{
	text-align: center !important; 
	border-radius: 4px; 
	border:1px solid #ccc; 
	width:138px; 
	padding: 3px 5px; 
	height: 30px; 
	font-size: 13px; 
	margin: 0; 
	line-height: 20px;
	float: left;
}
.newsletterSubmit{
	border-radius: 4px; 
	border:1px solid #ccc; 
	height: 30px; 
	color:#78A53B !important; 
	padding: 0 5px; 
	font-size: 13px; 
	margin: 0px 0 0 3px; 
	line-height: 0; 
	font-weight: bold;
	float: left;
}








/* FIXING FOOTER BG COLOR*/
#colophon{
	padding: 20px 0 !important;
	background-color: #E7E7E8 !important;
	box-sizing: border-box;
}

.nav.navbar-nav{
	display: block !important;
	margin: 0 auto 40px auto;
}

/* Fixes for nav colors*/
.dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
	color: #fff !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #fff !important;
}

.container>.navbar-header{
	margin-right: 0 !important;
	margin-left: 0 !important; 
}


#news-documents .title{
	color: #666 !important;
	line-height: 20px;
	font-size: 12px;
	text-decoration: none !important;
}
#news-documents .title a{
	text-decoration: none !important;
}
#news-documents .document-icon{
	margin-bottom: 0px !important;
	background-color: #ededed;
	height: 220px;
	overflow: hidden;
	border-radius: 8px;
	padding: 15px 0;
	width: 23%;
	border: 0px solid #333;
	box-sizing: border-box;
}
#news-documents img{
	box-shadow: 0px 2px 1px #999;
	margin-bottom: 5px;
}


.entry-content{
	margin-top: 0 !important;
		
}

h1{
	padding: 0 !important;
	margin: 0 !important;
	font-size: 50px !important;
}
.greenTextWithGreenLine{
	font-family: 'selimaregular'; 
	color: #8dc245;
	font-size: 40px;
	font-weight: normal;
	padding: 0 0 0 0 !important;
	margin: 0 0 0px 0 !important;
	display: table !important;
	/*background-image: url(/wp-content/uploads/2017/08/h1-line2.jpg);
	background-repeat: no-repeat;*/
}
.greenTextWithGreenLine a{
	text-decoration: none;
	color: #8dc245 !important;
	transition: 0.2s color ease-out;
}
.greenTextWithGreenLine a:hover{
	text-decoration: none;
	color: #54732A !important;
}



.main-content-area{
	min-height: 450px !important;
}

#primary{
	width: 100% !important;
	padding: 0;
}

#logo{
	margin-top: 10px;
}
tainer {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.row{
	margin-right: 0px !important;
    margin-left: 0px !important;
	padding-right: 0px !important;
    padding-left: 0px !important;
}
.navbar-default{
	border: 0 !important;
}


#top-green-nav-bar{
	width: 100%; 
	height: 36px; 
	background-color: #8dc245;
	margin-bottom: 15px;
}
#top-green-nav-bar ul{
	margin: 5px auto 0 auto;
	list-style: none;
	display: table;
	padding: 7px 0 0 0;
}
#top-green-nav-bar li{
	float: left;
	color: white;
	padding: 0 30px 0 30px;
	text-transform: uppercase;
}
#top-green-nav-bar li a{
	color: white !important;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}
#top-green-nav-bar li a:hover{
	color: black;
}


.greenScriptTitle{
	font-family: 'selimaregular'; 
	font-size: 50px; 
	color: #8dc245; 
	margin-bottom: 0px; 
	background-color: transparent; 
}

.homeIntroBox{
	margin: 5px 0 10px 0;
}


#topHomeText{
	margin: 5px 0;
	padding: 10px 0px;
}

.greenBold{
	color:#8dc245;
	font-weight: bold;
}
.footerTops{
	color: #666;
	margin-bottom: 6px;
	font-weight: bold;
}

#footerTopRow a{
	text-decoration: none;
	color: #999;
}
#footerTopRow a:hover{
	color: black;
}
#veryBottomFooterRow{
	margin-top: 40px;
}
#veryBottomFooterRow div:first-child{
	text-align: left;
}
#veryBottomFooterRow div:nth-child(2){
	text-align: center;
}
#veryBottomFooterRow div:last-child{
	text-align: right;
}
#veryBottomFooterRow a{
	text-decoration: none;
	color: #999;
}
#veryBottomFooterRow a:hover{
	color: black;
}

#bottom-green-bar{
	width: 100%; 
	min-height: 105px; 
	background-color: #8dc245;
	margin: 10px 0 0 0;
}

#bottom-green-bar .col-sm-6{
	padding: 12px 6px 10px 40px;
	color: white;
	font-size: 13px;
	font-weight: normal !important;
}


#bottom-green-bar .col-sm-6 .title{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: -5px;
}






#bottom-green-bar .col-sm-6 img{
	float: left;
	margin: 7px 12px 30px 0;
}

#bottom-green-bar .col-sm-6 a{
	color:white;
	text-decoration: none;
	font-weight: bold;
}
#bottom-green-bar .col-sm-6 a:hover{
	color:black;
}

#bottom-green-bar a{
	color: white !important;
}


#headerSearchBar{
	width:360px; 
	float: right; 
	margin-right: 0px; 
	margin-top: -30px;
}

#headerSearchBar input.form-control.search-query{
	border-bottom-left-radius: 10px !important;
	border-top-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	border-top-right-radius: 10px !important;
	width: 190px !important;
	border: 1px solid #ccc !important;
	height: 28px !important;
	padding-left: 7px !important;
	float: left;
}

#headerSearchBar .headerFormBox{
	margin-right: 30px;
	float:left;
}
#headerSearchBar .headerSocialBox{
	float:right;
	margin-top: -5px;
}
#headerSearchBar .headerSearchBtn{
	background-image: url(/wp-content/uploads/2017/07/nc-search-icon.png); 
	background-repeat:no-repeat; 
	background-position: center center; 
	position: absolute; 
	margin-left: -38px; 
	background-color: transparent; 
	z-index: 10 !important;
	border: 0;
	margin-top: -3px;
}

.headerSocialBox img{
	margin-left: 10px !important;
}




.bottom-green-text{
	font-weight: bold; 
	max-width: 400px;
}



.toolsVideo{
	border:0px; 
	width:100%; 
	height:660px;
}



.grayLink{
	color: #ccc !important;
}




/**** business ****/
.businessGreenBox{
	width:100%;
	padding: 0%;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 5px solid #8dc245;
}

.businessGreenBox .subBox{
	width: 33%;
	float: left;
	background-color: white;
	box-sizing: border-box;
	padding: 15px 10px 15px 25px;
	border-right: 5px solid #8dc245;
}
.businessGreenBox .subBox:nth-child(3){
	border-right: 0px !important;
}
.businessGreenBox .subTitle{
	font-family: 'selimaregular';
	font-size: 40px;
	color: #8dc245;
}
.businessGreenBox .subDesc{
	font-size: 15px;
}


/**** agents ****/
.agentGreenHeaderTitle {
	padding: 10px 0;
	font-weight: bold;
	background-color: #8dc245;
	font-size: 30px;
	text-align: center;
	color: white;
}
.agentGreenBox {
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
	border: 5px solid #8dc245;
	margin-bottom: 20px;
}

.agentGreenBox .subBox {
	width: 49%;
	float: left;
	background-color: white;
	box-sizing: border-box;
	padding: 15px 10px 15px 25px;
	text-align: left;
}

.agentGreenBox .subBox:first-child {
	border-right: 5px solid #8dc245;
}

.agentGreenBox .subTitle {
	font-family: 'selimaregular';
	font-size: 40px;
	color: #8dc245;
}

.agentGreenBox .subDesc {
	font-size: 15px;
}



.boldTitle{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}





/**** personal ****/
.subpageGreenBox{
	width:100%;
	padding: 0px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 5px solid #8dc245;
}

.subpageGreenBox .subBox{
	width: 50%;
	float: left;
	background-color: white;
	box-sizing: border-box;
	padding: 10px 10px 15px 20px;
}
.subpageGreenBox .subBox:first-child{
	border-right: 5px solid #8dc245;
}
/*.subpageGreenBox .subBox:last-child{
	margin-left: .5%;
}*/





.subpageGreenBox .subTitle{
	font-family: 'selimaregular';
	font-size: 40px;
	color: #8dc245;
}
.subpageGreenBox .subDesc{
	font-size: 15px;
}


/**** life & health ****/
.lifeHealth_GreenBox{
	width:100%;
	padding: 0px;
	box-sizing: border-box;
	border: 5px solid #86BB48;
	background-color: #86BB48;
	margin-bottom: 20px;
}

.lifeHealth_GreenBox .subBox{
	width: 38%;
	float: left;
	background-color: white;
	box-sizing: border-box;
	padding: 5px 15px;
}
.lifeHealth_GreenBox .subBox:first-child{
	margin-right: 2%;
	width: 60%;
	background-color: transparent;
}
.lifeHealth_GreenBox .subTitle{
	font-family: 'selimaregular';
	font-size: 40px;
	color: #8dc245;
}
.lifeHealth_GreenBox .subDesc{
	font-size: 15px;
}

#life_health_icons{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#life_health_icons li{
	text-align: center;
	float: left;
	margin-right: 1%;
	width: 24%;
	transition: 0.2s all ease-out;
}
#life_health_icons li img{
	margin: 0 auto;
}
#life_health_icons li:hover{
	transform: scale(1.08, 1.08);
}
#life_health_icons li div{
	text-align: center;
	color: white;
	font-weight: bold;
}
#life_health_icons li a{
	text-decoration: none;
}

/****  business insurance ****/
.businessInsurance_GreenBox{
	width:100%;
	padding: 0px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 5px solid #86BB48;
	background-color: #86BB48;
}

.businessInsurance_GreenBox .subBox:first-child{
	color:black;
	background-color: white;
}
.businessInsurance_GreenBox .subBox:nth-child(2){
	color:white;
	background-color: #86BB48;
}

.businessInsurance_GreenBox .subBox:nth-child(2) .subTitle{
	color:white !important;
}

.businessInsurance_GreenBox .subBox:nth-child(2) a{
	color:#3D509F ;
}


.blueLink{
	color:#3D509F !important;
}

.businessInsurance_GreenBox .subBox{
	width: 38%;
	float: left;
	background-color: white;
	box-sizing: border-box;
	padding: 5px 15px;
}
.businessInsurance_GreenBox .subBox:first-child{
	margin-right: 0%;
	padding-top: 15px;
	font-family: Helvetica, Arial, "sans-serif" !important;
	width: 60%;
	background-color: white;
	color:black;
}

.businessInsurance_GreenBox .subTitle{
	font-family: 'selimaregular';
	font-size: 40px;
	color: #8dc245;
}
.businessInsurance_GreenBox .subDesc{
	font-size: 15px;
}

.businessInsurance_list{
	margin: 10px 0 0 0;
	
}
.businessInsurance_list li{
	background-color: white;
	border-radius: 4px;
	padding: 4px 15px;
	list-style: inside;
	margin: 0 0 3px 0;
	width: 90%;
	transition: 0.2s background-color ease-out
}
/*.businessInsurance_list li:hover{
	background-color: #C5D9AE;
}
*/


/**** home & property insurance ****/
.homeProp_GreenBox{
	width:100%;
	padding: 0px;
	box-sizing: border-box;
	background-color: white;
	margin-bottom: 20px;
	border: 5px solid #8dc245;
}

.homeProp_GreenBox .subBox{
	width: 50%;
	float: left;
	background-color: #86BB48;
	box-sizing: border-box;
	padding: 5px 15px;
}
.homeProp_GreenBox .subBox:first-child{
	margin-right: 1%;
	width: 48%;
	background-color: transparent;
}
.homeProp_GreenBox .subBox:nth-child(2){
	float: right !important;
}
.homeProp_GreenBox .subTitle{
	font-family: 'selimaregular';
	font-size: 40px;
	color: #8dc245;
}
.homeProp_GreenBox .subDesc{
	font-size: 15px;
}





/**** home insurance ****/
.home_GreenBox{
	width:100%;
	padding: 0px;
	box-sizing: border-box;
	background-color: white;
	margin-bottom: 20px;
	border: 5px solid #8dc245;
}

.home_GreenBox .subBox{
	width: 38%;
	float: left;
	background-color: #86BB48;
	box-sizing: border-box;
	padding: 5px 15px;
}
.home_GreenBox .subBox:first-child{
	margin-right: 1%;
	width: 60%;
	background-color: transparent;
}
.home_GreenBox .subBox:nth-child(2){
	float: right !important;
}
.home_GreenBox .subTitle{
	font-family: 'selimaregular';
	font-size: 40px;
	color: #8dc245;
}
.home_GreenBox .subDesc{
	font-size: 15px;
}







/**** home insurance ****/
.preneed_GreenBox{
	width:100%;
	padding: 0px;
	box-sizing: border-box;
	background-color: white;
	margin-bottom: 20px;
	border: 5px solid #8dc245;
}

.preneed_GreenBox .subBox{
	width: 48%;
	float: left;
	background-color: #86BB48;
	box-sizing: border-box;
	padding: 5px 15px;
}
.preneed_GreenBox .subBox:first-child{
	margin-right: 1%;
	width: 48%;
	background-color: transparent;
	padding: 10px 25px 25px 25px;
}
.preneed_GreenBox .subBox:nth-child(2){
	float: right !important;
}
.preneed_GreenBox .subTitle{
	font-family: 'selimaregular';
	font-size: 40px;
	color: #8dc245;
}
.preneed_GreenBox .subDesc{
	font-size: 15px;
}





#home_icons{
	list-style: none;
	margin: 25px 0 15px 15px !important;
	padding: 50px 0 0 0;
}
#home_icons li{
	text-align: center;
	float: left;
	margin: 0 .5% 0 .5%;
	width: 24%;
	transition: 0.2s all ease-out;
}
#home_icons li img{
	margin: 0 auto;
}
#home_icons li:hover{
	transform: scale(1.08, 1.08);
}
#home_icons li div{
	text-align: center;
	color: #86BB48;
	font-weight: bold;
}
#home_icons li a{
	text-decoration: none;
}

/** HOME LOGOS AT BOTTOM **/

#homeLogos{
	list-style: none;
}
#homeLogos li{
	float: left;
	width: 23%;
	margin: 0 1% 0 0;
}
#homeLogos li img{
	width: 90%;
	margin: 0 auto !important;
}



/****  Pre Need Servivces  ****/
.pre_need_services_Box{
	width:100%;
	padding: 15px;
	box-sizing: border-box;
	background-color: #86BB48;
	margin-bottom: 20px;
}

.pre_need_services_Box .subBox{
	width: 100%;
	float: left;
	background-color: white;
	box-sizing: border-box;
	padding: 5px 15px;
	margin: 0;
}

.pre_need_services_Box .subTitle{
	font-family: 'selimaregular';
	font-size: 40px;
	color: #8dc245;
}
.pre_need_services_Box .subDesc{
	font-size: 15px;
}




.learnMoreBtn{
	display: table;
	padding: 4px 8px;
	background-color: #8dc245;
	color: white !important;
	font-weight: bold;
	font-size: 15px;
	margin: 15px auto 0 auto !important;
	border-radius: 5px;
	/*box-shadow: 5px 5px 10px #ccc;*/
	text-align: center;
	text-decoration: none;
	transition: 0.2s all ease-out;
}
.learnMoreBtn:hover{
	color: #8dc245;
	background-color: black;
	text-decoration: none;
}



.learnMoreBtn-invert{
	display: table;
	padding: 4px 8px;
	background-color: white;
	color: #8dc245 !important;
	font-weight: bold;
	font-size: 15px;
	margin: 15px auto 0 auto !important;
	border-radius: 5px;
	/*box-shadow: 5px 5px 10px #ccc;*/
	text-align: center;
	text-decoration: none;
	transition: 0.2s all ease-out;
}
.learnMoreBtn-invert:hover{
	color: #8dc245 !important;
	background-color: black;
	text-decoration: none;
}





/**** funeral funding ****/
.funeral_funding_box{
	width:100%;
	padding: 15px;
	box-sizing: border-box;
	border:5px solid #8dc245;
	margin-bottom: 10px;
}

.funeral_funding_box .subBox{
	width: 100%;
	float: left;
	background-color: white;
	box-sizing: border-box;
	padding: 5px 15px;
}
.funeral_funding_box .subBox:first-child{
	margin-right: 2%;
}
.funeral_funding_box .subTitle{
	font-family: 'selimaregular';
	font-size: 40px;
	color: #8dc245;
}
.funeral_funding_box .subDesc{
	font-size: 15px;
}




.get-started-box{
	 background-color: #8dc245;
	 padding: 15px;
	 box-sizing: border-box;
 }


 .get-started-box .col{
	 width: 48%;
	 margin: 0 1%;
	 box-sizing: border-box;
	 float: left;
	 background-color: white;
	 padding: 20px;
 }	



.subTopBanner{
	margin: 0 0 20px 0 !important;
}

.jp_page_layout_container{
	padding: 0px 0 0 0px;
}
.jp_page_layout_container{
	font-family: 'selimaregular';
	font-size: 40px;
	color: #8dc245;
}

.wide-box-with-mobile-padding{
	/*padding: 0px 0 0 10px;*/
}
.wide-box-with-mobile-padding .title{
	/*font-family: 'selimaregular';
	font-size: 40px;
	color: #8dc245;*/
}


#leadership-list{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 96%;
}
#leadership-list li{
	float: left;
	width: 23%;
	margin: 0 2% 15px 0;
	box-sizing: border-box;
}
#leadership-list li div{
	width: 100%; 
	margin: 5px 0;
	font-weight: bold;
	text-align: center;
}
#leadership-list img{
	width: 100%;
}



#customerCareQA section {
	margin-bottom: 15px;
}
#customerCareQA .q {
	font-weight: bold;
	cursor: pointer;
	padding: 5px 10px;
	background-color: #8DC245;
	color: white;
	transition: 0.3s all ease-out;
}
#customerCareQA .q:hover {
	background-color: rgba(126,176,60,1.00);
}
#customerCareQA .a {
	background-color: #ededed !important;
	display: none;
	padding: 5px 10px;
	border-bottom: 2px solid #ccc;
}



.general_content_image{
	margin-bottom: 20px;
}




.wpcf7-form label{
	width: 100% !important;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=email]{
	width: 100% !important;
}

.wpcf7-submit{
	background-color: #8DC245;
	width: 100px !important;
}



.highlight-for-attention{
	background-color: #fc0;
	font-weight: bold;
	color: red;
}

#news-documents{
	border: 2px solid #999;
	background-color: #ccc;
	padding: 20px;
}

#news-documents .document-icon{
	margin-bottom: 20px;
}
#news-documents .title{
	font-size: 16px;
	padding-top: 5px;
}



/* take away the big gray borders of the bullets in Rev Slider nav*/
.hesperiden .tp-bullet{
	border: 0px !important;
}



.historyImg2{
	width: 30%; 
	margin:0px 20px 20px 0; 
	float: left;
}


.btn-primary{
	color:white !important;
	background-color: #8dc245 !important;
}
.job-title{
	color:#8dc245 !important;
}
.job-date{
	color:#8dc245 !important;
}


.aboutUsImage{
	max-height:320px; 
	float:left; 
	margin-right:20px;
}


#toolBox {
	margin: 10px 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

.toolCol {
	width: 33%;
	margin: 20px .39% 20px 0%;
	padding: 20px 10px 20px 10px;
	float: left;
	background-color: #ededed;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

.toolCol:last-child {
	margin-right: 0;
}

.toolCol .title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.btnCont {
	bottom: 15px;
	position: absolute;
	border: 0px solid red;
	width: 95%;
	box-sizing: border-box;	
}


/* TOOLS > advisors PAGE */
#agentList .btn-default {
	color: black !important;
}

#agentList {
	list-style: none;
	padding: 0;
	margin: 0 0 0 -3%;
	width: 100%;
}

#agentList li {
	border: 1px solid #8dc245;
	background-color: #ededed;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0% 20px 2%;
	width: 23%;
	float: left;
	height: 200px;
	text-align: center;
	cursor: pointer;
	transition: ease-out 0.3s all;
}
#agentList li:hover {
	/*transform: scale(1.05,1.05);*/
	background-color: #8dc245;
	color: white;
}

#agentList li .name {
	font-weight: bold;
	font-size: 16px;
}

#agentList li .photo {
	max-width: 100%;
	max-height: 140px;
	margin: 10px auto;
}

#agentList li .mainName {
	font-weight: bold;
	font-size: 22px;
	color: #8dc245;
}

#agentList li .mainPhoto {
	max-width: 100%;
	max-height: 350px;
	margin: 10px auto 0px auto;
}

#agentList li .moreInfoBox {
	display: none;
}

#agentList li .site {}

#agentList li .twitter {}

#agentList li .desc {}

#agentList .modal-body {
	text-align: left;
	padding: 15px 15px 15px 40px;
	color:#333;
}




@media (max-width: 1200px) {
	
	
	.toolsVideo{
		height:560px;
	}
	
	
	
}



@media (max-width: 1000px) {
	
	
	.nav > li > a{
		padding: 10px 10px;
	}
	
	.nav.navbar-nav{
		float: right;
		margin: 30px auto 20px auto !important;
		clear: both;
		display: table;
	}

	.ctct-form-wrapper .ctct-form-field {
	  	margin: 4px auto 0 auto!important;
	}
	
	
	#headerSearchBar{
		margin: 10px auto 0 auto;
		float:none;
	}
	
	
	
	#footer-area {
		height: 550px;
	}
	
	#footerTopRow div{
		text-align: center !important;
		float: none !important;
		margin-top: 10px;
		width: 100%;
	}
	#veryBottomFooterRow div {
		text-align: center !important;
		float: none !important;
		width: 100%;
	}
	
	#leadership-list li{
		width: 30%;
		margin: 0 1% 15px 0;
	}
	#leadership-list li div{
		font-weight: normal;
		font-size: 14px;
	}
	
	.lifeHealth_GreenBox .subBox{
		float: none !important;
		width: 100% !important;
	}
	
	.lifeHealth_GreenBox .subBox:first-child{
		background-color: #86BB48 !important;
	}
	.lifeHealth_GreenBox .subBox:last-child{
		background-color: white !important;
		padding-top: 25px;
	}
	
	
	.businessInsurance_GreenBox .subBox{
		float: none !important;
		width: 100% !important;
	}
	
	.businessInsurance_GreenBox .subBox:first-child{
		background-color: #86BB48 !important;
	}
	.businessInsurance_GreenBox .subBox:nth-child(2){
		background-color: white !important;
		padding-top: 25px;
		height: auto !important;
	}
	
	
	
	
	.home_GreenBox .subBox{
		float: none !important;
		width: 100% !important;
	}
	
	.preneed_GreenBox .subBox{
		float: none !important;
		width: 100% !important;
	}
	
	.businessGreenBox .subBox{
		width: 100%;
		float: none;
		height: auto !important;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-right: 0px;
		border-bottom: 5px solid #8dc245;
	}
	.businessGreenBox .subBox:nth-child(3){
		border-bottom: 0px solid #8dc245;
	}
	
	
	.toolsVideo{
		height:460px;
	}
	
	
	.homeProp_GreenBox .subBox{
		width: 100% !important;
		float: none;
		height: auto !important;
	}
	
	#home_icons{
		width: 100%;
		padding-top: 0px;
	}
	#home_icons li{
		width:24% !important;
		font-size: 13px;
	}
	
	#home_icons li img{
		max-width: 50px;
	}

}



@media (max-width: 768px) {
	
	h1{
		font-size: 35px !important;
		font-weight: normal;
	}
	
	.nav.navbar-nav{
		float: none;
	}

	
	.hideOnMobile{
		display: none !important;
	}
	
	#topHomeText{
		padding: 10px 10px;
	}
	.homeIntroBox{
		padding: 5px 5px !important;
	}
	.greenScriptTitle{
		font-size: 40px; 
		margin-bottom: 10px;
		text-align: center;
	}
	
	#logo{
		margin-left: 30px;
	}
	
	#bottom-green-bar .col-sm-6:last-child{
		border-top:1px solid white;
	}
	
	.bottom-green-text{
		max-width: 800px;
	}
	
	#headerSearchBar{
		width: 0;
		display: table !important;
		margin: 0 auto !important;
	}
	#headerSearchBar .headerFormBox{
		margin-right: 0px;
		float:none;
	}
	#headerSearchBar .headerSocialBox{
		float:none;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.headerSocialBox img{
		margin-left: 40px !important;
	}
	
	
	.funeral_funding_box .subBox{
		float: none;
		width: 100%;
		margin-right: 0;
		height: auto !important;
	}
	.funeral_funding_box .subBox:first-child{
		margin-bottom: 15px;
	}
	
	
	
	.subpageGreenBox .subBox{
		float: none;
		width: 100%;
		margin-right: 0;
		height: auto !important;
		border-bottom: 5px solid #8dc245;
		border-right: 0px !important;
	}
	.subpageGreenBox .subBox:first-child{
		margin-bottom: 15px;
	}
	.subpageGreenBox .subBox:nth-child(3){
		border-bottom: 0px;
	}
	
	
	.agentGreenHeaderTitle {
		font-size: 28px;
		padding-bottom: 0px;
	}
	.agentGreenBox .subBox{
		float: none;
		width: 100%;
		margin-right: 0;
		height: auto !important;
		padding-bottom: 20px;
	}
	.agentGreenBox .subBox:first-child{
		margin-bottom: 15px;
		border-bottom: 5px solid #8dc245;
		border-right: 0px;
		
	}
	
	
	
	.toolCol {
		width: 100%;
		margin: 20px 0% 20px 0%;
		padding: 20px 10px 20px 20px;
		float: none;
		background-color: #ededed;
		text-align: left;
		position: relative;
		display: table;
	}

	.learnMoreBtn{
		float: left !important;
	}

	.btnCont {

	}
	
	
	.jp_page_layout_container{
		padding: 15px;
	}
	
	.wide-box-with-mobile-padding{
		padding: 15px;
	}
	
	 .get-started-box .col{
		 width: 100%;
		 margin: 0 0%;
		 float: none;
		 background-color: white;
	 }
	.get-started-box .col:first-child{
		margin-bottom: 15px;
	}
	
	#news-documents .document-icon{
		width: 45% !important;
		box-sizing: border-box;
	}
	
	.toolsVideo{
		height:360px;
	}
	
	#agentList li {
		border: 1px solid #8dc245;
		background-color: #ededed;
		border-radius: 5px;
		box-sizing: border-box;
		padding: 10px;
		margin: 0 0% 20px 2%;
		width: 48%;
		float: left;
		height: 200px;
		text-align: center;
		cursor: pointer;
	}
	
	
	
}

@media (max-width: 600px) {

.general_content_image{
	float: none;
		width: 100%;
		margin: 0 auto;
	}

.greenTextWithGreenLine{
	font-size: 35px;
	background-image: url('');
}
	
	.historyImg2{
		width: 50%; 
	}
	
	
	.toolsVideo{
		height:260px;
	}
	
	
	#agentList li .mainName {
		font-size: 16px;
	}

	#agentList li .mainPhoto {
		max-height: 200px;
	}
	
	.aboutUsImage{
		float:none;
		width: 100%;
		height: auto;
		max-height: none;
		max-width: none;
		margin:0 auto !important;
	}
	
	
}


@media (max-width: 500px) {
	#leadership-list li{
		width: 48%;
		margin: 0 1% 15px 0;
	}
	
	
	#news-documents .document-icon{
		width: 95% !important;
		box-sizing: border-box;
	}
	
	#logo img {
		width: 90% !important;
	}
	
	#agentList li {
		border: 1px solid #8dc245;
		background-color: #ededed;
		border-radius: 5px;
		box-sizing: border-box;
		padding: 10px;
		margin: 0 0% 20px 2%;
		width: 100%;
		float: none;
		height: auto;
		text-align: center;
		cursor: pointer;
	}

}













