.stacks_in_2quote {
	width: 100%;
}

#stacks_in_2 p {
	line-height: 150%;
	word-break: normal;
	text-align: left;
	position: relative;
	
	padding: 20px;
	
	 border-radius: 8px; 
	
	font-size: inherit;
	
	
	
	
	font-style: italic;
	
	 font-family: inherit; 
	
	
	
	
	
	margin-top: 0;
    margin-bottom: 10px;
}

#stacks_in_2 .quote_box {
	background-color: rgba(255, 255, 255, 1.00);
	color: rgba(0, 0, 0, 1.00);
	
	
}


#stacks_in_2 .quote_box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    background-color: rgba(255, 214, 133, 1.00);
    border-radius: 0 .5rem .5rem 0;
}
#stacks_in_2 .quote_box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 8px;
    background-color: rgba(255, 214, 133, 1.00);
    border-radius: .5rem 0px 0px .5rem;
}


/* Arrow */


#stacks_in_2 span[style*='AppleColorEmoji'] {
	font-size: 18px !important;
	vertical-align: middle;
}

/* Avtor */
#stacks_in_2 .mes_in:before {
	content: "Dale Thompson, PhD";
    position: absolute;
    left: 51px;
    
    bottom: 68px;
    padding: 4px 20px 4px 50px;
    
    background-color: rgba(128, 64, 3, 1.00);
    color: rgba(255, 255, 255, 1.00);
    border-radius: 0 10px 30px 0px;
     font-family: inherit; 
	
	
	
	
	
    font-size: 16px;
    font-weight: normal;
	font-style: italic;
	line-height: 150%;
	z-index: 1;
}

/* Resurs */


#stacks_in_2 .mes_in {
    position: relative;
    overflow: hidden;
}

#stacks_in_2 .mes_in {
	
    padding-left: 50px;
    padding-right: 0px;
    padding-bottom: 80px;
    
}

#stacks_in_2 .left_ava {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 2;
}

#stacks_in_2 .left_ava {
    left: 0;
    bottom: 0;
}

/* Avtor */
#stacks_in_2 .mes_out:before {
	content: "Dale Thompson, PhD";
    position: absolute;
    right: 50px;
    
    bottom: 68px;
    padding: 4px 50px 4px 20px;
    
    background-color: rgba(128, 64, 3, 1.00);
    color: rgba(255, 255, 255, 1.00);
    border-radius: 10px 0px 0px 30px;
     font-family: inherit; 
	
	
	
	
	
    font-size: 16px;
    font-weight: normal;
	font-style: italic;
	line-height: 150%;
	z-index: 1;
}

/* Resurs */


#stacks_in_2 .mes_out {
    position: relative;
    overflow: hidden;
}

#stacks_in_2 .mes_out {
	
    padding-right: 50px;
    padding-left: 0px;
    padding-bottom: 80px;
    
}

#stacks_in_2 .right_ava {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
}

#stacks_in_2 .right_ava {
    right: 0;
    bottom: 0;
}


#stacks_in_2 .left_ava { 
    background-color: rgba(255, 214, 133, 1.00);
    padding: 5px;
}
#stacks_in_2 .right_ava { 
    background-color: rgba(255, 214, 133, 1.00);
    padding: 5px;
}



@media only screen and (max-width: 600px) {
#stacks_in_2 .mes_in {
	padding-left: 0;
	
	padding-bottom: 30px;
	
}

/* Author */
#stacks_in_2 .mes_in:before {
	left: 24px;
	
	bottom: 27px;
	
	padding: 0px 20px 0px 36px;
	font-size: 14px;
	line-height: 23px;
	height: 23px;
}

/* Source */
#stacks_in_2 .mes_in:after {
	left: 24px;
	bottom: 0;
	padding: 0px 20px 0px 32px;
	border-radius: 30px 10px 30px 10px;
	font-size: 12px;
	line-height: 23px;
	height: 23px;
}

#stacks_in_2 .left_ava {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
}

#stacks_in_2 .left_ava {
	left: 0;
	bottom: 0;
}

#stacks_in_2 .left_ava { 
	background-color: rgba(255, 214, 133, 1.00);
	padding: 3px;
}

#stacks_in_2 .mes_out {
	padding-right: 0;
	
	padding-bottom: 30px;
	
}

/* Author */
#stacks_in_2 .mes_out:before {
	right: 24px;
	
	bottom: 27px;
	
	padding: 0px 36px 0px 20px;
	font-size: 14px;
	line-height: 23px;
	height: 23px;
}

/* Source */
#stacks_in_2 .mes_out:after {
	right: 24px;
	bottom: 0;
	padding: 0px 32px 0px 20px;
	border-radius: 10px 30px 10px 30px;
	font-size: 12px;
	line-height: 23px;
	height: 23px;
}

#stacks_in_2 .right_ava {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
}

#stacks_in_2 .right_ava {
	right: 0;
	bottom: 0;
}

#stacks_in_2 .right_ava { 
	background-color: rgba(255, 214, 133, 1.00);
	padding: 3px;
}

#stacks_in_2 .treu::after {
	
	
	left: 4%;
	
	margin-top: 0px;
}
}
.stacks_in_4quote {
	width: 100%;
}

#stacks_in_4 p {
	line-height: 150%;
	word-break: normal;
	text-align: left;
	position: relative;
	
	padding: 20px;
	
	 border-radius: 8px; 
	
	font-size: inherit;
	
	
	
	
	font-style: italic;
	
	 font-family: inherit; 
	
	
	
	
	
	margin-top: 0;
    margin-bottom: 10px;
}

#stacks_in_4 .quote_box {
	background-color: rgba(255, 255, 255, 1.00);
	color: rgba(0, 0, 0, 1.00);
	
	
}


#stacks_in_4 .quote_box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    background-color: rgba(255, 214, 133, 1.00);
    border-radius: 0 .5rem .5rem 0;
}
#stacks_in_4 .quote_box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 8px;
    background-color: rgba(255, 214, 133, 1.00);
    border-radius: .5rem 0px 0px .5rem;
}


/* Arrow */


#stacks_in_4 span[style*='AppleColorEmoji'] {
	font-size: 18px !important;
	vertical-align: middle;
}

/* Avtor */
#stacks_in_4 .mes_in:before {
	content: "Dawn Hatley, Central States Sales Manager at Cotey Chemical Inc.";
    position: absolute;
    left: 51px;
    
    bottom: 68px;
    padding: 4px 20px 4px 50px;
    
    background-color: rgba(128, 64, 3, 1.00);
    color: rgba(255, 255, 255, 1.00);
    border-radius: 0 10px 30px 0px;
     font-family: inherit; 
	
	
	
	
	
    font-size: 16px;
    font-weight: normal;
	font-style: italic;
	line-height: 150%;
	z-index: 1;
}

/* Resurs */


#stacks_in_4 .mes_in {
    position: relative;
    overflow: hidden;
}

#stacks_in_4 .mes_in {
	
    padding-left: 50px;
    padding-right: 0px;
    padding-bottom: 80px;
    
}

#stacks_in_4 .left_ava {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 2;
}

#stacks_in_4 .left_ava {
    left: 0;
    bottom: 0;
}

/* Avtor */
#stacks_in_4 .mes_out:before {
	content: "Dawn Hatley, Central States Sales Manager at Cotey Chemical Inc.";
    position: absolute;
    right: 50px;
    
    bottom: 68px;
    padding: 4px 50px 4px 20px;
    
    background-color: rgba(128, 64, 3, 1.00);
    color: rgba(255, 255, 255, 1.00);
    border-radius: 10px 0px 0px 30px;
     font-family: inherit; 
	
	
	
	
	
    font-size: 16px;
    font-weight: normal;
	font-style: italic;
	line-height: 150%;
	z-index: 1;
}

/* Resurs */


#stacks_in_4 .mes_out {
    position: relative;
    overflow: hidden;
}

#stacks_in_4 .mes_out {
	
    padding-right: 50px;
    padding-left: 0px;
    padding-bottom: 80px;
    
}

#stacks_in_4 .right_ava {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
}

#stacks_in_4 .right_ava {
    right: 0;
    bottom: 0;
}


#stacks_in_4 .left_ava { 
    background-color: rgba(255, 214, 133, 1.00);
    padding: 5px;
}
#stacks_in_4 .right_ava { 
    background-color: rgba(255, 214, 133, 1.00);
    padding: 5px;
}



@media only screen and (max-width: 600px) {
#stacks_in_4 .mes_in {
	padding-left: 0;
	
	padding-bottom: 30px;
	
}

/* Author */
#stacks_in_4 .mes_in:before {
	left: 24px;
	
	bottom: 27px;
	
	padding: 0px 20px 0px 36px;
	font-size: 14px;
	line-height: 23px;
	height: 23px;
}

/* Source */
#stacks_in_4 .mes_in:after {
	left: 24px;
	bottom: 0;
	padding: 0px 20px 0px 32px;
	border-radius: 30px 10px 30px 10px;
	font-size: 12px;
	line-height: 23px;
	height: 23px;
}

#stacks_in_4 .left_ava {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
}

#stacks_in_4 .left_ava {
	left: 0;
	bottom: 0;
}

#stacks_in_4 .left_ava { 
	background-color: rgba(255, 214, 133, 1.00);
	padding: 3px;
}

#stacks_in_4 .mes_out {
	padding-right: 0;
	
	padding-bottom: 30px;
	
}

/* Author */
#stacks_in_4 .mes_out:before {
	right: 24px;
	
	bottom: 27px;
	
	padding: 0px 36px 0px 20px;
	font-size: 14px;
	line-height: 23px;
	height: 23px;
}

/* Source */
#stacks_in_4 .mes_out:after {
	right: 24px;
	bottom: 0;
	padding: 0px 32px 0px 20px;
	border-radius: 10px 30px 10px 30px;
	font-size: 12px;
	line-height: 23px;
	height: 23px;
}

#stacks_in_4 .right_ava {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
}

#stacks_in_4 .right_ava {
	right: 0;
	bottom: 0;
}

#stacks_in_4 .right_ava { 
	background-color: rgba(255, 214, 133, 1.00);
	padding: 3px;
}

#stacks_in_4 .treu::after {
	
	
	left: 4%;
	
	margin-top: 0px;
}
}
.stacks_in_6quote {
	width: 100%;
}

#stacks_in_6 p {
	line-height: 150%;
	word-break: normal;
	text-align: left;
	position: relative;
	
	padding: 20px;
	
	 border-radius: 8px; 
	
	font-size: inherit;
	
	
	
	
	font-style: italic;
	
	 font-family: inherit; 
	
	
	
	
	
	margin-top: 0;
    margin-bottom: 10px;
}

#stacks_in_6 .quote_box {
	background-color: rgba(255, 255, 255, 1.00);
	color: rgba(0, 0, 0, 1.00);
	
	
}


#stacks_in_6 .quote_box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    background-color: rgba(255, 214, 133, 1.00);
    border-radius: 0 .5rem .5rem 0;
}
#stacks_in_6 .quote_box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 8px;
    background-color: rgba(255, 214, 133, 1.00);
    border-radius: .5rem 0px 0px .5rem;
}


/* Arrow */


#stacks_in_6 span[style*='AppleColorEmoji'] {
	font-size: 18px !important;
	vertical-align: middle;
}

/* Avtor */
#stacks_in_6 .mes_in:before {
	content: "Nancy Velona Fosso Allee";
    position: absolute;
    left: 51px;
    
    bottom: 68px;
    padding: 4px 20px 4px 50px;
    
    background-color: rgba(128, 64, 3, 1.00);
    color: rgba(255, 255, 255, 1.00);
    border-radius: 0 10px 30px 0px;
     font-family: inherit; 
	
	
	
	
	
    font-size: 16px;
    font-weight: normal;
	font-style: italic;
	line-height: 150%;
	z-index: 1;
}

/* Resurs */


#stacks_in_6 .mes_in {
    position: relative;
    overflow: hidden;
}

#stacks_in_6 .mes_in {
	
    padding-left: 50px;
    padding-right: 0px;
    padding-bottom: 80px;
    
}

#stacks_in_6 .left_ava {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 2;
}

#stacks_in_6 .left_ava {
    left: 0;
    bottom: 0;
}

/* Avtor */
#stacks_in_6 .mes_out:before {
	content: "Nancy Velona Fosso Allee";
    position: absolute;
    right: 50px;
    
    bottom: 68px;
    padding: 4px 50px 4px 20px;
    
    background-color: rgba(128, 64, 3, 1.00);
    color: rgba(255, 255, 255, 1.00);
    border-radius: 10px 0px 0px 30px;
     font-family: inherit; 
	
	
	
	
	
    font-size: 16px;
    font-weight: normal;
	font-style: italic;
	line-height: 150%;
	z-index: 1;
}

/* Resurs */


#stacks_in_6 .mes_out {
    position: relative;
    overflow: hidden;
}

#stacks_in_6 .mes_out {
	
    padding-right: 50px;
    padding-left: 0px;
    padding-bottom: 80px;
    
}

#stacks_in_6 .right_ava {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
}

#stacks_in_6 .right_ava {
    right: 0;
    bottom: 0;
}


#stacks_in_6 .left_ava { 
    background-color: rgba(255, 214, 133, 1.00);
    padding: 5px;
}
#stacks_in_6 .right_ava { 
    background-color: rgba(255, 214, 133, 1.00);
    padding: 5px;
}



@media only screen and (max-width: 600px) {
#stacks_in_6 .mes_in {
	padding-left: 0;
	
	padding-bottom: 30px;
	
}

/* Author */
#stacks_in_6 .mes_in:before {
	left: 24px;
	
	bottom: 27px;
	
	padding: 0px 20px 0px 36px;
	font-size: 14px;
	line-height: 23px;
	height: 23px;
}

/* Source */
#stacks_in_6 .mes_in:after {
	left: 24px;
	bottom: 0;
	padding: 0px 20px 0px 32px;
	border-radius: 30px 10px 30px 10px;
	font-size: 12px;
	line-height: 23px;
	height: 23px;
}

#stacks_in_6 .left_ava {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
}

#stacks_in_6 .left_ava {
	left: 0;
	bottom: 0;
}

#stacks_in_6 .left_ava { 
	background-color: rgba(255, 214, 133, 1.00);
	padding: 3px;
}

#stacks_in_6 .mes_out {
	padding-right: 0;
	
	padding-bottom: 30px;
	
}

/* Author */
#stacks_in_6 .mes_out:before {
	right: 24px;
	
	bottom: 27px;
	
	padding: 0px 36px 0px 20px;
	font-size: 14px;
	line-height: 23px;
	height: 23px;
}

/* Source */
#stacks_in_6 .mes_out:after {
	right: 24px;
	bottom: 0;
	padding: 0px 32px 0px 20px;
	border-radius: 10px 30px 10px 30px;
	font-size: 12px;
	line-height: 23px;
	height: 23px;
}

#stacks_in_6 .right_ava {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
}

#stacks_in_6 .right_ava {
	right: 0;
	bottom: 0;
}

#stacks_in_6 .right_ava { 
	background-color: rgba(255, 214, 133, 1.00);
	padding: 3px;
}

#stacks_in_6 .treu::after {
	
	
	left: 4%;
	
	margin-top: 0px;
}
}
.stacks_in_8quote {
	width: 100%;
}

#stacks_in_8 p {
	line-height: 150%;
	word-break: normal;
	text-align: left;
	position: relative;
	
	padding: 20px;
	
	 border-radius: 8px; 
	
	font-size: inherit;
	
	
	
	
	font-style: italic;
	
	 font-family: inherit; 
	
	
	
	
	
	margin-top: 0;
    margin-bottom: 10px;
}

#stacks_in_8 .quote_box {
	background-color: rgba(255, 255, 255, 1.00);
	color: rgba(0, 0, 0, 1.00);
	
	
}


#stacks_in_8 .quote_box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    background-color: rgba(255, 214, 133, 1.00);
    border-radius: 0 .5rem .5rem 0;
}
#stacks_in_8 .quote_box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 8px;
    background-color: rgba(255, 214, 133, 1.00);
    border-radius: .5rem 0px 0px .5rem;
}


/* Arrow */


#stacks_in_8 span[style*='AppleColorEmoji'] {
	font-size: 18px !important;
	vertical-align: middle;
}

/* Avtor */
#stacks_in_8 .mes_in:before {
	content: "Deb Miller Robinson";
    position: absolute;
    left: 51px;
    
    bottom: 68px;
    padding: 4px 20px 4px 50px;
    
    background-color: rgba(128, 64, 3, 1.00);
    color: rgba(255, 255, 255, 1.00);
    border-radius: 0 10px 30px 0px;
     font-family: inherit; 
	
	
	
	
	
    font-size: 16px;
    font-weight: normal;
	font-style: italic;
	line-height: 150%;
	z-index: 1;
}

/* Resurs */


#stacks_in_8 .mes_in {
    position: relative;
    overflow: hidden;
}

#stacks_in_8 .mes_in {
	
    padding-left: 50px;
    padding-right: 0px;
    padding-bottom: 80px;
    
}

#stacks_in_8 .left_ava {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 2;
}

#stacks_in_8 .left_ava {
    left: 0;
    bottom: 0;
}

/* Avtor */
#stacks_in_8 .mes_out:before {
	content: "Deb Miller Robinson";
    position: absolute;
    right: 50px;
    
    bottom: 68px;
    padding: 4px 50px 4px 20px;
    
    background-color: rgba(128, 64, 3, 1.00);
    color: rgba(255, 255, 255, 1.00);
    border-radius: 10px 0px 0px 30px;
     font-family: inherit; 
	
	
	
	
	
    font-size: 16px;
    font-weight: normal;
	font-style: italic;
	line-height: 150%;
	z-index: 1;
}

/* Resurs */


#stacks_in_8 .mes_out {
    position: relative;
    overflow: hidden;
}

#stacks_in_8 .mes_out {
	
    padding-right: 50px;
    padding-left: 0px;
    padding-bottom: 80px;
    
}

#stacks_in_8 .right_ava {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
}

#stacks_in_8 .right_ava {
    right: 0;
    bottom: 0;
}


#stacks_in_8 .left_ava { 
    background-color: rgba(255, 214, 133, 1.00);
    padding: 5px;
}
#stacks_in_8 .right_ava { 
    background-color: rgba(255, 214, 133, 1.00);
    padding: 5px;
}



@media only screen and (max-width: 600px) {
#stacks_in_8 .mes_in {
	padding-left: 0;
	
	padding-bottom: 30px;
	
}

/* Author */
#stacks_in_8 .mes_in:before {
	left: 24px;
	
	bottom: 27px;
	
	padding: 0px 20px 0px 36px;
	font-size: 14px;
	line-height: 23px;
	height: 23px;
}

/* Source */
#stacks_in_8 .mes_in:after {
	left: 24px;
	bottom: 0;
	padding: 0px 20px 0px 32px;
	border-radius: 30px 10px 30px 10px;
	font-size: 12px;
	line-height: 23px;
	height: 23px;
}

#stacks_in_8 .left_ava {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
}

#stacks_in_8 .left_ava {
	left: 0;
	bottom: 0;
}

#stacks_in_8 .left_ava { 
	background-color: rgba(255, 214, 133, 1.00);
	padding: 3px;
}

#stacks_in_8 .mes_out {
	padding-right: 0;
	
	padding-bottom: 30px;
	
}

/* Author */
#stacks_in_8 .mes_out:before {
	right: 24px;
	
	bottom: 27px;
	
	padding: 0px 36px 0px 20px;
	font-size: 14px;
	line-height: 23px;
	height: 23px;
}

/* Source */
#stacks_in_8 .mes_out:after {
	right: 24px;
	bottom: 0;
	padding: 0px 32px 0px 20px;
	border-radius: 10px 30px 10px 30px;
	font-size: 12px;
	line-height: 23px;
	height: 23px;
}

#stacks_in_8 .right_ava {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
}

#stacks_in_8 .right_ava {
	right: 0;
	bottom: 0;
}

#stacks_in_8 .right_ava { 
	background-color: rgba(255, 214, 133, 1.00);
	padding: 3px;
}

#stacks_in_8 .treu::after {
	
	
	left: 4%;
	
	margin-top: 0px;
}
}
.stacks_in_10quote {
	width: 100%;
}

#stacks_in_10 p {
	line-height: 150%;
	word-break: normal;
	text-align: left;
	position: relative;
	
	padding: 20px;
	
	 border-radius: 8px; 
	
	font-size: inherit;
	
	
	
	
	font-style: italic;
	
	 font-family: inherit; 
	
	
	
	
	
	margin-top: 0;
    margin-bottom: 10px;
}

#stacks_in_10 .quote_box {
	background-color: rgba(255, 255, 255, 1.00);
	color: rgba(0, 0, 0, 1.00);
	
	
}


#stacks_in_10 .quote_box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    background-color: rgba(255, 214, 133, 1.00);
    border-radius: 0 .5rem .5rem 0;
}
#stacks_in_10 .quote_box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 8px;
    background-color: rgba(255, 214, 133, 1.00);
    border-radius: .5rem 0px 0px .5rem;
}


/* Arrow */


#stacks_in_10 span[style*='AppleColorEmoji'] {
	font-size: 18px !important;
	vertical-align: middle;
}

/* Avtor */
#stacks_in_10 .mes_in:before {
	content: "Vince Morales, Founder, Owner, Master Coach at Zoe Transformation Coaching & Consulting";
    position: absolute;
    left: 51px;
    
    bottom: 68px;
    padding: 4px 20px 4px 50px;
    
    background-color: rgba(128, 64, 3, 1.00);
    color: rgba(255, 255, 255, 1.00);
    border-radius: 0 10px 30px 0px;
     font-family: inherit; 
	
	
	
	
	
    font-size: 16px;
    font-weight: normal;
	font-style: italic;
	line-height: 150%;
	z-index: 1;
}

/* Resurs */


#stacks_in_10 .mes_in {
    position: relative;
    overflow: hidden;
}

#stacks_in_10 .mes_in {
	
    padding-left: 50px;
    padding-right: 0px;
    padding-bottom: 80px;
    
}

#stacks_in_10 .left_ava {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 2;
}

#stacks_in_10 .left_ava {
    left: 0;
    bottom: 0;
}

/* Avtor */
#stacks_in_10 .mes_out:before {
	content: "Vince Morales, Founder, Owner, Master Coach at Zoe Transformation Coaching & Consulting";
    position: absolute;
    right: 50px;
    
    bottom: 68px;
    padding: 4px 50px 4px 20px;
    
    background-color: rgba(128, 64, 3, 1.00);
    color: rgba(255, 255, 255, 1.00);
    border-radius: 10px 0px 0px 30px;
     font-family: inherit; 
	
	
	
	
	
    font-size: 16px;
    font-weight: normal;
	font-style: italic;
	line-height: 150%;
	z-index: 1;
}

/* Resurs */


#stacks_in_10 .mes_out {
    position: relative;
    overflow: hidden;
}

#stacks_in_10 .mes_out {
	
    padding-right: 50px;
    padding-left: 0px;
    padding-bottom: 80px;
    
}

#stacks_in_10 .right_ava {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
}

#stacks_in_10 .right_ava {
    right: 0;
    bottom: 0;
}


#stacks_in_10 .left_ava { 
    background-color: rgba(255, 214, 133, 1.00);
    padding: 5px;
}
#stacks_in_10 .right_ava { 
    background-color: rgba(255, 214, 133, 1.00);
    padding: 5px;
}



@media only screen and (max-width: 600px) {
#stacks_in_10 .mes_in {
	padding-left: 0;
	
	padding-bottom: 30px;
	
}

/* Author */
#stacks_in_10 .mes_in:before {
	left: 24px;
	
	bottom: 27px;
	
	padding: 0px 20px 0px 36px;
	font-size: 14px;
	line-height: 23px;
	height: 23px;
}

/* Source */
#stacks_in_10 .mes_in:after {
	left: 24px;
	bottom: 0;
	padding: 0px 20px 0px 32px;
	border-radius: 30px 10px 30px 10px;
	font-size: 12px;
	line-height: 23px;
	height: 23px;
}

#stacks_in_10 .left_ava {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
}

#stacks_in_10 .left_ava {
	left: 0;
	bottom: 0;
}

#stacks_in_10 .left_ava { 
	background-color: rgba(255, 214, 133, 1.00);
	padding: 3px;
}

#stacks_in_10 .mes_out {
	padding-right: 0;
	
	padding-bottom: 30px;
	
}

/* Author */
#stacks_in_10 .mes_out:before {
	right: 24px;
	
	bottom: 27px;
	
	padding: 0px 36px 0px 20px;
	font-size: 14px;
	line-height: 23px;
	height: 23px;
}

/* Source */
#stacks_in_10 .mes_out:after {
	right: 24px;
	bottom: 0;
	padding: 0px 32px 0px 20px;
	border-radius: 10px 30px 10px 30px;
	font-size: 12px;
	line-height: 23px;
	height: 23px;
}

#stacks_in_10 .right_ava {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
}

#stacks_in_10 .right_ava {
	right: 0;
	bottom: 0;
}

#stacks_in_10 .right_ava { 
	background-color: rgba(255, 214, 133, 1.00);
	padding: 3px;
}

#stacks_in_10 .treu::after {
	
	
	left: 4%;
	
	margin-top: 0px;
}
}
.stacks_in_12quote {
	width: 100%;
}

#stacks_in_12 p {
	line-height: 150%;
	word-break: normal;
	text-align: left;
	position: relative;
	
	padding: 20px;
	
	 border-radius: 8px; 
	
	font-size: inherit;
	
	
	
	
	font-style: italic;
	
	 font-family: inherit; 
	
	
	
	
	
	margin-top: 0;
    margin-bottom: 10px;
}

#stacks_in_12 .quote_box {
	background-color: rgba(255, 255, 255, 1.00);
	color: rgba(0, 0, 0, 1.00);
	
	
}


#stacks_in_12 .quote_box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    background-color: rgba(255, 214, 133, 1.00);
    border-radius: 0 .5rem .5rem 0;
}
#stacks_in_12 .quote_box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 8px;
    background-color: rgba(255, 214, 133, 1.00);
    border-radius: .5rem 0px 0px .5rem;
}


/* Arrow */


#stacks_in_12 span[style*='AppleColorEmoji'] {
	font-size: 18px !important;
	vertical-align: middle;
}

/* Avtor */
#stacks_in_12 .mes_in:before {
	content: "Shari Gunn, Prayer Networking Tulsa ";
    position: absolute;
    left: 51px;
    
    bottom: 68px;
    padding: 4px 20px 4px 50px;
    
    background-color: rgba(128, 64, 3, 1.00);
    color: rgba(255, 255, 255, 1.00);
    border-radius: 0 10px 30px 0px;
     font-family: inherit; 
	
	
	
	
	
    font-size: 16px;
    font-weight: normal;
	font-style: italic;
	line-height: 150%;
	z-index: 1;
}

/* Resurs */


#stacks_in_12 .mes_in {
    position: relative;
    overflow: hidden;
}

#stacks_in_12 .mes_in {
	
    padding-left: 50px;
    padding-right: 0px;
    padding-bottom: 80px;
    
}

#stacks_in_12 .left_ava {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 2;
}

#stacks_in_12 .left_ava {
    left: 0;
    bottom: 0;
}

/* Avtor */
#stacks_in_12 .mes_out:before {
	content: "Shari Gunn, Prayer Networking Tulsa ";
    position: absolute;
    right: 50px;
    
    bottom: 68px;
    padding: 4px 50px 4px 20px;
    
    background-color: rgba(128, 64, 3, 1.00);
    color: rgba(255, 255, 255, 1.00);
    border-radius: 10px 0px 0px 30px;
     font-family: inherit; 
	
	
	
	
	
    font-size: 16px;
    font-weight: normal;
	font-style: italic;
	line-height: 150%;
	z-index: 1;
}

/* Resurs */


#stacks_in_12 .mes_out {
    position: relative;
    overflow: hidden;
}

#stacks_in_12 .mes_out {
	
    padding-right: 50px;
    padding-left: 0px;
    padding-bottom: 80px;
    
}

#stacks_in_12 .right_ava {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
}

#stacks_in_12 .right_ava {
    right: 0;
    bottom: 0;
}


#stacks_in_12 .left_ava { 
    background-color: rgba(255, 214, 133, 1.00);
    padding: 5px;
}
#stacks_in_12 .right_ava { 
    background-color: rgba(255, 214, 133, 1.00);
    padding: 5px;
}



@media only screen and (max-width: 600px) {
#stacks_in_12 .mes_in {
	padding-left: 0;
	
	padding-bottom: 30px;
	
}

/* Author */
#stacks_in_12 .mes_in:before {
	left: 24px;
	
	bottom: 27px;
	
	padding: 0px 20px 0px 36px;
	font-size: 14px;
	line-height: 23px;
	height: 23px;
}

/* Source */
#stacks_in_12 .mes_in:after {
	left: 24px;
	bottom: 0;
	padding: 0px 20px 0px 32px;
	border-radius: 30px 10px 30px 10px;
	font-size: 12px;
	line-height: 23px;
	height: 23px;
}

#stacks_in_12 .left_ava {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
}

#stacks_in_12 .left_ava {
	left: 0;
	bottom: 0;
}

#stacks_in_12 .left_ava { 
	background-color: rgba(255, 214, 133, 1.00);
	padding: 3px;
}

#stacks_in_12 .mes_out {
	padding-right: 0;
	
	padding-bottom: 30px;
	
}

/* Author */
#stacks_in_12 .mes_out:before {
	right: 24px;
	
	bottom: 27px;
	
	padding: 0px 36px 0px 20px;
	font-size: 14px;
	line-height: 23px;
	height: 23px;
}

/* Source */
#stacks_in_12 .mes_out:after {
	right: 24px;
	bottom: 0;
	padding: 0px 32px 0px 20px;
	border-radius: 10px 30px 10px 30px;
	font-size: 12px;
	line-height: 23px;
	height: 23px;
}

#stacks_in_12 .right_ava {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
}

#stacks_in_12 .right_ava {
	right: 0;
	bottom: 0;
}

#stacks_in_12 .right_ava { 
	background-color: rgba(255, 214, 133, 1.00);
	padding: 3px;
}

#stacks_in_12 .treu::after {
	
	
	left: 4%;
	
	margin-top: 0px;
}
}
#stacks_in_31>.s3_row {
	margin: 0 -9px;
}

#stacks_in_31>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_31>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_31>.s3_row>.s3_column {
	padding: 0 9px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_31>.s3_row  {
		margin: -9px 0;
	}
	#stacks_in_31>.s3_row>.s3_column {
		padding: 9px 0;
		width:100%;
	}


}






#stacks_out_31 {
	width: 230px;
}
#stacks_in_35_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_35 a:link, #stacks_in_35 a:visited {
	 display:block; 
	 float:left; 
	
	position: relative;
	text-decoration:none;
}
#stacks_in_35 a:hover, #stacks_in_35 a:active {
	color:#FFFFFF;
}







#stacks_in_35 a:link, #stacks_in_35 a:visited {
	background-color:#0850A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#0850A0), to(#053060));
	border:1px solid #053060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_35 a:hover {
	background-color:#0956AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#0956AC), to(#042953));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_35 a:active {
	background-color:#0850A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_32_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_32 a:link, #stacks_in_32 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_32 a:hover, #stacks_in_32 a:active {
	color:#FFFFFF;
}







#stacks_in_32 a:link, #stacks_in_32 a:visited {
	background-color:#0850A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#0850A0), to(#053060));
	border:1px solid #053060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_32 a:hover {
	background-color:#0956AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#0956AC), to(#042953));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_32 a:active {
	background-color:#0850A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_40_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_40 a:link, #stacks_in_40 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_40 a:hover, #stacks_in_40 a:active {
	color:#FFFFFF;
}







#stacks_in_40 a:link, #stacks_in_40 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_40 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_40 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_40 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_42_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_42 a:link, #stacks_in_42 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_42 a:hover, #stacks_in_42 a:active {
	color:#000000;
}







#stacks_in_42 a:link, #stacks_in_42 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFBFBF));
	border:1px solid #BFBFBF;
	padding:3px 20px;
	border-radius:30px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_42 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_42 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_42 {
	padding: 10px 0px 0px 0px;
}

#spopupClose_stacks_in_28 {
}

/* Adapted from http://www.codexworld.com/ */
#spopup_stacks_in_28 {
    background: rgba(254, 204, 102, 1.00);
    border-radius: 9;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-box-shadow:inset 0 0 3px #333;
    -webkit-box-shadow:inset 0 0 3px #333;
    box-shadow:inner 0 0 3px #333;
    padding:12px 14px 12px 14px;
    width: 300px;
    position:fixed;
    bottom:13px;
    right:2px;
    display:none;
    z-index: 1000;
}

#stacks_in_28 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
}
