/* @override http://beta.adni.loni.ucla.edu/wp-content/themes/freshnews-dev/style.css */

/*
Theme Name: Fresh News
Version: 2.0
Author: Ragini Jain
*/

/*=== Setup ===*/
/*** Fonts ***/
@font-face {
	font-family: 'Nunito Regular';
	src: url("includes/fonts/Nunito-Regular.ttf") format("truetype");
}
@font-face {
	font-family: 'NunitoSans Bold';
	src: url("includes/fonts/NunitoSans-Bold.ttf") format("truetype");
}
@font-face {
	font-family: 'NunitoSans Italic';
	src: url("includes/fonts/NunitoSans-Italic.ttf") format("truetype");
}
@font-face {
	font-family: 'NunitoSans LightItalic';
	src: url("includes/fonts/NunitoSans-LightItalic.ttf") format("truetype");
}
@font-face {
	font-family: 'NunitoSans Regular';
	src: url("includes/fonts/NunitoSans-Regular.ttf") format("truetype");
}
@font-face {
	font-family: 'NunitoSans SemiBold';
	src: url("includes/fonts/NunitoSans-SemiBold.ttf") format("truetype");
}
@font-face {
	font-family: 'Roboto Bold';
	src: url("includes/fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
	font-family: 'Roboto Italic';
	src: url("includes/fonts/Roboto-Italic.ttf") format("truetype");
}
@font-face {
	font-family: 'Roboto Medium';
	src: url("includes/fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
	font-family: 'Roboto Regular';
	src: url("includes/fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
	font-family: 'RobotoCondensed Bold';
	src: url("includes/fonts/RobotoCondensed-Bold.ttf") format("truetype");
}
@font-face {
	font-family: 'RobotoCondensed Regular';
	src: url("includes/fonts/RobotoCondensed-Regular.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: #555253;
	font: 16px NunitoSans Regular,sans-serif;
	background-color: #34791F
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb75 {
	margin-bottom: 75px;
}

.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt15 {
	margin-top: 15px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt75 {
	margin-top: 75px;
}

.pb100 {
	padding-bottom: 100px;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pt0 {
	padding-top: 0 !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;
}

.clearfix {
	margin: 0px 0px 20px 0px;
}

#whitebody {
/*	min-height: 100vh;
*/}


i {
	font-family: Roboto Italic, serif;
	font-size: 16px;
	font-weight: 400;
	color: #555253;
	text-align: center;
}

p {
line-height: 27px;
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 *******************/

.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: 20px;
	border-top-right-radius: 20px;
	font-family: Roboto Regular, serif;
	font-size: 21px;
}

.post{
	padding: 40px 7% 35px 7%;
	justify-content: space-between;
}

.post.org-data + .post {
	padding-top: 0;
}

.post.org-data {
/*    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;
}

#filter-section input {
	padding-left: 10px;
}

#filter-section input[type="number"] {
	width: 50px;
}

button#apply-filters {
	font-family: NunitoSans 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: RobotoCondensed Regular, 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: #F5F4E8;
	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: 16px;
}

#core-container .core-data a svg {
	color: #61A747;
	font-size: 16px;
}

#core-container .core-data h4 {
	text-align: left;
}


.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 .core {
	width: 107px;
	height: 43px;
	display: inline-block;
	background-color: #34791F;
	text-align: center;
	padding: 5px;
	line-height: 17px;
	margin-bottom: 20px;
	border: 2px solid transparent;
}

#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: RobotoCondensed Regular, sans-serif;
	font-size: 14px;
	cursor: auto;
	font-weight: 400;
	font-stretch: condensed;
}

#core-container .core.clickable a {
	font-family: RobotoCondensed Bold, sans-serif;
	font-weight: 400;
	cursor: pointer;
	font-size: 16px;
	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 .line {
	border-left: 3px solid #34791F;
	height: 40px;
	width: 0;
	float: none;
	margin-left: 108px;
}

#core-container .core-col-2 .line:last-of-type {
	height: 362px;
}

#core-container .hr-line {
	margin-top: -14px;
	margin-bottom: 0;
	left: 112px;
	position: relative;
	width: 111px;
	border-top: 3px solid #34791F;
}

#core-container .core-col-3 .hr-line {
	left: -117px;
	width: 110px;
}

#core-container .row .col-4 {
	 background-color: #61A747;
	padding-right: 30px;
	padding-left: 30px;
	padding: 50px;
	border: 2px solid #FFCC00;
	border-left: none;
	min-width: 515px;
	max-height: 600px;
}

#core-container .core.clickable:hover, #core-container .core.clickable.active {
	background-color: #fff;
	border: 2px solid #FFCC00;
	height: 43px;
}

#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 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: #F5F4E8;
	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: 17px;
	height: 50px;
	border:	1px solid #61A747;
	cursor: pointer;
	height: 40px;
}

#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: 16px;
	text-transform: uppercase;
}

#background-container .single-core, #background-container .single-core h6 {
	color: #34791f;
}

#background-container h5 span {
	font-weight: 400;
	font-family: RobotoCondensed Reular,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: #fff;
	color: #61A747;
}

#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: #61A747;
}

#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: RobotoCondensed Regular, 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: 16px;
	font-family: NunitoSans 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: RobotoCondensed Regular, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	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*/
	padding-bottom: 0;
}

/************* 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: NunitoSans SemiBold, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
}

.author_info {
	color: #9e9d9c;
	font-family: NunitoSans Regular, 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-content video{
	width: 100%;
}*/

.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:arial;
	float: left;
		font-size: 256%;
		margin-left: 0px !important;
}
div.logoList li.1stLogo img{
	margin-left: 30%!important;
	}

a, a:hover, a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]){
	color: #61A747;
	text-decoration: none;
	cursor: pointer;
	font-family: NunitoSans SemiBold, sans-serif;
	font-size: 16px;
	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: NunitoSans Regular, 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: NunitoSans SemiBold, sans-serif;
	font-weight: 600: 
}

#search-box ul li:last-of-type {
	border-left: none;
}

#top-search {
	background: #61A747 !important;
	margin-bottom: 5px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	display: inline-block;
	padding: 2px;
	padding-right: 40px;
}

#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;
}

#second-header-search #top-search input[type="text"] {
    width: 150px;
}

#top-search input {
	border: none;
}

#top-search button {
	background-color: transparent;
	text-transform: uppercase;
	cursor: pointer;
	color: white;
	font-weight: bold;
	width: 30px;
	height: 18px;
	top: 3px;
	position: absolute;
}

#top-search button svg {
	float: left;
	position: relative;
}

/*#top-search form {
	margin-top: 2px;
}*/

/*=========  Buttons =========*/

#adni-demo-container .dark-button {
	text-transform: capitalize;
	width: 35%;
	margin-top: 50px;
	width: 35%;
	font-family: NunitoSans Regular, sans-serif;
	font-weight: 400;
}


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: 13px;
	padding-bottom: 11px;
	font-size: 18px;
	border-radius: 28px;
	text-align: center;
	display: block;
	text-decoration: none;
	margin: 0 auto;
	background-color: #34791F;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	font-family: RobotoCondensed Regular, sans-serif;
	font-weight: 400;
	border: 1px solid #61A747;
	width: 185px;
}
 a.light-button:not([href]):not([tabindex]):focus, a.light-button:not([href]):not([tabindex]):hover, a.light-button:hover {
	background-color: #fff;
	color: #61A747;
	border: 1px solid #61A747;
}

a.dark-button:not([href]):not([tabindex]):focus, a.dark-button:not([href]):not([tabindex]):hover, a.dark-button:hover {
	background-color: #fff;
	color: #34791F;
	border: 1px solid #34791F;
}

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: RobotoCondensed Regular, sans-serif;
	font-weight: 400;
	font-stretch: condensed;
}

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: #61A747;
	cursor: auto;
}

a.light-button {
	background-color: #61A747;
}

.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;
}

/*========= 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: 981px;
    margin: 0 auto;
}

.withborder tr:first-of-type td {
	background-color: #34791F;
	color: #fff;
	font-family: RobotoCondensed Regular,sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	font-stretch: condensed;
}

.withborder tr:not(:first-of-type) td {
	font-size: 16px;
	font-family: NunitoSans SemiBold,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: RobotoCondensed Regular,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: 16px;
	font-family: NunitoSans SemiBold,sans-serif;
	line-height: 19px;
	font-weight: 600;
	color: #555253;
	text-align: left;
}

#post-4174 table tr:nth-of-type(2) td {
	font-family: NunitoSans Bold,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: NunitoSans Bold, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}

.sidebarbox .subscribe svg {
	margin-left: 10px;
}

/*=== Top Menu ===*/

#header {
	max-width: 100%;
	padding-bottom: 0;
}
#header.post ul {
	margin-left: 0;
}
#topmenu{
	margin: 0 auto;
	max-width: 100%;
}
#topmenu .menu li{
	display: inline-block;
	position: relative;
}
#topmenu .menu li a{
	color: #565254;
	display: block;
	text-decoration: none;
	margin: 1em 0 0 -2px;
	padding:11px 11px;
	border-left: 1px solid #ffcc02;
	padding-top: 0;
	font-family: NunitoSans Regular, sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

#second-header #topmenu .menu li a {
	padding-left: 15px;
}

#second-header {
	display: none;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 6px;
	position: fixed;
	z-index: 99999999999;
	background-color: #34791F;
}

.fix-header#second-header {
	display: flex;
	position: fixed;
}

#second-header #adni-logo {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

#second-header #adni-logo img {
    width: 130px;
}

#second-header #topmenu {
	top: 30px;
	margin-left: 0;
	text-align: center;
}

#second-header #topmenu .menu li#second-header-search a {
    padding-left: 50px;
}

/*#topmenu .menu > li.current-menu-item > a, #topmenu .menu > li.current-menu-ancestor > a {
	font-weight: bold;
	color: #f5b700;
	background: #f5b700;
}
*/

#second-header #topmenu .menu li a{
	border-left: none;
	color: #fff;
}

#topmenu .menu li:first-of-type a{
	border-left: none;
}


#topmenu li a:hover,#topmenu li.active a{
	/*color: #ff7800;*/
	text-decoration: none;
}

#topmenu div .menu {
	display: inline-block;
	list-style: none;
	margin-bottom: 0;
}

#topmenu div .sub-menu {
	display: none;
	position:absolute;
	top:100%;
	background:#fff;
	padding:0
}

#topmenu div .menu li:hover {
	background: #f5b700;
}

#second-header #topmenu div .menu li:hover {
	background: none;
}

#header #topmenu div .menu li:hover > a {
	color: white !important;
}

#topmenu div .menu li .sub-menu li:hover > a {
	color: #fff;
}

#topmenu div .menu li:hover > .sub-menu li a {
	text-decoration: none;
}

#topmenu ul ul a
{
	line-height:120%;
	padding:10px 15px
}


#topmenu ul li:hover > ul
{
	display: block;
	background: #f5b700;
	z-index: 999;
}

#second-header #topmenu ul li:hover > ul
{
	background: #34791F;
}

#topmenu .menu .sub-menu li {
	display: block;
}

#topmenu .menu .sub-menu li a {
	border: none;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
}

#second-header #topmenu .menu .sub-menu li a {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}


#second-header #topmenu div .menu li:hover > a {
	color: #FFCC00;
}

#topmenu li.menu-item-8249 > a, #topmenu li.menu-item-8263 > a, #topmenu li.menu-item-9075 > a {
	color: #565254 ;
	cursor: initial;
}

#second-header li.menu-item-8249 > a, #second-header li.menu-item-8263 > a, #second-header li.menu-item-9075 > a {
	color: #fff ;
	cursor: initial;
}

#topmenu .menu-main_nav-container > .menu > li.current-menu-item > a, #topmenu > .menu-main_nav-container > .menu > li.current-menu-ancestor > a, #second-header #topmenu .menu-main_nav-container > .menu > li.current-menu-item > a, #second-header #topmenu > .menu-main_nav-container > .menu > li.current-menu-ancestor > a {
	color: #fdb610;
}

#header .menu-main_nav-container {
	text-align: center;
}

/*- 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 ul li ul li {
	background: #a7bfa7 url(images/bgr-box-trans.png) repeat-x top;
	border-bottom:1px solid #dedbd1;
	border-left:1px solid #dedbd1;
	border-right:1px solid #dedbd1;
	line-height:28px;
	width:13.7em;
	padding-left:15px;
}
*/
#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: #34791F;
	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: NunitoSans Regular, sans-serif;
	margin-left: 0;
	width: initial;
	vertical-align: top;
	line-height: 26px;
	font-weight: normal;
}

#mm-header .row .col-7 span {
	font: 11px NunitoSans Bold, 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 .tooltiptext::after {
	content: " ";
	position: absolute;
	bottom: 100%;  /* At the top of the tooltip */
	/*left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #FFCC00 transparent;*/
/*}*/

.tooltip:hover .tooltiptext {
	visibility: visible;
}



/*==============  HEADER  ===================*/
#header {
	height: auto;
	padding-top: 90px;
	padding-right: 0;
	margin-right: 0;
	padding-right: 4%;
	margin-left: 0;
	padding-left: 0;
}

#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 {
	text-align: center;
}

#adni-logo img {
/*	width: 80%;
*/	height: auto;
}

/*- RSS -*/
#rss{
	position:absolute;
	top:-10px;
	right:0px;
	height: 38px;
	width: 39px;
	display: inline;
	float:right;
}
/*- Search -*/
/*#search{
	background: url(images/bgr-search.gif) no-repeat;
	height: 32px;
	margin: 0 0 10px;
}
#search input{
	background: transparent;
	border: 0;
	color: #666666;
	float: left;
	font-size: 12px;
	margin: 7px 0 0 10px;
	width: 178px;
	padding:2px;
}
#search .btn{
	margin: 7px 0 0;
	padding: 0;
	width: auto;
}*/

/*=== typography ===*/
h1{
	font-family: Roboto Regular, sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #fff;
	margin-bottom: 0;
}
h2{
	font-weight: 400;
	color: #fff;
	font-family: NunitoSans Regular,sans-serif;
	font-size: 24px;
	margin-bottom: 0;
}
h3{
	font-weight: 400;
	color: #000000;
	font-family: Roboto Regular,sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}

h4{
	font-size: 21px;
	font-weight: 400;
	color: #000000;
	font-family: Roboto Regular,sans-serif;
	margin-bottom: 50px;
	text-align: center;
}
h5{
	font-weight: 400;
	color: #555253;
	font-family: RobotoCondensed Regular,sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-stretch: condensed;
	margin-top: 45px;
}


h6{
	color: #555253;
	font-size:18px;
	font-family: RobotoCondensed Regular,sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-stretch: condensed;
}
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:16px;
}
#centercol h3 {
	text-align: center;
}

#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:16px;
}
/*- Widget lists -*/
.widget ul{
	line-height:16px;
	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: #34791F;
padding:10px;
border-top: 2px solid #FFCC00;
padding-bottom: 0;
}

#footer .post {
	max-width: 1920px;
	padding-top: 0;
	padding-bottom: 0;
}

#footer .text {
	font-size: 12px;
	padding: 20px 15px 20px 15px;
}

#footer .pbt img {
	height: 67px;
}

#footer .pbt span {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 15px;
	font-family: NunitoSans Regular, sans-serif;
	font-weight: 400;
}

#footer .pbt {
	float: right;
	text-align: right;
	padding-left: 2.5%;
}

#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: NunitoSans Regular, sans-serif;
	font-weight: 400;
}
#footer .link a:not(:first-of-type) {
	border-left: 1px solid;
}

#footer .link .text {
	padding: 0;
}
/*=== 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;
}
#breadcrumbs{
	font-family:arial;
	margin:20px 0 5px 10px;
	color: #339933;
	font-size:.8em;
}
#breadcrumbs a{
	color:#339933;
	font-weight:normal;
}

/*========= RSS SPECIFIC =========*/
/*
.rss {
	margin-bottom:5px;
}

.rssTitle {
	font-size:20px;
}
.rss p {
	font-size:11px;
	line-height:14px;
}
*/

/*========= 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: 16px;
}

/*=== 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:16px;
	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: #9e9d9c;
	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: NunitoSans Regular, sans-serif;
}

.homepage .home-box {
	text-align: center;
	max-width: 1595px;
}


#home-desc, #data-desc {
	margin:0;
	text-align: center;

}

#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 .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: NunitoSans Regular, sans-serif;
}

.data-banner a.light-button {
	background-color: #34791f;
}

.data-banner a.light-button:hover {
	background-color: #fff;
}

.ida-login a.dark-button:hover {
	background-color: #fff;
}

.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: #567384;
font-size: 16pt;
padding-bottom:15px;
}

.threadheader {
color:#999999;
font-size:10pt;
}

.threadbox {
color:#666666;
font-size:12pt;
padding: 15px 0;
border-top: 1px solid #e2ebe8;
}

.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: NunitoSans Regular, 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 {
	padding: 5px 20px;
	margin-bottom: 0;
	background-color: #45772E;
	color: #fff;
}
.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;
}

#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: NunitoSans Regular, 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: #34791F;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

#mm-header .sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	display: block;
	transition: opacity 0.1s linear;
}

#mm-header .sidenav a:hover {
	color: #f1f1f1;
}

.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: #fff;
	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: #61A747 !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;
}

#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: #34791F;
    width: 235px;
    position: absolute;
    top: -4px;
    padding: 0;
    right: 50px;
    display: none;
}

#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: 13px;
}

#second-search-panel li span {
    color: #fff;
    font-size: 11px;
}

#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;
}

@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;

	}

	/*.overlay-content video{
		width: 70%;
	}
*/
	#adni-comp img {
		width: 100% !important;
	}
}

@media (min-width : 1024px) {

	#adni-logo img {
/*		width: 80%;
*/	}
	#mm-header {
		height: 65px;
	}

	.post {
		padding: 10px 5% 70px 5%;
	  /*  padding-left: 5%;
		padding-right: 5%;*/
		padding-top: 57px;
		max-width: 1366px;
		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;
}
*/
#header .menu-item-7847 > a {
		padding-left: 48px !important;
		padding-right: 48px !important;
	}
#header .menu-item-7846 > a {
		padding-left: 31px !important;
		padding-right: 31px !important;
	}

	#mm-header ul li span:first-of-type {
		font-size: 11px;
	}

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 18px;
	}

	#adni-logo {
	float: left;
	padding-left: 4%;
}


}


@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: 16px;
		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;
	}

	/*#topmenu .menu li a {
		padding: 12px 14px;
		padding-top: 0;
		font-size: 13px;
	}*/

	#header .menu-item-7846 > a {
		padding: 5px 34px !important;
		padding-top: 0 !important;
	}
#header .menu-item-7847 > a {
		padding: 12px 53px !important;
		padding-top: 0 !important;
	}

	#topmenu {
		top: 35px;
		margin-left: 50px;
	}

	#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;
}

	#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: 12px 25px;
		padding-top: 0;
		font-size: 16px;
	}

	#topmenu {
		 top: 60px;
		 margin-left: 75px;
	}

	#header .menu-main_nav-container {
		margin-left: -107px;
	}

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 18px;
	}

	/*#topmenu ul.menu > li:first-of-type > a {
		padding-right: 50px;
		padding-left: 50px;
	}*/

	#core-container .core-col {
		float: right;
	}

}
