﻿@charset "utf-8";
/* CSS Document */

#CareerListings {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}


#CareerListings .Career {
        flex: auto;
        flex-grow: 3;
        flex-shrink: 2;
        margin: 20px;
        background-position: center center;
        background-size: cover;
        min-width: 320px;
        min-height: 200px;
        position:relative;
    }
#CareerListings .BigCareer {
        width: 100%;
    }
    #CareerListings .CareerContent {
        background-image: url('/media/layout/bg_80_white.png');
        background-repeat: repeat;
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 10px;
    }

    #CareerListings .Career H2 {
        font-size: 24px;
        line-height: 24px;
        margin: 0;
        padding: 5px;
    }
    #CareerListings .Career .Location {
        font-size: 16px;
        line-height: 16px;
        margin: 0;
        padding: 5px;
    }
    #CareerListings .Career .Department {
        font-size: 14px;
        line-height: 14px;
        margin: 0;
        padding: 5px;
    }
    #CareerListings .Career .Type {
        padding: 5px 0 5px 10px;
        border-left: 1px solid #000;
        margin-left: 10px;
    }
#CareerDetail {
    margin:0;
    padding:0;
}
    #CareerDetail #JobHeader {
        margin: 0;
        padding: 0;
        background-position: center center;
        background-size: cover;
        width: 100%;
        min-height: 400px;
        position:relative;
    }



        #CareerDetail #JobHeader .JobHeaderDetails {
            background-image: url('/media/layout/bg_80_white.png');
            background-repeat: repeat;
            display: block;
            position: absolute;
            top: 50%;
            bottom: 50%;
            margin: 0;
            padding: 10px 0 10px 0;
            text-align: center;
            width: 100%;
            height: 120px;
        }
            #CareerDetail #JobHeader .JobHeaderDetails h1 {
                font-size: 50px;
                line-height: 60px;
                margin: 0;
                padding: 0;
            }

            #CareerDetail #JobHeader .JobHeaderDetails P{

                margin: 0;
                padding: 0px;
            }
                #CareerDetail #JobHeader .JobHeaderDetails P.Location {
                    font-size: 24px;
                    line-height: 30px;
                    font-weight:bold;
                }
                #CareerDetail #JobHeader .JobHeaderDetails P.Department {
                    font-size: 18px;
                    line-height: 30px;
                }

                    #CareerDetail #JobHeader .JobHeaderDetails P.Department .Type {
                        border-left: 1px solid #000;
                        margin-left: 10px;
                        padding-left:10px;
                    }

.ApplyNow {
    background-color: #FB9E13;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px 40px 10px 40px;
    text-decoration: none;
    transition: all .2s;
    margin: 10px 0 100px 0;
    display: block;
}
    .ApplyNow:hover {
        background-color: #20409A;
    }




#JobApp .legalstuff {
	font-size: 11px;
	color:#333333;
}
#JobApp .requiredApp {
	color:#CC0000
}



@media only screen and (max-width:974px) {
}

@media only screen and (max-width:782px) {
}

@media only screen and (max-width:614px) {
}

@media only screen and (max-width:494px) {
}