
#cla_head_wrap {
	margin: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#cal_history_holder {
	display: inline-block;
	border: 3px solid #600080;
		border-radius: 5px;
	color: #600080;
	cursor: pointer;
	padding: 5px;
	font-family: amsi-pro-ultra-narrow;
	font-size: 1.5rem;
}

#cal_history_holder:hover {
	background: #600080;
	color: white;
}

#history_icon {
	display: inline-block;
	width: 64px;
	height: 64px;
	margin-right: 10px;
	vertical-align: middle;
}

#book_labl_holder {
	display: inline-block;
}

.ul_box_list {
	list-style-type: square;
	margin-top: 1px;
	margin-left: 0px;
}

.ul_box_list li {
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	border-left: 1px solid #4169e1;
	background: #f9f9f9;
}


.what_more {
	display: inline-block;
}

.small_anchor {
	font-size: 16px;
	color: gray;
	vertical-align: top;
}




#red_back_top {
	background: red;
	position: relative;
}

#wow_head {
	display: inline-block;
	background:  #e4f1ff;
	color: #3399FF;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 5px;
}

.item_wrap {
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Feb/17/2020:  The mobile version of List is based on this. IF you want to switch back from Leaf based list replace green-leaf-list class with this  */
.what_is_list {
	list-style-type: none;
	font-weight: normal;
	background: white;
	margin: 0px;
	padding: 5px;
}

.what_is_list li {
	background: #f9f9f9;
	padding: 5px;
	border-left: 5px solid #3399FF;
	font-size: 18px;
	font-weight: normal;
	font-family: dosis_med;
	margin: 0; /* To remove default bottom margin */ 
    padding: 5px;
	margin-top: 10px;
}


.wow_head_sub, .wow_sub_red {
	display: inline-block;
	font-weight: bold;
	background: #e0f5d3;  
	color: #61B329;
	padding: 5px;
}

.wow_sub_red {
	background:  #ffc4c4;
	color: red;
	margin-left: 5px;
}

.wow_txt_holder {
	background: #f9f9f9;
	padding: 5px;
}

#action_container {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
}

.center_maker, .center_maker_uni {
	text-align: center;
}

.center_maker_uni {
	display: none;
}

.action_item, .action_join, .action_adv {
	display: inline-block;
	min-width: 15%;
	width: auto;
	padding: 10px;
	font-size: 1.25rem;
	color: #61B329;
	cursor: pointer;
	border: 3px solid #61B329;
	margin-left: 5%;
}

.action_item:hover {
	background: #61B329;
	color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.action_join {
	color: #5DADE2;
	border: 3px solid #5DADE2;
}

.action_join:hover {
	background: #5DADE2;
	color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.action_adv {
	color: red;
	border: 3px solid red;
}


.action_adv:hover {
	background: red;
	color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#release_icon {
	position: absolute;
	right: -35px;
	top: -30px;
}

.foot_marker {
	display: inline;
	font-size: 0.75rem;
	vertical-align: top;
}



#footer_mark_wrap {
	margin: 10px;
	margin-top: 50px;
}

.footer_mark_wrap_sub {
	margin-top: 5px;
}

/*  from inline */


#testi_pop {
	position: fixed;
	z-index: 600;
	font-family: "trebuchet MS", sans-serif;
	width: 30%;
	padding: 10px; 
	BACKGROUND-COLOR: white;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border: 3px solid #4169e1;
	padding-top: 5px;
	padding-bottom: 5px;
	right: 15%; 
	top: 15%;
}

.right_arrow {
	position: absolute;
	right: -25px;
	top: 35%;
}

.left_arrow {
	position: absolute;
	left: -25px;
	top: 35%;
}


.testi_container {
	position: relative;
}

.testi_body, .client_info, .testi_head {
	font-weight: bold; 
	font-size: 16px;
	background: #DCDCDC;
	border-radius: 5px;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 5px;
}


.testi_head {
	background: #79c3f3;
	font-size: 20px;
	margin-bottom: 1%;
}


.quote_text {
	font-size: 16px;
}




.services_list_holder {
	margin-top: 25px;
}

.services_list_body {
	margin-top: 10px;
}

.services_list_type {
	font-size: 18px;
	padding: 5px;
	background: orange;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 25px;
	color: white;
}

.item_holder_1 {
	border-bottom: 1px solid #EAEDED;
	border-top: 1px solid #EAEDED;
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
}

.item_image, .item_list {
	box-sizing: border-box;
}

.item_image {
	width: 10%;
	text-align: center;
	/* border: 1px solid #F8F9F9; */
}

.item_list {
	width: 89%;
	margin-left: 1%;
}



.item_list_head {
	font-weight: bold;
	font-size: 24px;
}

.item_list_def {
	margin-top: 10px;
	font-size: 16px;
}



.details_container {
	position: relative;
	margin-bottom: 50px;
}


.sub_head_wrap  {
	margin-bottom: 5px;
	margin-top: 10px;
	position: relative;
}

#testi_q_img {
	position: absolute;
	right: 10%;
	top: 0px;
	cursor: pointer;
	transition: top 0.5s ease-in-out;
}

.sub_head_bar  {
	margin-left: 10px;
	width: 50%;
	padding: 5px;
	color: white;
	font-size: 20px;
	font-weight: bold;
}

#key_holder {
	background: #00bfb5;
	cursor: pointer;
}

#goal_holder {
	background: #50667e;
}

#free_services {
	background: #425eb2;
}

#key_facts, #key_goals, #key_reasons {
	margin-right: 10px;
	margin-left: 10px;
	max-height: 0px;
    transition: max-height 1s ease-out;
	overflow: hidden;
}

#key_facts_basic, #key_goals_basic {
	margin-right: 20px;
	margin-left: 20px;
}


.no_border_bot {
	border-bottom: none;
}


.oh_yeh {
	font-style: italic;
}

.ul_no_li {
  list-style-type: none;
   margin: 0; /* To remove default bottom margin */ 
   padding: 0;
}

.ul_no_li li {
  border-left: 2px solid #61B329;
  padding-left: 5px;
  margin-bottom: 5px;
}


.wow_sub_red {
	margin-left: 0px;
}




/* Top Nav Bar Holders */

#sign_up_holder {
	margin-top: 10px;
	margin-bottom: 20px;
	display: flex;
	text-align: center;
}

#goals_key {
	background: #b2425e;
}


#facts_key {
	background: #00bfb5;
}


#join_key {
	background: #50667e;
}


.sing_up_info {
	box-sizing: border-box;
	font-family: economica_bold;
	font-size: 20px;
	font-weight: bold;
	color: white;
	width: 33%;
	padding: 10px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	cursor: pointer;
}


.green-leaf-list {
    list-style: none;
    padding-left: 0;
}
.green-leaf-list li {
    position: relative;
	background: #f9f9f9;
	font-size: 18px;
	font-weight: normal;
	font-family: dosis_med;
	margin: 0; /* To remove default bottom margin */ 
	padding: 5px;
	padding-left: 30px;
	margin-top: 10px;
}
.green-leaf-list li:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background-image: url('images/leaf.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 15px;
    transform: translateY(-50%);
	opacity: 0.75;
}


@media only screen and (min-device-width: 300px) and (max-device-width: 480px) {

	#mem_page_head {
		font-size: 22px;
	}

	#testi_q_img, .what_more {
		display: none;
	}

	.action_item, .action_join, .action_adv {
		min-width: 20%;
		width: auto;
		padding: 5px;
		margin-left: 1%;
		font-size: 1rem;
	}

	.center_maker_uni {
		display: block;
	}

	.green-leaf-list li:before {
		vertical-align: top;
	}

	.green-leaf-list {
		list-style-type: none;
		font-weight: normal;
		background: white;
		margin: 0px;
		padding: 5px;
	}

	.green-leaf-list li {
		background: #f9f9f9;
		padding: 5px;
		border-left: 5px solid #3399FF;
		font-size: 18px;
		font-weight: normal;
		font-family: dosis_med;
		margin: 0; /* To remove default bottom margin */ 
		padding: 5px;
		margin-top: 10px;
	}

	.green-leaf-list li:before {
		background-image: none;
	}
}
