@import url("https://fonts.googleapis.com/css?family=Bree+Serif|Source+Sans+Pro:300, 400, 900");

body.nde_template.nep #main {
    position: relative;
    z-index: 108;
}

body.nde_template.nep .jumpStopper {
    background-color: #d1d3d4;
}

body.nde_template.nep .fa-info-circle.nepteal {
    color: #27b899;
}

body.nde_template.nep .fa-info-circle.nepred {
    color: #f56969;
}

body.nde_template.nep .uppercase {
    text-transform: uppercase;
}

body.nde_template.nep .fpbuttons {
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    color: #f56969;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 5px 20px;
    letter-spacing: 2px;
    width: auto;
    padding: 10px 15px;
    border: 1px solid #f56969;
}

    body.nde_template.nep .fpbuttons:hover {
        color: #fff;
        background-color: #f56969;
        border-color: #f56969;
    }

body.nde_template.nep .nepbutton {
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    color: white;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    letter-spacing: 2px;
}

    body.nde_template.nep .nepbutton.auto {
        width: auto;
        padding: 10px 2px;
        letter-spacing: 1px;
    }

    body.nde_template.nep .nepbutton.short {
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 5px;
        letter-spacing: initial;
    }

    body.nde_template.nep .nepbutton.nepgrey {
        border: 1px solid #353B4A;
        background-color: #353B4A;
    }

        body.nde_template.nep .nepbutton.nepgrey:hover {
            color: #353B4A;
        }

    body.nde_template.nep .nepbutton.nepblue {
        border: 1px solid #0355a5;
        background-color: #0355a5;
    }

        body.nde_template.nep .nepbutton.nepblue:hover {
            color: #0355a5;
        }

    body.nde_template.nep .nepbutton.nepred {
        border: 1px solid #f56969;
        background-color: #f56969;
    }

        body.nde_template.nep .nepbutton.nepred:hover {
            color: #f56969;
        }

    body.nde_template.nep .nepbutton.nepteal {
        border: 1px solid #27b899;
        background-color: #27b899;
    }

        body.nde_template.nep .nepbutton.nepteal:hover {
            color: #27b899;
        }

        body.nde_template.nep .nepbutton.nepteal.disabled:hover {
            background-color: #27b899;
            color: #fff;
            cursor: not-allowed;
        }

    body.nde_template.nep .nepbutton:hover {
        -moz-transition: all 250ms;
        -o-transition: all 250ms;
        -webkit-transition: all 250ms;
        transition: all 250ms;
        background-color: #fff;
    }

    body.nde_template.nep .nepbutton.disabled {
        opacity: 0.25;
    }

body.nde_template.nep .fpspacer {
    height: 143px;
}

body.nde_template.nep hr {
    border-top: 2px solid #0355a5;
}

body.nde_template.nep div.nepteal, body.nde_template.nep p.nepteal {
    color: #27b899;
}

body.nde_template.nep p.nepred {
    color: #f56969;
}

body.nde_template.nep div.nepred {
    color: #f56969;
}

    body.nde_template.nep div.nepred h1, body.nde_template.nep div.nepred h2, body.nde_template.nep div.nepred h3, body.nde_template.nep div.nepred h4, body.nde_template.nep div.nepred h5, body.nde_template.nep div.nepred h6 {
        color: #f56969;
    }

body.nde_template.nep #datayear {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #27b899;
    font-family: "Bree Serif", serif;
    color: #0a54a3;
    font-weight: 500;
    padding: 3px 5px;
    width: 50%
}

@media (max-width: 768px) {
    body.nde_template.nep #datayear {
        width: 100%;
        margin-bottom: 10px;
    }
}

body.nde_template.nep .actionbuttons a {
    display: inline-block;
    width: 285px;
    max-width: 100%;
    padding: 5px 0;
    margin-right: 30px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-top: 35px;
    text-transform: uppercase;
}

body.nde_template.nep .frontpagesearch h3 {
    color: #27b899;
    font-size: 21px;
    letter-spacing: 3px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
}

body.nde_template.nep .frontpagesearch label {
    font-family: "Bree Serif", serif;
}

body.nde_template.nep .frontpagesearch > .row {
    margin: 10px 0;
}

    body.nde_template.nep .frontpagesearch > .row:nth-child(3) {
        -moz-animation-delay: 0ms;
        -o-animation-delay: 0ms;
        -webkit-animation-delay: 0ms;
        animation-delay: 0ms;
    }

    body.nde_template.nep .frontpagesearch > .row:nth-child(4) {
        -moz-animation-delay: 250ms;
        -o-animation-delay: 250ms;
        -webkit-animation-delay: 250ms;
        animation-delay: 250ms;
    }

    body.nde_template.nep .frontpagesearch > .row:nth-child(5) {
        -moz-animation-delay: 350ms;
        -o-animation-delay: 350ms;
        -webkit-animation-delay: 350ms;
        animation-delay: 350ms;
    }

body.nde_template.nep .frontpagesearch select, body.nde_template.nep .frontpagesearch input {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #27b899;
    padding: 3px 5px;
}

body.nde_template.nep .frontpagesearch .fpspacer {
    height: 40px;
}

body.nde_template.nep #entityheader {
    position: relative;
    z-index: 108;
    padding: 20px 0;
    background-color: #353B4A;
    color: #fff;
}

    body.nde_template.nep #entityheader h1 {
        font-size: calc( 10px + 2vw);
        font-weight: 500;
        text-transform: uppercase;
    }

    body.nde_template.nep #entityheader h4.entity-classification-label {
        color: #fff;
        margin-bottom: 0;
    }

        body.nde_template.nep #entityheader h4.entity-classification-label span.rawscoreaquestt {
            text-align: center;
            display: block;
            font-size: 1.25em;
            color: yellow;
        }

            body.nde_template.nep #entityheader h4.entity-classification-label span.rawscoreaquestt .fa-exclamation-triangle {
                color: yellow;
            }

    body.nde_template.nep #entityheader a {
        color: white;
    }

body.nde_template.nep #secondaryAquestt .entity-classification-label {
    margin-top: 0;
}

body.nde_template.nep .entity-classification {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
    display: inline-flex;
    width: 100%;
}

    body.nde_template.nep .entity-classification > li {
        -moz-transition: all 250ms;
        -o-transition: all 250ms;
        -webkit-transition: all 250ms;
        transition: all 250ms;
        font-size: 17px;
        font-weight: 700;
        letter-spacing: 1.65px;
        display: inline-block;
        width: 24.5%;
        border: 1px solid #7D8587;
        text-align: center;
        color: #7D8587;
        padding: 8px 0;
        position: relative;
        background-color: #353B4A;
        overflow: hidden;
        display:flex;
        flex-direction:column;
        justify-content:center;
    }

.row.final-aquestt-score {
    margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    body .nde_template.nep .entity-classification > li {
        letter-spacing: 0;
    }
}

body.nde_template.nep .entity-classification > li:nth-child(1) {
    -moz-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

@media (max-width: 991px) {
    body.nde_template.nep .entity-classification > li: nth-child(1) {
        padding: 22px 0;
    }
}

body.nde_template.nep .entity-classification > li:nth-child(2) {
    -moz-animation-delay: 150ms;
    -o-animation-delay: 150ms;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}

@media (max-width: 991px) {
    body.nde_template.nep .entity-classification > li: nth-child(2) {
        padding: 22px 0;
    }
}

body.nde_template.nep .entity-classification > li:nth-child(3) {
    -moz-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

@media (max-width: 991px) {
    body.nde_template.nep .entity-classification > li: nth-child(3) {
        padding: 22px 0;
    }
}

body.nde_template.nep .entity-classification > li:nth-child(4) {
    -moz-animation-delay: 450ms;
    -o-animation-delay: 450ms;
    -webkit-animation-delay: 450ms;
    animation-delay: 450ms;
}

@media (max-width: 400px) {
    body.nde_template.nep .entity-classification > li {
        color: transparent;
        padding: 10px !important;
        font-size: 0px;
        line-height: 1;
    }
}

body.nde_template.nep .entity-classification > li.active {
    color: white;
}

    body.nde_template.nep .entity-classification > li.active:before {
        content: "\f0d8";
        font-family: FontAwesome;
        position: absolute;
        bottom: -10px;
        left: calc( 50% - 6px);
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        color: white;
        font-size: 30px;
    }

    body.nde_template.nep .entity-classification > li.active.class-excellent {
        background-color: #27b899 !important;
        border-color: #27b899 !important;
    }

    body.nde_template.nep .entity-classification > li.active.class-great {
        background-color: #f19b1f !important;
        border-color: #f19b1f !important;
    }

    body.nde_template.nep .entity-classification > li.active.class-good {
        background-color: #d15627 !important;
    }

    body.nde_template.nep .entity-classification > li.active.class-needs {
        background-color: #c03a2b !important;
    }

@media (max-width: 400px) {
    body.nde_template.nep .entity-classification > li.active {
        color: transparent;
        padding: 10px;
        font-size: 0px;
        line-height: 1;
    }
}

body.nde_template.nep #entityheader .entity-demographics {
    font-weight: 700;
}

    body.nde_template.nep #entityheader .entity-demographics .demo-data {
        color: #27b899;
        float: right;
    }

        body.nde_template.nep #entityheader .entity-demographics .demo-data > a {
            color: #27b899;
        }

            body.nde_template.nep #entityheader .entity-demographics .demo-data > a:hover {
                text-decoration: underline;
            }

body.nde_template.nep .infoHolder {
    cursor: pointer;
    margin-left: 5px;
}

body.nde_template.nep .nepsocial {
    padding-top: 15px;
    text-align: right;
}

    body.nde_template.nep .nepsocial a {
        margin: 0 0 0 15px;
        color: #8e8e8e;
    }

        body.nde_template.nep .nepsocial a:hover {
            color: #0355a5;
            text-decoration: none;
        }

body.nde_template.nep .data-navigation {
    margin-top: 15px;
    padding-left: 0px;
    list-style: none;
}

    body.nde_template.nep .data-navigation > li {
        display: inline-block;
        margin-right: 45px;
    }

@media (max-width: 991px) {
    body.nde_template.nep .data-navigation > li {
        margin-right: 25px;
    }
}

body.nde_template.nep .data-navigation > li:nth-child(1) {
    -moz-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

body.nde_template.nep .data-navigation > li:nth-child(2) {
    -moz-animation-delay: 150ms;
    -o-animation-delay: 150ms;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}

body.nde_template.nep .data-navigation > li:nth-child(3) {
    -moz-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

body.nde_template.nep .data-navigation > li:nth-child(4) {
    -moz-animation-delay: 450ms;
    -o-animation-delay: 450ms;
    -webkit-animation-delay: 450ms;
    animation-delay: 450ms;
}

body.nde_template.nep .data-navigation > li a {
    transition: all 0.3s ease-in-out 0s;
    font-family: "Bree Serif", serif;
    position: relative;
    color: #8e8e8e;
    font-weight: 500;
}

    body.nde_template.nep .data-navigation > li a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        bottom: -8px;
        left: 0;
        background-color: #0355a5;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

body.nde_template.nep .data-navigation > li.active a, body.nde_template.nep .data-navigation > li:hover a {
    color: #0355a5;
    text-decoration: none;
}

    body.nde_template.nep .data-navigation > li.active a:before, body.nde_template.nep .data-navigation > li:hover a:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

body.nde_template.nep .data-navigation > li.disabled a, body.nde_template.nep .data-navigation > li.disabled:hover a {
    cursor: not-allowed;
    color: #D1D3D4 !important;
    opacity: 0.25;
}

    body.nde_template.nep .data-navigation > li.disabled a:before, body.nde_template.nep .data-navigation > li.disabled:hover a:before {
        visibility: hidden !important;
        -webkit-transform: scaleX(0) !important;
        transform: scaleX(0) !important;
    }

@media (min-width: 400px) and (max-width: 768px) {
    body.nde_template.nep .data-navigation > li {
        width: 45%;
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    body.nde_template.nep .data-navigation > li {
        width: 100%;
        margin-bottom: 10px;
    }
}

body.nde_template.nep .data-section .section-title {
    margin: 30px 0;
    overflow: hidden;
    width: 100%
}

    body.nde_template.nep .data-section .section-title .title {
        font-family: "Bree Serif", serif;
        font-weight: 500;
        font-size: 22px;
        color: #0355a5;
        float: left;
        padding-right: 30px;
    }

    body.nde_template.nep .data-section .section-title .line {
        overflow: hidden;
        border-bottom: 1px solid #0355a5;
        margin-top: 15px;
    }

body.nde_template.nep .data-section > .row > div:nth-child(3), body.nde_template.nep .data-section > .row > div:nth-child(4) {
    margin-top: 40px;
}

body.nde_template.nep .ndemetric.unavailable:before {
    content: "Data not available.";
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-family: "Bree Serif", serif;
    font-size: 36px;
    top: calc( 50% - 36px);
    line-height: 36px;
    left: 0;
    z-index: 5;
}

body.nde_template.nep .ndemetric.unavailable:after {
    content: "Test MEssage.";
    left: 0;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-family: "Bree Serif", serif;
    font-size: 20px;
    top: 50%;
    line-height: 115%;
    z-index: 5;
}

body.nde_template.nep .ndemetric.unavailable > div.metric-compare {
    display: none;
}

body.nde_template.nep .ndemetric.unavailable > div.metric-image {
    opacity: 0.15 !important;
}

body.nde_template.nep .ndemetric.unavailable > div.metric-title-data {
    opacity: 0.35 !important;
}

    body.nde_template.nep .ndemetric.unavailable > div.metric-title-data > div, body.nde_template.nep .ndemetric.unavailable > div.metric-title-data > a {
        display: none;
    }

body.nde_template.nep .ndemetric.unavailable:hover .metric-image > div {
    transform: scale(0.95) !important;
    -moz-transform: scale(0.95) !important;
}

body.nde_template.nep .ndemetric.unavailable:hover .nepbutton {
    opacity: 0 !important;
}

@media (max-width: 768px) {
    body.nde_template.nep .ndemetric {
        margin-bottom: 25px;
    }
}

body.nde_template.nep .ndemetric .nepbutton {
    background-color: #333333;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    width: auto;
    padding: 7px 10px;
    font-weight: normal;
    letter-spacing: 1px;
    opacity: 0;
}

@media (max-width: 991px) {
    body.nde_template.nep .ndemetric .nepbutton {
        opacity: 1;
    }
}

body.nde_template.nep .ndemetric.nepteal h4.datapointtitle {
    color: #27b899;
}

body.nde_template.nep .ndemetric.nepteal .nepbutton {
    background-color: #27b899;
}

body.nde_template.nep .ndemetric.nepred h4.datapointtitle {
    color: #f56969;
}

body.nde_template.nep .ndemetric.nepred .nepbutton {
    background-color: #f56969;
}

body.nde_template.nep .ndemetric.neptp_teal h4.title {
    color: #00ae8c;
}

body.nde_template.nep .ndemetric.neptp_teal .nepbutton {
    background-color: #00ae8c;
}

body.nde_template.nep .ndemetric.neptp_teal > .metric-title-data > div > div.data {
    color: #00ae8c;
}

body.nde_template.nep .ndemetric.neptp_blue h4.title {
    color: #071689;
}

body.nde_template.nep .ndemetric.neptp_blue .nepbutton {
    background-color: #071689;
}

body.nde_template.nep .ndemetric.neptp_blue > .metric-title-data > div > div.data {
    color: #071689;
}

body.nde_template.nep .ndemetric.neptp_grey h4.title {
    color: #56565a;
}

body.nde_template.nep .ndemetric.neptp_grey .nepbutton {
    background-color: #56565a;
}

body.nde_template.nep .ndemetric.neptp_grey > .metric-title-data > div > div.data {
    color: #56565a;
}

body.nde_template.nep .ndemetric:hover .metric-image > div {
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    transform: scale(1);
    transform-origin: 50% 50%;
    -moz-transform: scale(1);
    -moz-transform-origin: 50% 50%
}

body.nde_template.nep .ndemetric:hover .nepbutton {
    opacity: 1;
}

body.nde_template.nep .ndemetric > div {
    display: inline-block;
    vertical-align: top;
}

    body.nde_template.nep .ndemetric > div.metric-image {
        text-align: center;
        width: 154px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    body.nde_template.nep .ndemetric > div.metric-image {
        display: inline-block;
    }
}

@media (min-width: 400px) and (max-width: 768px) {
    body.nde_template.nep .ndemetric > div.metric-image {
        text-align: center;
        width: 100%
    }
}

@media (max-width: 400px) {
    body.nde_template.nep .ndemetric > div.metric-image {
        display: none;
    }
}

body.nde_template.nep .ndemetric > div.metric-image > div {
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    display: inline-block;
    transform: scale(0.95);
    transform-origin: 50% 50%;
    -moz-transform: scale(0.95);
    -moz-transform-origin: 50% 50%
}

body.nde_template.nep .ndemetric > div.metric-title-data {
    position: relative;
    z-index: 2;
    margin-left: 2%;
    width: calc( 98% - 284px);
}

@media (min-width: 768px) and (max-width: 991px) {
    body.nde_template.nep .ndemetric > div.metric-title-data {
        display: inline-block;
        width: calc( 98% - 410px);
    }
}

@media (max-width: 768px) {
    body.nde_template.nep .ndemetric > div.metric-title-data {
        width: 100%
    }
}

body.nde_template.nep .ndemetric > div.metric-compare > div:nth-child(1) {
    -moz-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

body.nde_template.nep .ndemetric > div.metric-compare > div:nth-child(2) {
    -moz-animation-delay: 250ms;
    -o-animation-delay: 250ms;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}

body.nde_template.nep .ndemetric > div.metric-compare > div:nth-child(3) {
    -moz-animation-delay: 500ms;
    -o-animation-delay: 500ms;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

body.nde_template.nep .ndemetric > div.metric-compare > div:nth-child(4) {
    -moz-animation-delay: 750ms;
    -o-animation-delay: 750ms;
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms;
}

@media (max-width: 991px) {
    body.nde_template.nep .ndemetric > div.metric-compare {
        display: block !important;
    }

        body.nde_template.nep .ndemetric > div.metric-compare > div {
            display: inline-block;
            width: 31%
        }
}

body.nde_template.nep .ndemetric > div .data {
    position: relative;
    z-index: -1;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 100%
}

@media (min-width: 991px) and (max-width: 1198px) {
    body.nde_template.nep .ndemetric > div .data {
        font-size: 40px;
    }
}

@media (min-width: 400px) and (max-width: 991px) {
    body.nde_template.nep .ndemetric > div .data {
        font-size: 50px;
    }
}

@media (max-width: 440px) {
    body.nde_template.nep .ndemetric > div .data {
        font-size: 3vmax;
    }
}

@media (min-width: 401px) and (max-width: 768px) {
    body.nde_template.nep .ndemetric > div.metric-compare-holder {
        width: 100%
    }
}

body.nde_template.nep .ndemetric > div .comparison {
    margin-bottom: 10px;
    margin-left: 1%;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms;
}

@media (max-width: 991px) {
    body.nde_template.nep .ndemetric > div .comparison {
        display: inline-block;
        margin-right: 10%
    }

        body.nde_template.nep .ndemetric > div .comparison .title, body.nde_template.nep .ndemetric > div .comparison .datapoint {
            -moz-transition: all 250ms;
            -o-transition: all 250ms;
            -webkit-transition: all 250ms;
            transition: all 250ms;
            color: #7D8587;
        }
}

body.nde_template.nep .ndemetric > div .comparison:hover .title, body.nde_template.nep .ndemetric > div .comparison:hover .datapoint {
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    color: #7D8587;
}

body.nde_template.nep .ndemetric > div .comparison .title {
    margin: 0;
    font-size: 22px;
    color: #d1d3d4;
}

body.nde_template.nep .ndemetric > div .comparison .datapoint {
    color: #d1d3d4;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    font-size: 26px;
}

body.nde_template.nep .ndemetric.multipoint.threepoint .metric-title-data .multidatapoint {
    width: 30%;
    margin-right: 5%
}

    body.nde_template.nep .ndemetric.multipoint.threepoint .metric-title-data .multidatapoint:last-child {
        margin-right: 0;
    }

body.nde_template.nep .ndemetric.multipoint .metric-title-data {
    width: calc( 98% - 158px);
}

    body.nde_template.nep .ndemetric.multipoint .metric-title-data .multidatapoint {
        width: 50%;
        float: left;
        font-weight: 500;
        font-size: 22px;
        font-family: "Bree Serif", serif;
    }

@media (max-width: 991px) {
    body.nde_template.nep .ndemetric.multipoint .metric-title-data .multidatapoint {
        width: 100%
    }
}

body.nde_template.nep .ndemetric.multipoint .metric-title-data .multidatapoint .comparison {
    margin-bottom: 0;
}

    body.nde_template.nep .ndemetric.multipoint .metric-title-data .multidatapoint .comparison .title {
        display: inline-block;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: normal;
        margin-right: 10px;
    }

    body.nde_template.nep .ndemetric.multipoint .metric-title-data .multidatapoint .comparison .datapoint {
        display: inline-block;
    }

body.nde_template.nep .tooltip .tooltip-inner {
    max-width: 350px;
    width: 350px;
}

    body.nde_template.nep .tooltip .tooltip-inner h6 {
        color: #ffffff;
        font-size: 1.5em;
        border-bottom: 1px solid #fff;
        margin-bottom: 3px;
        margin-top: 3px;
    }

    body.nde_template.nep .tooltip .tooltip-inner a {
        color: #fff;
    }

    body.nde_template.nep .tooltip .tooltip-inner .fa {
        position: absolute;
        top: -9px;
        right: -13px;
        background-color: #ffffff;
        color: black;
        border: 2px solid #ffffff;
        border-radius: 50%;
        line-height: 21px;
        cursor: pointer;
    }

body.nde_template.nep #nepsnapshot {
    position: relative;
    z-index: 100;
}

body.nde_template.nep #fpgreybar {
    position: relative;
    z-index: 100;
}

    body.nde_template.nep #fpgreybar.active {
        z-index: 150;
    }

    body.nde_template.nep #fpgreybar .container {
        padding: 12px 30px;
        font-size: 1.95em;
        text-align: right;
    }

        body.nde_template.nep #fpgreybar .container #search {
            max-width: 100%;
            color: #909090;
            padding: 2.5px 5px;
            display: inline-block;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            border-radius: 15px;
            border: none;
            background-image: url(../images/search_essa_mag.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center right;
            font-weight: 700;
        }

@media (max-width: 768px) {
    body.nde_template.nep #fpgreybar .container #search {
        width: 100%
    }
}

body.nde_template.nep #fpgreybar .container #search::placeholder {
    color: #d1d3d4;
    opacity: 1;
}

body.nde_template.nep #fpgreybar .container #search:-ms-input-placeholder {
    color: #d1d3d4;
}

body.nde_template.nep #fpgreybar .container #search::-ms-input-placeholder {
    color: #d1d3d4;
}

body.nde_template.nep .nepsearchresult {
    -webkit-box-shadow: 2px 3px 2px #989898;
    -moz-box-shadow: 2px 3px 2px #989898;
    box-shadow: 2px 3px 2px #989898;
    margin-top: 10px;
    text-align: left;
    background-color: #d1d3d4;
    color: #000000;
    position: absolute;
    width: 100%;
    max-width: 650px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    right: 0;
    transition: transform 0.15s ease-out;
    transform-origin: top;
    padding: .5em;
    font-size: 22px;
}

    body.nde_template.nep .nepsearchresult .nepbutton {
        color: #000000;
    }

    body.nde_template.nep .nepsearchresult h3 {
        margin: 0;
    }

    body.nde_template.nep .nepsearchresult.closed {
        transform: scaleY(0);
    }

    body.nde_template.nep .nepsearchresult.open {
        transform: scaleY(1);
    }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    body.nde_template.nep .nepsearchresult.open {
        transform: inherit;
    }
}

body.nde_template.nep .nepsearchresult .nepsearchdatabody {
    max-height: 400px;
    overflow: auto;
}

body.nde_template.nep .nepsearchresult ul {
    list-style: none;
    padding-left: 0px;
    border-bottom: 2px solid #fff;
}

    body.nde_template.nep .nepsearchresult ul .searchresultentity {
        margin: 5px 0;
        padding: 5px;
    }

        body.nde_template.nep .nepsearchresult ul .searchresultentity:nth-child(even) {
            background-color: #ffffff;
        }

            body.nde_template.nep .nepsearchresult ul .searchresultentity:nth-child(even) h5 {
                color: #333;
            }

        body.nde_template.nep .nepsearchresult ul .searchresultentity .entityname {
            font-weight: bold;
            font-size: 16px;
            line-height: 100%
        }

        body.nde_template.nep .nepsearchresult ul .searchresultentity .entitycity, body.nde_template.nep .nepsearchresult ul .searchresultentity .entitytype, body.nde_template.nep .nepsearchresult ul .searchresultentity .entityid {
            font-size: 14px;
            line-height: 100%
        }

body.nde_template.nep .nepsearchresult .nepflex {
    display: flex;
    justify-content: space-between;
}

    body.nde_template.nep .nepsearchresult .nepflex > div {
        flex: 1;
        margin: 2%
    }

body.nde_template.nep #dsdata-search-holder .nepsearchresult.open {
    width: 650px;
    z-index: 100;
}

body.nde_template.nep #statedata #main {
    z-index: 109 !important;
}

body.nde_template.nep #statedata .datagroup {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    margin-top: 65px;
    padding-bottom: 30px;
}

    body.nde_template.nep #statedata .datagroup h2 {
        text-align: center;
        background: url(../images/data_group_header.png) 50% 0 no-repeat transparent;
        background-size: contain;
        color: #fff;
        padding-bottom: 18px;
        line-height: 47px;
        margin-top: -40px;
    }

@media (max-width: 656px) {
    body.nde_template.nep #statedata .datagroup {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        body.nde_template.nep #statedata .datagroup h2 {
            background-image: none;
            background-color: #0355a5;
            padding-bottom: 0;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }
}

body.nde_template.nep #statedata .datagroup .datarow {
    text-align: center;
}

body.nde_template.nep #statedata .datagroup .leftHalf, body.nde_template.nep #statedata .datagroup .rightHalf, body.nde_template.nep #statedata .datagroup .half {
    display: inline-block;
    width: 39%;
    text-align: left;
}

@media (max-width: 991px) {
    body.nde_template.nep #statedata .datagroup .leftHalf, body.nde_template.nep #statedata .datagroup .rightHalf, body.nde_template.nep #statedata .datagroup .half {
        padding-left: 10px;
        width: 100%
    }
}

body.nde_template.nep #statedata .datagroup .ndemetric > div.metric-title-data {
    width: calc( 98% - 168px);
}

@media (max-width: 400px) {
    body.nde_template.nep #statedata .datagroup .ndemetric > div.metric-title-data {
        width: 100%
    }
}

body.nde_template.nep #statedata .datagroup.demographics {
    background-color: #e7f8f6;
    border: 1px solid #35BFAE;
}

body.nde_template.nep #statedata .datagroup.participation {
    background-color: #fff5d2;
    border: 1px solid #FFCD1C;
}

body.nde_template.nep #statedata .datagroup.metrics {
    background-color: #e4f3f7;
    border: 1px solid #6BC4EA;
}

body.nde_template.nep #statedata .datagroup.performance {
    background-color: #faece6;
    border: 1px solid #EA4E3C;
}

    body.nde_template.nep #statedata .datagroup.performance .leftHalf, body.nde_template.nep #statedata .datagroup.performance .rightHalf {
        width: 48%
    }

body.nde_template.nep #statedata .datagroup.achievement {
    background-color: #ededee;
    border: 1px solid #495966;
}

body.nde_template.nep #statedata .datagroup.financial {
    background-color: #e7f8f6;
    border: 1px solid #35BFAE;
}

body.nde_template.nep #statedata .datagroup.techprofile {
    background-color: #ffffff;
    border: 1px solid #35BFAE;
}

body.nde_template.nep #statedata h4.title {
    font-family: "Bree Serif", serif;
    font-size: 22px;
    font-weight: 500;
}

body.nde_template.nep #statedata .nepteal h4.title {
    color: #27b899;
}

body.nde_template.nep #statedata .multidatapointholder {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 532px) {
    body.nde_template.nep #statedata .multidatapointholder {
        display: block;
    }
}

body.nde_template.nep #statedata .multidatapointholder .multidatapoint {
    flex-basis: 50%
}

    body.nde_template.nep #statedata .multidatapointholder .multidatapoint .multititle {
        font-family: "Bree Serif", serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 110%
    }

body.nde_template.nep #statedata .datagroup.performance .half {
    width: 49%
}

@media (max-width: 991px) {
    body.nde_template.nep #statedata .datagroup.performance .half {
        padding-left: 10px;
        width: 100%
    }
}

body.nde_template.nep #statedata .techprofile .futureready_logo {
    max-width: 100%;
    width: 300px;
    height: auto;
    margin-bottom: 45px;
    margin-top: 25px;
}

@media (max-width: 992px) {
    body.nde_template.nep #statedata .techprofile .futureready_logo {
        margin-left: 15px;
    }
}

body.nde_template.nep #statedata .data-section {
    padding: 0 35px;
}

    body.nde_template.nep #statedata .data-section .section-title {
        margin: 30px 0;
        overflow: hidden;
        width: 100%
    }

        body.nde_template.nep #statedata .data-section .section-title .title {
            font-family: "Bree Serif", serif;
            font-weight: 500;
            font-size: 22px;
            color: #0355a5;
            float: left;
            padding-right: 30px;
        }

        body.nde_template.nep #statedata .data-section .section-title .line {
            overflow: hidden;
            border-bottom: 1px solid #0355a5;
            margin-top: 15px;
        }

    body.nde_template.nep #statedata .data-section > .row > div:nth-child(3), body.nde_template.nep #statedata .data-section > .row > div:nth-child(4) {
        margin-top: 40px;
    }

    body.nde_template.nep #statedata .data-section .half {
        width: 49%;
        margin-bottom: 55px;
    }

@media (max-width: 992px) {
    body.nde_template.nep #statedata .techprofile.datagroup {
        margin-top: 15px;
    }

        body.nde_template.nep #statedata .techprofile.datagroup .section-title {
            max-width: 90%;
            margin-left: 5%
        }
}

@media (max-width: 768px) {
    body.nde_template.nep #statedata .techprofile.datagroup .half {
        width: 100%;
        text-align: center;
    }
}

body.nde_template.nep #statedata .techprofile.datagroup .data-section {
    position: relative;
}

@media (max-width: 992px) {
    body.nde_template.nep #statedata .techprofile.datagroup .data-section {
        padding: 0;
    }
}

body.nde_template.nep #statedata .techprofile.datagroup h2 {
    background: url(../images/tech_plan_banner-tn.png) 50% 0 no-repeat transparent;
    background-size: contain;
    line-height: 52px;
    padding-bottom: 27px;
}

@media (max-width: 992px) {
    body.nde_template.nep #statedata .techprofile.datagroup h2 {
        background-image: none;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background-color: #071689;
        padding: 0px;
        margin-top: 0;
        width: 100%
    }
}

body.nde_template.nep #nepsnapshot {
    position: relative;
    z-index: 100;
}

body.nde_template.nep.aquestt #aquestBadgeHolder {
    display: block;
}

body.nde_template.nep #aquestt {
    margin-top: 35px;
}

    body.nde_template.nep #aquestt .beginning-status h3 {
        font-size: 20px;
        margin-top: 0;
    }

    body.nde_template.nep #aquestt .beginning-status h4 {
        font-family: "Bree Serif", serif;
        line-height: 120%;
        margin: 0;
    }

    body.nde_template.nep #aquestt .beginning-status .entity-classification {
        list-style: none;
        padding-left: 0;
    }

        body.nde_template.nep #aquestt .beginning-status .entity-classification > li {
            display: none;
            width: 100%;
            border: 1px solid #fff;
        }

            body.nde_template.nep #aquestt .beginning-status .entity-classification > li.active {
                display: inline-block;
            }

    body.nde_template.nep #aquestt h3.seriestitle {
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 600;
    }

    body.nde_template.nep #aquestt .aquestt-block {
        margin: 20px 0;
        padding: 15px;
    }

        body.nde_template.nep #aquestt .aquestt-block.inactive .abinactivator {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            background-color: #ffffffb8;
            z-index: 1000;
            cursor: not-allowed;
        }

        body.nde_template.nep #aquestt .aquestt-block h4 {
            font-weight: 600;
            letter-spacing: 1.5px;
            font-size: 20px;
            font-family: "Bree Serif", serif;
            margin-top: 0;
            padding-right: 10px;
        }

        body.nde_template.nep #aquestt .aquestt-block .aquestt-block-body {
            font-weight: bold;
            font-size: 20px;
            padding-left: 0;
        }

            body.nde_template.nep #aquestt .aquestt-block .aquestt-block-body .aquestt-data.comingsoon {
                color: #f56969;
            }

        body.nde_template.nep #aquestt .aquestt-block .aquestt-block-icon {
            padding-right: 0px;
        }

    body.nde_template.nep #aquestt .aquestt-trend > div {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%
    }

        body.nde_template.nep #aquestt .aquestt-trend > div img {
            width: 75%
        }

    body.nde_template.nep #aquestt .aquestt-metrics > div:first-child {
        z-index: 1;
    }

    body.nde_template.nep #aquestt .aquestt-metrics .aquestt-pprs-block {
        -moz-animation-delay: 0ms;
        -o-animation-delay: 0ms;
        -webkit-animation-delay: 0ms;
        animation-delay: 0ms;
        background-color: #e8f8f5;
    }

        body.nde_template.nep #aquestt .aquestt-metrics .aquestt-pprs-block .indicatorvalue {
            color: #1abc9c;
        }

        body.nde_template.nep #aquestt .aquestt-metrics .aquestt-pprs-block .aquestt-trend > div {
            background-color: #1abc9c;
        }

    body.nde_template.nep #aquestt .aquestt-metrics .aquestt-transitions-block {
        background-color: #eaf4fb;
        -moz-animation-delay: 250ms;
        -o-animation-delay: 250ms;
        -webkit-animation-delay: 250ms;
        animation-delay: 250ms;
    }

        body.nde_template.nep #aquestt .aquestt-metrics .aquestt-transitions-block .indicatorvalue {
            color: #3593d9;
        }

        body.nde_template.nep #aquestt .aquestt-metrics .aquestt-transitions-block .aquestt-trend > div {
            background-color: #3593d9;
        }

        body.nde_template.nep #aquestt .aquestt-metrics .aquestt-transitions-block #aq-transitions-notice {
            position: absolute;
            width: 100%;
            text-align: center;
            left: 0;
            bottom: 5px;
            color: #3593d9;
        }

    body.nde_template.nep #aquestt .aquestt-metrics .aquestt-edopps-block {
        background-color: #e9edf1;
        -moz-animation-delay: 350ms;
        -o-animation-delay: 350ms;
        -webkit-animation-delay: 350ms;
        animation-delay: 350ms;
    }

        body.nde_template.nep #aquestt .aquestt-metrics .aquestt-edopps-block .indicatorvalue {
            color: #2b5372;
        }

        body.nde_template.nep #aquestt .aquestt-metrics .aquestt-edopps-block .aquestt-trend > div {
            background-color: #2b5372;
        }

    body.nde_template.nep #aquestt .aquestt-metrics .aquestt-cccr-block {
        background-color: #fdedeb;
        -moz-animation-delay: 0ms;
        -o-animation-delay: 0ms;
        -webkit-animation-delay: 0ms;
        animation-delay: 0ms;
    }

        body.nde_template.nep #aquestt .aquestt-metrics .aquestt-cccr-block .indicatorvalue {
            color: #e74c3c;
        }

        body.nde_template.nep #aquestt .aquestt-metrics .aquestt-cccr-block .aquestt-trend > div {
            background-color: #e74c3c;
        }

    body.nde_template.nep #aquestt .aquestt-metrics .aquestt-assessment-block {
        -moz-animation-delay: 250ms;
        -o-animation-delay: 250ms;
        -webkit-animation-delay: 250ms;
        animation-delay: 250ms;
        background-color: #fef9e7;
    }

        body.nde_template.nep #aquestt .aquestt-metrics .aquestt-assessment-block .indicatorvalue {
            color: #f1c40f;
        }

        body.nde_template.nep #aquestt .aquestt-metrics .aquestt-assessment-block .aquestt-trend > div {
            background-color: #f1c40f;
        }

    body.nde_template.nep #aquestt .aquestt-metrics .aquestt-edeff-block {
        background-color: #f5eef8;
        -moz-animation-delay: 350ms;
        -o-animation-delay: 350ms;
        -webkit-animation-delay: 350ms;
        animation-delay: 350ms;
    }

        body.nde_template.nep #aquestt .aquestt-metrics .aquestt-edeff-block .indicatorvalue {
            color: #a15cbd;
        }

        body.nde_template.nep #aquestt .aquestt-metrics .aquestt-edeff-block .aquestt-trend > div {
            background-color: #a15cbd;
        }

    body.nde_template.nep #aquestt .aquestt-eba-block {
        background-color: #f2f2f2;
    }

        body.nde_template.nep #aquestt .aquestt-eba-block > div > img {
            width: 70px;
            height: auto;
            float: left;
            margin-right: 10px;
        }

        body.nde_template.nep #aquestt .aquestt-eba-block .aquestt-block-body {
            float: left;
            width: calc(100% - 200px);
        }

            body.nde_template.nep #aquestt .aquestt-eba-block .aquestt-block-body .aquestt-data {
                width: 85%
            }

                body.nde_template.nep #aquestt .aquestt-eba-block .aquestt-block-body .aquestt-data.comingsoon {
                    color: #f56969;
                }

        body.nde_template.nep #aquestt .aquestt-eba-block .indicatorvalue {
            color: #a7a5a6;
        }

        body.nde_template.nep #aquestt .aquestt-eba-block .aquestt-trend > div {
            background-color: #a7a5a6;
        }

        body.nde_template.nep #aquestt .aquestt-eba-block .nepbutton {
            background-color: #a7a5a6;
            border: 2px solid #f2f2f2;
            width: auto;
            padding-left: 15px;
            padding-right: 15px;
            float: right;
        }

            body.nde_template.nep #aquestt .aquestt-eba-block .nepbutton:hover {
                background-color: #f2f2f2;
                border-color: #a7a5a6;
                color: #a7a5a6;
            }

    body.nde_template.nep #aquestt .final-aquestt-score h3 {
        margin-bottom: 22px;
        color: #0355a5;
        font-size: 24px;
    }

        body.nde_template.nep #aquestt .final-aquestt-score h3 span.nofinalscoreaquestt {
            float: right;
            font-size: 0.75em;
            color: #aaa;
        }

            body.nde_template.nep #aquestt .final-aquestt-score h3 span.nofinalscoreaquestt .fa-exclamation-triangle {
                color: #f1c40f;
            }

    body.nde_template.nep #aquestt .final-aquestt-score li {
        background-color: #fff;
        border-color: #7D8587;
    }

    body.nde_template.nep #aquestt #aquesttblur {
        background-image: url("../images/aquestt_blur.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 965px;
    }

        body.nde_template.nep #aquestt #aquesttblur > span {
            background-color: #ffffff;
            background-color: rgba(255, 255, 255, 0.8);
            display: block;
            margin-top: 140px;
            position: absolute;
            padding: 20px;
            border: 1px solid;
        }

@media (min-width: 991px) and (max-width: 1200px) {
    body.nde_template.nep #aquestt #aquesttblur {
        height: 795px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.nde_template.nep #aquestt #aquesttblur {
        height: 605px;
    }
}

@media (max-width: 768px) {
    body.nde_template.nep #aquestt #aquesttblur {
        background-image: none;
        height: auto;
    }

        body.nde_template.nep #aquestt #aquesttblur > span {
            margin-top: 10px;
        }
}

body.nde_template.nep .aquestt-badges-holder > div {
    margin: 20px 3px 0;
    display: inline-block;
}

    body.nde_template.nep .aquestt-badges-holder > div:first-child {
        margin-left: 0;
    }

    body.nde_template.nep .aquestt-badges-holder > div:last-child {
        margin-right: 0;
    }

body.nde_template.nep .aquestt-trend .aquestt-up img {
    margin-top: 9px;
}

body.nde_template.nep .aquestt-trend .aquestt-down img {
    margin-top: 13px;
}

body.nde_template.nep .aquestt-trend .aquestt-nochange img {
    margin-top: 12px;
    margin-left: -0.5px;
}

body.nde_template.nep #aquesttGradePicker {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

    body.nde_template.nep #aquesttGradePicker a.inactive {
        background-color: transparent;
        color: #27b899;
    }

        body.nde_template.nep #aquesttGradePicker a.inactive:hover {
            background-color: #27b899;
            color: #ffffff;
        }

body.nde_template.nep .tenettitlerow, body.nde_template.nep .indicatordatarow {
    display: flex;
    justify-content: space-between;
}

body.nde_template.nep #about {
    margin-top: 35px;
}

    body.nde_template.nep #about h1 {
        color: #27b899;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 44px;
        font-weight: 600;
        margin-bottom: 25px;
        margin-top: 0;
    }

    body.nde_template.nep #about h2 {
        color: #27b899;
        margin-bottom: 0;
    }

    body.nde_template.nep #about a {
        color: #27b899;
        font-family: "Bree Serif", serif;
        font-size: 24px;
        font-weight: normal;
    }

    body.nde_template.nep #about .about-sep {
        border-bottom: 2px solid #27b899;
        margin: 20px 0;
    }

    body.nde_template.nep #about .abouticon img {
        max-height: 30px;
        width: auto;
    }

    body.nde_template.nep #about #aboutmapholder {
        width: 100%;
        height: 250px;
        background-color: #efefef;
        z-index: 0;
    }

        body.nde_template.nep #about #aboutmapholder a {
            font-size: 10px;
        }

        body.nde_template.nep #about #aboutmapholder #about_demo_map {
            width: 100%;
            height: 100%
        }

        body.nde_template.nep #about #aboutmapholder:hover .mapnote {
            opacity: 1;
        }

        body.nde_template.nep #about #aboutmapholder a {
            color: #000;
            font-size: 22px;
            font-family: "Bree Serif", serif;
        }

        body.nde_template.nep #about #aboutmapholder .leaflet-control-attribution a {
            font-size: 8px;
            font-weight: normal;
            color: #565656;
            font-family: "Source Sans Pro", sans-serif;
        }

    body.nde_template.nep #about .districtschoollist {
        list-style: none;
    }

    body.nde_template.nep #about .clickable, body.nde_template.nep #about .ndemapcontrols {
        cursor: pointer;
    }

        body.nde_template.nep #about .ndemapcontrols .btn-group {
            background-color: #ddd;
            width: 100%
        }

        body.nde_template.nep #about .ndemapcontrols .active {
            font-weight: bold;
        }

        body.nde_template.nep #about .ndemapcontrols .btnnum-3 button {
            width: 33%
        }

        body.nde_template.nep #about .ndemapcontrols .btnnum-2 button {
            width: 50%
        }

        body.nde_template.nep #about .ndemapcontrols .btnnum-1 button {
            width: 100%
        }

    body.nde_template.nep #about .mapnote {
        text-transform: uppercase;
        font-size: .75em;
        color: #8e8e8e;
        text-align: center;
        margin-bottom: 15px;
        opacity: 0;
        -moz-transition: opacity 0.3s ease-out 0ms;
        -o-transition: opacity 0.3s ease-out 0ms;
        -webkit-transition: opacity 0.3s ease-out 0ms;
        transition: opacity 0.3s ease-out 0ms;
    }

    body.nde_template.nep #about .legislativeMapLayerLink {
        cursor: pointer;
    }

        body.nde_template.nep #about .legislativeMapLayerLink.active {
            font-weight: bold;
            font-style: italic;
        }

        body.nde_template.nep #about .legislativeMapLayerLink:before {
            font-weight: normal;
            content: ',  '
        }

        body.nde_template.nep #about .legislativeMapLayerLink:first-child:before {
            content: ''
        }

    body.nde_template.nep #about .moreaboutinfo {
        display: inline-block;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
        width: 100%
    }

    body.nde_template.nep #about .aboutdata, body.nde_template.nep #about .schoolname, body.nde_template.nep #about .schooladdress, body.nde_template.nep #about .schoolphone, body.nde_template.nep #about .schoolfax, body.nde_template.nep #about .schoolid, body.nde_template.nep #about .schoolweb, body.nde_template.nep #about .schoolprincipal, body.nde_template.nep #about .schooltype, body.nde_template.nep #about .schoolgrades, body.nde_template.nep #about .schooldescription {
        color: #353b4a;
        font-family: "Bree Serif", serif;
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 35px;
    }

        body.nde_template.nep #about .aboutdata a, body.nde_template.nep #about .schoolname a, body.nde_template.nep #about .schooladdress a, body.nde_template.nep #about .schoolphone a, body.nde_template.nep #about .schoolfax a, body.nde_template.nep #about .schoolid a, body.nde_template.nep #about .schoolweb a, body.nde_template.nep #about .schoolprincipal a, body.nde_template.nep #about .schooltype a, body.nde_template.nep #about .schoolgrades a, body.nde_template.nep #about .schooldescription a {
            vertical-align: middle;
        }

    body.nde_template.nep #about .faxicon .fa {
        color: #495966;
        font-size: 1.75em;
    }

    body.nde_template.nep #about .schooldescription .descriptiondisclaimer {
        font-weight: normal;
        font-size: 16px;
        font-family: "Source Sans Pro", sans-serif;
        border-top: 1px solid #353b4a;
        margin-top: 10px;
    }

    body.nde_template.nep #about .schoolname, body.nde_template.nep #about .schooladdress {
        margin-bottom: 10px;
    }

    body.nde_template.nep #about .schoolprincipal, body.nde_template.nep #about .schooltype, body.nde_template.nep #about .schoolgrades {
        font-weight: 500;
        font-size: 24px;
        font-family: "Bree Serif", serif;
        margin-bottom: 5px;
    }

    body.nde_template.nep #about .districtschool {
        margin-bottom: 15px;
    }

    body.nde_template.nep #about .techmapicon {
        color: #495966;
    }

body.nde_template.nep #compare select.nepcompare {
    height: 50px;
    font-weight: bold;
    font-family: "Bree Serif", serif;
    color: #27b899;
    font-size: 20px;
    border: 1px solid #27b899;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

body.nde_template.nep #compare .nepbutton {
    background-color: #27b899;
    font-weight: bold;
    border: 1px solid #27b899;
}

    body.nde_template.nep #compare .nepbutton:hover {
        color: #27b899;
        background-color: white;
    }

body.nde_template.nep #compare #compareMapHolder {
    z-index: 1;
    position: absolute;
    right: -100px;
    z-index: 100;
    margin-top: 60px;
}

    body.nde_template.nep #compare #compareMapHolder #compareMap {
        width: 300px;
        height: 160px;
        z-index: 1;
    }

    body.nde_template.nep #compare #compareMapHolder.affix {
        position: fixed;
        top: 80px;
        margin-top: 0;
        right: 0;
    }

body.nde_template.nep .datadefinition h3 {
    color: #fff;
}

body.nde_template.nep .modal-primary .modal-header {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    body.nde_template.nep .modal-primary .modal-header h3 {
        color: #fff;
    }

@media print {
    body.nde_template.nep .metric-image {
        display: none !important;
    }
}

@media (max-width: 465px) {
    .statedata, .detaildata {
        display: none !important;
    }
}

.sprite, .statedata, .detaildata, .fpspacer {
    display: inline-block;
    zoom: 1;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
}

@media (min-width: 768px) {
    .sprite, .statedata, .detaildata, .fpspacer {
        zoom: 0.6;
        -moz-transform: scale(0.5);
    }
}

@media (min-width: 992px) {
    .sprite, .statedata, .detaildata, .fpspacer {
        zoom: 0.8;
        -moz-transform: scale(0.8);
    }
}

@media (min-width: 1200px) {
    .sprite, .statedata, .detaildata, .fpspacer {
        zoom: 1;
        -moz-transform: scale(1);
    }
}

.cssload-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 10000;
}

    .cssload-container img {
        margin-bottom: 10px;
    }

    .cssload-container > div {
        position: fixed;
        top: 50%;
        width: 100%;
        margin-top: -147px;
    }

        .cssload-container > div .progress {
            width: 100%;
            max-width: 250px;
            margin: 0 auto;
        }

    .cssload-container #neploadimage {
        -webkit-animation-name: spinner;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 3s;
        animation-name: spinner;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-duration: 3s;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotateY(0deg);
    }

    40% {
        -webkit-transform: rotateY(-360deg);
    }

    100% {
        -webkit-transform: rotateY(-360deg);
    }
}

@keyframes spinner {
    0% {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    40% {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }

    100% {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

.cssload-container.active {
    display: block;
}

.demomap {
    -moz-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    -moz-animation-delay: 250ms;
    -o-animation-delay: 250ms;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
    height: 200px;
    margin-left: -375px;
    margin-top: -85px;
    position: fixed;
    width: 340px;
    z-index: 1000;
    left: 0;
    background: #353B4A;
    border: 4px solid #0a54a3;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

    .demomap > div {
        width: 100%;
        height: 100%
    }

    .demomap .fa {
        margin-top: 24%
    }

    .demomap:after, .demomap:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .demomap:after {
        border-color: rgba(53, 59, 74, 0);
        border-left-color: #f8f4f0;
        border-width: 30px;
        margin-top: -30px;
    }

    .demomap:before {
        border-color: rgba(10, 84, 163, 0);
        border-left-color: #0a54a3;
        border-width: 36px;
        margin-top: -36px;
    }

    .demomap.visible {
        opacity: 1;
        visibility: visible;
    }

body.nde_template.nep div.comparison h4.comparisontitle {
    font-family: "Bree Serif", serif;
    margin: 0;
    color: #d1d3d4;
    white-space: nowrap;
}

body.nde_template.nep div.comparison:hover h4.comparisontitle {
    color: #7d8587;
}

h4.datapointtitle {
    font-family: "Bree Serif", serif;
    font-size: 25px;
}

.form-group.required > label:nth-child(1)::after {
    content: '*'
}

#researchpropsoal .invalid input, #researchpropsoal .invalid textarea {
    border: 1px solid red;
}

.form-group.required.invalid label:first-of-kind {
    color: red;
}

.form-group.required.invalid input, .form-group.required.invalid textarea {
    border: 1px solid red;
}

.form-group.invalid.affiliation, .form-group.invalid.reppubdetails, .form-group.invalid.schoolyears, .form-group.invalid.typeofdata {
    border: 1px solid red;
}

.bigolzee {
    position: relative;
    z-index: 999;
}

#insightsanalytics .insightblock > div {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    background-color: #fbfbfb;
    border: 1px solid #efefef;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#insightsanalytics #frlincome {
    height: 550px;
}

#insightsanalytics .nepleaflet .leaflet-container {
    height: 550px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid #eee;
}

#insightsanalytics div.over, #insightsanalytics div.under, #insightsanalytics div.around, #insightsanalytics div.overundermix {
    border: 1px solid black;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    margin-right: 10px;
}

#insightsanalytics .roundedPoint {
    border-radius: 50%
}

#insightsanalytics div.over {
    background-color: #5dbab9;
}

#insightsanalytics div.around {
    background-color: #001d87;
}

#insightsanalytics div.under {
    background-color: #f36a6c;
}

#insightsanalytics div.overundermix {
    border: 3px solid #f36a6c;
    background-color: #5dbab9;
}

#insightsanalytics .ndemap_btn.reset {
    background-color: #001d87;
    border-color: #001d87;
    background-image: none;
}

.mapLoading, .nomapdatawarning {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    background-color: #ffffffb8;
    z-index: 10000;
    color: #000000;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

    .mapLoading.active, .nomapdatawarning.active {
        display: flex;
    }

#neplanguageselector {
    color: #000;
    position: relative;
    z-index: 10000;
}

.neplanguage {
    position: fixed;
    top: 5px;
    right: 20px;
}

body.nde_template.nep .language_es .data-navigation li {
    margin-right: 25px;
}

    body.nde_template.nep .language_es .data-navigation li:last-child {
        margin-right: 0;
    }

body.language-es #nde-feedback-holder .feedbacktab {
    right: -105px;
    top: 77px;
}

#nde-feedback-holder {
    position: fixed;
    top: 140px;
    left: 0;
    z-index: 10000;
    transition: all .5s ease-in-out;
}

    #nde-feedback-holder.smallform {
        position: absolute;
        top: 20px;
    }

    #nde-feedback-holder.in {
        margin-left: -400px;
    }

    #nde-feedback-holder.out {
        margin-left: 0;
    }

@media (max-width: 450px) {
    #nde-feedback-holder .ndefeedbackform {
        max-width: 100%
    }
}

#nde-feedback-holder .ndefeedbackform {
    padding: 10px;
    background-color: #f3f3f3;
    border: 1px solid black;
    border-left: none;
    position: relative;
    width: 450px;
    max-width: calc( 100% - 50px);
}

    #nde-feedback-holder .ndefeedbackform h3 {
        margin-top: 0;
        border-bottom: 1px solid black;
    }

    #nde-feedback-holder .ndefeedbackform #ndefbtext {
        height: 200px;
    }

    #nde-feedback-holder .ndefeedbackform label.required:after {
        content: '*';
        color: red;
    }

    #nde-feedback-holder .ndefeedbackform input.invalid, #nde-feedback-holder .ndefeedbackform textarea.invalid {
        border: 1px solid red;
    }

#nde-feedback-holder .feedbacktab {
    background-color: #0a54a3;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
    position: absolute;
    padding: 0 20px;
    right: -80px;
    top: 53px;
    text-align: center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 1px solid white;
}
