/* Minification failed. Returning unminified contents.
(1171,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1172,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1173,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1200,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1438,17): run-time error CSS1039: Token not allowed after unary operator: '-alert-primary-color'
(1444,21): run-time error CSS1039: Token not allowed after unary operator: '-alert-primary-color'
(1553,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
 */
/* wp-content/themes/citygov/style.css?ver=5.3.1 */
/* 1. CSS Resets & Clearfix****************************************************************************************************************************************************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    padding: 0
}

article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
    display: block
}

a img {
    border: 0
}


body {
    font-family: Nunito;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
    color: #232323;
    font-size: 18px;
    line-height: 1.6;
    overflow: visible !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    content: "\00A0";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block
}

pre {
    overflow-x: scroll;
}

.wrapper {
    max-width: 100%;
    overflow: hidden;
}
/* 2. Body & Default styling****************************************************************************************************************************************************************************************/
html, body {
    /*height: 100%; <njs> removed due to printing issue */
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

ol, ul {
    list-style-position: inside;
}

    ul.children {
        margin-left: 15px;
        list-style-type: none;
    }

.tranz, #nav, .nav-previous a, .nav > li > a:before, .menu a {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.tranz2 {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

a, a:hover, .ribbon, .ribbon a {
    text-decoration: none;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -ms-transition: none;
}

.rad {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

small, .small {
    font-size: 80% !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.p-border {
    border-style: solid;
}

.lower {
    text-transform: lowercase !important
}

.italic {
    font-style: italic !important
}

.fat {
    font-weight: bold !important
}

hr {
    background: #eee !important;
    border: none !important;
}

.entry p a:hover {
    color: #fff;
}

/* 2. Body & Default styling****************************************************************************************************************************************************************************************/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

h1 {
    margin: 15px 0;
    padding: 0;
    letter-spacing: -0.03em;
}


/* 4. Header / #header****************************************************************************************************************************************************************************************/
#header {
    padding: 0 0 0 0;
    overflow: visible;
    margin: 0 auto 0 auto;
    float: none;
    display: block;
    width: 100%;
    z-index: 10;
    position: fixed;
    top: 30px;
}

    #header.scrolled {
        top: 0;
    }

        #header.scrolled .container_head {
            box-shadow: 0 0 4px rgba(0,0,0,.1);
        }

    #header h1 {
        display: block;
        position: relative;
        margin: 0 0;
        float: none;
        max-width: 100%;
        text-align: center;
    }

    #header img {
        margin: 0 auto;
        display: block;
        float: none;
        max-width: 100%;
        padding: 0 0;
    }

#titles {
    float: left;
    display: block;
    padding: 0 35px;
    position: relative;
    z-index: 99;
    text-align: center;
}

    #titles .logo {
        display: block;
    }

.header-right {
    display: flex;
    display: table-cell \9;
    width: auto;
}


#bottombar {
    padding: 0 30px 0 0;
    opacity: 1;
    max-height: 100px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#header.scrolled #bottombar {
    max-height: 0;
    opacity: 0;
}

#bottombar p {
    float: left;
    font-size: 11px !important;
    margin: 0 0;
    padding: 17px 5px 15px 5px;
    text-align: center;
    background: rgba(204,204,204,.2);
}

#bottombar .social-menu {
    margin: 8px 0 7px 0;
    padding: 0 0;
    margin-left: auto !important;
    display: inherit;
}

    #bottombar .social-menu li {
        margin: 0 0 0 0;
    }

    #bottombar .social-menu a {
        padding: 12px 8px 10px 28px;
    }

        #bottombar .social-menu a i {
            font-size: 14px;
        }

    #bottombar .social-menu span {
        display: none;
    }

    #bottombar .social-menu a:hover {
        background: none !important;
    }

/* 5. Navigation / #navigation****************************************************************************************************************************************************************************************/
#navigation {
    z-index: 10;
    padding: 0 0;
    position: relative;
    width: 100%;
    display: inline;
}

.nav {
    padding: 0;
    list-style: none;
    line-height: 1;
    display: block;
    z-index: 99;
}

    .nav a {
        position: relative;
        display: block;
        z-index: 1;
        padding: 15px 0;
        text-decoration: none;
    }

        .nav a i {
            margin: -3px 7px 0px 0;
            vertical-align: middle;
            font-size: 20px;
        }

    .nav > li > a {
        display: block;
        padding: 15px 0 11px 0;
        text-decoration: none;
        line-height: 1;
        border-bottom: none;
        text-align: left;
        border-bottom: 2px solid rgba(0,0,0,0);
    }

    .nav li a .menu-item-description {
        display: none;
        padding-top: 6px;
        margin-bottom: -1px;
        letter-spacing: 0.02em;
        font-size: 11px !important;
        text-align: left;
        font-weight: 400;
        opacity: .7;
    }

    .nav > li > a > .menu-item-description {
        display: block;
    }

    .nav li {
        display: block;
        position: relative;
    }

    .nav > li {
        margin: 0;
        -webkit-backface-visibility: hidden;
    }

    .nav li ul {
        margin: 0 0 0 0;
        padding: 0 0;
        width: 210px;
        position: absolute;
        z-index: 9;
    }

        .nav li ul li > a {
            margin: 0 20px;
            padding: 11px 0px;
            border-bottom: 1px dotted rgba(255,255,255,.15);
            text-align: left;
            line-height: 1.5;
            -moz-transition: none;
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
            -ms-transition: none;
        }

            .nav li ul li > a:hover {
                opacity: .7;
            }

        .nav li ul li a i {
            margin-right: 5px !important;
        }

        .nav li ul li:last-child > a {
            border-bottom: none;
        }

    .nav > li > ul {
        z-index: 9;
        margin: -2px 0 0 0;
        padding: 0 0 0 0;
    }

        .nav > li > ul:after {
            border-width: 8px 0 0 8px;
            border-color: transparent transparent transparent #900;
            border-style: solid;
            bottom: 100%;
            content: "";
            height: 0;
            position: absolute;
            left: 0;
            top: -8px;
            width: 0;
        }

        .nav > li > ul > li, .nav li ul ul li {
            width: 100%;
            max-width: 250px;
        }

    .nav li ul ul {
        margin: -50px 0 0 208px;
    }

    .nav > li:nth-last-child(1) ul ul {
        margin: -50px 0 0 -208px;
    }



    .nav li ul {
        position: absolute;
        left: -999em;
    }

    .nav li:hover, .nav li.hover {
        position: static;
    }

        .nav li:hover ul ul, .nav li.sfhover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul ul, .nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul {
            left: -999em;
        }

        .nav li:hover ul, .nav li.sfhover ul, .nav li li:hover ul, .nav li li.sfhover ul, .nav li li li:hover ul, .nav li li li.sfhover ul, .nav li li li li:hover ul, .nav li li li li.sfhover ul {
            left: auto;
        }

#main-nav {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 40px;
    width: 100%;
    z-index: 99;
}

    #main-nav > li {
        margin: 0 0;
        padding: 15px 15px 15px 21px;
        display: inline;
        float: left;
        text-align: center;
        position: relative;
    }

        #main-nav > li:first-child {
            padding-left: 0;
        }

        #main-nav > li:last-child {
            padding-right: 0;
        }

        #main-nav > li:before {
            position: absolute;
            top: 28px;
            left: 0;
            height: 20px;
            width: 1px;
            content: '';
            background: #000;
            opacity: .2;
        }

        #main-nav > li:first-child:before {
            display: none;
        }

        #main-nav > li.special {
            float: right;
            padding: 15px 0 15px 0;
        }

            #main-nav > li.special:before {
                display: none;
            }

            #main-nav > li.special > a {
                padding-left: 15px;
                padding-right: 15px;
            }

                #main-nav > li.special > a:hover {
                    border-bottom: 2px dotted rgba(255,255,255,0) !important;
                }

#add-nav {
    display: inherit;
    padding: 0 0 0 20px;
}

    #add-nav > li {
        padding: 0 20px;
    }

        #add-nav > li > a {
            font-size: 11px !important;
            padding: 19px 0 8px 0 !important;
        }

    #add-nav .menu-item-description,
    #add-nav a::after {
        display: none;
    }

/* @mobile menu***************************/
[type="checkbox"]:checked ~ #navigation,
[type="checkbox"]:checked ~ #bottombar {
    display: block !important;
}

#header input[type=checkbox] {
    display: none;
    position: absolute;
    top: 38px;
    right: 15px;
}

.show-menu {
    padding: 18px 10px;
    height: 46px;
    width: 80px;
    background-image: none;
    margin: 20px 20px 20px 0;
    display: none;
    position: relative;
    float: right;
    z-index: 99;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}

/* <njs> */
#core {
    min-height: 400px;
}
/* </njs> */

/* @posts: basics***************************/

.entry p {
    margin: 0 0 25px 0;
}

    .entry p:last-of-type {
        overflow: hidden;
    }

.entry h1 {
    margin: 20px 0 25px 0;
    line-height: 1.4 !important;
    text-transform: none !important;
}

.entry h1 {
    font-size: 250% !important;
}


/* @posts: other***************************/
.page-header {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    max-height: 780px;
    padding: 280px 0 80px 0;
    margin: 0 0 0 0;
}


    .page-header h1 {
        line-height: 1.2;
        margin: 10px 0;
    }

    .page-header img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: .3;
    }

.main-breadcrumbs {
    padding: 0 0;
}

.home .main-breadcrumbs, .search .main-breadcrumbs {
    display: none;
}

.main-breadcrumbs span {
    padding: 0 25px 0 0;
    margin: 0 10px 0 0;
    position: relative;
}

    .main-breadcrumbs span:after {
        position: absolute;
        height: 1px;
        width: 10px;
        content: '\2192';
        display: block;
        top: -3px;
        right: 3px;
    }

    .main-breadcrumbs span:last-child:after {
        display: none;
    }

/* @custom menu***************************/
ul.menu {
    list-style: none;
    margin: 0 0
}

    ul.menu li {
        text-align: left;
        display: block;
        padding: 0 0;
        border-top: 1px solid rgba(204,204,204,.5);
    }

        ul.menu li ul {
            margin: -2px 0 0 20px
        }

            ul.menu li ul ul ul ul ul ul {
                margin: 0 0 0 0
            }

    ul.menu > li:first-child {
        border-top: none;
    }

    ul.menu li a {
        float: none;
        padding: 7px 0;
        display: block;
    }

        ul.menu li a i {
            width: 20px;
            text-align: center;
            padding-left: 1px;
            margin-right: 8px;
        }

    ul.menu .menu-item-description {
        display: none;
    }


/* 14. Social Buttons / .social-menu****************************************************************************************************************************************************************************************/
ul.social-menu {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 0;
    float: left;
}

    ul.social-menu li {
        display: inline;
        list-style-type: none;
        position: relative;
        line-height: 1;
        float: left;
        margin: 0px 10px 10px 0;
        padding: 0 0 0 0;
        overflow: hidden;
        text-align: center;
        -moz-transition: opacity 0.3s ease-in;
        -webkit-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
    }

        ul.social-menu li a {
            margin: 0 0 0 0;
            position: relative;
            font-size: 11px;
            height: 35px;
            text-align: center;
            padding: 11px 8px 10px 30px;
            float: left;
            border: none !important;
        }

/* Meta***************************/
.meta {
    line-height: 1.7;
    overflow: hidden;
    margin: 11px 10px 0 0;
    float: left;
}


/* Scroll To Top***************************/
.scrollTo_top {
    position: fixed;
    right: 54px;
    bottom: -4px;
    z-index: 998;
    width: 50px;
    margin: 0 0 0 0;
    text-align: center;
}

    .scrollTo_top a {
        display: block;
        padding: 8px 0 15px 0;
    }
/* 17. Plugins****************************************************************************************************************************************************************************************/
@keyframes slidein {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 18. Homepage Blocks****************************************************************************************************************************************************************************************/
img {
    max-width: 100%;
    height: auto;
    display: block;
}

object, embed, iframe {
    max-width: 100%;
}

::selection {
    background: #FFF6A9;
    color: #222;
}

::-moz-selection {
    background: #FFF6A9;
    color: #222;
}

.upper .meta, .upper .crumb, .upper .menu > li > a, .upper .menu_label, .upper .social-menu span, .upper .nav > li > a, .upper .uppercase {
    text-transform: uppercase;
}

.tmnf_anchor {
    display: block;
    position: relative;
    top: -280px;
    visibility: hidden;
}

/* wp-content/themes/citygov/style.css?ver=5.3.1 */
.page-header img {
    /*top: -100px;*/
    opacity: .8;
}

.main-breadcrumbs span::after {
    color: #fff !important;
}

.page-header h1 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

/* wp-content/themes/citygov/style.css?ver=5.3.1*/

/* @containers**************/
.container, .container_vis, .container_head {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
    position: relative;
}

.container_head {
    overflow: visible;
    padding: 0 0;
    max-width: 1100px;
}

.container_vis {
    overflow: visible;
}

/* <njs> */
.container-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* @responsive mode****************************************************************************************************************************************************************************************/

@media screen and (min-width: 1156px) {
    /* <njs> */
    .container-content {
        padding-top: 40px;
    }
    /* </njs> */
}

@media screen and (max-width: 1295px) {
    #header {
        top: 0;
    }

    .page-header img {
        width: 140%;
        max-width: 140% !important;
        left: -20%;
    }
}
/* iPad Landscape */
@media screen and (max-width: 1155px) {

    #header {
        position: relative;
        top: auto;
        left: auto;
    }

    .container_head {
        max-width: 100%;
    }

    #titles, p.menu_label {
        max-width: 25%;
    }

    .nav > li > a {
        padding: 15px 6px;
    }

    #main-nav > li {
        padding: 15px 10px 15px 17px;
    }

    .page-header {
        padding: 60px 0;
    }

        .page-header img {
            width: 180%;
            max-width: 180% !important;
            left: -40%;
        }

    h1.entry-title {
        font-size: 6vw !important;
    }

    #titles .logo {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        overflow: hidden;
    }

    #titles h1.logo {
        margin: 29px 0 !important;
    }
    /* mobile menu */
    .show-menu {
        display: block !important;
    }

    .header-right.for-menu {
        display: block;
        float: none;
        width: 100%;
    }

    #navigation {
        display: none;
        position: relative;
        overflow: hidden;
        height: auto;
        top: auto;
        margin: -2px -20px 0 -20px !important;
        padding: 0 20px !important;
        width: calc(100% + 40px);
        background: #1F2024;
    }

        #navigation a {
            color: #fff !important;
        }

    #main-nav, #top-nav {
        display: block;
        overflow: hidden;
        margin-bottom: 10px !important;
    }

    #navigation a:hover, #navigation .current-menu-item > a {
        opacity: .6;
    }

    ul.nav, #main-nav {
        width: 100% !important;
        margin: 0 0 0 0 !important;
        padding: 0 0 0 0 !important;
    }

        ul.nav li, .nav li ul {
            width: 100% !important;
            background-color: transparent !important;
            border: none !important;
            float: none;
            display: block;
            margin: 0 0 0 0 !important;
            padding-top: 3px !important;
            padding-bottom: 3px !important;
            position: relative !important;
            left: auto !important;
            display: block !important;
            visibility: visible !important;
            padding-top: 0;
        }

    .nav > li ul {
        max-height: none;
        opacity: 1;
    }

    #navigation .nav li ul li > a {
        border-bottom: 1px dotted rgba(255,255,255,.2) !important;
        text-align: left;
    }

    ul.nav li a {
        width: 100% !important;
        text-align: left;
        padding: 15px 20px !important;
        margin: 0 0 0 20px;
        font-size: 16px !important;
    }

    #top-nav li a {
        margin: 0 0;
        padding: 10px 0 !important;
    }

    #top-nav > li.special {
        padding-left: 0;
    }

        #top-nav > li.special > a {
            padding: 15px 18px 15px 18px !important;
        }

    .nav li ul li > a {
        font-size: 13px !important;
    }

    .nav li a.sf-with-ul {
        padding-right: 0 !important;
    }

    #main-nav > li > a {
        margin: 0 0 0 0 !important;
    }

    .nav > li > ul > li, .nav li ul ul li, #main-nav li ul li > a, .nav li ul li > a {
        max-width: 100% !important;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .nav li ul {
        padding: 0 20px;
    }

        .nav li ul ul {
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

    div.sub, .nav > li > ul:after {
        display: none !important;
    }

    #main-nav > li {
        padding: 0 0;
    }

        #main-nav > li.special {
            padding-right: 0
        }

        #main-nav > li::before {
            display: none;
        }

    #bottombar {
        padding: 0 0 0 0;
    }

    p.menu_label {
        display: none;
    }

    #bottombar .social-menu {
        padding: 0 15px;
    }

        #bottombar .social-menu a {
            padding: 12px 6px 10px 24px;
        }

    /* end mobile menu */
    ul.menu li ul {
        margin: -2px 0 0 8px
    }
}
/* tablet Portrait */

@media screen and (max-width: 885px) {
    div.tooltip p:after, .nav > li > ul:after, .sf-arrows .sf-with-ul::after, .sf-arrows .sf-with-ul::after {
        display: none !important;
    }

    body {
        width: 100%;
        min-width: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
        font-size: 16px;
        -webkit-text-size-adjust: none;
    }

    #bottombar p {
        display: none;
    }

    #header {
        overflow: hidden;
    }

    #titles {
        max-width: 50%;
        text-align: left;
    }

    .page-header {
        padding: 50px 0 50px 0;
    }


    /*#core {
        padding-top: 0;
    }*/

    .item_inn {
        overflow: hidden;
        padding: 0 0;
    }

        .item_inn::after, .item_inn::before {
            display: none;
        }
}

@media only screen and (max-width: 685px) {

    #add-nav li a {
        margin: 0 0 !important;
    }

    h1.entry-title {
        font-size: 7vw !important;
    }

    .page-header {
        padding: 25px 0 20px 0;
    }

        .page-header img {
            width: 300%;
            max-width: 300% !important;
            left: -100%;
        }

    .main-breadcrumbs {
        font-size: 11px;
    }


    .scrollTo_top {
        right: 0;
        width: 100%;
        display: none !important;
    }

    ul.social-menu li a {
        padding: 9px 8px 8px 21px;
    }

    ul.social-menu li span {
        display: none;
    }
}

@media only screen and (max-width: 595px) {

    /* <njs> */
    .container {
        padding: 0 10px;
    }

    .container-content {
        padding-top: 10px;
    }

    .prc-content {
        margin: 0;
    }

    #core {
        min-height: 0;
    }
    /* </njs> */


    #titles {
        padding: 0 15px;
    }

    #add-nav {
        display: none;
    }

    #bottombar .social-menu {
        width: 100%;
        display: inline-block;
    }

        #bottombar .social-menu li {
            float: left;
        }

    footer {
        display: none;
    }
}

@media only screen and (max-width: 460px) {

    #titles {
        max-width: 55%;
    }

        #titles img {
            max-width: 110px;
        }
}

:root {
    --primary-font-color: #232323;
    --primary-color: #912c45;
    --alert-primary-color: #084298;
}

#header img#menu-icon {
    box-sizing: content-box;
    width: 11px;
    max-width: 11px;
    height: 9px;
    max-height: 9px;
    display: inline-block;
    padding-right: 3px;
}

#header img#fb-icon {
    width: 13px;
    max-width: 13px;
    height: 13px;
    max-height: 13px;
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}

.title, a, a.perma-link, a.perma-link:visited {
    color: var(--primary-color);
    text-decoration: none;
}

    a.under-link {
        text-decoration: underline;
    }

    a:hover {
        text-decoration: underline;
    }

    .title.header {
        color: inherit;
        font-size: 24px;
        font-weight: bold;
    }

.text-md {
    font-size: 16px;
}

.text-sm {
    font-size: 13px;
}

.text-xs {
    font-size: 13px;
}

.text-bold {
    font-weight: bold;
}

.text-highlight {
    color: #993366;
}

.text-mute {
    color: #696969;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-spacer {
    display: inline-block;
    width: 25px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.block-left {
    float: left;
}

.block-right {
    float: right;
}

.block-inline {
    display: inline-block;
}

.block-highlight {
    display: inline;
    padding: 1px 0;
    background: #fff9ae;
    color: #010101;
}


.padding-l-0 {
    padding-left: 0px !important;
}

@media (max-width: 991px) {
    .padding-l-0-md {
        padding-left: 0px !important;
    }

    .padding-r-0-md {
        padding-right: 0px !important;
    }
}

.padding-l-5 {
    padding-left: 5px;
}

.padding-r-0 {
    padding-right: 0px !important;
}


.margin-v-7 {
    margin: 7px 0;
}

.margin-v-20 {
    margin: 20px 0;
}

.margin-t-3 {
    margin-top: 3px;
}

.margin-t-7 {
    margin-top: 7px;
}

.margin-t-10 {
    margin-top: 10px;
}

.margin-t-15 {
    margin-top: 15px;
}

.margin-t-20 {
    margin-top: 20px;
}

.margin-b-7 {
    margin-bottom: 7px;
}

.margin-l-10 {
    margin-left: 10px;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.flex-column.flex-grow {
    flex-grow: 1;
}

    .flex-column.flex-end {
        align-items: end; /* left/top align */
    }

.flex-gap-5 {
    width: 5px;
}
.flex-gap-8 {
    width: 8px;
}
.flex-gap-16 {
    width: 16px;
}

.display-hidden {
    display: none;
}

.spacer-line {
    border-top: dotted 1px #ccc;
    margin-top: 10px;
    margin-bottom: 5px;
}

.search-links {
    margin: 0;
    display: inline-block;
}

    .search-links li {
        list-style: none;
        display: inline;
        margin: 0;
    }

/* input*/
.input-label {
    background-color: #f4f4f4;
    font-weight: bold;
    padding: 3px;
    margin-right: 5px;
}

.input-button {
    font-family: inherit;
    font-size: 16px;
    padding: 3px 8px;
}


/* button */

.default-button, a.default-button {
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 8px;
    background-color: #2d2d2d;
    border: 1px solid #2d2d2d;
    line-height: 24px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}

.button-fill {
    display: inline-block;
    width: 100%;
    text-align: center;
}


/* alert */
.alert {
    margin-bottom: 0.5rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    padding: 1rem 1.5rem;
    font-size: 16px;
}

    .alert.alert-sm {
        padding: .5rem 1rem;
    }

.alert-primary {
    color: var(--alert-primary-color);
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

    .alert-primary a {
        color: var(--alert-primary-color);
    }

.alert-danger {
    color: #b22222;
    background-color: #F2DEDE;
    border-color: #F7CECE;
}


/* grid */
th.col-pin, td.col-pin {
    min-width: 98px;
    width: 98px;
}

.k-grid {
    border-color: #e8e8e8;
    border-radius: 4px;
}

    .k-grid.grid-sm .k-grid-header th.k-header {
        font-size: 13px;
    }

    .k-grid.grid-sm tbody td {
        font-size: 13px;
    }
    

.k-grid-header th.k-header {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);
}



.k-grid td { /* control row height and padding */
    padding: 3px 6px;
    font-size: 14px;
    border-left: solid 1px #FFF;
}

.k-grid td.col-multi-line {
    line-height: normal;
}

.k-grid tbody td.col-nopad {
    padding-left: 0;
    padding-right: 0;
}


    /* grid selector (comps) */
    .k-grid td.selector {
        padding: 0;
        position: relative;
        text-align: center;
        border-left: none;
    }

        .k-grid td.selector input[type="checkbox"] {
            opacity: 1;
        }

            .k-grid td.selector input[type="checkbox"]:disabled {
                opacity: 0.3;
            }


.k-grid tr:hover {
    background-color: #fffacd;
    color: #333;
}

    .k-grid tr:hover:not(.no-hover) {
        background-color: #fffacd;
        color: #333;
    }

.k-grid .k-alt {
    background-color: #efefef;
}

.k-grid-pager {
    font-size: 14px;
}

.k-pager-wrap {
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);
}

    .k-pager-wrap li {
        margin: 0;
    }

    .k-pager-wrap > .k-link {
        padding: 0 1px;
    }

/* prc */

.prc-bar {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    background-color: var(--primary-color);
    color: #fff;
    padding: 9px 20px;
    margin: 15px 0;
    text-transform: uppercase;
    border-radius: 4px;
}

.prc-content {
    margin: 0 10px;
}

.prc-photo {
    display: inline-block;
    max-height: 325px;
    max-width: 433px;
    box-shadow: 8px 8px 6px -6px #aaa;
    margin-top: 15px;
}

.prc-photo-sm {
    height: 165px;
    max-height: 165px;
    max-width: 220px;
    display: inline;
}

.prc-photo-xs {
    max-width: 100px;
    max-height: 75px;
    display: inline;
}

.prc-bldg-pager {
    list-style: none;
    text-align: right;
    display: inline-block;
    padding: 0;
    margin: 0;
}

    .prc-bldg-pager li {
        display: inline-block;
        color: #fff;
        padding: 0 3px;
        width: 22px;
        text-align: center;
        margin-left: 5px;
        cursor: pointer;
    }

        .prc-bldg-pager li.prc-bldg-pager-selected {
            background-color: #722337;
            cursor: default;
        }

.validation-summary-errors {
    color: #D12F19;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    background-color: #FBE3E4;
    border: none;
    width: 100%;
    padding: 10px 0 15px 0px;
    margin: 5px 0;
    border-radius: 4px;
}

    .validation-summary-errors li {
        margin-left: 35px;
    }

footer {
    background-color: #222933;
    color: #cedcdd;
    font-size: 12px;
    text-align: center;
    padding: 12px 0;
}

@media screen and (max-width: 575px) {

    .prc-photo {
        max-height: 300px;
    }
}

@media screen and (max-width: 767px) {

    .prc-media-none {
        display: none;
    }
}

@media screen and (max-width: 885px) {
    .k-grid-header .k-header, .k-grid td, .k-grid-pager {
        font-size: 13px;
    }

    .prc-bar {
        font-size: 13px;
        padding: 7px 15px;
        margin: 10px 0;
    }
}

@media screen {
    .no-screen {
        display: none;
    }
}

@media print {
    .print {
        display: block !important;
        line-height: 1.25em;
    }

        .print .prc-bar {
            padding: 0 !important;
            color: #999999;
            margin: 8px 0;
            font-size: 17px;
        }

    .print-v-top {
        vertical-align: top;
    }

    .prc-photo {
        max-height: 250px;
    }

    .no-print {
        display: none !important;
    }

    /* don't use page-break-inside: avoid
       in some scenarios nothing prints on the first page and the print starts on page 2
    */
    .page-group, .k-grid tr[role="row"] {
        break-inside: avoid;
    }


    .page-break-before {
        break-before: page;
    }

    .k-grid {
        border-color: #FFFFFF;
    }
}

.container-fluid {
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}

    .container-fluid:before,
    .container-fluid:after,
    .row:before,
    .row:after {
        display: table;
        content: " ";
    }

    .container-fluid:after,
    .row:after {
        clear: both;
    }


.row {
    box-sizing: border-box;
}

.col-4 {
    float: left;
    width: 33.33333333%;
    padding: 0 5px;
}


/*.row {
  margin-right: -15px;
  margin-left: -15px;
}*/
/*.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}*/
/*.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 576px) { /* NJS changed from 768px */ 
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 768px) { /* NJS changed from 992px */
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
        /*width: 54.33333333%;*/
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
        /*width: 45.66666667%;*/
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        /*right: 41.66666667%;*/
        right: 45.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        /*left: 58.33333333%;*/
        left: 54.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) /* NJS changed from 1200px */ {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}


.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

