@font-face {
	font-family: "ACaslon";
	src: url('/fonts/ACaslonPro-Regular.otf');
}

html {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

*,
:after,
:before {
	box-sizing: inherit;
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit
}

html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video
{
	margin:0;padding:0;border:0;
}

img { -ms-interpolation-mode: bicubic; }

.page-header {
	padding-bottom: 0;
	margin: 0;
	border-bottom: 0;
}

ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td {
	text-align: left;
	font-weight: 400;
	vertical-align: middle
}

button {
	outline: 0;
	padding: 0;
	background: transparent;
	border: none;
	font-size: inherit
}

a {
	text-decoration: none;
	color: inherit;
	transition: all 0.5s ease 0s;
}

a,
button,
input,
label {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

input:required {
    box-shadow:none;
}
input:invalid {
    box-shadow:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	max-width: 900px;
	margin: 0 auto;
}

pre {
	background: rgba(0, 0, 0, .05)
}

pre,
pre code {
	color: rgba(0, 0, 0, .87)
}

.c,
.c1,
.cm,
.o {
	color: rgba(0, 0, 0, .54)
}

.k,
.kn {
	color: #a71d5d
}

.kd,
.kt {
	color: #0086b3
}

.n.f,
.nf {
	color: #795da3
}

.nx {
	color: #0086b3
}

.s,
.s1 {
	color: #183691
}

.bp,
.mi {
	color: #9575cd
}

.icon {
	font-family: Icon;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-search:before {
	content: "\e600"
}

.icon-back:before {
	content: "\e601"
}

.icon-link:before {
	content: "\e602"
}

.icon-close:before {
	content: "\e603"
}

.icon-menu:before {
	content: "\e604"
}

.icon-forward:before {
	content: "\e605"
}

.icon-twitter:before {
	content: "\e606"
}

.icon-github:before {
	content: "\e607"
}

.icon-download:before {
	content: "\e608"
}

.icon-star:before {
	content: "\e609"
}

.icon-warning:before {
	content: "\e610"
}

.icon-note:before {
	content: "\e611"
}

a {
	-webkit-transition: color .25s;
	transition: color .25s
}

.mb-20 {
	margin-bottom: 20px !important;
}

.overlay {
	-webkit-transition: opacity .25s, width 0s .25s, height 0s .25s;
	transition: opacity .25s, width 0s .25s, height 0s .25s
}

#toggle-drawer:checked~.overlay,
.toggle-drawer .overlay {
	-webkit-transition: opacity .25s, width 0s, height 0s;
	transition: opacity .25s, width 0s, height 0s
}

.js .header {
	-webkit-transition: background .6s, color .6s;
	transition: background .6s, color .6s
}

.js .header:before {
	-webkit-transition: background .6s;
	transition: background .6s
}

.button .icon {
	-webkit-transition: background .25s;
	transition: background .25s
}

.mb30 {
	margin-bottom: 30px !important;
}

body {
	color: rgba(0, 0, 0, .87);
	background-color: #f2f2f2;
}

.ios body {
	background: #fff
}

hr {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .12)
}

.toggle-button {
	cursor: pointer;
	color: inherit
}

.backdrop,
.backdrop-paper:after {
	background: #fff
}

.overlay {
	background: rgba(0, 0, 0, .54);
	opacity: 0
}

#toggle-drawer:checked~.overlay,
.toggle-drawer .overlay {
	opacity: 1
}

.header {
	height: 56px;
	width: 100%;
	box-shadow: 0 1.5px 3px rgba(0, 0, 0, .24), 0 3px 8px rgba(0, 0, 0, .05);
	background: white;
	top:0;
	color: #66388f
}

.purple-header {
	background: transparent;
	color:white;
	box-shadow: none;
}

.purple-header #header-menu a:focus, .purple-header #header-menu a:hover {
	color: white;
}

.purple-header img {
	display: none;
}

#logo-header {
	background: #74459a;
}

#logo-header #usc-logo {
	max-width: 200px; 
	width: 98%;
	float:right;
	padding: 4px 2%;
	display: none;
}

#logo-header #mm-logo {
	font-family: "ACaslon";
	font-size: 18px;
	color:white;
	padding: 15px 2%;
	display: inline-block;
	width: 70%;
	max-width: 600px;
}

#usc-mono {
	display: block;
	position: absolute;
	padding: 12px 2%;
	top:0;
	right: 0;
	width: 30%;
	max-width: 120px;
}

#ININame {
	display: none;
}

#headerLogo {
  height:64px;
  display: inline-block;
  margin: 0 auto;
  text-align:center;
  padding: 5px 6px 0 0;
}

.ios.standalone .header:before {
	background: rgba(0, 0, 0, .12)
}

.bar .path {
	color: hsla(0, 0%, 100%, .7)
}

.button .icon {
	border-radius: 100%
}

.button .icon:active {
	background: hsla(0, 0%, 100%, .12)
}

html {
	height: 100%
}

body {
	position: relative;
	min-height: 100%
}

hr {
	display: block;
	height: 1px;
	padding: 0;
	margin: 0
}

.locked {
	height: 100%;
	overflow: hidden
}

.scrollable {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.scrollable .wrapper {
	height: 100%
}

.ios .scrollable .wrapper {
	margin-bottom: 2px
}

.toggle {
	display: none
}

.toggle-button {
	display: block
}

.backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

.backdrop-paper {
	max-width: 1200px;
	height: 100%;
	margin-left: auto;
	margin-right: auto
}

.backdrop-paper:after {
	content: " ";
	display: block;
	height: 100%;
	margin-left: 262px
}

.overlay {
	width: 0;
	height: 0;
	position: fixed;
	top: 0;
	z-index: 1000;
}

.header {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	left: 0;
	z-index: 500;
}

.header #header-menu {
	display: none;
}

.ios.standalone .header {
	position: absolute
}

.bar {
	display: table;
	max-width: 1184px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.bar a {
	display: block
}

.no-js .bar .button-search {
	display: none
}

.bar .path .icon:before {
	vertical-align: -1.5px
}

.button {
	display: table-cell;
	vertical-align: top;
	width: 1%
}

.button button {
	margin: 0;
	padding: 0
}

.button button:active:before {
	position: relative;
	top: 0;
	left: 0
}

.button .icon {
	display: inline-block;
	font-size: 24px;
	padding: 8px;
	margin: 4px
}

.stretch {
	display: table;
	width: 100%
}

.header .stretch {
	padding: 4px 20px
}

body,
input {
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

::placeholder {
	color: #999999 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #999999 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #999999 !important;
}

.no-fontface body,
.no-fontface input,
body,
input {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.no-fontface code,
.no-fontface kbd,
.no-fontface pre,
code,
kbd,
pre {
	font-family: Courier New, Courier, monospace
}

#toggle-drawer:checked~.main .drawer,
.toggle-drawer .drawer {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.no-csstransforms3d #toggle-drawer:checked~.main .drawer,
.no-csstransforms3d .toggle-drawer .drawer {
	display: block
}

.project {
	-webkit-transition: none;
	transition: none
}

.project .logo img {
	-webkit-transition: box-shadow .4s;
	transition: box-shadow .4s
}

.repo a {
	-webkit-transition: box-shadow .4s, opacity .4s;
	transition: box-shadow .4s, opacity .4s
}

.drawer .anchor a {
	border-left: 2px solid #66388f
}

.drawer .section {
	color: rgba(0, 0, 0, .54)
}

.ios.standalone .project:before {
	background: rgba(0, 0, 0, .12)
}

.project .logo img {

}

.project:focus .logo img,
.project:hover .logo img {
	box-shadow: 0 4px 7px rgba(0, 0, 0, .23), 0 8px 25px rgba(0, 0, 0, .05)
}

.drawer {
	width: 262px;
	font-size: 13px;
	line-height: 1em;
	top:0;
}

.ios .drawer {
	overflow: scroll;
	-webkit-overflow-scrolling: touch
}

.drawer .toc li a {
	display: block;
	padding: 14.5px 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.drawer .toc li.anchor a {
	margin-left: 12px;
	padding: 10px 24px 10px 12px
}

.drawer .toc li ul {
	margin-left: 12px
}

.drawer .current+ul {
	margin-bottom: 9px
}

.drawer .section {
	display: block;
	padding: 14.5px 24px
}

.drawer .scrollable {
	top: 104px;
	z-index: -1
}

.drawer .scrollable .wrapper {
	height: auto;
	min-height: 100%
}

.drawer .scrollable .wrapper hr {
	margin: 12px 0;
	margin-right: auto
}

.drawer .scrollable .wrapper .toc {
	margin: 12px 0
}

.project {
	display: block
}

.project .banner {
	display: table;
	width: 100%;
	height: 104px;
	padding: 20px
}

.project .logo {
	margin: 0 auto;
	width: 80%;
	padding-right: 12px
}

.project .logo img {
	display: block;
	width: 100%;
}

.project .name {
	display: table-cell;
	padding-left: 4px;
	font-size: 14px;
	line-height: 1.25em;
	vertical-align: middle
}

.project .logo+.name {
	font-size: 12px
}


.no-js .repo a .count {
	display: none
}

.drawer .toc li a {
	font-weight: 700
}

.drawer .toc li.anchor a {
	font-weight: 400
}

.drawer .section,
.repo a {
	font-weight: 700
}

.repo a {
	text-transform: uppercase
}

.repo a .count {
	text-transform: none;
	font-weight: 700
}

pre span {
	-webkit-transition: color .25s;
	transition: color .25s
}

.copyright a {
	-webkit-transition: color .25s;
	transition: color .25s
}

.ios.standalone .article {
	background: -webkit-linear-gradient(top, #fff 50%, #66388f 0);
	background: linear-gradient(180deg, #fff 50%, #66388f 0)
}

.ios.standalone .article .wrapper {
	background: -webkit-linear-gradient(top, #fff 50%, #fff 0);
	background: linear-gradient(180deg, #fff 50%, #fff 0)
}

.white {
	background: white url('/images/gridBkgShort.png')!important;
	background-size: auto;
}
.darkWhite {
	background:white url(/images/gridBkgDark.png)!important;
	background-size: auto;
}
.purple { background-color: #66388f!important; padding: 0 10px;}

.lightPurple { background-color: #dccfec!important; }

.darkgray { background-color: #7a797a!important; }

.lightgray { background-color: #e5e5e5!important; }

.trans-purple { outline: 1px #66388f solid!important; background-color: none; }

.white, .white h1, .white h2, .white h3, .white p,
.darkWhite, .darkWhite h1, .darkWhite h2, .darkWhite h3, .darkWhite p  {
	color: #66388f
}

.purple, .purple h1, .purple h2, .purple h3, .purple p {
	color:white
}
.lightPurple, .lightPurple h1, .lightPurple h2, .lightPurple h3, .lightPurple p {
	color: #2F2A4F;
}
.box > a, #submitBtn {
	text-transform: uppercase;
	border-radius: 0;
	display: block;
	padding: 20px;
	font-size: 20px;
	width: 100%;
	max-width: 280px;
	margin: 25px auto;
	border: 3px solid #ede3ff;
	color: #66388f;
	background: white;
	text-align: center;
}

.white .box > a, .lightPurple .box > a, .white #submitBtn,.lightPurple #submitBtn {
	color: white;
	background: #66388f;
}

.darkgray h1, .darkgray h2 {
	color: #c7c5bb;
}
#nbsp {
	display: none;
}
.article code {
	background: #eee
}

.article kbd {
	color: #555;
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 #bbb
}
.article p {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.article .left {
	text-align: left;
}

.article a {
	border-bottom: 1px dotted
}

.article a:focus,
.article a:hover {
	color: #934683;
	cursor: pointer;
	text-decoration: none;
}

.article .headerlink {
	color: rgba(0, 0, 0, .26);
	border: none
}

.article table {
	box-shadow: 0 1.5px 3px rgba(0, 0, 0, .24), 0 3px 8px rgba(0, 0, 0, .05);
	border-radius: 3px
}

.article table th {
	background: #ee7a70;
	color: #fff
}

.article table td {
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.page-header {
	background: url(/images/bubbleBrainConnected.svg) no-repeat 50% 50px;
	background-size: cover;
}

.footer {
	background: #f2f2f2;
	color: #848484;
	font-size: 11px;
}

.footer .social-icon {
	font-size: 16px;
	margin: 22px;
}

#footer-wrapper {
	max-width:1366px;padding: 20px;margin: 0 auto;
}

.footer-section {
	display: block;
	padding: 20px;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

.footer a {
	border: none
}

.copyright {
	color: rgba(0, 0, 0, .54)
}

.pagination a .button,
.pagination a .title {
	color: #fff
}

.pagination .direction {
	color: hsla(0, 0%, 100%, .7)
}

.admonition {
	background: #29b6f6;
	color: #fff
}

.admonition pre {
	background: hsla(0, 0%, 100%, .3)
}

.admonition.warning {
	background: #66388f
}

.admonition a,
.admonition a:hover {
	color: #fff
}

.article {
	font-size: 14px;
	line-height: 1.7em;
}

.article:after {
	content: " ";
	display: block;
	clear: both
}

.article .wrapper {
	padding: 60px 24px 60px;
}

.wrapper .wrapper div {
	padding: 0 5%;
	display: flex;
	float: left;
	flex-direction: column;
	flex: 1 0 auto;
}

.wrapper .wrapper {
	padding: 0!important;
	display: block;
}
.ios.standalone .article {
	position: absolute;
	top: 56px;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.ios.standalone .article .wrapper {
	position: relative;
	min-height: 100%;
	padding-top: 60px;
	margin-bottom: 2px
}

.article h1 {
	font-size: 21px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	line-height: 1.333334em;
	padding: 20px 0 42px
}

.article h2 {
	font-size: 18px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.4em;
	padding-top: 65px;
	margin-top: -65px;
	text-align: center;
}

.ios.standalone .article h2 {
	padding-top: 36px;
	margin: 0
}

.article h3 {
	font-size: 21px;
	padding-top: 76px;
	margin-top: -56px;
	text-align: center;
}

.article h4 {
	font-size: 18px;
	font-family: "Lato";
	font-weight: bold;
	padding-top: 76px;
	color:black;
	margin-top: -56px
}

#calibration-of-f-18-amyloid-tracers .wrapper h4 {
	text-align: initial;
}

#calibration-of-f-18-amyloid-tracers h4 {
	padding-top: 45px;
	padding-bottom: 10px;
	text-align: center;
}

#calibration-of-f-18-amyloid-tracers .wrapper, #centiloid-project.white .wrapper {
	padding-top: 0;
	margin-top: -15px;
}

#calibration-of-f-18-amyloid-tracers .wrapper .downloads {
	margin-bottom: -22px;
}

#calibration-of-f-18-amyloid-tracers .wrapper span {
	text-indent: 40px;
	display: inline-block;
}

#centiloid-project ul {
	margin-top: 10px;
}

.ios.standalone .article h3,
.ios.standalone .article h4 {
	padding-top: 20px;
	margin-top: 0
}

.article .headerlink {
	float: right;
	margin-left: 20px;
	font-size: 14px
}

h1 .article .headerlink {
	display: none
}

.article ol,
.article p,
.article ul {
	margin-top: 0.75em;
	margin-bottom: 0.75em
}

.article li,
.article li ol,
.article li ul {
	margin-top: .75em
}

.article li {
	margin-left: 18px
}

.article li p {
	display: inline
}

.article ul {
	max-width: 700px;
	margin: 30px auto;
	list-style-type: circle;
}
.article ul>li:before {
	display: block;
	float: left;
	font-size: 16px;
	width: 1.2em;
	margin-left: -1.2em;
	vertical-align: -.1em
}

.article p>code {
	white-space: nowrap;
	padding: 2px 4px
}

.article kbd {
	display: inline-block;
	padding: 3px 5px;
	line-height: 10px
}

.article hr {
	margin-top: 1.5em
}

.article img {
	width: 100%;
	max-width: 100%;
	display: block;
}

.article pre {
	padding: 16px;
	margin: 1.5em -16px 0;
	line-height: 1.5em;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.article table {
	margin: 2em 0 1.5em;
	font-size: 13px;
	overflow: hidden
}

.no-js .article table {
	display: inline-block;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.article table th {
	min-width: 100px;
	font-size: 12px;
	text-align: left
}

.article table td,
.article table th {
	padding: 12px 16px;
	vertical-align: top
}

.article .data {
	margin: 1.5em -16px;
	padding: 1.5em 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	text-align: center
}

.article .data table {
	display: inline-block;
	margin: 0 16px;
	text-align: left
}

.footer {
	padding: 0 4px
}

.copyright {
	margin: 1.5em 0
}

.pagination {
	max-width: 1184px;
	height: 92px;
	padding: 4px 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden
}

.pagination a {
	display: block;
	height: 100%
}

.pagination .next,
.pagination .previous {
	position: relative;
	float: left;
	height: 100%
}

.pagination .previous {
	width: 25%
}

.pagination .previous .direction,
.pagination .previous .stretch {
	display: none
}

.pagination .next {
	width: 75%;
	text-align: right
}

.pagination .page {
	display: table;
	position: absolute;
	bottom: 4px
}

.pagination .direction {
	display: block;
	position: absolute;
	bottom: 40px;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	padding: 0 52px
}

.pagination .stretch {
	padding: 0 4px
}

.pagination .stretch .title {
	font-size: 18px;
	padding: 11px 0 13px
}

.admonition {
	margin: 20px -16px 0;
	padding: 20px 16px
}

.admonition>:first-child {
	margin-top: 0
}

.admonition .admonition-title {
	font-size: 20px
}

.admonition .admonition-title:before {
	content: "\e611";
	display: block;
	float: left;
	font-family: Icon;
	font-size: 24px;
	vertical-align: -.1em;
	margin-right: 5px
}

.admonition.warning .admonition-title:before {
	content: "\e610"
}

.article h3 {
	font-weight: 700
}

.article h5 {
	font-size: 18px;
	font-weight: bold;
}

.article h6 {
	font-style: italic
}

.article h2 a,
.article h3 a,
.article h4 a,
.article h5 a,
.article h6 a {
	font-weight: 400;
	font-style: normal
}

.bar {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: opacity .2s cubic-bezier(.75, 0, .25, 1), -webkit-transform .4s cubic-bezier(.75, 0, .25, 1);
	transition: opacity .2s cubic-bezier(.75, 0, .25, 1), -webkit-transform .4s cubic-bezier(.75, 0, .25, 1);
	transition: opacity .2s cubic-bezier(.75, 0, .25, 1), transform .4s cubic-bezier(.75, 0, .25, 1);
	transition: opacity .2s cubic-bezier(.75, 0, .25, 1), transform .4s cubic-bezier(.75, 0, .25, 1), -webkit-transform .4s cubic-bezier(.75, 0, .25, 1)
}

#toggle-search:checked~.header .bar,
.toggle-search .bar {
	-webkit-transform: translate3d(0, -56px, 0);
	transform: translate3d(0, -56px, 0)
}

.bar.search .button-reset {
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: opacity .4s cubic-bezier(.1, .7, .1, 1), -webkit-transform .4s cubic-bezier(.1, .7, .1, 1);
	transition: opacity .4s cubic-bezier(.1, .7, .1, 1), -webkit-transform .4s cubic-bezier(.1, .7, .1, 1);
	transition: opacity .4s cubic-bezier(.1, .7, .1, 1), transform .4s cubic-bezier(.1, .7, .1, 1);
	transition: opacity .4s cubic-bezier(.1, .7, .1, 1), transform .4s cubic-bezier(.1, .7, .1, 1), -webkit-transform .4s cubic-bezier(.1, .7, .1, 1);
	opacity: 0
}

.bar.search.non-empty .button-reset {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.results {
	-webkit-transition: opacity .3s .1s, width 0s .4s, height 0s .4s;
	transition: opacity .3s .1s, width 0s .4s, height 0s .4s
}

#toggle-search:checked~.main .results,
.toggle-search .results {
	-webkit-transition: opacity .4s, width 0s, height 0s;
	transition: opacity .4s, width 0s, height 0s
}

.results .list a {
	-webkit-transition: background .25s;
	transition: background .25s
}

.no-csstransforms3d .bar.default {
	display: table
}

.no-csstransforms3d .bar.search {
	display: none;
	margin-top: 0
}

.no-csstransforms3d #toggle-search:checked~.header .bar.default,
.no-csstransforms3d .toggle-search .bar.default {
	display: none
}

.no-csstransforms3d #toggle-search:checked~.header .bar.search,
.no-csstransforms3d .toggle-search .bar.search {
	display: table
}

.bar.search {
	opacity: 0
}

.bar.search .query {
	background: transparent;
	color: rgba(0, 0, 0, .87)
}

.bar.search .query::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .26)
}

.bar.search .query:-moz-placeholder,
.bar.search .query::-moz-placeholder {
	color: rgba(0, 0, 0, .26)
}

.bar.search .query:-ms-input-placeholder {
	color: rgba(0, 0, 0, .26)
}

.bar.search .button .icon:active {
	background: rgba(0, 0, 0, .12)
}

.results {
	box-shadow: 0 4px 7px rgba(0, 0, 0, .23), 0 8px 25px rgba(0, 0, 0, .05);
	background: #fff;
	color: rgba(0, 0, 0, .87);
	opacity: 0
}

#toggle-search:checked~.main .results,
.toggle-search .results {
	opacity: 1
}

.results .meta {
	background: #66388f;
	color: #fff
}

.results .list a {
	border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.results .list a:last-child {
	border-bottom: none
}

.results .list a:active {
	background: rgba(0, 0, 0, .12)
}

.result span {
	color: rgba(0, 0, 0, .54)
}

#toggle-search:checked~.header,
.toggle-search .header {
	background: #fff;
	color: rgba(0, 0, 0, .54)
}

#toggle-search:checked~.header:before,
.toggle-search .header:before {
	background: rgba(0, 0, 0, .54)
}

#toggle-search:checked~.header .bar.default,
.toggle-search .header .bar.default {
	opacity: 0
}

#toggle-search:checked~.header .bar.search,
.toggle-search .header .bar.search {
	opacity: 1
}

.bar.search {
	margin-top: 8px
}

.bar.search .query {
	font-size: 18px;
	padding: 13px 0;
	margin: 0;
	width: 100%;
	height: 48px
}

.bar.search .query::-ms-clear {
	display: none
}

.results {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: 1;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

.results .scrollable {
	top: 56px
}

#toggle-search:checked~.main .results,
.toggle-search .results {
	width: 100%;
	overflow-y: visible
}

.results .meta {
	font-weight: 700
}

.results .meta strong {
	display: block;
	font-size: 11px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 16px
}

.results .list a {
	display: block
}

.result {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px 16px 16px
}

.result h1 {
	line-height: 24px
}

.result h1,
.result span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.result span {
	font-size: 12px
}

.no-csstransforms3d .results {
	display: none
}

.no-csstransforms3d #toggle-search:checked~.main .results,
.no-csstransforms3d .toggle-search .results {
	display: block;
	overflow: auto
}

.meta {
	text-transform: uppercase;
	font-weight: 700
}

@media only screen and (min-width:960px) {
	.article {
		font-size: 18px;
	}
	.article:only-of-type {
		min-height: 610px;
	}
	.article > .wrapper > p {
		text-align: center;
	}
	.article h1 {
		font-size: 24px;
		text-align: center;
	}

	.page-header {
		background: url(/images/bubbleBrainConnected.png) no-repeat 90% 0!important;
		background-size: contain!important;
	}

	.bar {
		display:block;
	}
	.button-menu {
		display: none
	}

	.header #header-menu {
		float: right;
		display: inline-block;
		padding-top: 5px;
	}

	.header #header-menu li {
		display: inline-block;
	}

	.header #header-menu > li > a {
		padding: 15px 10px;
		font-size: 18px;
		font-family: 'Merriweather Sans', sans-serif;
		font-weight: normal;
	}

	#header-menu li a:focus {
		color: #66388f;
	}

	#header-menu li a:hover, #header-menu li .submenu a:hover {
		color: #934683;
	}

	#header-menu li a.nav-selected {
		text-decoration: underline;
	}

	.header #header-menu .submenu {
		display: none;
		position: absolute;
		background: white;
		z-index: 1000;
		-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.75);
		-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.75);
		box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.75);
	}

	#header-menu .submenu a {
		padding: 5px 15px;
		color:#66388f;
		font-size: 18px;
	}

	#header-menu .submenu a.nav-selected {
		color: white!important;
		background-color: #66388f;
		text-decoration: none!important;
	}

	.header #header-menu li:hover ul {
		display: block;
		min-width: 200px;
	}

	.header #header-menu li:hover ul li {
		display: block;
		width: 100%;
	}
	.drawer {
	  /*  float: left;
		height: auto;
		margin-bottom: 65px;
		padding-top: 80px;*/
		display: none;
	}
	.drawer,
	.drawer .scrollable {
		position: static
	}
	.article {
		
	}
	.footer {
		z-index: 4
	}
	.footer-section {
		width: 25%;
		display: inline-flex;
		float: left;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 10px 2%;
		text-align: center;
	}

	.footer-section:nth-child(2) {
		width: 49%;
	}

	.footer-section:nth-child(2) p{
		max-width: 400px;
		margin: 0 auto;
	}
	.copyright {
		margin-bottom: 64px;
		clear:both;
	}
	.results {
		height: auto;
		top: 64px
	}
	.results .scrollable {
		position: static;
		max-height: 413px
	}
}

@media only screen and (max-width:959px) {
	#headerLogo {
		height:50px!important;
		display: block!important;
		margin: 0 auto
	}
	#toggle-drawer:checked~.overlay,
	.toggle-drawer .overlay {
		width: 100%;
		height: 100%
	}
	.drawer {
		background: #fff;
		position: fixed;
		z-index: 1000;
		-webkit-transform: translate3d(-262px, 0, 0);
		transform: translate3d(-262px, 0, 0);
		-webkit-transition: -webkit-transform .25s cubic-bezier(.4, 0, .2, 1);
		transition: -webkit-transform .25s cubic-bezier(.4, 0, .2, 1);
		transition: transform .25s cubic-bezier(.4, 0, .2, 1);
		transition: transform .25s cubic-bezier(.4, 0, .2, 1), -webkit-transform .25s cubic-bezier(.4, 0, .2, 1)
	}
	.no-csstransforms3d .drawer {
		display: none
	}
	.project {
		box-shadow: 0 1.5px 3px rgba(0, 0, 0, .24), 0 3px 8px rgba(0, 0, 0, .05);
		background: #66388f;
		color: #fff
	}
	#toggle-search:checked~.main .results,
	.drawer,
	.toggle-search .results {
		height: 100%
	}
}

@media only screen and (min-width:720px) {
	.article {
		font-size: 16px;
	}
	.header {
		height: auto;
	}
	.header .stretch {
		padding: 0 16px
	}
	#logo-header #mm-header {
		font-size: 23px;
	}
	#logo-header #usc-logo {
		display: inline-block;
	}
	#usc-mono {
		display: none;
	}

	#ININame {
		display: inline;
	}
	.project .name {
		margin: 26px 0 0 5px
	}
	#mainLogo {
		max-width: 368px;
		margin-top: -5%;
		width: 50%;
	}
	.article .wrapper {
		padding: 65px 24px 65px;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto
	}
	.article .data {
		margin: 1.5em -24px
	}
	.article .data table {
		margin: 0 24px
	}
	.article h2 {
		font-size: 24px;
	}
	.ios.standalone .article h2 {
		padding-top: 28px;
		margin-top: 8px
	}
	.article h3,
	.article h4 {
	}
	.ios.standalone .article h3,
	.ios.standalone .article h4 {
		padding-top: 20px;
		margin-top: 0
	}
	.article pre {
		padding: 1.5em 24px;
		margin: 1.5em -24px 0
	}

	.wrapper .wrapper {
		display: flex;
	}
	.sixty {
		width: 60%!important;
	}

	.forty {
		width: 40%!important;
	}

	.fifty {
		width: 50%!important;
	}

	.footer {
		padding: 0 8px
	}
	#footer-wrapper {
		display: flex;
	}
	.footer-section {
		padding: 10px 20px;
		width: 33%;
	}
	.pagination {
		height: 65px;
		padding: 8px 0
	}
	.pagination .direction {
		padding: 0 56px;
		bottom: 40px
	}
	.pagination .stretch {
		padding: 0 8px
	}
	.admonition {
		margin: 20px -24px 0;
		padding: 20px 24px
	}
	.bar.search .query {
		font-size: 20px;
		padding: 12px 0
	}
	.results .scrollable {
		top: 64px
	}
	.results .meta strong {
		padding: 16px 24px
	}
	.result {
		padding: 16px 24px 20px
	}
}

@media only screen and (min-width:1200px) {
	.header {
		width: 100%
	}
	.drawer .scrollable .wrapper hr {
		width: 48px
	}
}

@media only screen and (orientation:portrait) {
	.ios.standalone .header {
		height: 76px;
		padding-top: 24px
	}
	.ios.standalone .header:before {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
		width: 100%;
		height: 20px
	}
	.ios.standalone .drawer .scrollable {
		top: 124px
	}
	.ios.standalone .project {
		padding-top: 20px
	}
	.ios.standalone .project:before {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
		width: 100%;
		height: 20px
	}
	.ios.standalone .article {
		position: absolute;
		top: 76px;
		right: 0;
		bottom: 0;
		left: 0
	}
	.ios.standalone .results .scrollable {
		top: 76px
	}
}

@media only screen and (orientation:portrait) and (min-width:720px) {
	.ios.standalone .header {
		height: 84px;
		padding-top: 28px
	}
	.ios.standalone .results .scrollable {
		top: 84px
	}
}

@media only screen and (max-width:719px) {
	.bar .path {
		display: none
	}
}

@media only screen and (max-width:479px) {
	.button-github,
	.button-twitter {
		display: none
	}
}

@media only screen and (min-width:720px) and (max-width:959px) {
	.header .stretch {
		padding: 0 24px
	}
}

@media only screen and (min-width:480px) {
	.pagination .next,
	.pagination .previous {
		width: 50%
	}
	.pagination .previous .direction {
		display: block
	}
	.pagination .previous .stretch {
		display: table
	}
}

@media print {
	.drawer,
	.footer,
	.header,
	.headerlink {
		display: none
	}
	.article .wrapper {
		padding-top: 0
	}
	.article pre,
	.article pre * {
		color: rgba(0, 0, 0, .87)!important
	}
	.article pre {
		border: 1px solid rgba(0, 0, 0, .12)
	}
	.article table {
		border-radius: none;
		box-shadow: none
	}
	.article table th {
		color: #66388f
	}
}

/*********custom section styles************/
.faq > .wrapper > p {
	text-align: left;
	font-size: 15px;
	margin-bottom: 35px;
}

.faq > .wrapper > .box {
	max-width:490px;
	text-align: center;
	font-size: 18px;
}

.modal p, .modal h3{
  color: #66388f;
}

.modal-body {
	padding: 0 8%;
	background: white url('/images/gridBkgShort.png')!important;
}

.modal h3 {
	margin: 0;
	padding: 10px;
}
.video-wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
	width: 100%;
}

.video-container iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.asterisk {

	color: red;
	font-size: larger;

}

.wrapper .asterisk {
	color: red;
	text-align: center !important;
}

#mc_embed_signup .button {
    background-color: #66388f;
}

#mc_embed_signup .mc-field-group label {
    color: #66388f;
}

#mc_embed_signup h2 {
    color: #000;
}

#mc_embed_signup .indicates-required {
    color: #000;
}

#mc_embed_signup {
    margin-top: 30px;
}

#mc_embed_signup .mc-field-group input {
       color: #000000 !important;
}

#mc_embed_signup .button:hover {
    background-color: #777 !important;
}
