.ease-transition, .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover, .hover-button, .hover-button:hover, #apply-button, #apply-button:hover, a:hover, a:focus, .btn, .btn:hover, .inverse-button, .inverse-button:hover, .curriculum-graph, .curriculum-graph:hover, .btn-syllabus, .btn-syllabus:hover, .project-tiny-card, .project-tiny-card:hover, .project-tiny-card.active {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease; }

body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  letter-spacing: .04em;
  line-height: 1.85em; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2.5em; }

h3 {
  font-size: 2.00em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1.00em; }

a {
  font-weight: 600; }

.tiny-spacer {
  margin-top: 1.5em; }

.small-spacer {
  margin-top: 2.5em; }

.spacer {
  margin-top: 5em; }

.bg-gray {
  background-color: #F5F5F5; }

.bg-white {
  background-color: white; }

.text-white {
  color: white; }

.box-shadow {
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.sponsor-logos {
  width: 150px;
  margin-top: 2em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.icon-img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(20%);
          transform: translateY(20%); }

.coming-soon {
  opacity: .5;
  padding: 0px 10px;
  text-align: center; }

.subtitle-heading {
  line-height: 1.5em;
  color: #505050; }

header {
  background: white none repeat scroll 0 0; }

header #top-nav.navbar {
  background: transparent none repeat scroll 0 0;
  border: 0 none !important;
  margin-bottom: 5px; }

.intro-container {
  background-color: #115cbf;
  opacity: .95;
  padding: 2rem 3rem 1rem 3rem; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: black; }

.navbar-default .navbar-nav > li > a {
  font-size: 18px;
  font-weight: 500; }

#nav-apply-button {
  height: 30px;
  margin-top: -5px; }

.new-nav-link {
  color: black;
  font-weight: normal; }

.new-nav-link:hover {
  text-decoration: none; }

.new-nav-link.active {
  color: #007bff; }

#mountain-image {
  display: inline;
  max-width: 75%; }

.section-heading {
  padding: 20px 0px 0px 0px;
  color: #115cbf; }

.section-faq p, .section-faq li {
  color: #979797; }

section {
  overflow: hidden;
  padding: 70px 40px 50px 40px; }

.mobile-padding {
  padding: 10px 20px; }

.heading-hr {
  margin-left: 0;
  width: 10%;
  border-top-width: 4px; }

.section-prereqs .white-hr {
  border-top: 4px solid #f9fbfd; }

.course-row {
  margin: 200px 0px; }

.wwlf-item:hover {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3); }

.wwlf-heading {
  font-weight: bold;
  font-size: 1.75rem;
  letter-spacing: 1px; }

.program-feature-copy {
  font-size: 1.3rem;
  line-height: 3rem; }

.program-specifics-heading {
  font-size: 3rem; }

.card-title {
  font-weight: bold; }

#comp-table td, #comp-table th {
  padding: 20px;
  text-align: center; }

#comp-table .icon-ok {
  color: green; }

#comp-table .icon-remove {
  color: red; }

/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: #115cbf;
  z-index: 999;
  padding: 0px 40px;
  border-bottom: 0.5px solid #115cbf; }

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: .5rem 1rem;
  text-decoration: none;
  font-weight: normal; }

.active-secondary-nav {
  border-bottom: 5px solid white; }

/* Page content */
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%; }

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px; }

.hover-button:hover {
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

#apply-button {
  color: #FFFFFF; }

#apply-button:hover {
  color: #115cbf; }

.button {
  background-color: #115cbf;
  color: #FFFFFF; }

.box {
  background: #F5F5F5 none repeat scroll 0 0; }

.application-icons {
  width: 50%;
  display: inline; }

.inverse-button {
  background-color: transparent;
  border: white 2px solid; }

.inverse-button:hover {
  background-color: white;
  color: #1673EF;
  border: #1673EF 2px solid; }

.curriculum-graph-section {
  display: inline-block;
  margin-left: 4rem; }

.curriculum-graph {
  background-color: #eaeaea;
  width: 3rem;
  margin: auto;
  margin-bottom: 1.5rem; }

.curriculum-graph:hover {
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.active-graph {
  background-color: #115cbf;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); }

.curriculum-text {
  font-weight: bold; }

#foundations-graph {
  margin-top: 200px;
  height: 50px; }

#eda-graph {
  margin-top: 150px;
  height: 100px; }

#ml-graph {
  margin-top: 100px;
  height: 150px; }

#projects-graph {
  margin-top: 50px;
  height: 200px; }

#job-graph {
  height: 250px; }

#syllabus-form label {
  color: black;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 200; }

#syllabus-form .form-group {
  margin-bottom: 30px; }

.btn-syllabus {
  background-color: #115cbf;
  color: white;
  text-transform: uppercase;
  width: 30%;
  border: none; }

.btn-syllabus:hover {
  background-color: white;
  color: #115cbf;
  border: 1px solid #115cbf; }

.interest-form {
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 70px; }

.section-syllabus {
  background-color: #115cbf;
  color: black; }

.section-syllabus a {
  color: white; }

.section-prereqs {
  background-color: #115cbf;
  color: #f9fbfd; }

.section-prereqs a {
  color: #f9fbfd; }

.tiny-card-heading {
  font-style: italic;
  font-size: 1.3rem; }

.tiny-card-logo {
  height: 4rem; }

.project-tiny-card {
  background-color: white;
  border-radius: 5px;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.project-tiny-card:hover {
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px); }

.project-tiny-card.active {
  border-bottom: 1rem solid #115cbf;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3); }

.project-card {
  background-color: white;
  border-radius: 5px;
  padding: 50px; }

#section-project a {
  color: black; }

.caption, .section-quote, .section-quote-da {
  padding: 150px 0px;
  color: #FFFFFF; }

.section-footer {
  background-color: #115cbf;
  color: #FFFFFF;
  text-align: center; }

.banner {
  position: relative;
  margin: 100px 0px;
  /* background: url(/images/landing-elements/hero-student-color.png) no-repeat right; */
  /* background-size: cover; */
  /* background-color: #115cbf; */
  /* background-color: gray; */ }

.project-sub-heading {
  text-transform: uppercase;
  font-weight: bold;
  color: black; }

.headshot {
  width: 200px;
  height: 200px;
  border-radius: 150px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.8); }

.headshot-sub-text {
  color: rgba(168, 168, 168, 0.8); }

.testimonial-quote {
  font-size: 1.1em;
  /* font-family: "Noto Serif", serif; */
  line-height: 2em; }

#student-map {
  text-align: center;
  background-color: #115cbf; }

#student-map .section-heading {
  color: white; }

.carousel-inner {
  height: 100%; }

.btn-fat {
  padding: 15px;
  font-size: 1.3em; }

.nav-tabs {
  border-bottom: 0px solid white; }

.full-width-tabs > ul.nav.nav-tabs {
  display: table;
  width: 100%;
  table-layout: fixed; }

.full-width-tabs > ul.nav.nav-tabs > li {
  float: none;
  display: table-cell; }

.full-width-tabs > ul.nav.nav-tabs > li > a {
  text-align: center; }

.take-all-space-you-can {
  width: 100%; }

.left-border {
  border-left: 1px solid rgba(0, 0, 0, 0.2); }

@media only screen and (max-device-width: 1024px) {
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent; }
  .img-responsive {
    margin: 0 auto; }
  .navbar-wrapper {
    display: none; }
  .hide-mobile {
    display: none; } }

@media all and (max-device-width: 667px) {
  .coming-soon {
    text-align: left;
    padding: 0px 0px; }
  h1 {
    font-size: 2em; }
  h2 {
    font-size: 1.5em; }
  h4 {
    font-size: 1.25em; }
  section {
    padding: 10px 5px; }
  .spacer {
    margin-top: 1em; }
  .btn-fat {
    padding: 10px;
    font-size: .8em; }
  .col-md-6 {
    margin-top: 40px; }
  .left-border {
    border-left: 1px solid transparent; } }
