.nursing-job-calculator-wrapper {
    font-family: "Montserrat", sans-serif;
    color: #343434;
    font-size: 1.0625rem;
    line-height: 1.7;
}

.nursing-job-calculator-wrapper .title {
    font-size: 30px;
    text-align: center;
}

/* .nursing-job-calculator-wrapper .title:before {
    height: 16px;
    overflow: hidden;
    width: 16px;
    background-image: url("../images/icon-heading-bullet.png");
    background-image: linear-gradient(transparent, transparent), url("../images/icon-heading-bullet.svg");
    background-repeat: no-repeat;
    background-size: 70%;
    content: "";
    display: inline-block;
} */

.nursing-job-calculator-wrapper .button-wrapper {
    text-align: center;
}

.nursing-job-calculator-wrapper .button {
    background-color: #041E42;
    border: 0;
    border-radius: 0;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    line-height: 1.1764705882;
    padding: 1.4117647059rem 2.2352941176rem;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: normal;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.5);
    margin: 0 0 0.5em 0;
}

.nursing-job-calculator-wrapper .button:focus {
    background-color: #041E42;
    color: #fff;
    outline: 2px dotted #aeb0b5;
    outline-offset: 3px;
    text-decoration: none;
}

.nursing-job-calculator-wrapper .button:hover {
    background-color: #546D89;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    color: #fff;
    outline: 0;
    text-decoration: none;
}

.nursing-job-calculator-wrapper .button:active {
    background-color: #546D89;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.nursing-job-calculator-wrapper .button[disabled] {
    background-color: #808080;
    color: #E6E6E6;
    cursor: default;
    pointer-events: none;
}

.nursing-job-calculator-wrapper .button:last-child {
    margin-right: 0;
}

@media (min-width: 50em) {
    .nursing-job-calculator-wrapper .button {
        margin: 0 0.5em 0.5em 0;
    }
}

.nursing-job-calculator-wrapper fieldset {
    border: 1px solid #041E42;
    border-radius: 6px;
    margin-bottom: 24px;
}
.nursing-job-calculator-wrapper fieldset > legend {
    font-weight: 700;
}

.nursing-job-calculator-wrapper fieldset > select {
    font-size: 1.0625rem;
    padding: 5px 8px;
}

.nursing-job-calculator-wrapper .results {
    margin: 20px auto 0;
}

.nursing-job-calculator-wrapper .results h3 {
    text-align: center;
    background-color: #041E42;
    color: #FFF;
    margin: 0;
    padding: 20px;
}

.nursing-job-calculator-wrapper .results p {
    padding: 0 20px;
}

.nursing-job-calculator-wrapper #message2 span.yellow {
    color: rgb(255, 255, 0);
}