.sp-dropdown li.sp-menu-item > a {
	padding-top: 5px!important;
	padding-right: : 5px!important;
	padding-bottom: : 5px!important;
	padding-left: : 5px!important;
}

a {
	color: #0d7c41;
}

section#sp-logo {
	background-color: #fff;
}

.icon-check::before,
.icon-times::before {
  font-family: "Font Awesome 5 Free"!important;
}

.icon-check::before {
	content: "\f00c";
}

.sp-page-title {
  padding: 25px 0 50px;
}

.sppb-person-image {
	max-width: 200px;
	height: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.lightbox-service-icon .sppb-icon .sppb-icon-container {
	width: 125px;
	height: 125px;
	border-radius: 150px!important;
}

.view-profile .controls input {
	color: #fff!important;
}

.form-control::-moz-placeholder {
  color: #fff!important;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff!important;
}
.form-control::-webkit-input-placeholder {
  color: #fff!important;
}

inpur::placeholder {
	color: #fff!important;
}

#member-registration fieldset dd input {
	color: #000!important;
}

#member-registration fieldset,
#member-profile fieldset {
	margin-block: 100px;
}

#member-registration fieldset dd input {
	border: 1px solid #ccc!important;
}

#jform_captcha-lbl {
	visibility: hidden;
}

.dropfiles-content-table.dropfiles-content .table-bordered td,
.dropfiles-content-table.dropfiles-content .table td.file_title a.title {
	color: #000;
}

.dropfiles-manage-files,
.mediaTableMenu,
.dropfiles-categories,
#MediaTable-0 thead,
#MediaTable-1 thead {
	display: none!important;
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
textarea.sppb-form-control::placeholder {
  color: #fff!important;
  opacity: 1; /* Firefox */
}

input[type=text]::::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
textarea.sppb-form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .lightbox-services .sppb-icon .sppb-icon-container > i {
	  font-size: 75px!important;
	  margin-top: 40px!important;
	  margin-left: -75px;
	  margin-top: 38px;
  }
 }
 
.certifications .sppb-section-title {
	 margin-bottom: 0px!important;
 }
  
  .bc-sub {
	  margin-bottom: 1.5rem;
	  padding-bottom: 15px;
  }
  
  .bc-sub h3 {
	  padding-bottom: 0px!important;
	  color: #090d24;
  }
  
  .bc-sub::after {
	content: "";
	display: block;
	width: 60%;
	height: 2px;             
	background-color: #090d24; 
	margin: 6px auto 0;      /* gap above line + center it */
  }
  
 .certifications .sppb-title-heading {
	 padding: 25px 0px;
	 background: #090d24;
 }
 
 .certifications .sppb-container {
	 padding-left: 0px;
	 padding-right: 0px;
 }
 
 .certifications .sppb-container-inner {
	 border: 4px solid #0d7c41;
	 padding: 0px 0px 50px 0px;
	 background: #fff;
 }
 
 
.profile-page .sp-main-body {
	background: #fff!important;
	background-color: #fff!important;
}

@media only screen and (max-width: 768px) {
  .lightbox-services {
	padding-top: 0px !important;
  }
  .lightbox-services p {
	  font-size: 16px!important;
  }
}

.sppb-title-heading {
  text-transform: unset !important;
}

/* Force Helix Ultimate 3 hamburger to show from 1200px down */
@media (max-width: 1200px) {
  /* Hide the full menu */
  .sp-megamenu-wrapper .sp-megamenu-parent {
	display: none !important;
  }

  /* Make the toggle appear */
  .sp-megamenu-wrapper .offcanvas-toggler,
  .sp-megamenu-wrapper .sp-menu-toggler,
  .sp-megamenu-wrapper .sp-menu-toggle {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
  }

  /* Reset alignment so it hugs the right side of the logo bar */
  .sp-menu-toggler,
  .offcanvas-toggler {
	position: relative !important;
	right: 0 !important;
	left: auto !important;
	float: right !important;
	margin: 0 10px 0 0 !important;
  }

  /* Make sure the header wrapper uses flex to space elements properly */
  header.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
}

html .sp-pagebuilder-front-edit input,
html .sp-pagebuilder-front-edit textarea,
html .sp-pagebuilder-front-edit select {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}
