/*----------
GOOGLE FONTS
----------*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,400italic,600,600italic,700,700italic,800,800italic);


/*-----------------------------
GENERAL STYLES & BASE STRUCTURE
-----------------------------*/

body {
  padding-top: 150px; /* Move down content because we have a fixed navbar that is 150px tall */
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  overflow-x: hidden;
}

.body-fix {
  position: fixed;
}

h1 {
  color: #231f20;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 50px;
  line-height: 62px;
}

h1 span {
  padding-bottom: 6px;
}

h2 {
  color: #231f20;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

h3 {
  color: #231f20;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
}

.main p {
  margin-bottom: 40px;
}

.main ul {
  list-style: none;
  padding-left: 0;
  line-height: 22px;
  margin-bottom: 40px;
}

.main ul li {
  padding-bottom: 10px;
}

.main .img-responsive {
  margin-bottom: 20px;
}

.main .well .img-responsive {
  margin-bottom: 0;
}

.thumbnail .img-responsive {
  margin-bottom: 0;
}

.media-left {
  margin-right: 25px;
}

.media-left img {
  max-width: 250px;
  height: auto;
  background-color: #F5F5F5;
  padding: 15px;
  border: 2px solid #EEE;
  border-radius: 4px;
}


/*--------------------------------------------
WEIRDLY STYLED LINKS AT THE BOTTOM OF THE PAGE
--------------------------------------------*/

ul.linklist {
  margin-top: 50px;
}

.linklist li {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 14px;
  line-height: 50px;
  margin-bottom: 60px;
}

.linklist li a {
  color: #231F20;
  padding: 10px;
  background: #FFF;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.out-video{
  background-image: url("/img/MarquetteTech.jpg");
}

/*-----
 NAVBAR
 --- */

.navbar-fixed-top {
  border: 0;
}

.navbar {
  height: 150px;
  background-color: #231f20;
  text-align: right;
}

#navbar {
  margin-top: 48px;
}

.navbar a {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.navbar-inverse .navbar-collapse {
  background-color: #231f20;
}

.navbar-inverse .navbar-nav > li > a {
  color: #EEE;
}

.nav > li > a {
  padding-right: 40px;
}

.nav > li:last-child > a {
  padding-right: 0;
}

/*.navbar-right > li > a {
  font-size: 26px;
  padding-right: 20px;
  padding-top: 10px;
}*/

.navbar-toggle {
  color: #EEE;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 50px;
  margin-right: 25px;
}

.navbar-toggle i {
  font-size: 24px;
}

.navbar-inverse .navbar-toggle {
  border: none;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-brand {
  padding-left: 25px;
}

.logo-mobile {
  width: 104px;
  height: auto;
}

.logo {
  width: 150px;
  height: auto;
}


/* SIDEBAR (NOT the same as navbar. Get it straight!) */

.sidebar {
  top: 120px;
  overflow-y: hidden !important;
  padding: 0 !important;
  cursor: pointer;
  min-width: 315px;
}

.first {
  margin-top: 50px;
}

.menu-text {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  clear:both;
  padding-top: 10px;
  line-height: 11px;
}

.menu-subtext {
  font-size: 16px;
  font-style: italic;
}

.sidebar-about {
  padding-top: 30px;
}

.big-text {
  position: absolute;
  top: 30%;
  width: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  line-height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sidebar-about, .sidebar-impact, .sidebar-codefi, .sidebar-techweek {
  height: 36%;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #d3d3d3;
  position: absolute;
  top: 0;
  transition: all 0.75s ease;
  background-color: #f5f5f5;
  z-index: 100;
}

/*.sidebar-programs {
  height: 50%;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #d3d3d3;
  position: absolute;
  top: 0;
}*/

/*.sidebar-connect {
  height: 50%;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #d3d3d3;
  position: absolute;
  bottom: 0;
}*/

.sidebar-about.slideUp {
  top: -36%;
}

.sidebar-spaces, .sidebar-history, .sidebar-marquette, .sidebar-programs {
  height: 32%;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #d3d3d3;
  position: absolute;
  top: 36%;
  transition: all 0.75s ease;
  background-color: #f5f5f5;
  z-index: 100;
}

.sidebar-spaces.slideUp {
  top: -36%;
}

.sidebar-spaces.slideDown {
  top: 100%;
}

.sidebar-initiatives, .sidebar-partners, .sidebar-food, .sidebar-connect {
  height: 32%;
  width: 100%;
  left: 0;
  position: absolute;
  top:68%;
  transition: all 0.75s ease;
  background-color: #f5f5f5;
  z-index: 100;
}

.sidebar-initiatives.slideDown {
  top: 136%;
}

.sidebar-about-sub {
  display: none;
  height:100%;
  position:absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
}

.sidebar-spaces-sub {
  display: none;
  height:100%;
  position:absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
}

.sidebar-initiatives-sub {
  display: none;
  height:100%;
  position:absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
}

.collapse-it {
  background-color: #333;
  height: 5%;
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 100;
}

.collapse-it h2 {
  color: #FFF;
  margin-top: 5px;
}


/*-----------------------------------------------
ELEMENTS WITH COLORS THAT CHANGE BASED ON BODY ID
-----------------------------------------------*/

#green h1 span {
  border-bottom: 6px solid #72BE49;
}

#green .linklist li a {
  border-top: 6px solid #72BE49;
  box-shadow: inset 0 0 0 0 #72BE49;
}

#green .linklist li a:focus, #green .linklist li a:hover {
  text-decoration: none;
  color: #FFF;
  box-shadow: inset 0 100px 0 0 #72BE49;
}

#green .navbar-inverse .navbar-nav > li > a:focus, #green .navbar-inverse .navbar-nav > li > a:hover, #green .navbar-toggle:hover {
  color: #72BE49;
  -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

#green .nav-active span {
  padding-bottom: 10px;
  border-bottom: 6px solid #72BE49;
}

#green .btn-marquette:focus, #green .btn-marquette:hover {
  background-color: #72BE49;
  -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

#green .carousel-control:focus i, .carousel-control:hover i {
  color: #72BE49;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#green .center-all-the-things:hover .icon, #green .center-all-the-things:focus .icon {
  background-color: #72BE49;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#yellow h1 span {
  border-bottom: 6px solid #FFC200;
}

#yellow .linklist li a {
  border-top: 6px solid #FFC200;
  box-shadow: inset 0 0 0 0 #FFC200;
}

#yellow .linklist li a:focus, #yellow .linklist li a:hover {
  text-decoration: none;
  color: #FFF;
  box-shadow: inset 0 100px 0 0 #FFC200;
}

#yellow .navbar-inverse .navbar-nav > li > a:focus, #yellow .navbar-inverse .navbar-nav > li > a:hover, #yellow .navbar-toggle:hover {
  color: #FFC200;
  -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

#yellow .nav-active span {
  padding-bottom: 10px;
  border-bottom: 6px solid #FFC200;
}

#yellow .btn-marquette:focus, #yellow .btn-marquette:hover {
  background-color: #FFC200;
  -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

#yellow .carousel-control:focus i, .carousel-control:hover i {
  color: #FFC200;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#yellow .center-all-the-things:hover .icon, #green .center-all-the-things:focus .icon {
  background-color: #FFC200;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#red h1 span {
  border-bottom: 6px solid #EC5D57;
}

#red .linklist li a {
  border-top: 6px solid #EC5D57;
  box-shadow: inset 0 0 0 0 #EC5D57;
}

#red .linklist li a:focus, #red .linklist li a:hover {
  text-decoration: none;
  color: #FFF;
  box-shadow: inset 0 100px 0 0 #EC5D57;
}

#red .navbar-inverse .navbar-nav > li > a:focus, #red .navbar-inverse .navbar-nav > li > a:hover, #red .navbar-toggle:hover {
  color: #EC5D57;
  -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

#red .nav-active span {
  padding-bottom: 10px;
  border-bottom: 6px solid #EC5D57;
}

#red .btn-marquette:focus, #red .btn-marquette:hover {
  background-color: #EC5D57;
  -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

#red .carousel-control:focus i, .carousel-control:hover i {
  color: #EC5D57;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#red .center-all-the-things:hover .icon, #green .center-all-the-things:focus .icon {
  background-color: #EC5D57;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}


/*----
MODALS
----*/

.sidebar-right .thumbnail {
  cursor: pointer;
}

.close {
  font-size: 32px;
}

.modal-header {
  padding: 15px 20px;
}

.modal-body p {
  font-size: 16px;
  margin-top: 15px;
}

.btn-marquette {
  background-color: #231F20;
  color: #EEE;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-marquette:focus, .btn-marquette:hover {
  color: #EEE;
}

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


/*-------
CAROUSELS
-------*/

.carousel-control {
  opacity: 1;
  width: 5%;
}

.carousel-control:focus, .carousel-control:hover {
  opacity: 1;
}

.carousel-control i {
  position: absolute;
  top: 42%;
  z-index: 5;
  display: inline-block;
  color: #231F20;
  font-size: 48px;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

.carousel-control.left i {
  left: 0;
}

.carousel-control.right i {
  right: 0;
}


/*------------------------------------------------
SIDEBAR (NOT the same as navbar. Get it straight!)
------------------------------------------------*/

.sidebar {
  display: none; /* Hide for mobile, show later */
  top: 120px;
}

.the-things{
  width:100%;
}

.center-all-the-things{
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 120px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    max-width: 315px;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
  margin-left: 315px;
  padding-right: 200px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 18%;
    padding-left: 60px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}


/*-----------
SIDEBAR ICONS
-----------*/

.icon {
  background-color: #999;
  display: inline;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  float: left;
  margin-left: 10px;
  margin-right: 1px;
}

.icon:first-child {
  margin-left: -10px;
}

.icon-border {
  border: 2px solid #DDD;
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 46px;
  height: 46px;
  border-radius: 23px;
}

.icon img {
  width: 42px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.center-all-the-things:hover .icon-2, .center-all-the-things:focus .icon-2 {
  background-color: #FFC200 !important;
}

.center-all-the-things:hover .icon-3, .center-all-the-things:focus .icon-3 {
  background-color: #EC5D57 !important;
}


/*-------------------------------------
TOP MENU (MOBILE EQUIVALENT OF SIDEBAR)
-------------------------------------*/

.top-menu {
  background-color: #DDD;
}

.top-menu ul {
  list-style: none;
  padding: 0;
  padding-top: 10px;
}

.top-menu ul li {
  display: inline-block;
  width: 32%;
  text-align: center;
  border-right: 1px solid #BBB;
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-menu ul li:last-child {
  border: none;
}

.top-menu a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 auto;
  color: #231F20;
  display: block;
  line-height: 18px;
}

.top-menu a:hover, .top-menu a:focus {
  text-decoration: none;

}

.top-menu a:hover .top-menu-green, .top-menu a:focus .top-menu-green {
  background-color: #72BE49;
}

.top-menu a:hover .top-menu-yellow, .top-menu a:focus .top-menu-yellow {
  background-color: #FFC200;
}

.top-menu a:hover .top-menu-red, .top-menu a:focus .top-menu-red {
  background-color: #EC5D57;
}

.top-menu-icon {
  background-color: #999;
  display: block;
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 25px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.top-menu-icon-border {
  border: 1px solid #DDD;
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 38px;
  height: 38px;
  border-radius: 23px;
}

.top-menu-icon img {
  width: 36px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

#green .top-menu-active {
  background-color: #72BE49;
}

#yellow .top-menu-active {
  background-color: #FFC200;
}

#red .top-menu-active {
  background-color: #EC5D57;
}


.btn-company {
 padding: 0;
 border: none;
}

.btn-company .img-responsive {
 margin-bottom: 0;
}

/*------------
HOMEPAGE VIDEO
------------*/

.bg-video {
  position:fixed;
}

/*-------------------------------------------------------
GIVE STARTUP LOGOS ON IMPACT PAGE BOTTOM-MARGIN ON MOBILE
-------------------------------------------------------*/

.impact {
  margin-bottom: 15px;
}


/*--------------------------------------------------------------------------------------------------
FROM MONTREAL TO MEMPHIS (PARLEZ VOUS FRANCAIS?), TELL ALL THE GIRLS THE MEDIA QUERIES' ON THEIR WAY
--------------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {

  .main{
    margin-left: 0;
    padding-right: 20px;
  }

  .navbar-nav {
    margin-left: 0;
    text-align: right;
    padding-right:20px;
  }

  .nav > li {
    margin: 0 15px;
    border-bottom: 1px solid #666;
  }

  .nav > li > a, .nav > li:last-child > a {
    padding-right: 20px;
  }

  .navbar-inverse .navbar-collapse {
    border-color: #DDD;
  }

  .nav li ul {
    list-style: none;
  }

  .nav li ul li a {
    letter-spacing: 1px;
    position: relative;
    display: block;
    padding-bottom: 10px;
    font-size: 15px;
    color: #999;
    font-weight: 600;
  }

  .nav li ul li a img {
    width: 20px;
    height: auto;
    margin-top: -5px;
  }

  .nav-green:hover, .nav-green:focus {
    text-decoration: none;
    color: #72BE49;
    -webkit-transition: all ease 0.5s;
  	-moz-transition: all ease 0.5s;
  	transition: all ease 0.5s;
  }

  .nav-yellow:hover, .nav-yellow:focus {
    text-decoration: none;
    color: #FFC200;
    -webkit-transition: all ease 0.5s;
  	-moz-transition: all ease 0.5s;
  	transition: all ease 0.5s;
  }

  .nav-red:hover, .nav-red:focus {
    text-decoration: none;
    color: #EC5D57;
    -webkit-transition: all ease 0.5s;
  	-moz-transition: all ease 0.5s;
  	transition: all ease 0.5s;
  }

  #green .nav-active span, #yellow .nav-active span, #red .nav-active span {
    border: none;
  }

  .col-md-3.sidebar-right {
    padding-right: 35px;
  }

  .navbar-nav {
    text-align: right;
  }

  .nav > li {
    margin: 0 15px;
    border-bottom: 1px solid #666;
  }

  .nav > li:last-child {
    border: none;
  }

  .nav > li > a, .nav > li:last-child > a {
    padding-right: 0;
  }

  .navbar-inverse .navbar-collapse {
    border-color: #DDD;
  }

  .nav li ul {
    list-style: none;
  }

  .nav li ul li a {
    letter-spacing: 1px;
    position: relative;
    display: block;
    padding-bottom: 10px;
    font-size: 15px;
    color: #999;
    font-weight: 600;
  }

  .nav li ul li a img {
    width: 20px;
    height: auto;
    margin-top: -5px;
  }

  .nav-green:hover, .nav-green:focus {
    text-decoration: none;
    color: #72BE49;
    -webkit-transition: all ease 0.5s;
  	-moz-transition: all ease 0.5s;
  	transition: all ease 0.5s;
  }

  .nav-yellow:hover, .nav-yellow:focus {
    text-decoration: none;
    color: #FFC200;
    -webkit-transition: all ease 0.5s;
  	-moz-transition: all ease 0.5s;
  	transition: all ease 0.5s;
  }

  .nav-red:hover, .nav-red:focus {
    text-decoration: none;
    color: #EC5D57;
    -webkit-transition: all ease 0.5s;
  	-moz-transition: all ease 0.5s;
  	transition: all ease 0.5s;
  }

  #green .nav-active span, #yellow .nav-active span, #red .nav-active span {
    border: none;
  }

}


@media (min-width: 768px) {

  body {
    padding-top: 120px;
    font-size: 20px;
    line-height: 28px;
  }

  h1 {
    font-size: 54px;
    line-height: 84px;
  }

  h2 {
    font-size: 26px;
  }

  #navbar {
    margin-top: 35px;
  }

  .navbar {
    height: 120px;
    text-align: left;
  }

  .navbar-brand {
    padding: 0 60px;
  }

  .linklist li {
    display: inline-block;
    font-size: 20px;
    margin-right: 40px;
  }

  .carousel-control i {
    top: 40%;
  }

  .carousel-control.left i {
    left: -20px;
  }

  .carousel-control.right i {
    right: -20px;
  }

  .sidebar-right {
    max-width: 400px;
  }

}


@media (max-width: 768px) {

  .big-text {
    top: 35%;
    font-size: 38px;
    line-height: 40px;
  }

}


@media (min-width: 768px) and (max-width: 991px) {

  .main {
    padding-right: 20px;
  }

  h1 {
    font-size: 36px;
  }

  .logo {
    width: 130px;
    height: auto;
  }

  .nav > li > a {
    padding-right: 20px;
    letter-spacing: 3px;
  }

  .navbar a {
    font-size: 13px;
  }

  .navbar-brand {
    padding: 0 15px 0 25px;
  }

  .navbar-right {
    margin-right: 25px;
  }

  .navbar-right > li > a {
    font-size: 11px;
    padding-right: 5px;
    padding-top: 15px;
  }

  .navbar-nav {
    margin-left: 0;
  }

}


@media (min-width: 992px) {

  .sidebar-right {
    border-left: 1px solid #BBB;
    height: 100%;
    margin-top: 25px;
    padding-left:25px;
  }

  .navbar-nav {
    margin-left: 0 !important;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {

  .nav > li > a {
    padding-right: 20px;
  }

  .navbar a {
    font-size: 16px;
  }

  .navbar-brand {
    padding: 0 25px;
  }

  .navbar-right {
    margin-right: 25px;
    padding-top: 5px;
  }

  .navbar-right > li > a {
    font-size: 17px;
    padding-right: 15px;
  }

  .main {
    padding-right: 18%;
  }

}


@media (min-width: 1200px) {

  .big-text{
    padding-left: 315px;
  }

  .navbar-right {
    margin-right: 50px;
  }

  .main {
    padding-right: 12%;
  }

}


@media (max-width: 420px) {

  .big-text {
    top: 20%;
    font-size: 29px;
    line-height: 32px;
  }

}
