body {
    font-family: 'Outfit', sans-serif;
}

.center-row {
    text-align: center
}

.row-center {
    width: 80% !important;
    margin-left: 10% !important;
    margin-right: 10% !important;
}

.calc-arrow {
    padding-right: 20px;
    padding-top: 30px;
    height: 85px;
}

.alternate-color {
    color: #000 !important;
}

.calculator span {
    font-weight: bold;
    font-size: 1.3rem;
}

.calculator input {
    border: 2px solid #F2F2F2;
    border-radius: 7px;
    width: 95%;
    padding: 5px;
    margin: 10px 0px 0px 0px;
    background-color: #fff;
    height: 50px;
    font-weight: bold;
}

.calculator-radio {
    list-style-type: none;
    margin: 10px 0px 0px 0px;
    padding: 0;
}

.calculator-radio li {
    float: left;
    margin: 0 10px 0 0;
    width: 100px;
    height: 50px;
    position: relative;
}

.calculator-radio label,
.calculator-radio input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.calculator-radio input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
    margin: 40px 0px 0px 0px;
}

.calculator-radio label {
    padding: 9px 0px;
    background-color: #fff;
    border: 2px solid #F2F2F2;
    border-radius: 7px;
    cursor: pointer;
    z-index: 90;
    height: 95%;
    font-weight: 700;
    font-size: 1.1rem;
}

.calculator-radio label:hover {
    background: #F2F2F2;
}

.parasol input[type="radio"]:checked + label,
.Checked + label {
    background: #e70087;
    color: #fff;
    border-color: #5A5A5A;
}

.caroola input[type="radio"]:checked + label,
.Checked + label {
    background: #52a19d;
    color: #fff;
    border-color: #5A5A5A;
}

.calculator-radio-caroola label {
    padding: 9px 0px;
    border: 2px solid #F2F2F2;
    border-radius: 7px;
    cursor: pointer;
    z-index: 90;
    height: 95%;
    font-weight: 700;
    font-size: 1.1rem;
}

.calculator-radio-caroola label:hover {
    background: #F2F2F2;
}

.three-quart li {
    width: 30%;
}

.three-quart-col-12 li {
    width: 15%;
}

.calculator input[type="submit"] {
    width: 160px;
    padding: 10px;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
}

.calc-results-logo-title {
    display: flex;
}

.center-row-items {
    display: flex;
    justify-content: center;
}

.margin-split {
    margin: 35px 0px 0px 0px;
}

.margin-bottom-split {
    padding-bottom: 150px;
}

.margin-top-split {
    margin-top: 45px;
}

@media (max-width:1200px) {
    .mobile-hide {
        display: none;
    }

    .calculator input {
        width: 80%;
    }

    .mobile-center {
        display: flex;
        justify-content: center;
    }

    .three-quart-col-12 li {
        width: 45%;
    }

    .container {
        max-width: 100%;
    }

    .text-center {
        margin-top: 12px;
    }

    .price span {
        font-size: 1.7rem;
        font-weight: bold;
    }

    .price {
        font-size: 1.7rem;
        font-weight: bold;
    }

    .calculator .header {
        font-size: 2.5rem;
        line-height: 0.5rem;
        margin: 3rem 0;
        color: #e70087;
        font-weight: 700;
        display: inline-block;
    }

    .quote {
        margin-bottom: 10px;
    }
    
    .quote h3 {
        text-align: center;
        padding: 40px 0px;
        margin: 0px 0.5rem;
        font-weight: bold;
     }

    .frequency {
        font-size: 1.3rem;
    }

    .calculator li {
        margin: 0 5px;
        width: 85px;
    }

    .calculator .header {
        font-size: 2.0rem;
    }

    .accordion {
        margin-bottom: 10px !important;
    }
}

@media (max-width:900px) {
    .web-form-content-w {
        width:60% !important;
    }
}

@media (max-width:700px) {
    .web-arrow{
        display: none;
    }
}

@media (min-width:1200px) {
    .desktop-hide {
        display: none;
    }

    .price span {
        font-size: 2.5rem;
        font-weight: bold;
    }

    .price {
        font-size: 2.5rem;
        font-weight: bold;
    }

    .calculator .header {
        font-size: 2.5rem;
        line-height: 2.8rem;
        margin: 3rem 0;
        color: #e70087;
        font-weight: 700;
        display: inline-block;
    }

    .quote h3 {
        text-align: center;
        padding: 40px;
        margin: 0px 3.7rem;
        font-weight: bold;
    }

    .frequency {
        font-size: 1.6rem;
    }

    .margin-limited {
        margin: 0px 2.5rem !important;
    }
}

.quote a:hover {
    color: #fff;
}

.results h2, h4, p, a {
    text-align: center;
}

.btn-solid {
    width: 160px;
    padding: 15px;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    cursor: pointer;
    border: 2px solid #F2F2F2;
    border-radius: 7px;
    height: 50px;
    margin: 10px 0px 0px 0px;
    text-decoration: none;
}

.bg-parasol {
    background: #e70087 !important;
}

.clr-parasol {
    color: #e70087;
}

.bg-caroola {
    background: #52a19d !important;
}

.clr-caroola {
    color: #52a19d;
}

.accordion {
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #F2F2F2;
}

.margin-options {
    margin-top: 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition-property: height, visibility;
        transition-duration: .35s;
    }
}

.hide-element {
    display: none;
}

.error-span {
    color: #E32636;
    font-size: 1.1rem !important;
    font-weight: normal !important;
}

.calculator input, select {
    border: 2px solid #F2F2F2;
    border-radius: 7px;
    width: 95%;
    padding: 5px;
    margin: 10px 0px 0px 0px;
    background-color: #fff;
    height: 50px;
    font-weight: bold;
}

select option {
    padding: 10px;
    background-color: #F2F2F2;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.margin-row {
    margin-bottom: 40px;
}

.margin-row-half {
    margin-bottom: 20px;
    margin-top: 20px;
}

.table {
    /*width: 80%;*/
    margin-top:35px;
}

.table-footer {
    color: #e30084;
    font-weight: 600;
}

.table-footer-border {
    border-top: #e30084 solid;
}

.table-footer > td {
    padding-top: 15px  !important;
}

.table > thead > tr > th {
    padding-bottom : 15px;
}

.table > tbody > tr > td {
    padding: 2px;
}

.header-table-row {
    font-weight: 800 !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}

.table-row-split-bottom > td {
    padding-bottom: 35px !important;
}

.table-row-split-top > td {
    padding-top: 35px !important;
}

.table-row-highlighted {
    background-color: #fff;
    color: #e30084;
    font-weight: 600;
}

.paye-umb-results {
    margin-top: 50px;
    width: 80%;
}

.paye-umb-results h3 {
    font-size: 20pt;
    color: #e30084;
    font-weight: 800;
    display: inline;
}

.table-row-dotted {
    font-weight: 600;
    border-top: black dotted;
    border-bottom: black dotted;
}

.margin-row-dotted {
    border-top: black dotted;
    border-bottom: black dotted;
}

.margin-row-dotted .col3 {
    font-weight: 600 !important;
}

.calc-inputs {
    margin-top: 35px;
}

.calc-inputs input {
    width: 100px;
    background-color: #FFB9E1;
    border: none;
}

.calc-inputs > tbody > tr > td {
    border-width: medium;
    border-color: #fff;
}

.calc-inputs select {
    font-size: 11pt;
    height: 30px;
    padding: 0;
    margin: 0;
    background-color: #FFB9E1;
    border: none;
}

.calc-inputs-left-col {
    background-color: #F2F2F2 !important;
    padding-left: 20px !important;
}

.calc-inputs-right-col {
    background-color: #FFB9E1 !important;
    text-align: center;
}

.agency-paye-container {
    margin-top: 20px;
    border: solid;
    border-color: #E30084;
    border-radius: 10px;
}

.agency-paye-container-split {
    margin-right: 30px;
}

.agency-paye-container h4 {
    margin-top: 10px; 
}

.tax-code-col {
    background-color: black !important;
    color: yellow;
    font-weight: 600;
}

.tax-code-col input {
    background-color: black;
    color: yellow;
    font-weight: 600;
}

.table-trim-margin {
    margin-bottom: 5px;
}

.assumptions-sub-text {
    padding-left: 10px;
    font-style: italic;
    color: grey;
}

.assumption-blurb {
    margin-left: 10px;
    margin-top: 30px;
}

.assumption-blurb > span {
    display: inline;
}

.watermarkImage {
    background-image: url(/images/ParasolLogo.svg);
    background-repeat: no-repeat;
    background-blend-mode: lighten;
    background-color: rgba(255, 255, 255, 0.6);
    background-size: 300px;
    background-position-y: 150px;
    background-position-x: 30px;
}

.results-parasol-logo {
    width: 50px;
    display: inline;
    margin-top: -10px;
    padding-right: 0px;
    margin-right: 20px;
    display: inline;
}


#kidDiv input {
    width: 190px !important;
}

li:hover {
    cursor: pointer;
}

.hidden-field {
    display: none;
}

.parasol-button {
    padding: 10px;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    border: 2px solid #F2F2F2;
    border-radius: 7px;
}

.download-button {
    width: 210px;
    white-space: normal;
}

[type=button]:disabled, [type=submit]:disabled {
    background-color: darkgray !important;
    cursor: default !important;
}

.loading-container {
    padding: 30px;
    border: solid medium;
    border-radius: 10px;
    border-color: #e30084;
}

.loading-container span {
    font-size: 20pt;
}

.loading-container div {
    margin-left: 35px;
    margin-bottom: 10px;
}

.loading-row {
    align-items: center !important;
    display: grid;
    margin-top: 50px;
    display:none;
}

.loading-sub-text {
    font-size: 12pt !important;
}


@media (max-width:1100px) {
    .paye-umb-results {
        width: 90%;
    }
}

@media (max-width:767px) {
    .agency-paye-container-split{
        margin-right: 0px;
    }
}

@media (max-width:650px) {
    .paye-umb-results {
        width: 100% !important;
    }

    .paye-umb-results  h3{
        font-size: 13pt;
    }

    .web-heading {
        font-size: 1.3rem !important;
    }

    .error-alert-singup-box {
        width: 90% !important;
    }
}

@media (max-width: 575px) {
    .agency-paye-container {
        padding: 10px;
    }

    .calc-inputs-container {
        padding: 10px;
    }
}

#image { /* the image you want to 'watermark' */
    background-image: url("../images/ParasolDarkLogo.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
}

#image img {
    position: absolute;
    /*transform: rotate(340deg);*/
    top: 0;
    left: 80px;
    opacity: 0.08;
    width: 50em;
}

.calc-header img {
    float: right;
}

.parasol-logo {
    margin-top: 5px;
    width: 220px;
}

.nlw-alert {
    margin-bottom: unset;
    margin-top: 20px;
}

.tab-unselected {
    margin-left: 20px;
}

.tab-selected {
    z-index: 1;
}

.clr-umbrella-tab-primary {
    background-color: #fff;
    color: #e70087;
}

.clr-umbrella-tab-primary > div {
    padding: 7px 75px 10px;
    background-size: 150px;
    display: inline;
    margin-left: 8px
}

.clr-umbrella-tab-secondary {
    background-color: #e70087;
    color: #fff;
}

.clr-umbrella-tab-secondary > div {
    padding: 7px 75px 10px;
    background-size: 150px;
    display: inline;
    margin-left: 8px
}

.nav-tabs {
    border-bottom: solid medium #e70087;
    margin-top: 20px;
    margin-bottom: 30px;
}

.tab-breakdown {
    padding: 15px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
}

.weekly-rate-alert-row {
    justify-content: center;
}

.weekly-rate-alert {
    width: 85%;
}

.web-heading-container {
    margin-top: 20px;
    display: flex;
    text-align: center;
}

.web-form-button {
    width: 160px;
    padding: 10px;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    border: 2px solid #F2F2F2;
    border-radius: 7px;
    margin: 10px 0px 0px 0px;
    height: 50px;
}

.web-heading h2 {
    font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 600;
}

.web-heading {
    font-size: 1.5rem;
}

.web-form-content {
    display: flex;
    justify-content: center;
}

.web-form-content label {
    font-weight: 600;
    padding-left: 3px !important;
}

.web-form-content-textbox {
    margin-top: 5px !important;
    border-radius: 10px;
    margin-bottom: 0px !important;
    height: 40px;
}

.row-margin-b-15 {
    margin-bottom: 15px;
}

.no-margin {
    margin: unset !important;
}
.no-padding {
    padding: unset !important;
}

.web-form-content-w {
    width: 60%;
}

.web-arrow {
    width: 50px;
    margin-right: 20px;
    margin-top: 5px;
}

.error-alert-signup-container {
    justify-content: center;
    display: flex;
    text-align: center;
}

.error-alert-singup-box {
    margin: 40px;
    width: 50%;
    box-shadow: unset !important;
}

.validation-error {
    color: red;
}

.alert-image {
    width: 28px;
    margin-right: 5px;
    margin-top: -2px;
}

.sign-up-container {
    display: inline-block;
    border: solid black;
    border-radius: 25px;
    padding: 20px;
}
