html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
	display: block;
}

nav ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

mark {
	background: none;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

img {
    max-width: 100%;
    height: auto;
}

.measure
 {
	width: auto;
	height: 268px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input[type="submit"], input[type="button"], button {
	padding: 0 !important;
	margin: 0 !important;
}

input, select, a img {
	vertical-align: middle;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	-webkit-font-smoothing: antialiased;
	position: relative;
}

body {
	font: 15px/21px Oxygen, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: white;
	margin-bottom: 0;
	color: #060606;
}

header {
	border-bottom: 1px solid #e4e4e4;
}

header p.logo {
	background-image: url(../images/logo.png);
	width: 222px;
	height: 66px;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

h2.toptitle {
	text-align: center;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: bold;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	line-height: 28px;
	    

}

@media screen and (min-width: 1024px) {
   h2.toptitle {
	width: 770px;
	line-height: 36px;
	font-size: 33px;
}
}

div.hdrwrap {
		border-bottom: 1px solid #e4e4e4;
}

.guar {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	margin: 10px;
}

.guar2 {
	float: right;
	display: block;
	padding: 10px;
	margin: 5px;
}

h2.toptitle span {
	color: #25a5df;
}

.wrapper {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 1024px) {
   h2.toptitle {
	width: 970px;
}
}
@media screen and (min-width: 768px) {
section.wrapper {
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 30px 60px 60px;
}
}

section.wrapper br {
	display: block;
	margin-top: 10px;
	line-height: 26px;
	content: " ";
}

section.wrapper ol, section.wrapper ul {
	padding: 15px;
	line-height: 26px;
	font-weight: bold;
	color: black;
	font-size: 20px;
}

section.wrapper ul.middle li {
	text-align: center;
	list-style-type: none;
	font-size: 20px;
}

section.wrapper ol li {
	list-style-position: inside;
}

.em {
	font: bold 26px "Indie Flower";
	letter-spacing: 0;
	word-spacing: -3px;
}

.red {
	color: #be0712;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
}

.hdr {
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #383838;
	background-color: #fffbb9;
	width: auto;
	padding: 12px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0px 0px 23px 3px #fffbb9;
	-webkit-box-shadow: 0px 0px 23px 3px #fffbb9;
	-o-box-shadow: 0px 0px 23px 3px #fffbb9;
	box-shadow: 0px 0px 23px 3px #fffbb9;
	margin: 20px auto;
	max-width:600px
}

@media screen and (min-width: 1024px) {
   .hdr {
	font-size: 30px;
}
}

.hdr em {
	font-style: normal;
}

.subhdr {
	display: block;
	text-align: center;
	font-size: 32px;
	color: #be0712;
}

.question {
	border: 2px solid #e4e4e4;
	padding: 4px;
	background-color: #fffbb9;
	margin: 17px 20px -2px;
	font-weight: bold;
	color: black;
}

.answer {
	border: 2px solid #e4e4e4;
	padding: 4px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 23px;
}

footer {
	background-color: #212529;
	margin: 60px 0 0;
	padding: 30px 45px 45px;
	color: #7e8185;
}

.cbtext {
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 930px;
	font-size: 12px;
	line-height: normal;
	text-align: justify;
	color: #2f2f2f;
}

p.email {
	font-weight: bold;
	text-align: center;
	margin-bottom: -30px;
	margin-top: 10px;
}

p.email a {
	font-weight: bold;
	color: red;
}

footer .top {
	overflow: hidden;
	border-bottom: 1px solid #30363b;
}

footer .top h4 {
	background-image: url(../images/logo-footer.png);
	width: 213px;
	height: 65px;
	text-indent: -9999px;
	margin-left: -8px;
	margin-bottom: 20px;
}

footer .bottom {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}

footer .bottom p {
	float: left;
}

footer .bottom span {
	float: right;
}

footer .bottom span a {
	color: #7e8185;
	text-decoration: none;
	font-weight: bold;
}