#Map {
	width:50%;
	margin:0 auto;
	text-align: center;
}

#JobDescriptions {
    color: #065590;
}

h3, h2 {
    color: #065590;
}

#ApplyNow {
	background-color: #065590;
	color: white;
	font-size: 25px;
	padding: 15px;
    height: 25px;
	width: 250px;
}

a {
	color: #fff;
}

#Locations {
    display: inline-block;
    width: 49%;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.JobDescriptions {
    display: inline-block;
    width: 275px;
    margin-bottom: 20px;
    vertical-align: top;
}

.LocationBlurb {
    display: inline-block;
    width: 250px;
    margin-bottom: 20px;
    vertical-align: top;
}

    .LocationBlurb h3 {
        margin-top: 5px;
    }

    .LocationBlurb p {
        font-size: 15px;
        line-height: 22px;
    }

    .LocationBlurb a {
        color: #f90;
    }

    .LocationBlurb img {
        max-width: 100%;
    }

    .LocationBlurb span {
        color: #f90;
        font-style: italic;
        font-weight: bold;
    }

.Content {
    max-width: none;
}

table#Table2 {
    width: 100%;
    max-width: none !important;
}

td.ContentCustomerFeatureCell table tbody table {
    width: 100%;
}

td.ContentCustomerFeatureCell>table>tbody>tr:first-child>td {
    display: none;
}

.PageHeader {
    background: url(/customer/asfain/images/KnowledgeCenter/KnowledgeBanner4.webp) no-repeat center center;
    background-size: cover;
}



#KnowledgeWrapper {
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 0px 10px;
    box-sizing: border-box;
}

    #KnowledgeWrapper h2 {
        font-size: 32px;
        line-height: 32px;
        margin-top: 40px;
    }

    #KnowledgeWrapper a {
        color: #f90;
        text-decoration: underline;
    }

    #KnowledgeWrapper p, #KnowledgeWrapper ul li {
        color: #444444;
        line-height: 28px;
    }

    #KnowledgeWrapper .SecondaryButton, #KnowledgeWrapper .MainButton {
        padding: 8px 18px;
        font-size: 16px;
        color: white !important;
        text-decoration: none !important;
        margin: 5px 0px;
    }

.KnowledgeBlurb {
    overflow: hidden;
}

.KnowledgeImage {
    float: right;
    padding: 5px;
    box-sizing: border-box;
}

.KnowledgeImages {
    float: right;
    margin: 5px;
}

    .KnowledgeImages img {
        display: block;
    }

.ImageLeft {
    float: left !important;
}


.IntroText {
    color: #444444;
    line-height: 28px;
    font-weight: normal;
}

.KnowledeImageWrapper {
    text-align: center;
}

.KnowledgeVideo {
    width:100%;
    max-width: 500px;
    display: block;
    margin: 20px 0px;
}