@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);

.sponsor-logos-container {
  text-align: center;
}

.sponsor-logos-container img {
  display: inline-block;
  margin: 0 50px !important; 
  margin-bottom: 20px !important;
}

.sponsor-logos-container .logos-silver a img {
  height: 70px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Lato', Arial;
  color: #666666;
  -webkit-font-smoothing: antialiased;
}
a {
  font-family: 'Lato', Arial;
  -webkit-font-smoothing: antialiased;
}
div.content {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #666666;
}

section#recap * h1 {
  color: #f6f6f6;
}

section#recap * div {
  color: #666666;
}

section#recap * p {
  color: #f6f6f6;
}
header .navbar-default {
  background: none;
  border: none;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav {
  padding-top: 1.5em;
}
header .navbar-default ul.navbar-nav li a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  padding: 7px 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover:after {
  background: #ffffff;
}
header .navbar-default .navbar-brand {
  height: auto;
  padding: 0;
}
header .navbar-default.scrolled {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled .navbar-brand {
  padding: 15px 20px;
}
header .navbar-default.scrolled .navbar-brand img {
  width: auto;
  max-height: 33px;
}
header .navbar-default.scrolled ul.navbar-nav {
  padding-top: 15px;
}
.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1 \0;
}
.hanging-phone {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -70px;
}
.section-heading {
  margin: 60px 0 30px;
  text-align: center;
}
.section-heading h1 {
  display: inline-block;
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 0;
}
.section-heading p {
  font-size: 25px;
  color: #999999;
  font-weight: 300;
}
.section-heading .divider:after {
  content: "";
  position: relative;
  height: 4px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.section-heading.inverse h1,
.section-heading.inverse p {
  color: #ffffff;
}
.section-heading.inverse .divider:after {
  background: #ffffff;
}
#hackWesternLogoAppearsOnPhoneScreen{
  display: none;
}
/*About page*/
section#about {
  position: relative;
}
section#about .about-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#about .about-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}
section#schedule {
  position: relative;
}
section#schedule .schedule-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#schedule .schedule-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}
section#faq .media > .pull-right {
  margin-left: 20px;
}
section#faq .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2.6em;
  text-align: center;
}
section#faq .media .media-heading {
  padding-top: 10px;
  font-weight: 300;
}
section#faq .media .media-body {
  color: #999999;
}
section#faq .media.media-left .media-body {
  text-align: right;
}
section#faq .media.feature {
  margin-top: 25px;
}
section#faq .media.feature:first-child {
  margin-top: 0;
}
section#faq img {
  margin: 0 auto 20px;
}
section#judges .media > .pull-right {
  margin-left: 20px;
}
section#judges .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2.6em;
  text-align: center;
}
section#judges .media .media-heading {
  padding-top: 10px;
  font-weight: 300;
}
section#judges .media .media-body {
  color: #999999;
}
section#judges .media.media-left .media-body {
  text-align: right;
}
section#judges .media.feature {
  margin-top: 25px;
}
section#judges .media.feature:first-child {
  margin-top: 0;
}
section#judges img {
  margin: 0 auto 20px;
}
section#reviews {
  padding-top: 2em;
  padding-bottom: 2em ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#reviews .review-filtering {
  margin: 20px 0 20px 0;
}
section#reviews .review-filtering .review .review-person {
  width: 100%;
}
section#reviews .review-filtering .review .review-person img {
  width: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
}
section#reviews .review-filtering .review .review-comment {
  width:100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 40px 20px;
  position: relative;
}
section#reviews .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#reviews .review-filtering .review .review-comment p {
  font-size: 16px;
  color: #999999;
}
section#reviews .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#reviews .review-filtering .review .review-comment:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px;
  margin-top: -10px;
}
section#reviews .review-filtering .review .review-person,
section#reviews .review-filtering .review .review-comment {
  float: left;
}
section#reviews .review-filtering .slick-dots {
  bottom: -50px;
}
section#reviews .review-filtering .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#reviews .review-filtering .slick-dots li button:before {
  display: none;
}
.sponsor-logos-container {
  text-align: center;
}
.sponsor-logos-container img {
  display: inline-block;
  margin: 0 50px !important;
  margin-bottom: 20px !important;
}
.sponsor-logos-container .logos-plat a img {
  height: 200px;
}
.sponsor-logos-container .logos-gold a img {
  height: 140px;
}
.sponsor-logos-container .logos-silver a img {
  height: 70px;
}
.sponsor-logos-container .logos-bronze a img {
  height: 25px;
}
header .navbar-default ul.navbar-nav li a.getApp {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a.getApp:after {
  display: none;
}
section#sponsors .sponsor-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#faq.slider {
  margin: 50px 0;
}
section#faq .slider div img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  display: inline;
}
section#faq .slider div h4 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
section#faq .slider .slick-dots li button {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
section#faq .slick-prev,
section#faq .slick-next {
  width: 50px;
  height: 50px;
  top: 44%;
}
section#faq .slick-slide {
  text-align: center;
}
section#faq .slick-prev:before {
  content: "\f104";
}
section#faq .slick-next:before {
  content: "\f105";
}
section#faq .slick-prev:before,
section#faq .slick-next:before {
  font-size: 34px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  line-height: 45px;
  color: #CCC;
  border: 2px solid #CCC;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
}
section#faq .filter {
  text-align: center;
}
section#faq .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

section#faq .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
section#faq .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
section#faq .panel-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 300px;
  margin-bottom: 0;
}
section#faq .panel-title > a {
  color: inherit;
  cursor: pointer;
}

section#faq .panel {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
 }
section#faq .panel-body {
  padding: 15px;
}
section#faq .panel-body p {
  font-size: 16px;
  color: #999999;
}
section#faq a {
  color: #8e44ad;
}
section#judges a {
  color: #8e44ad;
}
section#schedule table {
  margin:auto;
}
section#schedule tr, td {
  padding:0.1em;
  padding-bottom: .5em;
}
/* recap video Section */
section#recap .video-container {
  padding: 20px;
  border: 1px solid #b3b3b3;
  min-height: 450px;
  overflow: hidden;
}
section#recap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/* Get app Section */
section#getApp {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0;
}
section#getApp .platforms {
  margin: 5px auto 120px auto;
  text-align: center;
}
section#getApp .platforms .btn {
  margin-right: 10px;
  margin-bottom: 20px;
}
/* Partners section */
section#partners {
  padding-bottom: 0.5em;
}
section#partners #partners-col{
  margin-top: 2em;
}

/* sponsor section */
section#sponsors {
  background: #f6f6f6;
}
section#sponsors header h1:after {
  background: #4f2683;
}
section#sponsors {
  text-align: center;
}
section#sponsors a {
  color: #8e44ad;
}
section#sponsors table {
  margin:auto;
}
section#sponsors tr, td {
  max-width: 50px;
  padding:0.1em;
  padding-bottom: .5em;
}
section#sponsors .img-responsive {
  margin: auto;
  margin-bottom: 1em;
}
section#sponsors #platinum-sponsors img {
  height: 9em;
}
section#sponsors #gold-sponsors img {
  height: 8em;
}
section#sponsors #silver-sponsors img {
  height: 5em;
}
section#sponsors #partners img {
  height: 6em;
}

/* footer section */
footer {
  padding: 30px 0;
  text-align: center;
}
footer a > img {
  width: 100px;
}
footer .social {
  display: block;
  margin-top: 30px;
}
footer .social a {
  margin: 0 8px;
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .social a i {
  width: 1em;
}

footer .rights {
  margin-top: 30px;
}
footer .rights a {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
}
footer .rights a:hover {
  text-decoration: none;
}
section {
  position: relative;
  padding-bottom: 90px;
}
/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.tp-caption {
  font-family: 'Lato', Arial !important;
  -webkit-font-smoothing: antialiased;
}
.tp-caption.large_white_bold {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
}
.tp-caption.large_white_light {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
  font-weight: 300;
}
.tp-caption.med_white {
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  font-weight: 300;
}
.btn {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 25px;
}
.btn.btn-primary {
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #ffffff;
}
.btn.btn-default {
  border: none;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.btn.btn-lg {
  padding: 10px 25px;
}
.btn:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .navbar-default ul.navbar-nav li a.getApp {
  color: #824583;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e0e0e0, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a.getApp:hover {
  color: #8c4b8d;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .logo {
    width: 12em;
    height: auto;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .contact-details {
    margin-top: 20px;
  }
  header .navbar-default {
    padding: 20px;
  }
  header .navbar-default .navbar-toggle {
    margin-top: 0px;
    margin-right: 0px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default ul.navbar-nav li a {
    padding: 10px;
    text-align: center;
  }


  header .navbar-default .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default.scrolled .navbar-toggle {
    margin-top: 11px;
    margin-right: 20px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
}
header {
  background: #4f2683;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #4f2683 0%, #6b396c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #4f2683), color-stop(100%, #6b396c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #4f2683 0%, #6b396c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #4f2683 0%, #6b396c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #4f2683 0%, #6b396c 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #4f2683 0%, #6b396c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f2683, endColorstr=#6b396c, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a {
  color: #ffffff;
  background: none;
}
header .navbar-default ul.navbar-nav li a:hover {
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled {
  border-bottom: 3px solid #4f2683;
}
header .navbar-default.scrolled ul.navbar-nav li a {
  color: #4f2683;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover {
  color: #4f2683;
}

header .navbar-default.scrolled ul.navbar-nav li a:hover:after {
  background: #4f2683;
}
header .navbar-default.scrolled .navbar-brand {
  background: #4f2683;
}

  /* set underline of navbar */
header .navbar-default ul.navbar-nav li a span{
  border-bottom: 2px solid transparent;
}

/* set underline colour of navbar  on hover*/
header .navbar-default ul.navbar-nav li a:hover span{
  border-bottom-color: #FFFFFF;
  transition: border 0.25s linear;
}
/* set underline colour of navbar when scrolled */
header .navbar-default.scrolled ul.navbar-nav li a:hover span{
  border-bottom-color: #4f2683;
}

/* E-mail submission icons */
header .tp-banner-container i.fa.fa-arrow-circle-o-right {
  display: inline-block;
  margin-left:.5em;
  color: #ffffff;
  display: none;
}
header .tp-banner-container i.fa.fa-arrow-circle-o-right:hover {
  opacity: .70;
  cursor: pointer;
}
header .tp-banner-container i.fa.fa-spinner {
  display: inline-block;
  margin-left:.5em;
  color: #ffffff;
  display: none;
}
header .tp-banner-container i.fa.fa-check-circle-o {
  display: inline-block;
  margin-left:.5em;
  color: #33CC33;
  display: none;
}
header .tp-banner-container i.fa.fa-times-circle-o {
  display: inline-block;
  margin-left:.5em;
  color: #FF3333;
  display: none;
}

section .section-heading .divider:after {
  background: #4f2683;
}

section#about .about-item i.fa {
  border: 2px solid #4f2683;
  color: #4f2683;
}
section#about .about-item:hover i.fa {
  color: #ffffff;
  background: #4f2683;
}
section#about .about-item:hover h3 {
  color: #4f2683;
}
section#schedule .schedule-item i.fa {
  border: 2px solid #4f2683;
  color: #4f2683;
}
section#schedule .schedule-item:hover i.fa {
  color: #ffffff;
  background: #4f2683;
}
section#schedule .schedule-item:hover h3 {
  color: #4f2683;
}
section#faq {
  background: #f6f6f6;
}
section#faq header h1:after {
  background: #4f2683;
}
section#faq .media i.fa {
  border: 2px solid #4f2683;
  color: #4f2683;
}
section#faq .media:hover i.fa {
  color: #ffffff;
  background: #4f2683;
}
section#faq .media:hover h3 {
  color: #4f2683;
}
section#faq .media.active i.fa {
  color: #ffffff;
  background: #4f2683;
}
section#faq .media.active .media-heading {
  color: #4f2683;
}
section#judges {
  background: #f6f6f6;
}
section#judges header h1:after {
  background: #4f2683;
}
section#judges .media i.fa {
  border: 2px solid #4f2683;
  color: #4f2683;
}
section#judges .media:hover i.fa {
  color: #ffffff;
  background: #4f2683;
}
section#judges .media:hover h3 {
  color: #4f2683;
}
section#judges .media.active i.fa {
  color: #ffffff;
  background: #4f2683;
}
section#judges .media.active .media-heading {
  color: #4f2683;
}
section#reviews {
  background: url("../img/hw/bk-reviews.png");
}
section#reviews header {
  color: #ffffff;
}
section#reviews header h1:after {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#reviews .review-filtering .review .review-comment {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-comment h3 {
  color: #4f2683;
}
section#reviews .review-filtering .review .review-comment p span i {
  color: #4f2683;
}
section#reviews .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#reviews .review-filtering .slick-dots li button {
  background: transparent #ffffff;
  border: 2px solid #ffffff;
}
section#reviews .review-filtering .slick-dots li.slick-active button {
  background: #4f2683;
}
section#faq header h1:after {
  background: #4f2683;
}
section#faq .slider div img {
  border: 2px solid #e5e5e5;
}
section#faq .slider div h4 {
  color: #999999;
}
section#faq .slider .slick-dots li button {
  background: #999999;
}
section#faq .slider .slick-dots li.slick-active button {
  background: #4f2683;
}
section#faq .filter a {
  border: 2px solid #cccccc;
  color: #999999;
}
section#faq .filter a:hover {
  color: #ffffff;
  background: #4f2683;
  border-color: #4f2683;
}
section#faq .filter a.active {
  color: #ffffff;
  background: #4f2683;
  border-color: #4f2683;
}
/* recap video Section */
section#recap {
    background: url("../img/hw/bk-reviews.png");
}
section#recap header h1:after {
  background: #f6f6f6;
}

/* support section */
section#support header h1:after {
  background: #4f2683;
}
section#support .media i.fa {
  border: 2px solid #4f2683;
  color: #4f2683;
}
section#support .media a {
  color: #4f2683;
}
section#support .media:hover i.fa {
  color: #ffffff;
  background: #4f2683;
}
section#support .media:hover h3 {
  color: #4f2683;
}
/* footer section */
footer {
  background: #4f2683;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #4f2683 0%, #6b396c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #4f2683), color-stop(100%, #6b396c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #4f2683 0%, #6b396c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #4f2683 0%, #6b396c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #4f2683 0%, #6b396c 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #4f2683 0%, #6b396c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f2683, endColorstr=#6b396c, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
footer .social a {
  border: 2px solid #ffffff;
}
footer .social a i {
  color: #ffffff;
}
footer .social a:hover {
  background: #ffffff;
}
footer .social a:hover i {
  color: #4f2683;
}
footer .rights {
  color: #ffffff;
}
footer .rights a {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
}
.navbar-toggle {
  background-color: #CCC;
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn.btn-primary {
  color: #4f2683;
  border-color: #4f2683;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #4f2683;
  border-color: #4f2683;
}
.btn.btn-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
  background-color:rgba(255,255,255,0.2);
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #4f2683;
  border-color: #4f2683;
}
.btn.btn-info {
  color: #ffffff;
  background: #4f2683;
  border-color: #4f2683;
}
.btn.btn-info:hover {
  color: #ffffff;
  background: #4f2683;
  border-color: #4f2683;
}
.btn.btn-default {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #4f2683;
}
.btn.btn-default:hover {
  color: #4f2683;
}
form .form-control:focus {
  border-color: #4f2683;
  color: #999999;
}
@media screen and (max-width: 720px) {
  #hackWesternText {
    display: none;
  }
  #hackWesternLogoAppearsOnPhoneScreen{
    display: block;
  }
}
@media screen and (max-width: 640px) {
    #email-field {
    padding-top: 1.5em;
    text-align: left;
    font-size: 2em;
    line-height: 1em;
  }
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav li a {
    color: #ffffff;
    border-bottom: 1px solid #753e76;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    background: none !important;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
    border-radius: 0em;
}
  header .navbar-default ul.navbar-nav li a.getApp {
    color: #ffffff;
  }
  header .navbar-default ul.navbar-nav li a:after {
    display: none;
  }
  header .navbar-default ul.navbar-nav li a:hover {
    color: #4f2683;
  }
  header .navbar-default .navbar-collapse {
    background: #4f2683;
  }
  header .navbar-default.scrolled {
    background: #4f2683;
  }
  header .navbar-default.scrolled ul.navbar-nav li a {
    color: #ffffff;
  }
  header .navbar-default.scrolled ul.navbar-nav li a:hover {
    color: #4f2683;
  }
    .sponsor-logos-container .logos-plat a img {
  height: 70px;
  }
  .sponsor-logos-container .logos-gold a img {
    height: 50px;
  }
  .sponsor-logos-container .logos-silver a img {
    height: 35px;
  }
  .sponsor-logos-container .logos-bronze a img {
    height: 20px;
  }
}

.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}
.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}
section#recap h1:after {
  color: #f6f6f6;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.pre-loader {
  background: #4f2683;
}
@media screen and (max-width: 360px) {
  .logo {
    width: 90px;
    height: auto;
  }
}
.auth-header .navbar-default {
  border-bottom: 3px solid #4f2683;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.auth-header .navbar-default ul.navbar-nav li a {
  color: #4f2683;
  font-weight: 400;
  font-size: 16px;
  padding: 7px 20px;
}
.auth-header .navbar-default ul.navbar-nav li a:hover {
  color: #4f2683;
}
.auth-header .navbar-default ul.navbar-nav li a:hover:after {
  background: #4f2683;
}

.auth-header .navbar-default ul.navbar-nav li a:hover span {
  border-bottom-color: #4f2683;
}

.auth-header .navbar-default .navbar-brand {
  margin-left: 70px;
  background: #4F2683;
  padding: 15px 20px;
}
.auth-header .navbar-default .navbar-brand img {
  width: auto;
  max-height: 33px;

}
.auth-header .navbar-default ul.navbar-nav {
  margin-right: 70px;
  padding-top: 15px;
}

.register .h3 {
  font-family: inherit;
}

/** landing page **/

#landingText{
  font-family: inherit;
  margin-top: 250px;
  text-align: center;
}

#landingText h1{
  font-family: inherit;
  font-size: 4em;
  color: white;
}

#landingText h2{
  font-family: inherit;
  font-size: 2.5em;
  color: white;
}

@media only screen and (max-width: 768px) {
  #landingText h1{
    font-size: 3.5em;
  }
  #landingText h2{
    margin-top: 0px;
    font-size: 2em;
  }
}

p#passinfo{
  margin-bottom: 15px;
}

/* Get app Section */
section#getApp {
  background: url("../img/hw/bk-app.png");
}
section#getApp header {
  color: #ffffff;
}
section#getApp header h1:after {
  background: #ffffff;
}
section#getApp .platforms .media {
  border: 2px solid #ffffff;
  color: #ffffff;
}
section#getApp .platforms .media a i {
  color: #ffffff;
}
section#getApp .platforms .media a div.media-body {
  color: #ffffff;
}
section#getApp .platforms .media:hover {
  background: #ffffff;
}
section#getApp .platforms .media:hover a i,
section#getApp .platforms .media:hover a div.media-body {
  color: #4f2683;
}

section#grey-wells {
  position: relative;
}
section#grey-wells {
  background: #f6f6f6;
}
section#grey-wells header h1:after {
  background: #4f2683;
}
section#grey-wells p {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}

section#white-wells {
  position: relative;
}
section#white-wells header h1:after {
  background: #4f2683;
}
section#white-wells p {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}

@media (max-width: 768px) {
  .btn-responsive {
    padding:2px 4px;
    font-size:80%;
    line-height: 1;
    border-radius:3px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    padding:4px 9px;
    font-size:90%;
    line-height: 1.2;
  }
}

