/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/************ BEGIN KIT ITEMS **********/

/** COLORS

blue - #00a1de 0, 161, 222

orange - #ff7900

dk blue - #003c69

mid blue - # 006ea3 #0052a4

gray - #555555 , #666666





**/

body {
    width: 100%;
    font: normal 100% 'lato', helvetica, arial, sans-serif;
    color: #666666;
    background-color: #f1f7fc;
}

::selection {
    background: #00a1de;
    color: #ffffff; /* Safari */
}

::-moz-selection {
    background: #00a1de; /* Firefox */
    color: #ffffff;
}

p {
    font-size: 1.125em; /* 18 / 16 */
    font-weight: 300;
    line-height: 125%;
}

b {
    font-weight: 800;
}

#study-count {
    font-weight: 800;
}

p.undefined {
    font-weight: 800;
    letter-spacing: 0.03em;
    display: inline-block;
}

i {
    font-weight: 600;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.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;
}

/* ORANGE BTN */

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.orange-btn-small {
    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: 30px;
}

a.orange-btn-small:hover {
    background-color: #ff9600;
}

a.orange-btn-small: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);

}

.btn-text {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 1em 0em 1em 0em;
    border: none;
    text-transform: uppercase;
    font-size: 0.875em; /* 14 / 16 */
    font-weight: 600;
}

.btn-text-small-hub {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: .35em 0em .5em 0em;
    border: none;
    text-transform: uppercase;
    font-size: 0.875em; /* 14 / 16 */
    font-weight: 600;
}

.ellipsis {
    background: #ffffff;
    bottom: 0;
    position: absolute;
    right: 0;
}

.study-title {
    right: -2px;
}

.fill {
    background: #ffffff;
    height: 100%;
    position: absolute;
    width: 100%;
}

/************ END KIT ITEMS **********/

/************ DESKTOP JUMP ************/

#page-header {
    width: 100%;
    background-color: #ffffff;
    height: 80px;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
    position: fixed;
    z-index: 200;
    border-bottom: 8px solid rgb(14, 85, 155);
}

#page-header-study-details {
    width: 100%;
    background-color: #ffffff;
    height: 80px;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 200;
    border-bottom: 8px solid rgb(14, 85, 155);
}


.header-content-area {
    width: 90%;
    margin: 0 auto;
    height: 100%
}

.logo-area {
    width: 50%;
    height: 80%;
    float: left;
    margin: 1em 0em 0em 0em;
}

.logo {
    width: 213px;
    height: 46px;
    float: left;
    padding: 0em 0em 0em 0em;
    margin: 0em 1em 0em 0em;
}

.site-descriptor-study-finder {
    display: inline-block;
}

li.logo-div-line-study-finder {
    width: 1px;
    height: 25px;
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    float: left;
    margin: 1em 1em 0em 0em;
}

a.study-finder-link-study-finder {
    text-transform: uppercase;
    font-size: 1em; /* 18 / 18 */
    color: #00a1de;
    opacity: 0.75;
    margin: 0.85em 0em 0em 0em;
    float: left;
}

p.study-finder-text-study-finder {
    font-weight: 500;
}

a.study-finder-link-study-finder:hover {
    opacity: 1.0;
}

/** Begin Hide Mobile Menu Items **/
nav.mobile-nav-area {
    display: none;
}

/** End Hide Mobile Menu Items **/

nav.desktop-nav-area {
    float: right;
    width: 50%;
    height: 100%;
    display: inline-block;
}

nav.desktop-nav-sub-header {
    float: right;
    width: 50%;
    height: 100%;
    display: inline-block;
}

/**/

nav.navi {
    display: none;
}

.navi-one {
    display: inline-block;
    float: left;
    width: 100%;
}

a.nav-link {
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
    margin: 1.75em 0em 0em 0em;
}

.nav-item {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875em; /* 14 / 16 */
    font-weight: 600;
    color: #636363;
}

.nav-item:hover {
    color: #00a1de;
    padding-bottom: 5px;
    border-bottom: solid 3px #00a1de
}

.selected {
    color: #00a1de;
    padding-bottom: 5px;
    border-bottom: solid 3px #00a1de
}

a.donate-btn {
    display: inline-block;
    text-align: center;
    width: 33%;
    background-color: #FF7900;
    border: solid 1px #d46500;
    border-radius: 3px;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
    height: 50%;
    margin: 22px 0 0 5%;
}

a.donate-btn:hover {
    background-color: #ff9600;
}

a.donate-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);

}

.btn-item {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: .5em 0em .5em 0em;
    border: none;
    text-transform: uppercase;
    font-size: 0.875em; /* 14 / 16 */
    font-weight: 600;
}

.btn-item:hover {
    border: none;
    color: #ffffff;
}



/** Begin Hero Content Area **/
#hero-content-area {
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 0em 0em 0em 0em;
    padding: 5em 0px 4em 0px;
    background-color: #00a1de;
}

.hero-content-center {
    width: 90%;
    margin: 0 auto;
    height: auto;
    overflow: auto;
    padding: 15px 0px 15px 0px;
}

ul.hero-content-message-home {
    padding: 3.5em 0em 0em 0em;
    margin: 0 auto;
    max-width: 1000px;
    height: 100%;
    overflow: auto;
    list-style: none;
    text-decoration: none;
}

li.hero-content-title-area-home {
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0em;
    height: 100%;
    overflow: auto;
}

#study-details-sub-header-area {
    height: auto;
    overflow: auto;
    background-color: #1AA0D9;
    width: 100%;
    position: fixed;
}

.sub-header {
    width: 100%;
    float: right;
    margin: 90px 130px 4px 0px;
}

h1.hero-content-title-home {
    color: #ffffff;
    text-align: center;
    font-size: 2.25em; /* 36 / 16 */
    font-weight: 300;
    line-height: 125%;
}

li.hero-content-subtitle-area {
    padding: 1em 0em 2.5em 0em;
    margin: 0em 0em 0em 0em;
    height: 100%;
    overflow: auto;
}

p.hero-content-subtitle {
    color: #ffffff;
    text-align: center;
}

/** Begin Hero Action Item Customization **/

.hero-action-items {
    max-width: 845px;
    margin: 0 auto;
    padding: 0em 0em 5em 0em;

}

.btn-custom-a-home {
    width: 50%;
    float: left;
    padding: 0em 0em 0em 0em;
    margin: 0em 2em 0em 0em;
}

.search-box {
    float: right;
    width: 44%;
    margin: -0.15em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
}

.condition-search-box {
    height: 45px;
    width: 100%;
    color: #ffffff;
    float: left;
    border: solid 3px rgba(0, 60, 105, 0.75);
    background-color: rgba(50, 65, 80, 0.25);
    border-radius: 100px;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
    padding: 0em 0em 0em 1em;
    margin: 0em 0em 0em 0em;
    font-size: 1em;
    font-weight: 300;
    font-family: 'lato', helvetica, sans-serif;
}

.search-submit-btn {
    float: right;
    height: 40px;
    width: 45px;
    background-color: rgba(8, 47, 82, 0.0);
    border: none;
    cursor: pointer;
    opacity: 0.5;
    margin: -45px 0px 0px 0px;
}

.search-submit-btn:hover {
    opacity: 1.0;
}

.search-icon-btn {
    width: 18px;
    height: 18px;
}

/** End Hero Action Item Customization **/

/** Begin Discover Studies Area **/
#discover-studies-area {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0em;
    background-color: #003c69;
}

.discover-studies-mobile {
    display: none;
}

.discover-studies-title-area {
    width: 21%;
    height: auto;
    overflow: auto;
    float: left;
    padding: 0em 0em 0em 5.5%;
    margin: 0em 0em 0em 0em;
}

.discover-studies-title {
    width: auto;
    height: auto;
    overflow: auto;
    padding: 3.8em 0em 0em 0em;
    margin: 0em 0em 0em 0em;
}

.discover-studies-message {
    font-weight: 700;
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    height: auto;
}

/** Begin Conditions **/

.discover-studies-conditions-area {
    width: 73.5%;
    height: 100%;
    overflow: auto;
    float: right;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0em;
    background-color: rgba(0, 161, 222, 0.5);
    -moz-box-shadow: inset 5px 0px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 5px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: inset 5px 0px 10px rgba(0, 0, 0, 0.15);
}

.discover-studies-condition-item {
    width: 31%;
    height: 49%;
    overflow: auto;
    float: left;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0em;
    border-right: solid 1px rgba(0, 60, 105, 0.5);
    border-bottom: solid 1px rgba(0, 60, 105, 0.5);
    font-size: 1.05em;
    color: #ffffff;
    cursor: pointer;
    opacity: 1;
}

.discover-studies-condition-item:hover {
    opacity: 1.0;
    background-color: rgba(0, 60, 105, 0.5);
    color: #ffffff;
}

li.discover-studies-link {
    padding: 1.55em 0em 1em 0.75em;
    margin: 0em 0em 0em 0em;
    height : 30px;
}

/** Begin Discover Studies Overlay **/

.close-btn {
    width: 100%;
    float: right;
    display: inline-block;
}

.close {
    /** Close Overlay X BTN **/
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 20px;
    margin: .5em 0em 0em 0em;
    background: #00a1de;
    color: white;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 1.5em /*24 / 16 */;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 30px;
}

.close-type {
    /** Close Overlay X Type **/
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 60px;
    margin: 1em 0em 0em 0em;
    color: #00a1de;
    line-height: 30px;
    font-size: 0.875em /*14 / 16 */;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    font-weight: 700;
}

#discover-overlay {
    max-height: 500px;
    overflow: auto;
    width: 50%;
    margin: 0 auto;
    background: #ffffff;
    color: black;
    padding: 0px;
    position: absolute;
    top: 10%;
    left: 25%;
    z-index: 1000;
    display: none;
}

#mask {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 500;
    width: 100%;
    height: 100%;
    display: none;
}

#discover-overlay:target, #discover-overlay:target + #mask {
    display: block;
    opacity: 1;
    position: fixed;
}

/** Overlay Content **/

.discover-studies-overlay {
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
}

.discover-studies-title-area-overlay {
    width: 80%;
    height: auto;
    overflow: auto;
    padding: 0em .25em 1.75em 5%;
    margin: 0em 0em 0em 0em;
}

p.discover-studies-title-overlay {
    font-weight: 700;
    font-size: 1em /** 16 / 16 **/;
    color: #005b8c;
    text-transform: uppercase;
    height: auto;
    overflow: auto;
    margin: 0em 0em .05em 0em;
    padding: 0em 0em 0em 0em;
}

a.discover-link {
}

.discover-item {
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    background-color: #006ea3;
    border-bottom: 1px solid rgba(0, 60, 105, 0.5);
}

.discover-item:hover {
    background-color: #005486;
}

.discover-item:active {
    background-color: #005486;
    -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);
}

p.discover-item-description {
    width: 90%;
    height: 49%;
    overflow: auto;
    float: left;
    margin: 0 0 0 .5%;
    padding: 1em 3% 1em 3%;
    font-family: "lato", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    opacity: 0.75;
}

p.discover-item-description:hover {
    opacity: 1.0;
    float: left;
}

.right-arrow {
    width: 13px;
    height: 13px;
    float: right;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
}

/** End Discover Studies Overlay **/

/** End Conditions **/

/** End Discover Studies Area **/
/** End Hero Content Area **/

/** Begin Study List Area **/
#study-list-area {
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
}

.study-message-top{
	width: 90%;
	height: auto;
	overflow: auto;
	/**background-color: rgba(0,60,105,1);**/
	border-radius: 100px;
	padding: 0;
	margin: 30px 0 30px 5%;
	padding: 5px 0 5px 0;
}

.study-message-area{
	width: 100%;
}

.study-message{
}

.study-message-copy{
	font-size: 1.5em;
	font-weight: 300;
	text-transform: none;
	color: #4c4c4c;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.study-list-center {
    width: 94%;
    height: auto;
    overflow: auto;
    margin: 0 auto;
    padding: 0em 0em 3em 0em;
}

.specific-study-area {
    width: 29.3%;
    height: auto;
    overflow: auto;
    padding: 0em 0em 0em 0em;
    background-color: #ffffff;
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
    display: inline-block;
}

#trial-homepage-list-area {
    display: inline-block;
}

.study-one {
    float: left;
    margin: 0em 2% 0em 2%;
}

.study-two {
    margin: 0 auto;
}

.study-three {
    float: right;
    margin: 0em .1em 0em 0em;
}

.border-a {
    border-top: solid 5px #003c69;
    border-left: none;
}

.specific-study-item {
    width: 90%;
    height: 400px;
    overflow: auto;
    margin: 1em 0em 0em 1em;
    padding: 0em 0em 0em 0em;
}

.specific-study-title-area {

}

p.specific-study-title {
    max-height: 120px;
    font-size: 1.5em /** 24 / 16 **/;
    color: #003c69;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0em 0em .05em 0em;
    position: relative;
}

.specific-study-sponsor-area {

}

p.specific-study-sponsor {
    height: 18px;
    font-size: 0.875em /** 14 / 16 **/;
    color: #555555;
    font-weight: 600;
    margin: 0em 0em .75em 0em;
    padding: 0em 0em 0em 0em;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;

}

.specific-study-description-area {

}

p.specific-study-description {
	font-size: 16px;
    color: #555555;
    font-weight: 300;
    line-height: 145%;
    width: 92%;
    max-height: 188px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.read-more-link {
    color: #003c69;
    font-size: 1em /** 14 / 16 **/;
    font-weight: 300;
    line-height: 125%;
}

.study-details-area {
    width: 100%;
    background-color: #fafcfe;
    border-top: solid 1px #dfe0e1;
    border-left: none;
    margin: 1.25em 0em 0em 0em;
	padding: 20px 0 20px 0;
	height: auto;        
	
}

.study-info {
    width: 90%;
    height: 45px;
    margin: .65em auto;
    padding: 0em 0em 0em 0em;
    border: solid 1px #d1e3f4;
    border-radius: 3px;
}

.study-icon-home{
    width: 18px;
    height: 18px;
    margin: 0em .5em 0em .75em;
    padding: 0em 0em 0em 0em;
}

.study-text {
    text-align: center;
    font-size: 0.875em /** 14 / 16 **/;
    font-weight: 300;
    margin: .75em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
}

.view-site-btn {
    width: 65%;
    height: 40px;
    overflow: auto;
    margin: 7px 0 0px 0;
    padding: 0em 0em 0em 0em;
    border: solid 1px rgb(14, 85, 155);
    border-radius: 3px;
    cursor: pointer;
    color: rgb(14, 85, 155);    
	transition: color 0.5s ease, border 0.5s ease;	    
}

.view-site-btn:hover{
    border: solid 1px #00a1de;
    color: #00a1de;    
}

.view-btn-text {
    text-align: center;
    font-size: 0.875em /** 14 / 16 **/;
    font-weight: 600;
    text-transform: uppercase;
    margin: .85em 0em 0em 0em;
}

.active-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);
    background-color: #f1f7fc;
}

/** End Study List Area **/

/** Begin Footer Area **/
/** Begin Navigation Area **/
#footer-area-hub {
    width: 100%;
    height: auto;
    background-color: #0f223b;
}

.footer-center-hub {
    width: 90%;
    margin: 0 auto;
}

.footer-navigation-hub {
    height: 75px;
    width: 100%;
    background-color: rgba(0, 60, 105, 0.5);
}

ul.footer-navi-items-hub {
    width: 40%;
    height: 100%;
    overflow: hidden;
    float: left;
}

a.footer-link-hub {
    display: inline-block;
    width: 20%;
    text-align: left;
    margin: 2.15em 0em 0em 0em;
    font-size: 0.875em; /* 14 / 16 */
    text-transform: uppercase;
    color: #ffffff;
}

.btn-custom-b-hub {
    width: 35%;
    margin: 1.25em 0em 0em 0em;
}

ul.footer-social-items-hub {
    width: 50%;
    height: 100%;
    float: right;
    padding: 1.4em 0em 0em 0em;
}

.footer-social-position-hub {
    float: right;
}

.connect-message-hub {
    width: 100px;
    float: left;;
    padding: .25em 1em 0em 0em;
    display: inline-block;
}

p.connect-body-hub {
    font-size: 0.875em; /* 14 / 16 */
    text-transform: uppercase;
    color: #ffffff;
    text-align: right;
    font-weight: 500;
    opacity: 0.5;
}

.social-link-hub {
    width: 25px;
    height: 25px;
    float: left;;
    margin: 0em .5em 0em 0em;
    display: inline-block;
    background-color: #00a1de;
    border-radius: 100px;

}

social-navi-link-hub {
}

.social-icon-hub {
    width: 13px;
    height: 13px;
    margin: .4em 0em 0em .4em;
}

/** End Footer Navigation Area **/

/** Begin Footer Company Information Area **/
.company-information-area-hub {
    width: 100%;
    margin: 3em 0em 3em 0em;
    display: inline-block;
}

ul.company-information-content-hub {
    width: 95%;
    height: auto;
    overflow: auto;
    float: left;
    margin: 0 5% 0 0;
}

.charity-logo-hub {
    float: left;
    width: 20%;
}

.charity-image-hub {
    width: 120px;
    height: 60px;
}

.best-logo-hub {
    float: left;
    width: 20%;
}

.best-id-number-hub {
    font-size: 0.75em; /* 12 / 16 */
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    padding: 0em 0em 0.75em 0.5em;
}

.best-image {
    width: 75px;
    height: 124px;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 1.25em;
}

ul.company-location-area-hub {
    width: 60%;
    float: left;
    margin-right:10%;
}

.footer-company-name-area-hub {
    width: 100%;
    padding: 0em 0em 0.5em 0em;
}

.footer-company-name-hub {
    font-size: 1.125em; /* 18 / 16 */
    letter-spacing: .05em;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
}

.office-area-hub {
    width: 50%;
    float: left;
    padding: .5em 0em 1em 0em;
}

.office-title-hub {
    font-size: 1em /* 16 / 16 */;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    color: #00a1de;
}

.office-location-hub {
    font-size: 0.875em; /* 14 / 16 */
    font-weight: 300;
    text-align: left;
    color: #ffffff;
    line-height: 150%;
}

.mail-link-hub {
    color: #ffffff;
    text-decoration: none;
}

ul.footer-bottom-area-hub {
    width: 100%;
    float: left;
    padding: 1em 0em 0em 0em;
}

.footer-bottom-content-hub {

}

.footer-bottom-copy-hub {
    font-size: 0.875em; /* 14 / 16 */
    font-weight: 300;
    text-align: left;
    color: #ffffff;
    line-height: 150%;
}

/** End Footer Company Information Area **/
/** End Footer Area **/

/** Discover Studies Section Smaller 1270px screen **/
@media (min-width: 10px) and (max-width: 1250px) {
li.discover-studies-link {
    padding: 1.55em 0 2.25em 0.75em;
    margin: 0em 0em 0em 0em;
    height : 30px;
}

.discover-studies-title{
	padding: 5.4em 0 0;
}
	
	
}


/**Begin 900px Area**/
@media (min-width: 10px) and (max-width: 1020px) {
    /** Begin Hero Content Area **/
    #hero-content-area {
        width: 100%;
        height: auto;
        overflow: auto;
        margin: 0em 0em 0em 0em;
        padding: 4.5em 0em 4em 0em;
        background-color: #00a1de;
    }

    .hero-content-center {
        width: 90%;
        margin: 0 auto;
    }

    ul.hero-content-message-home {
        padding: 3.5em 0em 0em 0em;
        margin: 0 auto;
        max-width: 675px;
        height: 100%;
        overflow: auto;
        list-style: none;
        text-decoration: none;
    }

    li.hero-content-title-area-home {
        padding: 0em 0em 0em 0em;
        margin: 0em 0em 0em 0em;
        height: 100%;
        overflow: auto;
    }

    h1.hero-content-title-home {
        color: #ffffff;
        text-align: center;
        font-size: 1.75em; /* 28 / 16 */
        font-weight: 300;
        line-height: 125%;
    }

    li.hero-content-subtitle-area {
        padding: 1em 0em 2.5em 0em;
        margin: 0em 0em 0em 0em;
        height: 100%;
        overflow: auto;
    }

    p {
        font-size: 1em; /* 16 / 16 */
        font-weight: 300;
        line-height: 125%;
    }

    p.hero-content-subtitle {
        color: #ffffff;
        text-align: center;

    }

    /** Begin Hero Action Item Customization **/
    .hero-action-items {
        max-width: 90%;
        margin: 0 auto;
        padding: 0em 0em 5em 0em;

    }

    .btn-custom-a-home {
        width: 100%;
        float: left;
        padding: 0em 0em 0em 0em;
        margin: 0em 2em 0em 0em;
    }

    .search-box {
        float: left;
        width: 97%;
        margin: 1.5em 0em 0em 0em;
        padding: 0em 0em 0em 0em;
    }

    .condition-search-box {
        height: 45px;
        width: 100%;
        color: #ffffff;
        float: left;
        border: solid 3px rgba(0, 60, 105, 0.75);
        background-color: rgba(50, 65, 80, 0.25);
        border-radius: 100px;
        box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
        padding: 0em 0em 0em .65em;
        margin: 0em 0em 0em 0em;
        font-size: 1em;
        font-weight: 300;
        font-family: 'lato', helvetica, sans-serif;
    }

    .search-submit-btn {
        float: right;
        height: 40px;
        width: 45px;
        background-color: rgba(8, 47, 82, 0.0);
        border: none;
        cursor: pointer;
        opacity: 0.5;
        margin: -45px 0px 0px 0px;
    }

    .search-submit-btn:hover {
        opacity: 1.0;
    }

    .search-icon-btn {
        width: 18px;
        height: 18px;
    }

    /** End Hero Action Item Customization **/
    /**End 900px Resize Area**/
}

/**Begin Resize Study Area**/
@media (min-width: 720px) and (max-width: 900px) {
    .sub-header-item {
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.750em;
        font-weight: 600;
        float: right;
        color: white;
    }

    .sub-header-item-left {
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.750em;
        font-weight: 600;
        float: left;
        margin: 0px 0px 0px 266px;
        color: white;
    }

    .sub-header {
        width: 100%;
    }

    .sub-header-item-left {
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.750em;
        font-weight: 600;
        float: left;
        margin: 0px 0px 0px 45px;
        color: white;
    }

    /** Begin Resize Resize Study List area **/
    /** Begin Study List Area **/
    #study-list-area {
        width: 100%;
        height: auto;
        overflow: auto;
        margin: 0em 0em 0em 0em;
        padding: 0em 0em 0em 0em;
    }

    .study-list-center {
        width: 90%;
        height: auto;
        overflow: auto;
        margin: 0 auto;
        padding: 0em 0em 3em 0em;
    }

    .specific-study-area {
        width: 99%;
        height: auto;
        overflow: auto;
        padding: 0em 0em 0em 0em;
        background-color: #ffffff;
        -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
        display: inline-block;
    }

    .study-one {
        float: left;
        margin: 0em .1em 2em .1em;
    }

    .study-two {
        float: left;
        margin: 2em .1em 0em .1em;
    }

    .study-three {
        float: left;
        margin: 2em .1em 0em .1em;
    }

    .border-a {
        border-top: none;
        border-left: solid 5px #003c69;
    }

    .specific-study-item {
        width: 60%;
        height: auto;
        overflow: auto;
        float: left;
        margin: 1em 0em 0em 1.5em;
        padding: 0em 0em 0em 0em;
    }

    .specific-study-title-area {

    }

    p.specific-study-title {
        max-height: 95px;
        font-size: 1.5em /** 24 / 16 **/;
        color: #003c69;
        font-weight: 300;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0em 0em .05em 0em;
        padding: 0em 0em 0em 0em;
    }

    .specific-study-sponsor-area {

    }

    p.specific-study-sponsor {
        font-size: 0.875em /** 14 / 16 **/;
        color: #555555;
        font-weight: 600;
        margin: 0em 0em .75em 0em;
        padding: 0em 0em 0em 0em;
    }

    .specific-study-description-area {

    }

    p.specific-study-description {
		font-size: 16px;
        color: #555555;
        font-weight: 300;
        line-height: 145%;
        width: 92%;
        max-height: 93px;
        overflow: hidden;
        display: inline-block;
    }

    .read-more-text-link {
        width: 100%;
        height: auto;
        overflow: auto;
        padding: 0.2em 0em 0.25em 0em;
    }

    .read-more-link {
        color: #003c69;
        font-size: 0.875em /** 14 / 16 **/;
        font-weight: 300;
        line-height: 125%;
    }

    .study-details-area {
        width: 35%;
        background-color: #fafcfe;
        border-left: solid 1px #dfe0e1;
        border-top: none;
        margin: 0em 0em 0em 0em;
		padding: 20px 0 20px 0;
        display: inline-block;
        float: right;
		height: 260px;        
    }

    .study-info {
        width: 90%;
        height: 45px;
        margin: .65em auto;
        padding: 0em 0em 0em 0em;
        border: solid 1px #d1e3f4;
        border-radius: 3px;
    }

    .study-icon-home
        width: 18px;
        height: 18px;
        margin: 0em .5em 0em .75em;
        padding: 0em 0em 0em 0em;
    }

    .study-text {
        text-align: center;
        font-size: 0.875em /** 14 / 16 **/;
        font-weight: 300;
        margin: .75em 0em 0em 0em;
        padding: 0em 0em 0em 0em;
    }


    .view-btn-text-home {
    
        text-align: center;
        font-size: 0.875em /** 14 / 16 **/;
        font-weight: 600;
        text-transform: uppercase;
        margin: .95em 0em 0em 0em;
    }

    .active-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);
        background-color: #f1f7fc;
    }

    /** End Study List Area **/
    /** End Resize Resize Study List area **/
}

/**Begin Resize Hero Content Area**/
@media (min-width: 10px) and (max-width: 450px) {
    /** Begin Hero Content Area **/
    #hero-content-area {
        width: 100%;
        height: auto;
        overflow: auto;
        margin: 0em 0em 0em 0em;
        padding: 4em 0em 1.75em 0em;
        background-color: #00a1de;
    }

    .hero-content-center {
        width: 90%;
        margin: 0 auto;
    }

    ul.hero-content-message-home {
        padding: 1.25em 0em 0em 0em;
        margin: 0 auto;
        margin-left: 5%;
        max-width: 90%;
        height: 90%;
        overflow: auto;
        list-style: none;
        text-decoration: none;
    }

    li.hero-content-title-area-home {
        padding: 0em 0em 0em 0em;
        margin: 0em 0em 0em 0em;
        height: 100%;
        width: 100%;
        overflow: auto;
    }

    h1.hero-content-title-home {
        color: #ffffff;
        text-align: center;
        font-size: 1.375em; /* 22 / 16 */
        font-weight: 300;
        line-height: 125%;
    }

    li.hero-content-subtitle-area {
        padding: 1em 0em 1.5em 0em;
        margin: 0em 0em 0em 0em;
        height: 100%;
        overflow: auto;
    }

    p {
        font-size: 0.875em; /* 14 / 16 */
        font-weight: 300;
        line-height: 125%;
    }

    p.hero-content-subtitle {
        color: #ffffff;
        text-align: center;

    }

    /** Begin Hero Action Item Customization **/
    .hero-action-items {
        max-width: 90%;
        margin: 0 auto;
        padding: 0em 0em 5em 0em;

    }

    .btn-custom-a-home {
        width: 100%;
        float: left;
        padding: 0em 0em 0em 0em;
        margin: 0em 2em 0em 0em;
    }

    .search-box {
        float: left;
        width: 96%;
        margin: 1.5em 0em 0em 0em;
        padding: 0em 0em 0em 0em;
    }

    .condition-search-box {
        height: 45px;
        width: 100%;
        color: #ffffff;
        float: left;
        border: solid 3px rgba(0, 60, 105, 0.75);
        background-color: rgba(50, 65, 80, 0.25);
        border-radius: 100px;
        box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
        padding: 0em 0em 0em .65em;
        margin: 0em 0em 0em 0em;
        font-size: 1em;
        font-weight: 300;
        font-family: 'lato', helvetica, sans-serif;
    }

    .search-submit-btn {
        float: right;
        height: 40px;
        width: 45px;
        background-color: rgba(8, 47, 82, 0.0);
        border: none;
        cursor: pointer;
        opacity: 0.5;
        margin: -45px 0px 0px 0px;
    }

    .search-submit-btn:hover {
        opacity: 1.0;
    }

    .search-icon-btn {
        width: 18px;
        height: 18px;
    }

    /** End Hero Action Item Customization **/
    /**End Resize Hero Content Area**/
}
/** Hide Site Descriptor **/
@media (min-width: 10px) and (max-width: 975px) {
    .site-descriptor-study-finder {
        display: none;
    }
}

/*************************** Medium Size Page ***************************/
@media (min-width: 10px) and (max-width: 845px) {

    .logo-area {
        width: 30%;
        height: 80%;
        float: left;
        margin: 1em 0em 0em 0em;
    }

    nav.desktop-nav-area {
        float: right;
        width: 60%;
        height: 100%;
        display: inline-block;
    }

    .site-descriptor-study-finder {
        display: none;
    }

    /** Begin Footer Area **/
    /** Begin Navigation Area **/
    #footer-area-hub {
        width: 100%;
        height: auto;
        background-color: #0f223b;
    }

    .footer-center-hub {
        width: 100%;
        margin: 0 auto;
    }

    .footer-navigation-hub {
        height: auto;
        overflow: auto;
        width: 100%;
        background-color: rgba(0, 60, 105, 0.5);
    }

    ul.footer-navi-items-hub {
        width: 100%;
        height: 100%;
        float: left;
    }

    a.footer-link-hub {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0em 0em 0em 0em;
        padding: 1.5em 0em 1.5em 0em;
        font-size: 0.875em; /* 14 / 16 */
        text-transform: uppercase;
        color: #ffffff;
        border-bottom: solid 1px rgba(250, 250, 250, 0.15);
    }

    a.footer-link-hub:hover {
        background-color: rgba(15, 34, 59, 0.25);
    }

    .btn-custom-b-hub {
        width: 90%;
        margin: 1.5em 0em 0em 5%;
    }

    a.orange-btn-small {
        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-small:hover {
        background-color: #ff9600;
    }

    a.orange-btn-small: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);

    }

    .btn-text-small-hub {
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        padding: 1em 0em 1em 0em;
        border: none;
        text-transform: uppercase;
        font-size: 0.875em; /* 14 / 16 */
        font-weight: 600;
    }

    ul.footer-social-items-hub {
        width: 100%;
        height: 100%;
        float: left;
        padding: 1.5em 0em 1.5em 0em;
    }

    .footer-social-position-hub {
        float: none;
        width: 260px;
        margin: 0 auto;
    }

    .connect-message-hub {
        width: 100px;
        float: left;;
        padding: .6em 1em 0em 0em;
        display: inline-block;
    }

    p.connect-body-hub {
        font-size: 0.875em; /* 14 / 16 */
        text-transform: uppercase;
        color: #ffffff;
        text-align: right;
        font-weight: 500;
        opacity: 0.5;
    }

    .social-link-hub {
        width: 40px;
        height: 40px;
        float: left;;
        margin: 0em .5em 0em 0em;
        display: inline-block;
        background-color: #00a1de;
        border-radius: 100px;

    }

    social-navi-link-hub {
    }

    .social-icon-hub {
        width: 15px;
        height: 15px;
        margin: .75em 0em 0em .75em;
    }

    /** End Footer Navigation Area **/
    /** Begin Footer Company Information Area **/
    .company-information-area-hub {
        width: 100%;
        margin: 3em 0em 3em 0em;
        display: inline-block;
    }

    ul.company-information-content-hub {
        width: 100%;
        height: auto;
        overflow: auto;
        float: left;
        margin: 0 0 0 0;
    }

    .charity-logo-hub {
        float: left;
        width: 45%;
        padding: 0 5% 0 0;
    }

    .charity-image-hub {
        width: 120px;
        height: 60px;
        float: right;
    }

    .best-logo-hub {
        float: left;
        width: 45%;
        padding: 0 0 0 5%;
    }

    .best-id-number-hub {
        font-size: 0.75em; /* 12 / 16 */
        font-weight: 500;
        text-transform: uppercase;
        color: #ffffff;
        text-align: left;
        padding: 0em 0em 0.75em .4em;
    }

    .best-image {
        width: 75px;
        height: 124px;
        padding: 0em 0em 0em 0em;
    }

    ul.company-location-area-hub {
        width: 90%;
        margin: 0em 0em 0em 5%;
        float: left;
    }

    .footer-company-name-area-hub {
        width: 100%;
        padding: 0em 0em 0.5em 0em;
    }

    .footer-company-name-hub {
        font-size: 1.125em; /* 18 / 16 */
        letter-spacing: .05em;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
        text-align: left;
        padding: 1em 0em 0em 0em;
    }

    .office-area-hub {
        width: 45%;
        float: left;
        padding: .5em 5% 1em 0em;
    }

    .office-title-hub {
        font-size: 1em /* 16 / 16 */;
        text-align: left;
        font-weight: 600;
        text-transform: uppercase;
        color: #00a1de;
    }

    .office-location-hub {
        font-size: 0.875em; /* 14 / 16 */
        font-weight: 300;
        text-align: left;
        color: #ffffff;
        line-height: 150%;
    }

    .mail-link-hub {
        color: #ffffff;
        text-decoration: none;
    }

    ul.footer-bottom-area-hub {
        width: 90%;
        margin: 0em 0em 0em 5%;
        float: left;
        padding: 1em 0em 0em 0em;
    }

    .footer-bottom-content-hub {

    }

    .footer-bottom-copy-hub {
        font-size: 0.875em; /* 14 / 16 */
        font-weight: 300;
        text-align: left;
        color: #ffffff;
        line-height: 150%;
    }

    /** End Footer Company Information Area **/
    /** End Footer Area **/
}

/*************************** End Hide Site Descriptor ***************************/

/** Discover Studies Mobile Size **/
@media (min-width: 10px) and (max-width: 925px) {

    .discover-studies-mobile {
        display: inline-block;
        width: 90%;
        height: auto;
        overflow: auto;
        float: left;
        padding: 0em 5% 0em 5%;
        margin: 0em 0em 0em 0em;
        cursor: pointer;
    }

    .discover-studies-mobile:hover {
        background-color: #004e88;
    }

    .discover-studies-title {
        width: auto;
        height: auto;
        overflow: auto;
        padding: 1em 0em 1em 0em;
        margin: 0em 0em 0em 0em;
    }

    .discover-studies-message {
        font-weight: 700;
        font-size: 1em;
        color: #ffffff;
        text-transform: uppercase;
        height: auto;
    }

    .right-arrow-discover {
        width: 20px;
        height: 20px;
        float: right;
        margin: 0em 0em 0em 0em;
        padding: 0em 0em 0em 0em;
        fill: #005b8c;
    }

    .discover-studies-title-area {
        display: none;
    }

    .discover-studies-conditions-area {
        display: none;
    }

    /**End discover studies mobile size**/
}

/************ MOBILE JUMP ************/
/*************************** Begin Mobile Media Query ***************************/
@media (min-width: 10px) and (max-width: 600px) {

    /** Mobile Header Styles **/
    #page-header {
        width: 100%;
        background-color: #ffffff;
        height: 60px;
        box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);

    }
    
    
    #page-header-study-details {
        width: 100%;
        background-color: #ffffff;
        height: 60px;
        box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);

    }    

    .header-content-area {
        width: 90%;
        margin: 0 auto;
        height: 100%;
    }

    .logo-area {
        width: 30%;
        height: 80%;
        float: left;
        margin: .75em 0em 0em 0em;
    }

    .logo {
        width: 150px;
        height: 32px;
        float: left;
        padding: 0em 0em 0em 0em;
        margin: 0em 1em 0em 0em;
    }

    li.hero-content-title-area-results {
        padding: 0em 0em 0em 0em;
        margin: 5em 0em 0em 0em;
        height: 100%;
        overflow: auto;
    }

    /** Begin Hide Desktop Menu Items **/
    nav.desktop-nav-area {
        display: none;
    }

    /** End Hide Desktop Menu Items **/
    nav.mobile-nav-area {
        float: right;
        width: 20%;
        height: 100%;
        display: inline-block;

    }

    .menu-btn-area {
        display: inline-block;
        cursor: pointer;
        width: 100%;
        height: 100%;
        background-color: #f7f7f7;
    }

    .menu-title-text {
        text-align: center;
        text-transform: uppercase;
        font-size: 0.875em; /* 14 / 16 */
        font-weight: 600;
        color: #636363;
        cursor: pointer;
        margin: 1.5em 0em 0em 0em;
    }

    nav.mobile-nav-area ul {
        cursor: pointer;
        display: none;
        position: absolute;
        padding: 0em 0em 30em 0em;
        left: 0%;
        border: none;
        right: 0%;
        margin: 0em 0em 0em 0em;
        width: 100%;
        background-color: rgba(250, 250, 250, 0.95);
    }

    nav.mobile-nav-area:hover ul {

        display: block;
        float: right;

    }

    .navi {
        -moz-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.15);

    }

    a.nav-link {
        display: inline-block;
        width: 98%;
        text-align: left;
        padding: 0.75em 0em 0.75em 0em;
        margin: 0em 0em 0em 0em;
        border-bottom: solid 1px rgba(0, 0, 0, 0.10);
        border-left: solid .25em rgba(0, 0, 0, 0.4);
    }

    a.nav-link:hover {
        background-color: #f1f7fc;
    }

    .select {
        border-left: solid .25em #00a1de !important;
    }

    .select:hover {
        background-color: #f1f7fc;
    }

    .nav-item {
        display: inline-block;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.875em; /* 14 / 16 */
        font-weight: 600;
        color: rgba(0, 0, 0, 0.4);
        margin: 0% 5% 0% 5%;
    }

    .selected {
        color: #00a1de;
        padding-bottom: 5px;
        border-bottom: none;
    }

    a.donate-btn {
        text-align: center;
        width: 89%;
        background-color: #FF7900;
        border: solid 1px #d46500;
        border-radius: 3px;
        box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
        height: 50%;
        margin: 2% 5% 2% 5%;
    }

    a.donate-btn:hover {
        background-color: #ff9600;
    }

    a.donate-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);

    }

    .btn-item {
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        padding: .5em 0em .5em 0em;
    }

    .header-border-bar {
        width: 100%;
        height: 5px;
        position: fixed;
        display: inline-block;
        margin-top: 60px;
        background-color: #006ea3;
        -moz-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
    }

    /** End Mobile Media **/
}

/** Begin Small Study List **/
@media (min-width: 10px) and (max-width: 720px) {

    /** Begin Study List Area **/
    #study-list-area {
        width: 100%;
        height: auto;
        overflow: auto;
        margin: 0em 0em 0em 0em;
        padding: 0em 0em 0em 0em;
    }

    .study-list-center {
        width: 90%;
        height: auto;
        overflow: auto;
        margin: 0 auto;
        padding: 0em 0em 3em 0em;
    }

    .specific-study-area {
        width: 99%;
        height: auto;
        overflow: auto;
        padding: 0em 0em 0em 0em;
        background-color: #ffffff;
        -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
        display: inline-block;
    }

    .study-one {
        float: left;
        margin: 0em .1em 1em .1em;
    }

    .study-two {
        float: left;
        margin: 0em .1em 0em .1em;
    }

    .study-three {
        float: left;
        margin: 1em .1em 1em .1em;
    }

    .border-a {
        border-top: solid 5px #003c69;
        border-left: none;
    }

    .specific-study-item {
        width: 90%;
        height: auto;
        overflow: auto;
        margin: 1em 0em 0em 1em;
        padding: 0em 0em 0em 0em;
    }

    .specific-study-title-area {

    }

    p.specific-study-title {
        height: auto;
        font-size: 1.5em /** 24 / 16 **/;
        color: #003c69;
        font-weight: 300;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0em 0em .05em 0em;
        padding: 0em 0em 0em 0em;
    }

    .specific-study-sponsor-area {

    }

    p.specific-study-sponsor {
        font-size: 0.875em /** 14 / 16 **/;
        color: #555555;
        font-weight: 600;
        margin: 0em 0em .75em 0em;
        padding: 0em 0em 0em 0em;
    }

    .specific-study-description-area {

    }

    p.specific-study-description {
		font-size: 16px;
        color: #555555;
        font-weight: 300;
        line-height: 145%;
        width: 100%;
        max-height: 142px;
        overflow: hidden;
        display: inline-block;
    }

    .read-more-text-link {
        width: 100%;
        height: auto;
        overflow: auto;
        padding: 0.2em 0em 0.25em 0em;
    }

    .read-more-link {
        color: #003c69;
        font-size: 0.875em /** 14 / 16 **/;
        font-weight: 300;
        line-height: 125%;
    }

    .study-details-area {
        width: 100%;
        background-color: #fafcfe;
        border-top: solid 1px #dfe0e1;
        border-left: none;
        margin: 1.25em 0em 0em 0em;
		padding: 20px 0 20px 0;
    }

    .study-info {
        width: 90%;
        height: 45px;
        margin: .65em auto;
        padding: 0em 0em 0em 0em;
        border: solid 1px #d1e3f4;
        border-radius: 3px;
    }

    .study-icon-home
        width: 18px;
        height: 18px;
        margin: 0em .5em 0em .75em;
        padding: 0em 0em 0em 0em;
    }

    .study-text {
        text-align: center;
        font-size: 0.875em /** 14 / 16 **/;
        font-weight: 300;
        margin: .75em 0em 0em 0em;
        padding: 0em 0em 0em 0em;
    }



    .view-btn-text-home {
        color: #00a1de;
        text-align: center;
        font-size: 0.875em /** 14 / 16 **/;
        font-weight: 600;
        text-transform: uppercase;
        margin: .95em 0em 0em 0em;
    }

    .active-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);
        background-color: #f1f7fc;
    }

    /** End Study List Area **/
    /** End Small Study List **/
}

a:hover {
    text-decoration: none;
}

.left-gradient-title-home {
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* Standard syntax (must be last) */
    background-color: transparent;
    float: left;
    display: inline-block;
    height: 1em;
    width: 50px

}

.left-gradient-sponsor-home {
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* Standard syntax (must be last) */
    background-color: transparent;
    float: left;
    display: inline-block;
    height: 1.25em;
    width: 20px

}

.left-gradient-home {
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* Standard syntax (must be last) */
    background-color: transparent;
    float: left;
    display: inline-block;
    height: 1.25em;
    width: 50px

}

.read-more-btn-home {
    width: 40%;
    height: 25px;
    overflow: auto;
    padding: 0em 0em 0em 0em;
    color: rgba(85, 85, 85, 0.65);
    border: solid 1px rgba(85, 85, 85, 0.5);
    border-radius: 3px;
    cursor: pointer;
    float: left;
    margin: 10px 20px 0 0;
}

.read-more-btn-home:hover {
    border: solid 1px #00a1de;
    color: #00a1de;
}

.read-btn-text-home {

    text-align: center;
    font-size: 0.75em /** 14 / 16 **/;
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px 0px 0px 0px;
}

@media (min-width: 10px) and (max-width: 1020px) {
}

.condition-search-box::-webkit-input-placeholder {
   color: #E0DBDB;
}

.condition-search-box:-moz-placeholder { 
   color: #E0DBDB;  
   opacity:  1;
}

.condition-search-box::-moz-placeholder {  
   color: #E0DBDB;  
   opacity:  1;
}

.condition-search-box:-ms-input-placeholder {  
   color: #E0DBDB;  
}

