body.main1 { background-color: white; }
body.main1 { margin-top: 0px; }
body.main1 { margin-left: 0px; }

body.bet { background-color: black; float: center; }
body.bet { align: center; margin: 0px; padding: 0px; }

@font-face { font-family: americanf; src: url('fonts/amrcanxb2.ttf'); }
@font-face { font-family: americani; src: url('fonts/amrcanxb2.eot'); }
@font-face { font-family: amerbcf; src: url('fonts/amrcaxbc.ttf'); }
@font-face { font-family: amerbci; src: url('fonts/amrcaxbc.eot'); }
@font-face { font-family: caxtonf; src: url('fonts/caxtonn.ttf'); }
@font-face { font-family: caxtoni; src: url('fonts/caxtonn.eot'); }
@font-face { font-family: futmcf; src: url('fonts/f-futmc.ttf'); }
@font-face { font-family: futmci; src: url('fonts/f-futmc.eot'); }

.container1 {
	position:relative;
	width: 100%;
	max-width:1000px;
	height:auto;
	background-color: #E6E1F0;
	text-align: center; 
	margin:0 auto;
	border-collapse: collapse;
	border: 0px solid #000;
}
.container1 .wrapper {
	width:100%;
	max-width:900px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.container1 header {
    position: relative;
    overflow: hidden;
    height: 50px;
}
.container1 header .buttons {
	position: relative;
	display: inline-table;
    width: auto;
	padding: 0;
    margin: 0 0 0 50px;
    float: left;
}
.container1 header .buttons a {
	line-height: 50px;
}
.container1 header .leftmenu {
	float:left;
}
.container1 header .rightsite {
	float:right;
}
.container1 header .rightsite .buttons {
	margin:0 50px 0 0;
}
.container1 .header .topBanner {
	position:relative;
}
.container1 .header .submenu {
	position:relative;
	overflow:hidden;
	margin-bottom: 30px;
}
.container1 .header .submenu .buttons {
	position: relative;
    width: 160px;
    padding: 10px 0 0 0;
    margin: 0 0;
    text-align: center;
	display: inline-block;
}
.container1 .title1 {
	width:100%;
	height:auto;
	position:relative;
}
.container1 .title1 h1 {
	font-family: americanf, americani;
	font-size: 42px;
	font-weight: bold;
	color: #3355AA;
	text-align: center;
	line-height: 120%;
}
.container1 .title2 h2 {
	font-family: americanf, americani;
	font-size: 32px;
	font-weight: bold;
	color: #3355AA;
	text-align: center;
	line-height: 120%;
}
.container1 .title2 h2 small {
	font-size:20px;
}
.container1 .title1 .image1 {
    float: right;
    margin: 0px 0px 0px 15px;
    display: inline;
}
.container1.find-your-symptom .intro1 {
	width:100%;
	max-width:900px;
	height:auto;
	margin:0 auto;
	padding:0;
	position:relative;
}
.container1.find-your-symptom .intro1 p {
	font-family: caxtonf, caxtoni;
	font-size: 22px;
	font-weight: normal;
	color: black;
	text-align:left;
	line-height: 120%;
}
.box {
    width: 100%;
    max-width: 780px;
    margin: 0 auto 25px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.box .photo1 {
	float:left;
}
.box .form1 {
	float:right;
	width: 560px;
	height: 235px;
	position:relative;
	overflow:hidden;
	border: 1px solid #777;
	background-color:#F7EAF1; 
}
.box .bio1 {
	display:inline-block;
}
#dialogBox {
	display: none;
    width: 100%;
    height: 100%;
    margin: 0;
    position: fixed;
    overflow: hidden;
    background: rgba(0,0,0,0.4);
    z-index: 1;
    top: 0;
    left: 0;
}
#dialogBox form {
    width: 300px;
    margin: 0 auto;
    background: #F7EAF1;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -125px;
}
#dialogBox fieldset {
    border: none;
    padding: 30px 30px 20px 30px;
}
#dialogBox .close {
    font-family: arial;
    font-size: 24px;
    line-height: 24px;
	font-weight:normal;
    text-decoration: none;
	text-transform:none;
    color: #fff;
    position: absolute;
    right: -20px;
}
#dialogBox label {
    width: 100%;
    float: left;
    font-family: arial;
    font-size: 14px;
    line-height: 24px;
	text-align: left;
}
#dialogBox input[type="text"],#dialogBox input[type="email"] {
    width: 100%;
    float: left;
    text-align: left;
    font-family: arial;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px 0;
    padding: 2px 10px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
    box-shadow: none;
    border: none;
    background: rgba(0,0,0,0.1);
    outline: none;
}
#dialogBox input[type="submit"] {
    width: 120px;
    height: auto;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    align-items: initial;
    border: none;
	outline:none;
	cursor: pointer;
    background-color: #428DC6;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
#dialogBox p {
    width: 100%;
    float: left;
    text-align: center;
    font-family: arial;
    font-size: 12px;
    line-height: normal;
    color: #004f16;
}
.container1.find-your-symptom .full-container {
	position:relative;
	overflow:hidden;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
}
.container1.find-your-symptom .full-container .wrapper {
	width:100%;
	max-width:77%;
	margin:0 auto;
}
.container1.find-your-symptom .full-container .wrapper h2 {
	font-family: americanf, americani;
    font-size: 16px;
    font-weight: normal;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:none;
	text-align:center;
	margin:0;
	padding:0;
}
.container1.find-your-symptom .full-container .wrapper p {
	margin:5px 0 30px 0;
	padding:0;
}
.full-container ul.box-container {
    position: relative;
    overflow: hidden;
	display: table;
    list-style: none;
    list-style-type: none;
    margin: 20px auto 50px auto;
    padding: 0;
    width: 100%;
    max-width: 900px;
}
.full-container .box-container li.column3 {
	display:inline-block;
    width: 300px;
    margin: 0 0 10px 0;
    padding: 0;
    box-sizing: border-box;
}
.full-container .box-container li.column3 h2 {
	font-family: arial;
    font-size: 12px;
    line-height: 24px;
	font-weight:normal;
	letter-spacing:0;
	text-decoration:none;
    text-align: left;
	margin:0;
	padding:0;
}
.full-container .box-container li.column3 a {
	background-color: #428DC6;
	font-family: arial;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
	text-decoration: none;
    text-transform: uppercase;
    color: #fff;
	width:90%;
	display:inline-block;
	float:left;
    padding: 0;
	margin:0;
	border: 1px solid #000;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.container1.find-your-symptom .title3 {
	width:100%;
	height:auto;
	position:relative;
}
.container1.find-your-symptom .footer1 {
	position:relative;
	width:100%;
	height:auto;
	padding: 8px 0;
}
div.frame1 { margin: 0px; border-collapse: collapse; border: 0px solid #999; padding: 0px; }
div.frame1 { font-family: arial; font-weight: normal; font-size: 22px; color: #900; line-height: 130%; }

.buttons { height: 40px; border-collapse: collapse; border: 0px solid #555; }
.buttons { margin: 0px; padding: 0px; padding-top: 10px; text-align: center; } 
.buttons a { font-family: americanf, americani; color: black; font-size: 14px; font-weight: bold; text-decoration: none; }
.buttons a:hover { color: blue; text-decoration: none; }

.intro1 { font-family: caxtonf, caxtoni; font-size: 22px; font-weight: normal; color: black; line-height: 120%; }
.intro1 A:link { font-family: caxtonf, caxtoni; font-size: 22px; font-weight: normal; color: #8C5A82; text-decoration: none; }
.intro1 A:visited { font-family: caxtonf, caxtoni; font-size: 22px; font-weight: normal; color: #8C5A82; text-decoration: none; }
.intro1 A:hover { font-family: caxtonf, caxtoni; font-size: 22px; font-weight: normal; color: #8C5A82; text-decoration: underline; }
.intro1 A:active { font-family: caxtonf, caxtoni; font-size: 22px; font-weight: normal; color: #8C5A82; text-decoration: none; }
.intro1 { border-collapse: collapse; spacing: 0; text-align: left; }

.bio1 { font-family: caxtonf, caxtoni; font-size: 18px; font-weight: normal; color: #3355AA; line-height: 125%; }
.bio1 { text-align: left; }

.terms1 { font-family: futmcf, futmci; font-size: 36px; font-weight: bold; color: black; line-height: 125%; }
.terms1 { text-align: center; }
.terms2 { font-family: futmcf, futmci; font-size: 24px; font-weight: bold; color: black; line-height: 125%; }
.terms2 { text-align: center; }
.terms3 { font-family: arial; font-size: 18px; font-weight: normal; color: black; line-height: 125%; }
.terms3 { text-align: left; }
.terms4 { font-family: arial; font-size: 20px; font-weight: normal; color: black; line-height: 150%; }
.terms4 { text-align: left; }

.termsr { font-family: futmcf, futmci; font-size: 14px; font-weight: normal; color: black; line-height: 125%; }
.termsr { text-align: left; }
.termsb { font-family: futmcf, futmci; font-size: 14px; font-weight: normal; color: black; line-height: 125%; }
.termsb { text-align: left; }

.ctitle1 { font-family: arial; font-weight: normal; font-size: 18px; color: #000; }
.rtitle1 { font-family: americanf, americani, times; font-weight: normal; font-size: 15px; color: #111; line-height: 130%; }
.rtitle2 { font-family: americanf, americani, times; font-weight: normal; font-size: 18px; color: #111; line-height: 130%; }
.rtitle3 { font-family: americanf, americani, times; font-weight: normal; font-size: 22px; color: #111; line-height: 130%; }
.footer { font-family: arial; font-weight: normal; font-size: 16px; color: #000; }
.report1  { align: left; font-family: caxtoni, caxtonf, arial; font-weight: normal; font-size: 14px; color: #111; line-height: 120%; text-align: left;}
.ihead { background-color: #dfd9ea; padding: 10px; font-family: americanf, americani, times; }
.ihead { font-weight: normal; font-size: 20px; color: #111; text-align: center; }
.trait { border: 0px solid #999; }
.proport { border: 0px solid #999; }

div.title1 { font-family: americanf, americani; font-size: 42px; font-weight: bold; color: #3355AA; text-align: center; line-height: 120%; }
div.title2 { font-family: americanf, americani; font-size: 32px; font-weight: bold; color: #3355AA; text-align: center; line-height: 120%; }
div.title3 { font-family: americanf, americani; font-size: 20px; font-weight: bold; color: #3355AA; text-align: center; line-height: 120%; }

div.image1 {float: right; margin: 0px 0px 0px 15px; display: inline; }
div.image2 {float: left; margin: 0px 20px 0px 0px; display: inline; }
div.image3 {float: center; margin: 0px 0px 0px 0px; display: inline; }
footer {
	position:relative;
	overflow:hidden;
	width:100%;
	padding: 0 0 8px 0;
	margin:20px 0 0 0;
}
footer .footer1 {
	 font-family: arial;
	 font-weight: bold;
	 font-size: 12px;
	 color: #000000;
	 padding:8px 0;
	 margin:0 0 8px 0;
	 background-color: #428DC6;
	 text-align: center;
	 border: 0px solid #000;
	 border-collapse: collapse;
}
footer .termsr,footer .termsb {
    font-family: futmcf, futmci;
    font-size: 14px;
    font-weight: normal;
    color: black;
	text-align:center;
    line-height: 125%;
}
.footer1 { font-family: arial; font-weight: bold; font-size: 12px; color: #000000; }
.footer1 { background-color: #428DC6; border-collapse: collapse; }
.footer1 { text-align: center; border: 0px solid #000; }

.form3 { margin: 0px; border-collapse: collapse; border: 0px solid #000; }
.form3 td { vertical-align: top; align: left; padding: 2px 8px 2px 8px; height: 25px;  border: 0px solid #777; }
.form3 td.hide { display:table-cell; }
.form3 tr.sl-block { display:none; }
.form3 { font-family: arial; font-weight: normal; font-size: 12px; color: #050d18; }
.form3 input[type="submit"] {
	width: 70px;
    height: 24px;
	color: #fff;
    background: #428DC6;
    border: none;
    border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	outline:none;
	cursor:pointer;
}
@media only screen and (max-width: 1000px) {
	.container1 header {
		height:auto;
	}
	.container1 header .leftmenu,.container1 header .rightsite {
		float: none;
	}
	.container1 header .buttons,.container1 header .rightsite .buttons {
		margin: 0 10px;
    	float: none;
	}
	.container1 .header .topBanner img {
		width:100%;
	}
	.container1 .header .submenu .buttons {
		display:none;
	}
	.container1 .wrapper {
		padding:0 20px;
		box-sizing:border-box;
	}
	.intro1 #slideshow1 .gallerylayer img {
		width:100% !important;
		height:auto !important;
	}
}
@media only screen and (max-width: 767px) {
	.box .photo1 {
		float:none;
		margin:0 auto 20px auto;
	}
	.box .form1,.box .form1 .form3 {
		width: 100%;
    	box-sizing: border-box;
		height: auto;
	}
	.image3 img {
		width: 100%;
		height: auto;
		margin: 0;
	}
}
@media only screen and (max-width: 559px) {
	iframe {
		width:100%;
		height:auto;
		min-height:180px;
	}
}
@media only screen and (max-width: 500px) {
	div.image1,div.image2 {
		float: none;
		margin: 0;
	}
	.image1 img,.image2 img {
		width: 100%;
		height: auto;
		margin: 0;
	}
	.form3 td {
		width: 100%;
    	display: inline-block;
		box-sizing: border-box;
    	height: auto;
	}
	.form3 td.hide { display:none; }
	.form3 tr.sl-block { display:table-row; }
	.form3 td textarea { width:137px; }
}
@media only screen and (max-width: 420px) {
	.slicknav_menu {
		position:fixed;
		top:0;
		width:100%;
		z-index:1;
	}
	.container1 { top:49px; }
	.container1 header {
		padding:10px 0;
	}
	.container1 header .buttons, .container1 header .rightsite .buttons {
		margin: 0 6px;
		display: inline;
    	white-space: nowrap;
	}
	.container1 header .buttons a {
		font-size: 12px;
		line-height: 28px;
	}
	.container1 .title1 h1 {
		font-size: 32px;
	}
	.container1 .title2 h2 {
		font-size: 22px;
	}
	.intro1 {
		font-size: 18px;
	}
}
