* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}

p{
    color: black;
    padding-bottom: 1rem;
}

.content-table h3{
    margin-bottom: .5rem;
    color: #4B4538;
}

.title{
    color: black;
}

.container p{
    line-height: 23px;
}

.external-links:hover,
.external-links:focus{
    text-decoration: underline;
}

.external-links, .pdf-link{
    color: #9D2235;
    border: 1px solid transparent;
}

.external-links:focus, .pdf-link:focus{
    border: 1px solid #9D2235;
    border-radius: 2px;
}

noscript iframe {
    display: none;
    visibility: hidden;
}


@media print {
    .no-print {
        display: none!important;
    }

    .container a{
        color: black!important;
        text-decoration: none;
    }

    .external-links::after {
       display: none;
    }

    .pdf-link::after {
        display: none;
    }

    html, body{
        height:100%;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }

    p{
        color: black;
    }

    .table{
        padding-bottom: 40px;
    }
}

#calculator-group label{
    color: black;
    font-weight: 100;
}

.container{
    margin: 2% 6% 0% 6%;
}


.instruction{
    margin-top: 10px;

}

.disclaimer2{
    margin-bottom: 15px;
    display: grid;
    justify-content: center;
    padding-left: 3%;
}

.disclaimer3{
    margin-bottom: 30px;
    display: grid;
    justify-content: center;
    padding-left: 3%;
}


#title-grid{
    display: grid;
    justify-content: center;
    margin-bottom: 20px;
}

.water-even{
    text-align: center;
    margin-top: 35px;
    font-size: 1.1em;
    display: grid;
    grid-row-gap: 5px;
    margin-bottom: 20px;
}

.water-even p{
    padding-bottom: 5px;
}

.water-even a, .water-even a:after{
    color: #9D2235;
}

.calculator-group-body input:required {
    box-shadow:none;
}

.calculator-group-body input:invalid {
    box-shadow:none;
}

#print-button, #print-button2{
    cursor: pointer;
}

.disclaimer{
    font-size: 0.7em;
    margin: 0 6% 12% 6%;
}

.disclaimer-results{
    font-size: 0.7em;
    margin: 0% 8% 4% 8%;
}

.title{
    margin-bottom: 25px;
    font-size: 1.4em;
}

.content-title2{
    font-size: 1.2em;
    text-align: center;
    margin-top: 25px;
    color: black;
}

.title-border{
    margin-top: 3px;
    border-bottom: 2px solid #9D2235;
}

#hrborder{
    background: black;
    height: 2px;
}

.top-info{
    margin: 0 6% 2% 6%;
    display: grid;
    justify-items: center;
}

.title{
    margin-top: 30px;
}

.calculator-title{
    font-size: 14pt;
}

/* possible fixes for iphone */

#calculator-submit, #print-button, #print-button2{
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 1;
}

input{
    font-size: 100%;
}




/* Large Phone Styles Here */

@media only screen and (min-width: 375px){
    .information{
        width: 96%;
        margin-bottom: 10px;
    }

    .instruction{
        width: 96%;
    }

    .title{
        font-size: 1.6em;
    }
    .content-title2{
        font-size: 1.6em;
    }

    .calculator-title{
        font-size: 22px;
    }
}

@media only screen and (min-width: 411px){
    .title{
        font-size: 21pt;
    }
}

@media only screen and (min-width: 425px){

    .calculator-title{
       font-size: 24px
    }

    .form-text-webdev{
        width: 255px;
    }
    .information{
        width: 94%;
    }
    .instruction{
        width: 94%;
    }

    .title{
        font-size: 1.8em;
        margin-top: 25px;
    }
    .content-title2{
        font-size: 1.8em;
    }

    .disclaimer{
        margin: 0 9% 12% 9%;
    }
}

@media only screen and (min-width: 481px) {

    .quicklinks-icon {
        font-size: 20px;
    }

    a.facebook, a.twitter, a.youtube, a.flickr, a.instagram {
        display: block;
        height: 25px;
        line-height: 40px;
    }

    .youtube, .facebook, .flickr, .instagram, .twitter {
        margin: auto 8px;
    }

    .logo-graphic {
        width: 250px;
    }

    .nav-title {
        font-size: 16px;
    }

    .menu-open {
        font-size: 25px;
    }

    .menu-open-icon {
        height: 19px;
    }

    .form-text-webdev {
        width: 100%;
    }

}

@media only screen and (min-width: 576px) {

    .quicklinks-wrapper {
        width: 93%;
        margin: 0 auto;
    }

    #lower-nav {
        width: 95%;
        margin: 0 auto;
    }

    .siteSearch-webdev {
        width: 100%;
    }

    .form-text-webdev {
        width: 350px;
    }

}


@media only screen and (min-width: 768px) {

    .disclaimer2 p{
        width: 700px;
    }
    .disclaimer2{
        padding-left: 0;
    }

    .disclaimer3 p{
        width: 700px;
    }
    .disclaimer3{
        padding-left: 0;
        margin-top: 55px;
    }

    .content-title2{
        width: 465px;
    }

    #container{
        margin: 3% 6% 3% 6%;
    }

    #results-contain{
        margin: 1% 6% 0% 6%;
    }

    .disclaimer{
        margin: 5% 6% 4% 6%;
    }

    .disclaimer-results{
        margin: 0 6% 4% 6%;
    }

    .information{
        width: 700px;
    }

    .instruction{
        width: 695px;
    }

    .form-text-webdev {
        width: 480px;
    }

    #bottom-content{
        display: grid;
        justify-content: center;
    }

    .top-info{
        margin: 0;
    }

}

/* Small laptop screen styles */
@media only screen and (min-width: 992px) {

    .information{
        width: 750px;
    }

    .instruction{
        width: 750px;
    }

    .title{
        margin-top: 0;
    }


}


@media only screen and (min-width: 1200px) {

}

#calculator-group{
    display:flex;
    align-content:center;
    justify-content:center;
    margin:20px auto;
    border: 2px solid gray;
    border-radius:4px;
    max-width:400px;
}

.calculator-group-body{
    display:flex;
    flex-direction:column;
    padding: 20px 25px 20px 25px;
}

.calculator-title, .item{
    margin: 10px 0;
}

#calculator-submit{
    width: 110px;
    margin: 0 auto;
    background-color: #9D2235;
    border: none;
    border-radius: 2px;
    color: white;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}

/* new styles */


#container{
    justify-items: center;
    display: grid;
}


#sub-button{
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 768px){
    .content-table{
        padding-bottom: 1%!important;
    }
    .descriptions{
        margin-bottom: 2%;
    }

    .btn-grouping{
        grid-template-columns: 1fr 1fr!important;
        grid-column-gap: 50px;
    }

    .disclaimer{
        display: flex;
        justify-items: center;
        justify-content: center;
        font-size: 0.7em;
    }
    .disclaimer p{
        width: 700px;
    }

    .disclaimer-results{
        display: flex;
        justify-items: center;
        justify-content: center;
        font-size: 0.7em;
        margin: 0% 0% 4% 0%;
    }

    .disclaimer-results p{
        width: 700px;
    }
}


@media only screen and (min-width: 1024px){

    .disclaimer2 p{
        width: 900px;
    }
    .disclaimer3 p{
        width: 900px;
    }
    .disclaimer-results p{
        width: 900px;
    }

    .grid2{
        grid-template-columns: 1fr 4px 1fr;
    }

    #hrborder{
        height: auto;
    }

    .descriptions{
        border-top:none!important;
    }

    .site-container{
        margin: 3% 6% 6% 6%!important;
    }

    .disclaimer{
        margin: 0 0% 4% 0%;
    }

    .disclaimer p{
        width: 750px;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

/* nav styles start */


/* nav styles end */


/* Content Block Style Begins */

.content-block {
    min-height: 300px;
}


/* Content Style Ends */

/* Extra icons */

.ext-icon{
    width: 16px;
    padding-left: 3px;
}