.u-margin-bottom-tiny {
    margin-bottom: 0.8rem !important
}

.u-margin-bottom-small {
    margin-bottom: 1.5rem !important;
}

.u-margin-bottom-medium {
    margin-bottom: 4rem !important
}

@media only screen and (max-width: 56.25em) {
    .u-margin-bottom-medium {
        margin-bottom: 3rem !important
    }
}

.u-margin-bottom-big {
    margin-bottom: 8rem !important
}

@media only screen and (max-width: 75em) {
    .u-margin-bottom-big {
        margin-bottom: 4rem !important
    }
}

@media only screen and (max-width: 56.25em) {
    .u-margin-bottom-big {
        margin-bottom: 2rem !important
    }
}

.u-margin-top-big {
    margin-top: 8rem !important
}

@media only screen and (max-width: 75em) {
    .u-margin-top-big {
        margin-top: 4rem !important
    }
}

@media only screen and (max-width: 56.25em) {
    .u-margin-top-big {
        margin-top: 2rem !important
    }
}

.u-margin-top-huge {
    margin-top: 10rem !important
}

@media only screen and (max-width: 75em) {
    .u-margin-top-huge {
        margin-top: 5rem !important
    }
}

@media only screen and (max-width: 56.25em) {
    .u-margin-top-huge {
        margin-top: 3rem !important
    }
}

.popup {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(240, 92, 90, 0.5), rgba(0, 98, 155, 0.6));
    z-index: 100
}

@supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
    .popup {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background: linear-gradient(90deg, rgba(240, 92, 90, 0.5), rgba(0, 98, 155, 0.6))
    }
}

.popup__content {
    width: 50rem;
    padding: 2rem;
    display: block;
    background-color: #356584;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #F05C5A;
    overflow: hidden;
    border-radius: 3px;
    z-index: 299;
    font-size: 1.4rem
}

@supports (display: flex) {
    .popup__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        justify-content: space-between
    }
}

@media only screen and (max-width: 75em) {
    .popup__content {
        padding: 2rem
    }
}

@media only screen and (max-width: 40em) {
    .popup__content {
        padding: 1rem
    }
}

@media only screen and (max-width: 30.9em) {
    .popup__content {
        padding: 0.8rem;
        width: 40rem
    }
}

.diclaimer-box {
    display: flex;
    justify-content: flex-start
}

.disclaimer h5 {
    color: #F05C5A;
    padding-bottom: 0.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    font-weight: 700;
    border-bottom: 1px solid #fff
}

.disclaimermsg,
.message {
    text-justify: inter-word;
    margin-bottom: 1rem;
    text-align: justify;
    text-transform: inherit
}

@supports (display: flex) {
    .disclaimermsg,
    .message {
        display: flex;
        text-transform: initial
    }
}

@media only screen and (max-width: 40em) {
    .disclaimermsg,
    .message {
        font-size: 1.4rem
    }
}

@media only screen and (max-width: 30.9em) {
    .disclaimermsg,
    .message {
        letter-spacing: 0.8px
    }
}

#popUp-Close {
    display: block;
    margin: 1rem auto;
    padding: 0.5rem 2rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: none;
    background-color: #F05C5A;
    color: #fff;
    font-size: 1.4rem
}

@supports (display: flex) {
    #popUp-Close {
        margin-top: 0.5rem
    }
}

@media only screen and (max-width: 75em) {
    #popUp-Close {
        padding: 1rem 3rem
    }
}

#popUp-Close:hover {
    box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.3)
}

#popUp-Close:focus {
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.5);
    outline: none;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px)
}

.popupLogoImg {
    width: 17rem;
    margin-bottom: 1rem
}

.popupLogo {
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem
}

.section-head {
    width: 100%
}

.header-box {
    background-color: #356584;
    border-bottom: 1px solid #fff
}

.header-sub {
    background-color: #356584;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    position: relative
}

@media only screen and (max-width: 30.9em) {
    .header-sub {
        flex-direction: column;
        margin: 0px
    }
}

.title {
    color: #fff;
    margin-left: 2rem;
    display: flex;
    flex-direction: column;
    padding: 1rem
}

@media only screen and (max-width: 56.25em) {
    .title {
        margin-left: 0
    }
}

@media only screen and (max-width: 30.9em) {
    .title {
        background-color: #F05C5A;
        padding-bottom: 0;
        width: 100%;
        border-bottom: 1px solid #fff;
        align-items: flex-start
    }
}

.title h1 {
    font-size: 3.2rem;
    font-weight: 100i;
    letter-spacing: .6rem
}

@media only screen and (max-width: 56.25em) {
    .title h1 {
        letter-spacing: .8rem
    }
}

@media only screen and (max-width: 40em) {
    .title h1 {
        font-size: 2.2rem
    }
}

.title span {
    font-weight: 100i;
    font-size: 1.5rem
}

@media only screen and (max-width: 40em) {
    .title span {
        font-size: 1.2rem
    }
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit
}

html {
    font-size: 62.5%;
    font-size: 62.5%
}

@media only screen and (max-width: 75em) {
    html {
        font-size: 56.25%
    }
}

@media only screen and (max-width: 56.25em) {
    html {
        font-size: 50%
    }
}

@media only screen and (max-width: 40em) {
    html {
        font-size: 43.7%
    }
}

@media only screen and (max-width: 30.9em) {
    html {
        font-size: 56.25%
    }
}

@media only screen and (max-width: 21.2em) {
    html {
        font-size: 35.25%
    }
}

@media only screen and (min-width: 112.5em) {
    html {
        font-size: 75%
    }
}

body {
    font-family: 'Lato', 'Arial', sans-serif;
    height: 100vh;
    width: 100vw;
    position: relative;
    font-weight: 300;
    font-size: 1.6rem;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden
}

::-moz-selection {
    background-color: #55c57a;
    color: #fff
}

::selection {
    background-color: #55c57a;
    color: #fff
}

.sub__body {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    overflow: hidden
}

.alert {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 2.4rem 15rem;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.25)
}

@media only screen and (max-width: 75em) {
    .alert {
        font-size: 1.5rem;
        padding: 2.2rem 1.5rem
    }
}

@media only screen and (max-width: 40em) {
    .alert {
        font-size: 1.5rem;
        padding: 1.6rem 2rem
    }
}

@media only screen and (max-width: 56.25em) {
    .alert {
        font-size: 1.5rem;
        padding: 2.1rem 2rem
    }
}

.alert--success {
    background-color: #32bd0f
}

.alert--error {
    background-color: #F05C5A
}

.map__area {
    flex: 1;
    max-width: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: column;
    background-size: cover;
    position: relative
}

#viewDiv {
    flex: 1;
    width: 100%;
    position: relative
}

.dhec__logo {
    height: 7rem;
    width: 7rem;
    bottom: 5rem;
    left: 1%;
    position: fixed
}

.dhec__logo img {
    width: 100%
}

.esri-widget--button {
    background-color: #356584;
    color: #c3cad0 !important;
    margin: 3px
}

.esri-widget .esri-interactive {
    background-color: #356584;
    border-radius: 13px
}

.chart {
    height: 25rem;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (max-width: 30.9em) {
    .chart {
        height: 25rem
    }
}

.chart-head {
    width: 100%;
    background-color: #356584;
    border-top: .1rem solid #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 12;
    padding: .4rem
}

@media only screen and (max-width: 30.9em) {
    .chart-head {
        flex-direction: column;
        margin: 0;
        padding: 0
    }
}

.highcharts-container {
    border-right: 1px solid #fff;
    margin-right: 12rem
}

.chart-area {
    display: flex;
    height: 25rem;
    width: 100%;
    flex: 1;
    flex-direction: column;
    padding-bottom: 2rem;
    overflow: hidden;
    background-color: #356584;
    margin-right: 2px;
    z-index: 11
}

@media only screen and (max-width: 30.9em) {
    .chart-area {
        height: 27rem
    }
}

.graph {
    flex: 1;
    width: 100vw;
    height: 22rem;
    background-color: #356584;
    z-index: 12;
    position: relative;
    border-right: 1px solid #fff
}

.loader {
    position: absolute;
    height: 5rem;
    width: 40rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media only screen and (max-width: 40em) {
    .loader {
        width: 30rem
    }
}

@media only screen and (max-width: 30.9em) {
    .loader {
        width: 20rem
    }
}

.loaderComment {
    position: absolute;
    font-size: 1.8rem;
    top: 20%;
    left: 50%;
    z-index: 9999;
    font-weight: 300;
    color: #F05C5A;
    letter-spacing: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

@media only screen and (max-width: 40em) {
    .loaderComment {
        font-size: 1.5rem;
        letter-spacing: 2px
    }
}

@media only screen and (max-width: 30.9em) {
    .loaderComment {
        font-size: 1.3rem;
        letter-spacing: 1px
    }
}

.btn__year,
.btn__calculator {
    border: 1px solid #fff;
    color: #fff;
    background-color: #356584;
    border-radius: .3rem;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    -ms-border-radius: .3rem;
    -o-border-radius: .3rem
}

.btn__year:hover {
    color: #99CC00;
    box-shadow: 0.5rem 0.8rem 0.1rem rgba(0, 0, 0, 0.3)
}

.btn__year:active {
    box-shadow: 0.3rem 2rem 5rem rgba(0, 0, 0, 0.5);
    outline: none;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px)
}

.btn__calculator:active {
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.5);
    outline: none;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px)
}

.btn__calculator-active {
    background-color: #F05C5A
}

.btn__calculator:hover {
    color: #99CC00;
    box-shadow: 0.5rem 0.8rem 0.1rem rgba(0, 0, 0, 0.3)
}

.btn__year {
    display: block;
    font-size: 1.2rem;
    margin-right: .5rem;
    padding: 8px 12px 8px 12px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

@media only screen and (max-width: 40em) {
    .btn__year {
        padding: 4px 6px 4px 6px
    }
}

.btn__calculator {
    margin-right: 2.0rem;
    padding: 2px 12px 2px 12px;
    font-size: 1.2rem;
    transition: all .2s
}

@media only screen and (max-width: 40em) {
    .btn__calculator {
        padding: 2px 6px 2px 6px
    }
}

.left__panel {
    flex: 0 0 70%;
    display: flex;
    align-items: center
}

@media only screen and (max-width: 30.9em) {
    .left__panel {
        flex: 1;
        margin-top: 0;
        padding: 0
    }
}

.right__panel {
    display: flex;
    text-align: center;
    justify-content: space-between
}

@media only screen and (max-width: 30.9em) {
    .right__panel {
        flex: 1;
        margin-top: 0;
        padding: 0
    }
}

.btn__year:focus {
    outline: none
}

.btn__close {
    cursor: pointer;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    font-size: 1.8rem
}

.btn__close:hover {
    background-color: #F05C5A;
    font-size: 2rem
}

.profile__year {
    font-size: 1.2rem;
    margin-right: 2.0rem;
    padding-left: 1.0rem
}

@media only screen and (max-width: 40em) {
    .profile__year {
        font-size: 1rem
    }
}

@media only screen and (max-width: 40em) {
    tspan {
        font-size: 1rem
    }
}

@media only screen and (max-width: 40em) {
    .highcharts-axis-labels {
        font-size: 1rem
    }
}

@media only screen and (max-width: 30.9em) {
    .highcharts-axis-labels {
        font-size: 1rem
    }
}

@media only screen and (max-width: 40em) {
    .highcharts-grid {
        margin: 0
    }
}

@media only screen and (max-width: 30.9em) {
    .highcharts-grid {
        padding-bottom: 0;
        height: 25rem
    }
}

@media only screen and (max-width: 30.9em) {
    .highcharts-series-group {
        padding-bottom: 0;
        height: 25rem
    }
}

.templateBoxInit {
    width: 90vw
}

.nav {
    margin: 30px 0 15px 0;
    color: #f3f7f3;
    margin-right: 10px;
    display: flex;
    padding: .5rem
}

@media only screen and (max-width: 56.25em) {
    .nav {
        margin-right: 0;
        margin: 0
    }
}

@media only screen and (max-width: 30.9em) {
    .nav {
        align-self: flex-end;
        padding-top: 0
    }
}

.under {
    background-color: #F05C5A;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

ul {
    list-style: none;
    display: block
}

ul li {
    float: left;
    margin-right: 2rem;
    cursor: pointer;
    font-size: 1.8rem;
    padding: 5px
}

ul li:last-child {
    margin-right: 0px
}

.selection ul,
.download ul {
    width: 20rem;
    z-index: 1000;
    position: absolute;
    opacity: 0.9;
    margin-top: 0.5px;
    padding-top: 27px;
    background-image: linear-gradient(180deg, transparent 0%, transparent 30px, #356584 30px, #356584 100%)
}

@media only screen and (max-width: 40em) {
    .selection ul,
    .download ul {
        background-image: linear-gradient(180deg, transparent 0%, transparent 15px, #356584 15px, #356584 100%);
        padding-top: 15px;
        margin-top: 0.1px
    }
}

@media only screen and (max-width: 30.9em) {
    .selection ul,
    .download ul {
        background-image: linear-gradient(180deg, transparent 0%, transparent 10px, #069 10px, #069 100%);
        padding-top: 10px;
        margin-top: 0.1px;
        width: 15rem
    }
}

.selection ul li,
.download ul li {
    width: 20rem;
    display: inline-block;
    margin: 1px 0;
    font-size: 1.2rem;
    font-weight: 100i;
    color: #fff;
    padding: 4px 5px;
    border: 1px solid white;
    border-bottom: 1px solid #e6e0e0
}

@media only screen and (max-width: 30.9em) {
    .selection ul li,
    .download ul li {
        font-size: 1.2rem;
        width: 15rem;
        padding: 2px 3px
    }
}

@media only screen and (max-width: 21.2em) {
    .selection ul li,
    .download ul li {
        font-size: 1.5rem
    }
}

.selection ul li:hover,
.download ul li:hover {
    background-color: #FFF;
    color: #201f1f !important
}

.item ul li {
    display: none
}

.item {
    transition: all, 0.8s;
    -webkit-transition: all, 0.8s;
    -moz-transition: all, 0.8s;
    -ms-transition: all, 0.8s;
    -o-transition: all, 0.8s
}

.item:hover {
    color: #F05C5A;
    font-weight: 300i
}

.item:hover .child li {
    color: #ebebf3;
    display: block
}

.volume__calculator {
    position: absolute;
    display: flex;
    background-color: #356584;
    width: 45rem;
    bottom: -.1rem;
    left: 0;
    z-index: 5;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    display: none;
    padding: 1rem;
    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.7)
}

@media only screen and (max-width: 75em) {
    .volume__calculator {
        width: 50rem
    }
}

@media only screen and (max-width: 30.9em) {
    .volume__calculator {
        width: 35rem
    }
}

@media only screen and (max-width: 21.2em) {
    .volume__calculator {
        width: 41rem
    }
}

.volume__calculator-box {
    width: 100%;
    height: 100%
}

.vol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.4rem;
    border-bottom: 1px solid #fff
}

.vol__head {
    font-size: 1.6rem
}

@media only screen and (max-width: 75em) {
    .vol__head {
        font-size: 1.5rem
    }
}

.instruction {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.instruction p {
    padding: 0 1rem
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 20rem;
    background-color: #f1edea;
    border: 1px solid #141414;
    color: #0e0d0d;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    right: 2rem;
    z-index: 1
}

.tooltip:hover .tooltiptext {
    visibility: visible
}

table {
    color: #fff;
    width: 90%;
    margin: 5px auto;
    font-size: 0.5rem
}

table,
th,
td {
    border: 1px solid #fff;
    border-collapse: collapse
}

th,
td {
    padding: 2px;
    text-align: center
}

#table__values th {
    color: #fff;
    font-size: 1.2rem
}

#table__values td {
    color: #fff;
    font-size: 1.2rem
}

.button-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px
}

.button-box__calc {
    color: white;
    border: 1px solid #fff;
    padding: .7rem .8rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #356584;
    margin-right: 8px;
    transition: all .2s
}

.button-box__reset {
    background-color: #356584;
    color: white;
    border: 1px solid #fff;
    padding: .7rem .8rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

.button-box__calc:hover,
.button-box__reset:hover {
    box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.3)
}

.button-box__calc:active,
.button-box__reset:active {
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.5);
    outline: none;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px)
}

.results {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px
}

.results-text {
    margin-bottom: 1rem;
    color: #fff
}

.output {
    font-size: 2rem;
    font-weight: 700
}

.form__group {
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1px auto;
    padding: 0;
    margin-bottom: 1rem
}

.form__radio-group {
    display: inline-block;
    margin: 1px auto;
    position: relative
}

.description {
    font-size: 1.2rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
    display: flex
}

@media only screen and (max-width: 40em) {
    .description {
        font-size: 1.5rem
    }
}

.description-btn {
    height: 10px;
    width: 10px;
    align-self: center;
    display: inline-block;
    border-radius: 20px;
    margin-right: 2px;
    z-index: 1200;
    animation: alert 0.2s linear 2s infinite alternate;
    -webkit-animation: alert 0.4s linear 2s infinite alternate;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

@-webkit-keyframes alert {
    0% {
        background-color: transparent
    }
    100% {
        background-color: #fff
    }
}

@keyframes alert {
    0% {
        background-color: transparent
    }
    100% {
        background-color: #fff
    }
}

.form__radio-input {
    display: none
}

.form__radio-label {
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    display: inline-block;
    margin-left: 3rem;
    padding: 1rem;
    font-weight: 400;
    width: 100%;
    vertical-align: middle;
    padding: 0
}

@media only screen and (max-width: 75em) {
    .form__radio-label {
        font-size: 1.6rem;
        margin-left: 4.2rem
    }
}

@media only screen and (max-width: 40em) {
    .form__radio-label {
        margin-left: 5rem
    }
}

@media only screen and (max-width: 30.9em) {
    .form__radio-label {
        font-size: 1.2rem;
        margin-left: 3.5rem
    }
}

@media only screen and (max-width: 21.2em) {
    .form__radio-label {
        margin-left: 5.0rem
    }
}

.direction {
    font-size: 10px
}

.upper {
    border: 5px solid #F05C5A
}

.lower {
    border: 5px solid #32bd0f
}

.form__radio-button {
    height: 2.8rem;
    width: 2.8rem;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 1px;
    margin-right: 15px
}

@media only screen and (max-width: 75em) {
    .form__radio-button {
        height: 3.8rem;
        width: 3.8rem
    }
}

@media only screen and (max-width: 40em) {
    .form__radio-button {
        height: 4.6rem;
        width: 4.6rem;
        top: -2px
    }
}

@media only screen and (max-width: 30.9em) {
    .form__radio-button {
        height: 3.3rem;
        width: 3.3rem
    }
}

@media only screen and (max-width: 21.2em) {
    .form__radio-button {
        height: 4.5rem;
        width: 4.5rem;
        top: -3px
    }
}

.form__radio-button::after {
    content: "";
    display: block;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    opacity: 0;
    transition: opacity .2s;
    -webkit-transform: translate(-52%, -50%);
    -moz-transform: translate(-45%, -50%);
    -ms-transform: translate(-45%, -50%);
    -o-transform: translate(-45%, -50%)
}

@media only screen and (max-width: 75em) {
    .form__radio-button::after {
        height: 2.0rem;
        width: 2.0rem
    }
}

@media only screen and (max-width: 21.2em) {
    .form__radio-button::after {
        height: 2.5rem;
        width: 2.5rem;
        transform: translate(-54%, -50%);
        -webkit-transform: translate(-54%, -50%);
        -moz-transform: translate(-54%, -50%);
        -ms-transform: translate(-54%, -50%);
        -o-transform: translate(-54%, -50%)
    }
}

.upper::after {
    background-color: #F05C5A
}

.lower::after {
    background-color: #32bd0f
}

.form__radio-input:checked~.form__radio-label .form__radio-button::after {
    opacity: 1
}

.print__main {
    position: absolute;
    background-color: #f7f2f2;
    top: 0;
    right: 0;
    z-index: 9999;
    border: 1px solid #356584;
    display: none;
    box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.3);
    color: #333131;
    width: 40rem
}

@media only screen and (max-width: 30.9em) {
    .print__main {
        width: 30rem
    }
}

@media only screen and (max-width: 21.2em) {
    .print__main {
        width: 30rem
    }
}

.print__main-template {
    border: 1px solid #356584;
    height: 100%;
    width: 100%
}

.print__main-template-box {
    height: 100%;
    width: 100%
}

.print__main-template-box {
    padding: 2rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.layout_template {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem
}

.layout_template-titlelabel {
    width: 100%;
    height: 2.5rem
}

.layout_template-titleinput {
    width: 100%;
    height: 2.5rem
}

@media only screen and (max-width: 40em) {
    .layout_template-titleinput {
        height: 2.5rem
    }
}

@media only screen and (max-width: 30.9em) {
    .layout_template-titleinput {
        height: 2.5rem
    }
}

.layout_template-pagesetuplabel {
    width: 100%;
    height: 2.5rem
}

.layout_template-pagesetupinput {
    width: 100%;
    height: 2.5rem
}

.layout_template-formatlabel {
    width: 100%;
    height: 2.5rem
}

.layout_template-formatinput {
    width: 100%;
    height: 2.5rem
}

@media only screen and (max-width: 40em) {
    .layout_template-formatinput {
        height: 2.5rem
    }
}

@media only screen and (max-width: 30.9em) {
    .layout_template-formatinput {
        height: 2.5rem
    }
}

@media only screen and (max-width: 40em) {
    .layout_template-titlelabel {
        font-size: 2.0rem;
        padding-bottom: 1rem
    }
}

@media only screen and (max-width: 30.9em) {
    .layout_template-titlelabel {
        font-size: 2.0rem;
        padding-bottom: 1rem
    }
}

@media only screen and (max-width: 21.2em) {
    .layout_template-titlelabel {
        font-size: 2.0rem;
        padding-bottom: 1rem
    }
}

@media only screen and (max-width: 40em) {
    .layout_template-pagesetuplabel {
        font-size: 2.0rem;
        padding-bottom: 1rem
    }
}

@media only screen and (max-width: 30.9em) {
    .layout_template-pagesetuplabel {
        font-size: 2.0rem;
        padding-bottom: 1rem
    }
}

@media only screen and (max-width: 21.2em) {
    .layout_template-pagesetuplabel {
        font-size: 2.0rem;
        padding-bottom: 1rem
    }
}

.export {
    margin-top: 2rem
}

.export-text {
    font-weight: 700
}

.export-results {
    margin-top: 2rem;
    height: 5rem;
    background-color: #ebe3e3;
    display: flex;
    justify-content: center;
    align-items: center
}

.export-results-text a {
    color: black !important;
    font-size: 1rem !important;
    font-weight: 700 !important
}

#submitBtn {
    border-radius: 10px;
    align-self: flex-start;
    padding: 1rem 3rem;
    border: none;
    color: white;
    background-color: #F05C5A;
    outline: none
}

@media only screen and (max-width: 40em) {
    #submitBtn {
        padding: 1rem 3rem;
        border-radius: 10px
    }
}

#submitBtn:hover {
    box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.3)
}

#submitBtn:active {
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.5);
    outline: none;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px)
}

.print__main-box {
    width: 100%;
    height: 100%
}

.print__main-box {
    width: 100%
}

@media only screen and (max-width: 40em) {
    .print__main-box {
        height: 30rem
    }
}

@media only screen and (max-width: 30.9em) {
    .print__main-box {
        height: 30rem
    }
}

@media only screen and (max-width: 21.2em) {
    .print__main-box {
        height: 30rem
    }
}

.print__main {
    height: 30rem
}

@media only screen and (max-width: 40em) {
    .print__main {
        height: 30rem
    }
}

@media only screen and (max-width: 30.9em) {
    .print__main {
        height: 30rem
    }
}

@media only screen and (max-width: 21.2em) {
    .print__main {
        height: 30rem
    }
}

.print__main-preview {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    padding-bottom: 1rem;
    justify-content: space-between
}

#printImage {
    height: 100%;
    width: 100%
}

.displayBox {
    display: flex;
    flex: 1;
    width: 100%
}

#canvas {
    height: 100%;
    width: 100%
}

#imgDim {
    -o-object-fit: cover;
    object-fit: cover
}

#print {
    color: white;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    background-color: #356584
}

#print:hover {
    box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.3)
}

#print:active {
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.5);
    outline: none;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px)
}

#export {
    padding: 1rem 3rem;
    margin-left: 1rem;
    background-color: cadetblue;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    outline: none
}

.printInformation {
    margin-left: 30%;
    font-size: 1.6rem
}

@media only screen and (max-width: 75em) {
    .printInformation {
        margin-left: 10%;
        font-size: 1.3rem
    }
}

@media only screen and (max-width: 40em) {
    .printInformation {
        margin-left: 5%;
        font-size: 1.2rem
    }
}

@media only screen and (max-width: 30.9em) {
    .printInformation {
        margin-left: 2%;
        font-size: 1.0rem
    }
}

@media only screen and (max-width: 21.2em) {
    .printInformation {
        margin-left: 1%;
        font-size: 0.8rem
    }
}

.printContainer {
    position: relative;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center
}

.buttons {
    display: flex;
    justify-content: center;
    align-items: center
}

.printMenu {
    height: 6rem;
    width: 100vw;
    background: linear-gradient(90deg, #84bd00, #347d06);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 5rem;
    z-index: 900
}

@media only screen and (max-width: 75em) {
    .printMenu {
        padding-right: 5rem
    }
}

@media only screen and (max-width: 40em) {
    .printMenu {
        padding-right: 2rem
    }
}

@media only screen and (max-width: 30.9em) {
    .printMenu {
        padding-right: 1rem
    }
}

.infoVolResults,
.infoBeachName {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media only print {
    .infoVolResults,
    .infoBeachName {
        color: white !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact
    }
}

#volResultsForPrint {
    align-self: flex-end;
    padding-left: 1rem;
    justify-content: end
}

#volResultsForPrint {
    font-size: 2rem;
    color: #F05C5A
}

#nameOfBeach {
    margin-left: 1rem
}

.printBtn {
    font-size: 1.6rem;
    padding: 1rem 3rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #b8bcbe;
    cursor: pointer
}

@media only screen and (max-width: 40em) {
    .printBtn {
        padding: .8rem 2rem;
        font-size: 1.2rem
    }
}

@media only screen and (max-width: 30.9em) {
    .printBtn {
        padding: .8rem 1.5rem;
        font-size: 1.0rem
    }
}

@media only screen and (max-width: 21.2em) {
    .printBtn {
        padding: .5rem 1rem;
        font-size: .8rem
    }
}

.printBtn:focus {
    outline-color: none
}

.printBtn:first-child {
    margin-right: 2rem
}

@media only screen and (max-width: 40em) {
    .printBtn:first-child {
        margin-right: 1rem
    }
}

.printTemplate {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid #868688;
    width: 80%
}

.templateStyle {
    display: flex;
    justify-content: center;
    align-self: center;
    width: 90%;
    border-left: 1px solid #808083;
    border-right: 1px solid #808083;
    border-bottom: 1px solid #808083
}

.mapDiv {
    width: 100%;
    overflow: hidden
}

.chartDiv {
    width: 100%;
    margin: 0px;
    -o-object-fit: cover;
    object-fit: cover
}

#canToImage {
    width: 100%;
    height: 100%
}

.printMenu-bar {
    width: 100%;
    position: relative;
    color: white;
    height: 5rem
}

@media only screen and (max-width: 75em) {
    .printMenu-bar {
        height: 4rem
    }
}

@media only screen and (max-width: 40em) {
    .printMenu-bar {
        height: 3rem
    }
}

@media only screen and (max-width: 30.9em) {
    .printMenu-bar {
        height: 2rem
    }
}

.printMenu-bar-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1
}

@media only screen and (max-width: 75em) {
    .printMenu-bar-img {
        height: 4rem
    }
}

@media only screen and (max-width: 40em) {
    .printMenu-bar-img {
        height: 3rem
    }
}

@media only screen and (max-width: 30.9em) {
    .printMenu-bar-img {
        height: 3rem
    }
}

.logoBox {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    padding: 5px 2rem
}

.logoBox img {
    height: 4rem;
    opacity: 1
}

@media only screen and (max-width: 75em) {
    .logoBox img {
        height: 3rem
    }
}

@media only screen and (max-width: 40em) {
    .logoBox img {
        height: 2rem
    }
}

@media only screen and (max-width: 30.9em) {
    .logoBox img {
        height: 2rem
    }
}

.templateBox {
    width: 100vw;
    border-left: 1px solid #898b8b;
    border-right: 1px solid #898b8b;
    border-bottom: 1px solid #898b8b;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 6rem;
    left: 0;
    padding-bottom: 2rem;
    background-color: #b8bcbe
}

.layout_template-export {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem
}

#giffy {
    width: 6rem
}

.table-print {
    position: relative;
    color: white;
    height: 10rem;
    width: 100%;
    opacity: 1
}

#backImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tableContent {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: white;
    opacity: 1
}

.print-header {
    font-size: 1.6rem;
    letter-spacing: 3px;
    font-weight: 300;
    color: white
}

@media only screen and (max-width: 75em) {
    .print-header {
        font-size: 1.3rem;
        letter-spacing: 3px
    }
}

@media only screen and (max-width: 40em) {
    .print-header {
        font-size: 1.2rem;
        letter-spacing: 2px
    }
}

@media only screen and (max-width: 30.9em) {
    .print-header {
        font-size: 1.0rem;
        letter-spacing: 1px
    }
}

@media only print {
    .print-header {
        color: white !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact
    }
}

.infos {
    font-size: 1.2rem;
    display: flex;
    width: 98%;
    flex-direction: column
}

#table-print__values {
    color: white;
    width: 98%;
    margin: 5px auto;
    font-size: 1.0rem
}

#table-print__values,
#table-print__values th,
#table-print__values td {
    color: white;
    border: 1px solid #fff;
    border-collapse: collapse
}

@media only print {
    #table-print__values,
    #table-print__values th,
    #table-print__values td {
        color: white !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact
    }
}

#table-print__values td {
    padding: 2px;
    text-align: center;
    color: white
}

#table-print__values th {
    color: white;
    font-size: 1.2rem
}

#table-print__values td {
    color: white;
    font-size: 1.0rem
}

#Tablecanvas {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #356584
}

#TableImage {
    width: 100%;
    height: 100%
}

@supports (-ms-ime-align: auto) {
    @media only print {
        body,
        html {
            color: white !important;
            -webkit-print-color-adjust: exact;
            color-adjust: exact
        }
    }
}

@-moz-document url-prefix() {
    @media only print {
        body,
        html {
            color: white !important;
            -webkit-print-color-adjust: exact;
            color-adjust: exact
        }
    }
}

.help__main {
    position: absolute;
    background-color: #f7f2f2;
    top: 0;
    right: 0;
    z-index: 9999;
    height: 80vh;
    box-shadow: 5px 18px 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #356584;
    display: none;
    overflow-y: scroll;
    line-height: 3rem;
    background-color: #0099CC;
    color: #080808
}

.help__main-content-wrapper {
    background-color: #0099CC;
    padding-bottom: 3rem;
    display: flex;
    justify-content: center
}

.help__main-content {
    background-color: #0099CC;
    display: flex;
    justify-content: center;
    height: 100%;
    font-size: 1.6rem
}

@media only screen and (max-width: 75em) {
    .help__main-content {
        font-size: 1.4rem
    }
}

@media only screen and (max-width: 56.25em) {
    .help__main-content {
        font-size: 1.2rem
    }
}

.help__main-header {
    padding: 1rem;
    display: flex;
    justify-content: center
}

#help {
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: #356584
}

#help:hover {
    box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.3)
}

#help:active {
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.5);
    outline: none;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px)
}

.symbology-table,
.table-header,
.table-data {
    color: #080808;
    border: 1px solid #fff;
    font-size: 1.6rem
}

@media only screen and (max-width: 75em) {
    .symbology-table,
    .table-header,
    .table-data {
        font-size: 1.4rem
    }
}

@media only screen and (max-width: 56.25em) {
    .symbology-table,
    .table-header,
    .table-data {
        font-size: 1.2rem
    }
}

.symbology-table,
.table-header,
.table-data {
    border: 1px solid #080808;
    border-collapse: collapse
}

.table-header,
.table-data {
    padding: 1.5rem;
    text-align: left
}

@media only screen and (max-width: 75em) {
    .table-header,
    .table-data {
        padding: 1.2rem
    }
}

@media only screen and (max-width: 56.25em) {
    .table-header,
    .table-data {
        padding: 0.5rem
    }
}

.table-data img {
    width: 3rem
}

.symbology-table {
    border-spacing: 5px;
    width: 100%
}

@media only screen and (max-width: 75em) {
    .symbology-table {
        border-spacing: 3px
    }
}

@media only screen and (max-width: 56.25em) {
    .symbology-table {
        border-spacing: 2px
    }
}

.help__main-content-subbox {
    width: 50%
}

@media only screen and (max-width: 75em) {
    .help__main-content-subbox {
        width: 70%
    }
}

@media only screen and (max-width: 56.25em) {
    .help__main-content-subbox {
        width: 80%
    }
}

@media only screen and (max-width: 40em) {
    .help__main-content-subbox {
        width: 90%
    }
}

.same-img img {
    width: 100%
}

.chrt img {
    height: 15rem
}

.legend-img img {
    width: 3rem
}

.year-img img {
    width: 25rem
}

.welcome p {
    font-weight: 300
}

.symbology-title,
.navigation,
.using-app,
.note,
.m-info,
.browser,
.disclaimer {
    text-transform: uppercase;
    font-weight: 300
}

.o-list {
    margin-left: 2rem
}

.o-list li img {
    width: 2rem
}

.download-btn {
    color: #F05C5A
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #FFF;
    font-weight: 300
}

.sub-header {
    text-transform: initial;
    font-weight: 700
}

.tryingdiv {
    height: 220px;
    width: 100%;
}

#setsvgid {
    height: 100%;
    width: 100%
}

.mobile_year-select--container {
    display: none;
}

#m_year-select {
    width: 10rem;
    overflow-y: auto;
}

.mobile_year-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* #m_year-select option {
    padding: 0;
    line-height: 200%;
} */

.m_select-btn:active {
    background-color: #F05C5A
}

.m_select-btn {
    padding: 1px 5px;
}

@media only screen and (max-width: 40em) {
    .btn__year {
        display: none;
    }
}

@media only screen and (max-width: 40em) {
    .mobile_year-select--container {
        display: block;
    }
}

@media only screen and (max-width: 40em) {
    .profile__year {
        margin-right: 20%;
    }
}

.highcharts-menu {
    overflow-y: scroll;
    height: 200px !important;
    width: 150px !important;
    /* color:#ff0000; */
}
.test{
    color: #5f0c2e
}