@font-face {
    font-family: bebas;
    src: url('fonts/BebasNeue-Regular.ttf');
}

@font-face {
    font-family: "Open Sans";
    src: url('fonts/OpenSans-Regular.ttf');
}

body {
    font-family: "Open Sans", sans-serif;
    color: #191919;
}

h1, h2, h3, h4, h5, h6 {
    font-family: bebas, sans-serif;
    /*font-weight: 400;*/
    letter-spacing: 1px;

}

a {
    color: #046d90;
}

.navbar-dark .navbar-nav .nav-link {
    color: #046d90;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:active {
    background-color: #046d90;
    color: white;
}

.logo-img {
    max-height: 32px;
}

.nav-fa {
    color: #046d90;
}

.hero-img {
    height: 100vh;
    background: url('img/hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: top;*/
    /*margin-top: 60px;*/
}

.hero-text {
    margin-top: 200px;
    color: white;
}

.hero-head {
    font-size: 4em;
}

.wiw-nav {
    background-color: white;
}

.panel-header {
    text-transform: uppercase;
}

.panel-header-lg {
    font-size: 3em;
}

.panel-filled {
    background-color: #046d90;
    color: white;
    padding: 20px;
    height: 60%;
}

.panel-filled-g {
    background-color: #5abdb5;
    color: white;
    padding: 20px;
    height: 60%;
}

.panel-filled-r {
    background-color: #f36e4e;
    color: white;
    padding: 20px;
    height: 60%;
}

.panel-filled-o {
    background-color: #e2a74d;
    color: white;
    padding: 20px;
    height: 60%;
}

.panel-blue {
    color: #046d90;
}

.panel-green {
    color: #5abdb5;
}

.panel-red {
    color: #f36e4e;
}

.panel-orange {
    color: #e2a74d;
}

.wiw-row {
    margin-top: 20px;
}

.panel-img {
    text-align: center;
}

.panel-img img {
    height: 140px;
}

.panel-one {
    text-align: center;
}

.panel-row {
    /*height: 100vh;*/
    margin-bottom: 20px;
}

.hero-footer {
    text-transform: uppercase;
    color: white;
    position: absolute;
    bottom: 0;
    padding-left: 20px;
    margin-bottom: 20px;
}

.wiw-tool-row {
    background-color: #f2f2f0;
    /*min-height: 100vh;*/
    /*margin-top: 86px;*/
    /*margin-bottom: 20px;*/
}

.about-panel {
    padding: 20px;
}

.filter-heading, .filter-subheading {
    text-transform: uppercase;
}

.filter-subheading li {
    text-transform: none;
    list-style: none;
}

.btn-primary, .btn-secondary {
    border: none;
    border-radius: 0;
    padding-left: 1em;
    padding-right: 1em;
}

.btn-primary {
    background-color: #5abdb5;
    margin-right: 6px;
}

.btn-secondary {
    background-color: #f36e4e;

}

.filter-btn {
    background-color: #5abdb5;
    color: white;
    font-size: 12px;
    margin: auto;
    border-radius: 0;
}

.filter-col {
    padding: 20px;
    font-size: 12px;
    position: sticky;
    top: 0;
    z-index: 1030;

}

.main-col {
    /*margin-left: 16.7%;*/
}

.filter-footer {
    text-align: center;
    margin-bottom: 1em;
}

.wiw-tool-header {
    text-transform: uppercase;
    background-color: #046d90;
    color: white;
    font-size: 12px;
    padding: 10px;
}

.panel-chart {
    background-color: white;
    text-align: center;
    /*max-height:300px;*/
}

.panel-chart img {
    height: 120px;
}

.wiw-tool-panel {
    background-color: white;
    border-right: 1px solid #f2f2f0;
    padding-bottom: 20px;
    /*max-height: 400px;*/
}

.panel-label {
    font-size: 10px;
}

.tool-row-spacer {
    margin-top: 20px;
}

.tool-panel-header {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
    height: 60px;
}

.panel-foot {
    font-size: 12px;
    /*float: right;*/
}

.nav-link {
    text-transform: uppercase;
    font-size: 12px;
}

.download-footer {
    font-size: 12px;
}

.about-head {
}

.about-text {
}

.about-limit {
    color: #046d90;
}

.limit-text {
    font-size: small;
}

.about-footer img {
    width: 100%;
}

.about-img {
    width: 100%;
}

.about-img img {
    width: 100%;
}

.front-img {
    max-width: 240px;
}

.graphic-image {
    width: 50%;
}

.aqua-logo {
    height: 80px;
}

.future-logo {
    height: 42px;
    margin-left:0.5em;
}

.front-pg-link {
    color: #5abdb5;
}

.chart-desc {
    font-size: small;
}

.filter-subheading ul {
    padding-inline-start: 10px;

}

.img-female {
    height: 20px !important;
}

.panel-right {
    float: right;
    color: #046d90;
}

@media only screen and (max-width: 568px) {
    .filter-col {
        position: relative;
    }
}

.horizontal_dotted_line {
    border-bottom: 5px dashed red;
    width: 100%;
}

.reg {
    width: 100%;
    padding: 4px;
    margin-bottom: 4px;
    color: white;
}

.reg2 {
    background-color: #191919;
}

.reg3 {
    background-color: #e2a74d;
    color: white;
}

.reg4 {
    background-color: #f36e4e;
}

.reg5 {
    background-color: #046d90;
}

.reg6 {
    background-color: #5abdb5;
}

.reg1 {
    background-color: #e5e5e5;
    color: black;
    margin-top: 10px;
}

.rec-div {
    width: 300px;
}

.rec-stats h5 {
    color: #5abdb5;
}

.wraprec {
    /*background-color: blue*/
}

.rec-num {
    font-size: 2em;
}

.f-exits {
    color: #f36e4e;
    margin-top: 25px;
}

.m-exits {
    margin-top: 25px;
}

.row-exits {
    padding-left: 40px;
}

.info-tip:hover {
    color: #5abdb5;
}

.tooltip-inner {
    text-align: left;
}

.toggle-group label {
    font-size: 10px;
}

.water label:hover {
    background-color: #046d90 !important;
    color: white;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #046d90;
    border-color: #046d90;
}

.page-link {
    color: #046d90;
}


.thead-utilities {
    font-size: 1.25em;
}

.formdiv > div > ul {
    list-style: none;
    display: block;
    padding-inline-start: 0;
}

.formdiv > div > ul > li {
    display: inline;
}

.formdiv > div > ul > li > label {
    margin-bottom: 0;
}


.formdiv > div > i {
    float: right;
    margin-top: 2px;
}

[data-toggle="collapse"] .fa:before {
    content: "\f146";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f0fe";
}

.btn-wiw {
    margin-top: 0.5em;
}

.btn-wiw:hover {
    background-color: #5abdb5;
    color: black;
}

.filters {
    text-align: center;
}

.wiw-wrapper {
    max-width: 100%;
    margin: 1rem auto;
    display: grid;
    grid-template-columns: 20% 78%;
    grid-gap: 1rem;
    align-items: start
}

.formdiv input[type=checkbox] {
    vertical-align: middle;
    float: right;
}

.formdiv label {
    display: block;
    overflow: hidden;
    /*width: 96%;*/
}

.form-control {
    height: auto;
}

.form-control label {
    font-size: 0.8em;
}

.form-control li {
    line-height: 1.6;
}

.bg-none {
    background-color: transparent;
}

.legend-wrapper {
    text-align: left;
    font-size: 12px;
}

.legend-label {
    padding: 0.25em;
    color: white;

}

.legend-label:nth-child(1) {
    background-color: #e5e5e5;
    color: black;
}

.legend-label:nth-child(2) {
    background-color: #191919;
}

.legend-label:nth-child(3) {
    background-color: #e2a74d;
}

.legend-label:nth-child(4) {
    background-color: #f36e4e;
}

.legend-label:nth-child(5) {
    background-color: #046d90;
}

.legend-label:nth-child(6) {
    background-color: #5abdb5;
}

.canvas-container {
    /*height:300px;*/
    padding-left: 20%;
    padding-right: 20%;
}

.lang-option {
    font-size: 12px;
}

.lang-form {
    color: #046d90;
    padding-top: 3px;
}

.lang-form select {
    color: #046d90;
}

@media only screen and (max-width: 568px) {
    .wiw-wrapper {
        grid-template-columns: 100%;
    }
}

input[type="checkbox"] {
    accent-color: #5abdb5;
    color:white;
}