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

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

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

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

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

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

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

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

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

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


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

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

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;
}
a:hover {
  color: #FFCC00;
  text-decoration: none;
}

a:active, a:visited {
  color: #FFCC00;
  text-decoration: none;
}

a.darker {
	color: #FAA61A;
}
/* containers */

.container--home {
  background: url(../images/home_brain.png);
  height: 120%;
  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--black {
	min-height: 102%;
	color: #CCCCCC;
	width: 100%;
	max-width: 1063px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

.container--black h1 {
	color: #FFF;
}
.header-wrapper {
  margin: 15px 30px;
  position: relative;
  z-index: 3;
}

/* 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: sticky;
	background-color: black;
	padding: 50px 33px 0px 33px;
	top: -300px;
	height: 130px;
	display: none;
	z-index: 999999;
	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: 60px;
}

/* 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 > 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: 90;
	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 > ul {
	display: block;
} */
#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: 200px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -200px;
  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:first-child {
  margin-top: 15vh;
}
#side-nav .fa.fa-window-close {
  position: relative;
  top: 10vh;
  left: 70%;
  font-size: 24px;
	cursor: pointer;
}

.bg-white {
	background: white;
}
.bg-black {
	background: black;
}
.clr-white {
	color: white;
}
.clr-black {
	color: black !important;
}
.auto-height {
	height: auto;
}
.calc-height--black {
	height: calc(100% - 150px);
}
.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 .down-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  text-align: center;
}


.book-reviews {
	margin-top: 30px;
}
.book-reviews p {
	font: 16px "Open Sans Italic";
}
.container--home .down-arrow a {
  font-size: 44px;
}

.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: 150px;
	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: 44px;
}

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

.container--white section:first-child {
	margin-top: 0;
}
.container--white section p {
	margin-bottom: 25px;
}
.container--white section img {
	width: 100%;
}
.container--black .image-container {
	text-align: center;
	margin: 30px 0;
}
.container--black img {
	width: 100%;
	max-width: 350px;
	text-align: center;
}

.img-for-xs-sm {
	display: none;
}

.container--white .less-width img {
	padding-top: 90px;
}
/* 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 (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;
	}
}

@media (min-width: 993px) {

  #header .logo.usc-shield {
    display: none;
  }
  #header .logo.usc {
    display: block;
  }
  .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;
  }


	/* 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--black {
		padding: 30px 5%;
	}
	.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;
	}
  /* 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;
  }
  /* 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 80px;
    background-size: cover;
  }
	.container--white__content {
    padding-left: 20px;
    padding-right: 20px;
	}
  .container--home .headline {
    background-color: #000;
    bottom: 50px;
    opacity: 0.6;
  }
  .container--home .headline p {
    font: 15px "Open Sans Regular";
  }
  .container--home .logo.cic img{
		width: 350px;
		position: absolute;
		top: 110px;
		left: 50px;
	}
	.container--black {
		padding: 30px 15px;
	}
	.container--white section {
		margin-top: 30px;
	}
  /* 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;
	}
  #top_nav {
    display: none;
  }


  /* containers */
  .container--home {
    background-position: center 85%;
    background-size: 150%;
  }
	.container--white__content {
		padding-left: 20px;
		padding-right: 20px;
	}

  .container--home .headline {
    bottom: 0vh;
    width: 100%;
  }
  .container--home .headline p {
    font: 15px "Open Sans Regular";
    margin: 0;
    text-align: center;
  }
	.container--home .logo.cic img{
		width: 100%;
	}
	.container--black {
		padding: 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;
  }
}