p{
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.taxonomy-description p{
  line-height: 1.5em;
}	

.grecaptcha-badge{
  display: none;
}

.boldme{
  font-weight: bold;
}


/* ORDERED LIST CODE ---------------------------------------*/
ol.lbm, .lbm ol {
	counter-reset:li;
	list-style:none;
}

ol.lbm li {
	counter-increment:li;
	padding-top:4px; 
	list-style:none;
	padding-left: 1.3px;
}

ol.lbm li:before {
	content:counter(li) ".";
	color:#2B487B;
	display:inline-block;
	width:1.3em;
	padding-left:-1.3em;
	font-weight:bold;
}

ol.lbm  li li{
	/*margin-left:-0.9em;*/
}




ol.lbm li li:before {
	content:counter(li , lower-alpha) ")"; 
	color:#F38204;
	font-weight: normal;
	margin-left: 20px;
}


ol.lbm li li li:before {
	content:counter(li) ".";
	color:#000;
	font-weight: 500;
	color: #3D5231;
}



/* UNORDERED LIST CODE -------------------------------- */

ul.lbm, .lbm ul {
	list-style:none;
	line-height: 2em;
	padding-left: 20px;
  margin-left: 20px;
}

ul.lbm li{
	line-height: 2em;
}

ul.lbm  li::before {
	content:"•";
	font-weight:black;
  vertical-align: sub;
	font-size:180%;
	color:#2B487B;
	display:inline-block;
	width:0.5em;
}
ul.lbm li li{
	margin-left: 20px;
	line-height: 2em;
}
ul.lbm  li li::before {
	content:"‣";
	color:#F38204;
}
ul.lbm  li li li::before {
	content:"-";
	color:#3D5231;
}

/* END OF CUSTOM LIST CODE ============================================================== */

/* NEW CUSTOM BUTTON CODE */
.lbmButton {
  font-family: Lato, sans-serif;
  display: inline-block;
  cursor: pointer;
  background-color: #f38204;
  outline: 0;
  white-space: nowrap;
  margin: 5px;
  padding: 0 22px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 1px;
  border: none;
  border-radius: 50px;
  text-decoration: none;
}

.lbmButton:hover {
	outline: 2px solid #81B4FD;
	-ms-transform: scale(1.05,1.05); /* IE 9 */
  transform: scale(1.05,1.05); /* Standard syntax */
  color: #FFF;  	
}

.lbmButton:focus {
	outline: 2px solid #81B4FD;
	-ms-transform: scale(1.05,1.05); /* IE 9 */
  transform: scale(1.05,1.05); /* Standard syntax */	
}
/* END OF CUSTOM BUTTON CODE ==============================================================*/


/* special code to hide breadcrum links on mobile for titles to fit correclty */
@media screen and (max-width: 414px) {
  .vision-page-title-secondary {
    display:none;
  }
  .vision-page-title-bar h1 {
   margin-top: 7px;  
  }
}
.vision-search-field{
  color: #2D2D2D !important;
}