/* Generic */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}

.colorgraph {
  display: none;
}

/* Header */

.header {
  margin-bottom: 10px;
  margin-top: 10px;
}

.header-title__heading,
.header-title__heading a {
  color: #ee2d24;
}

.header-logo {
  text-align: center;
}

.header-logo__anchor {
  display: block;
}

.header-social__heading {
  color: #ee2d24;
}

@media (max-width: 767px) {
  .header-title__heading,
  .header-social__heading {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-title__heading,
  .header-social__heading {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-title__heading,
  .header-social__heading {
    font-size: 24px;
    margin: 0;
  }

  .header-social__heading {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .header-title__heading,
  .header-social__heading {
    font-size: 23px;
  }
}

/* Navigation */

.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-inverse .navbar-toggle {
  border-color: #888;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-brand {
  color: #252525;
  font-family: 'Open Sans';
  font-size: 16px;
}

.navbar-header a:hover,
.nav a:hover {
  color: #337ab7 !important;
}

.navbar-container {
  background-color: white;
  border-bottom: 1px solid #ee2d24;
  border-top: 1px solid #ee2d24;
  height: 52px;
}

.navbar-static-top {
  border-radius: 0;
  background-color: white;
  border-color: unset;
  border-bottom: 1px solid #ee2d24;
}

.navbar-brand {
  margin-left: -30px;
}

.navbar-nav {
  margin-right: -30px;
}

@media (min-width: 768px) {
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  .navbar-nav {
    float: right;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  #navbar .nav a {
    padding-left: 7px;
    padding-right: 7px;
  }
}

/* Carousel */

.carousel {
  margin: 0 auto;
  max-width: 1920px;
}

.carousel-caption {
  z-index: 10;
}

.carousel .item {
  background-color: #777;
}

@media (min-width: 768px) {
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
}

/* Marketing */

.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}

.marketing h2 {
  font-weight: normal;
}

.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/* Featurettes */

.featurette-divider {
  margin: 80px 0;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

/* Sub-navigation */

.sub-menu-2 {
  background-color: #ee2d24;
  color: #fff;
  height: 50px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  width: 100%;
}

.sub-menu-2-row {
  height: 50px;
}

.sub-menu-2-col {
  text-align: center;
  border-right: 2px solid white;
}

.sub-menu-2-col:last-of-type {
  border-right: none;
}

.sub-menu-2 a {
  color: white !important;
  vertical-align: middle;
  text-decoration: none;
  font-family: 'Open Sans';
  font-size: 16px;
}

.sub-menu-2 a:hover {
  text-decoration: none;
}

.sub-menu-2 div div:hover {
  background-color: #a6469d;
}

.sub-menu-2 .col-md-3,
.sub-menu-2 .col-md-2,
.sub-menu-2 .col-md-1 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

@media (max-width: 767px) {
  .sub-menu-2,
  .sub-menu-2-row {
    height: auto;
  }

  .sub-menu-2 .col-md-1,
  .sub-menu-2 .col-md-2,
  .sub-menu-2 .col-md-3 {
    height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sub-menu-2 a {
    font-size: 12px;
  }
}

/* Bootstrap overrides */

@media (max-width: 991px) {
  .xs-center {
    text-align: center;
  }
  .xs-center h2,
  .xs-center a {
    float: none !important;
  }
}

/* Sites warning */

.sites-warning {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: small;
  background-color: red;
  opacity: 0.85;
  border-radius: 5px;
  text-align: center;
  color: white;
  font-weight: bold;
}

/* Content */

#content a {
  color: #337ab7;
  font-weight: bold;
}

/* Index */

.getting-started-ol {
  padding-left: 18px;
}

/* Prizes */

.prizes-row {
  margin-top: 20px;
}

/* Footer */

.company-logo {
  height: 200px;
}

.footer a {
  color: white !important;
}
