/*==========================================================
 * 
 *  LiverBetterLife Site Print Stylesheet 
 *  CSS Stylesheet
 *  Bryan Soh-Lim, 2017
 * 
 *========================================================*/
 
@font-face {
	font-family: 'Of Wildflowers and Wings';
	src: url('../fonts/hinted-OfWildflowersandWings.eot');
	src: url('../fonts/hinted-OfWildflowersandWings.eot?#iefix') format('embedded-opentype'),
		url('../fonts/hinted-OfWildflowersandWings.woff2') format('woff2'),
		url('../fonts/hinted-OfWildflowersandWings.woff') format('woff'),
		url('../fonts/hinted-OfWildflowersandWings.ttf') format('truetype'),
		url('../fonts/hinted-OfWildflowersandWings.svg#OfWildflowersandWings') format('svg');
	font-weight: normal;
	font-style: normal;
}
 
@page  
{
    margin: 10mm;  
} 

*
{
	background-color: #fff !important;
	background-image: none !important;
	background: none !important;
}

.lbl-nav,
.lbl-social,
.bottom-1,
.bottom-2,
.footer-menu,
form,
button,
.statement,
.lbl-maintitle,
.overlay,
.vidembed
{
	display: none;
}


span.red, span.dblue, span.green, span.lblue, span.yellow, span.purple,
strong.red, strong.dblue, strong.green, strong.lblue, strong.yellow, strong.purple,
em.red, em.dblue, em.green, em.lblue, em.yellow, em.purple
{
	white-space: nowrap;
}

.red
{
	color: #E30614;
}

.dblue
{
	color: #53668D;
}

.green
{
	color: #B1CA0A;
}

.lblue
{
	color: #009FE3;
}

.yellow
{
	color: #FFCC00;
}

.purple
{
	color: #A71680;
}

.lbl-1 h1, .lbl-1 h2, .lbl-1 h3, .lbl-1 h4, .lbl-1 h5, .lbl-1 h6
{
	color: #e30614;
}

.lbl-2 h1, .lbl-2 h2, .lbl-2 h3, .lbl-2 h4, .lbl-2 h5, .lbl-2 h6
{
	color: #53668d;
}

.lbl-3 h1, .lbl-3 h2, .lbl-3 h3, .lbl-3 h4, .lbl-3 h5, .lbl-3 h6
{
	color: #b1ca0a;
}

.lbl-4 h1, .lbl-4 h2, .lbl-4 h3, .lbl-4 h4, .lbl-4 h5, .lbl-4 h6
{
	color: #009fe3;
}

body
{
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #000;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Montserrat", sans-serif;	
	
	line-height: 1.25;
	margin-bottom: 10px;
	color: #4c4c4c;
	font-weight: 400;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong
{
	font-weight: 400;
}

h1
{
	margin-top: 30px;
}

h2
{
	margin-top: 27px;
}

h3
{
	margin-top: 24px;
}

h4
{
	margin-top: 24px;
}

h5, h6
{
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: "Open Sans", sans-serif;
}

h1
{
	font-size: 60px;
	font-family: "Of Wildflowers and Wings", sans-serif;
}

h2
{
	font-size: 24px;
}
.ttc h2
{
	font-size: 40px;
	font-family: "Of Wildflowers and Wings", sans-serif;
	color: #858585 !important;
}

h3
{
	font-size: 15px;
	/*font-weight: bold;*/
}

h4
{
	font-size: 13px;
	/*font-weight: bold;*/
}

h5
{
	font-size: 1em;
	text-decoration: underline;	
}

h6
{
	font-size: 1em;
	text-decoration: underline;	
}

h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6,
h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6,
h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6,
h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6,
h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6
{
	margin-top: 10px;
}

hr + h2, hr + h3, hr + h4, hr + h5, hr + h6,
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5,:first-child h6:first-child
{
	margin-top: 0px;
}

hr
{
	border: 0;
	border-top: 1px solid #ddd;
	margin: 20px 0px;
}

p
{
	margin: 0px 0px 15px;
}

a
{
	color: #428bca;
	text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	color: inherit;
}

.small, small
{
	font-size: 80%;
}

.large, large
{
	font-size: 110%;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

ul, ol
{
    position: relative;
	margin: -5px 0px 15px;
    padding: 0px 0px 0px 30px;
	overflow: hidden; /*Hack, force to 'flow' around floated objects*/
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
	width: 100%;
}

td, th {
    border-top: 1px solid #bbb;
    padding: 8px 10px 8px 10px;
    vertical-align: top;
}


.lbl-printimg
{
	height: 100px;
}


.div-container
{
	margin-top: -45px;
}


.footer
{
	margin-top: 30px;
	padding: 30px 0px 10px;
	border-top: 1px solid #ddd;
	text-align: center;
}

.footer .copy
{
	padding: 0px 0px 20px;
}




table.newvsold
{
	max-width: 500px;
	margin: 50px auto 0px;
	color: #606060;
}

table.newvsold tr th,
table.newvsold tr td
{
	width: 50%;
}

table.newvsold tr th
{
	border: none;
	font-size: 22px;
	text-align: center;
	padding-bottom: 25px;
}
table.newvsold tr th:first-child
{
	color: #61BA4A;
}
table.newvsold tr th:last-child
{
	color: #989898;
}

table.newvsold tr td
{
	padding-bottom: 50px;
	border: none;
	text-align: center;
	vertical-align: middle;
	
	color: #606060;
	font-size: 14px;
}

table.newvsold tr td strong
{
	/*color: #B1CA0A;*/
	font-size: 110%;
}

table.newvsold tr td img
{
	width: 100%;
	max-width: 200px;
}



.focusline-1, .focusline-2, .focusline-3
{
	color: #606060;
}

.focusline-1 strong, 
.focusline-2 strong, 
.focusline-3 strong
{
	font-size: 110%;
}

.focusline-1
{
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 12px;
}

.focusline-2
{
	font-size: 18px;
	margin-bottom: 50px;
}

.peopleblock img
{
	width: 400px;
	max-width: 100%;
	margin-bottom: 10px;
}

.focusline-3
{
	font-size: 16px;
	margin-bottom: 50px !important;
}



ul.treatment-list
{
	display: inline-block;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 40px;
	max-width: 100%;
	
	text-align: left;
	list-style: circle;
}

ul.treatment-list li
{
	font-size: 18px;
	margin: 5px 0px;
}

.quiz-panel .prizes
{
	text-align: center;
}

.quiz-panel .prizes img
{
	position: relative;
}

.quiz-panel img.gtab
{
	width: 120px;
	max-width: 46.5%;
}

.quiz-panel img.gcards
{
	width: 135px;
	max-width: 52.5%;
	margin-left: 1%;
}




.div-break h2,
.panel h2:first-child
{
	margin: 45px 0px 15px;
	padding: 15px 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}



.mapembed,
.vidembed
{
	position: relative;
	overflow: hidden;
}
.mapembed:before,
.vidembed:before
{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.mapembed > iframe,
.vidembed > iframe
{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}

iframe
{
	border: none;
}
