﻿body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    text-align: left;
}

a:hover {
    text-decoration: none;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.logo h1 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 100px;
    margin: 0;
}

.logo span {
    line-height: 100px;
}

.hero {
    height: 400px;
    background: url(../assets/City.png), radial-gradient(circle at 76% 70%, #008acc, #092f79);
    position: relative;
    color: #fff;
    background-size: cover;
}

.share a:hover {
    opacity: .7;
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #0e478a;
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 0, 0px);
    -webkit-transform: translate3d(0px, 0, 0px);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate3d(0px, 0, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
}

    .sticky-header .header {
        max-width: 1280px;
        width: 100%;
        margin: auto;
    }

    .sticky-header.show {
        opacity: 1;
    }

.header {
    line-height: 100px;
}

    .header:after {
        clear: both;
        content: '';
        display: block;
    }

.nav-items {
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 0 0 6px 0;
}

.item {
    padding: 0 0 6px 0;
}

    .item a {
        color: #fff;
        text-decoration: none;
    }

        .item a:hover {
            color: #fff;
        }

    .item:hover {
        border-bottom: solid 2px #ffcc00;
    }

.footer {
    background-image: radial-gradient(circle at 66% 100%, #008acc, #092f79);
    padding: 60px 15px 40px;
}

.disclaimer {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0px;
    text-align: center;
    color: #84bae5;
    padding-top: 140px;
}

.job-info {
    margin: 10px 0 0;
}

.job-icon {
    width: 96px;
    height: 96px;
    border-radius: 50px;
    margin: auto;
    text-align: center;
    background-color: #007aff;
    position: relative;
}

.phone-icon {
    width: 30px;
    height: 50px;
    border: solid 1px #fff;
    top: 25px;
    left: 35px;
    position: absolute;
}

h1 {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin: 8px 0;
}

h2,
h4 {
    font-size: 18px;
    line-height: 1.17;
    text-align: center;
    margin: 0;
}

.date-posted {
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.job-details {
    padding: 50px 0;
}

.section {
    text-align: left;
    padding: 0 0 20px;
    font-size: 16px;
    color: #002e56;
}

.info-bullets ul {
    padding: 0 20px;
    list-style-position: inside;
}

.eoe {
    font-size: 12px;
    font-style: italic;
}

.apply {
    border-radius: 8px;
    background-color: rgba(82, 157, 244, 0.04);
    border: solid 1px rgba(82, 157, 244, 0.3);
    padding-top: 40px;
    color: #002e56;
}

h3 {
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #002e56;
}

.section-title {
    font-weight: 700;
}

.mailto-link {
    text-decoration: none;
}

    .mailto-link:hover {
        text-decoration: none;
        color: #014c8c;
    }

.info {
    font-size: 14px;
    line-height: 17px;
    padding: 8px 0 4px;
    text-align: center;
}

.note {
    font-size: 12px;
    line-height: 17px;
    padding: 8px 0 4px;
    text-align: center;
}

.bold {
    font-weight: 700;
}

.share {
    margin: 30px 0 0 0;
}

.twitter-share-button {
    background: url("../assets/Twitter.svg");
    height: 24px;
    width: 24px;
    display: inline-block;
}

.fb-share-button {
    background: url("../assets/Facebook.svg");
    height: 24px;
    width: 24px;
    vertical-align: top;
    display: inline-block !important;
}

.gp-share {
    vertical-align: top;
}

.gp-share img {
    vertical-align: top;
}

.mail-share {
    background: url("../assets/Email.svg");
    height: 24px;
    width: 24px;
    vertical-align: top;
    display: inline-block;
}

@media (max-width: 576px) {
    .nav-items {
        font-size: 12px;
        line-height: normal;
    }

    .info-bullets ul {
        padding: 0;
    }

    .hero {
        height: auto;
        padding-bottom: 10px;
    }

    .logo span,
    h1 {
        font-size: 24px;
    }

    .logo h1,
    .logo span,
    .header {
        line-height: 30px;
    }

    h2,
    h4 {
        font-size: 14px;
    }

    .sticky-header .header {
        padding-bottom: 5px;
    }
}

@media (max-height: 600px) {
    .sticky-header span,
    .sticky-header .header {
        line-height: 30px;
    }
}