body {
    font-family: "CharlesModern-Regular", "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: normal;
    line-height: 1.6;
    font-size: 18px;
    background-image: url("../img/splash.jpg");
    background-repeat: no-repeat;
}
#main {
    max-width: 945px;
    z-index: 1;
}
.col-12 {
    padding: 0px;
}
.startButtons {
    border-radius: 0;
    background-color: #037dae;
    color: #fff;
    text-transform: none;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 400;
    box-shadow: none;
    border: 1px solid #037dae;
    padding: 10px;
}
.startButtons:hover {
    color: #fff;
}
.buttonSubmit, .buttonCancel {
    position: relative;
    display: block;
    width: 150px;
    font-size: 18px;
    text-decoration: none;
    margin: 0px;
    margin-top: 10px;
    margin-left: 3px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #037dae;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #037dae;
    /*left: -6px;*/
    float: right;
    margin-bottom: 15px;
    padding-right: 0px;
}

.buttonCancel {
    top: -28px;
}
/*.buttonSubmit {
    position: absolute;
    right: 0px;
}*/
.startOverLink {
    position: absolute;
    text-align: right;
    right: 0px;
    margin-top: 35px;
}
.toolBox {
    padding-right: 0%;
    padding-left: 0px;
}
#persUpdate, #persDelete, #persDone, #persDeleteConfirm, #persDeleteNo, .rowDeleteYes,.rowDeleteNo {
    position: relative;
    width: 160px;
    font-size: 18px;
    text-decoration: none;
    margin: 0px;
    margin-top: 10px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #037dae;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #037dae;
    left: -6px;
    float: left;
    margin-bottom: 15px;
    margin-right: 5px;
}
input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: #fff;
    -webkit-rtl-ordering: logical;
    cursor: text;
    -webkit-font-smoothing: antialiased;
    line-height: normal;
    border-radius: 0px;
    color: #222;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: thin solid #ccc;
    padding: 0.875em;
    box-sizing: border-box;
    outline: none;
    color: #222;
    /* margin: 0 !important; */
    margin-left: 5px;
    margin-top: 5px;
}
input:focus {
    /*border: 2px solid #007bff;*/
    box-shadow: inset 0 0 0 2px #026d97;
}
/* 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;
}
/*.form_left {
    border-bottom: thin solid #ccc;
    padding-left: 0px;
    padding-top: 20px;
    margin-bottom: 4px;
}*/
.form_left {
    position: relative;
    display: block;
    float: left;
    text-align: left;
}
/*.form_right {
    border-bottom: thin solid #ccc;
    padding-left: 0px;
    padding-top: 10px;
    margin-bottom: 4px;
    padding-right: 0px;
    padding-bottom: 10px;
    text-align: right;
}*/
#compNum {
    font-size: .8rem;
    margin-top: 15px;
    position: relative;
    display: block;
}
.form_full {
    text-align: right;
    padding-right: 0px;
    padding-left: 0px;
}
#results {
    /*border: thin solid #ccc;*/
    padding: 10px;
    top: 80px;
    position: relative;
}
#results h4 {
   color: #037dae;
   font-weight: bold;
}
#results h5 {
    border-bottom: thin solid #ccc;
    line-height: 50px;
 }
.resultsLinks {
    border: 0px;
    background-color: #fff;
    text-decoration: underline;
    float: right;
    color: #333;
}
#results_nav {
    position: absolute;
    top: 0px;
    right: 0px;
}
.errors {
    position: relative;
    float: left;
    width: 100%;
    color: red;
    font-size: .9rem;
}
.tool_header {
    position: relative;
    padding: 20px;
    padding-left: 0px;
    padding-bottom: 0px;
}
#toolSubHeader {
    font-size: 1.5rem;
}
.WAhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#splash {
    width: 946px;
    height: 525px;
    position: relative;
    display:block;
}
#splash p {
    width: 47%;
    line-height: 1.5rem;
}
.results_header {
    margin-bottom: 20px;
}
.defLinks {
    /*width: 55%;*/
    font-size: 1rem !important;
    position: relative;
    display: block;
    cursor: pointer;
    float: left;
    margin: 5px;
    color: #037dae;
    line-height: 1rem;
}
#generatePDF {
    margin-top: 40px;
    position: relative;
    display: block;
    text-align: right;
    color:#026d97 ;
}
.defLinks:hover {
    text-decoration: underline;
    color: #000;
}
#defLinks {
    margin-top: 80px;
}
#tool_left {
    border-right: thin solid #ccc;
}
.persRows {
    position: relative;
    width:100%;
}
.persRows input,.persRows textarea {
    all: unset;
    height: 25px;
    border: thin solid #ccc;
    margin-top: 5px;
    width: 50%;
}
#contactInfo {
    cursor: pointer;
    text-decoration: underline;
    font-size: .9rem;
    top: 70px;
    position: relative;
}
.contactPreview {
    line-height: 15px;
    padding-left: 10px;
}
#persUpdate,#persDelete {
    line-height: 30px;
}
#definitionContainer {
    position: absolute;
    width: 100%;
    /*max-width: 650px;*/
    max-height: 250px;
    overflow-y: auto;
    min-height: 150px;
    /*top: 20%;*/
    background-color: white;
    border: thin solid #ccc;
    padding: 10px;
    /*left: 300px;*/
}
#defDisplay {
    left: 33%;
}
#balDollar {
    font-size: 1.5rem;
    position: relative;
    padding-top: 10px;
    color: #333;
}
#closeDefinitions {
    cursor: pointer;
    float: right;
    border: thin solid #ccc;
    padding: 3px;
}
#multiplesTable {
    position: relative;
    width: 100%;
    top: 55px;
    max-width: 947px;
}
#multiplesTable .resHeader {
    background-color: #E7E7E7;
}
.removeLink,.editLink {
    cursor: pointer;
    text-decoration: underline;
    border: none;
    background: none;
}
#singleAmountText {
    float: left;
    text-align: right;
    width: 40%;
}
#jointAmountText {
    float: left;
    text-align: right;
    width: 40%;
}
#singleAmountLeft {
    float: left;
    width: 60%;
    text-align: left;
}
#jointAmountLeft {
    float: left;
    width: 60%;
    text-align: left;
}
.contactLabels {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 1rem;
    margin-bottom: 0px;
}
.persRows input {
    margin-top: 0px;
}
#splash p.disclaimer1 {
    font-size: .8rem ;
    line-height: .8rem ;
    width: 947px ;
    position: relative;
    display: block;
    top: 160px ;
}
#results_table p.disclaimer2 {
    font-size: .8rem;
    line-height: .8rem;
    width: 100%;
    position: relative;
    display: block;
    top: 60px;
    float: left;
}
@media only screen and (max-width: 946px) {
    #splash {
        width: 100%;
        height: unset;
    }
    #splash p {
        line-height: 1.5rem;
    }
    body {
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: top center;
    }
    .toolBox {
        padding-right: 0%;
        padding-left: 0px;
    }
    .container {
        width: 100%;
    }
    #results {
        /*border: thin solid #ccc;*/
        padding: 10px;
        padding-right:unset;
    }
}

@media only screen and (min-width: 820px) {
    .container {
        width: unset;
    }
    .toolBox {
        width: 100%;
    }
    
}

@media only screen and (max-width: 820px) {
    .col-sm {
        position: relative;
        width: 100%;
    }
    #definitionContainer {
        top: 0px;
    }
    #defDisplay {
        left: 0%;
        padding-left: 5%;
        width: 90%;
    }
    #splash p {
        width: 65%;
    }
    .toolBox {
        padding-right: 0%;
    }
    .form_left {
        float: left;
        text-align: right;
        width: 100%;
    }
    .form_right {
        float: left;
        width: 100%;
    }
  }

@media only screen and (max-width: 576px) {
    .col-8 {
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
    }
    input {
        font-size: 1rem;
        padding: 5px;
    }
    .defLinks {
        width: 100%;
    }
    #defDisplayLeft {
        all: unset;
    }
    body {
        background-image: none;
    }
    .tool_header {
        width: 100%;
    }
    #main {
        width: 100%;
    }
    #splash p {
        width: 100%;
    }
    .startButtons {
        margin-top: 5px;
        display: block;
        text-align: center;
    }
    .startButtons a:hover {
       color: #fff;
    }
    #balDollar {
        font-size: unset;
        padding-top: unset;
    }
    .form_left {
        text-align: left;
    }
    .form_right {
        text-align: left;
    }
    .form_full {
        text-align: left;
    }
    #singleAmountLeft {
        float: unset;
        width: 100%;
        text-align: left;
    }
    #jointAmountLeft {
        float: unset;
        width: 100%;
        text-align: left;
    }
    #singleAmountText {
        float: unset;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #ccc;
    }
    #jointAmountText {
        float: unset;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #ccc;
    }
    .container {
        width: 100%;
    }
    .labelContainer {
        width: 100%;
        position: relative;
        display: block;
    }
  }

 