/*
Dark Green: #3e4a00
Medium Green: #488c00
Light Green: #90cb10

Green They like for headers and border box: #427342
*/
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
h1 {
   font-family: 'Montserrat', sans-serif;
   font-weight: 700;
   font-size: 14pt;   
}

a{
	color: #488c00;
}
.linkNoHref{
	color: #488c00 !important;
	
}
a:hover, .linkNoHref:hover{
	color: #90cb10;
	cursor:pointer;
}
.form-check-input:checked{
	
	background-color: #198754;
    border-color: #198754;
}
.form-check-input:focus{
	border-color: #198754;
	box-shadow: 0 0 0 0.25rem rgb(25 135 84 / 25%);
}
.ep-border-green {
	border: 2px solid #488c00;
	border-radius: 1.5rem;
}
.btn-primary{
	background-color: #488c00;
    border-color: #488c00;
	border-radius: 6px;
}
.btn-primary-white {
	background-color: #ffffff !important;
    border-color: #488c00 !important;
	color: #488c00 !important;
	border: 2px solid #488c00 !important;
}
.btn-primary-black {
	background-color: #111111 !important;
    border-color: #000000 !important;
	color: #ffffff !important;
	border: 1px solid #000000 !important;
}
.btn-primary:hover{
	background-color: #90cb10;
    border-color: #90cb10;
}
.btn-check:focus+.btn-primary, .btn-primary:focus{
	background-color: #90cb10;
    border-color: #90cb10;
    box-shadow: 0 0 0 0.25rem rgb(144 203 16 / 50%);
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle{
	background-color: #90cb10;
    border-color: #90cb10;
}
.btn-primary:active:focus {

  box-shadow: 0 0 0 0.25rem rgb(144 203 16 / 50%) !important;
}

.btn-light {
	background-color: #dddddd;
	border: 2px solid #cccccc;
}
.btn-light:hover {
	background-color: #bbbbbb;
	border: 2px solid #bbbbbb;
}

.hiddenAdminEditFrmFields{
	display:none;
}
table.dataTable.no-footer{
	border-top: 1px solid #dee2e6;
}
.dataTables_length, .dataTables_filter{
	margin-bottom: 1em;
}

.tableTxtLimit{
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sectionFooter {
    background-color: #f4f4f4;
	padding:10px;
}
#footCpyWrp {
	font-weight: 700 !important;
}
#comingSoonModal .modal-dialog {
	border-radius: 1.5rem !important;
}
#comingSoonModal .modal-content {
	border-radius: 1.5rem !important;
}
#EPModal .modal-dialog, #homeSignUpModal .modal-dialog {
	border-radius: 1.5rem !important;
}
#EPModal .modal-content,  #homeSignUpModal .modal-content{
	border-radius: 1.5rem !important;
}
#EPModal .modal-header, #homeSignUpModal .modal-header {
	border-radius: 1.5rem 1.5rem 0rem 0rem !important;
}
.modal-backdrop.show {
	opacity: 0.8;
}

/*START: Message Center*/
#threadAdminTitle{
	display:none;
}
 #threadWrp{
	
 }
 #threadScrollWrp{
	  overflow-y: scroll;
	 max-height: 400px;	
	 overflow-x: hidden;
 }
 .msgThreadEl{
	 display:none;
 }
 #allConvResWrp{
	 overflow-y: scroll;
    max-height: 410px;
    overflow-x: hidden;
 }
#accordionFlushExample .accordion-button{
	padding: .5rem 1.25rem;
	font-size: 16px;
}
 #srchConvResWrp{
	 
 }
 .convoScrolWrap{
	 
 }
  #threadLinksList{
	  list-style-type: none;
  }
 #threadLinksList li{
	   display: inline-block;
	  
	   
 }
 .filterWrp label, .filterWrp div{
	 display:inline-block;
 }
 .list-group-item.active, .convList tr.active{
	  background-color: #90cb10;
    border-color: #90cb10;
	color: #fff;
 }
 .convItemCompName, .newMsgsIconWrp, .convItemEvent{display:inline-block; }
 .newMsgsIconWrp .fa-circle{
	 color: #488c00;
 }
 .newMsgs{
	 font-weight: bold;
 }
 .convList li:hover{
	 cursor: pointer;
 }
 .convArchived{
	 display:none;
 }
 .overrideArchive{
	 display:block !important;
 }
 #newMsgBox .msgImgWrp{
	 display:none;
 }
 .threadImg{
	 max-height: 100px;
 }
 .msgImgWrp{
	height: 100px;
 }
	#newMsgBox, #newMsgImgPreviewBox{
		display: block;
		width: 100%;
		height: 110px;
		padding: .375rem .75rem;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		appearance: none;
		border-radius: .25rem;
	}
	#newMsgImgPreviewBox{
		display:none;
	}
	.newMsgPrevWrp{
		text-align: center;
	}
	#newMsgPrevImg{
		max-height: 100px;
	}
	.closeNewMsgImgPrevWrp{
		width: 25px;
		float: right;
	}
	.closeNewMsgImgPrevWrp .fas{
		font-size:25px;
	}
	.msgTemplBody{
		display:none;
	}
	.msgTmplRow{
		cursor: pointer;
	}
	.msgTmplRow.active{
		background-color: #90cb10;
		border-color: #90cb10;
		font-weight: bold;
		color: #FFFFFF;
	}
#pickCentMsgsWrp{
	max-width: 705px;
}
 .showAdminOnly{
	display:none !important;	
 }
 #convMsgSendBoxWrp.sendMsgOnlyEl{
	display:block !important;
 }
 .sendMsgOnlyEl #newMsgBox{ 
	height: 350px;
 }
 .sendMsgOnlyEl{
	 display:none;
 }
 .convList .list-group-item{
	 border-radius: 0;
	
 }
/*END: Message Center*/

/*Start Vendor Signup Stuff*/
.venFrmFldsWrp, .yourAcctFldsWrp {
    max-width: 500px;
    margin: 0 auto;
}
.stpsItmWrp div, .stpsItmLnkWrp div{
	display: inline-block;
	vertical-align: middle;
}
.stpsArrwWrp .fas{
	transform: rotate(-90deg);
    margin-left: -10px;
    margin-right: 10px;
}
.stpsItmLnkWrp a{
	cursor: pointer;
}
.displayStep{
	
}
#signUpStpsWrp .active .stpsItmLnkWrp{
	border: solid 1px #90cb10;
	background-color: #90cb10;
	color: #000000;
    
}
#signUpStpsWrp .nav-tabs{
	border-bottom: none;
}
.venFrmFldsWrp{
	max-width: 500px;
	margin: 0 auto;
}
#vendorSignUpCont{
	min-height: 700px;
}
.subscriptionCardWrp ul li{
	text-align: left;
	font-size: 12px;
}
.subscriptionCardWrp.active .linkNoHref{
	color: #FFFFFF !important;
	text-decoration: underline;
}
#venStepThreeFrmWrp{
	max-width: 700px;
}
#venStepThreeFrmWrp .card-body{
	min-height: 250px;
}
				.subscriptionCardWrp a{
	text-decoration: none;
	color: #000000;
}
.subscriptionCardWrp.active .card{
	background-color: #427342;
	color: #FFFFFF !important;
	border-color: #90cb10;
}
.subscriptionCardWrp.active .card .card-title{
	color: #FFFFFF !important;
}

.subscriptionCardWrp .card:hover{
	-webkit-box-shadow: 1px 5px 32px -14px #000000; 
	box-shadow: 1px 5px 32px -14px #000000;
}
.stpsItmLnkWrp{
	font-weight: bold;
}

.numberCircle {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    padding: 0px;
    border: 4px solid #000000;
    text-align: center;
    font-size: 30px;
}
.freeSub{
	display:none;
}

.custValMsg{
	display: none;
	    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: #488c00;
    border-color: #488c00;
    border-radius: 6px;
}

#containerStep-1, #containerStep-2, #containerStep-3, #containerStep-4, #containerStep-5, #bottomNavContainer, .defaultInnerContainer{
	max-width: 945px;	
	margin: 0 auto;
}

#epNotInAreaModal .modal-dialog{
	max-width: 700px;
}
#selectCatsModal .modal-dialog{
	max-width: 700px;
}
#venStepTwoFrmWrp{
	max-width: 500px;
}
#venStepTwoFrmWrp label{
	max-width: 138px;
}
.formQuestionIcon{
	vertical-align: middle;
    margin-top: 4px;
}

.loadingTxt{
	font-size: 1.5rem;
	font-weight: 300;
}

.subscriptionCardWrp.active .linkNoHref:hover{
	color: #FFFFFF;
}
#vendorSubscriptions .card-body {
    min-height: 250px;
	font-size: 12px;
}
@media (max-width: 575px) {
	#vendorSignUpCont label{
		text-align: left !important;
	}
	#selectCatsModal #catInnerWrp{
	overflow-y: scroll;
    height: 625px;
}
}
/*END Vendor signup Stuff*/

#email_info{
	max-width: 425px;
	margin: 0 auto;
}
#footHR {
   height: 1px;
   background-color: #3e4a00;
   opacity: 1;
}
.ep-footer-item {
	font-weight:normal;
	font-size: 1.3rem;
}

#sectionWhy {
    background-color: #f4f4f4;
	padding:10px;
}
.sectionWhyIcon {
	padding:10px;
	width:60%;
	margin-left:20%;
	margin-right:20%;
}
.sectionWhyTitle {
	font-weight:bold;
	font-size: 11pt;
	white-space:nowrap;
}
.sectionWhyDesc {
	font-size: 9pt;
}
.btn-section-why {
	font-size: 14pt;
	width:90%;
	padding: 10px;
	border-radius: 1.5rem;
	background-color:#427342 !important;
	border: 1px solid #427342;
}
.btn-section-why:hover {
	background-color:#000000 !important;
	border: 1px solid #000000;
	color: #ffffff;
}
@media (min-width: 768px) {
	.sectionWhyTitle {
		font-size: 13pt;
	}
	.sectionWhyDesc {
		font-size: 11pt;
	}
	.btn-section-why {
		font-size: 18pt;
	}
	.sectionWhyIcon {
		padding:10px;
		width:50%;
		margin-left:25%;
		margin-right:25%;
	}
}
@media (min-width: 992px) {
	.sectionWhyTitle {
		font-size: 14pt;
	}
	.sectionWhyDesc {
		font-size: 11pt;
	}
	.btn-section-why {
		font-size: 22pt;
	}
	.sectionWhyIcon {
		padding:10px;
		width:40%;
		margin-left:30%;
		margin-right:30%;
	}
}


#videoHowToSection {
   background-color: #f4f4f4;	
}

#videoHowToSectionIndex {
   background-color: #ffffff;
}

#homeCont {
	background-color:#f4f4f4;
	margin-top:60px;
}

#homeCont .actionCallWrp a{
	text-decoration: none;
	color: #000000;
}
#homeCont .card-title, .venFrmWrp .card-title{
	color: #427342;
}
.actionCallWrp h4{
	color: #427342;
}
/*
#homeCont .actionCallWrp a:hover{
	color: #90cb10;

}*/
#homeCont .actionCallWrp .card:hover{
	-webkit-box-shadow: 1px 5px 32px -14px #000000; 
	box-shadow: 1px 5px 32px -14px #000000;
}
.actionCallWrp .card, .venFrmWrp .card{
	border-radius: 1rem;
	border-color: #427342;
	border-width: 2px;
}
#logoDskHme{
	max-width: 500px;
}
.img-home-page-sign-up {
	amin-height: 500px;
}
.signInWrp{
	float:right;
	/*padding-right: 50px;*/
	
}
.signInWrp div{
	display: inline-block;
	
}
.hmeVidWrp{
	max-width: 800px; 
	
}
.hmeVidWrp iframe{
	width: 100%;
	
}
.ep-rounded {
   border-radius: 1.5rem !important;	
   border: 2px solid #cccccc;
}
.video-container { 
	position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; overflow: hidden; 
}
.video-container iframe, .video-container object, .video-container embed { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}

.hmeTitleWrp {
	max-width: 1200px; 	
}

.actionCallWrp{
	max-width: 20rem;
}
.signInWrp .signInlbl{
	margin-right: 1rem;
}
.signInBtnWrp .btn{
	padding: .20rem 1.5rem;
}
.comingSoonFrmWrp{
	max-width: 20rem;
}
.comingSoonTitleWrp{
	max-width: 53rem;
}
.comingSoonIcon{
	color: #3e4a00;
	padding-top:1px;
}
.submenutabs{
	margin-right: 4px;
    border: 1px solid #488c00;
}
.tooltip-inner {
   text-align:left;
 }
 .contactUsContWrp{
	amax-width: 53rem;
}
.contactUsContWrp input[type=text], .contactUsContWrp input[type=email]{
	amax-width: 20rem;
}

#comingSoonCont #logoDskHme{
	max-width: 500px;
}	
.comingSoonTitleWrp h1{
	font-size: calc(1.30rem + 1.5vw);
}
#comingSoonCont{
	margin-top: 1.0rem!important;
}
.alert-impersonating {
	background-color: #bb2525;
	border: 1px solid #bb2525;
	color: #ffffff;
}

.hmeWelcTxt{
	font-size:18pt;
	font-weight:800;
	font-family: 'Montserrat', sans-serif;
	color: #427342;
}
.hmeSubTitleTxt {
	font-size:10pt;	
	font-weight:400;
}

}

#imgContactUsPickle, #imgComingSoonPickle {
   awidth: 85%;
   justify-content: center; 
}
@media (min-width: 576px) {
	#imgContactUsPickle, #imgComingSoonPickle {
		awidth: 85%;
	}
}
@media (min-width: 768px) {
	#imgContactUsPickle, #imgComingSoonPickle {
		awidth: 65%;
	}
	h1 {
	   font-weight: 700;
	   font-size: 16pt;   
	}
	.hmeWelcTxt{
		font-size:28pt;
		font-weight:800;
	}
  .hmeSubTitleTxt{
		font-size:16pt;
	}
}
@media (min-width: 992px) {
	#imgContactUsPickle, #imgComingSoonPickle {
		awidth: 60%;
	}
	h1 {
	   font-weight: 700;
	   font-size: 18pt;   
	}
	.hmeWelcTxt{
		font-size:32pt;
		font-weight:800;
	}
  .hmeSubTitleTxt{
		font-size:16pt;
	}
}  
@media (min-width: 1200px) {
	#imgContactUsPickle, #imgComingSoonPickle {
		awidth: 60%;
	}
}
@media (min-width: 1400px) {
	#imgContactUsPickle, #imgComingSoonPickle {
		awidth: 50%;
	}
}

.nav-bar-custom.scrolled {
}

.nav-bar-custom {
  background-color: #fff !important;
  height:60px;
  border-bottom: 2px solid #3e4a00;
}
.index-nav-bar.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
  border-bottom: 2px solid #3e4a00;
}

.index-nav-bar {
  background-color: transparent !important;
  border-bottom: 0px;
}
.containerWithNavBar {
	margin-top:70px;
}
#navBarLogo {
	height:35px;
}
.navBarButton {
	margin: 8px 2px 0px 2px;
	border-radius:.75em;
	color: #488c00;
	background-color: #ffffff;
	border: 1px solid #488c00;
	font-size: 8pt;
	font-weight: 500;
	float:right;
	apadding: 5px 10px 5px 10px;
	padding: 2px 6px 2px 6px;
}
.navBarButton:hover {
	color: #ffffff;
	background-color: #488c00;
	border: 2px solid #488c00;
}
.navBarButtonIcon {
    afont-size: 18pt !important;
	apadding: 2px 6px 6px 2px !important;
	aborder: 1px !important;
}
.navBarButtonIcon2 {
    afont-size: 18pt !important;
	apadding: 1px 3px 3px 1px !important;
	aborder: 1px !important;
} 
#navBarTagline {
	color: #427342;
	font-family: 'Montserrat', sans-serif;
	font-size: 8pt;
	display:none;
   text-shadow: -1px 1px 3px #fff,
				  1px 1px 3px #fff,
				  1px -1px 0 #fff,
				  -1px -1px 0 #fff;	
}
#videoDiv {
	width:100%; padding-top: 0px; amax-width:1200px; margin:auto; display:block; position: relative;
} 
#videoOverDark {
	position: absolute; top: 0; left: 0; width: 100%; height: 99%;
	border: 3px solid #000000;
	background-color: #000000;
	opacity: 0.5;
	z-index: 500;
}

#video{width:100%; height:auto } /* This has been changed */
#videoLogo { 
  position: absolute; top: 0; left: 0;
  display: flex;
  flex-direction: column; 
  ajustify-content: center;
  aalign-items: center; 
  width: 45%;
  aheight: 100%;
  padding-top:10px;
  padding-left:10px;
}
#videoLogin {
  position: absolute; top: 0; right: 0;
  display: flex;
  flex-direction: column; 
  ajustify-content: right;
  align-items: right; 
  width: 30%;
  aheight: 100%;
  padding-top:5px;
  padding-right:5px;
}
#videoOver {
   font-size: 24pt;
   color: #ffffff;   
   aborder: 1px solid #ff0000;
   position: absolute; top: 0; left: 50;
   display: flex;
   margin-top:60px;
   margin-left:10px;
   awidth: 400px;
   z-index: 600;
}
.videoOverButton {
	border-radius:6px;
	color: #488c00;
	background-color: #ffffff;
	border: 2px solid #488c00;
	width:50%;
	font-size: 8pt;
	white-space:nowrap;
}
.videoOverButton:hover {
	background-color: #488c00;
	border: 2px solid #488c00;
}
/* padding: top right bottom left */
#videoOverLine1Div {padding-left:15px;line-height:20px;}
#OLDvideoOverLine1 {font-size: 14pt;background-color:rgba(0, 0, 0, 0.4);padding:0px 3px 0px 3px;}
#videoOverLine1 {font-size: 14pt;padding:0px 3px 0px 3px;}
#videoOverLine2Div {padding-left:15px;line-height:5px;}
#OLDvideoOverLine2 {font-size: 9pt;background-color:rgba(0, 0, 0, 0.4);padding:0px 3px 0px 3px;}
#videoOverLine2 {font-size: 9pt;padding:0px 3px 0px 3px;}
#videoOverLine3 {}
#videoOverLine4 {}
#videoOverLine5Div {padding-left:15px;line-height:9px;}
.OLDvideoOverLine5 {font-size: 8pt;background-color:rgba(0, 0, 0, 0.4);padding:0px 3px 0px 3px;}
.videoOverLine5 {font-size: 8pt;padding:0px 3px 0px 3px;}
#videoOverLine6Div {padding-left:15px;line-height:9px;}
.OLDvideoOverLine6 {font-size: 8pt;background-color:rgba(0, 0, 0, 0.4);padding:0px 3px 0px 3px;}
.videoOverLine6 {font-size: 8pt;padding:0px 3px 0px 3px;}
.main-text {
	font-size:10pt;
}

#carouselRow {
}
#tagCloudRow {
	
}
tagCloudInnerDiv {white-space: nowrap;}

.carousel-control-next,.carousel-control-prev {
	width:inherit;
}
.carousel-control-next-icon {
	background-color: rgba(0, 0, 0, 1) !important;
	padding-top:20px !important;
	padding-bottom:20px !important;
}
.carousel-control-prev-icon {
	background-color: rgba(0, 0, 0, 1) !important;
	padding-top:20px !important;
	padding-bottom:20px !important;
}

.tag1 {white-space:nowrap;font-size:7pt;}
.tag2 {white-space:nowrap;font-size:8pt;}
.tag3 {white-space:nowrap;font-size:9pt;}
.tag4 {white-space:nowrap;font-size:10pt;}
.tag5 {white-space:nowrap;font-size:11pt;}
.tag6 {white-space:nowrap;font-size:12pt;}
.tag7 {white-space:nowrap;font-size:13pt;}
.tag8 {white-space:nowrap;font-size:14pt;}
.carousel-item-col {
	position: relative;
}
.carousel-item-title2 {
	position: absolute;
	background-color:rgba(0, 0, 0, 0.7);
	width:100%;
	border: .25rem solid #ff0000;
	color:#ffffff;
	--bs-gutter-x: 1.5rem !important;
}
.img-carousel {
	border: .25rem solid #3E4A00;
}
.carousel-item-title-container {
	position: absolute; top: 80%; left: 0; 
	background-color:rgba(0, 0, 0, 0.7);
	margin-left: 4.25%;
	margin-right: 4%;
	width:91.75%;
	line-height: 2.5em;
	font-weight: 500;
	border: 1px solid #ff0000;
	overflow: hidden;
}
.carousel-item-title {
	color:#ffffff;
	font-size: 18pt;
}
.carousel-item-description {
	color:#ffffff;
	font-size: 10pt;
}

.sign-up-image {
	width:30%;
}
.sign-up-image2 {
	width:25%;
}
.how-it-works-pickle {
	width: 45%;
	padding-left: 10px;
	padding-bottom:10px;
}
.GetCategoriesSelectionsRow{
	max-width: 900px;
	height: 400px;
    overflow-x: auto;
    overflow-y: scroll;
}
@media (min-width: 576px) {
	#navBarTagline {font-size:12pt;display:block;}
}
@media (min-width: 768px) {
	.how-it-works-pickle {
		width: 15%;
		padding-left: 10px;
		padding-bottom:10px;
	}
	.main-text {
		font-size:12pt;
	}
	.nav-bar-custom {
		height:100px;
	}
	.index-nav-bar {
		background-color: transparent !important;
	}
	.containerWithNavBar {
		margin-top:115px;
	}
	#navBarLogo {
		height:75px;
	}
	#navBarTagline {font-size:16pt;}
	.navBarButton {
		margin: 10px 2px 10px 2px;
		color: #488c00;
		float:right;
		background-color: #ffffff;
		border: 2px solid #488c00;
		font-size: 12pt;
	    padding: 10px 15px 10px 15px;
	}
	#homeSignUpModal .navBarButton {
		padding: 0.375rem 0.75rem;
	}
	#videoOverLine1Div {padding-left:15px;line-height:20px;}
	#videoOverLine1 {font-size: 18pt;}
	#videoOverLine2Div {padding-left:15px;line-height:15px;}
	#videoOverLine2 {font-size: 12pt;}
	.videoOverButton {
		font-size: 12pt;
		width:100%;
	}
    #videoOverLine5Div {padding-left:15px;aline-height:5px;}
	.videoOverLine5 {font-size: 12pt;}
    #videoOverLine6Div {padding-left:15px;aline-height:5px;}
	.videoOverLine6 {font-size: 12pt;}
	#videoOver {
	   font-size: 24pt;
	   color: #ffffff;   
	   position: absolute; top: 0; left: 0;
	   display: flex;
	   margin-top:125px;
	   margin-left:20px;
	   width: 425px;
	   aborder: 1px solid #03947a;
	}
	#homeCont {
		margin-top:125px;
	}
	.carousel-item-title-container {
		position: absolute; top: 70%; left: 0; 
		margin-left: 6.25%;
		margin-right: 6.25%;
		width:87.5%;
	}
	.carousel-item-title {
		font-size: 13pt;
	}
	.carousel-item-description {
		font-size: 8pt;
	}
}
@media (min-width: 992px) {
	#navBarTagline {font-size:22pt;}
	.carousel-item-title-container {
		position: absolute; top: 80%; left: 0; 
		margin-left: 0%;
		margin-right: 0%;
		width:100%;
		line-height: 2.75rem;
	}
	.carousel-item-title {
		font-size: 18pt;
	}
	.carousel-item-description {
		font-size: 10pt;
	}

}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
	
}

.howItWorksContainer {
	border: 2px solid #427342;
	border-radius: 1.5rem;
	padding: 15px;
	abackground-color: #ffff82;
}
.howItWorksH1 {
	color: #427342;
	padding-bottom: 10px;
	font-size: 14pt;
}

.howItWorksRightArrow {
	min-width: 75px;
	max-width: 100px;
}
.howItWorksDownArrow {
	max-height: 75px;
}
.howItWorksCircle {
	greenbackground-color:#488c00;
	background-color:#662d91;
	color:#ffffff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    padding: 20px;
    border: 5px solid #000000;
    text-align: center;
    font-size: 18px;
}

.circle-icon {
    background: #488c00;
	color:#ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 12px;
}
.circle-number {
    background: #488c00;
	color:#ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px 10px 15px;
	font-size: 12pt;
	font-weight: bold;
	margin-right: 7px;
}
.how-it-works-item {
	aborder: 1px solid #cccccc;
	padding:  12px 16px 12px 16px;
	white-space: nowrap;
}

.accordion-item {
	border-radius: 1.5rem !important;
	aborder: 1px solid #0000ff;
}
.accordion-header {
	border-radius: 1.5rem !important;
	aborder: 1px solid #0000ff;
}

.accordion-header .active {
	border-radius: 1.5rem !important;
	aborder: 1px solid #ffff80;
}

.accordion-button:not(.collapsed) {
	color: #000000;
	background-color: #eeeeee;
	border-radius: 1.5rem !important;
}
.accordion-button-icon {
	color:#ff0000;
	background-color:#00ff00;
}
.accordion-button-icon-active {
	color:#ff0000;
	background-color:#00ff00;
}

/* 488c00 after %23 in the string is the background-color */
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23488c00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button {
   font-size: 11pt;
}
.accordion-body {
   font-size: 9pt;
}
@media (min-width: 768px) {
	.accordion-button {
        font-size: 14pt;
	}
	.accordion-body {
        font-size: 12pt;
	}
	.howItWorksH1 {
		color: #427342;
		padding-bottom: 15px;
		font-size: 24pt;
	}
}