#employerLanding .opHeader {
    background-color: #0A5A99;
    margin: 0;
}
.employerLandingPane h1,
.employerLandingPane h4 {
    font-weight: 300;
}
.employerLandingPane h1 {
    letter-spacing: -2px;
}
.employerLandingPane p {
    font-size: 1.2em;
}
.employerLandingPane p.light {
    font-weight: 300;
}
img.typist {
    width: 100%;
    border: 1px solid #ccc;
}
#employerLanding .opHeader a {
    color: white;
}
body#landingPage.employerLanding {
    background: none;
}
#employerBackground {
    background: url('/assets/images/employer-bg.jpg') no-repeat;
    font-weight: 300;
    background-size: cover;
}
#employerBackground h1 strong {
    font-weight: 600;
    letter-spacing: 2px;
}
#employerBackground sup {
    top: -0.2em;
    font-weight: 100;
}
#employerBackground h2 {
    font-size: 2.2em;
}
#employerBackground p {
    font-size: 1.2em;
    padding: 0 4em;
}
#employerBackground a.launchButton {
    font-size: 16pt;
    width: 300px;
    text-transform: uppercase !important;
    margin: 30px !important;
}
#employerAssessmentButton {
    margin-bottom: 25px;
}
.launchButton {
    margin-bottom: 25px;
    width: 200px;
}
#employerSecondPane, #employerFourthPane {
    color: #333333;
}
#employerThirdPane {
    background-color: #efefef;
    color: #333;
    margin-bottom: 0;
}
.affiliateLogo {
    width: 50%;
    margin: 0 auto;
    display: block;
}
#employerFifthPane {
    background-color: #3C92CD;
    color: white;
}
#employerLinks a, #employerLinks a:visited, #employerLinks a:hover {
    color: #0A5A99;
}
#credentialTags, #occupationTags {
    margin-top: 20px;
}
.credentialTag, .occupationTag {
    background-color: #3C92CD;
    color: white;
    font-size: .7em;
    margin: 5px;
    padding: 5px;
    display: inline-block;
}
.removeCert, .removeCert i, .occupationTagDelete{
    color: white;
}
.removeCert:hover,.occupationTagDelete:hover {
    cursor: pointer;
}
.customizeButton {
    width: 200px;
    height: 70px;
    padding-top: 5px;
    font-size: .9em;
    margin-right: 1em;
}
#startCustomizationButton {
}
#skipCustomizationButton {
    background: #fff;
    border: solid 1px #acacac;
    color: #333333;
}
#skipCustomizationButton:hover {
    color: #fff;
}
a.btn i.customizeButtonSubLine {
    font-size: .5em;
    display: block;
    margin-top: -14px;
}
.removeCert:hover {
    cursor: pointer;
}
.educationQuestion {
    margin: 0 0 20px 0;
    display: block;
}
.employerPages .educationBtnActive,
.employerPages .opfButton:hover,
.employerPages .educationBtn:hover {
    background-color: #3C92CD;
}
a {
    color: #3C92CD;
}
.ksaWindow {
    width: 70%;
    overflow: auto;
}
@media (max-width: 950px)  {
    .ksaWindow {
        width: 100%;
    }
}
.ksaTable {
    color: #333333;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.ksaTable thead {
    background-color: #0A5A99;
    color: white;
    letter-spacing: 1px;
}
.ksaTable th {
    padding-left: 10px;
    border-radius: 0;
}
.ksaTable th {
    text-align: center;
}
.ksaTable tr.sectionHead {
    background: #3c92CD !important;
    font-size: 1.2em;
    color: #fff;
}
.ksaTable td {
    padding: 5px 5px 5px 10px;
}
.ksaTable tbody tr:nth-child(odd) {
    background-color: #EEEEEE;
}
table.ksaTable p {
    margin: 2px 0;
    font-size: .9em;
}
table.ksaTable td:last-child {
    text-align: center;
}
.employerPages .primary-back, .employerPages .modalHeader div {
    background: #3C92CD;
}
.ksaCategoryIcon {
    height: 76px;
    width: 76px;
}
.jobRoleBox {
    width: 99%;
    margin: 0 0 1em 0;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    padding: 10px;
    display: block;
    min-height: 220px;
    color: #333;
    background: #fff;
}
.jobRoleBox:hover {
    color: white;
    background-color: #3C92CD;
    cursor: pointer;
}
.jobRoleBox h5 {
    font-size: 1em;
    line-height: 1.3em;
    margin-top: 0;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 0.656rem;
    border-bottom: 1px solid #ccc;
}
.jobRoleBox h5 span.light {
    text-transform: capitalize;
}
.jobRoleBox p {
    font-size: .6em;
    font-weight: 300;
    margin: 0 auto 0 auto;
    width: 100% !important;
}
#jobRole .jobRoleBox.jobRoleBoxActive {
    color: white;
    background-color: #3C92CD;
}
#jobRole .jobRoleBox.jobRoleBoxDisabled {
    opacity: 0.4;
}
.ophButtons {
    text-align:right;
}
.employerPages .onboardingPage{
    height:auto;
}
