/* =SASS Variables
----------------------------------------------------------------------------- */
* {
    font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}


/* =TYPOGRAPHY
----------------------------------------------------------------------------- */
/* =ELEMENTS
----------------------------------------------------------------------------- */
/* _scaffolding */
hr.dark {
    border-color: var(--Praxis-Tan);
}

/* _tables */
.table > thead a:link .fa-regular,
.table > thead a:visited .fa-regular {
    color: var(--Praxis-Gray);
}

.table > thead a:hover .fa-regular,
.table > thead a:active .fa-regular,
.table > thead a.active .fa-regular {
    color: #d9534f;
    font-weight: bold;
}

.table-no-borders {
    border: none;
}

    .table-no-borders > thead > tr > th,
    .table-no-borders > thead > tr > td,
    .table-no-borders > tbody > tr > th,
    .table-no-borders > tbody > tr > td,
    .table-no-borders > tfoot > tr > th,
    .table-no-borders > tfoot > tr > td {
        border: none;
        padding-top: 0;
        padding-bottom: 0;
    }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    color: white;
}

    .table-hover > tbody > tr:hover > td a:link,
    .table-hover > tbody > tr:hover > td a:visited,
    .table-hover > tbody > tr:hover > th a:link,
    .table-hover > tbody > tr:hover > th a:visited {
        color: var(--Praxis-Blue-Dark);
        text-decoration: underline;
    }

    .table-hover > tbody > tr:hover > td a:hover,
    .table-hover > tbody > tr:hover > td a:active,
    .table-hover > tbody > tr:hover > th a:hover,
    .table-hover > tbody > tr:hover > th a:active {
        color: white;
        text-decoration: underline;
    }

.table-data {
    font-family: "lucida grande", "lucida sans unicode", sans-serif;
    font-size: 13px;
}

    .table-data > thead > tr > th,
    .table-data > thead > tr > td,
    .table-data > tbody > tr > th,
    .table-data > tbody > tr > td,
    .table-data > tfoot > tr > th,
    .table-data > tfoot > tr > td {
        font-family: "lucida grande", "lucida sans unicode", sans-serif;
        font-size: 13px;
    }

/* _forms */
/* _navigation */
.navbar-table-data {
    margin-top: 42px;
    font-family: "lucida grande", "lucida sans unicode", sans-serif;
    font-size: 13px;
}

    .navbar-table-data .navbar-brand {
        font-family: "Libre Franklin", helvetica, arial, sans-serif;
        font-weight: 400;
        color: orange;
    }

    .navbar-table-data a:link,
    .navbar-table-data a:visited {
        color: #608696 !important;
    }

    .navbar-table-data a:hover {
        color: var(--Praxis-Blue) !important;
    }

    .navbar-table-data a:active {
        color: var(--Praxis-Blue) !important;
    }

    .navbar-table-data li.active a {
        background-color: var(--Praxis-Blue) !important;
        color: white !important;
    }

@media (min-width: 992px) {
    .navbar-table-data > .container-fluid {
        padding-left: 0;
    }

        .navbar-table-data > .container-fluid > .navbar-collapse {
            padding-left: 0;
        }

    .navbar-table-data li a {
        line-height: 1.29411;
    }
}
/* _pagination */
.pagination.center,
.pagination.center ul {
    float: left;
    position: relative;
}

.pagination.center {
    left: 50%;
}

    .pagination.center ul {
        left: -50%;
    }

/* =MORE ELEMENTS
----------------------------------------------------------------------------- */
.box {
    margin-bottom: 20px;
}

    .box.box-border {
        border: 1px solid #E8E8E8;
    }

    .box.box-data {
        color: var(--Praxis-Blue);
    }

        .box.box-data h5 {
            color: var(--Praxis-Blue-Dark);
        }

    .box.box-background {
        padding-top: 12px;
        padding-bottom: 18px;
    }

        .box.box-background h1:first-child, .box.box-background h2:first-child, .box.box-background h3:first-child {
            margin-top: 6px;
        }

        .box.box-background.white {
            background: white;
        }

        .box.box-background.tan {
            background: #f4f2ec;
        }

input[type="file"] {
    width: 100%;
}

/* =STRUCTURE
----------------------------------------------------------------------------- */
#header {
    position: relative;
    z-index: 1000;
}

#nav-main-bar {
    background: var(--Praxis-Blue);
}

a#nav-logo:link,
a#nav-logo:visited {
    display: block;
    float: left;
    width: 188px;
    height: 39px;
    margin: 10px 0 20px 0;
    position: relative;
    top: -9px;
}

a#nav-logo:hover,
a#nav-logo:active {
    opacity: 0.8;
}

#nav-combined {
    padding: 0 0 20px 0;
}

    #nav-combined select {
        border-color: #608696;
    }

#nav-bottom-bar {
    padding: 10px 0;
    background: var(--Praxis-Tan);
}

    #nav-bottom-bar select {
        width: 100%;
    }

@media (min-width: 992px) {
    #header {
        min-height: 76px;
    }

    #nav-main-bar {
        height: auto;
    }

        #nav-main-bar .container {
            position: relative;
        }

        #nav-main-bar.no-sub-nav {
            height: 76px;
        }

            #nav-main-bar.no-sub-nav #nav-main {
                height: 76px;
                padding-top: 0;
            }

                #nav-main-bar.no-sub-nav #nav-main ul {
                    border: none;
                }

                #nav-main-bar.no-sub-nav #nav-main a {
                    height: 65px;
                    line-height: 65px;
                }

    a#nav-logo {
        margin: 25px 0 6px 0 !important;
        outline: none;
    }

    #nav-main {
        display: block;
        float: right;
        height: 46px;
        padding: 24px 0 0 0;
        text-align: right;
        z-index: 200;
    }

        #nav-main ul {
            height: 46px;
            margin-top: 6px;
        }

        #nav-main li {
            padding: 0;
            position: relative;
            overflow: hidden;
        }

        #nav-main a:link,
        #nav-main a:visited {
            display: block;
            height: 46px;
            padding: 0 15px;
            color: white;
            font-family: "Libre Franklin", helvetica, arial, sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 46px;
        }

        #nav-main a:hover,
        #nav-main a:active {
            text-decoration: none;
        }

        #nav-main a.active {
            background: #546977;
            border-bottom: solid 3px #333;
        }

        #nav-main li a {
            text-decoration: none;
            color: #18272F;
            font-weight: 700;
            position: relative;
            z-index: 9999999;
        }

        #nav-main li::before {
            transition: all .5s ease-in-out;
            z-index: 0;
            width: 0;
            height: 100%;
            background: #546977;
            border-bottom: solid 3px #333;
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            opacity: 0;
            pointer-events: none;
            transform-origin: 50% 50%;
            -webkit-transform-origin: 50% 50%;
        }

        #nav-main li:hover::before {
            position: absolute;
            width: 100%;
            left: 0;
            top: 0;
            opacity: 1;
        }

    #nav-top-bar {
        position: absolute;
        right: 20px;
        top: 5px;
        z-index: 100;
    }

        #nav-top-bar ul {
            height: 40px;
            margin-bottom: 0;
        }

        #nav-top-bar li {
            padding: 0;
        }

        #nav-top-bar a:link,
        #nav-top-bar a:visited {
            display: block;
            padding: 0 10px;
            color: #B1C0CA;
            font-family: "Libre Franklin", helvetica, arial, sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 12px;
            line-height: 24px;
            letter-spacing: 1px;
        }

        #nav-top-bar a:hover,
        #nav-top-bar a.active {
            /*background: #546977;*/
            color: white;
        }
}

#main {
    position: relative;
    z-index: 0;
    padding-top: 20px;
}

#news-notice {
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--Praxis-Tan);
}

    #news-notice .large {
        text-align: right;
        width: 100%;
    }

        #news-notice .large .fa-regular {
            margin: 0;
            padding: 0;
            font-size: 35px;
            line-height: 35px;
        }

    #news-notice .red {
        color: #d9534f;
    }

.fieldset {
    padding-top: 15px;
}

    .fieldset:first-child {
        padding-top: 0;
    }

.masonry .box {
    margin-bottom: 20px;
}

.map-embed {
    padding-bottom: 12px;
}

#footer .inner {
    margin-top: 100px;
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 2px solid #f5f0e3;
}

#footer ul.list-inline {
    float: left;
}

    #footer ul.list-inline li {
        display: block;
        color: var(--Praxis-Gray);
    }

    #footer ul.list-inline a:link,
    #footer ul.list-inline a:visited {
        /*color: var(--Praxis-Gray);*/
        /*text-decoration: underline;*/
    }

    #footer ul.list-inline a:hover {
        /*color: #608696;*/
    }

    #footer ul.list-inline a:active {
        color: var(--Praxis-Blue);
    }

#footer #norton-secured {
    display: block;
    float: right;
    width: 110px;
    height: 66px;
    margin-top: 0;
}

@media (min-width: 768px) {
    #footer ul.list-inline li {
        display: inline-block;
    }

    #footer #norton-secured {
        margin-top: -10px;
    }
}
/* =PAGES
----------------------------------------------------------------------------- */
/* =HOME (Logged Out) */
#main > .color-flood {
    margin-top: -20px;
}

#home-intro {
    position: relative;
    background: #dbe4e8;
}

    #home-intro .container {
        padding-top: 30px;
        padding-bottom: 60px;
    }

@media (min-width: 992px) {
    #home-intro {
        margin-bottom: 85px;
    }

        #home-intro .img {
            position: absolute;
            display: block;
            width: 416px;
            height: 584px;
            left: 50%;
            bottom: -56px;
            margin-left: -560px;
            background: url(../images/content/home_infographic-md.png) 0 0 no-repeat;
        }

        #home-intro .container {
            padding-top: 30px;
            padding-bottom: 60px;
        }
}

@media (min-width: 1200px) {
    #nav-main-bar {
        height: 76px;
    }

    #home-intro .img {
        margin-left: -620px;
    }
}
/* =UTILITIES
----------------------------------------------------------------------------- */
.nowrap {
    white-space: nowrap;
}

.center {
    text-align: center;
}

/* BACKGROUND */
/* Adds the scaled image to the background of .color-flood */
/* Adds a dotted overlay to the background of .img */

.color-flood {
    margin-bottom: 55px !important;
    background: var(--Praxis-Blue) url('../images/content/pedestrians.jpg') center center no-repeat !important;
    background-size: cover !important;
}

    .color-flood .img {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        background: url('../images/content/gridtile.png') center center repeat !important;
    }

    /* INTRO PANEL */
    /* Updated font styles for the panel's content */
    /* Also, we need to change the classes on this panel: */

    /*		OLD: col-xs-12 col-sm-8 col-md-7 col-md-push-2 */
    /*		NEW: col-xs-12 col-sm-8 col-md-8 col-lg-push-1 */

    .color-flood .col-sm-8 h1 {
        color: var(--Praxis-White) !important;
        font-size: 35px !important;
        font-weight: 700 !important;
    }

    .color-flood .col-sm-8 p {
        color: var(--Praxis-White) !important;
        font-size: 21px !important;
    }

@media( min-width: 768px ) {
    .color-flood .col-sm-8 {
        margin-top: 40px !important;
    }
}

@media( min-width: 992px ) {
    .color-flood .col-sm-8 h1 {
        font-size: 36px !important;
    }

    .color-flood .col-sm-8 p {
        font-size: 18px !important;
    }
}

/* LOGIN PANEL */
/* Additional Margin allows the box to "float" on top of the new background */

@media( max-width: 480px ) {
    .color-flood .col-sm-4 {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media( min-width:480px ) and ( max-width: 768px ) {
    .color-flood .col-sm-4 {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}
