.menu-container {
  left: 50%;
  margin-left: -310px;
  height: 100px;
  position: relative; }

.main-header {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  background: transparent;
  border-bottom: none;
  z-index: 10;
  padding-top: 10px; }
  .main-header.fixed {
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.75);
    position: fixed; }
  .main-header .mobile-btn {
    display: none;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 20px;
    right: 5px; }
    .main-header .mobile-btn:hover {
      color: white; }
  .main-header .header-logo {
    text-indent: -9999px;
    float: left;
    margin-top: 8px; }
    .main-header .header-logo.bi-logo {
      background: url('../img/logos/BI_logo_header.png') no-repeat;
      width: 268px;
      height: 78px;
      margin-right: 15px; }
    .main-header .header-logo.mcmaster-logo {
      background: url('../img/logos/mcmaster_logo_header.png') no-repeat;
      width: 139px;
      height: 78px;
      margin-right: 15px; }
  .main-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .main-header ul li {
      color: white;
      float: left;
      padding: 0 10px;
      list-style: none;
      border: none;
      font-weight: normal;
      line-height: 100%; }
      .main-header ul li > a {
        display: block;
        height: 35px;
        line-height: 35px;
        color: white;
        font-size: 1rem;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-family: 'oswald', Arial;
        font-weight: normal;
        padding: 0 10px; }
      .main-header ul li.active > a {
        border: 2px solid rgba(217, 83, 79, 0.75);
        border-radius: 4px; }
      .main-header ul li.active.has-dropdown:hover {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
        .main-header ul li.active.has-dropdown:hover > a {
          border-color: white;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; }
    .main-header ul.primary {
      margin-top: 50px; }
      .main-header ul.primary > li {
        position: relative; }
        .main-header ul.primary > li:hover {
          background: white;
          text-decoration: none;
          border-radius: 4px; }
          .main-header ul.primary > li:hover ul {
            left: 0;
            transition: opacity 0.2s;
            opacity: 1; }
          .main-header ul.primary > li:hover a {
            color: rgba(0, 0, 0, 0.7); }
        .main-header ul.primary > li.has-dropdown:hover {
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; }
          .main-header ul.primary > li.has-dropdown:hover ul {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px; }
            .main-header ul.primary > li.has-dropdown:hover ul li:first-child {
              border-top-right-radius: 4px; }
            .main-header ul.primary > li.has-dropdown:hover ul li:last-child {
              border-bottom-left-radius: 4px;
              border-bottom-right-radius: 4px; }
        .main-header ul.primary > li ul {
          background: white;
          background: rgba(255, 255, 255, 0);
          list-style: none;
          position: absolute;
          left: -9999px;
          padding: 0;
          min-width: 150px;
          opacity: 0;
          transition: opacity 0.2s;
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08); }
          .main-header ul.primary > li ul li {
            float: none;
            background: white; }
            .main-header ul.primary > li ul li a {
              color: #333333;
              display: block;
              padding: 0 15px;
              white-space: nowrap;
              font-size: 12px;
              font-family: Arial; }
              .main-header ul.primary > li ul li a:hover {
                text-decoration: none;
                background: rgba(255, 0, 0, 0.13); }
    .main-header ul.secondary {
      position: absolute;
      top: 0;
      right: 0; }
      .main-header ul.secondary .btn-instrument {
        background-color: rgba(48, 113, 169, 0.75);
        border-color: transparent; }
        .main-header ul.secondary .btn-instrument:hover {
          background-color: #3071a9; }
      .main-header ul.secondary .btn-lab {
        background-color: rgba(217, 83, 79, 0.75);
        border-color: transparent; }
        .main-header ul.secondary .btn-lab:hover {
          background-color: #d9534f; }

/* @media (max-width: 992px){
	.main-header{
		.mobile-btn{
			display:block;
		}
		.menu-container{
			position:absolute;
			top:80px;
			left:0;
			right:0;
			.secondary{
				display:none;
			}
			.primary{
				margin-top:0;
				background-color:#fff;
				border-bottom:2px solid #cf3b2f;
				padding: 0 5px 5px;
				>li{
					float:none;
					display:block;
					a:hover{
						text-decoration:none;
						background: rgba(255, 0, 0, 0.13);
					}						
					ul{
						display:none;
					}
					a{
						color:#333;
					}
				}			
			}
		}		
	}
}
@media (min-width: 992px) {
	.menu-container{
		.primary{					
			&.collapse {
				display: block!important;
				height: auto!important;
				padding-bottom: 0;
				overflow: visible!important;
			}
		}
	}
} */
.jumbo-header {
  position: relative;
  background: #333333 50% 0 no-repeat;
  background-size: cover; }
  .jumbo-header .jumbo-content {
    color: white;
    padding-top: 60px;
    text-align: center; }

.page .jumbo-header {
  height: 220px;
  padding: 110px 0 0;
  background-image: url('../img/layout/frontpage_jumbo_2.jpg'); }
  .page .jumbo-header .jumbo-content {
    padding-top: 10px; }
    .page .jumbo-header .jumbo-content .tag-line {
      font-size: 50px;
      margin: 0; }

.front-page .jumbo-header {
  padding: 100px 0 0;
  height: 588px;
  background-image: url('../img/layout/frontpage_jumbo_2.jpg'); }
  .front-page .jumbo-header .jumbo-content {
    text-align: center; }
    .front-page .jumbo-header .jumbo-content.no-cta {
      text-align: center;
      padding-top: 130px; }
      .front-page .jumbo-header .jumbo-content.no-cta .tag-line {
        font-size: 50px;
        margin-bottom: 2px; }
      .front-page .jumbo-header .jumbo-content.no-cta .cta-container, .front-page .jumbo-header .jumbo-content.no-cta .play-video {
        display: none; }
    .front-page .jumbo-header .jumbo-content .tag-line {
      font-size: 50px;
      margin: 10px 0 2px 0; }
    .front-page .jumbo-header .jumbo-content .sub-tag-line {
      font-size: 22px;
      line-height: 40px;
      letter-spacing: 4px;
      font-weight: 100;
      margin-top: 0; }

@media (max-width: 992px) {
  .front-page .jumbo-header {
    height: 488px; }
    .front-page .jumbo-header .jumbo-content .tag-line, .front-page .jumbo-header .jumbo-content.no-cta .tag-line {
      font-size: 30px; }
    .front-page .jumbo-header .jumbo-content .sub-tag-line, .front-page .jumbo-header .jumbo-content.no-cta .sub-tag-line {
      font-size: 22px;
      line-height: 30px; } }

@media (min-width: 992px) {
  .front-page .jumbo-header .jumbo-content .tag-line {
    font-size: 45px; }
  .front-page .jumbo-header .jumbo-content .sub-tag-line {
    font-size: 22px;
    line-height: 30px; }
  .front-page .jumbo-header .jumbo-content .jumbo-cta {
    margin-top: 40px;
    padding: 0.8em 8em; } }

@media (min-width: 1200px) {
  .front-page .jumbo-header .jumbo-content .tag-line {
    font-size: 50px; }
  .front-page .jumbo-header .jumbo-content .sub-tag-line {
    font-size: 26px;
    line-height: 40px; } }

@media (max-width: 767px) {
  .front-page .jumbo-header, .page .jumbo-header {
    height: 220px; }
    .front-page .jumbo-header .jumbo-content, .page .jumbo-header .jumbo-content {
      padding-top: 10px; }
      .front-page .jumbo-header .jumbo-content .logo, .page .jumbo-header .jumbo-content .logo {
        display: none; }
      .front-page .jumbo-header .jumbo-content .tag-line, .page .jumbo-header .jumbo-content .tag-line {
        font-size: 22px; }
      .front-page .jumbo-header .jumbo-content .sub-tag-line, .page .jumbo-header .jumbo-content .sub-tag-line {
        display: none; } }

/**STICKY FOOTER STUFF*/
html, body {
  height: 100%; }


.content .container {
  overflow: auto;
  padding-bottom: 370px; }

/* must be same height as the footer */
#footerwrapper {
  position: relative;
  height: 370px;
  margin-top: -370px;
  clear: both; }

#footer {
  background: #666666;
  color: white;
  padding: 10px 0 10px 0;
  text-shadow: 0 1px 1px black; }

#supporters {
  text-align: center;
  background: white; }

#footer h5 {
  color: #ffcc33;
  font-family: 'univers_light_condensedRG', arial;
  font-size: 20px; }

#footer .contactus h5 {
  margin-bottom: 0; }

#footer .contactus h6 {
  color: white;
  font-style: italic;
  margin: 10px 0 0 0; }

#footer .contactus span {
  display: block;
  color: white; }

#footer a {
  color: #ffcc33; }

#footer p {
  font-size: 9pt;
  font-weight: normal; }

#subfooter {
  background: #353535;
  color: #636363;
  padding: 5px 0 0 0; }
  #subfooter p {
    margin-bottom: 0; }

#footer .useful li {
  padding: 4px 0; }

#footer .useful a {
  color: white; }
  #footer .useful a:hover {
    color: whitesmoke; }

#supporters {
  padding: 20px; }

#supporters img {
  margin: 20px; }

section {
  padding: 40px 0 !important; }
  section > h2 {
    text-align: center;
    margin-bottom: 45px;
    margin-top: 0;
    font-size: 28px;
    font-weight: 100;
    letter-spacing: 2px; }
  section.teal {
    background: #00b5ad 50% 0 no-repeat;
    color: white; }
    section.teal.bg {
      background-image: url('../img/layout/section_bg-2.jpg'); }
      section.teal.bg.slider-container {
        height: 375px; }
  section.dark {
    background: #384150 50% 0 no-repeat;
    background-size: cover;
    color: white; }
    section.dark.bg {
      background-image: url('../img/layout/section_bg-1.jpg'); }
    section.dark .ui.list .list > .item .description, section.dark .ui.list > .item .description, section.dark .ui.list .list > .item .header, section.dark .ui.list > .item .header {
      color: white; }
    section.dark .card .content {
      min-height: 250px; }
  section.light {
    background: #ededed; }

.research-card h3 {
  margin-bottom: 20px; }
.research-card p {
  min-height: 100px; }

body {
  background: #f7f7f7;
  font-family: arial; }

body, html {
  width: 100%; }

.brand-font, section > h2 {
  font-family: 'oswald', arial; }

.highlight {
  color: #6dffff; }

p {
  line-height: 25px;
  margin-bottom: 20px; }

p.sub {
  font-size: 12px; }

p.sub span {
  color: #990033; }

p.large {
  font-size: 17px; }

p.quote {
  font-size: 14px;
  font-family: arial;
  line-height: 28px;
  background: #e2e2e2;
  padding: 10px;
  border-radius: 5px;
  color: #990033; }
  p.quote.text {
    color: rgba(0, 0, 0, 0.54); }

p.moto {
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  font-style: italic; }

a {
  color: #990033; }
  a:hover {
    text-decoration: none;
    color: #f36e6e; }

h1, h2, h3, h4 {
  font-family: 'oswald', arial;
  font-weight: normal; }

h3 {
  margin-bottom: 2px; }

h4 {
  font-size: 25px; }

ul, ul li {
  list-style-type: none; }

i.icon {
  font-family: 'FontAwesome'; }

.carousel {
  height: 370px;
  margin-top: -40px; }
  .carousel .carousel-inner > .item {
    text-align: center; }
    .carousel .carousel-inner > .item img {
      display: inline;
      border-radius: 2px;
      background: rgba(0, 0, 0, 0.1);
      padding: 20px;
      margin-top: 40px; }

#sitename {
  text-indent: -9999px;
  background: url('../img/layout/sitename.png') no-repeat;
  background-size: contain;
  width: 209px;
  height: 60px;
  float: left;
  margin: 0 15px 0 0; }

#mcmaster_logo {
  width: 102px;
  height: 60px;
  background: url('../img/logos/mcmaster.png') no-repeat;
  background-size: contain;
  float: left;
  margin-top: 5px; }

.footer .column {
  text-align: center !important; }
  .footer .column a img {
    display: inline; }

@media (max-width: 991px) {
  div.fullspan-row .row-action {
    text-align: center; } }
