
/* Libre Baskerville fonts */
@font-face {
	font-family: 'Libre Baskerville';
	src: url("/fonts/LibreBaskerville-Regular.ttf") format("truetype");
}
@font-face {
	font-family: 'Libre Baskerville Italic';
	src: url("/fonts/LibreBaskerville-Italic.ttf") format("truetype");
}
@font-face {
	font-family: 'Libre Baskerville Bold';
	src: url("/fonts/LibreBaskerville-Bold.ttf") format("truetype");
}

/* Open Sans fonts */
@font-face {
	font-family: 'Open Sans Regular';
	src: url("/fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: 'Open Sans Semibold';
	src: url("/fonts/OpenSans-Semibold.ttf") format("truetype");
}

@font-face {
	font-family: 'Open Sans Bold';
	src: url("/fonts/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
	font-family: 'Open Sans Italic';
	src: url("/fonts/OpenSans-Italic.ttf") format("truetype");
}

/* Montserrat fonts */
@font-face {
  font-family: 'Montserrat Regular';
  src: url("/fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Montserrat Medium';
  src: url("/fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Montserrat Bold';
  src: url("/fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Montserrat Semibold';
  src: url("/fonts/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Montserrat Light';
  src: url("/fonts/Montserrat-Light.ttf") format("truetype");
}


body {
  font: 16px "Open Sans Regular";
  color: black;
  line-height: 1.5;
  background: black;
  margin: 0;
  padding: 0;
	transition: all .75s;
}

h1 {
  font: 24px "Montserrat Medium";
  color: black;
	text-align: center;
	/* margin-top: -54px; */
	margin-bottom: 50px;
}

h2 {
	font: 20px "Montserrat Medium";
	color: black;
	text-align: left;
}
h4 {
	font: 18px "Montserrat Medium";
	color: black;
	text-align: left;
	font-weight: 900;
	margin-bottom: 20px;
}

h3 {
	font: 16px "Montserrat Regular";
	color: #FFF;
	text-align: left;
}

a, a:link {
  font: 16px "Open Sans Regular";
  color: #FFCC00;
  line-height: 1;
  text-decoration: none;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
  cursor: pointer;
}

ol {
	padding-left: 15px;
	margin-bottom: 40px;
}
a:hover {
  color: #FFCC00;
  text-decoration: none;
}

/* a:active, a:visited {
  color: #e4940e;
  text-decoration: none;
} */

a.darker {
	color: #FAA61A;
}
/* containers */
#clrgray {
background-color:#EFEFEF;
}
.container--home {
  background: url(../images/home_brain.png);
  height: 150%;
  width: 100%;
  z-index: 2;
  margin-top: -300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	background-attachment: fixed;
}
.container--white {
	background: white;
	width: 100%;
}
.container--white__content {
	padding: 100px 0;
	margin: 0 auto;
}
.container--static {
	min-height: 100vh;
	height: auto;
	color: #CCCCCC;
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	transition: all .75s;
}
.container--static--howtocite {
	min-height: 100vh;
	height: auto;
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	transition: all .75s;
}

.container--static h1 {
	color: #FFF;
	max-width: 694px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.container--static--howtocite h1 {
	color:black;
	max-width: 694px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.container--static h2 {
	color: #FFF;
}
.container--static--howtocite h2 {
	color: #FFF;
}
.container--static p.italic {
	font: 12px "Libre Baskerville Italic";
	margin: 12px 0;
}
.container--static--howtocite p.italic {
	font: 12px "Libre Baskerville Italic";
	margin: 12px 0;
}

.container--static.people > h1{
	margin-bottom: 0;
}
.header-wrapper {
  padding: 10px 30px 25px 30px;
  position: relative;
  z-index: 3;
	background: black;
}

.mcp-title{
	font: 18px "Open Sans Bold";
	color: #e8e8e8;
}

/* header styles */
#header .logo img{
	width: 150px;
  height: auto;
}
#header .logo.usc {
  display: none;
  float: right;
}

#header .logo.usc-shield {
  float: right;
}
#header .logo.usc-shield img{
  width: 30px;
  height: auto;
}
#header .logo.main {
  float: left;
}


/* navbar styles */

.sticky-header {
	position: fixed;
	width: 100%;
	background-color: black;
	padding: 42px 30px 42px 30px;
	top: -300px;
	height: 120px;
	display: none;
	z-index: 10;
	transition: all 1s linear;
  -webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
}
.sticky-header #top_nav .logo.cic img {
	width: 181.92px;
	height: auto;
	bottom: 13px;
}

.sticky-header #top_nav .logo.usc img {
	width: 125px;
}
.navbar-toggle {
  margin-right: 0px;
}
.navbar-toggle .icon-bar {
  background: #FFCC00;
  width: 30px;
  height: 3px;
  margin: 0 0 6px 0;
}

.navbar-wrapper {
  height: 60px;
  margin-top: 30px;
}

/* top nav styles */

#top_nav {
  margin: 0 auto;
  cursor: pointer;
}
#top_nav > ul {
  list-style: none;
  width: 100%;
	padding-left: 0;
	position: relative;
}
#top_nav a, #side_nav a {
	font: 13px "Montserrat Regular";
}
#top_nav a:hover, #side_nav a:hover {
	color: #fff;
	text-decoration: none;
}
#top_nav > ul > li {
  list-style: none;
  padding-left: 10px;
  /* flex-basis: 20%; */
	text-align: center;
}
/* #top_nav > ul li:first-child {
  margin-right: 5%;
} */
#top_nav > ul > li > a {
  padding: 10px 0;
  line-height: 40px;
  text-transform: uppercase;
}
#top_nav > ul > li:hover ul {
  display: block;
}
/* #top_nav > ul #publication-submenu-lg {
	display: none;
	list-style: none;
	padding-left: 72px;
	margin-top: -21px;
	margin-left: 50px;
} */
#top_nav > ul > li > ul {
	list-style: none;
	position: absolute;
	display: none;
	padding-left: 0;
	text-align: left;
	text-transform: uppercase;
}

#top_nav > ul > li > ul > li {
	margin-bottom: 10px;
}
#top_nav > ul > li > ul > li > a{
	border-bottom: 1px solid #707070;
	padding-right: 50;
	padding-bottom: 3px;
}

#top_nav > ul > li > ul > li:hover #protocols-submenu-lg {
	display: block;
}

#top_nav > ul #protocols-submenu-lg {
	display: none;
	list-style: none;
	padding-left: 80px;
	margin-top: -21px;
	margin-left: 50px;
}

#top_nav #protocols-submenu-lg li {
	border-bottom: 1px solid #707070;
	margin-bottom: 10px;
}

#top_nav > ul > li > ul > li:hover #iConnectome-submenu-lg {
	display: block;
}

#top_nav > ul #iConnectome-submenu-lg {
	display: none;
	list-style: none;
	padding-left: 72px;
	margin-top: -21px;
	margin-left: 50px;
}

#top_nav #iConnectome-submenu-lg li {
	border-bottom: 1px solid #707070;
	margin-bottom: 10px;
}
#iConnectome-submenu-lg > li > p {
	display: none;
}
#iConnectome-submenu-lg > li:hover p{
	display: block;
	color: #FFCC00;
  font: 12px "Open Sans Regular";
	text-transform: none;
	list-style: none;
  /* padding-left: 82px; */
	width: 250px;
  background-color: black;
  text-align: center;
  border-radius: 15px;
  padding: 20px 10px;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 110%;
}
/* #top_nav > ul > li > ul > li > ul {
	display: block;
} */
#top_nav > ul > li > ul > li:hover #publication-submenu-lg {
	display: block;
}

#top_nav #publication-submenu-lg li {
	border-bottom: 1px solid #707070;
	margin-bottom: 10px;
}
#publication-submenu-lg > li > p {
	display: none;
}

#publication-submenu-lg > li:hover p{
	display: block;
	color: #FFCC00;
  font: 12px "Open Sans Regular";
	text-transform: none;
	list-style: none;
	width: 250px;
  background-color: black;
  text-align: center;
  border-radius: 15px;
  padding: 20px 10px;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 110%;
}
#top_nav .logo.cic img{
  width: 20em;
  position: relative;
  bottom: 25px;
}
#top_nav button, #side_nav button {
  background: rgba(0,0,0,0);
  border: none;
  position: relative;
  top: 12px;
}
#top_nav form .fa.fa-search.fa-lg, #side_nav form .fa.fa-search.fa-lg {
  color: #FFCC00;
	font-size: 1em;
}
#top_nav button:focus, #side_nav button:focus {
  text-decoration: none;
}

.clearfix {
  width: 100%;
}

/* side nav styles*/
#side-nav {
  display: block;
  padding: 20px;
  float: right;
  width: 300px;
  height: 100%;
	position: fixed;
	overflow-y: scroll;
  top: 0;
  right: -300px;
  background: black;
  z-index: 99999;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
#side-nav > ul {
  padding: 0;
}
#side-nav > ul > li {
  padding: 20px 0;
  text-transform: uppercase;
	cursor: pointer;
}

#side-nav > ul > li > a > span {
	float: right;
	margin-top: 3px;
}

#side-nav > ul > li:first-child {
  margin-top: 15vh;
}

#side-nav > ul > li > ul {
	padding-left: 0;
	text-transform: none;
	display: none;
}

#side-nav > ul > li > ul > li {
	margin-top: 20px;
}
#side-nav .fa.fa-window-close {
	display: none;
  position: fixed;
  top: 10vh;
  left: 85%;
  font-size: 24px;
	cursor: pointer;
}
#side-nav > ul form.cic-search input[type="text"]{
	font-size: 14px;
	width: 75%;
	max-height: 18px;
}

#side-nav > ul form.cic-search button {
	background: rgba(0,0,0,0);
	border: none;
	padding: 0;
	margin-left: 10px;
}

#side-nav > ul form.cic-search .fa-lg {
	color: #FFCC00;
	line-height: 0;
	vertical-align: 0;
}
.container--home .headline {
  position: absolute;
  width: 550px;
  bottom: 0;
  right: 0;
  padding: 50px;
}


.container--home .headline p {
  margin: 0 0 30px 0;
  line-height: 1.5;
  font: 18px "Open Sans Regular";
  color: #CCCCCC;
}

.container--home .headline p:last-of-type {
	margin-bottom: 0;
}
.container--home .down-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.container--white .data-dict img {
	width: 190px;
	height: 150px;
	border-radius: 5%;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}
.container--white .data-dict a {
  background-color: #fff;
  width: 25%;
  max-width: 100%;
  padding: 2.4rem;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid #cdced0;
  border-width: .06rem;
  display: block;
  text-decoration: none;
	border-radius: 1%;
	position: relative;
}
.container--white .data-dict div.flex-container {
    width: 100%;
    /* overflow-x: hidden; */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 1rem;
		justify-content: flex-start;
}
.container--white .data-dict div.flex-container h4{
    font-family: open sans-serif;;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #1c2532;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0 0 .625rem 0;
}
.container--white .data-dict div.flex-container p.description {
  font-family: open sans-serif;;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: .3px;
	visibility: hidden;
  width: 300px;
  background-color: black;
	text-align: center;
  border-radius: 6px;
  padding: 20px 10px;
	/* Position the tooltip */
  position: absolute;
	/* position: relative; */
  z-index: 10000;
	margin-left: 200px;
	margin-top: -200px;

}
 .container--white .data-dict div.flex-container p.description::after {
	right: 100%;
 	top: 50%;
 	border: solid transparent;
 	content: " ";
 	height: 0;
 	width: 0;
 	position: absolute;
 	pointer-events: none;
 	border-color: rgba(0, 0, 0, 0);
 	border-right-color: #FAA61A;
 	border-width: 15px;
 	margin-top: -15px;
}



.container--white .data-dict div.flex-container > a:hover p.description {
	visibility: visible;

}
.container--white .data-dict div.flex-container p.link {
  display: inline-block;
  font-family: open sans-serif;
  font-weight: 700;
  border-radius: 1.375rem;
  text-decoration: none;
  cursor: pointer;
  transition: background-color ease 150ms;
  /* color: #fff; */
  /* background-color: #60a7e5; */
  display: inline-block;
  padding: 0;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: .01875rem;
  background: 0 0;
  color: #FAA61A;
}
.container--white .data-dict div.flex-container p.link:hover {
	color: #e4940e;
	background: 0 0;
}
.container--white .data-dict div.flex-container p.link:active {
    color: #90c2ed;
    background: 0 0;
}


.book-reviews {
	margin-top: 30px;
}
.book-reviews p {
	font: 16px "Open Sans Italic";
}
.container--home .down-arrow a {
  font-size: 24px;
}
.howtocite-ol li {
	padding-bottom: 20px;
}
.how-to-cite > ol{
	list-style: none;
}
.howtocite-ol {
	margin-top: 30px;
	margin-left:30px;
}

.container--home .down-arrow i {
	animation: bounce 2s ease infinite;
  animation-name: bounce;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: initial;
  animation-iteration-count: infinite;
  animation-direction: initial;
  animation-fill-mode: initial;
  animation-play-state: initial;
  padding-top: 5px;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
  40% {-webkit-transform: translateY(-8px);}
  60% {-webkit-transform: translateY(-4px);}
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
  40% {-moz-transform: translateY(-8px);}
  60% {-moz-transform: translateY(-4px);}
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
  40% {-o-transform: translateY(-8px);}
  60% {-o-transform: translateY(-4px);}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-8px);}
  60% {transform: translateY(-4px);}
}
.launchers {
	position: fixed;
	bottom: 90px;
	left: 50px;
	width: 100px;
	z-index: 99999;
	transition: all .75s linear;
  -webkit-transition: all .75s linear;
	-moz-transition: all .75s linear;
	-o-transition: all .75s linear;
}


.launchers a {
	cursor: pointer;
}
.launchers img {
	margin: 14px 0;
}
.launchers > div:first-child {
	position: absolute;
	top: 42%;
	left: -40px;
}
.launchers >div:last-child {
	position: absolute;
	top: 42%;
	right: -40px;
	opacity: 0;
	transition: all .75s linear 0.75s;
  -webkit-transition: all .75s linear 0.75s;
	-moz-transition: all .75s linear 0.75s;
	-o-transition: all .75s linear 0.75s;
}
.launchers > div:first-child .fa.fa-caret-left,.launchers > div:last-child .fa.fa-caret-right {
	font-size: 18px;
}

.container--white section {
		margin-top: 200px;
}

.container--white section:first-child {
	margin-top: 0;
	margin-bottom: -160px;
}
.container--white section p {
	margin-bottom: 25px;
}
.container--white section img {
	width: 100%;
}
.container--static .image-container {
	text-align: center;
	margin: 30px 0;
}
.container--static img {
	width: 100%;
	max-width: 350px;
	text-align: center;
}
.container--static.people .all-people {
	text-align: center;
}
.container--static.people img {
	width: 160px;
	height: 160px;
	border: 5px solid #DED4CA;
	border-radius: 100%;
	cursor: pointer;
	margin-bottom: 18px;
}
.container--static.people .clickable {
	cursor: pointer;
	width: 200px;
	margin: 0 0 25px 0;
}
.container--static.people .clickable:hover img{
	border: 5px solid #FFCC00;
	cursor: pointer;
	transition: all .4s;
}

.container--static.people h1 {
	max-width: 100%;
	width: 100%;
	margin-bottom: 0;
}
.container--static.people .description h3 {
	padding-bottom: 5px;
}

.container--static.people .description section {
	padding-top: 20px;
	margin-left: 10px;
	border-top: 1px solid #777777;
	text-align: left;
}

.container--static.people .description section p.title, .container--static.people .description section p.workplace {
	font: 16px "Montserrat Regular";
	color: white;
}

.container--static.people .description section a {
	font-size: 14px;
}

.container--static.people .description section .heading {
	font-size: 16px;
}
.container--static.people .description section {
	font-size: 14px;
	color: #CCCCCC;
}

.container--static.people .description section:nth-of-type(2) div {
	margin-bottom: 30px;
}
.container--static.people .each-group {
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.container--static.people .description {
	transition: all .4s;
	width: 100%;
	margin-bottom: 75px;
	display: none;
}
.img-for-xs-sm {
	display: none;
}

.container--white .less-width img {
	padding-top: 90px;
}

.container--static.press div {
	margin-top: 40px;
}

.container--static.press #image2{
  float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: none;
}


.container--static.press #iConnectome_visualization_tool {
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	max-width: none;
}

.container--static.auto-height.clr-black.press h2 {
	margin-top: 40px;
}

.container--static .more-news a{
	line-height: 1.5;
}

.container--static .more-news p{
	margin-bottom: 32px;
}

.container--static .more-news{
	margin: 60px auto 40px auto !important;
}

#protocols {
	max-width: 1000px;
}

#protocols.trio-tracing div {
	margin-bottom: 40px;
}

#protocols h2 {
	margin-bottom: 40px;
}


/* footer styles */
#footer ul.menu {
	font-family: 'Open Sans Regular';
	line-height: 20px;
	list-style: none;
  margin-right: 6%;
}
#footer ul.menu.links {
	display: flex;
	position: relative;
	text-transform: uppercase;
}
#footer ul.menu.links li {
	margin-right: 10px;
}
#footer ul.menu.links li a {
	padding-right: 5px;
}
#footer ul.menu.links li.last {
	margin-right: 0;
}
#footer .inner {
	text-align: center;
}
#footer .foot-icons a {
	font-size: 27px;
	padding: 10px;
}
#footer .container > div {
	margin-bottom: 12px;
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer p {
	color: #6e6e6e;
	font-size: 12px;
	line-height: 14.4px;
	font-family: "Libre Baskerville";
  text-decoration: none;
}
#footer a {
  color: #6e6e6e;
  font-size: 12px;
  line-height: 14.4px;
  font-family: "Open Sans Semibold";
  text-decoration: none;
}
@media only screen and ( max-width: 1700px ) and (min-width: 1318px)  {


	.container--white .data-dict div.flex-container .side-tool-tip >  p.description{

		font-family: open sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: .3px;
    visibility: hidden;
    width: 300px;
    background-color: black;
    text-align: center;
    border-radius: 6px;
    padding: 20px 10px;
    position: absolute;
    z-index: 10000;
  	margin-left: -335px;
    margin-top: -200px;

		}
		.container--white .data-dict div.flex-container .side-tool-tip > p.description::after {
	 		left: 100%;
	  	top: 50%;
	  	border: solid transparent;
	  	content: " ";
	  	height: 0;
	  	width: 0;
	  	position: absolute;
	  	pointer-events: none;
	  	border-color: rgba(0, 0, 0, 0);
	  	border-left-color: #FAA61A;
	  	border-width: 15px;
	  	margin-top: -15px;
	 }
}

@media (min-width: 1366px) {

  /* containers  */
  .container--home {
    background-size: contain;
  }

	.container--white__content {
		max-width: 1700px;
	}
  .container--home .headline p {
    font: 18px "Open Sans Regular";
  }
	.container--white__content section.less-width {
		max-width: 1150px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 60px;
	}
}
@media only screen and ( max-width: 1317px ) and (min-width: 993px) {


	.container--white .data-dict div.flex-container .side-tool-tip >  p.description{

		font-family: open sans-serif;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.43;
		letter-spacing: .3px;
		visibility: hidden;
		width: 300px;
		background-color: black;
		text-align: center;
		border-radius: 6px;
		padding: 20px 10px;
		position: absolute;
		z-index: 10000;
		margin-left: -335px;
		margin-top: -200px;

		}
		.container--white .data-dict div.flex-container .side-tool-tip > p.description::after {
			left: 100%;
			top: 50%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-color: rgba(0, 0, 0, 0);
			border-left-color: #FAA61A;
			border-width: 15px;
			margin-top: -15px;
	 }
	}

}
@media (max-width: 1317px) {
	.container--white .data-dict a {
		width: 33%;
	}
}

@media (min-width: 993px) {

  #header .logo.usc-shield {
    display: none;
  }
  #header .logo.usc {
    display: block;
  }

	.sticky-header #header {
		display: none;
	}
  .navbar-collapse.collapse {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 2%;
  }
  .bg-wrapper {
    width: 100%;
  }

  #top_nav > ul {
    display: flex;
    justify-content: space-between;
  }

	#top_nav form {
		margin-top: 0.75em;
	}
	#top_nav > ul form.cic-search input[type="text"] {
		margin-bottom: 0;
		margin-top: 12px;
		font-size: 14px;
		height: 16px;
		display: none;
	}

	#top_nav > ul form button {
		top: 0;
		margin-left: 10px;
		padding: 0;
	}
	/* containers */
	.container--white__content {
		max-width: 1366px;
		padding-left: 20px;
		padding-right: 20px;
	}

  .container--home .headline p {
    font: 16px "Open Sans Regular";
  }
  .container--home .logo.cic {
		display: none;
	}
	.container--static {
		padding: 0 50px 30px 50px;
	}
	.container--static--howtocite {
		padding: 1px 50px 30px 50px;
	}
	.img-for-xs-sm {
		display: none;
	}
	.container--white .col-lg-6.col-md-6.col-sm-12.col-xs-12 {
		padding-left: 60px;
		padding-right: 60px;
	}
	.container--static.auto-height.clr-black.press img {
	  position: relative;
		padding: 20px 0 20px 0;
		left: -3em;
	}
	.container--static.press #iConnectome_visualization_tool {
    position: relative;
    padding: 20px 0 20px 0;
    right: -3em;
		width: 580px;
	}

	.container--static.press #image2 {
    position: relative;
    padding: 20px 0 20px 0;
    left: -3em;
		width: 580px;
	}
  /* footer styles */
  #footer {
    min-height: 121px;
    background-color: black;
    width: 100%;
    right:0;
    bottom:0;
    height: 130px;
  }
  #footer .container {
		display: flex;
	}
	#footer .container > .foot-icons {
		justify-content: flex-start;
		text-align: left;
	}

	#footer .container > div:nth-of-type(4) {
		justify-content: flex-end;
		text-align: right;
	}
}


@media only screen and ( max-width: 62em ) and (min-width: 40em) /* 992 */ {
  /* header styles*/
  #header .logo.usc {
    display: none;
  }
  .navbar-toggle {
    display: block;
  }

	  .container--white .data-dict div.flex-container .side-tool-tip > p.description {
		margin-left: -335px;
		}
		.container--white .data-dict div.flex-container .side-tool-tip-3 > p.description {
	 margin-left: -335px;
	 }
		.container--white .data-dict div.flex-container .side-tool-tip > p.description::after {
			left: 100%;
			top: 50%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-color: rgba(0, 0, 0, 0);
			border-left-color: #FAA61A;
			border-width: 15px;
			margin-top: -15px;
	 }
	 .container--white .data-dict div.flex-container .side-tool-tip-3 > p.description::after {
	 	left: 100%;
	 	top: 50%;
	 	border: solid transparent;
	 	content: " ";
	 	height: 0;
	 	width: 0;
	 	position: absolute;
	 	pointer-events: none;
	 	border-color: rgba(0, 0, 0, 0);
	 	border-left-color: #FAA61A;
	 	border-width: 15px;
	 	margin-top: -15px;
	 }
	.container--white .data-dict div.flex-container {
		margin-bottom: 18rem;
	}
	.sticky-header {
		padding-top: 10px;
		height: 100px;
	}
	.navbar-wrapper {
		margin-top: 0;
	}
	.header-wrapper {
		padding: 10px 30px 0px 30px;
	}
  /* top nav styles */
  #top_nav {
    display: none;
  }

	.img-for-xs-sm {
		display: block;
	}
	.img-for-lg-md {
		display: none;
	}
  /* containers */
  .container--home {
    background-position: center;
    background-size: contain;
		background-attachment: scroll !important;
  }
	.container--white__content {
    padding-left: 20px;
    padding-right: 20px;
	}
	.container--white .data-dict a {
		width: 50%;
	}
  .container--home .headline {
    background-color: #000;
    bottom: 70px;
    opacity: 0.6;
		padding: 30px;
  }
  .container--home .headline p {
    font: 15px "Open Sans Regular";
  }
  .container--home .logo.cic img{
		width: 350px;
		position: absolute;
		top: 110px;
		left: 50px;
	}
	.container--static {
		padding: 0px 15px 30px 15px;
	}
	.container--static--howtocite {
		padding: 1px 15px 30px 15px;
	}
	.container--white section {
		margin-top: 30px;
	}
	.launchers {
		display: none;
	}
  /* footer styles */
  #footer {
    min-height: 121px;
    background-color: black;
    width: 100%;
    height: 400px;
  }
}

@media only screen and ( max-width: 40em ) /* 640 */ {
	body {
		font-size: 15px;
	}
	h1 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	a {
		font: 15px "Open Sans Regular";
	}
	.container--white section {
		margin-top: 30px;
	}
	.container--white .data-dict a {
		width: 100%;
	}
  #top_nav {
    display: none;
  }
	.navbar-wrapper {
		margin-top: 0;
	}
	.header-wrapper {
		padding: 10px 30px 0px 30px;
	}
	.sticky-header {
		padding-top: 10px;
		height: 100px;
	}

  /* containers */
	.container--white .data-dict div.flex-container p.description {
	    font-family: open sans-serif;
	    font-size: 14px;
	    font-weight: 500;
	    line-height: 1.43;
	    letter-spacing: .3px;
	    visibility: hidden;
	    width: 300px;
	    background-color: black;
	    text-align: center;
	    border-radius: 6px;
	    padding: 20px 10px;
	    position: absolute;
	    z-index: 10000;
	    margin-top: -20px;
			margin-left: 20px;
	}
	.container--white .data-dict div.flex-container p.description:after {
    /* bottom: 100%; */
		top:-15px;
    left: 42%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #FAA61A;
    border-width: 15px;
    margin-top: -15px;
	}
	.container--white .data-dict div.flex-container {
		margin-bottom: 18rem;
	}
	/* .container--white .data-dict div.flex-container > a:hover p.description {
		visibility: visible;

	} */
  .container--home {
    background-position: center;
    background-size: 115%;
		background-attachment: scroll !important;
	}

	.container--white__content {
		padding-left: 20px;
		padding-right: 20px;
	}

  .container--home .headline {
    bottom: 0;
		width: 100%;
		padding: 20px;
  }
  .container--home .headline p {
    font: 15px "Open Sans Regular";
    margin: 0;
    text-align: center;
  }
	.container--home .logo.cic {
		position: absolute;
		top: 100px;
	}
	.container--home .logo.cic img{
		width: 100%;
	}
	.container--home .down-arrow {
	  position: absolute;
	  bottom: 13px;
	  left: 47%;
	}
	.container--static {
		padding: 0 15px 30px 15px;
	}
	.container--static--howtocite {
		padding: 1px 15px 30px 15px;
	}
	.launchers {
		display: none;
	}

	.img-for-xs-sm {
		display: block;
	}
	.img-for-lg-md {
		display: none;
	}
  /* footer styles */
  #footer {
    min-height: 121px;
    width: 100%;
    height: 400px;
		background: black;
  }
}


@media only screen and ( max-height: 480px ) and (min-width: 993px) {
	.launchers {
		left: 8px;
		width: 320px;
	}
	.launchers > div:first-child {
		display: none;
	}
	.container--home .headline {
		padding: 0 30px 50px 100px;
	}
	.container--home .down-arrow {
		bottom: 0;
	}
}

@media only screen and ( max-height: 480px ) and (min-width: 40em) and (max-width: 993px){

	.container--home .down-arrow {
		bottom: 0;
	}
	.container--home .logo.cic img {
		width: 225px;
		left: 0;
		top: 50px;
	}

	.container--home .headline {
		width: 400px;
		bottom: 60px;
		padding: 20px 5px 20px 20px;
	}
	#footer {
		height: 110px;
	}
}

@media only screen and (max-height: 480px) and (max-width: 40em) {
	.container--home {
		background-size: 80%;
		height: 200%;
	}
	.container--home .logo.cic {
		top: 250px;
	}
	.container--home .logo.cic img {
		width: 30%;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 993px) {
	#top_nav ul form.cic-search input[type="text"] {
		max-width: 80px;
	}
}
