* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Gotham';
  src: url('/media/fonts/gotham-book-webfont.eot'); /* IE9 Compat Modes */
  src: url('/media/fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/media/fonts/gotham-book-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('/media/fonts/gotham-book-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/media/fonts/gotham-book-webfont.svg') format('svg'); /* Legacy iOS */
}

body {
  background: #000;
  color: #1a1a1a;
  /*font-family:'Gotham', 'Gotham A', 'Gotham B';*/
  font-weight: 400;
  font-style: normal;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-size: 16px;
  line-height: 24px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container.last {
  padding-left: 0;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.body-wrap {
  background-color: #000;
}
.navbar {
  width: 100%;
}
.navbar .navbar-header-container {
  
}
.navbar .navbar-header {
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  text-align: center;
}
.page-footer {
  padding: 20px 0 0;
  clear: both;
  color: #fff;
  text-align: center;
}
.page-footer--nav {
  clear: left;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.page-footer--nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
.page-footer--nav a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
}
.footer-copyright {
  margin-bottom: 20px;
  margin-top: 60px;
}
.landing {
  background-image: url('/images/landing_page_background.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 450px;
}
.form-box {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 28%;
}
.form-box h1 {
  color: #1a1a1a;
  font-family:'Gotham', 'Gotham A', 'Gotham B';
  font-size: 15px;
  font-weight: 400;
  line-height: 2.0;
  margin-top: 0;
  margin-bottom: 2px;
  text-align: center;
  text-transform: uppercase;
}
.subtitle {
  display: block;
  font-family: 'Gotham 5r', 'Gotham A', 'Gotham B';
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 1em;
}
.form-box form {
  text-align: center;
  position: relative;
}
.form-box select {
  border-radius: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  outline: none;
  width: 100%;
  height: 36px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  z-index: 1;
}
.dropdown-mask {
  background-color: #fff;
  border: 1px solid #1a1a1a;
  padding: 4px 32px 4px 10px;
  position: relative;
  z-index: 0;
  color: #1a1a1a;
  font-size: 12px;
  text-transform: uppercase;
  font-family:'Gotham', 'Gotham A', 'Gotham B';
}
.dropdown-arrow {
  background-color: #fff;
  background-image: url('images/down-arrow.png');
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  z-index: 0;
}

.last p a, .middle p a {
display: block;
line-height: 34px;
text-align: center;
color: #1a1a1a;
font-weight: normal;
text-decoration: none;
background-color: #fff;
border: 1px solid #1a1a1a;
padding: 0px;
z-index: 0;
font-size: 12px;
text-transform: uppercase;
font-family:'Gotham', 'Gotham A', 'Gotham B';
}

.last p, .middle p {
padding: 0px !important;
margin: 0px;
}
.first {
  margin-right: 0px !important;
}
.border {
margin: 8px;
border: 1px solid #1a1a1a;
padding: 25px;
}

@media (min-width: 768px) {
  .container {
    overflow: hidden;
    width: 1200px;
  }
  .navbar .navbar-header-container {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .navbar .navbar-header {
    float: none;
    padding: 0;
    text-align: center;
  }
  .form-box {
    float: left;
    margin-top: 110px;
    margin-bottom: 90px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .form-box.last {
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .landing {
  height: auto !important;
  }
  .form-box {
    width: 80%;
  }
}
@media (min-width: 992px) {
  /*.container {
    width: 970px;
  }*/
}

@media (min-width: 1200px) {
  /*.container {
    width: 1170px;
  }*/
}