/* Base styles */
html {
  font-size: 1em;
  line-height: 1.4;
  overflow-y: scroll;
  position: relative;
  min-height: 100%;
}

body {
  padding-bottom: 60px;
  margin-bottom: 60px;
  background: #f4f4f4;
}

/* Navigation */
.navbar {
  font-size: 15px;
  z-index: 3;
}

.navbar-inverse {
  background: #43ac6a;
  z-index: 2;
  height: 71px;
  margin-bottom: 0;
}

.navbar-nav > li > a {
  padding: 25px 30px;
  font-size: 24px;
}

.navbar-brand {
  padding: 1px 15px;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .open > a:focus {
  background: #388f58;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .dropdown-menu > li > a:hover, 
.navbar-inverse .dropdown-menu > .active > a, 
.navbar-inverse .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #388f58;
}

.navbar-inverse .dropdown-menu {
  background: #43ac6a;
  font-size: 16px;
}

.navbar .dropdown-menu > li > a {
  font-size: 18px;
}

.navbar .dropdown-menu > li > a > i {
  position: relative;
  top: 5px;
  margin-right: 15px;
  width: 10%;
  color: #74D698;
}

.navbar .dropdown-menu > li > a, 
.navbar .dropdown-menu > li > a:focus {
  font-size: 18px;
}

.navbar-nav {
  background: #43ac6a;
}

.navbar-toggle {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
}

.dropdown-toggle {
  position: absolute;
  z-index: 20;
}

.navbar-collapse {
  max-height: initial;
  overflow-x: hidden;
}

.navbar-collapse, 
.navbar-inverse .navbar-collapse, 
.navbar-inverse .navbar-form {
  border-color: transparent !important;
}

.dropdown-menu > li > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Homepage elements */
.jumbotron {
  margin: 5px 0;
  text-align: center;
  background-color: transparent;
}

.callout {
  color: #ffffff;
  display: table;
  height: 300px;
  width: 100%;
  margin: 60px auto 60px auto;
  background: url('../img/blacktransparent.png');
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
}

/* Marketing sections */
.market {
  text-align: center;
  margin: 80px 0px 70px 0px;
}

.white * {
  color: #FFF;
}

/* Footer */
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 125px;
  background-color: #dddddd;
  color: #FFF;
}

.darkgrey {
  background: #c6c6c6;
  height: 125px;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
}

#footer a {
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
}

/* Typography */
p {
  font-size: 20px;
}

ul > li {
  font-size: 20px;
}

.font14 {
  font-size: 14px;
}

/* Form elements */
.candidate {
  margin-top: 10px;
}

.successMessage {
  display: none;
}

#addanother {
  cursor: pointer;
}

/* Video background */
video#bgvid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  border: 0;
  padding: 0;
  background: url("../img/train.jpg") no-repeat center center;
  background-size: cover;
}

/* Utility classes */
.widthrirght500 {
  width: 500px;
  float: right;
}

/* iframes */
iframe {
  max-width: 100%;
}