/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  width: 100%;
  height: 100%;
  font-family:  "Helvetica Neue", Helvetica, Arial, "Source Sans Pro", sans-serif;
  color: black;
  background-color: white;
  font-weight: 200;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: none;
  font-family:  "Helvetica Neue", Helvetica, Arial, "Source Sans Pro", sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}
a {
  color: #ec2227;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #c1273a;
  text-decoration: underline;
}
hr {
  width: 70px;
  border-color: currentcolor;
  margin-bottom: 30px;
}
.light {
  font-weight: 400;
}
nav {

}
.navbar-brand {
    display: none;
}
.nav > li > a {
    text-decoration: none;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family:  "Helvetica Neue", Helvetica, Arial, "Source Sans Pro", sans-serif;
  background-color: black;
}
.navbar-custom .navbar-toggle {
  color: white;
  background-color: rgba(255, 255, 255, 0);
  font-size: 18px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: white;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
  color: white;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: black;
    border-bottom: none;
  }
}
.intro {
  display: table;
  width: 100%;
  height: 75vh;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: #000000 url("../img/intro-bg.jpg") no-repeat fixed left top;
  background-color: black;
  background-size: cover;
}
@media (max-width: 960px) {
.intro {
        background-attachment: scroll;
    }
}
.intro.contact {
  height: 100%;
}
.intro.contact img {
    max-width: 180px !important;
    width: 100% !important;
}
.intro.contact span {
    color: #ec2227;
    font-weight: 600;
}
.intro .intro-body img {
    max-width: 320px;
    width: 100%;
    margin-top: 100px;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 18px;
    margin-top: 30px;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 50px;
  padding: 7px 16px;
  border: none;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding-top: 100px;
}
.download-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background: url(../img/intro-bg.jpg) no-repeat fixed center center;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media (max-width: 960px) {
.download-section {
        background-attachment: scroll;
    }
}
.philosophy-section {
  width: 100%;
  padding: 100px 0;
  color: white;
  background: url(../img/philosophy-bg.jpg) no-repeat fixed center center;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media (max-width: 960px) {
.philosophy-section {
        background-attachment: scroll;
    }
}
.philosophy-section h2 {
  color: #EC2227;
}
.team-section {
  width: 100%;
  padding: 50px 0;
  color: black;
  background-color: white;
}
.team-section p {
  font-size: 16px;
}
.team-section span {
    font-weight: 500;
}
.team-section img {
  max-height: 200px;
  margin-bottom: 20px;
}
.advisors {
    margin-top: 100px;
}
.updates-section {
  width: 100%;
  color: black;
  background-color: white;
  display: inline-block;
   margin-bottom: 50px;
}
.updates-section p {
  font-size: 16px;
  margin: 10px 0 0;
  text-align: left;
}
.updates-section span {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}
.updates-section img {
    display: block;
    max-height: 120px;
    max-width: 180px;
}
.update span a {
    color: #000000;
    text-decoration: none;
}
.update span a:hover {
    color: #ec2227;
}
.video {
    padding-bottom: 100px;
}
.logo {
    display: table-cell;
    height: 120px;
    vertical-align: bottom;
}
.date {
    font-size: 16px;
    margin-top: 30px;
    text-align: left;
}
#products img {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 280px;
}
#products span.click {
    font-size: 16px;
}
#twitter-widget-0 {
    min-width: auto !important;
}
.publications > p {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
.team-section .team-member {
    margin-bottom: 100px;
}
.updates-section .update {
    margin-bottom: 100px;
}
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 100px;
  }
  .download-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
.btn {
  text-transform: uppercase;
  font-family:  "Helvetica Neue", Helvetica, Arial, "Source Sans Pro", sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  border-radius: 4px;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #ffffff;
  outline: none;
  color: black;
  background-color: #ffffff;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
footer {
  padding: 50px 0;
  background-color: #000000;
  color: #ffffff;
}
footer p {
  margin: 0;
  font-size: 1.2em;
}
footer .container.text-center > img {
    margin-bottom: 30px;
    width: 200px;
}
::-moz-selection {
  text-shadow: none;
  background: #ec2227;
  background: rgba(236, 34, 39, 1);
}
::selection {
  text-shadow: none;
  background: #ec2227;
  background: rgba(236, 34, 39, 1);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(236, 34, 39, 1);
}
#about iframe {
    margin-bottom: 40px;
}


/* Form */

.mc-field-group {
    text-align: left;
    margin-bottom: 30px;
}
input.required.email {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border: 0px solid #ffffff;
    border-radius: 4px;
    height: 40px;
    padding-left: 15px;
}
.mc-field-group .required.email {
    text-align: left;
    width: 100%;
}
.mc-field-group label {
    display: table;
    font-weight: 100;
}
.mc-field-group textarea {
    overflow: auto;
    width: 100%;
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border: 0px solid #ffffff;
    border-radius: 4px;
    padding-left: 15px;
    padding-top: 10px;
}
.button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-size: 18px;
    padding: 10px 15px;
}

/* Table */

  table {border-collapse: collapse; width: auto; margin: auto;}
  th, td {border: thin solid black; padding: 10px; text-align: left; font-size: 16px; vertical-align: top;}
  td span {
    font-weight: 500;
}
  tr.head th, tr.head td {background-color: #EDEDED; border-bottom: 4px double black;}
  span.linetitle {font-weight: bold;}
  div.lineclass {font-style: italic;}
  .title, .result {width: 80%;}
  .notes {width: 15%;}
  h1 {text-align: center;}
  #data {
    margin-bottom: 50px;
}