/*
Theme Name: ADNI 2023
Version: 3.0
Author: Ragini Jain & Robert De La Cruz
*/

/*=== Setup ===*/
/*** Fonts ***/

@font-face {
	font-family: 'Sofia Bold';
	src: url("includes/fonts/SofiaSans-Bold.ttf") format("truetype");
}
@font-face {
	font-family: 'Sofia Italic';
	src: url("includes/fonts/SofiaSans-Italic.ttf") format("truetype");
}
@font-face {
	font-family: 'Sofia Medium';
	src: url("includes/fonts/SofiaSans-Medium.ttf") format("truetype");
}
@font-face {
	font-family: 'Sofia Regular';
	src: url("includes/fonts/SofiaSans-Regular.ttf") format("truetype");
}
@font-face {
	font-family: 'Sofia Light';
	src: url("includes/fonts/SofiaSans-Light.ttf") format("truetype");
}
@font-face {
	font-family: 'Sofia MediumItalic';
	src: url("includes/fonts/SofiaSans-MediumItalic.ttf") format("truetype");
}
@font-face {
	font-family: 'Sofia BoldItalic';
	src: url("includes/fonts/SofiaSans-BoldItalic.ttf") format("truetype");
}
@font-face {
	font-family: 'Sofia ExtraBold';
	src: url("includes/fonts/SofiaSans-ExtraBold.ttf") format("truetype");
}
*{
	border: 0;
	margin: 0;
	padding: 0;
}
* {
	-webkit-box-sizing: inherit !important;
	-moz-box-sizing: border-box !important;
	box-sizing: inherit !important;
}
body{
	letter-spacing: 0.2px;
	color: #000000;
	font: 18px Sofia Regular,sans-serif;
	background-color: #34791F
}

.mb0 { 	margin-bottom: 0 !important;}
.mb5 { 	margin-bottom: 5px!important;}
.mb10 {	margin-bottom: 10px!important;}
.mb20 {	margin-bottom: 20px!important;}
.mb15 {	margin-bottom: 15px!important;}
.mb25 {	margin-bottom: 25px!important;}
.mb30 {	margin-bottom: 30px!important;}
.mb35 {	margin-bottom: 35px!important;}
.mb40 {	margin-bottom: 40px!important;}
.mb45 {	margin-bottom: 45px!important;}
.mb50 {	margin-bottom: 50px!important;}
.mb55 {	margin-bottom: 55px!important;}
.mb75 {	margin-bottom: 75px!important;}

.mt10 {	margin-top: 10px!important;}
.mt20 {	margin-top: 20px!important;}
.mt15 {	margin-top: 15px!important;}
.mt25 {	margin-top: 25px!important;}
.mt30 {	margin-top: 30px!important;}
.mt35 {	margin-top: 35px!important;}
.mt75 {	margin-top: 75px !important;}

.mr10 {	margin-right: 10px!important;}
.mr20 {	margin-right: 20px!important;}
.mr15 {	margin-right: 15px!important;}
.mr25 {	margin-right: 25px!important;}
.mr30 {	margin-right: 30px!important;}
.mr35 {	margin-right: 35px!important;}
.mr40 { margin-right: 40px!important;}
.mr75 {	margin-right: 75px!important;}
.mr100 { margin-right: 100px!important;}

.ml10 {	margin-left: 10px!important;}
.ml20 {	margin-left: 20px!important;}
.ml15 {	margin-left: 15px!important;}
.ml25 {	margin-left: 25px!important;}
.ml30 {	margin-left: 30px!important;}
.ml35 {	margin-left: 35px!important;}
.ml75 {	margin-left: 75px!important;}
.ml100 { margin-left: 100px!important;}
.tl {
	text-align: left !important;
}
.textr {
	text-align: right !important;
}

.small-text,.small-text a, .small-text a:hover{
	font-size:12px;
}

.fs20 , .fs20 a, .fs20 a:hover{ font-size:20px!important; }
.fs18 { font-size:18px!important; }

.pb0 { padding-bottom: 0 !important;}
.pb5 { padding-bottom: 5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb75 { padding-bottom: 75px !important;}

.pt0 { padding-top: 0 !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt75 { padding-top: 75px !important; }

.pr0 { padding-right: 0 !important; }
.pr10 {	padding-right: 10px !important;}
.pr15 {	padding-right: 15px !important;}
.pr20 {	padding-right: 20px !important;}
.pr25 {	padding-right: 25px !important;}
.pr30 {	padding-right: 30px !important;}
.pr35 {	padding-right: 35px !important;}
.pr40 {	padding-right: 40px !important;}
.pr45 {	padding-right: 45px !important;}
.pr50 {	padding-right: 50px !important;}
.pr70 {	padding-right: 70px !important;}

.pl0 {	padding-left: 0 !important;}
.pl10 {	padding-left: 10px !important;}
.pl15 {	padding-left: 15px !important;}
.pl20 {	padding-left: 20px !important;}
.pl25 {	padding-left: 25px !important;}
.pl30 {	padding-left: 30px !important;}
.pl35 {	padding-left: 35px !important;}
.pl40 {	padding-left: 40px !important;}
.pl45 {	padding-left: 45px !important;}
.pl50 {	padding-left: 50px !important;}
.pl55 {	padding-left: 55px !important;}
.pl70 {	padding-left: 70px !important;}

.p0 { padding: 0 !important;}
.p10 { padding: 10px !important;}
.p20 { padding: 20px !important;}
.p30 { padding: 30px !important;}

.text-center {
	text-align: center;
}

.display-none {
	display: none !important;
}

.post ul, .post ol, .post dl, .single-core ul, .single-core ol, .single-core dl {
	margin-left: 20px;
	margin-bottom: 25px;
}

.post-documents ul {
	padding-left:5px;
}
.clearfix {
	margin: 0px 0px 20px 0px;
}

#whitebody {
/*	min-height: 100vh;
*/}


i {
	font-family: Sofia Italic, serif;
	font-size: 18px;
	font-weight: 400;
	color: #555253;
	text-align: center;
}

p {
line-height: 22px;
margin-bottom: 20px;
}

td p, th p {
    margin-bottom: 0;
}

input {
	outline: none;
}

table {
	border:none;
	border-collapse: collapse;
	margin: 0 auto;
}

table td, table th {
	border: 1px solid #61A747;
	background: #fff;
	text-align: left;
}

 table th {
	background-color: #34791F;
	color: #fff;
 }

 table tr:first-child > th {
/*    height: 60px;
*/}

table td, table th {
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.post ul ul {
	margin-bottom: 0;
}

#fund-container table td, #fund-container table th {
	border: none;
	text-align: unset;
	padding: 0;
	padding-left: 10px;
}


.body {
	background: #fff;
}

.body .container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-color: #fff;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

button, input, optgroup, select, textarea {
	line-height: 21px;
}

/************* Main Content Body *******************/
#centercol {
	/*background-image: url('images/bg-subpage.png');
	background-position: left bottom;
	background-repeat: no-repeat;*/
	
}
#banner-notice {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5px 5px 5px 0px;
  gap: 10px;
  background: #2B106A;
  text-align: center;
  position: fixed;
  color: #ffffff;
margin-bottom:20px;
}
.fig {
	width: 200px;
	margin-left: 10px;
	float: left;
}

.fig-image {
	width: 200px;
	height: 200px;
	float: left; 
}

#slideshow img {
	margin-bottom: 20px;
	width: 200px;
	height: 200px;
}

#slideshow {
	text-align: center;
	float: left;
	position: relative;
}

#slideshow .center-div {
	float: left;
	position: relative;
}

.side-title {
	background-color: #61A747;
	display: inline-block;
	color: #fff;
	padding-left: 3%;
	padding: 5px 2% 5px 3%;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	font-family: Sofia Regular, serif;
	font-size: 21px;
}

.post{
	/*padding: 0px 7% 35px 7%;
	justify-content: space-between;*/
}

.post.org-data + .post {
	padding-top: 0;
}

.post.org-data {
border-left: 1px solid #ccc;
/*    padding-bottom: 0;
*/}

#post-20 {
	padding: 0;
	max-width: 100%;
}

#post-4550 table td{ /*google-search page*/
	border: none;
}

#post-4687 h6 { /*Help/Faq*/
	text-transform: uppercase;
}

#post-5064 table td{ /*Contact us page*/
	border: none;
	padding: 15px;
	text-align: left;
}

#post-5064 h4 {
	margin-bottom: 0;
}

#post-4471 td { /*Ask the expert form*/
	padding: 10px;
	border: none;
	background: inherit;
	text-align: unset;
}

#post-306 .news.post {
	padding-right: 5%;
	padding-left: 0;
	padding-top: 0;
}

#post-306 .news.post .col-12 {
	padding-right: 15px;
	padding-left: 0;
}

#post-306 .news.post .col-lg-2 {
	background-color: #F9F3D2;
	padding: 20px;
}

#post-306 .news.post .col-lg-7 {
    padding-top: 57px;
}

#post-306 .pdf-search {
	background-color: initial;
	color: initial;
	border-top: none;
	border-bottom: 1px solid #507538;
}

#post-306 .pdf-search h4, #post-306 .pdf-search p {
	color: #555253;
}

#post-306 .pdf-search h4 {
	text-transform: uppercase;
}

#post-306 .filter {
	font-size: 14px;
}

#post-306 a.filter {
	cursor: default;
}

#dod-img {
	margin: 60px auto;
	display:block;
	padding-bottom: 0px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

#adni-img {
	display: block;
	margin: 60px auto;
	padding-bottom: 0px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

#aibl-img {
	display: block;
	margin: 60px auto;
	padding-bottom: 0px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

#filter-section input {
	padding-left: 10px;
}

#filter-section input[type="number"] {
	width: 50px;
}

button#apply-filters {
	font-family: Sofia Regular, sans-serif;
    /* font-weight: 400; */
    padding: 8px 0;
    /* font-size: 14px; */
    max-width: 100%;
    padding-top: 13px;
    padding-bottom: 11px;
    font-size: 18px;
    border-radius: 28px;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    background-color: #61A747;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    /* font-family: Sofia Medium, sans-serif; */
    font-weight: 400;
    border: 1px solid #61A747;
    width: 185px;
}

button#apply-filters:hover {
	background-color: #fff;
    color: #61A747;
    border: 1px solid #61A747;
}

/*#about-page-lower-section {
	display: none;
}*/ /*commenting this for now*/

#research-tools-container img {
	width: 100%;
}

#centercol #faq-container .accordion h3 { /*data faq*/
	text-align: left;
	text-transform: none;
	padding-top: 15px;
	padding-bottom: 10px;
}

#faq-container h6 {
	text-transform: uppercase;
	margin-top: 30px;
}

#ask-expert-container ul {
	margin-left: 0;
}

#adni-comp {
	background-color: #fffdf5;
	margin-bottom: 80px;
}

#adni-timeline {
	max-width: 100%;
}


#adni-comp img {
	width: auto !important;
	height: auto;
}

#adni-comp .col-12:not(:first-of-type) {
	border-left: none;
}

#adni-comp .col-12 {
	padding: 2%;
}

#adni-comp table tr:not(:first-of-type) td {
		text-align: left;
}

#adni-comp table tr:first-of-type td:not(:first-of-type) {
	color: #fff;
}

#adni-comp table tr:first-of-type td:first-of-type {
	text-align: left;
	text-transform: uppercase;
}

#adni-comp table td {
	border-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	background: none;
}

a.col.next-container {
	text-align: center;
	display: block;
	padding: 0;
}

a.col.next-container svg {
	color: #6e6e6e;
	font-size: 22px;
}

a.title-link, a.title-link:hover {
	font-size: 18px;
}

#core-container .core-data a svg {
	color: #61A747;
	font-size: 18px;
}

#core-container .core-data a svg {
	color: #61A747;
	font-size: 18px;
}

#core-container .core-data h4 {
	text-align: left;
}
.core-data img {
  clip: rect(0px, 157px, 150px, 0px);
  padding-right: 20px;
  object-fit: cover;
  width: 157px;
  height: 150px;
}

.adni-tiles .col div, .adni-tiles .col svg {
	top: 21%;
	position: relative;
	color: #fff;
}

.adni1-tile {
	height: 341px;
	background: #9BC48C;
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	position: relative;
	bottom: -42px;
	left: 80px;
}

.adni1-tile div{
	left: 34%;
}

.adni2-tile {
	height: 374px;
	background:#1D5B2E;
	z-index: 9999;
}

.adni2-tile div{
	text-align: center;
}


.adni3-tile {
	height: 339px;
	background: #A8585E;
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	position: relative;
	bottom: -44px;
	right: 80px;
}

.adni3-tile div{
	left: 48%;
}

.adni-tiles .col svg {
	font-size: 22px;
}

.adni-tiles .adni2-tile a {
	top: 55%;
	left: 48%;
	position: absolute;
}

#core-container #clinic-core {
	margin-bottom: 0;
}

#core-container .core.clickable {
	cursor: pointer;
}

#core-container .core-col-2 .core {
	margin-bottom: 0;
}

#core-container .core a {
	top: 50%;
	transform: translateY(-50%);
	display: block;
	position: relative;
	color: #fff;
	font-family: Sofia Medium, sans-serif;
	font-size: 14px;
	cursor: auto;
	font-weight: 400;
	font-stretch: condensed;
}

#core-container .core.clickable a {
	font-family: Sofia MediumBold, sans-serif;
	font-weight: 400;
	cursor: pointer;
	font-size: 18px;
	line-height: 19px;
	font-stretch: condensed;
}

#core-container .core-col {
	min-width: 515px;
	text-align: right;
}

.core-col-1, .core-col-2, .core-col-3 {
	width: 170px;
	/*text-align: right;*/
	float: left;
}

#core-container .core.clickable.active {
	cursor: auto;
}

#core-container .core.clickable:hover > a, #core-container .core.clickable a.active{
	color: #34791F;
}

#core-container .core.clickable a.active {
	cursor: auto;
}

.core-data {
	padding: 0 5%;
}

.core-data .single-core, .org-data .single-core, .org-data {
	display: none;
}
.core-data .single-core h6, .org-data .single-core h6, .h6-green {
	font-size: 34px;
	color:#367D1C;

}
.h6-green-medium {
	font-size: 26px !important;
	color:#367D1C !important;

}
.core-data img.alignnone {
	width: 100%;
	height: 100%;
	 max-width: 768px;
}

.core-data h4 {
	margin-bottom: 50px;
}

.core-data img.alignleft {
	margin-right: 40px;
}

.core-data svg {
	margin-right: 5px;
}

#gov-container, #background-container, #collaborative-studies-container, #faq-container, #presentation-container {
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 40px;
}

#background-container, #access-samples-container, #mri-pre-processing-container, #pet-pre-processing-container {
	background-color: #ebebeb;
	padding-top: 40px;
	padding-bottom: 40px;
}

#gov-container .col-12, #background-container .col-12, #study-objective-container .col-12, #data-types-container .col-12, #centercol .core-buttons .col-12, #collaborative-studies-container .col-12, #presentation-container .col-12, #adni-3-container .col-12 {
	margin-bottom: 30px;
	padding-right: 6%;
	display: inline-block;
	padding: 2%;
	/*padding-left: 25px;
	padding-right: 25px;
	background-color: #61A747;*/
	border-radius: 3px;
	height: 50px;
	/*border:	1px solid #61A747;*/
	cursor: pointer;
	height: 40px;
	text-transform: uppercase;
	color:#9DBD9D!important;
	/*text-decoration: underline;*/
	font-size: 14px;
}

#background-container .col-12, #study-objective-container .col-12 {
	padding: 0;
    padding-left: 25px;
    padding-right: 25px;
}

#background-container .col-12 > a, #study-objective-container .col-12 > a, #data-types-container .col-12 > a, #centercol .core-buttons .col-12 > a, #collaborative-studies-container .col-12 > a {
	font-size: 18px;
	text-transform: uppercase;
}

#background-container .single-core, #background-container .single-core h6 {
	color: #34791f;
}

#background-container h5 span {
	font-weight: 400;
	font-family: Sofia Light,sans-serif;
	font-size: 14px;
	text-transform: none;
	margin-left: 40px;
	font-stretch: condensed;
}

#gov-container .col-12.active, #background-container .col-12.active, #study-objective-container .col-12.active, #data-types-container .col-12.active, #centercol .core-buttons .col-12.active, #collaborative-studies-container .col-12.active, #presentation-container .col-12.active, #adni-3-container .col-12.active {
	background: #fff;
	cursor: auto;
}

#gov-container .col-12:hover, #background-container .col-12:hover, #study-objective-container .col-12:hover, #data-types-container .col-12:hover, #centercol .core-buttons .col-12:hover, #collaborative-studies-container .col-12:hover, #presentation-container .col-12:hover, #adni-3-container .col-12:hover {
	/*background-color: #34791F;*/
	color: #367D1C;
}

#gov-container .col-12:hover > a, #background-container .col-12:hover > a, #study-objective-container .col-12:hover > a, #data-types-container .col-12:hover > a, #centercol .core-buttons .col-12:hover > a, #collaborative-studies-container .col-12:hover > a, #presentation-container .col-12:hover > a, #adni-3-container .col-12:hover > a {
	color: #367D1C;
}

#background-container img {
	width: 100%;
	height: 100%;
}

.ida-login  .email  label, .ida-login  .password  label {

	width: 100px;
	background-color: #34791F;
	color: white;
	margin: 0;
	padding: 7px;
	border-radius: 16px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 12px;
	font-family: Sofia Medium, sans-serif;
	font-weight: 400;
	font-stretch: condensed;

}

.ida-login .email > input, .ida-login .password > input {
	height: 34px;
	width: 50%;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	border: 3px solid #34791F;
	outline: none;
	padding-left: 10px;
}

.ida-login .email, .ida-login .password {
	text-align: center;
}

.ida-login {
	background-color: #61A747;
	padding: 50px 20px 20px 20px;
}

.ida-login h4 {
	margin-bottom: 20px;
	color: #fff;
}

.ida-login > p {
	font-size: 18px;
	font-family: Sofia SemiBold, sans-serif;
	font-weight: 600;
	color: #fff;
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.ida-login .submit-button {
	text-align: center;
}

.ida-login .submit-button > input {
	width: 100px;
	height: 30px;
	background-color: #34791F;
	color: #fff;
	font-family: Sofia Medium, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border: none;
	border-radius: 15px;
	cursor: pointer;
	font-stretch: condensed;
}

#access-data-container .circle-button .bg-image{
	display: inline-block;
	position: absolute;
	width: 100%;
	float: none;
	margin: 0 auto;
	left: 50%;
	transform: translate(-50%,-50%);
	top: 50%;
}

#access-data-container .circle-button .bg-image img {
	position: absolute;
	text-align: center;
	float: none;
	margin: 0 auto;
	left: 50%;
	transform: translate(-50%,-50%);
	top: 50%;
	width: 80px;
}

#access-data-container .circle-button .bg-image p {
	color: #fff;
	text-align: center;
	line-height: 20px;
	margin-bottom: 0;
	font-size: 15px;
}

.ida-login + .container-fluid ul, #access-samples-container ul {
	list-style: none;
}

#adni-demo-container {
	background-color: #61A747;
}

#adni-demo-container h4, #adni-demo-container p, #adni-demo-container ul li {
	color: #fff;
}

#post-239 {
	line-height: 19px;
}

#post-4263 table td, #post-4263 table td {
	border: none;
	text-align: unset;
}

#post-7 { /*about page*/
	
}

/************* News Content Body *******************/

.news.post, .single-news.post {
	max-width: 100%;
	padding-right:0;
	padding-bottom: 0;
}

.news.post .col-12, .single-news.post .col-12 {
	padding-right: 0;
}

.single-news a, .single-news p, .single-news {
	font-family: Sofia Light, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 19px;
}

.author_info {
	color: #9e9d9c;
	font-family: Sofia Light, sans-serif;
	font-weight: 400;
}


/************* News Content Body *******************/


/************* Main Content Body *******************/


.container {
	padding: 0;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 9999999999999;
	overflow-x: hidden;
	//transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
	color: #f1f1f1;
	text-decoration: none;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}


div.logoList{
width:950px;
margin: 40px 0 0 -10px;
}
div.logoList .stretchinglist>li{
	margin:0 4.6em 0 0 !important;
}
div.logoList .stretchingslist>li{
	margin:0 3.5em 0 0 !important;
}
div.logoList .stretchlist>li{
	margin:0 2.6em 0 0 !important;
}
div.logoList .stretching1stlist>li{
	margin:0 2.8em 0 0 !important;
}
div.logoList li{
	display: inline-block;
	margin:0 0 0 1.5em!important;
	list-style: none;

}
div.logoList li.title_row{

	font-weight: bold;
		font-family:Sofia Regular;
	float: left;
		font-size: 256%;
		margin-left: 0px !important;
}
div.logoList li.1stLogo img{
	margin-left: 30%!important;
	}

a, a:not([href]):not([tabindex]){
	color: #367D1C;
	text-decoration: underline;
	cursor: pointer;
	font-family: Sofia Light, sans-serif;
	font-size: 18px;
	font-weight: 400;
}
a:hover, a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover{
	color: #367D1C;
	text-decoration: underline;
	cursor: pointer;
	font-family: Sofia Light, sans-serif;
	font-size: 18px;
	font-weight: 400;
}
#post-4919 a, #post-4919 a:hover, #post-4919 a:not([href]):not([tabindex]):focus, #post-4919 a:not([href]):not([tabindex]):hover, #post-4919 a:not([href]):not([tabindex]){
	font-family: Sofia Light, sans-serif;
	font-weight: 400;
}

input,select,textarea{
	border: #cacaca 1px solid;
	font-size: 12px;
}
select{
	padding: 0;
}
li{
line-height: 27px;
}

/*=== Layout ===*/

#top{
	clear: both;
	height: 24px;
	margin: 0 auto;
	padding: 2px 0 5px 0;
	font-size:11px;
}

/*========= Top Search ============ */

#search-box ul li:nth-of-type(n+3) span:first-of-type {
	border-left: 1px solid #66A54C;
}

#search-box ul li:not(:last-of-type) {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}

#search-box ul li.active, #mm-header #search-panel ul li.active span {
	color: #FFCC00;
	cursor: initial !important;
}

#search-box ul li:nth-of-type(n+2), #mm-header #search-panel ul li:nth-of-type(n+2) {
	cursor: pointer;
}

#search-box ul li:nth-of-type(n+2) > span:hover, #mm-header #search-panel ul li:nth-of-type(n+2) span:hover {
	color: #FFCC00;
}

#search-box ul li:hover > .tooltip, #search-box ul li.active > .tooltip, #mm-header #search-panel ul li:hover > .tooltip, #mm-header #search-panel ul li.active > .tooltip {
	color: #FFF;
}

#search-box ul li:first-of-type, #mm-header #search-panel ul li:first-of-type {
	font-size: 12px;
	vertical-align: middle;
	font-family: Sofia Regular, sans-serif;
	font-weight: 600: 
}

#search-box ul li:last-of-type {
	border-left: none;
}

#top-search {
	background: #ffffff !important;
	margin-bottom: 5px;
	margin-top:-1px;
	/*border-radius: 0 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	-o-border-radius: 0px 10px 10px 0px;*/
	display: inline-block;
	padding: 4px 2px 3px 2px;
	padding-right: 40px;
}

#filterDropDown #dropdownMenuButton{
	background: #FFFFFF !important;
	/*-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius:  10px 0px 0px 10px;
	-o-border-radius:  10px 0px 0px 10px;*/
	width:200px !important;
	height:14px;
	border:0px;
	padding-top: 3px;
	color: #367D1C;
	padding-bottom: 10px;
	display: block;
	text-align: left;
	border-radius: 0px !important;
	font-size:14px;
}
#filterDropDown .dropdown-menu {
	moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius:0px;
	width:max-content;
	border-color: #34791F;
	color:#808080 !important;
}
#filterDropDown .dropdown-item:hover {
	color: #00890f !important;
	background: transparent;
}

#filterDropDown .dropdown-item.active {
	color: #fdb610;
	background: transparent;
}

#filterDropDown .dropdown-toggle::after {
	display:none;

}

#filterDropDown .dropdown-item{
	width:auto;
	line-height: 35px;
	color:#808080 !important;
}

#filterType {
	text-align: left;
	display: inline-block;
}

#filterDropDown {
	margin-bottom:9px !important;
	float:right;
}
#filterDropDown .searchFilterSpan {
	margin-top:23px;
	font-size: 14px;
	color: white;
	float: left;
	padding-right: 20px;
}
#filterDropDown .dropdownDiv {
	margin-top:19px;
	margin-right: 20px;
	float:right;
}

.filterDropDownDiv {
	width:340px;
}

.arrowDown {
	border: solid #61A747;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);

}
.arrowDownDiv {
	padding-top: 5px;
	float: right;
}

#top-search input[type="text"], #top-search button {
	width: 90%;
	/*border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;*/
	outline: none;
	height: 20px;
	padding-left: 15px;
	color:#808080;
}

#second-header-search #top-search input[type="text"] {
    width: 150px;
	padding: 5px;
	font-size:12px;
}

#top-search input {
	border: none;
}

#top-search button {
	background-color: transparent;
	text-transform: uppercase;
	cursor: pointer;
	color: #9DBD9D;
	font-weight: bold;
	width: 30px;
	height: 18px;
	top: 3px;
	position: absolute;
font-size: 18px;
}

#top-search button svg {
	float: left;
	position: relative;
}

#expertArchiveDiv {
	background:#34791F;
}

#expertArchiveDiv #filterDropDown {
	justify-content: center;
	float:none;
}

#expertArchiveDiv .filterDropDownDiv {
	width:420px;
}

#expertArchiveDiv .dropdown-item {
	color:inherit !important;
	text-decoration:none !important;
}

#expertArchiveDiv button {
	position:relative;
	height:1px;
	top:4px;
}

#expertArchiveDiv #top-search {
	padding-right:0px;
	padding-top:0px;
}

#expertArchiveDiv .core-search {
	margin-top:23px;
}

#expertArchiveDiv .searchFilterSpan {
	margin-top:30px;
}

#expertArchiveDiv #dropdownMenuButton {
	width:320px !important;
}

.data-dict {
	background-color: #34791F !important;
}

.data-dict-search-box {
	background: #61A747 !important;
	padding:2px !important;
}

.data-dict-search-button {
	padding-left: 0px !important;
}

.data-dict-input {
	padding-left: 10px !important;
}

#publicationSearch {
	background: #34791F !important;
}

#publicationSearch h4 {
	color: white !important;
	padding-bottom:20px;
}

#publicationSearch p {
	color: white !important;
	margin-top: 20px;
}

#publicationSearch #pdf-search{
	background: #61A747;
	padding:2px;
}

#publicationSearch button {
	padding-left: 0px !important;
}

/*=========  Buttons =========*/

#adni-demo-container .dark-button {
	text-transform: capitalize;
	width: 35%;
	margin-top: 50px;
	width: 35%;
	font-family: Sofia Light, sans-serif;
	font-weight: 400;
}

a.sq-button, .sq-button {
	display:inline-block;
	padding: 10px 15px;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
	text-decoration: none !important;
	border: 2px solid #3A851E;
	font-family: Sofia Medium, sans-serif !important;
	color: #3A851E !important;
	background-color: #ffffff;
	font-weight: 400 !important;
}
a.sq-button-full {
	display:inline-block;
	padding: 10px 15px;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
	text-decoration: none !important;
	border: 2px solid #3A851E;
	font-family: Sofia Medium, sans-serif !important;
	color: #3A851E!important;
	background-color: #ffffff;
	width:100%;
	font-weight: 400 !important;
}
a.small-light-button {
	padding:5px 0px;
	font-size: 15px;
	border-radius: 20px;
	text-align: center;
	display: block;
	text-decoration: none;
	margin: 0 auto;
	background-color: #367D1C;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	font-family: Sofia Medium, sans-serif;
	font-weight: 400;
	border: 1px solid #61A747;
}
a.dark-button, a.light-button, a.dark-button:not([href]):not([tabindex]), a.light-button:not([href]):not([tabindex]) {
	max-width: 100%;
	padding-top: 8px;
	padding-bottom: 6px;
	font-size: 15px;
	border-radius: 20px;
	text-align: center;
	display: block;
	text-decoration: none;
	margin: 0 auto;
	background-color: #367D1C;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	outline: none;
	
	font-family: Sofia Medium, sans-serif;
	font-weight: 400;
	border: 1px solid #61A747;
	width: 250px;
}
 a.light-button:not([href]):not([tabindex]):focus, a.light-button:not([href]):not([tabindex]):hover, a.light-button:hover {
	background-color: #34791F;
	color: #ffffff;
	border: 1px solid #61A747;
 	text-decoration: none;
}

a.dark-button:not([href]):not([tabindex]):focus, a.dark-button:not([href]):not([tabindex]):hover, a.dark-button:hover {
	background-color: #34791F;
	color: #ffffff;
	border: 1px solid #34791F;
	text-decoration: none;
}

a.org-button, a.org-button:hover, a.org-button:not([href]):not([tabindex]):focus, a.org-button:not([href]):not([tabindex]):hover, a.org-button:not([href]):not([tabindex])
 {
	top: 50%;
	transform: translateY(-50%);
	display: block;
	position: relative;
	/*color: #fff;*/
	/*text-align: center;*/
	font-size: 18px;
	font-family: Sofia Medium, sans-serif;
	font-weight: 400;
	font-stretch: condensed;
 	text-decoration: none;
 	text-transform: capitalize;
}

a.org-button.active, a.org-button.active:hover, a.org-button.active:not([href]):not([tabindex]):focus, a.org-button.active:not([href]):not([tabindex]):hover, a.org-button.active:not([href]):not([tabindex]) {
	color: #367D1C;
	cursor: auto;
	text-decoration: none;
}

a.light-button {
	background-color: #61A747;
text-decoration: none;
}

.circle-button {
	background-color: #34791F;
	border-radius: 50%;
	position: relative;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 260%;
	margin-bottom: 30px;
	width: 110px;
	padding-bottom: 110px;
	margin-right: 0;
}

a.circle-button:hover {
    background-color: #61A747;
}

a.longer-button {
	max-width: 90%;
}

/*========= Buttons =========*/

/*========= Tables =========*/


/* Adni Data Inventory and Active Investigation table */

#post-3700 table tr:nth-of-type(odd) td, #post-1023 table tr:nth-of-type(odd) td, .search-results table tr:nth-of-type(odd) td {
	background-color: #ebebeb;
}

#post-3700 table  td, #post-3700 table  th, #post-1023 table  td, #post-1023 table  th {
	border: none;
	vertical-align: middle;
	padding: 10px;
	text-align: left;
	text-transform: capitalize;
}

#post-3700 table tr:first-child > th, #post-1023 table tr:first-child > th, .search-results table tr:first-child > th {
	height: initial;
}

#post-7 .entry {
    max-width: 1035px;
    margin: 0 auto;
}

.withborder tr:first-of-type td {
	background-color: #34791F;
	color: #fff;
	font-family: Sofia Medium,sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	font-stretch: condensed;
}

.withborder tr:not(:first-of-type) td {
	font-size: 18px;
	font-family: Sofia Regular,sans-serif;
	line-height: 19px;
	font-weight: 600;
	color: #555253;
	text-align: left;
}

.withborder tr:last-of-type td {
	background-color: #ffedb2;
}

/* Adni Data Inventory table */

/* STANDARDIZED MRI COLLECTIONS table */

#post-4174 table tr:nth-of-type(odd) td {
	background-color: #ffedb2;
}

#post-4174 table  td, #post-3700 table  th, #post-1023 table  th, .search-results table  th  {
	vertical-align: middle;
	padding: 10px;
	text-align: left;
}

#post-4174 table tr:first-child > th {
	height: initial;
}

#post-4174 table tr:first-of-type td {
	background-color: #34791F;
	color: #fff;
	font-family: Sofia Medium, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	font-stretch: condensed;
	text-align: center
}

#post-4174 table tr:not(:first-of-type) td {
	font-size: 18px;
	font-family: Sofia Regular,sans-serif;
	line-height: 19px;
	font-weight: 600;
	color: #555253;
	text-align: left;
}

#post-4174 table tr:nth-of-type(2) td {
	font-family: Sofia Regular, sans-serif;
	font-weight: bold;
}

/* STANDARDIZED MRI COLLECTIONS table */



/*========= Tables =========*/


/*========= TOP NAVIGATION =========*/

/*- Nav1 -*/
.nav1{
	float: left;
}
.nav1 li{
	float: left;
	color:grey;
}
.nav1 li a{
	color: #a0a09b;
}
.nav1 li a{
	/*display: block;*/
	text-align: center;
	float:left;
}

.nav1  { list-style: none; margin: 0px; padding: 0px;}
.nav1 li { padding: 0px; margin: 0px 20px 0 0; /*display: inline;*/ line-height: 14px; }


/*- Subscribe -*/

.sidebarbox h2.subscribe a, .sidebarbox h2.subscribe a:hover {
	font-family: Sofia Bold, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}

.sidebarbox .subscribe svg {
	margin-left: 10px;
}

/*=== Top Menu ===*/

#header {
	max-width: 1400px;
	padding-bottom: 0;
}
#topmenu{
	margin: 0 auto;
	max-width: 1000px !important;
}
#topmenu .menu li{
	display: inline-block;
	position: relative;
}
#topmenu .menu li a{
	color: #2B2B78;
	display: block;
	text-decoration: none;
	margin: 12px 0 12px 0;
	padding: 10px 20px !important;
	padding-top: 0;
	font-family: Sofia Bold, sans-serif;
	font-size: 18px;
	font-weight: 400;
}


#topmenu li a:hover, #topmenu li.active a{
	/*color: #ff7800;*/
	text-decoration: none;
}

#topmenu .menu {
	display: inline-block;
	list-style: none;
	margin-bottom: 0;
	margin-top: 12px;
	margin-left:10px;
	text-align:center;
}

#topmenu .sub-menu {
	display: none;
	position:absolute;
	top:100%;
	background:#fff;
	padding:0;
    width: 100%;
	left:-999em;
}
#topmenu ul ul a {
	line-height:120%;
	padding: 10px 15px
}


#topmenu ul li:hover > ul {
	display: block;
	background: #ffffff;
	z-index: 999;
	border-bottom-left-radius: 20px;
  	border-bottom-right-radius: 20px;
	border-bottom: 3px solid #367D1C;
	border-left: 3px solid #367D1C;
	border-right: 3px solid #367D1C;
	margin-left: -3px;	
	left:auto;
}
#topmenu ul li a:hover{
	background-color:#CEDECE;
}
#topmenu ul ul li:hover > ul {
	display: block;
	background: #ffffff;
	z-index: 999;
	border-radius:20px;
	border: 3px solid #367D1C;
	margin-left: -3px;	
	left:auto;
	top: -10px;
	left:230px;
}
#topmenu ul li.menu-item-has-children:hover {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-top: 3px solid #367D1C;
	border-left: 3px solid #367D1C;
	border-right: 3px solid #367D1C;
}
#topmenu ul ul li.menu-item-has-children:hover {
	border:none;
}
#topmenu ul ul li.menu-item-has-children > a:after {
	content: ' ▸'; 
}
#topmenu ul li.menu-item {
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}
#topmenu ul li.menu-item-has-children {
	min-width: 230px;
}

#topmenu .menu .sub-menu li {
	display: block;
	width: 100%;
	
/*white-space: nowrap;*/
}
#topmenu .sub-menu li.menu-item {
	border: none;
}
#topmenu .menu .sub-menu li a {
	border: none;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 20px;
	font-weight:normal;
	font-family: Sofia Regular;
}

#header .menu-main_nav-container {
	border-bottom: 2px solid #5CA846
}


/*- Nav / Dropdowns-*/
#nav, #nav ul{
	padding: 0;
	float:left;
	list-style: none;
}
#nav ul {
/*list-style:inside;*/
list-style:outside;
list-style-image: url(images/adni-li.png);
background:transparent;
}
#nav {
	padding: 0 0 0 15px;
}
#nav a {
	/*display: block;*/
}
#nav li {
	float: left;
	line-height:32px;
	margin: 0 7px;
	font-size:13px;
	text-transform:uppercase;
	font-family: arial;
	text-shadow: 0 1px white;
}
#nav li a:hover {
	background: none;
}
#nav li:hover {
background-color:#f9f8ef;
box-shadow:0px 0 2px;
}

#nav  li ul li:hover {
	background:transparent;
	box-shadow:0 0 0;
}

#nav li ul {
	position: absolute;
	/*width: 15em;*/
	left: -999em;
	margin-top:0px;
	background:white;
	border:solid 3px #f9f8ef;
	padding-left:20px;
	box-shadow: -1px 1px 3px;

}
#nav li:hover ul, #nav li.sfhover ul {
	/*left: auto;*/
	z-index:1000;
}
#nav li ul li {
	/*background: #FFFFFF url(images/bgr-box-trans.png) repeat-x top;*/
	text-transform:none;
	line-height:18px;
	width:15em;
	font-size:13px;
	font-weight:bold;
	text-shadow:none;
}

#nav li ul li ul li {
	font-weight:normal;
	margin:0;
}

#nav li ul li a {
padding:0;
}

#nav li ul  li:hover{
list-style-image:url(images/adni-li-green.png);
}



#nav li ul li a:hover{
color: #339933;
text-decoration:underline;
}
#nav li ul ul {
	/*margin: -2.1em 0 0 15em;*/
	position:relative;
	background:transparent;
	box-shadow:0 0 0;
	border:0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	/*left: -999em;
	background: #a7bfa7 url(images/bgr-box-trans.png) repeat-x top;*/

}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	/*left: auto;*/
	left:auto;
	/*background: #a7bfa7 url(images/bgr-box-trans.png) repeat-x top;*/
}


/*============   MM HEADER ====================*/


#mm-header {
	height: 65px;
	width: 100%;
	margin: 0 auto;
	/*border-bottom: 2px solid #FFCC00;*/
	position: fixed;
	z-index: 99999999999;
	background-color: #34791F;
}

#mm-header li .tooltip svg {
	font-size: 10px;
}

#mm-header ul {
	list-style: none;
	margin-bottom: 0;
	/*top: 50%;
	transform: translateY(-50%);*/
	position: relative;
	margin-top: 20px;
}

#mm-header ul li {
	display: inline-block;
	position: relative;
}

#mm-header ul li span:not(:last-of-type) {
	padding: 12px 10px;
	padding-top: 0;
	padding-bottom: 0;
}

#mm-header ul li span:first-of-type {
	padding-right: 0;
	text-transform: capitalize;
}

#mm-header ul li span:last-of-type {
	padding-right: 10px;
}


#mm-header > div.col {
	background-color: #61A747;
} 

#mm-header #search-box {
	background-color: #367D1C;
	text-align: right;
	padding-right: 5%;
}

#mm-header .row .col-7 {
	color: white;
	padding-left: 10px;
	top: 10px;
	padding-right: 0;
}

#mm-header #search-box .row .col {
	top: 10px;
	margin-left: -10px;
}

#mm-header #search-box .row {
	margin-bottom: 30px;
}

#mm-header #search-box .row.search-criteria .col {
	font-size: 11px;
	color: white;
	top: auto;
	text-align: center;
	padding-left: 1.5%;
	padding-right: 0;
	margin-right: 2.5%;
	border-right: 1px solid #ffcc02;
	padding-top: 5px;
}

#mm-header #search-box .row.search-criteria .col:first-of-type {
	padding-left: 0;
	color: #ffcc02;
	padding-right: 0.5%;
	margin-right: 0;
}

#mm-header #search-box .row.search-criteria .col:last-of-type {
	padding-left: 0;
	padding-right: 0;
	border: none;
}

#mm-header #search-box .row.search-criteria .col-2, #mm-header #search-box .row.search-criteria .col-3 {
	font-size: 11px;
	color: white;
	padding-left: 1%;
	text-align: center;
	padding-top: 5px;
	border-right: 1px solid #ffcc02;
	padding-right: 1%;
}

#mm-header #search-box .row.search-criteria .col-3:nth-of-type(3) {
	padding-right: 0.5%;
	padding-left: 0%;
}


#mm-header .row .col-7 span:first-of-type {
	font-size: 11px;
	font-family: Sofia Light, sans-serif;
	margin-left: 0;
	width: initial;
	vertical-align: top;
	line-height: 26px;
	font-weight: normal;
}

#mm-header .row .col-7 span {
	font: 11px Sofia Regular, sans-serif;
	margin-left: 10px;
	font-weight: bold;
	display: inline-block;
	width: 70%;
}

#mm-logo {
	height: auto;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 26px 0 26px 34px;
	max-width: 172px;
	}
#mm-usc-logo {
	float: right;
	height: auto;
	width: auto;
	margin: 26px 30px 26px 0;
	max-width: 147px;
	}

.tooltip {
	display: inline-block;
	position: inherit;
	opacity: 1;
	font-family: inherit;
	cursor: pointer;
	z-index: unset;
	vertical-align: 5px;
}


.tooltip:hover {
	color: #FFCC00 !important;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 150px;
	background-color: #FFf;
	color: #565254;
	text-align: center;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: -74%;
	left: 13px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	border: 1px solid #61A747;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}



/*==============  HEADER  ===================*/
#header {
	height: auto;
	padding-top: 90px;
}

#title-text {
	float: right;
	font-size: 1.2em;
	left: 0;
	position: relative;
	top: 15%;
	clear:right;
	text-transform:uppercase;
}

#title-text a {
text-decoration:none;
color:#11161c;
text-shadow: 0 1px white;
}
/*- Logo -*/

#adni-logo {
	padding:25px 20px 20px 0px !important;
}

#adni-logo img {
/*	width: 80%;
*/	height: auto;
}

/*- RSS -*/
#rss{
	position:absolute;
	top:-10px;
	right:0px;
	height: 38px;
	width: 39px;
	display: inline;
	float:right;
}

/*=== typography ===*/
h1{
	font-family: Sofia Light, sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #0C0C0C;
	margin-bottom: 0;
}
h1.homepagetext {
	font-family: Sofia ExtraBold, sans-serif;
	color: #34791F;
	max-width:380px;
	text-align:left;
padding-top: 160px;
position:relative;
z-index:1;
font-size:48px!important;
}
h2{
	font-weight: 400;
	color: #0C0C0C;
	font-family: Sofia Light,sans-serif;
	font-size: 24px;
	margin-bottom: 0;
}
h3{
	font-weight: 400;
	color: #2B2B74;
	font-family: Sofia Bold,sans-serif;
	font-size: 54px;
	text-transform: none;
	
}

h4{
	font-size: 22px;
	font-weight: 400;
	color: #34791F;
	font-family: Sofia Bold,sans-serif;
	margin-bottom: 20px;
	text-align: center;
}
h5{
	font-weight: 400;
	color: #2B2B78;
	font-family: Sofia ExtraBold,sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 25px;
}


h6{
	color: #367D1C;
	font-size:22px;
	font-family: Sofia Bold,sans-serif;
	font-weight: 400;
}
h6 a{
	text-decoration: none;
}
h6 a:hover{
	text-decoration: underline;
}
#columns h4{
	font-weight: bold;
}
#sidebar h3{
	background:#ebe9e1;
	font: 14px Arial, Helvetica, sans-serif;
	color:#363636;
	font-weight:bold;
	padding:5px 8px;
	display: block;
	margin: 0 0 7px 0;
	text-align: left;
	border: 1px solid #dedbd1;
	height:18px;
}
.al-center {
	text-align: center!important;
}
.al-left {
	text-align: left!important;
}
.al-right {
	text-align: right!important;
}
.caret-right {
	text-align: right!important;
	float:right;
	margin-top:-5px;
	color:#367D1C;
}
#centercol .centercol-class {
	text-align: center;
	font-size: 18px;
	font-family: Sofia Light, sans-serif;
	line-height: 27px;
	color: #555253;
	font-style: italic;
	margin-bottom: 0px;
}

#centercol .centercol-class1 {

	text-align: center;
	font-size: 18px;
	font-family: Sofia Light, sans-serif;
	line-height: 27px;
	color: #555253;
}

#centercol .centercol-class1 a:link{
	text-align: center;
	font-size: 18px;
	font-family: Sofia Light, sans-serif;;
	line-height: 27px;
	color: #61A747;
}
#mb0 {
	margin-bottom: 0px;
}

.mid-center {
    width: 640px; /* Can be in percentage also. */
    height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}
#centercol .pdf-search a {
	color: #fff;
	text-decoration: underline;
}


.wp-caption {background: #f5f4f0;padding:10px 6px 10px 10px; margin:0px 10px 0 10px;border:1px solid #dedbd1; color:#363636;}
.wp-caption-text {font-size:.75em !important; color:#333333; font-family:arial; line-height:1em !important;}


/* #featuredpost h2 { font-size:30px; } */

/*- SideTabs -*/
.idTabs{
	font-size: 12px;
	float:left;
	margin: 0 0 8px 0;
}
.idTabs li{
	float:left;
}
.idTabs li a{
	background:#ffffff;
	color:#363636;
	font-weight:bold;
	padding:5px 10px;
	display: block;
	margin: 0 7px 0 0;
	text-align: left;
	border: 1px solid #dedbd1;
	width:280px;
}
.idTabs li.last a{
	margin: 0
}
.idTabs li a:hover,
.idTabs .selected{
	background:#ebe9e1;
	text-decoration: none
}

/*=== Post ===*/

.date-comments{
	border-bottom: 1px solid #cacaca;
	color: #999999;
	font-size: 11px;
	height: 30px;
	line-height: 25px;
	margin: 0 0 10px;
}
.date-comments a { 	color: #999999; }

#centercol .date-comments p{
	line-height: 25px;
}
span.comments{
	background: url(images/ico-comments.gif) no-repeat left;
	padding: 0 0 0 20px;
}
span.continue{
	background: url(images/ico-continue-trans.png) no-repeat left;
	padding: 1px 0 1px 20px;
	line-height:20px;
}
span.continue-archives{
	background: url(images/ico-arrow-trans.png) no-repeat right center;
	padding: 0px 15px 0px 0px;
	margin-bottom:20px;
}
span.continue-archives-alt{
	background: url(images/ico-arrow-trans-left.png) no-repeat left center;
	padding: 0px 0 0px 15px;
	margin-bottom:20px;
}
span.continue-archives a, span.continue-archives-alt a {
	color:#777777;
	font-weight:bold;
	font-size:14px;
}
a.more{
/*	background: url(images/morebtn.png) no-repeat left;
	color: #0D8505;*/
	font-size: 12px;
	text-transform:uppercase;
	/*padding: 4px 0px 4px 20px;*/
}

/*=== Styling Boxes ===*/

/*- Box (main column boxes) -*/
.box, .widget{
/* 	background: #FFFFFF url(images/bgr-box-trans.png) repeat-x top left; */
	border:0px solid #dedbd1;
	margin: 0 0 15px 0px;
	padding:18px;
}
.box img {
	/*border: 1px solid #999999;*/
	margin: 0 10px 10px 0;
}
.box p{
	line-height: 18px;
	padding: 0 0 10px;
}
.widget { padding:15px; }

/*- Box2 (sidebar boxes) -*/
.box2{
	background: #c2d0c1 url(images/bgr-box-trans.png) repeat-x top left;
	margin: 20px 0 15px 0px;
	padding:18px;
	border:1px solid #FFFFFF;
}
.box2 .nav1{
	float: none;
	padding: 0 0 0 0px;
}
.box2 .spacer.white{
	background: #ffffff;
	border: 1px solid #dedbd1;
	clear: both;
	margin: 0px;
}
.box2 .spacer.flickr img{
	background: #ffffff;
	border: 1px solid #dedbd1;
	margin: 4px 9px 4px 0px;
	padding: 7px;
}
.box2 .spacer.flickr img:hover{
	background: #ebe9e1;
	border: 1px solid #dedbd1;
}
/*- Ads -*/
.ads{
	height: 125px;
	margin: 0;
	padding:10px 15px;
}
.ads img{
	float: left;
	margin: 0 7px 0px 0px;
	border: 1px solid #dedbd1;
}
.ads img.last{
	margin: 0;
	float:right;
}
#mpu_banner {
	border: 1px solid #dedbd1;
}

/*=== Styling Lists ===*/

/*- List1 -*/
.list1{
	padding: 15px;
}
.list1 li{
	background: url(images/ico-star-trans.png) no-repeat top left;
	margin: 0 0 8px;
	padding: 0 0 0 22px;
}
.list1 li a{
	color:#222222;
}
/*- List2 -*/
.list2{
	clear: both;
}
.list2 li{
	background: #ffffff;
	border: 1px solid #dedbd1;
	margin: 0 0 5px;
	padding: 12px 10px;
}
.list2 p {
	line-height:18px;
}
/*- Widget lists -*/
.widget ul{
	line-height:18px;
	padding: 0px;
}
.widget ul li{
	border-bottom: 1px solid #f1f1ed;
	padding: 5px 0px;
}
.widget ul li a{
	color:#222222;
}
.widget ul li ul{
	margin: 5px 0 0px 10px;
}

.widget ul li ul li{
	background: none;
	border-top: 1px solid #f1f1ed;
	border-bottom: none;
	padding: 5px 0px;
}

/*=== Footer ===*/

#footer {
background: #2B2B78;
 background-image: url("images/footer_gradient.png");
  background-repeat: repeat-x;
padding:10px;

}
#footer2 {
	background: #2B106A;
	padding:10px;
	padding-bottom: 0;
	height:100px;
	color:#fff;
}
#footer .post {
	max-width: 1920px;
	padding-top: 0;
	padding-bottom: 0;
}

#footer .text {
	font-size: 12px;
	padding: 20px 15px 20px 15px;
}

#footer .pbt span {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 15px;
	font-family: Sofia Regular, sans-serif;
	font-weight: 400;
}

#footer .pbt {
	
	text-align: center;
	
}

#footer .pbt a {
	font-size: 12px;
}
#footer, #footer a {
color:white;
text-decoration: none;
}

#footer .link {
	text-align: center;
	padding: 20px 15px 20px 15px;
}

#footer .link a {
	padding-left: 5px;
	padding-right: 5px;
	font-family: Sofia Regular, sans-serif;
	font-weight: 400;
}
#footer .link a:not(:first-of-type) {
	border-left: 1px solid;
}

#footer .link .text {
	padding: 0;
}

.footer-nav-ul {
	padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.footer-nav-li-title{
	color: #FFFFFF !important;
	font-family: Sofia Bold, sans-serif!important;
	
	/*text-transform: uppercase;*/
}
.footernav-title {
	border-bottom: 1px solid white;
}
.footernav-title a {
	font-family: Sofia Bold, sans-serif!important;
}

.footer-nav-li {
	padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.footer-nav-li li{
	
	line-height:30px;
}
.footer-nav-li a {
	font-family: Sofia Light, sans-serif;
}

.footer-nav-li-li li a, .footer-nav-li-li li, .footer-nav-li-li {
	text-decoration: none !important;
	list-style: disc;
}

.footer-rbox {
  width: 226px;
}
.footer-rbox-wide {
  width: 370px;
}
.footer-rbox-title{
	border-radius: 10px 10px 0px 0px;
	background:#ffffff;
	font-family: Sofia Bold, sans-serif;
	text-align:center;
	padding:10px;
	color:#2B2B78;
}
.footer-rbox-content{
	border-radius: 0px 0px 10px 10px;
	background:#ffffff;
	color:#000000 !important;
	font-family: Sofia Light, sans-serif;
	padding: 20px 20px 30px;
}
.footer-rbox-content a {
	color:#000000 !important;
	font-weight: bold;
}

/*=== Misc. ===*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
img.fl{
	margin: 0 12px 5px 0;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.gravatar {
	float:left;
	border: 1px solid #DEDBD1;
	margin: 0px 7px 0 0;
	padding:4px;
	background:#FFFFFF;
}

/*========= VIDEO =========*/


/*- SideTabs -*/
.vidtabs .idTabs{
	font-size: 12px;
	margin: 10px 0 0 0;
	width:100%;
	float:none;
}
.vidtabs .idTabs li{
	padding:0px;
	float:none;
}
.vidtabs .idTabs li a{
	background:#ffffff;
	color:#363636;
	font-weight:bold;
	padding:5px 8px;
	display: block;
	text-align: left;
	border:0px;
	margin:0;
}
.vidtabs .idTabs li.last a{
	margin: 0
}
.vidtabs .idTabs li a:hover,
.vidtabs .idTabs .selected{
	background:#ebe9e1;
	text-decoration: none
}

/*========= COMMENTS =========*/

#comments {
	margin-bottom: 20px 0 15px 0px;
}

h2.commh2{
	font-size: 1.4em !important;
	padding: 0 0 5px;
	color:#333 !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
.commentmetadata a {
	font-size:11px;
	color:#333333;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 18px 18px 5px 18px !important;
	background:#F8F8F4;
	border:1px solid #DEDBD1;
}
input#submit {
	font-size: 12px;
	color:#363636;
	font-weight:bold;
	padding:7px 10px;
	margin: 0 0 7px 0;
	text-align: left;
	border: 1px solid #DEDBD1;
	background:#F5F4F0;
}

/*========= SINGLE POST SPECIFIC =========*/

span.tags{
	background: url(images/ico-tags-trans.png) no-repeat left;
	padding: 1px 0 0 20px;
}
.singleh2 {
	font-size:1.8em !important;
	padding-top:5px;
}


/*========= ARCHIVE SPECIFIC =========*/
.arclist {
margin-bottom:15px;
padding:0;
}
.arclist ul li{
	font-size:12px;
	border-bottom: 1px solid #f1f1ed;
	padding: 10px 0px;
	list-style:none;
	font-weight:normal;
}
.arclist ul li ul li{
	color:#c0c0c0;
	font-size:12px;
	padding: 5px 0px;
	margin-left:30px;
	list-style: disc;
	font-weight:normal;
}
.catrss {
	background: url(images/ico-rss.gif) center left no-repeat;
	padding-left: 24px;
	line-height: 18px;
}

/*=== Page Navigation (Next / Previous Posts) ===*/
.navigation {
}
.navigation a {
	color:#666666;
	font-weight:bold;
	font-size:14px;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*========= AUTHOR INFO =========*/

.author_photo {
	float:left;
	margin-right:10px;
	width:58px;
}

.author_photo img {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #cccccc;
	width: 48px;
	height:48px;
	float:left !important;
}
.author_info a:hover {
	text-decoration:underline;
}
.author_info ul, .author_info li {
	margin:0px;
	padding:0px;
}
.author_info h3 {
	font-size:14px;
	margin-bottom: 10px;
	padding: 0px;
}

.author_email a {
	background-image: url(images/ico-email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration:none;
	font-weight:bold;
}
.subscribebar {
	color: #ffffff;
	font-weight: normal;
	background: #79917B;
	margin: -15px 0 15px 0px;
	padding:5px 18px 5px 18px;
	border-left:1px solid #dedbd1;
	border-right:1px solid #dedbd1;
	border-bottom:1px solid #dedbd1;
	text-align: left;
	height:18px;
	font-size:12px;
}
.homerightbar { line-height:normal;}
.subscribebar a { color:#333333;}
.subscribebar a:hover { color:#333333;}
.errmess { color:#FF0000; font-size:11px; text-align:center;}

.divider { width:100%; background-color: #CCCCCC; height: 1px; margin: 20px auto; clear:both; overflow:hidden; }
.category_title {
	color: #636363;
	line-height: 19px;
}
.cellpaddingright { padding-right:30px; }
#support-table td ul { 
	margin-top: -2px;
	margin-bottom: 15px;
	line-height: 20px;
}

#support-table tr td {
	padding: 10px;
	border: none;
	background: inherit;
	text-align: unset;
}
.testfocus { background: url(images/google_custom_search_watermark.gif) #fcfaea no-repeat 20% 50%; }
.testblur { background: #fcfaea; }
.ddfocus { color:black; }
.ddblur { color:#999999; }
#dd-search { margin-top:20px; background: url(images/dd-search-bgr.png) repeat-x; height:25px; }
.rightborder { text-align:right; border-right: solid 1px #999999; vertical-align:top; width:60px; padding-right: 5px;}
.resultend { border-bottom: solid 1px #999999; margin:10px 0; height:1px; }
#search2 { background: #5ea942; padding:5px; margin-bottom:5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;}
#search2 input { border:none; }
#search2 input[type="submit"] { background-color:transparent; text-transform: uppercase; cursor:pointer; color:white; font-weight:bold;}
#search2 input[type="text"] {  width:240px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;}
#dd-text { height:24px; padding:0 0 0 5px; width:154px; }
#dd-submit { float:right; background: url(images/btn-search-trans.png) no-repeat 50% 50%; width:28px; height:26px; cursor: pointer; position:absolute;}

td { padding-left:10px; }
.padded-table td { padding:10px; }
.bottomspacer td { padding-bottom: 15px; line-height:20px; }
.withborder { border:solid 1px black;}
.withborder td { 
	border:solid 1px #61A747; 
	padding-top: 20px; 
	padding-right: 20px;
}




.homepage .home-box .col {
	text-align: center;

	padding: 0 7% 0 7%;
}

.homepage h3 {
	text-transform: capitalize;
}

.homepage .home-box .col-12 a.light-button {
	margin-bottom: 50px;
	margin-top: 40px;
	font-family: Sofia Light, sans-serif;
}

.homepage .home-box {
	text-align: center;
	max-width: 1595px;
}
.homepage {
	background: url("images/homepage_gradient.png");
	background-repeat: repeat-x;
background-position: bottom;
padding-bottom:200px;
}

#home-desc, #data-desc {
	margin:0;
	text-align: center;

}
#home-desc {
	margin:0px 100px!important;
}

#home-desc img {
/*margin-bottom:20px;*/
}

#home-desc p {
/*color:#735b3e;*/
	font-size: 14px;
	line-height: 23px !important;
	margin-bottom: 10px;
	text-align: center;
	padding: 0;

}
#home-desc .sq-button {
	background-color:#FFFFFF !important;
	border-radius: 10px;
	border: 3px solid #367D1C;
	padding:5px;
	text-align: center;
	/*box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3) !important;*/
	width:250px;
	text-decoration: none;
	font-weight:bold;
	margin-bottom:5px;
}
#home-desc .sq-button img {
	margin: 0px 10px 0px 0px;
}

#home-desc .homepage-banner, #data-desc .data-banner {
	background-image: url(images/word-map.png);
	padding: 0;
	padding-bottom: 4%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 2px solid #FFCC00;
	border-bottom: 2px solid #FFCC00;
}

#data-desc .data-banner {
	border: none;
	background-image: url(images/ADNI-Redesign-data-video-banner.png)
}

#home-desc .homepage-banner h1, #data-desc .data-banner h1 {
	padding-top: 50px;
}

#data-desc .data-banner h1 {
	color: #000;
	font-size: 21px;
}

#home-desc .homepage-banner a.light-button, #data-desc .data-banner a.light-button {
	opacity: 0.9;
	margin-bottom: 30px;
	font-family: Sofia Light, sans-serif;
}

.data-banner a.light-button {
	background-color: #61A747;
}

.data-banner a.light-button:hover {
	background-color: #34791F;
}

.ida-login a.dark-button:hover {
	background-color: #34791F;
}

.sidebarbox {
	margin-right: 2px;
	padding: 20px 10px 20px 20px;
}

.sidebarbox li {
	list-style:none;
	margin:15px 0;
}


.news-search {
border:solid 1px #bdd1ca;
background:#fcfaea;
}

.news-search input {
border:none;
}

.news-search input[type="submit"] {
background:#fcfaea url(images/news-magnify.png) 50% no-repeat;
height:24px;
width:25px;
float:right;
}

.news-search input[type="text"] {
background:#fcfaea;
width:80%;
}

#sidebarcell {
	background-color: #f9f2d2;
	padding: 30px;
}

#tagline { background:url(images/adni-background.png) repeat;     height: 144px; width: 960px; box-shadow:0px 2px 5px; }
#tagline-background {  background:black; opacity:.4; width:85%; margin:0 auto ; padding:10px 30px; position:relative; top:25%; -moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; border-radius:10px; }
#tagline-text {color: #4e842e; font-size:1.7em; font-style: italic; position: absolute; margin:110px 0 0 255px;}



.apply-td a {
width:109px;
height:109px;
display:block;
}

.apply-td a.adni {
background: url(images/apply-ADNI-data.png) no-repeat;
}
.apply-td a.adni-aibl {
background: url(images/apply-ADNI-AIBL-data.png) no-repeat;
}
.apply-td a.aibl {
background: url(images/apply-AIBL-data.png) no-repeat;
}


/*.apply-td a.adni {
background: url(images/apply-ADNI-data.png) no-repeat;
}
.apply-td a.adni-aibl {
background: url(images/apply-ADNI-AIBL-data.png) no-repeat;
}
.apply-td a.aibl {
background: url(images/apply-AIBL-data.png) no-repeat;
}

.apply-td a:hover {
background: url(images/access-rollover.png) no-repeat;
}*/

.apply-td a.adni {
background: url(images/access-ADNI.png) no-repeat;
}
.apply-td a.all {
background: url(images/access-ALL.png) no-repeat;
}
.apply-td a.aibl {
background: url(images/access-AIBL.png) no-repeat;
}

.apply-td a.dod {
background: url(images/access-DOD.png) no-repeat;
}

.apply-td a:hover {
background: url(images/access-hover.png) no-repeat;
}

.threadquestion {
color: #367D1C;
font-size: 14pt;
padding-bottom:15px;
}

.threadheader {
color:#9DBD9D;
font-size:12pt;
}

.threadbox {
color:#666666;
font-size:16pt;
padding: 15px 0;
border-top: 1px solid #e2ebe8;
font-family: Sofia Light, sans-serif;
}

.threadcontent {
margin-top:3px;
}

.threadlist ul {
border-bottom:1px solid #E2EBE8;
}

li.thread {
list-style:none;
padding:15px 0;
border-top: 1px solid #e2ebe8;
font-size:1.1em;
}

.threadpage {
display:none;
}

.current {
display:block;
}

#pagination {
margin-top:15px;
}

#resultnumbers {
	margin-right: 30px;
}

.askexpert {
color: #666666;
}

.askexpert a {
color: #5EA942;
font-family: Sofia Light, sans-serif;
font-weight: 400;
}

.text-hide {
display:none;
}

/*footer*/

.fl{
	position: relative;
	line-height: 20px
}

.fl a img{
	position: absolute;
	height: 40px;
	top: 25px;
	bottom: 0;
}

div.pdf-row {
	padding: 20px 20px 5px 20px;
	margin: 0;
	word-wrap: break-word;
	color: #A2A2A2;
}

p.total-pdf {
	background-image: url('images/bg-publication-heading.png');
    background-repeat: no-repeat;
    max-height: 56px;
	max-width: 914px;
    font-family: Sofia Bold, sans-serif;
	padding: 5px 20px;
	margin-bottom: 0;
	font-size:20px;
	color: #fff;
	border-radius:10px;
	background-color:#61A747;
}
.pdf-search {
	text-align: center;
	padding: 20px;
	background-color: #61A747;
	margin-bottom: 48px;
	border-top: 2px solid #FFCC00;
	border-bottom: 2px solid #FFCC00;
}

.pdf-search h4, .pdf-search p {
	color: white;
	margin-bottom: 20px;
}

.pdf-search p{
	max-width: 904px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.search-results {
	margin: 0 auto;
	margin-bottom: 40px;
	overflow-x:auto;
	padding: 20px;
}
.search-results a, .search-results .pagination>li>a{
	color: #61A747;
}

.search-results a:hover, .search-results .pagination>li>a:hover {
	color: #34791F;
}

#pdf-search {
	background: #34791F;
	padding: 3px;
	margin-bottom: 5px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	display: inline-block;
	width: auto;
}

#pdf-search input[type="text"], #pdf-search button {
	width: 200px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	outline: none ;
	padding-left: 10px;
}

#pdf-search button {
	width: 30px;
}

#pdf-search input {
/*	border: none;
*/}

#pdf-search button {
	background-color: transparent;
	text-transform: uppercase;
	cursor: pointer;
	color: white;
	font-weight: bold;
}

.all-results .text-center {
	display: block;
}

.sticky-about {
	position: fixed;
	bottom: 17%;
	right: 2px;
	width: 250px;
	height: auto;
	-webkit-box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.6);
	border-radius: 2px;
	background-color: #F9F2D4;
	padding: 25px 20px 25px 1px;
	text-align: center;
	z-index: 99999;
}

.sticky-img {
	text-align: center;
}

a.sticky-collapse span {
    font-size: 14px;
}

.sticky-about p, .sticky-about p a {
    font-size: 14px;
    line-height: 23px;
}

#centercol .sticky-collapse, #centercol .sticky-expand {
	display: block;
	padding: 0;
	top: 48%;
	position: absolute;
	left: 10px;
}

#centercol .sticky-collapse {
	width: 40px;
	color: rgb(110, 110, 110);
}

#centercol .sticky-about .light-button {
	font-family: Sofia Light, sans-serif;
	font-weight: 400;
	padding: 8px 0;
	font-size: 14px;
}

#centercol .sticky-expand {
	display: none;
}

.sticky-collapse svg, .sticky-expand svg {
	color: #6e6e6e;
	font-size: 35px;
}

.sticky-main {
	margin-left: 70px;
}

#mm-header .sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

#mm-header .sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 18px;
	color: #5CA846;
	display: block;
	transition: opacity 0.1s linear;
}

#mm-header .sidenav a:hover {
	color: #FFCC00;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.toggle-bar {
	background-color: #34791F;
	font-size: 40px;
	cursor: pointer;
	color: #61A747;
	padding: 10px 10px 10px 40px;
	position: absolute;
	z-index: 99;
}

.mobile-search {
	display: block;
	float: right;
	position: absolute;
	text-align: right;
	top: 19px;
}

#mm-header .sidenav .nav > li {
	padding: 10px 0px;
	display: block;
}

.nav>li {
	position: relative;
	display: block;
}


#mm-header .sidenav ul>li.has-sub-menu a:first-child {
	float: left;
}

#mm-header .sidenav ul >li.has-sub-menu .plus {
	width: 25%;
	float: right;
	cursor: pointer;
	padding: 9px 0px 9px 5px;
	color: #5CA846;
	text-align: center;
}

#mm-header .sidenav span {
	transition: opacity 0.1s linear;
}

#mm-header .sidenav ul li ul.nav {
	height: 0px;
	overflow: hidden;
	transition: height 0.5s;
}
.clearfix {
	margin: 0px 0px 20px 0px;
}

#mm-header .sidenav .has-sub-menu ul {
	margin-left: 20px;
}

#mm-header .nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}


.sidenav .has-sub-menu .nav > li {
	padding: 10px !important;
}

.clearfix.nav li.dropdown {
	width: 100%;
}


#mm-header li {
	line-height: 0;
}

.pagination > li.active {
	display: inline;
}

.pagination > li.active a {
	color: #565254 !important;
	cursor: unset;
}

.pagination > li#next a, .pagination > li#prev a {
	color: #367D1C !important;
	cursor: pointer;
}


.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination > li {
	display: none;
}

.search-results .pagination {
	list-style: none;
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

#mobile-adni-logo {
	text-align: center;
}
#mobile-adni-logo img {
  	width:auto;
	height:112px;
}
#mm-header .sidenav li:hover > a {
	color: #FFCC00;
}

#mm-header .sidenav a[href="javascript:void(0)"] {
	font-size: 40px;
}

#search-panel {
	padding: 50px;
	padding-top: 0;
	display: none;
	height: auto;
	background: #34791F;
}

#second-search-panel {
	padding: 50px;
    padding-top: 0;
    height: auto;
    background: #61A747;
    width: 370px;
    position: absolute;
    /*top: -4px;*/
    padding: 0;
    right: 0px;
    display: none;
}
#second-search-panel ul {
	padding: 0 !important;
}
#second-header-search:hover > #second-search-panel {

	display: block;

}

#second-search-panel #top-search {
	padding-right: 30px
}

#second-search-panel #top-search button {
	width: 25px
}

#second-search-panel ul li:not(:last-of-type) {
    display: block !important;
    padding: 10px 20px;
}
#second-search-panel .search-text-header span {
	text-transform: uppercase;
	font-size: 14px !important;
}
#second-search-panel li span {
    color: #fff;
    font-size: 18px;
}

#second-search-panel ul li.active > span:first-of-type {
    color: #FFCC00;
}

#second-search-panel li:not(:first-of-type) > span:hover {
    color: #FFCC00;
    cursor: pointer;
}

#second-search-panel li span > span {
    color: #000;
    cursor: initial;
}

#second-search-panel #top-search {
	margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

#second-search-panel button {
	right: 0;
}

#mm-header #search-panel ul li {
	line-height: 27px;
	display: block;
	position: relative;
	float: none;
	padding-top: 22px;
}

#mm-header #search-panel ul {
	list-style: none;
	margin-left: 0px;
	float: none;
	text-align: center;
}

#mm-header #search-panel ul li span {
	color: #fff;
}

#mm-header #search-panel ul li span.tooltiptext {
	color: #565254 !important;
}

#mm-header #search-panel #top-search {
	 padding: 2px;
	padding-right: 25px;
	display: inline-block;
	margin-top: 46px;

}


#search-panel .closepanel {
	font-size: 40px;
	color: #fff;
}

.mobile-scroll {
	width: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.no-scroll {
	overflow-y: hidden;
}

/******** Help & FAQ ***********/
.faq-row {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	justify-content: center;
}
.faq-box {
	min-width: 380px;
	min-height: 180px;
	background: #FBFBFB 0% 0% no-repeat padding-box;
	border: 1px solid #61A747;
	border-radius: 3px;
	opacity: 1;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 20px;
	padding-left: 20px;
	cursor: pointer;
}

.faq-box div {
	text-align: center;
	padding-bottom: 3px;
	padding-top: 10px;
}

.faq-row .main-div {
	display:flex;
	justify-content: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-top:10px;
	margin-bottom:10px;
	max-width: max-content;
}

.faq-box .item {
	font-family:"Sofia Light";
	font-size:24px;
	letter-spacing: 0px;
	color: #61A747;
	min-width: max-content;
}

.faq-box .item-desc {
	font-family:"Sofia Light";
	font-size: 18px;
	letter-spacing: 0px;
	color: #474747;
}

.faq-arrow {
	border: solid #61A747;
	border-width: 0 4.5px 4.5px 0;
	/*font-size: 27px;*/
	/*!*letter-spacing: 0px;*!*/
	/*!*color: #61A747;*!*/
	/*-webkit-transform: rotate(45deg);*/
	width: 7px;
	height: 7px;
}

.faq-img img {
	width: 45px;
	height: 38px;
}

.faq-right-box {
	right:2px;
	position:fixed;
	text-align: center;
	background: #FFFFFF80 0% 0% no-repeat padding-box;
	border: 1px solid #F2F2F2;
	border-radius: 2px;
	opacity: 1;
	padding: 5px 5px 5px 5px;
	width: 80px;
	cursor: pointer;
	z-index:100;
}

.faq-right-box p {
	margin-bottom:0px;
	font-family:"Sofia Light";
}

.faq-right-box div {
	font-size:12px;
	border-bottom:1px solid #F2F2F2;
	/*margin-top: 8px;*/
	/*margin-bottom: 5px;*/
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
}

.faq-right-box img {
	width: 36px;
	height: 31px;
}

.faq-box:hover , .faq-right-box > #docuDiv:hover , .faq-right-box > #questDiv:hover
, .faq-right-box > #expertsDiv:hover , .faq-right-box > #backTopDiv:hover{
	background: #61A747;
	border: 1px solid #61A747;
	border-radius: 3px;
}

.faq-box:hover > .item , .faq-right-box > #docuDiv:hover > p , .faq-right-box > #questDiv:hover > p
,  .faq-right-box > #expertsDiv:hover > p, .faq-right-box > #backTopDiv:hover > p{
	color:#FFFFFF;
}

.faq-box:hover > .item-desc{
	color:#FFFFFF;
}
.faq-box:hover > div > .faq-arrow {
	border-color:#FFFFFF;
}

.faq-box:hover > .faq-img > #docu-img , .faq-right-box > #docuDiv:hover > #docu-img{
	content: url("images/doc-02.png");
}

.faq-box:hover > .faq-img > #quest-img,  .faq-right-box > #questDiv:hover > #quest-img {
	content: url("images/faq-02.png");
}

.faq-box:hover > .faq-img > #expert-img,  .faq-right-box > #expertsDiv:hover > #expert-img {
	content: url("images/ask-expert-02.png");
}

.faq-right-box > #backTopDiv:hover > #chevron-img {
	content: url("images/chevron-up-02.png");
}

.faq-text-transform {
	text-transform: none;
	color: black;
	text-align: center;
	font-weight:normal;
}

.highlight-core {
	color: #61A747 !important;
}

.opacity-core {
	opacity:1 !important;
}

.arrow-right {
	border: solid #61A747;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 2.5px;
	transform: rotate(-45deg);
	margin-right: 6px;
	margin-bottom: 2px;
	opacity: 0;
}

.coregroup a {
	background : #F9F9F9;
	color:#6e6e6e;
	font-family: Sofia Regular;
}

.coregroup a:hover {
	color : #61A747;
}

.coregroup {
	width: 374px;
}

#coreCheckbox input[type="checkbox"] {
	margin: 8px;
	transform : scale(1.5);
	border: 0.5px solid #6e6e6e;
	width: 15px;
	height: 15px;
	appearance: unset;
	cursor:pointer;

}

#coreCheckbox input[type="checkbox"]:after {
	content: '\2713';
	font-size: 1rem;
	color: #000000;
	opacity: 0;
	position: relative;
	top: -1px;
	left: 1px;
}

#coreCheckbox input[type="checkbox"]:checked:after {
	opacity: 1;
}

#coreCheckbox label {
	margin:10px;
	position: relative;
	top: -5px;
}

#coreCheckbox div {
	max-width: 200px;
	text-align: left;
	max-width: 209px;
}

.searchExpertRow {
	/*display: block;
	margin: auto;
	max-width: 720px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;*/
}

#searchExpert  #pdf-search {
	border-radius: unset;
	padding: 0;
	background: #61A747;
}

#searchExpert form input[type="text"] {
	border-radius: unset !important;
	margin: 0px;
	height: 40px;
	width: 90% !important;
	border: 0px;
	background-color:transparent;
}

#searchExpert form button {
	padding-right: 4px;
	padding-left: 2px;
	position: relative;
	font-size: 27px;
	background-color: transparent;
	color:#367D1C;
}
#ate-search {
border-radius: 10px;
border: 2px solid #979797;
background: #FFF;
padding:10px;
display: inline;
}
#searchExpert form .fa-search {
	position: relative;
	top: 6px;
}



.searchExpertItem {
	border-top: 0.5px solid #D9D9D9;
	display: flex;
	padding: 20px 0 20px 0;
	width: -webkit-fill-available;
}

#searchPagination #pageInfo {
	margin-right: 20px;
	margin-left: 15px;
}

.coregroup li {

	margin : 0px 0;
}

.webcorebox {
	display:inline-flex;
}

.webcorebox input[type="checkbox"]{
	height:22px!important;
	border: 1px solid #61A747;
	width: unset;
	margin-right:5px;
}
.webcorebox label {
	display:flex;
	line-height:24px;
}
.mobileCoreCheckbox {
	display: none;
}

@media (max-width: 1300px) {
	.faq-right-box {
		top:40%;
		z-index: 100;

	}

	#faq-ans {
		min-width: auto;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.searchExpertItem , #searchPagination{

		display: block;
		padding: 20px 26px 20px 20px;

	}

	#askExpertSearchTable {
		max-width: 710px;
	}

	#searchPagination {
		max-width: 670px;
	}

	.searchExpertItem .col-md-9 {
		max-width: 85%;
	}

	#coresidebar h5 {
		margin-top:20px !important;
	}

	#faq-container #post-12 ,#faq-container #post-5260 , #faq-container #post-4788 {
		padding-right: 30px;
		padding-left: 10px;
	}

	#faq-ans {
		display : none;

	}
	#faq-container h3 a {
		color: #61A747 !important;
	}
}


@media (min-width: 500px) and (max-width: 767px){
	.largeCheckText {
		min-width: 215px;
	}
}

@media (max-width: 499px){
	.largeCheckText {
		min-width: 200px;
	}
}

@media (max-width: 761px)
{
	#coreCheckbox input[type="checkbox"]:after {
		top: -3px;
	}
	#faq-container h3 a {
		color: #61A747 !important;
	}

	.webcorebox {
		display:none;
	}
	.mobileCoreCheckbox {
		display: inline-flex;
	}
	.faqDocumentation .post {
		padding: 36px 60px 40px 40px;
		justify-content: center;
	}

	.faqDocumentation .faq-text-transform {
		margin-left: -14px;
		font-size: 22px !important;
	}

	#faq-container #faq1 div , #faq-container #faq2 div , #faq-container #faq3 div ,
	#faq-container #faq4 div {
		padding-bottom: 10px;
	}

	.searchExpertRow #pdf-search {
		margin-left: -6px;
	}

	#coreCheckbox input[type="checkbox"] {
		margin: 5px;
		width: 11px;
		height: 11px;
	}
	#coreCheckbox div {
		padding: 0;
		padding-right: 17px;
		font-size: 15px;
		width: 150px;
		margin-left: 16px;
		margin-right: -32px;
	}

	#faq-container #post-12 {
		padding-top: 10px;
	}

	#faq-container #post-12 ,#faq-container #post-5260 , #faq-container #post-4788 {
		padding-right: 30px;
		padding-left: 10px;
	}
	.faq-text-transform {
		font-size: 24px !important;
	}
	.faq-right-box {
		z-index: 100;
		top: unset;
		width: 14%;
		bottom: 5%;
		padding: 0px;
	}
	.faq-right-box div {
		font-size: 10px;
	}

	.faq-right-box img {
		width: 26px;
		height: 22px;
	}

	.faq-right-box p {
		min-width: max-content;
	}
	#faq-ans {
		display : none;
		min-width: auto !important;
	}
	.faq-box {
		min-height: 180px;
		background: #FBFBFB 0% 0% no-repeat padding-box;
		border: 1px solid #61A747;
		border-radius: 3px;
		opacity: 1;
		padding-top: 5px;
		padding-bottom: 25px;
		padding-right: 5px;
		padding-left: 5px;
		min-width: auto;
		min-height: auto;
	}

	.faq-row .main-div {
		display:block;
		justify-content: center;
		margin-top:5px;
		margin-bottom:5px;
		max-width: 76%;
	}

	.faq-row {
		margin-right: 0px;
		margin-left: 0px;
	}

	.faq-box .item {
		min-width: auto;
	}

	.faq-box .item-desc {
		padding:2px;
	}

	#searchExpert form input {
		width: 77% !important;
	}

	#searchExpert {
		padding: 0 14px 0 8px;
	}

	.searchExpertItem {
		border-top: 0.5px solid #D9D9D9;
		padding: 28px 5px 28px 5px;
		display: block;
		width: 80%;
	}

	#askExpertSearchTable{
		margin: auto;
		padding: 0px 25px 0px 25px;
		width: 90%;
	}

	#searchPagination {
		margin: auto;
		padding: 0px 25px 0px 25px;
		width: 75%;
	}

	#searchPagination #pageInfo {
		margin-left:0px;
	}

	.coregroup a {
		font-size: 14px;
	}

	ask-expert-container ul {
		width: 107%;
	}
	#coresidebar h5 {
		 margin-top:2px !important;
	}
	#coresidebar {
		padding: 2px 0px 0px 0px;
		margin-left: -2px;
	}


}
/******** End Help & FAQ ***********/

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/****** Media Queries ******/

/* Smartphones (portrait and landscape) ----------- */
@media (max-width : 767px) {
	.post {
		padding: 40px;
		justify-content: center;
	}
}

@media only screen and (min-device-width : 768px) {
	#gov-container .col-12, #data-types-container .col-12, #centercol .core-buttons .col-12, #collaborative-studies-container .col-12, #presentation-container .col-12, #adni-3-container .col-12  {
	
		padding: 0;
		padding-left: 25px;
		padding-right: 25px;
		margin-left: 10px;
	}
}

@media (max-width: 945px) {
	.tooltip .tooltiptext {
		width: auto;
	}
}

@media (min-width: 992px) {
	.tooltip .tooltiptext {
		/*width: auto;*/
	}

	#adni-comp .col-12:not(:first-of-type) {
		border-left: 2px solid #FFCC00;
	}

	/*#adni-comp img {
		width: 100% !important;
	}*/

	#topmenu {
		margin: 0 auto;
	}

	.ida-login .email > input, .ida-login .password > input {
		width: 20%;
	}

	#gov-container .col-12, #centercol .core-buttons .col-12, #collaborative-studies-container .col-12, #presentation-container .col-12, #adni-3-container .col-12  {
	
		padding: 0;
		padding-left: 25px;
		padding-right: 25px;
	}

	.home-box p {
	height: 60%;
}

/*#topmenu .menu li a {
			padding: 12px 9px;
	padding-top: 0;
	font-size: 13px;
	}*/

	#topmenu {
		margin-bottom: 35px
	}

	h1 {
		font-size: 20px;
	}

	h2 {
		font-size: 12px;
	}

	#mm-header {
		height: 81px;
		/*position: absolute;*/

	}

	#adni-comp img {
		width: 100% !important;
	}
}

@media (min-width : 1024px) {

	#adni-logo img {
		width: auto;
    	height:118px;
	}
	#mm-header {
		height: 65px;
	}

	.post {
		padding: 10px 5% 70px 5%;
	  /*  padding-left: 5%;
		padding-right: 5%;
		padding-top: 57px;*/
		max-width: 1035px;
		margin: 0 auto;
	   justify-content: space-between;
	}
.post-wide {
		padding: 10px 5% 70px 5%;
	  /*  padding-left: 5%;
		padding-right: 5%;
		padding-top: 57px;*/
		max-width: 1100px;
		margin: 0 auto;
	   justify-content: space-between;
	}
    .post-narrow {
		padding: 10px 5% 70px 5%;
	  /*  padding-left: 5%;
		padding-right: 5%;
		padding-top: 57px;*/
		max-width: 920px;
		margin: 0 auto;
	   justify-content: space-between;
	}	

	#topmenu{
		max-width: 100%;
	}

	#gov-container .col-12, #centercol .core-buttons .col-12, #collaborative-studies-container .col-12, #presentation-container .col-12, #adni-3-container .col-12 {
	
		padding: 0;
		padding-left: 25px;
		padding-right: 25px;
	}

	.home-box p {
	height: 58%;
}


}

@media (min-width : 1024px) {
	/*#topmenu .menu li a {
			padding: 12px;
	padding-top: 0;
	font-size: 13px;
	}*/

	#topmenu {
		margin-bottom: 35px
	}

	#mm-header ul li span:first-of-type {
		font-size: 8px;
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 15px;
	}

}

@media (min-width : 1024px) {
	.home-box p {
	height: 58%;
}
}

@media (min-width: 1200px) {

	#topmenu {
	/* margin-bottom: 64px; */
	top: 17px;
	padding-left: 0;
	padding-right: 0;
}

#adni-logo {
	padding-right: 0;
}

#hedaer .menu-main_nav-container {
	text-align: center;
	margin-left: -35px;
}

#research-tools-container img {
	width: 50%;
}

#gov-container .col-12.col-12, #data-types-container .col-12, #centercol .core-buttons .col-12, #collaborative-studies-container .col-12, #presentation-container .col-12, #adni-3-container .col-12 {
	
		padding: 0;
		/*padding-left: 25px;
		padding-right: 25px;*/
	}

/*#topmenu .menu li a {
	padding: 10px;
	font-size: 11px;
}
*/


	#mm-header ul li span:first-of-type {
		font-size: 11px;
	}

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 18px;
	}

	#adni-logo {
	float: right;
    text-align:right;
	padding-left: 20px;
}


}


@media (min-width: 1350px) {
.home-box p {
	height: 50%;
}
}

@media (min-width: 1400px) {


	#mm-header .row .col-7 span {
		font-size: 13px;
		width: initial;
	}

	#mm-header .row .col-7 span:first-of-type {
		font-size: 18px;
		width: initial;
	}

	#mm-header .row .col-7 {
		padding-left: 34px;
	}

	#mm-header .row .col-7 span {
		margin-left: 20px;
	}

	#top-search input[type="text"] {
		width: 219px;
    	font-size:14px;
    	color:#9DBD9D !important;
    font-family: Sofia Light, sans-serif;
	}

	/*#topmenu .menu li a {
		padding: 12px 14px;
		padding-top: 0;
		font-size: 13px;
	}*/



	#topmenu {
		top: 35px;
		/*margin-left: 50px;*/
	}
#topmenu ul {
padding: 0;
}
	#adni-comp .col-12 {
		padding: 2%;
	}

	/*#topmenu ul.menu > li:first-of-type > a {
		padding-right: 31px;
		padding-left: 31px;
	}*/

	.search-results {
		max-width: 70%;
		padding: 0;
	}

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 18px;
	}


}
@media (min-width: 1824px) {

	#adni-logo img {
	width:auto;
    height:118px;
    
}

	#mm-header #search-box .search-criteria.row {
		max-width: 90%;
		margin: 0 auto;
	}

	#mm-header #search-box .row.search-criteria .col-3 {
		padding-right: 0;
		padding-left: 0;
	}

	#topmenu .menu li a {
		padding: 0px 20px 12px;
		font-size: 22px;
    	font-family: Sofia Bold;
	}

	#topmenu {
		 /*margin-top: 30px;*/
		 margin-left: 0px;
    	max-width: 1300px;
    
	}

	#header .menu-main_nav-container {
		/*margin-left: -107px;*/
	}

	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 18px;
	}

	/*#topmenu ul.menu > li:first-of-type > a {
		padding-right: 50px;
		padding-left: 50px;
	}*/

	#core-container .core-col {
		float: right;
	}

}

@media (min-width : 1200px) {
	#access-samples-container {
		scroll-margin-top: 12em
	}

	#access_data {
		scroll-margin-top: 12em;
	}

}

@media (min-width : 992px) and (max-width: 1199px) {
	#access-samples-container {
		scroll-margin-top: 15em
	}

	#access_data {
		scroll-margin-top: 18em;
	}
}


@media (max-width : 991px) {
	#access-samples-container {
		scroll-margin-top: 10em
	}
	#access_data {
		scroll-margin-top: 8em;
	}
}

@media (max-width : 578px) {
	#access-samples-container {
		scroll-margin-top: 5em
	}
	#access_data {
		scroll-margin-top: 8em;
	}
}

.mc_input { width: 250px;}
#mc_signup {/*border: 1px solid #aaaaaa; padding:20px; width:400px;*/}
#mc_signup_submit {width: 100px;
	height: 30px;
	background-color: #34791F;
	color: #fff;
	font-family: Sofia Medium, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border: none;
	border-radius: 15px;
	cursor: pointer;
	font-stretch: condensed;}
 #mc-indicates-required { font-size:11px; padding-bottom:20px;}
#mc_message {color: #61A747;padding-bottom:20px;}
.adnihomebox-title {

width:420px;
  border-radius: 10px 10px 0px 0px;
  background: #ffcc00;
  text-transform: uppercase;
  font-family: Sofia Light, sans-serif;
  text-align: center;
  padding: 20px 30px 20px 30px;
  color: #000000;
font-size:20px;
}
.adnihomebox-content {
  width:400px;
  border-radius: 0px 0px 10px 10px;
  background: #ffffff;
  color: #000000;
  font-family: Sofia Light, sans-serif;
  padding: 40px;
	font-size:18px;
	line-height: 25px;
}
.carousel-item {
    /*min-height: 567px;*/
 }
.carousel-item img {
	/*max-width:100%;*/
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2361A747'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2361A747'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-next, .carousel-control-prev {
	width:5%;
}
#carouselHome .carousel-indicators { margin: 40px 0px 0px 0px !important; bottom: -120px;}
#carouselHome .carousel-indicators li img {
	padding:10px;
    display: block;
    opacity: 0.5;
 }

  #carouselHome .carousel-indicators li.active img {
    opacity: 1;
  }

  #carouselHome .carousel-indicators li:hover img {
    opacity: 0.75;
  }
#carouselHome {
	margin-bottom: 140px;
}
.homeblock1, .homeblock2, .homeblock3, .homeblock4,  .homeblock5, .homeblock6, .homeblock7{
/*margin: -500px 5px 0px !important;*/


}
.homeblock1 div, .homeblock2 div, .homeblock3 div, .homeblock5 div, .homeblock6 div, .homeblock7 div{

}
.homeblock1 p, .homeblock2 p, .homeblock3 p, .homeblock4 p, .homeblock5 p, .homeblock6 p, .homeblock7 p{
padding:0 !important;
font-size:18px;
font: 16px Sofia Regular,sans-serif;
margin:0 !important;
}
.homeblock4 .homeblock_box{
color: #ffffff !important;
border: 1px solid #F5B700;
background-color:#F5B700;
font: 13px Sofia Regular,sans-serif;
border-radius: 3px;
padding-top:10px;
width:180px;
height:50px;
text-shadow: 0px 0px 2px #00000066;
}
.homeblock1 .homeblock_box, .homeblock2 .homeblock_box, .homeblock3 .homeblock_box, .homeblock5 .homeblock_box, .homeblock6 .homeblock_box, .homeblock7 .homeblock_box {
color: #3A3A3A !important;
border:1px solid #cccccc;
background-color:#F9F9F9F2;
text-transform:uppercase;
font: 13px Sofia Regular,sans-serif;
border-radius: 3px;
padding-top:10px;
width:180px;
height:50px;
}
.homeblock_data {
text-align: center;
font: 46px Sofia Regular,sans-serif !important;
letter-spacing: 0px;
color: #F5B700;
opacity: 1;
text-shadow: 3px 3px 3px #222;
}
.carousel-caption-wide {
right:0px !important;
left:0px !important;
margin:0 auto !important;
top: 50% !important;
transform: translateY(-50%) !important;
bottom:auto !important;
}
.carousel-caption {


}
.about_heading {
	text-align:center !important;
	font-weight: 400;
	color: #367D1C;
	font-family: Sofia Medium,sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-stretch: condensed;
	margin-top: 45px;
}
#adni-comp table.timelinebox_table td  {
  border:0!important;
  padding: 10px 14px;
  background: none;

}
.timeline-floatbox{
	height: 680px;
	position: absolute; 
	bottom: 0;
	padding-right:10px;
}
.timelinebox {
background: #FFFFFF;
border: 1px solid #D1DBE3;
border-radius: 5px;
color: #6D796D;
text-transform: none!important;
padding:11px 11px 20px;
font-size:14px;
margin-top:30px;
position: relative;
}
.timelinebox ul, .timelinebox ol{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 20px 0px;
}
.timelinebox p {
font: 14px Sofia Light,sans-serif;
color: #000000;
margin: 10px 0px 20px;
border-bottom:1px dotted #5CA846;
padding-bottom: 20px;
}
.timelinebox-legend p {
font: 14px Sofia Bold, sans-serif;
color: #000000;
margin: 10px 0px 20px;
border-bottom:1px dotted #5CA846;
padding-bottom: 20px;
}
.timelinebox p.greenheading {
text-align: center;
font: 16px Sofia Regular,sans-serif;
color: #367D1C;
margin: 10px 0px;
}
.blueheading {
	text-align: center;
	font: 18px Sofia Regular,sans-serif;
	color: #2B2B78;
	margin: 10px 10px 10px 0px;
	font-weight: bold;
	padding-bottom:10px;
	border-bottom:1px dotted #5CA846;
}
.timeline_adni1 .timelinebox_heading{
height: 33px;
padding-top:8px;
background-color: #D5E2D5;
border-radius: 5px;
color:#2B2B78;
text-align:center;
vertical-align:middle;
text-transform: uppercase;
margin: 10px auto;
font: 20px Sofia Bold,sans-serif;
}
.timeline_adnigo .timelinebox_heading{
height: 33px;
padding-top:8px;
background-color: #A6C3A8;
border-radius: 5px;
color:#2B2B78;
text-align:center;
text-transform: uppercase;
margin: 10px auto;
font: 20px Sofia Bold,sans-serif;
}
.timeline_adni2 .timelinebox_heading{
height: 33px;
padding-top:8px;
background-color: #F8E69E;
border-radius: 5px;
color:#2B2B78;
text-align:center;
text-transform: uppercase;
margin: 10px auto;
font: 20px Sofia Bold,sans-serif;
}
.timeline_adni3 .timelinebox_heading{
height: 33px;
padding-top:8px;
background-color: #E5D8D8;
border-radius: 5px;
color:#2B2B78;
text-align:center;
text-transform: uppercase;
margin: 10px auto;
font: 20px Sofia Bold,sans-serif;
}
.timeline_adni4 .timelinebox_heading{
height: 33px;
padding-top:8px;
background-color: #290F63;
border-radius: 5px;
color:#FFFFFF;
text-align:center;
text-transform: uppercase;
margin: 10px auto;
font: 20px Sofia Bold,sans-serif;
}
.whatsnewbox {
width: 250px;
height: 270px;
background: #FFFFFF;
border: 1px solid #D1DBE3;
border-radius: 5px;
color: #6D796D;
text-transform: none!important;
padding:20px;
font-size:14px;
margin:0 auto;
}
.whatsnewbox p {
font: 16px Sofia Light,sans-serif;
letter-spacing: -0.5px;
color: #6D796D;
margin: 10px 0px 20px;
line-height: 24px;
}
.whatsnewbox_heading{
width: 250px;
height: 33px;
padding-top:8px;
background-color: #D5E2D5;
border-radius: 5px;
color:#34791F;
text-align:center;
vertical-align:middle;
/*text-transform: uppercase;*/
margin: 10px auto;
font-size:20px;
}

#desc-pi p img {
width: 200px; 
height: 150px; 
overflow: hidden; 
float: left;
}
#desc-pi p img {
clip: rect(0px, 157px, 150px, 0px); padding-right: 20px; object-fit: cover; width: 157px; height: 150px;
}
.fa-2x {
  vertical-align: middle;

}
.footer-rbox-content .light-button {
	width:120px;
	color: #ffffff !important;
}
.footer-rbox-content p {
margin-bottom:0px !important;
text-align: center;
line-height:20px !important;
}
#footer .container-lg, #footer2 .container-lg {
	max-width:1200px !important;
margin:auto;
}

ul.nodot {
list-style-type: none;
}
.nodot li{
	border-bottom: 1px solid #C1D5C1 !important;
	padding: 10px 0;
}
#desc-neuro-method table {
 margin:0px !important;
}

#searchresults table, #mri-pet-page-lower-section table, #desc-rarc table, #desc-neuro-method table, #desc-bio-spec table, #desc-bio-bank table, #desc-gen table, #post-8387 table {
    border-collapse: collapse;
}

#searchresults table th, #mri-pet-page-lower-section table th, #desc-rarc table th, #desc-neuro-method table th, #desc-bio-spec table th, #desc-bio-bank table th, #desc-gen table th, #post-8387 table th {
background-color: #ffffff;
color:#6D796D;
}

#searchresults table td, #searchresults table th, #mri-pet-page-lower-section table td, #mri-pet-page-lower-section table th, #desc-rarc table td, #desc-rarc table th, #desc-neuro-method table td, #desc-neuro-method table th, #desc-bio-spec table td, #desc-bio-spec table th, #desc-bio-bank table td, #desc-bio-bank table th, #desc-gen table td, #desc-gen table th, #post-8387 table td, #post-8387 table th{
    border: 1px solid #D5E2D5;
}

#searchresults table tr:first-child th, #searchresults table tr:first-child td, #mri-pet-page-lower-section table tr:first-child th, #mri-pet-page-lower-section table tr:first-child td, #desc-rarc table tr:first-child th, #desc-rarc table tr:first-child td, #desc-neuro-method table tr:first-child th, #desc-neuro-method table tr:first-child td, #desc-bio-spec table tr:first-child th, #desc-bio-spec table tr:first-child td, #desc-bio-bank table tr:first-child th, #desc-bio-bank table tr:first-child td, #desc-gen table tr:first-child th, #desc-gen table tr:first-child td, #post-8387 table tr:first-child th, #post-8387 table tr:first-child td{
    border-top: 0;
	border-bottom: 0;
}

#searchresults table tr:last-child td, #searchresults table tr:last-child th, #mri-pet-page-lower-section table tr:last-child td, #mri-pet-page-lower-section table tr:last-child th, #desc-rarc table tr:last-child td, #desc-rarc table tr:last-child th, #desc-neuro-method table tr:last-child td, #desc-neuro-method table tr:last-child th, desc-bio-spec table tr:last-child td, #desc-bio-spec table tr:last-child th, #desc-bio-bank table tr:last-child td, #desc-bio-bank table tr:last-child th, #desc-gen table tr:last-child td, #desc-gen table tr:last-child th, #post-8387  table tr:last-child td, #post-8387  table tr:last-child th {
    border-bottom: 0;
}

#searchresults table tr td:first-child, #searchresults table tr th:first-child, #mri-pet-page-lower-section table tr td:first-child, #mri-pet-page-lower-section table tr th:first-child, #desc-rarc table tr td:first-child, #desc-rarc table tr th:first-child, #desc-neuro-method table tr td:first-child, #desc-neuro-method table tr th:first-child, #desc-bio-spec table tr td:first-child, #desc-bio-spec table tr th:first-child, #desc-bio-bank table tr td:first-child, #desc-bio-bank table tr th:first-child, #desc-gen table tr td:first-child, #desc-gen table tr th:first-child, #post-8387 table tr td:first-child, #post-8387 table tr 				th:first-child{
    border-left: 0;
}

#searchresults table tr td:last-child, #searchresults table tr th:last-child, #mri-pet-page-lower-section table tr td:last-child, #mri-pet-page-lower-section table tr th:last-child, #desc-rarc table tr td:last-child, #desc-rarc table tr th:last-child, #desc-neuro-method table tr td:last-child, #desc-neuro-method table tr th:last-child, #desc-bio-spec table tr td:last-child, #desc-bio-spec table tr th:last-child, #desc-bio-bank table tr td:last-child, #desc-bio-bank table tr th:last-child, #desc-gen table tr td:last-child, #desc-gen table tr th:last-child, #post-8387 table tr td:last-child, #post-8387 table tr th:last-child{
    border-right: 0;
}

#searchresults tbody:last-of-type td[rowspan], #mri-pet-page-lower-section tbody:last-of-type td[rowspan], #desc-rarc tbody:last-of-type td[rowspan], #desc-neuro-method tbody:last-of-type td[rowspan], #desc-bio-spec tbody:last-of-type td[rowspan], #desc-bio-bank tbody:last-of-type td[rowspan], #desc-gen tbody:last-of-type td[rowspan], #post-8387 tbody:last-of-type td[rowspan]{
  border-bottom: 0;
}
.about-icon{
background: #F9FBFC 0% 0% no-repeat padding-box;
border: 1px solid #9DAFBD;
border-radius: 68px;
width: 68px;
height: 68px;
text-align:center;
font-size:32px;
display: table-cell;
vertical-align:middle;
}
.about-icon-container{
	display: table;
	margin:40px auto;
}
.post-wide{
	max-width:1200px;
}
.post-narrow {
    padding: 10px 5% 70px 5%;
    max-width: 920px;
    margin: 0 auto;
    justify-content: space-between;
}	
.post-birs{
	padding: 10px 5% 10px 5%!important;
	max-width: 1035px;
	margin: 0 auto;
	justify-content: space-between;
}
a.text-underline{
	text-decoration: underline solid 5px!important;
	color:#367D1C!important;
}
.text-underline{
	border-bottom:5px solid #367D1C!important;
	color:#367D1C!important;
}
.collab-studies-header a {
	color:#2B2B78;
	font-size: 18px;
	font-weight:bold;
	text-decoration: none;
}
.mri-collection-header a {
	color:#367D1C;
	font-size: 30px;
	font-weight:bold;
	text-decoration: none;
}

.vcenter-item{
    display: flex;
    align-items: center;
}

#check-list li {
  position: relative;
  padding: 15px 10px;
}
#check-list .fa-li {
  left: -1.5em !important;
}
.core a, .core a:hover {
	text-decoration:none !important;
	font-family: Sofia Light, sans-serif !important;
	
}
.core {
margin-bottom: 0px !important;
font-size:18px;
}
.post-normal {
	max-width:1035px;
}
.core_box_container{
	text-align:center;
	padding-bottom:30px;
}
.core_box{
	margin:0px 0px 10px 0px;
	padding:0px;
}
.core_box img{
	width:231px;
	height:65px;
	padding:0px;
}
.apply-box{
	width:385px;
	height:527px;
	margin:0px !important;
	padding:0px !important;
}
.apply-box:hover{
	margin:0px !important;
	padding:0px !important;
}
.apply-box-btn{
	position:relative; 
	top:-120px;
}
.img-buffer{ 
	visibility: hidden;
	display:none;
}
.apply {
	height:526px;
}

.home-image{
	margin-top: -480px;
	margin-left: 260px;
}
.home-image-row{
	
	margin:0px auto 0px; !important;
}
.home-center-panel{
	background-color:#FFFFFF !important;
	max-width:1000px;
	margin:-20px auto 40px;
	border-radius: 10px;
	border: 6px solid #367D1C;
	padding:40px;
	text-align: center;
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3) !important;
	z-index: 1;
	position: relative;
	text-transform:none!important;
} 
.home-center-panel .top-label{
	margin:-70px 0px 30px -20px;
	text-align:left !important;
}
.home-center-panel .bottom-label{
	margin: 0px 0px 0px 0px;
}
.home-center-panel h3{
	font-size: 28px;
	text-transform:none!important;
	margin-bottom:25px;
	color:#34791F;
} 
.home-center-panel-text {
	max-width:640px;
	margin:0px auto;
}
.content-left{ 
	max-width:480px;
	margin-right:40px;

}
.content-right{ 
	max-width:480px;

	
}
.home-image-panel-left{
	background-color:#FFFFFF !important;
	max-width:430px;
	margin-right:50px;
	border-radius: 10px;
	border: 6px solid #367D1C;
	margin-top:0px;
	padding:40px;
	text-align: center;
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3) !important;
}
.home-image-panel-right{
	background-color:#FFFFFF !important;
	max-width:430px;
	margin-right:0px;
	border-radius: 10px;
	border: 6px solid #367D1C;
	margin-top:0px;
	padding:40px;
	text-align: center;
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3) !important;
}



.home-image-panel-left h3, .home-image-panel-right h3 {
	font-size: 24px;
    font-family: 'Sofia ExtraBold';
}
.home-image-post{
	padding: 10px 5% 70px 5%;
    padding-bottom: 70px;
    /*max-width: 1035px;*/
    /*margin: 0!important;*/
	padding-left: 0px !important;
}

.header-top{
	/*background: #2B106A;
	 * height: 100px; */
	padding: 10px 0px 0px 0px;
	
	color: #fff;
}
.header-top img {
	margin-right:30px;
}
.header-top a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#breadcrumbs{
    list-style:none;
    overflow:hidden;
	margin:0px 10px 20px 0px;
	padding: 0px 0px 0px 0px;
    list-style: none;
	font-family: Sofia Medium, sans-serif !important;
	font-size: 20px;
	color: #BDBDBD;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin:0px 10px 20px 0px;
	padding: 0px 0px 0px 0px;
    list-style: none;
	font-family: Sofia Medium, sans-serif !important;
	font-size: 20px;
	color: #3A851E;
}
  
#breadcrumbs .separator{
    margin:0px 10px 20px 0px;
	padding: 0px 0px 0px 0px;
    list-style: none;
	font-family: Sofia Medium, sans-serif !important;
	font-size: 20px;
	color: #3A851E;
}

#breadcrumbs a {
    color: #666666;
    text-decoration: none;
	font-family: Sofia Medium, sans-serif !important;
	font-size: 20px;
}
.text-green{ color:#3A851E!important;}
.text-blue{	color:#2B2B78!important;}
.text-black{ color:#000000!important;}
.text-gray{ color:#979797!important;}

.fs-18{	font-size:18px;}
.fs-22 {font-size:22px; }
.centercol-mint {
	padding-top:20px;
	background-color: #EFF4F1;
}
.centercol-blanco {
	padding-top:20px;

}
.sq-box-full {
	background-color:#FFFFFF !important;
	border-radius: 10px;
	border: 6px solid #367D1C;
	padding:20px 10px;
	text-align: center;
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3) !important;
}
.sq-box-dashed{
	background-color:transparent;
	border-radius: 10px;
	border: 6px solid #367D1C;
	padding:20px 60px;
	
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3) !important;
}
.sq-box-full-blue {
	background-color:#FFFFFF !important;
	border-radius: 10px;
	border: 3px solid #2B2B78;
	padding:20px 10px;
	margin-right:40px;
	margin-left:40px;
	text-align: center;
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3) !important;
	position:relative;
}
.sq-box-full h4 a {
	font-size: 18px;
	font-weight: 400;
	color: #34791F;
	font-family: Sofia Bold,sans-serif;
	margin-bottom: 18px;
	text-align: center;
	text-decoration: none;
}
.sq-box {
	background-color:#FFFFFF !important;
	max-width:430px;
	border-radius: 10px;
	border: 6px solid #367D1C;
	margin-top:0px;
	padding:20px;
	text-align: center;
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3) !important;
}

.sq-box h4 a {
	font-size: 22px;
	font-weight: 400;
	color: #34791F;
	font-family: Sofia Bold,sans-serif;
	margin-bottom: 20px;
	text-align: center;
	text-decoration: none;
}
.faq-sq-box {
	background-color:#FFFFFF !important;
	max-width:170px;
	border-radius: 10px;
	border: 2px solid #367D1C;
	margin-top:0px;
	padding: 12px;
	text-align: center;
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3) !important;
}

.faq-sq-box h4 a {
	font-size: 22px;
	font-weight: 400;
	color: #34791F;
	font-family: Sofia Bold,sans-serif;
	margin-bottom: 20px;
	text-align: center;
	text-decoration: none;
}
#switch-box h4 a {
	font-size: 30px;
	font-weight: 400;
	color: #34791F;
	font-family: Sofia Bold,sans-serif;
	text-align: center;
	text-decoration: none;
	padding-bottom:20px;
}
.sq-box-narrow {
	background-color:#FFFFFF !important;
	max-width:340px;
	border-radius: 10px;
	border: 6px solid #367D1C;
	margin-top:0px;
	/*padding:40px;*/
	text-align: center;
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3) !important;
}
.sq-box-dropdown {
	background-color:#FFFFFF !important;
	max-width:280px;
	border-radius: 10px;
	border: 6px solid #367D1C;
	margin:0px auto;
	padding:20px;
	text-align: center;
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3) !important;
	position:relative;
	z-index:1;
}
.sq-box-dropdown-payload {
	background-color:#FFFFFF !important;
	max-width:238px;
	border-radius: 10px;
	border: 2px solid #367D1C;
	margin:-5px auto;
	padding:30px 20px 20px;
	text-align: center;
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3) !important;
	position:relative;
	z-index: 0;
}
.sq-box-dropdown-narrow {
	background-color:#FFFFFF !important;
	max-width:240px;
	height:250px;
	border-radius: 10px;
	border: 6px solid #367D1C;
	margin:0px auto;
	padding:0px;
	text-align: center;
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3) !important;
	position:relative;
	z-index:1;
	font-size:20px;
	color: #34791F;
	font-family: Sofia Bold,sans-serif;
}
.sq-box-dropdown-narrow a, .sq-box-dropdown-narrow a:hover  {
	font-size:20px;
	color: #34791F;
	font-family: Sofia Bold,sans-serif;
	text-decoration:none;
}
.sq-box-dropdown-narrow-payload {
	background-color:#FFFFFF !important;
	max-width:210px;
	border-radius: 10px;
	border: 2px solid #367D1C;
	margin:-5px auto;
	padding:30px 20px 20px;
	text-align: center;
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3) !important;
	position:relative;
	z-index: 0;
}
.green-sq-box{
    height:100%;
}
.lt-sq-box { 
	margin-right:-10px;
	position:relative;
	z-index:1;
	padding:20px;
	min-height:300px;
}
.rt-sq-box {
	margin-left:-10px;
	position:relative;
	z-index:1;
	padding:20px;
	min-height:300px;
}
.ct-sq-box {
	padding:40px 20px;
	position:relative;
	z-index:2;
	min-height:400px;
}
.impact-highlight{
    background-image: url('images/iconify-impact-highlight.png');
    background-repeat: no-repeat;
    background-position: bottom 0px center;
    max-height: 50px;
    font-size: 50px;
    color: #2B2B78;
    font-family: Sofia Bold, sans-serif;
    padding-bottom:20px;
    margin-bottom:20px;
}
.thin-center-panel{
    background-color:#FFFFFF !important;
    max-width:1000px;
    margin:40px auto;
    border-radius: 10px;
    border: 2px solid #2B2B78;
    padding:40px;
    text-align: center;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3) !important;
    text-transform:none!important;
} 
.thin-center-panel .top-label{
    margin:-70px 0px 30px;
}
.padding-override {
	padding-right:2px!important;
	padding-left:0px!important;
	flex-wrap: nowrap;
}
/**-- FAQ --**/
.wp-block-group {
	margin: 20px;
	padding: 20px 20px 12px;
	border: solid 1px #C0C0C0;
	border-radius: 18px;
}
.wp-block-group a, .wp-block-group a:hover{
	color:#000000!important;
	text-decoration:none!important;
}
.wp-block-group p, .wp-block-group ul, .wp-block-group ol  {
	/*display:none;*/
	color:#6F6C90!important;
}
/* sort table */
.dt-layout-row {
	background-color:#F3F3F3;
	border-radius:10px;
	
	margin:30px 0px!important;
	-webkit-box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.6);
}
.dt-search input {
	background-color:#ffffff!important;
}
.dt-input {
	margin-right:10px;
	background-color:#ffffff!important;
}
.dt-layout-table {
	background-color:transparent!important;
	box-shadow: none;
}
.table-name{
	background-image: url('images/bg-table-heading.png');
    background-repeat: no-repeat;
    max-height: 47px;
	max-width: 900px;
    font-family: Sofia Bold, sans-serif;
	padding: 10px 0px;
	margin:0px auto;
	font-size:20px;
	color: #fff;
	border-radius:10px;
	background-color:#61A747;
	text-align:center;
	z-index:1;
	position:relative;
	line-height: 24px;
	-webkit-box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.6);
}

div.dt-container div.dt-layout-cell.dt-start {
	padding:20px 20px!important;

}
/*-- table styling --*/
#gen-table_wrapper td.noborder-top {	border-top: 0!important; }
#gen-table_wrapper td.noborder-bottom { border-bottom: 0!important; }
#gen-table_wrapper {
    border-collapse: collapse;
}
#gen-table_wrapper th {
	border: 1px solid #000000!important;
	border-bottom:1px solid #000000!important;
	margin-top:100px;
	background-color: #FFFFFF!important;
	color:#367D1C!important;
	padding:10px;
}
#gen-table_wrapper td {
    border: 1px solid #000000!important;
	padding:10px!important;
}

#publication-table_wrapper, #inclinic-table_wrapper, #studypartner-table_wrapper, #rarc-table_wrapper {
    border-collapse: collapse;
}
#publication-table_wrapper th, #inclinic-table_wrapper th, #studypartner-table_wrapper th, #rarc-table_wrapper th{
	border: 1px solid #999999!important;
	border-bottom:1px solid #000000!important;
	background-color: #F3F3F3!important;
	margin-top:100px;
	color:#000000!important;
}
#publication-table_wrapper td, #inclinic-table_wrapper td, #studypartner-table_wrapper td, #rarc-table_wrapper td {
    border: 1px solid #999999!important;
	background-color: #F3F3F3!important;
	padding:10px!important;
}
#publication-table_wrapper tr:first-child th, #inclinic-table_wrapper tr:first-child th, #studypartner-table_wrapper tr:first-child th, #rarc-table_wrapper tr:first-child th, #gen-table_wrapper tr:first-child th {
    border-top: 0!important;
}
#publication-table_wrapper tr:last-child td, #inclinic-table_wrapper tr:last-child td, #studypartner-table_wrapper tr:last-child td, #rarc-table_wrapper tr:last-child td, #gen-table_wrapper tr:last-child td {
    border-bottom: 0!important;
}
#publication-table_wrapper tr td:first-child, #publication-table_wrapper tr th:first-child, #inclinic-table_wrapper tr td:first-child, #inclinic-table_wrapper tr th:first-child, #studypartner-table_wrapper tr td:first-child, #studypartner-table_wrapper tr th:first-child, #rarc-table_wrapper tr td:first-child, #rarc-table_wrapper tr th:first-child, #gen-table_wrapper tr td:first-child, #gen-table_wrapper tr th:first-child {
    border-left: 0!important;
}
#publication-table_wrapper tr td:last-child, #publication-table_wrapper tr th:last-child, #inclinic-table_wrapper tr td:last-child, #inclinic-table_wrapper tr th:last-child, #studypartner-table_wrapper tr td:last-child, #studypartner-table_wrapper tr th:last-child, #rarc-table_wrapper tr td:last-child, #rarc-table_wrapper tr th:last-child, #gen-table_wrapper tr td:last-child, #gen-table_wrapper tr th:last-child{
    border-bottom: 0!important;
}
#publication-table_wrapper tr td:first-child, #publication-table_wrapper tr th:first-child, #inclinic-table_wrapper tr td:first-child, #inclinic-table_wrapper tr th:first-child, #studypartner-table_wrapper tr td:first-child, #studypartner-table_wrapper tr th:first-child, #rarc-table_wrapper tr td:first-child, #rarc-table_wrapper tr th:first-child, #gen-table_wrapper tr td:first-child, #gen-table_wrapper tr th:first-child {
    border-left: 0!important;
}
#publication-table_wrapper tr td:last-child, #publication-table_wrapper tr th:last-child, #inclinic-table_wrapper tr td:last-child, #inclinic-table_wrapper tr th:last-child, #studypartner-table_wrapper tr td:last-child, #studypartner-table_wrapper tr th:last-child, #rarc-table_wrapper tr td:last-child, #rarc-table_wrapper tr th:last-child, #gen-table_wrapper tr td:last-child, #gen-table_wrapper tr th:last-child {
    border-right: 0!important;
}

#inclinic-table_wrapper {
	margin-top:-136px;
	z-index:0;
}
#studypartner-table_wrapper {
	margin-top:-74px;
	z-index:0;
}
#rarc-table_wrapper {
	margin-top:-130px;
	z-index:0;
}
#studypartner-table td:first-child, #inclinic-table td:first-child, #rarc-table td:first-child, #gen-table td:first-child{
	text-align:left!important;
	font-weight:normal!important;
	color:#000000!important;
}

#studypartner-table td, #inclinic-table td, #rarc-table td, #gen-table td{
	text-align:center;
	font-weight:bold;
	color:#2B2B74;
}
.table-bg {
    border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 70px 20px 20px 20px;
    background-color:#f3f3f3 !important;
	margin-top:-22px;
}
.dt-layout-table {
    border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 60px 10px 20px 10px;
    background-color:#f3f3f3 !important;
}
.news-header ul {
    list-style-type:none;
    padding:0px;
    margin:0px;
}
.news-header li {
	display:inline;
	padding-right:20px;
}
#switch-box td {
	text-align: center;
 	vertical-align: top;
	padding:5px;
	border:0px;
	position:relative;
}
#switch-box tr, #switch-box td {
  background-color: transparent;
}
.access-sample-nav a{
	font-size:15px!important;
	text-decoration:none;
	color:#6e6e6e;
}
a.access-bold {
	color:#000000!important;
	font-weight:bold;
}
.access-arrow1, .access-arrow2, .access-arrow3, .access-arrow4, .access-arrow5, .access-arrow6{
	width:50px;
	height:18px;
	padding-top:11px;
}
#pages h6 {
	color: #000000;
	font-size:18px;
	font-weight:bold;
}
#pages ul {
	margin-left:0px;
}
.page img {

    height: auto; 
    width: auto; 
    max-width: 200px; 
    max-height: 200px;
	margin-right: 40px;

}
.gov-box {
	background: url("images/bg-gov-box.png") repeat-x;
	background-position: bottom;
}
.bigblue {
	font-size:30px;
	color: #2B2B74;
	font-weight:bold;
}
.mediumblue {
	font-size:22px;
	color: #2B2B74;
}
.biggreen{
	font-size:26px;
	color: #367D1C;
	font-weight:bold;
}
.diamond {
	background-image: url('images/iconify-diamond-square.png');
	width:72px;
	height:72px;
	font-size:24px;
	color:#367D1C;
	font-weight:bold;
	text-align: center;
	line-height:72px;
}
#standardized-image-collection ol li, #standardized-list ol li {
	line-height: 30px;
	text-align: left;
	font-weight: bold;
	padding:8px 0px;
} 

#standardized-image-collection ol, #standardized-list ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: orderedlist;
}
#standardized-image-collection ol > li, #standardized-list ol > li {
  counter-increment: orderedlist;
  padding-left: 48px;
  line-height: 26px;
}
#standardized-image-collection ol > li:before, #standardized-list ol > li:before {
  content: counter(orderedlist)".";
  display: inline-block;
  width: 20px;
  margin-left:0px; 
}
#standardized-image-collection .li-item1 {
  background-image: url("images/iconify-sli-item1.png");
  background-position: 0px 8px;
  background-repeat: no-repeat;
  background-size: 36px;
} 
#standardized-image-collection .li-item2 {
  background-image: url("images/iconify-sili-item2.png");
  background-position: 0px 10px;
  background-repeat: no-repeat;
  background-size: 36px;
} 
#standardized-image-collection .li-item3 {
  background-image: url("images/iconify-sili-item3.png");
  background-position: 0px 12px;
  background-repeat: no-repeat;
  background-size: 36px;
}
#standardized-image-collection .li-item4 {
  background-image: url("images/iconify-sli-item5.png");
  background-position: 0px 12px;
  background-repeat: no-repeat;
  background-size: 36px;
}

#standardized-list .li-item1 {
  background-image: url("images/iconify-sli-item1.png");
  background-position: 0px 8px;
  background-repeat: no-repeat;
  background-size: 36px;
}
#standardized-list .li-item2 {
  background-image: url("images/iconify-sli-item2.png");
  background-position: 0px 15px;
  background-repeat: no-repeat;
  background-size: 36px;
}
#standardized-list .li-item3 {
  background-image: url("images/iconify-sli-item3.png");
  background-position: 0px 8px;
  background-repeat: no-repeat;
  background-size: 36px;
}
#standardized-list .li-item4 {
  background-image: url("images/iconify-sli-item4.png");
  background-position: 0px 8px;
  background-repeat: no-repeat;
  background-size: 36px;
}
#standardized-list .li-item5 {
  background-image: url("images/iconify-sli-item5.png");
  background-position: 0px 12px;
  background-repeat: no-repeat;
  background-size: 36px;
}
#mnds1, #mnds2, #mnds3, #mnds4, #mnds5, #mnds6, #mnds7, #mnds8, #mnds9{
	color:#367D1C;
	
}
.mnds-control div {
	margin-bottom: 26px;
}
.mnds-control .text-underline{
	text-underline-offset: 7px;
}
.mnds-control a, .mnds-control a:hover{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
html {
	scroll-padding-top: 100px;
  }
.mri-protocol-table td{
	vertical-align: top;

}
.mri-protocol-table td a{
color:#000000!important;
}
.core-heading {
	font-size: 34px;
	color:#2B2B74;
	margin-bottom: 35px;
}
figure { display:inline-block;}
figcaption { caption-side: bottom; font-weight: bold; color:#367D1C; }

.side-bar { padding:20px; margin:0px!important; border-radius: 10px;}
.side-bar a {color:#2B2B78; text-decoration:none;}
.side-bar a:hover {color:#347822; text-decoration:none;}
.side-active, .side-active a, .side-active a:hover {color:#FFFFFF; background-color:#347822;}
.question-active, .question-active a, .question-active:hover {
    background-color: #F1F6EF!important;
	color:#000000!important;
}
.ateq-box{
	border-radius: 5px;
	padding:5px;
	margin:5px;
	border: 1px solid #367D1C;
	background: #FFF;
	
}
.ateq-box-heading{
	border-radius: 5px;
	background: #4A8136;
	color: #ffffff;
	font-size: 18px;
	font-style: normal;
	padding:20px;
	margin-bottom:10px;
	text-align:left;
}
.ateq-box-heading-tall{
	border-radius: 5px;
	background: #4A8136;
	color: #ffffff;
	font-size: 18px;
	font-style: normal;
	padding:10px 20px;
	margin-bottom:10px;
	text-align:left;
}
.ateq-box ul li {
	margin-bottom: 10px;
	line-height: unset;
	text-align:left;
	color: #2B2B78;
	font-size:12px;
}
.ateq-box ul {
	margin:0px;
	padding-left:20px;
}
.form-button {
	border-radius: 10px;
	border: 3px solid #367D1C;
	background: #FFF;
padding:7px 30px;
}
.rotate {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.sq-395 {
	max-width:343px;
	padding: 80px 46px 65px;
}