.more_text_unit 										{ position: relative; width: 100%; padding-left: 15%; padding-right: 15%; }
.more_text_unit.padding_top 							{ padding-top: 50px; }
.more_text_unit.padding_bottom 							{ padding-bottom: 50px; }
.more_text_unit a:link               					{ border-bottom: 2px dotted; }
.more_text_unit .more 									{ display: none; }
.more_text_unit .lead.centered 							{ text-align: center; }
.more_text_unit .more.centered 							{ text-align: center; }
.more_text_unit .more_btn_holder 						{ width: 100%; }
.more_text_unit .more_btn_holder.centered 				{ text-align: center; }
.more_text_unit .more_btn_holder .more_btn 				{ display: inline-block; border-bottom: 2px dotted; margin-top: 25px; margin-bottom: 25px; font-weight: bold; cursor: pointer; }

.more_text_unit.visible_only_on_mobile 			{ display: none; }

@media only screen and (max-width : 960px) {
	.more_text_unit.visible_only_on_desktop 		{ display: none; }
	.more_text_unit.visible_only_on_mobile 		{ display: block; }
}

@media only screen and (max-width : 960px) {
	.more_text_unit 							{ padding-left: 10%; padding-right: 10%; }
}

@media only screen and (max-width : 768px) {
	.more_text_unit.padding_top 			{ padding-top: 25px; }
	.more_text_unit.padding_bottom 		{ padding-bottom: 25px; }
}

@media only screen and (max-width : 480px) {
	.more_text_unit 					{ padding-left: 15px; padding-right: 15px; }
}



.wmb_more_text_unit 								{ position: relative; width: 100%; padding-left: 15%; padding-right: 15%; padding-top: 5px; padding-bottom: 5px; cursor: pointer; }
.wmb_more_text_unit .plus {
	position: absolute; right: 0; top: 0; margin-right: 15%;
border-radius: 50%;
width: 50px;
height: 50px;
background-color: #000000;
}

.wmb_more_text_unit .plus:before {
  content: "+";
  height:50px;
  width:50px;
  font-size:50px;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  font-weight:bold;
  font-family:courier;
  color:white;
}
.wmb_more_text_unit.padding_top 					{ padding-top: 50px; }
.wmb_more_text_unit.padding_bottom 					{ padding-bottom: 50px; }
.wmb_more_text_unit a:link               			{ border-bottom: 2px dotted; }
.wmb_more_text_unit .more 							{ display: none; margin-top: 5px; }
.wmb_more_text_unit .lead 							{ opacity: .6; transition: all .75s ease !important; }
.wmb_more_text_unit:hover .lead 					{ opacity: 1; margin-left: 5px; }
.wmb_more_text_unit .lead.active 					{ opacity: 1; margin-left: 0px; }
.wmb_more_text_unit .lead.centered 					{ text-align: center; }
.wmb_more_text_unit .more.centered 					{ text-align: center; }

.wmb_more_text_unit.visible_only_on_mobile 			{ display: none; }

@media only screen and (max-width : 960px) {
	.wmb_more_text_unit.visible_only_on_desktop 	{ display: none; }
	.wmb_more_text_unit.visible_only_on_mobile 		{ display: block; }
}

@media only screen and (max-width : 960px) {
	.wmb_more_text_unit 							{ padding-left: 10%; padding-right: 10%; }
}

@media only screen and (max-width : 768px) {
	.wmb_more_text_unit.padding_top 				{ padding-top: 25px; }
	.wmb_more_text_unit.padding_bottom 				{ padding-bottom: 25px; }
}

@media only screen and (max-width : 480px) {
	.wmb_more_text_unit 							{ padding-left: 15px; padding-right: 15px; }
}

