.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    font-weight: 600;
    color: #222;
}
.brand, .navbar-nav {
    padding: 0.7rem 0;
}
.brand {
    float: left;
}
.wrap > .container {
    padding: 20px 15px 20px;
}
.intro {
    background-image: url(/shared/brands/demo/header.jpg);
    background-repeat: no-repeat;
    background-position: center -110px;
    background-size: cover;
    height: 500px;
    color: #fff;
    position: relative;
    padding-left: 23px;
}
.intro-text {
    position: relative;
    z-index: 1;
    font-size: 1.2em;
    line-height: 1.6;
    margin-top: 150px;
    text-shadow: 0 0 6px #000;
}
.intro-text h1 {
    font-size: 2.1rem;
    font-weight: 400;
}

.intro-text strong {
    font-size: 16px;
}

.navbar-container.navbar-collapse.collapse {
  display:flex !important; align-items: center;
}
.navbar-right {
  align-self: flex-end;  margin-left: auto;
}
.intro-text .btn-primary {
    margin-top: 1rem;
}
.btn-primary  {
    font-size: inherit;
    letter-spacing: .5px;
    text-shadow: none;
}

.down-arrow {
  width: 0;
  height: 0;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.5em solid #fff;
  display: inline-block;
  vertical-align: middle;
}
.icon { /* Customizes all icons at once */
    display: inline-block;
}
.jobs {
    padding: 80px 0 160px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .jobs {
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .jobs h1.title {
        font-size: 32px;
    }
}
.jobs h1.title {
    font-weight: 500;
    font-size: 2.2em;
    margin-bottom: 50px;
}
.jobs .panel {
    border: 1px solid #ccc;
    border-top: 2px solid #1a327b;
    border-radius: 5px;
    box-shadow: 0 3px 0 rgba(80, 80, 80, .1);
}
.jobs .panel .panel-body {
    padding: 0 15px;
}
.jobs .panel .alert {
    margin: 0 -15px;
    background: #f1f1f1;
}
.jobs .panel .job {
    margin: 0 -15px;
    display: flex;
    flex-flow: row wrap;
}
.jobs .panel a {
    color: inherit;
}
.jobs .panel a:hover {
    text-decoration: none;
}
.jobs .panel a:hover .job {
    box-shadow: inset 5px 0 0 #f57f1e;
}

.jobs .panel a:not(:last-child) .job {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.jobs .panel a:first-child .job {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.jobs .panel a:last-child .job {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.jobs .panel .job .logo {
    float: left;
}
.jobs .panel .job .logo img {
    width: 64px;
    height: 64px;
    margin: 1em;
}
.jobs .panel .job .details {
    width: 100%;
    padding: 20px 10px;
    flex: 2;
}
.jobs .panel .job .details .meta > span {
    margin-right: 1em;
    margin-bottom: 0.5em;
}
.jobs .panel .job .details .property-icon {
    font-size: 1.6em;
    color: #1a327b;
}
.jobs .panel .job .details h1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.4em;
    margin-bottom: .3rem;
}
.jobs .panel .job .compensation img {
    float: left;
    height: 1.4em;
    margin-top: -1px;
    margin-bottom: 1em;
    margin-right: 6px;
}
.jobs .panel .job .action {
    float: right;
    padding-top: 18px;
    margin: 1em 2em 1em 1em;
}
.jobs .panel .job .action .btn {
    padding: 5px 30px;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin: -4px 0 0;
}
#product-banner {
    font-size: 14px;
}
#product-banner .btn-default, #product-banner .btn-default:focus {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1em;
    height: auto;
}
#product-banner .btn-default:hover, #product-banner .btn-default:active {
    background: #fff;
    color: inherit;
    border-color: #fff;
}
#product-banner .btn-default:active, #product-banner .btn-default:active:hover {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
    color: inherit;
    box-shadow: none;
}
#product-banner .btn-default:focus:hover {
    outline: 0;
}
.job-view .details h1 {
    text-transform: uppercase;
}
.job-view .actions button, .job-view .actions .btn {
    width: 100%;
    margin-bottom: 0.4rem;
    font-size: 1.8em;
}
.job-view .actions .input-group-btn button {
    margin-bottom: 0;
    font-size: 14px;
    width: auto;
}
.vacancy-headers h1 {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.vacancy-headers h2 {
    font-size: 1.6rem;
    font-weight: 400;
    margin: 1em 0 1px 0;
}
.vacancy-headers h3 {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 1em 0 1px 0;
}