/* cmsms stylesheet: Content modified: 01/19/21 17:37:42 */
/* CSS Document */

body, div {
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;	
	color: #4d4b1f;
	text-shadow: 1px 1px 0px #FFF;
	font-weight: bold;
	font-size: 18px;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
p {
	font-size: 100%;
	line-height: 150%;
}
h1 {
	font-size: 230%;
	line-height: 100%;
	font-family: 'Ultra', 'Roboto Slab', Arial, Helvetica, sans-serif;	
	font-weight: normal;
	color: #608c64;
}
@media all and (max-width: 600px) and (min-width: 0px) {

h1 {
	font-size: 200%;
}

}
h2 {
	font-size: 170%;
	line-height: 125%;
	color: #608c64;
	font-family: 'Roboto Slab', 'Roboto', sans-serif;
}
h3 {
	font-size: 150%;
	line-height: 100%;
	font-weight: normal;
	font-family: 'Roboto Slab', 'Roboto', sans-serif;
}
h4 {
	font-size: 125%;
	line-height: 120%;
	color: #608c64;
	font-family: 'Roboto Slab', 'Roboto', sans-serif;
}
h5 {
	font-size: 110%;
	line-height: 120%;
	font-weight: normal;
	font-family: 'Roboto Slab', 'Roboto', sans-serif;
}
h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	color: #608c64;
	margin-top: 5px;

}
.content a {
	font-weight: 900;
	text-decoration: none;
/*	padding-bottom: 0px;
	border-bottom: medium double #d14e05; */
	color: #d14e05;
}
.content a:hover {
	color: #ef5306;
	/* border-bottom: medium double #ef5306; */
}

.content img {
	float: left;
	border: 7px solid #FFF;
	margin: 0 7% 7% 0;
	-webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 18px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 18px rgba(50, 50, 50, 1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-width: 100%;
	box-sizing: border-box;  
	-moz-box-sizing: border-box;
}

.widgetwrap {
	background: #FFF;
	padding: 5%;
	-webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 18px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 18px rgba(50, 50, 50, 1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

blockquote {
	background: url(https://ezpz.thephbalance.com/uploads/layout/quotes.png) no-repeat left top;
	padding: 10px 0 0 65px;
	margin: 0;
}

hr {
    padding: 0;
    color: #cc9656;
	background: #cc9656;
	height: 3px;
    text-align: center;
	margin: 70px 0 60px 0;
	border: none;
	border-bottom: 1px solid #FFF;
}
hr:before {
	content: "";
    background: url(https://ezpz.thephbalance.com/uploads/layout/hr-left.png) no-repeat left center;
	background-size: auto 100%;
	width: 50%;
	height: 56px;
	display: block;
	position: relative;
	float: left;
	top: -26px;
}
hr:after {
	content: "";
    background: url(https://ezpz.thephbalance.com/uploads/layout/hr-right.png) no-repeat right center;
	background-size: auto 100%;
	width: 50%;
	height: 56px;
	display: block;
	position: relative;
	float: right;
	top: -26px;
}

/* FORM STYLES */

input, select, textarea, .form input[type=text], .form select, .form textarea, .form input[type=email], input#txtHCEmail1at36823default.HCTextStyle1at36823default {
	padding: 7px 12px;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	width: 95%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:  none;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #89892b;
}
input#txtHCEmail1at36823default.HCTextStyle1at36823default  { margin-top: 10px; font-size: 120%; }
.form div {
	margin: 0 0 10px 0;
}
.form div div {
	margin: 0;
}
.form label {
	margin: 0px 0 5px 0;
	font-size: 100%;
	display: block;
	font-weight: bold;
}
.form input.cms_submit, .form input.button {
	padding: 5% 10%;
	font-size: 170%;
	background: #f3f6a2;
	color: #89892b;
	text-shadow: none;
	margin: 5px 0 0 0;
	width: auto;
	cursor: pointer;
	font-family: 'Ultra', 'Roboto Slab', Arial, Helvetica, sans-serif;	
	font-weight: normal;
	text-align: center;
	border: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 5px rgba(50, 50, 50, 0.75);
	white-space: normal;
	-webkit-appearance: none;
}
.form input.cms_submit:hover, .form input.button:hover {
	background: #89892b;
	color: #f3f6a2;
	text-shadow: none;
}
.form input[type=checkbox] {
}

div#divHCSubmitBtn1at36823default {
}


div#divHCWidgetHead1at36823default {
/*	width: 100%; background-repeat: no-repeat; background-position: center center; background-color: #20a0ca; padding: 10px 0;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px; */
display: none;
}
div#divHCWidgetSignUp1at36823default, table#tblHCFooter1at36823default { width: 100%; }
div#divHCMarketingCopy1at36823default, div#divHCFooter1at36823default { width: 100%; }

div#divHCMarketingCopy1at36823default { 
	font-family: 'Roboto', sans-serif;
	font-size: 150%;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	color: #608c64;
	margin: 0 0 15px 0; 
}

div#divHCFooter1at36823default { display: none; }

font.fontGlobal1at36823default { font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }

div#divHCWidgetBody1at36823default { width: 100%;  height: auto;
	/* padding: 5%;
	-webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 18px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 18px rgba(50, 50, 50, 1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; */
	border: none;
	background-color: none;
	background: none;

}

input#txtHCEmail1at36823default.HCTextStyle1at36823default { width: 95%; }

select#ddHCDOBMonth1at36823default.HCTextStyle1at36823default,
select#ddHCDOBDay1at36823default.HCTextStyle1at36823default,
select#ddHCDOBYear1at36823default.HCTextStyle1at36823default { 
	width: 30%; margin: 10px 1% 0 0; 
	padding: 7px 12px;
	font-family: 'Roboto', sans-serif;
	font-size: 120%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:  none;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #89892b;
}
