﻿@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700);

body {
    color: #2e2e2e;
    font-family: Ubuntu, sans-serif;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Ubuntu, sans-serif;
}

ul {
    padding-left: 10px;
    margin: 0;
}

a {
    color: #2e2e2e;
    text-decoration: none;
}

#wrapper {
    position: relative;
    max-width: 1128px;
    background-color: #FFF;
    margin: 0 auto;
    padding: 0;
}

.clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.joblistHeader {
    font-size: 1rem;
    cursor: pointer;
    font-weight: 400;
    transition: all 200ms linear;
    line-height: 32px;
    fill: #fff;
    margin: 0;
    padding: 10px 20px;
    color: #17405c;
    font-weight: 600;
}

    .joblistHeader span {
        font-size: .7rem;
        color: #999;
        border-radius: 5px;
        padding: 2px;
        margin-right: 3px;
    }

.activeColor > .joblistHeader {
    color: #ed1c24;
}

.joblistHeader svg {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    transition: all 600ms ease-out;
    border-radius: 50%;
    background: #b8b8b8;
    transform: rotate(90deg);
}

.activeColor > .joblistHeader svg {
    transform: rotate(-90deg);
}

.joblistContent {
    margin-bottom: 10px;
    margin-top: 12px;
    margin-left: 0;
    list-style-type: none;
    padding-left: 0;
    max-width: 100%;
    padding-bottom:1px;
}

    .joblistContent li {
        border-bottom: 1px solid #efefef;
        line-height: 32px;
        padding: 0 20px;
        max-width: 100%;
    }

        .joblistContent li:last-child {
            border-bottom: none;
            /* margin-bottom: -19px; */
        }

    .joblistContent a {
        transition: all 200ms linear;
    }

        .joblistContent a:hover {
            color: #ed1c24;
            fill: #ed1c24;
        }

    .joblistContent .joblistHeader {
    }

    .joblistContent .joblistHeader, .joblistContent > li > a {
        font-size: .9rem;
        padding: 0;
    }

        .joblistContent .joblistHeader svg {
            top: 0;
            fill: #b8b8b8;
            background: transparent;
        }

    .joblistContent .joblistContent {
        margin-top: 0;
        border-left: 1px solid hsla(0,0%,81%,1);
        line-height: 1.4rem;
        margin-left: 2px;
    }

        .joblistContent .joblistContent li {
            border: none;
            line-height: 25px;
            margin-bottom: 0;
        }

        .joblistContent .joblistContent a {
            font-size: .8rem;
        }

.italic {
    font-style: italic;
}

#wrapper > div > .joblist {
    margin-top: 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
    width: 50%;
    transition: all 200ms linear;
    padding: 0;
}

    #wrapper > div > .joblist:hover, #wrapper > div > .joblist.activeColor {
        background-color: #fff;
        box-shadow: 0 1px 4px 1px rgba(0,0,0,.11);
    }

    #wrapper > div > .joblist.activeColor {
        width: 51%;
    }

.jobList li {
    line-height: 16px;
}

.spacer {
    height: 20px;
    width: 100%;
}

.joblistContent p {
    margin: 0;
}

.poweredByLink {
    font-size: .8em;
    float: right;
    top: 15px;
    position: relative;
}

.edmContainer {
    margin: 40px 0;
}

    .edmContainer p {
        margin-bottom: 40px;
    }

.clearfix:after, .joblistHeader:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.joblistHeader .corner, .socialShareWrapper {
    float: right;
}

.jobDescription {
    font-size: 1rem;
    line-height: 1.7;
    color: #2e2e2e;
    font-weight: 300;
}

    .jobDescription h2 {
        font-family: Ubuntu,sans-serif;
        font-weight: 700;
        font-size: 2.75rem;
        line-height: normal;
        color: #ed1c24;
    }

    .jobDescription ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .jobDescription li {
        position: relative;
        padding: 0 0 0 20px;
        margin-top: 8px
    }

        .jobDescription li:before {
            content: "";
            width: 7px;
            height: 7px;
            background: #ed1c24;
            margin-right: 12px;
            position: absolute;
            border-radius: 32px;
            left: 0;
            top: .6rem
        }

    .jobDescription .navigation {
        position: relative;
        background: #f5f5f5;
        border-radius: 5px;
        padding: 16px;
    }


    .jobDescription .backButton {
        /* width: 100%; */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        padding: 4px 13px;
        font-size: 1rem;
        /* line-height: 1.5; */
        color: #17405c;
        font-weight: 400;
        display: inline-block;
        vertical-align: middle;
        transition: background .3s,color .3s;
    }

        .jobDescription .backButton:hover {
            color: #ed1c24;
        }

    .jobDescription .applyButton {
        cursor: pointer;
        color: #fff;
        border-radius: 5px;
        background-color: #ed1c24;
        text-decoration: none;
        text-transform: none;
        fill: #fff;
        transition: background .3s,color .3s;
        border: none;
        font-size: 1rem;
        line-height: 1;
        padding: 10px 13px;
        font-weight: 400;
        display: inline-block;
    }

        .jobDescription .applyButton:hover {
            background-color: #970c11;
            color: #ccc;
        }

@media all and (max-width: 991px) {
    #wrapper > div > .joblist {
        width: auto;
        clear: both;
        margin-left: 5px;
        margin-right: 5px
    }

        #wrapper > div > .joblist.activeColor {
            width: auto;
        }

    .socialShareWrapper {
        float: none;
        text-align: center;
    }

        .socialShareWrapper #cvwShare{
            display: inline-block;
        }

    .joblistHeader {
        padding: 10px;
        padding-right: 77px;
        position: relative;
    }

        .joblistHeader .corner {
            position: absolute;
            top: 14px;
            right: 10px
        }

    .joblistContent .joblistHeader .corner {
        top: 0px
    }

    .joblistContent li {
        padding: 0 10px
    }

    .poweredByLink {
        float: none;
        text-align: center;
        display: block;
    }
}
