/** COLORS

blue - #00a1de

orange - #ff7900

dk blue - #003c69

dk blue 2 - #1d4d7f

mid blue - #0052a4
gray - #555555 , #666666

**/

body{
	width: 100%;
	outline: none;
	border:hidden;
	margin: 0 auto;
	float:none;
	text-decoration: none;
	position: relative;
	font-family: 'lato', sans-serif;
	}

a{
	text-decoration: none;
}	
	
::selection {
	background: #00a1de;
	color: #ffffff; /* Safari */
	}

::-moz-selection {
	background: #00a1de; /* Firefox */
	color: #ffffff; 
}



a.orange-btn{
	display: inline-block;
	text-align: center;
	background-color: #FF7900;
	border: solid 1px #d46500;
	border-radius: 3px;
	box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);	
	height: 45px;	
}

a.orange-btn:hover{
	background-color: #ff9600;	
}

a.orange-btn:active{
-moz-box-shadow:    inset 2px 2px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 2px 2px 0px rgba(0, 0, 0, 0.15);
box-shadow:         inset 2px 2px 0px rgba(0, 0, 0, 0.15);

}


a.light-btn{
	display: inline-block;
	text-align: center;
	background-color: #00a1de;
	border: 1px solid #0052a4;
	border-radius: 3px;
	box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);	
	height: 45px;	
}

a.light-btn:hover{
	background-color: #00baf6;	
}

a.light-btn:active{
-moz-box-shadow:    inset 2px 2px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 2px 2px 0px rgba(0, 0, 0, 0.15);
box-shadow:         inset 2px 2px 0px rgba(0, 0, 0, 0.15);

}



.bg-transition{
	transition: 
		background 0.5s ease, 
		color 0.25s ease, 
		border 0.25s ease,
		opacity 0.25s ease;	
}

.opacity{
	opacity: 0.5;
}

.opacity:hover{
	opacity: 1.0;
	transition: 
		opacity 0.25s ease;	
}

.opacity:hover{
	opacity: 1.0;
	transition: 
		opacity 0.25s ease;	
}

.opacity-two{
	opacity: 0.75;
}


.opacity-two:hover{
	opacity: 1.0;
	transition: 
		opacity 0.25s ease;	
}


/** End Kit **/

/** Fixed Share BTN  **/

a { text-decoration: none; }

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
	content: "";
	display: table;	
}
.clearfix:after { clear: both; }

.email-share-container {
	display: block;
	height: 60px;
	width: 60px;
	right: 0;
	margin: 0px 0px 0px; /* -(height / 2) & -(width / 2) */
	position: fixed;
	bottom: 25px;
	border-radius: 3px;	
	cursor: pointer;
	z-index: 100;
}
/* ---------- Action Bar ---------- */

.share-bar li {
	float: left;
}

.share-bar a {
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);

	color: #e7e7e7;
	display: block;
	font-size: 32px;
	height: auto;
	line-height: 0px;
	position: relative;
	text-align: center;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	width: 100%;
	height: 100%;
}

.mail-white-icon{
	width: 24px;
	height: 17px;
	padding: 20px;
	margin:  0px 0 0 0; 
}

.share-bar a:hover .tooltip {
	margin: -3px 0 0 -187px;;
	opacity: 1;
	background-color: #ff9600;
}

.tooltip {
	border-radius: 3px;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);	
	font-size: 13.8px;
	height: 37px;
	left: 100%;
	line-height: 38px;
	margin: -3px 0 0 0px;
	padding: 10px;
	opacity: 0;
	position: absolute;
	top: 5%;
	-webkit-transition: margin-left .3s, opacity .3s;
	-moz-transition: margin-left .3s, opacity .3s;
	-ms-transition: margin-left .3s, opacity .3s;
	-o-transition: margin-left .3s, opacity .3s;
	transition: margin-left .3s, opacity .3s;
	width: 100px;
}

.tooltip:before {
	content: "";
	height: 0px;
	left: 50%;
	margin: 0px 0 0 0px;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	width: 0px;
}

.like,
.like .tooltip,
.like .tooltip:before { 
	background: #ff7900; 
	border-radius: 3px;	
}

.like:hover { 
background: #ff9600; 
}


/** Begin Header **/
/***************************/
.header{
	border-top: solid 4px #1d4d7f;
	margin-top: 0px;
	width: 100%;
	position: fixed;
	background-color: #ffffff; 
	opacity: 0.97;
	height: 71px;
	box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.35);
	z-index: 400;
}

.headercontainer{
	width: 80%;
	margin: 0 auto;
}
/** Begin Logo Area **/
#nav {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;	
}

#nav li.logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	float: left;
	list-style-type: none;
	max-width: 213px;
	
}

.logomark{
	width: 213px;
	height: 46px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
/** End Logo Area **/
/** Begin Site Descriptor **/
.site-descriptor{
	display: inline-block;
	padding: 0.4em 0em 0em 0em;
}

li.logo-div-line{
	width: 1px;
	height: 25px;
	border-right: solid 1px rgba(0,0,0,0.2);
	float: left;
	margin: 1em 1em 0em 1em;	
}

a.study-finder-link{
	text-transform: uppercase;
	font-size: 1em; /* 18 / 18 */
	color: #00a1de;
	opacity: 0.75;
	margin: 1.25em 0em 0em 0em;	
	float: left;	
}

p.study-finder-text{
	font-weight: 500;	
}

a.study-finder-link:hover{
	opacity: 1.0;
}

/** End Site Descriptor **/

/** Begin Navigation **/

nav {
	float: right;
	padding: 0px;		
}

ul {
	list-style: none;
}

/** li{

	display: inline-block;
	float: left;
	padding: 0px 0px 0px 0px;

} **/

/** Begin Line Navigation **/
/***************************/

.space{
	text-decoration: none;	
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.navigation-right{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 480px;
	float: right;
}

.active-header{
	text-decoration: none;	
	height: 71px;

	background-color: #f2f2f2 !important;
	color:#003c69 !important;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: -4px 0px 0px 0px !important;
	border-top: solid 4px #003c69;
}

.active-header:hover{
	background-color: #f2f2f2;
	color:#003c69;	
	
}


.navlink-home{
	text-decoration: none;	
	height: 71px;
	color: #939393;		
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.navlink-home:hover{
	background-color: #f2f2f2;
	color:#003c69;	
}


.navlink-about{
	text-decoration: none;	
	height: 71px;
	color: #939393;		
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.navlink-about:hover{
	background-color: #f2f2f2;
	color:#003c69;	
}

/** Begin Dropdown Navi **/
.navlink-studyexperience{
	text-decoration: none;	
	height: 71px;
	color: #939393 !important;		
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}

.navlink-studyexperience:hover{
	background-color: #f2f2f2;
	color:#003c69 !important;	
}

.textlink-studyexperience {
	width: 150px;
	font-family: 'lato', sans-serif !important;
	font-weight: 600;
	font-size: 13px;
	float: left;
	padding-right: 15px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
}

.dropdown-link{
	text-decoration: none;
	color: #939393 !important;			
}

.dropdown-link:hover{
	background-color: #f2f2f2;
	color:#003c69 !important;	
}


	ul ul ul.dropdown-navi { 
		display: none;
		position: absolute;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border: none;
		top: 71px;
		width: 150px;
		text-decoration: none;
	}

	ul ul li.dropdowntext {
		text-align: left;
		width: 150px;
		float: left;
		padding: 0px 0px 0px 0px;
		margin: 0;
	}

	ul ul:hover ul.dropdown-navi {
		display: block;
	}

	.dropdowntext-area-a{
		padding: 20px 0px 20px 15px;
		margin: 0px 0px 0px 0px;
		color: #869698;	
		background-color: #f7f7f7;
		height: 15px;		
		border-bottom: solid 1px rgba(76, 76, 76, 0.25);								
	}

	.dropdowntext-area-a:hover{
		background-color: #d8d8d8;
	}


	.dropdowntext-area-b{
		padding: 20px 0px 20px 15px;
		margin: 0px 0px 0px 0px;
		color: #869698;	
		background-color: #f7f7f7;
		height: 15px;								
	}

	.dropdowntext-area-b:hover{
		background-color: #d8d8d8;
	}


.link-visits{
	text-decoration: none;
}

.link-locations{
	text-decoration: none;
}

.navlink-resources{
	text-decoration: none;	
	height: 71px;
	color: #939393;	
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.navlink-resources:hover{
	background-color: #f2f2f2;
	color:#003c69;	
}

.textlink-home {
	width: 75px;
	font-family: 'lato', sans-serif !important;
	font-weight: 600;
	font-size: 13px;
	float: left;
	padding-right: 15px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
}

.textlink-about {
	width: 150px;
	font-family: 'lato', sans-serif !important;
	font-weight: 600;
	font-size: 13px;
	float: left;
	padding-right: 1px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
}

.textlink-resources{
	width: 100px;
	font-family: 'lato', sans-serif !important;
	font-weight: 600;
	font-size: 13px;
	float: left;
	padding-right: 15px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	list-style-type: none;

}

/**** End Text Links ****/	

.mobilenavclass{
	display: none;
}


/** Sub Header Navigation Link in Correct CSS File **/
#page-sub-header {
    width: 100%;
    background-color: #00A1DE;
    height: 42px;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
    z-index: 200;
    top: 88px;
}

.sub-navi-back-button{
	float: left;
	padding: 10px 0 0 0;
	cursor: pointer;
}

.opacity-four{
	opacity: 0.85;
}

.opacity-four:hover{
	opacity: 1.0;
	transition: 
		opacity 0.25s ease;	
}

.sub-header-content-area{
	width: 90%;
	margin: 0 auto;
	height: 100%
}
.back-image-arrow{
	float: left;
	padding: 0;
	margin: -4px 8px 0 0;
	height: 28px;
	width: 28px;
}

.back-button-text{
	display: inline-block;
}

.sub-navi-items-area{
	width: 70%;
	float: right;
	padding: 0 12px 0 0;
	display: inline-block;
}

.sub-header-item-back {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 600;
    float: right;
    color: white;
	padding: 3px 0 0 0;
	}

.sub-header-item {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 600;
    float: right;
    color: white;
	width: 30%;
	padding: 10px 0 0 0;
	height: 32px;
	}
	
.sub-header-item:hover {
	background-color: rgba(0,0,0,0.15);;
	transition: 
		background-color 0.25s ease;	
}

.sub-header-item-left {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 600;
    color: white;
}


/** End Header Area **/

/** Begin Hero Background Area **/

.hero-content-wrap{
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

/** End Hero Background Area **/

/** Begin Hero Content Area **/
/** Begin Hero Messaging **/
#hero-message-area{
	width: 100%;
	height: auto;
	overflow: auto; 	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}

#hero-message-center{
	width: 90%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}

.hero-message-copy-information-area{
	width: 100%;
	float: left;	
	padding: 0px 0px 0px 0px;
	margin: 5px 3.125% 0px 0px;
	height: auto;
}

.study-id-top{
	display: inline-block;
	height: auto;
	overflow: auto;
	padding: 0;
	width: 100%;
	margin: 45px 0 0px 0;
}

.study-id-badge-top{
	float: left;
	height: 25px;
	width: 25px;
	margin: 0 5px 0 0;
}

.study-id-text-top{
	font-size: 16px;
	font-weight: 300px;
	margin: 0 0 0 0;
	float: left;
}

.hero-copy-container{
	width: 100%;
	float: left;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0% 0px 0px;
	height: auto;
}


.hero-copy-container-two{
	width: 70%;
	float: left;	
	padding: 0px 0px 0px 0px;
	margin: 0px 3.125% 0px 0px;

	height: 187px;
	overflow: hidden;
	position: relative;	
}

.hero-title-area{
}

h1.hero-title{
	font-size: 38px;
	font-weight: 400;
	line-height: 125%;
	color: #082f52;
/**	height: 40px;
	overflow: hidden;
	position: relative;	**/
	height: auto;
	overflow: auto;
	margin-top: 12px;
}

h1.hero-study-identifier{
	font-size: 18px;
	font-weight: 500;
	line-height: 125%;
	height: auto;
	overflow: auto;
}
h1.study-identifier{
	font-size: 18px;
	font-weight: 300;
	line-height: 125%;
	height: auto;
	overflow: auto;
}
.hero-divider-line-hp{
	border-top: solid 3px #1AA0D9;
	margin: 15px 80% 15px 0px;
	padding: 0px 0px 0px 0px;	
	width: 8%;
	float: left;
}
	
li.hero-body-area{

}

.hero-body{
	font-size: 18px;
	font-weight: 300;
	line-height: 150%;
	color: #4c4c4c;

}

.read-more-link-individual{
	color: #003c69;
	font-size: 1em /** 14 / 16 **/;
	font-weight: 300;
	line-height: 125%;
	cursor: pointer;
}

.fill-individual {
    background: #ffffff; 
    height: 100%;
    position: absolute;
    width: 100%;
}

/**  End Hero Messaging **/

/** Begin Hero CTAs **/
.hero-cta-container{
	float: right;
	width: 25%;
	height: inherit;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;	
}

.learn-cta-area{
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 15px 0 15px 0;	
	display: inline-block;
	text-align: center;
	background-color: #FF7900;
	border: solid 1px #d46500;
	border-radius: 3px;
	box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);	
}

.learn-cta-area:hover{
	background-color: #ff9600;	
}

.learn-cta-area:active{
-moz-box-shadow:    inset 2px 2px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 2px 2px 0px rgba(0, 0, 0, 0.15);
box-shadow:         inset 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.learn-cta-copy{
	font-size: 14px;
	font-weight:700;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	letter-spacing: 0.05em;
}

.simulate-cta-area{
	width: 100%;
	height: auto;
	margin: 15px 0px 0px 0px;
	padding: 15px 0 15px 0;	
	display: inline-block;
	text-align: center;
	background-color: #00a1de;
	border: solid 1px #0052a4;
	border-radius: 3px;
	box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
}

.simulate-cta-area:hover{
	background-color: #00baf6;	
}

.simulate-cta-area:active{
-moz-box-shadow:    inset 2px 2px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 2px 2px 0px rgba(0, 0, 0, 0.15);
box-shadow:         inset 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.simulate-cta-copy{
	font-size: 14px;
	font-weight:700;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.full-description-btn{
	width: 100%;
	height: auto;
	margin: 5px 0px 0px 0px;
	padding: 15px 0 15px 0;	
	display: inline-block;
	text-align: center;
	background-color: none;
	border: none;	
	color: rgb(14, 85, 155);
	transition: color 0.5s ease;	
}

.full-description-btn:hover{
	color: #00a1de;
}

.full-description-copy{
	font-size: 14px;
	font-weight:700;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	letter-spacing: 0.05em;
}

/** End Hero CTAs **/

/** BEGIN TRIAL AT A GLANCE AREA **/
/** TRIAL AT A GLANCE OPENING COPY **/

#trial-at-glance-area{  
	background-color: #ffffff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
	overflow: auto;
	padding: 50px 0px 0px 0px;	  
}

.trial-main-copy-center{
	width: 90%;
	height: auto;
	overflow: auto;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

.trial-title-area{
	width: 100%;
}

h1.trial-title{
	font-size: 48px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 15px 0px;
}

.trial-title-underline{
	border-top: solid 3px #00a1de;
	margin: 0 auto;
	margin-left: 47.5%;
	padding: 15px 0px 0px 0px;	
	width: 5%;
}

.trial-body-area{
	width: 70%;
	margin: 0px 0px 0px 15%;	
}

.trial-body{
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	line-height: 150%;
}

/** TRIAL AT A GLANCE INFO **/
.trial-info-area{
	width: 90%;
	margin: 0 auto;
	padding: 50px 0px 50px 0px;
	border-top: 1px solid rgba(0,0,0,0.1);	
}

/** DIVIDER LINES **/

.trial-info-line-a{
	display: none;
	border-top: none;	
	border-right: none;
	border-bottom: none;
	border-left: none;			
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px 0px;
}

.trial-info-line-b{
	display: none;
	border-top: none;	
	border-right: none;
	border-bottom: none;
	border-left: none;			
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px 0px;
}

.trial-info-line-c{
	display: none;
	border-top: none;	
	border-right: none;
	border-bottom: none;
	border-left: none;			
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px 0px;
}

.trial-info-line-d{
	display: none;
	border-top: none;	
	border-right: none;
	border-bottom: none;
	border-left: none;			
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px 0px;
}

.trial-info-line-e{
	display: none;
	border-top: none;	
	border-right: none;
	border-bottom: none;
	border-left: none;			
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px 0px;
}

.trial-info-line-f{
	display: none;
	border-top: none;	
	border-right: none;
	border-bottom: none;
	border-left: none;			
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px 0px;
}

.trial-info-line-g{
	display: none;
	border-top: none;	
	border-right: none;
	border-bottom: none;
	border-left: none;			
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px 0px;
}

/** Begin Study Title Details Area **/

h2{ /** SMALL WHITE TITLES OVERALL **/
	font-size: 13px;
	font-weight: 700;
	color: #082f52;
}

.trial-info-condition{
	width: 30.5%;
	height: 86px;
	margin: 0px 0px 0px 0px;
	padding: 5px 2% 5px 0px;
	float: left;
	border-right: solid 1px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
	
}

h2.condition-title{
	text-align: left;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

p.condition-body{
	font-size: 21px;
	font-weight: 300;
	color: #4c4c4c;	
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 0px;	
	display: inline;
}

p.condition-body-overlay{
	font-size: 21px;
	font-weight: 300;
	color: #4c4c4c;	
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 0px;	
	display: inline;
}

.center-content-buckets{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.center-content-buckets-two{
	width: 100%;
	height: inherit;
	margin: 0 auto;
	display: inline-block;
}

.gender-info{
	width: 24%;
	height: 90px;
	margin: 0px 0px 0px 2%;
	padding: 5px 0px 5px 0px;
	float: left;
	border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.gender-icon{
	float: left;
	width: 60px;
	height: 60px;
	margin: 10px 15px 0px 30px;
	padding: 0px 0px 0px 0px 0px;
}

h2.gender-title{
	text-align: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

p.gender-body{
	font-size: 32px;
	font-weight: 300;
	color: #4c4c4c;	
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.age-info{
	width: 40%;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	float: left;
	border-right: none;
}

.age-icon{
	float: left;
	width: 60px;
	height: 60px;
	margin: 10px 15px 0px 20px;
	padding: 0px 0px 0px 0px;
}

h2.age-title{
	text-align: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

p.age-body{
	font-size: 32px;
	font-weight: 300;
	color: #4c4c4c;	
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.start-info{
	width: 32.5%;
	height: 90px;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.start-icon{
	float: left;
	width: 50px;
	height: 50px;
	margin: 20px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2.start-title{
	text-align: left;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

p.start-body{
	font-size: 32px;
	font-weight: 300;
	color: #4c4c4c;	
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.participant-info{
	width: 32.5%;
	height: 90px;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px 0px;
	float: left;
	border-right: solid 1px rgba(0, 0, 0, 0.1);
	border-top: none; 		
}

.participant-icon{
	float: left;
	width: 90px;
	height: 90px;
	margin: 0px 15px 0px 50px;
	padding: 0px 0px 0px 0px 0px;

}

h2.participant-title{
	text-align: left;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

p.participant-body{
	font-size: 32px;
	font-weight: 300;
	color: #4c4c4c;	
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

/** .center-study{
	width: 22%;
	height: 90px;
	margin: 0 auto;
}**/

.study-info-identifier{
	width: 20%;
	height: 90px;
	margin: 50px 0px 0px 5%;
	padding: 0px 0px 0px 0px;
	float: left;
	border-right: none;
	border-top: none;
}

h2.study-title{
	text-align: left;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

p.study-body{
	font-size: 32px;
	font-weight: 300;
	color: #ffffff;	
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.clinical-trials-link{
	color: #4c4c4c;
}

/** Begin Eligibility Area **/

#eligibility-area{
	height: auto;
	overflow: auto;
	width: 100%;
}

.see-trial-link{
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	color: #00a1de;
	padding: 10px 0px 0 0px;
	margin: 0px 0px 0px 0px;
	width: 90%;	
	opacity: 0.5;	
}

.see-trial-body{
	font-weight: 500;
	margin-left: 0%;
}

.see-trial-link:hover{
	opacity: 1.0;
}

.chev-link-bottom{
	width: 15px;
	height: 15px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

/** END CHECKBOX COUNTER STYLES **/

#eligibility-criteria{
	height: auto;
	width: 100%;
	padding: 50px 0 0px 0;
	margin: 0px 0 0 0;
	overflow: auto;
	background-color: #ffffff;
}

div.data{
	height: auto;	
	margin: 0px 0px 0px 0px;
	padding: 75px 0px 0px 0px;
	border: none;
	display: block;
	height: auto;
	overflow: auto;
	width: 100%;
	background-color: #f4f7fa;
	
}

ul.eligibility-content-center{
	width: 90%;
	height: auto;
	overflow: auto;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-color: #F3F7FA;
	
}

.eligibility-title-area{
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3.eligibility-title{
	font-size: 42px;
	font-weight: 400;
	color: #4c4c4c;
}

.inclusion-underline{
	border-top: solid 3px #00a1de;
	margin: 15px 50% 0px 0px;
	padding: 0px 0px 0px 0px;	
	width: 8%;
	float: left;
}

.map-inclusion-underline{
	border-top: solid 3px #00a1de;
	margin: 10px 50% 10px 46%;
	padding: 0px 0px 0px 0px;	
	width: 8%;
	float: left;
}

.content-area{
	float: left;
	display: inline-block;
	background-color: #ffffff;
	width: 100%;
	margin: 0px 5% 0px 0px;
	padding: 25px 0px 25px 0px;
    background-color: #F3F7FA;
}

.content-area-title {
	background-color: #F3F7FA;
}

.content-area-desc{
	float: left;
	font-size: 18px;
	font-weight: 300;
	line-height: 150%;
	color: #4c4c4c;
	margin: 12px 0px 20px 0px;
	width: 100%;
}

.star-area{
	width: 5%;
	float: left;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;		
}

.bullet{
	width: 35px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

p.box-content{
	font-size: 18px;
	font-weight: 300;
	line-height: 150%;
	color: #4c4c4c;
	width: 95%;
	float: left;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;		
}

.graybg-bottom{
	float:  left;
	background-color: #F3F7FA;
	width: 90%;
	margin: 0 0 0 5%;
	padding: 50px 0px;
	border-radius: 3px; 
}
/** END ELIGIBILITY TABS **/





/** Begin Ellipsis for Condition **/

/** Begin Contition Elipsis **/
.left-gradient-conditions{
    background: -webkit-linear-gradient(45deg, rgba(8,47,82,0), rgba(8,47,82,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(45deg, rgba(8,47,82,0), rgba(8,47,82,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(45deg, rgba(8,47,82,0), rgba(8,47,82,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(45deg, rgba(8,47,82,0), rgba(8,47,82,1)); /* Standard syntax (must be last) */	 
    background-color: transparent;
    float: left;
    display: inline-block;
    height: 1.25em;	
    width: 50px 
	
}	


.ellipsis-background-conditions{
	background-color: #ffffff;
}

.ellipsis-conditions {
    background: transparent; 
    bottom: 0;
    position: absolute;
    right: 0;
}

.fill-conditions {
    background: #ffffff; 
    height: 100%;
    position: absolute;
    width: 100%;
}

.read-more-link-conditions{
	color: #082f52;
	font-size: 1em /** 14 / 16 **/;
	font-weight: 300;
	line-height: 125%;
	cursor: pointer;
	text-decoration: underline;
	opacity: 0.89 !important;
}

.read-more-link-conditions:hover{
	opacity: 1.0 !important;
	text-decoration: underline;		
}

.study-eligibility-textarea{
	float: right;
	border: none;
	width: 67%;
	overflow: auto;
	white-space: pre-wrap;
	font-size: 16px;
	font-weight: 300;
	color: #4c4c4c;
	margin:  0 0 0 4%;
	height: 308px;
	padding: 40px 0 0 0;
}


.study-eligibility-criteria{
	float: left;
	height: 350px;
	width: 99%;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 3px;	
}

.eligibility-criteria-iconArea{
	float: left; 
	width: 24%;
	height: 250px;
	margin-left: 4%;
	margin-top: 50px;
	background-color: #FAF9F9;
	border: solid 1px rgba(0,0,0,0.07);
	border-radius: 3px;
	display: inline-block;
}

.eligibility-icon-image{
	width: 55%;
	margin: 15% 0 15% 22.5%;
}

.study-location-map-area{
	width: 100%;
	background-color:#FFFFFF;
	padding: 0px 0px 30px 0px;
}

.study-location-title{
	width: 81%;
	text-align: center;
	margin: 0 auto;
	padding: 105px 0px 35px 0px;
}

.study-location-title-desc{
	font-size: 42px;
	font-weight: 400;
	color: #4c4c4c;
}

.study-location-text{
font-size: 18px;
font-weight: 300;
line-height: 150%;
color: #4c4c4c;
margin-top: 0px;
display: inline-block;
}


/**** Begin Map CSS ****/

.angular-google-map-container {
	width: 99%;
	height: 665px;
	margin: 6px .5% 6px .5%;
	padding: 0px 0px 0px 0px;
/**	border: solid 6px #ffffff;	**/
 }

.screening .angular-google-map-container{
    width: 99%;
    height: 292px;
    margin: 6px .5% 6px .5%;
    padding: 0px 0px 0px 0px;
}


/*** Begin Location Overlay Area ***/

.location-overlay-content-container{
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 0px 0px 25px 0px;
	border-top: solid 1px rgba(0,0,0,0.1);	
	
}

.location-list-item-container{
	width: 100%;
	padding: 20px 0 20px 0;
	margin: 0;
	height: auto;
	overflow: auto;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}

.location-popup-title{
	padding: 20px 40px 20px 40px;
	font-size: 32px;
	color: #4d4d4d;
	float: left;
	width: 50%;
	
}

.opacity-close-btn-overlay{
	padding: 0px 40px 0px 0px;
	width: 30%;
	float: right;
	height: auto;
	overflow: auto;
	opacity: 1;
	
}

.opacity-close-btn-overlay:hover{
	opacity: 1.0;
}

.location-popup-item{
    border-bottom: none;
    padding: 0 0 0 3%;
    width: 60%;
	float: left;    
}

.select-button-area-overlay{
	width: 25%;
	height: auto;
	overflow: auto;
	float: right;
}

.location-list-item-inner-container{
	padding: 0 40px 0 40px;
	height: auto;
	overflow: auto;
}


.location-name-overlay{
	color: rgba(76,76,76,0.9);
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 3px 0 0;
	text-align: left;
}

.location-address-overlay{
	color: rgba(76,76,76,0.75);
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 3px 0 0;
	text-align: left;	
}

.location-phone-overlay{
	color: rgba(76,76,76,0.75);
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 3px 0 0;
	text-align: left;	
}

.location-popup-button{
    border-bottom: none;
    padding: 15px 0 15px 5.25%;
    width: 94.75%;
	float: left;    
}

.button-clinicaltrials-text-overlay{
	color: #00a1de;
	width: 100%;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;	
	background-color: #ffffff;	
	opacity: 0.5;	
	border: none;
	cursor: pointer;	
	float: left;
	text-transform: uppercase;
}

.button-clinicaltrials-text-overlay:hover{
	opacity: 1.0;

}

/*** End Location Overlay Area ***/



/** Map Container CSS Styling **/

.map-container{
	float : left ;
	width: 64.75%;
}


.map-center{
	width: 100%;
	height: 680px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	border-top: solid 1px rgba(76, 76, 76, 0.15);
	border-right: solid 1px rgba(76, 76, 76, 0.15);
	border-bottom: solid 1px rgba(76, 76, 76, 0.15);		
	border-left: none;	
}

#google-map-area.get-connected{
	width: 98.5%;
	height: 580px;
	margin: 6px .5% 6px .75%;
	padding: 0px 0px 0px 0px;	
}



.location-content{
	width: 90%;
	margin: 0 auto;
	height: auto;
	overflow: auto;
	padding: 0px 0px 25px 0px;
}

.closest-location-container{
	height: 680px; 
	float: left; 
	width: 34%;
	border: 1px solid rgba(76, 76, 76, 0.15);
}

.search-zip-area{
	height: auto;
	overflow: auto;
	margin:  0 auto;
	padding: 0px 0px 0px 0px;	
	background-color: #003c69;
}

.search-zip-container{
	width: 100%;
	margin: 0px 0px 0px 0%;	
	padding: 15px 0px 15px 0px;
	height: auto;
	overflow: auto;	
}

.search-zip-container-inner{
	padding: 5px 25px 5px 25px;
	margin: 0;
	height: auto;
	overflow: auto;
}

.enter-zip-input-area{
	position: relative;
	float: left;
	width: 79%;
	padding: 2px 1% 0px 0px;
}

.step-one{
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	margin: 0;	
}

.step-two{
	font-size: 14px;
	font-weight: 700;
	color: #545454;
	text-transform: uppercase;
	padding: 10px 0 0px 25px;
	margin: 0;	
}

.enter-zip-input{
	background-color: #ffffff;
	border: solid 2px rgba(76, 76, 76, 0.15);	
	border-radius: 3px;
	height: 45px;
	width: 96%;
	float: left;
	font-family: 'lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #4c4c4c;
	padding: 0px 0px 0px 2%;
}

.enter-zip-input-error{
    border: 2px solid red;
}


.find-locations-button-area{
	position: relative;
	float: left;
	width: 20%;
}

.find-locations-button{
	width: 100%;
	height: 52px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: #f47922;
	border: solid 1px #0052a4;
	border-radius: 3px;
	box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}

.find-locations-button:hover{
	background-color: #f47922;
}

.find-locations-button:active{
-moz-box-shadow:    inset 2px 2px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 2px 2px 0px rgba(0, 0, 0, 0.15);
box-shadow:         inset 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.find-locations-button-text{
	font-size: 13px;
	font-weight:700;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	letter-spacing: 0.05em;	
	font-family: 'lato', helvetica, sans-serif;	
}

.map-locations-center{
	width: 100%;
	overflow: auto;
	height: 525px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;	
	background-color: transparent;
	opacity: 0.9;		
	border-bottom: solid 1px rgba(76, 76, 76, 0.15);
}

.map-locations-container{
	width: 100%;
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;	
	overflow: auto;
	height: auto;
	border-bottom: solid 1px rgba(76, 76, 76, 0.15);	
	overflow-x: hidden;
}

.continue-btn-enabled{
     background-color: rgb(255, 121, 0) !important;
     opacity: 1 !important;

 }

.continue-btn-enabled > * > .anchor-button-text{
    color:white !important;
}

.continue-btn-enabled > .button-location-a-text, .continue-btn-enabled > .button-location-text{
    color:white !important;
}

.location-a{
	width: 100%;
	overflow: auto;
	float: left;
	padding: 0;
	cursor: pointer;
	border-bottom: 1px solid #eeeeee;
	/*margin: 0px 10px 15px 10px;*/	
	/** border-right: solid 1px rgba(76, 76, 76, 0.15);**/
}

.location-container-inside{
	padding: 25px;
	height: auto;
	overflow: auto;
}

.location-a-number{
	background: url(images/marker-icon.png);
	background-size: 19px 30px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 19px;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 2px;	
	float: left;	
}

.overlay-number{
	margin: 7px 0 0 0;
}

.a-number{
	font-size: 9px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;	
	margin: 4px 2px 0px 0px;
	padding: 0px 0px 0px 0px;	
	letter-spacing: 0.03em;	
}

.location-a-information{
	height: auto;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;	
	width: 80%;
	float: left;
}

.a-information{
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	color: #4d4d4d;	
	text-align: left;	
}

.a-title{
	font-weight: 700;
}

.select-location-a-area{
	position: relative;
	float: left;
	width: 100%;
}

.button-location-a{
	width: 100%;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	background-color: #dedede;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	float: left;
}

.button-location-a:hover{
background-color: #eaeaea;

}

.button-location-a:active{
-moz-box-shadow:    inset 2px 2px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset 2px 2px 0px rgba(0, 0, 0, 0.15);
box-shadow:         inset 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.button-location-a-text{
	color: #4d4d4d;
	font-size: 13px;
	font-weight: 700;
	font-family: 'lato', helvetica, sans-serif;
}


.view-locations-button-container{
	width: 99%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

.view-locations-area{
	position: relative;
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}

#locations-button-area{
	width: 100%;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;	
	background-color: #ffffff;	
	opacity: 0.5;	
	border: none;
	cursor: pointer;	
	float: left;
}

#locations-button-area:hover{
	opacity: 1.0;

}

.locations-list-button{
	text-decoration: none;
}

.button-view-locations-text{
	color: #00a1de;
	font-size: 13px;
	font-weight: 700;
	opacity: 0.65;
}


.button-view-locations-text:hover{
opacity: 1.0;
}

.button-chev{
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 13px;
	height: 13px;
}

.clinic-name{
	font-size: 18px;
	font-weight: 400;	
	text-align: left;	
	color: rgba(76, 76, 76, 0.9);
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;		
}

.clinic-address{
	font-size: 14px;
	font-weight: 400;	
	text-align: left;		
	color: rgba(76, 76, 76, 0.75);	
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;			
}

.clinic-phone{
	font-size: 14px;
	font-weight: 400;
	text-align: left;		
	color: rgba(76, 76, 76, 0.75);
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;		
}



/*** Travel Overview Map Elements ***/

.travel-overview-content-area {
	width: 100%;
	overflow: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0% 0px 0px;
	float: left;
	background-color: #ffffff;
	border-top: solid 1px rgba(76, 76, 76, 0.15);
	border-right: solid 1px rgba(76, 76, 76, 0.15);
	border-bottom: solid 1px rgba(76, 76, 76, 0.15);		
	border-left: none;	
	overflow-x : hidden;
}


.travel-overview-container{
	/**border: 1px solid rgba(76, 76, 76, 0.15);**/
	padding: 15px 20px 10px 20px;
	margin: 0;
	height: auto;
	overflow: auto;
}

.travel-overview-header-area{
	width: 100%;
	float: left;
}

.travel-overview-title {
	font-size: 32px;
	font-weight: 300;
	color: #4c4c4c;
	padding:  0 0 0 0;
	margin: 0px 0px 0px 0px;
}

.streetview-close{
	float: left;
	margin-left: 12px;
	display: inline-block;
	position: absolute;
	margin: 0em 0em 0em 0em;
	background: #a5a5a5;
	color: white;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 1.5em;
	text-align: center;
	font-weight: 700;
	border-radius: 30px;
}

.streetview-close-type{
	display: inline-block;
	color: #a5a5a5;
	line-height: 30px;
	font-size: 1em ;
	font-weight: 700;
	margin-right: 10px;
}

.travel-overview-close{
	float: right;
	margin: -30px 0 0 0;
	cursor: pointer;
	width: 90px;	
}


.travel-duration-area {
	width: 40%;
	margin: 20px 0 0 0;
	padding: 0px 0px 0px 5px;
	float: left;
}

.travel-icon {
	width: 35px;
	float: left;
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: -5px 10px 0px 0px;
}

.travel-duration-data {
	font-size: 18px;
	font-weight: 300;
	color: #4D4D4D;
	float: left;
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.travel-distance-area {

	overflow: hidden;
	width: 40%;
	margin: 20px 0 0 0;
	padding: 0px 0px 0px 0px;
	float: left;
}


.distance-icon {
	width: 45px;
	float: left;
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
}

.travel-distance-data {
	font-size: 18px;
	font-weight: 300;
	color: #4D4D4D;
	float: left;
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}


.google-map-visit-out-container{
	/** border: 1px solid rgba(76, 76, 76, 0.15);**/
	padding: 8px;
	margin: 2px 2px 0px 2px;
	height: auto;
}

#google-map-area-visit-out{
	width: 100%;
	height: 250px;
	transform: translateY(0px);
	background-color:(229,227,223);
}

.streetview-conatiner{
	/** border: 1px solid rgba(76, 76, 76, 0.15);**/
	padding: 0 8px 8px 8px;
	margin: 2px 2px 0px 2px;
	height: auto;
}


#map-canvas{
	width: 100%;
	height: 290px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#no-result-image{
	background: url(images/streetview.jpg);
	background-size: 526px 291px;
	background-position: center center;
	background-color: #e4e3df;
	background-repeat: no-repeat;
	width: 100%;
	height: 290px;
	position: relative;
}



/** Begin Site Callout Area **/
.visit-site-area-get-connected{
	height: auto;
	overflow: auto;
	margin: 0px 0em 0px 5%;
	padding: 2% 2% 2% 2%;
	background-color: #F7F8F7;
	width: 84.5%;	
}

.visit-site-content-get-connected{
	width: 56%;
	height: auto;
	overflow: auto;
	margin: 0em 0em 0em 2%;
	padding: .5em 2% .5em 0em;
	float: left;
}


.visit-site-copy-get-connected{
	color: #555555;
	font-size: 18px;
	text-align: left;	
}

.btn-custom-d-get-connected{
	width: 31%;
	float: right;
	margin: 12px 0 0em 0em;
	padding: 0em 0em 0em 0em;	
}

/** End Site Callout Area **/








/** Begin Email Share Overlay Styles **/


/* Email Overlay */
/* Email Overlay */
#email-overlay {
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 10px 0px 10px 0px;
}

.email-overlay-heading {
	background: none repeat scroll 0% 0%;
	color: #0052a4;
	padding: 0px 0 20px 0;
	font-family: 'lato', sans-serif;
	font-weight: 300;
	font-size: 32px;
	text-align: left;
	border-bottom: solid 1px rgba(0,0,0,0.1);	
	
}

.email-orderlay-heading-font {
}

.email-overlay-body-details {
	background-color: #FFF;
	width: 98%;
	height: auto;
	overflow: auto;
	padding: 20px 0px 20px 0px !important;
}

#overlay-step-2{
	overflow: auto;
	height: auto;
}

.email-overlay-input{
	width: 89%;
	margin-top: 10px !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	border-radius: 4px ; 
	padding: 3% 5% 3% 5%;	
	border:1px solid #E4E4E4;
    margin-bottom: 15px !important;
	height:30px;	
}

.email-overlay-textarea{
	width: 89%;
	margin-top: 10px !important;
	height: auto;
	overflow: auto;
	border-radius: 4px;
	border: 1px solid #E4E4E4;
	padding: 3% 5% 3% 5%;
	font-family: "lato",sans-serif;
	font-size: 16px !important;
	font-weight: 300 !important;
	line-height: 25px !important;
    margin-bottom: 15px !important;	
}

.email-overlay-label{
	color: #4c4c4c;
	font-size: 16px !important;
	font-weight: 300;
	cursor: pointer;
}

.email-error-message{
	color: red;
	font-size: 16px !important;
	font-weight: 300;
}



.share-btn-message{
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	width: 100%;
	cursor:pointer;
}





.overlay-email-container{
	width:100%;	
	height: auto;
	overflow: auto;
}

.overlay-email-container-left{
	width:49%;
	float:left;
	width: 49%;
	padding-top: 10px;
	line-height: 23px;
	font-size: 15px;
	height: auto;
	overflow: auto;	
}

.overlay-email-container-right{
	width:49%;
	float:right;
	width: 49%;
	padding-top: 10px;
	line-height: 23px;
	font-size: 15px;
	height: auto;
	overflow: auto;	
}

.overlay-email-container-right > p{
	font-weight: 300;	
}

.overlay-email-container-left > p{
	font-weight: 300;
}

.overlay-captcha-container{
	width:100%;
	padding-top: 10px;
	height: auto;
	overflow: auto;
}

.overlay-captcha-container-left{
	float:left;
	width: 36%;
	padding: 0px 0 0px 0;	
}

.overlay-captcha-container-right{
	width:49%;
	float:right;
	width: 49%;
}

.recaptchatable{
	border:none;
}

.recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 155px !important;
        height:60px !important;
        float:left !important;
}
 .recaptchatable #recaptcha_image img {
        width:155px !important;
        height: 60px !important;
 }
 .recaptchatable #recaptcha_logo{
        margin: 0 !important;
        width: 0px !important;
       display: none;
 }
   .recaptchatable #recaptcha_response_field{
        margin: 0 !important;
        width: 150px !important;
        float:left !important;
       display: none;
 }
  .recaptchatable #recaptcha_privacy{
	display: none;
 }
  .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
        background: none !important;
}

#reacptcha-res-text{
	height: 78px;
	width: 96%;
	font-size: 25px;
	margin-right: 1px;
}

.btn-inline-next{
	height: auto;
	overflow: auto;
}

.email-btn-area{
	width:25%;
}

@media (min-width: 10px) and (max-width: 768px) {
.sub-navi-items-area{
	width: 70%;
	float: right;
	padding: 0 12px 0 0;
	display: inline-block;
}
.sub-header-item {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 600;
    float: right;
    color: white;
	width: 30%;
	padding: 10px 0 0 0;
	height: 32px;
	}
	
.sub-header-item:hover {
	background-color: rgba(0,0,0,0.15);;
	transition: 
		background-color 0.25s ease;	
}
.email-btn-area{
	width:100%;
	margin: 15px 0 0 0;
}

.email-overlay-heading {
	font-size: 24px;
}


.overlay-email-container-left{
	float:left;
	width: 100%;
	padding-top: 10px;
	line-height: 23px;
	font-size: 15px;
	height: auto;
	overflow: auto;	
}

#reacptcha-res-text{
	width: 88%;
	height: 78px;
	font-size: 25px;
	margin-right: 1px;
	border-radius: none !important;
	box-shadow: none !important;
	border: 1px solid rgba(0,0,0,0.25;)
}

.overlay-captcha-container-left{
	padding: 10px 0 10px 0;
}

}


/*************************************************************/
/******************* END DESKTOP SIZING  1 *********************/
/***********************************************************/




/** Begin Study At a Glance Resize **/
/*************************** Study at a Glance Resize ***************************/
@media (min-width: 10px) and (max-width: 1020px) {
.sub-navi-items-area{
	width: 69%;
	float: right;
	padding: 0 12px 0 0;
	display: inline-block;
}
.sub-header-item {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    float: right;
    color: white;
	width: 30%;
	padding: 10px 0 0 0;
	height: 32px;
	}
	
.sub-header-item:hover {
	background-color: rgba(0,0,0,0.15);;
	transition: 
		background-color 0.25s ease;	
}

/** BEGIN TRIAL AT A GLANCE AREA **/

#trial-at-glance-area{  
	background-color: #ffffff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
	overflow: auto;
	padding: 50px 0px 0px 0px;	  
}

/** TRIAL AT A GLANCE INFO **/
.trial-info-area{
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

/** DIVIDER LINES **/

/** DIVIDER LINES **/

.trial-info-line-a{
	display:none;
}

.trial-info-line-b{
	display:inline-block;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	width: 100%;

}

.trial-info-line-c{
	display:inherit;
	border-left: solid 1px rgba(0, 0, 0, 0.1);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	float: left;
	height: 130px;
}

.trial-info-line-d{
	display:none;
	border-right: solid 1px rgba(0, 0, 0, 0.1);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	width: 1px;
	height: 160px;
}

.trial-info-line-e{
	display:block;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	width: 100%;
}

.trial-info-line-f{
	display: none;
	border-top: none;	
	border-right: none;
	border-bottom: none;
	border-left: none;			
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px 0px;
	height: 0px;
}

.trial-info-line-g{
	display:none;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	width: 100%;
}

/** Begin Study Title Details Area **/

h2{ /** SMALL WHITE TITLES OVERALL **/
	font-size: 13px;
	font-weight: 700;
	color: #082f52;
}

.trial-info-condition{
	width: 40%;
	max-height: 56px;
	margin: 20px 0px 25px 30%;
	padding: 20px 0px 20px 0px;
	float: left;
	border-right: none;
	overflow: hidden;
	position: relative;
	
}

h2.condition-title{
	text-align: center;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

p.condition-body{
	font-size: 21px;
	font-weight: 300;
	color: #4c4c4c;	
	text-align: center;	
	line-height: 125%;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 0px;	
	display: block;	
}

.center-content-buckets{
	width: 100%;
	height: auto;
	overflow: auto;
	margin: 0 auto;
}

.center-content-buckets-two{
	width: 100%;
	height: inherit;
	margin: 0 auto;
	display: inline-block;
}

.gender-info{
	width: 25%;
	height: 90px;
	margin: 0px 0px 0px 14%;
	padding: 20px 0px 20px 0px;
	float: left;
	border-right: none;
}

.gender-icon{
	float: left;
	width: 60px;
	height: 60px;
	margin: 10px 15px 0px 30px;
	padding: 0px 0px 0px 0px 0px;
}

h2.gender-title{
	text-align: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

p.gender-body{
	font-size: 26px;
	font-weight: 300;
	color: #4c4c4c;	
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.age-info{
	width: 40%;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 5%;
	float: left;
	border-right: none;
}

.age-icon{
	float: left;
	width: 60px;
	height: 60px;
	margin: 10px 15px 0px 20px;
	padding: 0px 0px 0px 0px;
}

h2.age-title{
	text-align: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

p.age-body{
	font-size: 26px;
	font-weight: 300;
	color: #4c4c4c;	
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.start-info{
	width: 37%;
	height: 90px;
	margin: 0px 0px 0px 13%;
	padding: 20px 0px 20px 0px;
	float: left;
	border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.start-icon{
	float: left;
	width: 50px;
	height: 50px;
	margin: 20px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2.start-title{
	text-align: left;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

p.start-body{
	font-size: 26px;
	font-weight: 300;
	color: #4c4c4c;	
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.participant-info{
	width: 32.5%;
	height: 90px;
	margin: 0px 0px 0px 0%;
	padding: 20px 0px 20px 0px;
	float: left;
	border-right: none;
	border-top: none; 		
}

.participant-icon{
	float: left;
	width: 90px;
	height: 90px;
	margin: 0px 15px 0px 30px;
	padding: 0px 0px 0px 0px 0px;

}

h2.participant-title{
	text-align: left;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

p.participant-body{
	font-size: 26px;
	font-weight: 300;
	color: #4c4c4c;	
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

/** .center-study{
	width: 22%;
	height: 90px;
	margin: 0 auto;
}**/

.study-info-identifier{
	width: 100%;
	height: 65px;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	float: left;
	border-right: none;
	border-top: solid 1px rgba(0, 0, 0, 0.1);	
}

h2.study-title{
	text-align: center;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

p.study-body{
	font-size: 26px;
	font-weight: 300;
	color: #ffffff;	
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;	
}

.clinical-trials-link{
	color: #4c4c4c;
}



/** Eligibility Responsive **/

div.data{
	height: auto;	
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	border: none;
	display: block;
	height: auto;
	overflow: auto;
	width: 100%;
	background-color: #f4f7fa;
	
}

ul.eligibility-content-center{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 25px 0px 0px 0px;
	background-color: #F3F7FA;
	
}

.eligibility-title-area{
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3.eligibility-title{
	font-size: 42px;
	font-weight: 400;
	color: #4c4c4c;
}

.inclusion-underline{
	border-top: solid 3px #00a1de;
	margin: 15px 50% 0px 0px;
	padding: 0px 0px 0px 0px;	
	width: 8%;
	float: left;
}

.map-inclusion-underline{
	border-top: solid 3px #00a1de;
	margin: 10px 50% 10px 46%;
	padding: 0px 0px 0px 0px;	
	width: 8%;
	float: left;
}

.content-area{
	float: left;
	display: inline-block;
	background-color: #ffffff;
	width: 100%;
	margin: 0px 5% 0px 0px;
	padding: 25px 0px 25px 0px;
    background-color: #F3F7FA;
}

.content-area-title {
	background-color: #F3F7FA;
}

.content-area-desc{
	float: left;
	font-size: 18px;
	font-weight: 300;
	line-height: 150%;
	color: #4c4c4c;
	margin: 15px 0px 20px 0px;
	width: 85%;
}

.star-area{
	width: 5%;
	float: left;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;		
}

.bullet{
	width: 35px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

p.box-content{
	font-size: 18px;
	font-weight: 300;
	line-height: 150%;
	color: #4c4c4c;
	width: 95%;
	float: left;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;		
}

.graybg-bottom{
	float:  left;
	background-color: #F3F7FA;
	width: 90%;
	margin: 0 0 0 5%;
	padding: 50px 0;
	border-radius: 3px; 
}

.study-eligibility-textarea{
	float: right;
	border: none;
	width: 93%;
	overflow: auto;
	white-space: pre-wrap;
	font-size: 16px;
	font-weight: 300;
	color: #4c4c4c;
	margin:  0 0 0 4%;
	height: 308px;
	padding: 40px 0 0 0px;
}

.study-eligibility-criteria{
	float: left;
	height: 350px;
	width: 99%;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 3px;	
}

.eligibility-criteria-iconArea{
	float: left; 
	width: 24%;
	height: 250px;
	margin-left: 4%;
	margin-top: 50px;
	background-color: #FAF9F9;
	border: solid 1px rgba(0,0,0,0.07);
	border-radius: 3px;
	display: none;
}

.eligibility-icon-image{
	width: 55%;
	margin: 15% 0 15% 22.5%;
}

.study-location-map-area{
	width: 100%;
	background-color:#FFFFFF;
	padding: 0px 0px 30px 0px;
}

.study-location-title{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding: 95px 0px 25px 0px;
}

.study-location-title-desc{
	font-size: 42px;
	font-weight: 400;
}

.study-location-text{
font-size: 18px;
font-weight: 300;
line-height: 150%;
color: #4c4c4c;
margin-top: 0px;
display: inline-block;
}
/** END ELIGIBILITY AREA **/



/** Map Responsive Functionality **/

.closest-location-container{
	height: auto;
	overflow: auto; 
	float: left; 
	width: 99%;
	border: 1px solid rgba(76, 76, 76, 0.15);
}

.map-locations-center{
	height: 479px;
	padding: 520px 0 0 0;	
}


.map-container{
	float : left;
	width: 95%;
	margin: -1036px 3.25% 0 3.25%;
	border-top: solid 8px #ffffff;
	border-right: none;
	border-bottom: solid 1px rgba(0,0,0,0.10);		
	border-left: none;
	position: relative;	
	background-color: #ffffff;
}

.location-content{
	padding: 0 0 25px 0;	
}

.map-center{
	width: 100%;
	height: 490px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	border-top: none;
	border-right: none;
	border-bottom: solid 10px #ffffff;	
	border-left: none;	
	
}


.angular-google-map-container{
	height: 490px;
	margin: 0px 0% 6px 0%;
	
}

.visit-site-content-get-connected{
	width: 96%;
}

.btn-custom-d-get-connected{
	width: 94%;
	float: left;
	margin: 15px 0 15px 2.5%;
}

/** Travel Over view Overlay Section **/


.travel-overview-content-area{
	background-color: transparent;
	border: none;
	width: 101%;
}

.travel-overview-container{
	padding: 12px 20px 8px 20px;
}

.travel-duration-area{
	margin: 15px 0 0 0;
	width: 58%;	
}

.travel-icon{
	width: 30px;
}

.travel-duration-data{
	font-size: 16px;
}

.travel-distance-area{
	margin: 15px 0 0 0;
	width: 39%;
}

.distance-icon{
	width: 37px;
}

.travel-distance-data{
	font-size: 16px;
}

#google-map-area-visit-out{
	height: 200px;
}

#map-canvas{
	height: 200px;
}

#no-result-image{
	height: 200px;
}

}
/**** End Media Query for Mid Sized Page **/
/**** Small Travel Overview Information **/
@media (max-width:450px){

.travel-overview-container{
	padding: 20px 20px 8px 20px;
}

.travel-duration-area{
	margin: 15px 0 0 0;
	width: 58%;	
}

.travel-overview-title{
	font-size: 26px;
}

.travel-icon{
	display: none;
}

.travel-duration-data{
	font-size: 12px;
}

.travel-distance-area{
	margin: 15px 0 0 0;
	width: 39%;
}

.distance-icon{
	display: none;
}

.travel-distance-data{
	font-size: 12px;
}

.streetview-close-type{
	visibility: hidden;
}


}
/**** End Small Travel Overview Information **/

/** Begin Study At a Glance Resize **/
/*************************** Study at a Glance Resize ***************************/
@media (min-width: 10px) and (max-width: 700px) {
.sub-navi-items-area{
	width: 70%;
	float: right;
	padding: 0 12px 0 0;
	display: inline-block;
}
.sub-header-item {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 600;
    float: right;
    color: white;
	width: 30%;
	padding: 10px 0 0 0;
	height: 32px;
	}
	
.sub-header-item:hover {
	background-color: rgba(0,0,0,0.15);;
	transition: 
		background-color 0.25s ease;	
}
/** BEGIN TRIAL AT A GLANCE AREA **/
/** TRIAL AT A GLANCE OPENING COPY **/



#trial-at-glance-area{  
	background-color: #ffffff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
	overflow: auto;
	padding: 25px 0px 0px 0px;	  
}

.trial-main-copy-center{
	width: 100%;
	height: auto;
	overflow: auto;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;

}


.trial-title-area{
	width: 100%;	
}

h1.trial-title{
	font-size: 26px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	padding: 15px 0px 15px 0px;
	width: 100%;
	height: auto;
	overflow: auto;
}


.trial-title-underline{
	border-top: solid 2px #2491ab;
	margin: 0 auto;
	margin-left: 45%;
	padding: 15px 0px 0px 0px;	
	width: 10%;

}

.trial-body-area{
	width: 100%;
	height: auto;
	overflow: auto;
	margin: 0px 0px 0px 0px;
}

.trial-body{
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	width: 70%;
	margin: 0 auto;
	line-height: 150%;
	height: auto;
	overflow: auto;
	
}



/** TRIAL AT A GLANCE INFO **/


.trial-info-area{
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid rgba(0,0,0,0.1);	
}




/** DIVIDER LINES **/

.trial-info-line-a{
	display:none;;
}

.trial-info-line-b{
	display:block;
	border-top: solid 1px rgba(0, 0, 0, 0.1);	
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	width: 100%;

}

.trial-info-line-c{
	display:inherit;
	border-left: solid 1px rgba(0, 0, 0, 0.1);	
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	float: left;
	height: 50px;
}

.trial-info-line-d{
	display:;
	border-right: none;
	border-top: solid 1px rgba(0, 0, 0, 0.1);	
	
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	width: 100%;
	height: 1px;
}

.trial-info-line-e{
	display:block;
	border-top: solid 1px rgba(0, 0, 0, 0.1);	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	width: 100%;
}

.trial-info-line-f{
	display: none;
	border-top: none;	
	border-right: none;
	border-bottom: none;
	border-left: none;			
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px 0px;
}

.trial-info-line-g{
	display: inline-block;
	border-top: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	width: 100%;
}







h2{ /** SMALL WHITE TITLES OVERALL **/
	font-size: 13px;
	font-weight: 700;
	color: #082f52;
}

.center-content-buckets-condition{
	width: 260px;
	margin: 0 auto;

}

.trial-info-condition{
	width: 100%;
	max-height: 53px;
	margin: 0px 0px 35px 0px;
	padding: 30px 0px 15px 0px;
	float: inherit;
	border-right:none;	
	overflow: hidden;
	position: relative;
}

h2.condition-title{
	text-align: center;	
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

p.condition-body{
	font-size: 18px;
	font-weight: 300;
	color: #4c4c4c;	
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;		
}

.center-content-buckets{
	width: 100%;
	height: auto;;
	overflow: auto;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
}



.gender-info{
	width: 49%;
	height: auto;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	float: left;
	border-right: none;
}

.gender-icon{
	width: 100%;
	height: 50px;	
	margin: 0px 0 0 0%;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	display: inline-block;

}

h2.gender-title{
	text-align: center;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

p.gender-body{
	font-size: 21px;
	font-weight: 300;
	color: #4c4c4c;	
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px	
}








.age-info{
	width: 49%;
	height: auto;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	float: left;
	border-right: none;
}

.age-icon{
	float: inline;
	width: 100%;
	height: 50px;
	
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 0px;

}

h2.age-title{
	text-align: center;
	margin: 60px 0px 0px 0px;

	padding: 0px 0px 0px 0px;	
}

p.age-body{
	font-size: 21px;
	font-weight: 300;
	color: #4c4c4c;	
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}





.center-content-buckets-two{
	width: 100%;
	height: auto;
	overflow: auto;
	margin: 0 auto;
}




.start-info{
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 20px 0px;
	float: left;
	border-right: none;
}

.start-icon{
	float: left;
	width: 100%;
	height: 50px;
	
	margin: 0 auto;
	padding: 0px 0px 0px 0px;

}

h2.start-title{
	text-align: center;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

p.start-body{
	font-size: 21px;
	font-weight: 300;
	color: #4c4c4c;	
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}




.participant-info{
	width: 100%;
	height: auto;
	overflow: auto;
	margin: 25px 0px 0px 0px;
	padding: 30px 0px 20px 0px;
	float: left;
	border-right:none;
	border-top: solid 1px rgba(0, 0, 0, 0.1);	
}

.participant-icon{
	float: left;
	width: 100%;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px  0px 0px;
}

h2.participant-title{
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

p.participant-body{
	font-size: 21px;
	font-weight: 300;
	color: #4c4c4c;	
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}




.center-study{
	width: 100%;
	margin: 0 auto;
}

.study-info-identifier{
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding:  30px 0px 0px 0px;
	float: inherit;
	border-right: none;
	border-top: solid 1px rgba(0, 0, 0, 0.1);		
}



h2.study-title{
	text-align: center;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;	
}

p.study-body{
	font-size: 21px;
	font-weight: 300;
	color: #ffffff;	
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px 0px;	

}


/** End Study At a Glance Mobile **/}

/** Responsive Control For Sub Navi  **/
/** end Responsive control for sub navi **/


/** Begin Sub Navigation Mobile Header **/
/** Begin Sub Navigation Mobile Header **/
/** Begin Main Content Resize **/
@media (max-width:800px){

#hero-message-area{
	padding: 0 0 0px 0;
}

.hero-message-copy-information-area{
	margin: 0px 3.125% 0 0;
}

h1.hero-title{
	font-size: 24px;
}

.study-id-top{
	margin: 35px 0 0 0;
}

.hero-copy-container-two{
	width: 100%;
	margin: 0;
	height: 95px;
}

.hero-body{
	font-size: 16px;
}
	
.hero-cta-container{
	width: 100%;
	margin: 25px 0 0 0;
}

.learn-cta-area{
	width: 45%;
	margin: 0 5% 0 0;
}

.simulate-cta-area{
	width: 45%;
	margin: 0;
}
	
}
/** End Main Content Resize **/
/** Resize Content at 700px **/
@media (max-width:700px){
	
h3.eligibility-title{
	font-size: 24px;
}	

.study-location-title-desc{
	font-size: 24px;
}
		
}
/** End Resize Content at 700px **/

/** Mobile Buttons **/
@media (max-width:500px){
.learn-cta-area{
	width: 100%;
	margin: 0 0% 15px 0;
}

.simulate-cta-area{
	width: 100%;
	margin: 0;
}

}
/** End Mobile Buttons **/

/** Small Location Overlay **/
@media (max-width:768px){

.location-popup-title{
	width: 80%;
	padding: 15px 20px;
}

.close-type{
	visibility: hidden;
}

.location-list-item-container{
	padding: 20px 0;
}

.location-list-item-inner-container{
	padding: 0 20px;
}

.location-popup-item{
	width: 87%;
}

.select-button-area-overlay{
	width: 100%;
	float: left;
}

.location-popup-button{
	width: 87.75%;
	height: 70px;
}

	
}
/** End Small Location Overlay **/

@media (max-width: 845px) and (min-width: 10px){
.sub-header-content-area{
	width: 95%;
	margin: 0 auto;
	height: 100%
}
.back-image-arrow{
	float: left;
	padding: 0;
	margin: -3px 8px 0 0;
	height: 28px;
	width: 20px;
}

.back-button-text{
	display: inline-block;
}
.sub-navi-items-area{
	width: 67%;
	float: right;
	padding: 0 12px 0 0;
	display: inline-block;
}

.sub-header-item {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.78em;
    font-weight: 600;
    float: right;
    color: white;
	width: 32%;
	padding: 10px 0 0 0;
	height: 32px;
	}
	
.sub-header-item:hover {
	background-color: rgba(0,0,0,0.15);;
	transition: 
		background-color 0.25s ease;	
}
}

@media (max-width: 745px) and (min-width: 10px){
#page-sub-header {
    width: 100%;
    background-color: #00A1DE;
    height: 42px;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
    z-index: 200;
    top: 68px;	
}
.sub-header-content-area{
	width: 98%;
	margin: 0 auto;
	height: 100%
}

.sub-navi-back-button{
	padding: 5px 0 0 0;
}

.back-image-arrow{
  float: left;
  padding: 0;
  margin: 0px 8px 0 0;
  width: 30px;
}

.back-button-text{
  display: none;
}


.sub-navi-items-area{
	width: 80%;
	float: right;
	padding: 0 12px 0 0;
	display: inline-block;
	margin: 0px 0px 0px 0px;
}

.sub-header-item-back {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 600;
    float: right;
    color: white;
	padding: 5px 0 0 0;
	}

.sub-header-item {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 600;
    float: right;
    color: white;
	width: 33%;
	padding: 12px 0 0 0;
	height: 30px;
	}
	
.sub-header-item:hover {
	background-color: rgba(0,0,0,0.15);;
	transition: 
		background-color 0.25s ease;	
}
}