.calc-hide { 
    display:none;
}
.calc-show {
    display:block;
}
.calc-show { 
    display:block;
}
.calc-red { 
    color:calc-red;
    transform: scale(2);
}

.calc-row { 
    padding:20px;
}

.calc-container button { 
    width: 100%;
    font-size: 1em;
    padding: 15px;
    background: #7e4c96;
    color: white;
    border: 0.75px solid white;
    border-radius: 6px;
    cursor: pointer;
}

.calc-container input[type="checkbox"] { 
    transform: scale(1.5);
    float: right;
}
.calc-small { 
    font-size:.7em;
}

p.calc-p { 
    width:50%;
    margin:auto;
    margin-top:20px;
}
.output { 
    float:right;
}
hr.calc-hr { 
    color:white;
    border: #e1e1e1 0.25px solid;
    margin:20px 0 15px 0;
}

/* -------- */

.calc-container input[type="range"] { 
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
}

.calc-container input[type="range"]::-moz-range-thumb { 
    border: 7px solid #f4f4f4;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
    background: #8fc751;
}

.calc-container input[type="range"]::-webkit-slider-thumb { 
    width:30px;
    height:30px;
    background:#8fc751;
    border:6px solid #f4f4f4;
}

.calc-container input[type="range"].calc-light { 
    background: #ddd;
}

.calc-container input[type="range"].calc-dark { 
    background: #666;
}

.calc-container input[type="range"]::-moz-range-progress { 
    background: #8fc751;

}

label.calc-label { 
    width:20%;
    font-size: 0.8em;
    font-weight: 200;
}

h2.calc-h2 { 
    text-align: left;
    color: #232c3c;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 30px;
}

.calc-col-right h2 { 
    color:white;
}

.calc-col-left, .calc-col-right { 
    height:620px;
    padding: 30px;
    width: 50%;
}

.calc-col-left.long, .calc-col-right.long { 
    height:1000px;
}

.calc-col-left { 
    background: white;
    color: black;   
    border: 1px solid gray;
    position: relative;
    float: left;
}

.calc-col-right { 
    background:#272c3c;
    color: white;
    float:right;

}

.calc-container input[type="text"], input[type="email"] { 
    padding: 5px;
    float: right;
    width: 150px;
    background: #fff;
    border: 0.75px solid #ccc9c9;
    font-size: 0.8em;
    color: #000;
    border-radius: 4px;
    float: right;
    text-align: right;
    margin-bottom: 15px;
    font-weight: 200;
}

.calc-container { 
    width: 1200px;
    margin:auto;
}

.calc-container select { 
    width: 200px;
    float: right;
    clear: both;
    margin: 5px;
    font-weight: 200;
    font-size: 0.8em;
    border: 0.25px solid gray;
}

.calc-hrtitle { 
    background: #8FC751;
    width: 110px;
    height: 6px;
    margin: auto;
    margin-bottom: 50px;
    border:none;
}

.calc-title { 
    margin-bottom: auto;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.8em;
    font-weight: 700;
}

.calc-submit-button { 
    background: #8fc751 !important;
    height: 56px;
    font-weight: 700;
    line-height: normal;
    border: none;
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calc-result-container { 
    width: 1200px;
    padding-top: 30px;
    clear: both;
    max-width: 1200px !important;
}

.calc-result-container h2{ 
    color:white;
    text-align:center;
}
.calc-result-container p{ 
    color:white;
    text-align:left;
    width:100%;
    font-size: 0.8em;
    font-weight: 200;
}
.calc-result-container .output{ 
    color: #8fc751;
    float:right;
    font-weight:600;
}

.calc-result-container .calc-rescol-left.sub .output, .calc-result-container .calc-rescol-right.sub .top .output { 
    color:black;
}

.calc-rescol-left, .calc-rescol-right { 
    height:500px;
    padding: 30px;
    width: 50%;
    background:black;
    color:white;
}

.calc-rescol-right.sub { 
    padding:0;
}

.calc-rescol-left.sub { 
    background: #fff;
    color:black !important;
    height:1500px;
    border: 1px solid gray;
}
.calc-rescol-left.sub h2, .calc-rescol-right.sub h2 { 
    color:black;
}
.calc-rescol-left.sub p, .calc-rescol-right.sub p { 
    color:black;
}

.calc-rescol-right .top { 
    background: #d9d8d8;
    color:black;
    height:1000px;
    padding:30px;
    border: 1px solid gray;
}
.calc-rescol-right .top hr { 
    border-color: #acacac;
}

.calc-rescol-right.sub .bottom { 
    background:black;
    color:white;
    height: 500px;
    padding:30px;
}
.calc-rescol-right.sub .bottom p { 
    color:white;
}

.calc-rescol-left { 
    float:left;
}

.calc-rescol-right { 
    float:right;
}

.calc-right-scale { 
    float:right;
}
.calc-left-scale { 
    float:left;
}
.calc-left-scale, .calc-right-scale { 
    font-size:0.6em;
    margin-top:-5px;
}

.calc-container input[type="date"] {
    float: right;
    font-size: 0.8em;
    border: 0.75px solid #ccc9c9;
    padding: 5px;
    font-weight: 200;
    width: 150px;
    margin-bottom: 25px;
  }

@media only screen and (max-width: 1100px) {
    .calc-col-left , .calc-col-right, .calc-rescol-left, .calc-rescol-right {
        width:100%;
    }
    .calc-rescol-left {
        height:260px;
    }
}

/* CSS for menu buttons only */

.calcmenu {
    color: #8fc751 !important;
    background:#272c3c !important;
    margin-bottom: 10px;
    font-weight:300;
    font-size:0.8em;
    width:200px;
  }

  .calcmenu:hover {
    color: #fff !important;
    background:#272c3c !important;


  }

  .buttouter {
    max-width:1200px !important;
    text-align:center;
  }

  .calcmenu {
    display:inline-block;
  }
  
  /* ---------- NEW CSS for the Form  ----------*/
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width:1200px;
}

.calc-form-container {
    clear:both;
    margin-top:20px;
    border:1px solid black;
    background:white;
}

.calc-form-row {
    clear:both;
    width:100%;
    margin:auto;
    margin-bottom:10px;

}

.calc-form-table {
    border:none;
    font-size: 0.8em;
    font-weight: normal;
}

.calc-form-table input {

    border: 1px solid #272c3c;
    float:right;
    margin:5px;
    margin-right: 25%;
}

.calc-form-table label {
    width:25% !important;
    width: 75%;
    float:left;
    margin:5px;
    margin-left: 25%;
}

.calc-form-row.buttons {
    clear:both;
    text-align:center;
    width:50%;
    margin-top:20px;
    padding:20px
}

.calc-form-button {
    border-radius:7px;
    border:none;
}

.calc-form-button:hover {
    background:#8fc751;
    border:none;
}

.calc-form-button:focus {
    outline:none;
}

.calc-form-table .form-text {
    font-size: 1.4em;
  font-weight: bold;
}

.calc-form-row.black {
    background: #272c3c;
    color:white;
    text-align:center;
    padding:5px;
}

.calc-h2-dark {
    color:black !important;
}

.calc-table-white {
    background:white;
}
#downloadform {
    padding:0;
    margin:0;
}
  