#dam-calc #total-savings, #dam-calc #total-roi, #dam-calc .alert, #dam-calc .button-row .col-12, #dam-calc .button-row .col-8, #dam-calc .button-row button, #dam-calc .form-group .col-2, #dam-calc .form-group .col-4, #dam-calc h3, #loadingModal {
    text-align: center
}

.modal, .modal-backdrop {
    right: 0;
    bottom: 0;
    left: 0
}

@font-face {
    font-family: frescosans_probold;
    src: url(fonts/frescosanspro-bold-webfont.eot);
    src: url(fonts/frescosanspro-bold-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/frescosanspro-bold-webfont.woff2) format('woff2'), url(fonts/frescosanspro-bold-webfont.woff) format('woff'), url(fonts/frescosanspro-bold-webfont.ttf) format('truetype'), url(fonts/frescosanspro-bold-webfont.svg#frescosans_probold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: rooneywebbold;
    src: url(fonts/rooneyweb-bold-webfont.eot);
    src: url(fonts/rooneyweb-bold-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/rooneyweb-bold-webfont.woff2) format('woff2'), url(fonts/rooneyweb-bold-webfont.woff) format('woff'), url(fonts/rooneyweb-bold-webfont.ttf) format('truetype'), url(fonts/rooneyweb-bold-webfont.svg#rooneywebbold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: rooneywebmedium;
    src: url(fonts/rooneyweb-medium-webfont.eot);
    src: url(fonts/rooneyweb-medium-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/rooneyweb-medium-webfont.woff2) format('woff2'), url(fonts/rooneyweb-medium-webfont.woff) format('woff'), url(fonts/rooneyweb-medium-webfont.ttf) format('truetype'), url(fonts/rooneyweb-medium-webfont.svg#rooneywebmedium) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: rooneywebregular;
    src: url(fonts/rooneyweb-regular-webfont.eot);
    src: url(fonts/rooneyweb-regular-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/rooneyweb-regular-webfont.woff2) format('woff2'), url(fonts/rooneyweb-regular-webfont.woff) format('woff'), url(fonts/rooneyweb-regular-webfont.ttf) format('truetype'), url(fonts/rooneyweb-regular-webfont.svg#rooneywebregular) format('svg');
    font-weight: 400;
    font-style: normal
}

#dam-calc {
    margin-top: 45px
}

#dam-calc .divider {
    margin-bottom: 45px;
    border-top: 1px solid #aaa797;
    border-bottom: 1px solid #fff;
    width: 100%;
    clear: both
}

#dam-calc #factors-section {
    padding-top: 30px
}

#dam-calc #enter-email, #dam-calc #factors-section {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1.5s;
    -moz-transition: max-height 1.5s;
    transition: max-height 1.5s
}

#dam-calc #enter-email.show-section, #dam-calc #factors-section.show-section {
    max-height: 2000px
}

#dam-calc p {
    font-size: 13px;
    font-weight: 700;
    font-family: rooneywebregular, "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif
}

#dam-calc h5 {
    font-size: 14px;
    color: #383737;
    font-family: rooneywebbold, "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px
}

#dam-calc h3 {
    color: #39424a;
    font-size: 20px;
    margin-bottom: 0;
    font-family: frescosans_probold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 50px;
}

#dam-calc #total-savings {
    color: #8ac53f;
    /*font-size: 72px;
    font-size: 2.2vw;*/
    font-size: 36px;
    font-family: rooneywebbold, "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    border: 1px solid #fff;
    margin-bottom: 0;
    line-height: 36px;
    width: 60%;
}

#dam-calc .savings-side{
    width:19%;
    line-height: 18px;
    font-size: 18px;

}

#dam-calc .savings-total{
    float:left;
    color: #8ac53f;
    font-family: rooneywebbold, "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    margin-top: .8vw;
}
#dam-calc #total-roi{
    color: #39424a;
    font-size: 48px;
    line-height: 48px;
    font-family: frescosans_probold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 10px auto;
}

#dam-calc #toggle-factors {
    margin-top: 40px;
    font-family: rooneywebregular, "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    color: #4DC2BC;
    cursor: pointer;
}

#dam-calc .button-row {
    margin-top: 40px;
    margin-bottom: 35px;
}

#dam-calc .button-row button {
    border-radius: 5px !important;
    moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    background: #105739;
    background: -moz-linear-gradient(top, #105739 0, #104928 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #105739), color-stop(100%, #104928));
    background: -webkit-linear-gradient(top, #105739 0, #104928 100%);
    background: -o-linear-gradient(top, #105739 0, #104928 100%);
    background: -ms-linear-gradient(top, #105739 0, #104928 100%);
    background: linear-gradient(to bottom, #105739 0, #104928 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#105739', endColorstr='#104928', GradientType=0);
    border: none;
    color: #fff;
    padding: 15px 50px;
    font-size: 18px;
    font-family: frescosans_probold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

#dam-calc .legend-box li, #dam-calc input[type=email], #dam-calc input[type=text] {
    font-family: rooneywebregular, "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif
}

#dam-calc .button-row .col-8 button {
    margin-top: 20px
}

#dam-calc .fa-info-circle {
    color: #d5d5d5;
    font-size: 25px;
    margin-top: 7px
}

#dam-calc #toggle-factors i {
    margin-left: 10px;
    font-size: 22px;
    line-height: 4px;
    position: absolute;
    padding-top: 7px
}

.qtip-bootstrap {
    background-color: #eeeff1;
    color: #39424a;
    font-weight: 700;
    font-size: 13px
}

#dam-calc .alert {
    width: 100%;
    display: block;
    padding: 15px;
    margin-bottom: 0;
    margin-top: 0;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede
}

#dam-calc .form-row {
    margin-bottom: 30px
}

.form-row h5 {
    margin-top: 0
}

#dam-calc .legend-box {
    background-color: #fdfefe;
    border: 1px solid #aaa797;
    border-radius: 5px;
    padding: 20px 10px 10px;
    margin: 40px 0 0 30px
}

#dam-calc .legend-box ul {
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
    color: #515960
}

#dam-calc .legend-box li {
    font-size: 13px;
    margin-bottom: 6px
}

#dam-calc .legend-title {
    color: #2c9a47;
    margin-bottom: 15px
}

#dam-calc input[type=email], #dam-calc input[type=text] {
    display: block;
    margin: 0;
    width: 100%;
    font-size: 20pt;
    color: #105839;
    appearance: none;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #aaa797;
    transition: box-shadow .3s, border .3s;
    text-align: center;
    box-shadow: 0 0 1px 1px #fff
}

#dam-calc input[type=email].focus, #dam-calc input[type=email]:focus, #dam-calc input[type=text].focus, #dam-calc input[type=text]:focus {
    outline: 0;
    color: #939794;
    border: 1px solid #707070;
    box-shadow: 0 0 5px 1px #969696
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 50px;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal, .modal-open {
    overflow: hidden
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-content {
    position: relative;
    background-color: #eeeff1;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    padding: 20px 60px
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.modal-backdrop {
    position: fixed;
    top: 0;
    z-index: 1040;
    background-color: #000
}

.fade.in {
    opacity: 1
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

#loadingModal, #lowModal {
    width: 40%;
    left: 50%;
    margin-left: -20%;
    top: 20%
}

#formModal {
    width: 50%;
    left: 50%;
    margin-left: -25%;
    top: 5%;
    z-index: 100000;
    margin-bottom: 5%;
    -webkit-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.75);
}



.modal-content h2 {
    color: #8ac53f;
    font-size: 80px;
    font-size: 4vw;
    line-height: 4vw;
    font-family: rooneywebbold, "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif
}

#dam-calc .modal label, #dam-calc .modal select {
    font-family: rooneywebregular, "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif
}

.close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

button.close:active, button.close:focus, button.close:hover {
    background: 0 0;
    opacity: 1
}

#form-entry {
    width: 100% !important
}

#dam-calc .modal .form-group div {
    padding-left: 20px
}

#dam-calc .modal h3 {
    margin-top: 30px;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 20px;
    font-size: 28px
}

#dam-calc .modal select {
    margin: 0;
    width: 100%;
    padding: 5px;
    background: url(img/selectBoxArrow.png) top right no-repeat #fff;
    background-size: contain;
    font-size: 20pt;
    color: #105839;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #aaa797;
    outline: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: box-shadow .3s, border .3s;
    box-shadow: 0 0 1px 1px #fff
}

#dam-calc .modal select:focus {
    color: #939794;
    border: 1px solid #707070;
    box-shadow: 0 0 5px 1px #969696
}

#dam-calc .modal input[type=email], #dam-calc .modal input[type=text] {
    text-align: left
}

#dam-calc .modal label {
    display: block;
    font-size: 14px;
    color: #484a4c;
    margin-bottom: 10px
}

#dam-calc .modal input[type=checkbox] {
    display: none
}

#dam-calc .modal input[type=checkbox] + label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: -1px 5px 0 0;
    vertical-align: middle;
    background: url(img/check_radio_sheet.png) left top no-repeat;
    cursor: pointer
}

#dam-calc .modal input[type=checkbox]:checked + label span {
    background: url(img/check_radio_sheet.png) -25px top no-repeat
}

#dam-calc .modal input[type=radio] {
    display: none
}

#dam-calc .modal input[type=radio] + label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(img/check_radio_sheet.png) -50px top no-repeat;
    cursor: pointer
}

#dam-calc .modal input[type=radio]:checked + label span {
    background: url(img/check_radio_sheet.png) -75px top no-repeat
}

#dam-roi-calculator .menu-primary-navigation-container {
    visibility: hidden;
}

#dam-roi-calculator #twitter{
    visibility: hidden;
}

#dam-roi-calculator div#banner.none{
    background-color: #89C541;
    background-image: url(img/top-geometric.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0 100px;
    padding-top: 100px;
}

#dam-roi-calculator #banner-contents{
    text-align: center;
    padding: 0 0 30px 0;
}

#dam-roi-calculator #banner-contents h3{
    color: #2c6f3a;
    text-transform: uppercase;
}

#dam-roi-calculator #banner-contents h1{
    color: #FFFFFF;
    text-transform: uppercase;
}

#dam-roi-calculator #middle{

    background: url(img/bottom-geometric.jpg) no-repeat bottom left, linear-gradient(to top, #89c541 1%,#89c541 92px,#ffffff 92px,#ffffff 100%)

}

#content.dam-calc{
    width: 100%;
}

.dam-calc-left{
    float: left;
    width: 70%;
}
.dam-calc-right{
    float: right;
    margin-right: 4%;
}
#dam-roi-calculator .start-here{
    font-size:28px;
    margin-top: 20px;
}
#dam-roi-calculator .legend-box{
    padding:20px;
    margin-bottom:15px;
}
#dam-roi-calculator .legend-box h3{
    margin: 0 0 10px 0;
}
#dam-roi-calculator #green-bar #language-selector{
    display: none;
}