/*
Theme Name: NMCCA
Description: Theme for NMCCA
Author: LDD Consulting
Template: boilerplate
*/
html, body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var, h1, h2, h3 {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
a img {
	border: none;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
	display: block;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
h1 {
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 24px;
	color: #272982;
	margin-bottom: 24px;
}
h2 {
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #47207f;
	margin-bottom: 12px;
}
h3 {
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 18px;
	color: #47207f;
}
h4 {
	margin-bottom: 8px;
}
p {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #000;
	line-height: 1.3em;
}
a, a:visited {
	color: #ab5f14;
}
a:hover {
	color: #6f3a06;
	text-decoration: underline;
}
ul, ol {
	padding-left: 20px;
	margin-bottom: 24px;
	line-height: 1.3em;
}
#inner_content ul li {
	list-style-type: disc;
	margin-bottom: 8px;
	line-height: 1.3em;
}
#inner_content ol li, #inner_content ol {
	list-style-type: decimal;
	margin-bottom: 8px;
	line-height: 1.3em;
}
table.border td, table.border th {
	border: 1px solid #333;
	;
	padding: 5px;
}
table.border th {
	font-weight: bold;
}
input[type='button'], input[type='submit'] {
	padding: 5px 10px;
	background: #bcbcbc; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #bcbcbc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #bcbcbc )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%, #bcbcbc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%, #bcbcbc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%, #bcbcbc 100%); /* IE10+ */
	background: linear-gradient(top, #f4f4f4 0%, #bcbcbc 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#bcbcbc ', GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #707070;
	display: block;
	text-align: center;
	margin: 10px 5px;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
body {
	width: 100%;
	min-height: 100%;
	color: #000000;
	background-color: #ffffff;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
	overflow: hidden;
	top: 0px;
	font-family: Georgia, serif;
	margin: 0;
	padding: 0;
}
#wrapper {
	max-width: 1000px;
    width: 96%;
    margin: 20px auto 0 auto;
    padding: 10px 15px;
}
#header {
	width: 100%;
	height: 390px;
	position: relative;
	display: block;
	z-index: 100;
}
#header_bg {
	position: absolute;
	top: -10px;
	left: -15px;
	z-index: 20;
	pointer-events: none;
	background: url('images/transparent.png');
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='transparent.png', sizingMethod='scale');
 	*background:none !important;
}
#searchform {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 50;
	width: auto;
}
#searchform input[type="text"] {
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	padding: 5px;
	width: 105px;
	height: 15px;
	color: #7f7f7f;
	z-index: 10;
	margin: 0px 0px 0px 25px;
}
#searchform input[type="submit"] {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	height: 25px;
	width: 25px;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	background-image: url('images/search.png');
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	cursor: pointer;
}
#ie7 #searchform input[type="submit"] {
	top: 1px !important;
}
#login_form {
	width: 255px;
	height: auto;
	display: block;
	padding: 15px;
	position: absolute;
	top: 75px;
	right: 24px;
	clear: both;
	z-index: 50;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	color: #ffd40b;
}
#ie8 #login_form, #ie7 #login_form {
	width: 255px;
	height: auto;
	display: block;
	padding: 15px;
	position: absolute;
	top: 75px;
	right: 24px;
	clear: both;
	z-index: 50;
	border: 1.5px solid #000066;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #ffd40b;
}
#login_form label {
	color: #ffd40b;
	display: block;
}
#login_form input[type="text"] {
	width: 245px;
	height: 15px;
	padding: 5px;
	display: block;
	color: #7f7f7f;
	margin: 10px 0px;
}
#login_form input[type="password"] {
	width: 150px;
	height: 15px;
	padding: 5px;
	display: block;
	color: #7f7f7f;
	margin: 10px 0px;
}
#login_form input[type="submit"] {
	float: right;
	box-sizing: content-box;
	font-size: 15px;
	border-width: 0px;
	margin: 0px;
	padding: 0px 20px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;/*width: 80px;
			text-align: center;
			display: block;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px; */
}
#ie7 #login_form input[type="submit"] {
	float: right;
	box-sizing: content-box;
	font-size: 15px;
	border-width: 0px;
	margin: 0px;
	padding: 0px 20px;
	height: 25px;
	width: 80px;
	line-height: 25px;
	cursor: pointer;
}
#main_nav {
	width: 100%;
	height: 295px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
}
#nav_bg {
	position: absolute;
	top: 50px;
	left: -15px;
	z-index: 10;
}

#main_nav > ul {
	width: auto;
	height: 40px;
	position: absolute;
	bottom: 75px;
	left: 0px;
	z-index: 15;
	margin-bottom: 0;
}
#main_nav a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#main_nav > ul > li {
	display: inline-block;
 *display: inline;
	/*width: 135px;*/
	width: auto;
	padding: 0px 23px;
	height: 100%;
	position: relative;
	zoom: 1;
}
#main_nav > ul > li > a, #main_nav > ul > li > a:visited {
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
	line-height: 40px;
	zoom: 1;
	position: relative;
	background-image: url(about:blank);
}
#main_nav > ul > li > ul {
	width: 200px;
	height: auto;
	display: none;
	position: absolute;
	top: 100%;
	left: -2px;
	background-color: #ab5f14;
	border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
	border-style: solid;
	border-color: #ddc379;
	border-width: 0px 1px 1px 1px;
	padding: 0px 0px 20px 0px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
#main_nav > ul > li:last-child > ul {
	left: auto;
	right: 0px;
}
#main_nav > ul > li:hover > ul, #main_nav > ul > li > ul:hover {
	display: block;
}
#main_nav > ul > li > ul > li {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
#main_nav > ul > li > ul > li:hover {
	background-color: #80552b;
}
#main_nav > ul > li > ul > li > a, #main_nav > ul > li > ul > li > a:visited {
	width: auto;
	height: 100%;
	display: block;
	text-align: left;
	padding: 5px 5px 5px 24px;
}
#main_nav > ul > li > ul > li > a:hover, #main_nav > ul > li > ul > li > a:focus {
	background-color: #80552b;
}
#main_nav > ul > li > ul > li > ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	width: 190px;
	height: auto;
	background-color: #80552b;
	border-radius: 0px 20px 20px 20px;
	-moz-border-radius: 0px 20px 20px 20px;
	-webkit-border-radius: 0px 20px 20px 20px;
	border-style: solid;
	border-color: #ddc379;
	/* border-width: 1px 1px 1px 0px; */
	border-width: 0px;
	padding: 24px 0px;
	/*
							box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.5);
							-moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.5);
							-webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.5);
							*/
							/* overflow: hidden; */ /* LDD - Change by Jeff Bradshaw 12/5/2012 */
							/* this fixes the overflow:hidden in Chrome */
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
#main_nav > ul > li:nth-child(6) > ul > li > ul, #menu-item-58 > ul > li > ul {
	left: -190px;
	/*
							box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.5);
							-moz-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.5);
							-webkit-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.5); */
	border-radius: 20px 0px 20px 20px;
	-moz-border-radius: 20px 0px 20px 20px;
	-webkit-border-radius: 20px 0px 20px 20px;
	/* border-width: 1px 0px 1px 1px; */
	border-width: 0px;
}
#main_nav > ul > li:nth-child(6) > ul > li > ul > li > a, #main_nav > ul > li:nth-child(6) > ul > li > ul > li > a:visited, #menu-item-58 > ul > li > ul > li >a, #menu-item-58 > ul > li > ul > li > a:visited {
	text-align: right;
	padding: 5px 24px 5px 10px;
}
#main_nav > ul > li > ul > li:hover > ul {
	display: block;
}
#main_nav > ul > li > ul > li > ul > li {
	display: block;
	width: 100%;
	height: auto;
}
#main_nav > ul > li > ul > li > ul > li > a, #main_nav > ul > li > ul > li > ul > li > a:visited {
	width: auto;
	height: 100%;
	display: block;
	text-align: left;
	padding: 5px 10px 5px 24px;
}
#main_nav > ul > li > ul > li > ul > li > a:hover, #main_nav > ul > li > ul > li > ul > li > a:focus {
	background-color: #5a432d;
}
#content {
	width: 100%;
}
#sidebar {
	width: 210px;
	height: auto;
	margin: 0px 26px 50px 0px;
	Z-index: 50;
	float: left;
}
#sidebar_posts {
	width: 100%;
	height: 335px;
	padding: 0px;
	background-color: #ede0ba;
	border: 1px solid #dac175;
	-webkit-border-radius: 25px 25px 0px 0px;
	-moz-border-radius: 25px 25px 0px 0px;
	border-radius: 25px 25px 0px 0px;
	margin: 0px 0px 20px 0px;
}
#sidebar_header {
 	height:;
	width: 100%;
	border-bottom: 1px solid #dac175;
	padding: 0px;
}
#sidebar_header h2 {
	width: auto;
	height: 50px;
	line-height: 50px;
	color: #ab5f14;
	border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	border: 1px solid #dac175;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	text-align: center;
	font-style: normal;
	margin: 5px;
	padding: 0px;
}
#sidebar h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
}
#sidebar ul {
	padding: 10px 0px;
}
#sidebar ul li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;
	list-style-type: none;
	width: auto;
	height: auto;
	display: block;
	position: relative;
	padding: 0px 0px 0px 5px;
}
#sidebar ul li:before {
	content: '\00BB  ';
	position: absolute;
	top: 5px;
}
#sidebar ul li:hover {
	background-color: #dccba4;
}
#sidebar ul li a, #sidebar ul li a:visited {
	color: #000;
	text-decoration: none;
	width: auto;
	padding: 5px 0px 5px 10px;
	height: auto;
	display: block;
	font-size: 13px;
}
#sidebar ul li a:before {
/*content: '\00BB  ';*/
}
#acc_link {
	width: 186px;
	height: 84px;
	display: block;
	background-image: url('images/acc_button.png');
	margin: 0px auto;
}
#inner_content {
    width: 70%;
    min-height: 300px;
    display: block;
    float: right;
    padding: 0px 24px;
    margin: 20px 0px 50px 0px;
}
#image_rotator {
	float: right;
	margin: 24px 0px 20px 20px;
	width: 300px;
	height: 225px;
	display: block;
	overflow: hidden;
	position: relative;
}
#image_rotator img {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}
#image_rotator img.active {
	display: block;
}
#inner_content h3 {
	margin: 42px 0px 10px 0px;
	text-align: left;
}
#inner_content p {
	margin: 12px 0px 24px 0px;/* overflow: hidden; */ /* LDD - Change by Jeff Bradshaw 12/5/2012 */
}
#trials_list td, #trials_list th {
	padding: 5px;
}
#trials_list th {
	font-weight: bold;
}
d1 {
	float: left;
}
.gallery .gallery-item, .gallery .gallery-item .gallery-icon {
	width: auto !important;
}
.gallery .gallery-item {
	float: left;
	margin: 5px;
}
#featured_content {
	width: 100%;
	display: block;
	clear: both;
	padding: 54px 0px;
	background-image: url('images/divider.png');
	background-position: center top;
	background-repeat: no-repeat;
}
#featured_content img {
    max-width: 100%;
}
#featured_content>div {
	float: left;
	width: 30%;
	height: 100%;
	margin: 0px;
}
#featured_content #middle_featured {
	margin: 0px 5%;
}
#featured_content h3 {
	color: #272982;
	font-size: 24px;
	margin-bottom: 12px;
}
#trials_form {
	max-width: 400px;
}
#trials_form label {
	display: block;
	clear: both;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}
#trials_form select {
	display: block;
	clear: both;
	width: 100%;
}
#trials_form input[type='submit'] {
	margin-left: 0px;
	padding: 3px 10px;
	font-size: 14px;
}
#trials_form p.updated {
	float: right;
	font-size: 10px;
	height: 40px;
	line-height: 24px;
	margin-top: 10px;
}
#patient_guide_image {
	width: 125px;
	height: 180px;
	float: left;
	display: block;
	overflow: visible;
	margin-bottom: 20px;
}
#patient_guide_downloads {
	margin: 50px 0px 0px 0px;
}
#patient_guide_downloads h3 {
	margin-bottom: 10px;
}
#patient_guide_downloads a {
	display: block;
	color: black;
	text-decoration: none;
	margin: 5px 0px;
}
#patient_guide_downloads a:hover {
	text-decoration: underline;
}
#patient_guide_downloads a:before {
	content: '\00BB  ';
}
#faq_button {
	display: block;
	clear: both;
}
#donate_button {
	margin-top: 10px;
	display: block;
}
#donate_button img:first-child {
}
#donate_button img:last-child {
	float: right;
	vertical-align: top;
}
#footer {
	width: 100%;
	/*height: 140px;*/
	padding: 30px 0px;
	background-color: #80552b;
	border-top: 10px solid #272982;
	text-align: center;
}
#footer p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
#footer p a, #footer p a:visited {
	color: #fff;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
#footer p#credits {
	margin-top: 50px;
	font-size: 12px;
}
/*  IMAGE ALIGNMENT  ------------------------------------------  */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 12px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 12px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
#inner_content hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #AB5F14;
	margin: 1em 0;
	padding: 0;
}
#inner_content p {
	margin: 10px 0 10px;/* overflow: hidden; */ /* LDD - Change by Jeff Bradshaw 12/5/2012 */ 
}
.entry-meta {
	display: none;
}
.entry-utility {
	display: none;
}
.xoxo {
    width: 24%;
    height: auto;
    margin: 0px 0px 50px;
    Z-index: 50;
    float: left;
    padding-left: 0;
}
/* ************************************** */
/*	RECENT ENTRIES WIDGET		  */
/* ************************************** */
.xoxo li.widget_recent_entries {
	padding: 0 5px 0 5px;
	background-color: #ede0ba;
	border: 1px solid #dac175;
	-webkit-border-radius: 25px 25px 0px 0px;
	-moz-border-radius: 25px 25px 0px 0px;
	border-radius: 25px 25px 0px 0px;
	margin: 0px 0px 20px 0px;
	list-style: none;
}
.xoxo li.widget_recent_entries h3.widget-title {
	border-bottom: 1px solid #dac175;
	color: #ab5f14;
	border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	border: 1px solid #dac175;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	text-align: center;
	font-style: normal;
	margin: 5px 0 5px 0;
	padding: 15px 0;
}
.xoxo li.widget_recent_entries ul {
	border-top: 1px solid #dac175;
	padding: 10px 0 0 0;
}
.xoxo li.widget_recent_entries ul li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;
	list-style-type: none;
	width: auto;
	height: auto;
	display: block;
	position: relative;
	padding: 0 0 0 5px;
}
.xoxo li.widget_recent_entries ul li:before {
	content: '\00BB  ';
	position: absolute;
	top: 5px;
}
.xoxo li.widget_recent_entries ul li:hover {
	background-color: #dccba4;
}
.xoxo li.widget_recent_entries ul li a, .xoxo li.widget_recent_entries ul li a:visited {
	color: #000;
	text-decoration: none;
	width: auto;
	padding: 5px 2px 5px 10px;
	height: auto;
	display: block;
	font-size: 13px;
}
.xoxo li.widget_recent_entries ul li a:before {
/*content: '\00BB  ';*/
}
/* ************************************** */
/*		IMAGE WIDGET	  	  */
/* ************************************** */
.xoxo li.widget_sp_image {
	list-style: none;
}
.textwidget {
	margin-bottom: 24px;
	text-align: center;
	font-weight: bold;
}
/* ************************************** */
/*	BOARD OF DIRECTORS TABLE	  */
/* ************************************** */
#bod_table td {
	height: 50px;
}
/* ************************************** */
/*		TRIALS FORM	  	  */
/* ************************************** */
.home #trials_form {
	width: 100%;
}
.home #trials_form label {
	clear: both;
	display: block;
	font-weight: bold;
	margin: 10px 0 0;
}
.home #trials_form select {
	clear: both;
	display: block;
	width: 100%;
}
.page-child #trials_form {
	width: 610px;
	min-width: 400px;
	max-width: 800px;
}
.page-child #trials_form label {
	clear: both;
	display: block;
	font-weight: bold;
	margin: 10px 0 0;
}
.page-child #trials_form label:nth-of-type(2), .page-child #trials_form select#trials_sponsor {
	position: relative;
	right: -274px;
	top: -69px;
}
.page-child #trials_form input[type="submit"] {
	font-size: 14px;
	margin-left: 0;
	margin-top: -45px;
	padding: 3px 10px;
}
.page-child #trials_form p.updated {
	float: right;
	font-size: 10px;
	height: 40px;
	line-height: 24px;
	margin-top: -40px;
}
#ie8 .page-child #trials_form input[type="submit"], #ie7 .page-child #trials_form input[type="submit"] {
	font-size: 14px;
	margin-left: 0;
	margin-top: 10px;
	padding: 3px 10px;
}
#ie8 .page-child #trials_form p.updated, #ie7 .page-child #trials_form p.updated {
	float: right;
	font-size: 10px;
	height: 40px;
	line-height: 24px;
	margin-top: 10px;
}
#ie9 .page-child #trials_form label:nth-of-type(2), #ie9 .page-child #trials_form select#trials_sponsor {
	position: relative;
	right: -274px;
	top: -65px;
}
.newstudy-link, .datasafety-link, .velos-link, .prmc-link, .training-link, .policies-link {
	margin: 0 0 12px 0;
}
ol.cf-ol li.textonly, ol.cf-ol li.cf-box-title {
	padding: 0 0 0 0 !important;
}
.cform #cf4_field_4.cformselect, .cform #cf4_field_8.single, .cform #cf3_field_4.cformselect, .cform #cf3_field_8.single {
	width: 100px;
}
.cform #cf4_field_10.single, .cform #cf4_field_11.single, .cform #cf4_field_12.single, .cform #cf3_field_10.single, .cform #cf3_field_11.single, .cform #cf3_field_12.single {
	width: 125px;
}
.cform #cf4_field_22.single, .cform #cf4_field_24.single, .cform #cf4_field_27.single, .cform #cf3_field_19.single {
	margin: 0 0 50px 0;
}
label.cf-after span {
	width: 20px !important;
}

/* ************************************** */
/*		HANA FLV PLUGIN	  	  */
/* ************************************** */
@media screen and (max-width:1440px) {
	 @-moz-document url-prefix() {
		 .mejs-controls .mejs-fullscreen-button {
		 position: relative;
		 left: 62px;
		 top: -25px;
	}
}
}
	@-moz-document url-prefix() {
		 .mejs-controls .mejs-fullscreen-button {
		 position: relative;
	}
}
	#ie9 .mejs-controls .mejs-fullscreen-button {
		position: relative;
		left: 62px;
		top: -25px;
	}
@media (max-width:1024px) {
	#main_nav > ul > li { padding: 0px 19px; }
	#header_bg img, #main_nav img { max-width: 100%; }
	#login_form { top: 65px; }
	#main_nav { height:270px; }
}
@media (max-width:812px) and (min-width:769px) {
	.xoxo { width: 30%; }
	#inner_content { width: 63%; }	
	#header { height: 290px; }	
	#searchform { top: 18px; }	
	#login_form { width: 190px; padding: 10px; top: 58px; right: 24px; font-size: 12px; }
	#searchform input[type="text"] { font-size: 12px; }
	#main_nav { height: 222px; }
	#main_nav > ul { bottom: 55px; }
	#main_nav > ul > li { padding: 0px 15px; }
	#main_nav > ul > li > a, 
	#main_nav > ul > li > a:visited {
		text-align: center;
		width: 100%;
		height: 100%;
		display: block;
		line-height: 40px;
		zoom: 1;
		position: relative;
		background-image: url(about:blank);
	}
	#main_nav a { font-size: 12px; }	
	p { font-size: 14px; }	
	#featured_content h3 { font-size: 18px; }	
	.home #trials_form label { font-size: 14px; }
	#patient_guide_downloads { font-size: 14px; }
	.xoxo li.widget_recent_entries h3.widget-title { font-size: 18px; }	
}
@media (width:768px) {
	.xoxo { width: 30%; }
	#inner_content { width: 63%; }
	#header { height: 290px; }	
	#searchform { top: 18px; }	
	#login_form { top: 58px;  width: initial;  padding: 0; box-shadow: none; -moz-box-shadow:none; -webkit-box-shadow:none; }
	#login_form label {font-size:12px;}
	#login_form input[type="text"] { padding: 3px;margin: 5px 0px;font-size: 12px; }
	#login_form input[type="password"] { padding: 3px; margin: 5px 0px; font-size: 12px; }
	#login_form input[type="submit"] { font-size: 12px; }
		
	#searchform input[type="text"] { font-size: 12px; }
	#main_nav { height: 225px; }
	#main_nav > ul {  bottom: 65px; }
	#main_nav > ul > li { padding: 0px 12px; }
	#main_nav > ul > li > a, 
	#main_nav > ul > li > a:visited {
		text-align: center;
		width: 100%;
		height: 100%;
		display: block;
		line-height: 40px;
		zoom: 1;
		position: relative;
		background-image: url(about:blank);
	}
	#main_nav a { font-size: 12px; }	
	p { font-size: 14px; }	
	#featured_content h3 { font-size: 18px; }	
	.home #trials_form label { font-size: 14px; }
	#patient_guide_downloads { font-size: 14px; }	
	.xoxo li.widget_recent_entries h3.widget-title { font-size: 18px; }	
	#footer p { font-size: 14px; }
}
@media (max-width:700px) and (min-width:600px) {
	#searchform {top:16px; font-size: 12px;}
	#header { height: 225px; }	
	.xoxo { width: 100%; float:none;}
	#inner_content { width: 100%; padding:0; float:none;}	
	#login_form { top: 50px;  width: initial;  padding: 0; box-shadow: none; -moz-box-shadow:none; -webkit-box-shadow:none; font-size: 12px; }
	#main_nav {height: 175px;}
	#main_nav > ul { bottom: 88px; }
	#main_nav > ul > li {  padding: 0px 5px; }
	#main_nav a { font-size: 12px; }
	#featured_content { height:auto !important; }
	#featured_content > div { width: 100%; clear: both; display: block; float: none; margin: 10px 10px !important; padding: 0 !important; }
	#footer p { font-size: 14px; }
	.home #trials_form {width: 100%;max-width: 95%;}
	#login_form label {font-size:12px;}
	#login_form input[type="text"] { padding: 3px;margin: 5px 0px;font-size: 12px; }
	#login_form input[type="password"] { padding: 3px; margin: 5px 0px; font-size: 12px; }
	#login_form input[type="submit"] { font-size: 12px; }
}

@media (max-width:590px) and (min-width:300px) {
	body {background-position: 0 -40px;}
	#searchform {top:16px; font-size: 12px;display:none;}
	#header { height: 145px; }	
	.xoxo { width: 95%; float:none;}
	#inner_content { width: 93%; padding:0; float:none;}	
	#login_form { top: 15px;width: initial;padding: 0;box-shadow: none;-moz-box-shadow:none;-webkit-box-shadow:none;font-size: 12px;display:none; }
	#main_nav { height: 135px; }
	#main_nav > ul { bottom: -6px; }
	#main_nav > ul > li {  padding: 0px 5px; }
	#main_nav a { font-size: 12px; }
	#featured_content { height:auto !important; }
	#featured_content > div { width: 95%; clear: both; display: block; float: none; margin: 10px 10px !important; padding: 0 !important; }
	#footer p { font-size: 14px; }
	.home #trials_form {width: 100%;max-width: 95%;}
	#login_form label {font-size:12px;}
	#login_form input[type="text"] { padding: 3px;margin: 5px 0px;font-size: 12px; }
	#login_form input[type="password"] { padding: 3px; margin: 5px 0px; font-size: 12px; }
	#login_form input[type="submit"] { font-size: 12px; }
}
@media (width:533px) {
	#header { height: 190px !important; }
	#main_nav { height: 160px !important; }	
}
@media (width:480px) {
	#header { height: 155px !important; }
	#main_nav { height: 125px !important; }
}


#mini_header, #mini_menu {display:none;}
@media (max-width:600px) {

	#wrapper {
		max-width: 1000px;
		width: 100%;
		margin: 0;
		padding: 0;
	}	
	#content {
		width: 95%;
		margin: 0 auto;
	}	
	#header {display:none !important;}
	#mini_header, #mini_menu {display:block;}
	#mini_header {
		background-color:#3B2C88;
		padding:20px;
	}
	#mini_header .mobile_logo {
		text-align: center;
	}
	#mini_header .mobile_logo img {
		max-width: 85%;
	}	
	.mobile_part_login {
		margin:15px 0 5px 0;
		display: block;
		padding: 15px;
		position: relative;
		clear: both;
		z-index: 50;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		color: #ffd40b;		
	}
	.mobile_part_login label {
		color: #ffd40b;
		display: block;
	}
	.mobile_part_login input[type="text"] {
		width: 98%;
		height: 15px;
		padding: 5px;
		display: block;
		color: #7f7f7f;
		margin: 10px 0px;
	}
	.mobile_part_login input[type="password"] {
		width: 60%;
		height: 15px;
		padding: 5px;
		display: block;
		color: #7f7f7f;
		margin: 10px 0px;
	}
	.mobile_part_login input[type="submit"] {
		float: right;
		box-sizing: content-box;
		font-size: 15px;
		border-width: 0px;
		margin: 0px;
		padding: 0px 20px;
		height: 25px;
		line-height: 25px;
		cursor: pointer;
	}	

	.mobile_search #searchform_mob {
		height: 40px;
		padding: 15px;
	}
	.mobile_search #searchform_mob button {
		overflow: visible;
		float: right;
		border: 0;
		padding: 0;
		margin:3px 0 1px -50px;
		cursor: pointer;
		height: 35px;
		width: 50px;
		background: #ffffff;
		border-left:1px solid #dddddd;
		position:absolute;
	}
	.mobile_search #searchform_mob button:hover{     
		background: #ffffff;
	} 
	
	/* Form text input */ 
	.mobile_search #searchform_mob input[type="text"] {
		width: 93%;
		height: 20px;
		padding: 10px 5px 10px 10px;
		float: left;
		font: 15px Arial, San-serif;
		border: 0;
		background: #ffffff;
		border:1px solid #dddddd
	}
	.mobile_search #searchform_mob input[type="text"]::-webkit-input-placeholder {
	   color: #777777;
	   font-weight: normal;
	   font-style: italic;
	}
	 
	.mobile_search #searchform_mob input[type="text"]:-moz-placeholder {
		color: #777777;
		font-weight: normal;
		font-style: italic;
	}
	.mobile_search #searchform_mob input[type="text"]:-ms-input-placeholder {
		color: #777777;
		font-weight: normal;
		font-style: italic;
	}
}

.wp-caption {
    width: 100% !important;
}

.wp-caption img {
    max-width: 100% !important;
    height: auto;
}

img.aligncenter, img.alignleft, img.alignright {
    max-width: 100%;
    height: auto;
}

@media (max-width:600px) {
	.contact_map {
		max-width: 100%;
		float: none !important;
		width: 100% !important;
		clear: both;
		display: block;
		overflow: hidden;
	}
}