html,
body {
  height: 100%;
}
body {
  position: relative;
  padding-top: 125px;
  background: #eee;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -270px auto;
  padding: 0 0 270px 0;
  background: #fff;
}
#footer {
  height: 270px;
  background: #eee;
  margin-top: 20px;
}
#footer .btn {
  margin-bottom: 5px;
}
ul.twitterfeed li {
  margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
ul,
ol,
p {
  font-family: 'Droid Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4396ca;
  font-weight: bold;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
ul,
ol,
.dropdown-menu,
.navbar,
p {
  font-size: 13px;
  color: #777;
  line-height: 1.4em;
}
.homecolumns h2 {
  font-size: 16px !important;
}
@media (min-width: 1200px) {
  h2.mastheadnumber {
    color: #ccc;
    font-size: 26px;
    position: relative;
    top: 35px;
    right: 10px;
  }
}
@media (max-width: 1200px) {
  h2.mastheadnumber {
    color: #ccc;
    font-size: 26px;
    position: relative;
    top: 0px;
    right: 0px;
  }
}
.navbar {
  min-height: 125px;
  background: #fff;
  border: none;
}
.navbar-brand {
  display: none;
}
.navbar li a:hover,
.nav-pills a:hover {
  background: #eee !important;
  color: #000 !important;
}
.navbar li.active a,
.nav-pills li.active a {
  background: #4396ca !important;
  color: #fff !important;
}
.carousel-inner .item img {
  margin: 0 auto;
}
.icon-search {
  display: inline-block;
  width: auto;
  height: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #fff;
  color: #4396ca;
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 3px;
  z-index: 3;
}
#searchField {
  padding: 6px 6px 6px 30px;
}
.searchbox {
  position: relative;
}
@media (min-width: 768px) {
  .searchbox {
    left: 26px;
  }
}
img.blogimage {
  padding-bottom: 10px;
}
.bx-wrapper {
  margin: 10px;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.bx-wrapper .bx-viewport {
  border: none 3px;
  left: 0px;
  background: transparent !important;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
  margin-bottom: 10px;
}
.btn-danger {
  background: #949494;
  border: none;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active {
  background: #4396ca !important;
}
.cta {
  margin-top: 10px;
}
.cta h1 {
  font-weight: normal !important;
}
.pageimage img {
  margin-left: 15px;
}
.icon-list,
.icon-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.icon-list li {
  margin: 1em;
  margin-left: 3em;
}
.icon-list li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #4396ca;
}
@media (max-width: 767px) {
  .navbar-fixed-top {
    position: relative;
    margin-bottom: -15px;
  }
  .navbar-collapse {
    max-height: none;
  }
  body {
    position: relative;
    padding-top: 0px;
  }
}
table {
  border-collapse: collapse;
}
table.openings,
tr.openings,
td.openings {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-spacing: 0px;
  border: 0;
}
tr.openings,
td {
  border-bottom: 1px dashed #bcbcbc;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
