.page-alzheimers-clinical-trials .syndicate,
.page-alzheimers-clinical-trials .hero_section {
	float: left;
	display: block;
	width: 100%;
}

.page-alzheimers-clinical-trials .syndicate {
	margin: 1rem 0 0;
}

.page-alzheimers-clinical-trials .hero_section {
	background-image: url('../images/bg_ct_hero.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 0 30px;
}

.page-alzheimers-clinical-trials .hero_inside {
	color: white;
	float: left;
	padding: 24px 24px 0;
}

.hero_inside .form-item,
.hero_inside .submit-buttons {
	display: inline-block;
	float: left;
}

.hero_inside form label,
.form-item-email-address label{
	height: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0";
	filter: alpha(opacity=0);/* IE 5-7 */
	opacity: 0 !important;
}


.hero_inside .form-item select#edit-category {
	width: 270px;
}

.hero_inside .form-item select#edit-mileage {
	width: 140px;
}

.hero_inside .form-item {
	float: left;
	margin: 0 16px 16px 0;
	width: 290px;
}

.hero_inside .form-item input {
	width: 270px !important;
}

.hero_inside .hero-title {
	border: none !important;
	color: white;
	font-size: 1.75rem;
	line-height: 1.2;
}

#edit-submit-buttons--2 input#edit-submit--2,
#ct-search-page-form input#edit-submit,
#ct-search-page-form input#edit-reset,
.hero_inside .hero-teaser,
.hero_inside form,
.hero_inside form input[type="text"], 
.form-item-email-address input[type="text"] {
	font-family: "Verdana", Geneva, sans-serif;
	font-weight: normal;
}

.hero_inside .hero-teaser,
.hero_inside form {
	font-size: 1rem;
	line-height: 1.4;
}

.hero_inside form input[type="text"],
.form-item-email-address input[type="text"] {   
    overflow: hidden;
    z-index: 1;
    font-size: .875rem;
    background-color: #fff;
    border: none;
    padding: 10px;
}

.form-item-email-address input[type="text"] {
	max-width: 230px;
}

.submit-buttons {
	float: left;
	padding: 5px 0;
	width: 100%;
}

#edit-submit-buttons--2 input#edit-submit--2,
#ct-search-page-form input#edit-submit,
#ct-search-page-form input#edit-reset {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 100%;
    text-transform:uppercase;
    padding: 10px 20px;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 20px 0 0;
}

#ct-search-page-form input#edit-reset {
    background: #63B8EE;
    background: linear-gradient(top,  #FAFBFD,  #999B9E);
    background: -ms-linear-gradient(top,  #FAFBFD,  #999B9E);
    background: -webkit-gradient(linear, left top, left bottom, from(#FAFBFD), to(#999B9E));
    background: -moz-linear-gradient(top,  #FAFBFD,  #999B9E);
}

#edit-submit-buttons--2 input#edit-submit--2,
#ct-search-page-form input#edit-submit {
	color: #FFFFFF !important;
    background: #468CCF;
    background: linear-gradient(top,  #5D9DCA,  #0267AE);
    background: -ms-linear-gradient(top,  #5D9DCA,  #0267AE);
    background: -webkit-gradient(linear, left top, left bottom, from(#5D9DCA), to(#0267AE));
    background: -moz-linear-gradient(top,  #5D9DCA,  #0267AE);
}

#edit-submit-buttons--2 input#edit-submit--2:hover,
#ct-search-page-form input#edit-submit:hover {
	color: #FFFFFF !important;
	background: #0267AE;
}

#ct-search-page-form input#edit-reset:hover {
	color: #000000 !important;
	background: #999B9E;
}

form .reference {
	font-style: italic;
	font-size: .75rem;
	line-height: 2;
}

/*
    Fancy Select box utilise font awesome
*/

.fa, .new-select .writen-list li.active:after, 
.new-select .writen-list.open li:first-child:after {
	font-family: "FontAwesome";
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.no-select, 
.new-select .writen-list li {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.form-item {
	max-width: 600px;
}

.new-select + select {
	display: none;
}

.new-select {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	min-height: 36px;
}

.new-select .writen-list {
	margin: 0;
	background-color: transparent;
	height: 36px;
	padding: 0 0 0 0;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.new-select .writen-list li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 600px;
	min-height: 36px;
	color: #666;
	padding: 0 0 0 10px;
	margin: 0;
	line-height: 36px;
	font-size: 14px;
	opacity: 0;
	display: block;
	background-color: #363d42;
}

.new-select .writen-list li:first-letter {
	text-transform: uppercase;
}

.new-select .writen-list li.active {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1;
	display: block;
	height: 36px;
	overflow: hidden;
	z-index: 1;
	color: #666666;
	background-color: #fff;
}

.new-select .writen-list li.active:after {
	position: absolute;
	text-align: center;
	content: "\f107";
	top: 0;
	right: 10px;
	height: 36px;
	width: 36px;
	font-size: 20px;
	line-height: 36px;
	background-color: #fcfcfc;
	border-left: 1px solid #d0d0d0;
	color: #989b99;
	display: block;
}

.new-select .writen-list li:before {
	position: inherit;
	content: '';
	color: white;
	top: auto;
	left: auto;
	font-size: auto;
}

.new-select .writen-list.disabled {
	background-color: rgba(255, 255, 255, 0.8);
	cursor: not-allowed;
}

.new-select .writen-list.disabled:after {
	color: #777;
}

.new-select .writen-list.open {
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 20;
	/*overflow: auto;*/
}

.new-select #edit-mileage,
.new-select #edit-mileage.writen-list.open {
	max-width: 150px;
}

.new-select .writen-list.open li {
	position: relative;
	min-height: 36px;
	line-height: 36px;
	opacity: 1;
	display: block;
	background-color: #ededed;
	color: #333;
}

.new-select .writen-list.open li:hover {
	color: #333;
	background-color: #f5f5f5;
}

.new-select .writen-list.open li:first-child {
	background-color: #FFFFFF !important;
	color: #333 !important;
}

.new-select .writen-list.open li:first-child:after {
	position: absolute;
	z-index: 999;
	text-align: center;
	content: "\f107";
	top: 0;
	right: 10px;
	height: 36px;
	width: 36px;
	font-size: 20px;
	line-height: 36px;
	background-color: #0267AE;
	border-left: 1px solid #0267AE;
	color: #fff;
	display: block;
}

.new-select .writen-list.open li.active {
	position: relative;
	color: #FFF;
	background-color: #0267AE;
}

.new-select .writen-list.open li.active:nth-child(n+2):after {
	content: none !important;
	content: "";
}

/* 
    Form Hacks 
*/

::-webkit-input-placeholder {
   color: #666;
}
:-moz-placeholder { /* Firefox 18- */
   color: #666;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #666;  
}
:-ms-input-placeholder {  
   color: #666;  
}

/*
    Fancy Cards
*/

.card, .card:before, .card:after {
	box-sizing: border-box;
}

.card {
	background-color: #e3ecd9;
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	float: left;

	height: 176px;
	width: 100%;
	max-width: 298px;

	position: relative;
}

.card.sign-up {
	padding: 24px 20px;
}

.card a {
	color: #fff !important;
	margin: auto;
	font-size: .938rem;
}

.card.see-all {
	background-image: url('../images/bg_ct_see-all.jpg');
}

.card.learn-ct {
	background-image: url('../images/bg_ct_learn.jpg');
}

.card .bg_transparent {
	background-color: rgba(0,0,0, .5);
	float: left;
	height: 32px;
	width: 100%;
	max-width: 258px;
	padding: 12px 20px 20px;
	position: absolute;
	bottom: 0;

	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.card.see-all:focus,
.card.learn-ct:focus,
.card.see-all:hover,
.card.learn-ct:hover {
	cursor: pointer;
}

.card a:hover,
.card a:focus,
.card:hover a,
.card:focus a {
	text-decoration: none;
}

.card:hover .bg_transparent,
.card:focus .bg_transparent {
	background-color: rgba(0,0,0, .8);
}

.content_section ul {
	font-size: 14px;
	list-style-position: inside;
	line-height: 2;
}

.clinical-trial_content {
	padding: 30px 0;
}

.clinical-trial_get-info {
	font-size: .813rem;
}

.sign-up h3 {
	border: none;
	color: #000;
	font-size: 1.25rem;
}

h3.ct-search-info {
	border: none;
	color: #000;
	font-size: .875rem;
	font-weight: bold;
}

.ct-search-title {
  color: #0066ad;
  font-weight: bold;
  margin: 1rem 0 .188rem;
}

.ct-search-purpose,
.ct-search-purpose p,
.ct-search-excerpt,
.ct-search-excerpt p {
  margin: 0 !important;
  padding: 0 !important;
}

.ct-search-excerpt,
.ct-search-excerpt p {
  font-size: .75rem;
  font-style: italic;
}

.ct-search-results ol {
	padding-left: 1.75rem;
}
