.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

html, body {    
    min-width: 300px;
}


.details-header {
    height: 200px;
    min-height: 200px;
    background: linear-gradient(128deg, #004789, rgba(177, 246, 202, 0.1)), url("../../../Content/custom/JobListing/3.jpg") no-repeat bottom center;
    background-size: cover;
    position: relative;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
}

.details-header-content {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 1.5rem;
    max-width: 1024px;
}

.tagline {
    position: absolute;
    width: 90%;
    max-width: 1024px;
    text-align: center;
    bottom: auto;
    right: auto;
}

    .tagline h1 {
        color: #fff;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Arial", "sans-serif";
    }

    .tagline h4 {
        color: #fff;
        font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", "sans-serif";
        font-style: italic;
    }

.details-body .career-info {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
}

.career-panel {
    border-left: 1px solid #d3d3d3;
    font-weight: 400;
    padding-left: 20px;
    padding-bottom: 15px;
}

    .career-panel p {
        color: #696969;
    }

        .career-panel p span {
            display: block;
            color: #a9a9a9;
        }

        .career-panel p .career-title {
            font-size: 1.5rem;
            font-weight: 600;
        }

    .career-panel .career-location {
        padding-top: 20px;
        color: #696969;
    }

.widget-button {
    margin: 20px 0 0;
    cursor: pointer;
}

    .widget-button.apply a {
        color: #ED2224;
        border: 2px solid #ED2224;
        padding: 7px 20px;
        font-size: .8em;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-decoration: none;
        transition: background-color 0.2s ease-out,border-color 0.2s ease-out;
    }

        .widget-button.apply a:hover {
            border-color: #ED2224;
            background-color: #ED2224;
            color: #fff;
        }

    .widget-button.copy a {
        color: #848585;
        border: 2px solid #848585;
        padding: 7px 20px;
        font-size: .8em;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-decoration: none;
        transition: background-color 0.2s ease-out,border-color 0.2s ease-out;
    }

        .widget-button.copy a:hover {
            border-color: #848585;
            background-color: #848585;
            color: #fff;
        }

    .widget-button.st-custom-button a {
        color: #848585;
        border: 2px solid #848585;
        padding: 7px 20px;
        font-size: .8em;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-decoration: none;
        transition: background-color 0.2s ease-out,border-color 0.2s ease-out;
    }

        .widget-button.st-custom-button a:hover {
            border-color: #848585;
            background-color: #848585;
            color: #fff;
        }

    .widget-button.st-custom-button i {
        margin-right: 5px;
    }

.indeed-apply-button {
    margin: 15px 5px 0 0;
}

#awm_widget {
    margin-top: 9px;
}

@media (max-width:992px) {
    .career-panel {
        margin: 10px 0 30px 0;
        border: 1px solid #d3d3d3;
        font-weight: 400;
        padding: 20px;
    }

    .widget-button {
        display: inline-block;
        margin-top: 20px;
        margin-right: 5px;
    }

    .tagline h1 {
        font-size: 2em;
    }
}

@media (max-width:768px) {
    .tagline h1 {
        font-size: 1.75em;
    }
}

.cd-top {
    height: 40px;
    width: 40px;
    display: inline-block;
    position: fixed;
    bottom: 25px;
    right: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    z-index: 99;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(211, 211, 211, 0.9) url("../../../content/custom/joblisting/chevron-up.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-top.cd-is-visible {
        visibility: visible;
        opacity: 0.5;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top:hover {
        background-color: #007ACC;
        opacity: 1;
    }

.cd-down {
    height: 40px;
    width: 40px;
    display: inline-block;
    position: fixed;
    bottom: 25px;
    right: 85px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    z-index: 99;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(211, 211, 211, 0.9) url("../../../content/custom/joblisting/chevron-down.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-down.cd-is-visible {
        visibility: visible;
        opacity: 0.5;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-down:hover {
        background-color: #007ACC;
        opacity: 1;
    }
