/*****Transition to Modern********************************************************************/
/* .transition-to-modern class is meant as a flag to control selectively what styling rolls over to modern design changes.
   Eventually, this will be deprecated and everything will just be .modern
*/

@font-face{
    font-family: 'Serpentine_Italic';
    src: url('/stylesheets/fonts/Serpentine_BoldItalic.ttf') format('truetype');
}
@font-face{
    font-family: 'Serpentine';
    src: url('/stylesheets/fonts/Serpentine_Bold.ttf') format('truetype');
}

.navbar-header img.nav-banner-logo{
    height: 60px;
    margin: 0 0 4px 0px;
    max-width: calc(100vw - 75px);
}

.w-100{
    width: 100%;
}

.row.top-banner{
    margin: 0 -15px 0 -15px;
}

.navbar-nav > li.nav-star-logo-link-wrapper{
    width: 120px !important; 
    padding-right:10px !important;
}

@media (max-width: 992px){
    .nav-star-logo{
        display:none;
    }
    .navbar-nav > li.nav-star-logo-link-wrapper{
        display:none;
    }
}

.navbar-nav > li > a.nav-star-logo-link{
    /* height: 60px; */
    padding-top: 0 !important;
    margin-bottom: 4px !important;
    padding-left: 0;
}

.nav img.nav-star-logo{
    /*height: 120px;*/
    /* margin-bottom: 4px; */
    position: absolute;
    left: 0;
    top: -10px;
}

/* .nav-banner-logo{
    display: none;
} */
@media (min-width: 992px) {
    .nav-banner-logo--old{
        display: none;
    }
}




.loading-star-placeholder{
    display: flex; place-content: center
}

.loading-star-placeholder .v-image{
    opacity: 0.5;
    /* animation: fadeInFromNone 0.5s ease-in 0s infinite alternate; */
}

@keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0.05;
    }

    100% {
        opacity: 0.5;
    }
}

.loading-star-placeholder .v-progress-circular{
    position: absolute;
    top: calc(49vh);
    transform: translateX(2px);
}

#vue-container .v-window__next {
    /* for carousels*/
    right: 0px;
}

/* margin helpers */
.m-15{ margin-left: 15px; margin-right: 15px; margin-top: 15px; margin-bottom: 15px;}
.mx-15{ margin-left: 15px; margin-right: 15px;}
.ml-15{ margin-left: 15px;}
.mr-15{ margin-right: 15px;}
.my-15{ margin-top: 15px; margin-bottom: 15px;}
.mt-15{ margin-top: 15px;}
.mb-15{ margin-bottom: 15px;}

.transition-to-modern .top-banner { /*displays at the top of every page, the old one was white with social icons in it*/
    /*background-color: #252525;/*same almost black that is used at the footer*/
    background-color: #005425; /*dark green used as background on much of the page*/
    /*background-color: #2e5d2a; /*light version of the dark green, for contrast*/
    color:white;
}
.transition-to-modern .navbar {
    background-color: #103219; /*light version of the dark green, for contrast*/
}

.transition-to-modern a.lcsoNavBarBrand{
    color:white;/*This applies to the agency name in the banner*/
}
.transition-to-modern .top-banner .sheriff-name {
    color: white; /*in the old version, the sheriff name in banner is muted gray*/
}

.where-we-are{
    display: none;/*hide, unless we have activated the transition flag*/
}
.transition-to-modern .where-we-are {
    display: inline; /*visible if we have activated the transition flag*/
}

.green-background{
    background-color: #005425;
}

.dark-green-background{
    background-color: #103219;
}

.body {
    width: 99vw;
}

.banner-container, .banner-container--bar-after{
    display: none;
}

@media (min-width: 900px){
    .banner-container{
        display: flex;
        flex:1;
        aspect-ratio: 3/2;
        /* max-height: 675px; */
        height: 75vh;
        margin: 0 -15px; /*center horizontally*/
    } 
    .banner-container--bar-after{
        display: block;
    }
}

img.homepage-banner{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lcso-location-header, .lcso-mission-statement-header, .lcso-sheriff-name-header{
    color: black;
}

.lcso-sheriff-name-header{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-items: center;
}

.lcso-mission-statement-header{
    margin-bottom: 20px;
}

.homepage-layout-wrap{
    display: flex;
    flex-direction: column;
}

.sheriff-name{
    color: #005425;
    margin-top: 2vh;
}

@media (min-width: 1500px){
    .homepage-layout-wrap{
        flex-direction: row;
    }
    .sheriff-name{
        margin-top: 0;
    }
}

img.sheriff-profile{
    max-height: 500px;
    width: 100%;
    max-width: 500px;
    border-radius:8px;
    margin: 10px auto;
}

@media (max-width: 1080px){
    /* align social icon with hamburger menu icon */
    .social-header-icon--right{
        margin-right: 8px;
    }
}

.sheriff-message-container{
    flex: 1;
    text-align: justify;
    /*max-width: 1000px;*/
    margin-bottom: 20px;
}
.sheriff-message{
    text-align: justify;
}
@media (min-width: 992px){
    .sheriff-message-container h1 {
        padding-left: 10px; /* sheriff's name */
    }

    .sheriff-message{
        padding-left: 10px;
        
    }
}
@media (min-width: 768px) and (max-width: 1500px){
    .sheriff-message-container .col-sm-6{
        padding-right: 30px !important;
    }
}
.pb-0{
    padding-bottom: 0px;
}

@media (min-width: 992px) and (max-width: 1270px){
    .login-link, .home-link{
        font-size: 1.5vw !important;
    }
}

@media (max-width: 992px){
    .login-link:hover, .home-link a:hover{
        color: #e4b32c;
    }
}

@media (min-width: 992px){
    .navbar-nav > li.home-link{ 
        display:none !important;
    }
    .login-link:hover{
        background-color: white !important;
        color: #005425 !important;
    }
}




.serpentine-font, .serpentine-font--italic{
        font-family: 'Serpentine_Italic', sans-serif;
}
.serpentine-font--nonitalic{
    font-family: 'Serpentine', sans-serif;
}
/* @media (min-width: 768px) {
    .sheriff-message{
        margin-top: 40px;
    }
} */
/*
.heatmap-enabled::after {
    content: ""; /* ::before and ::after both require content 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: red;
    opacity: var(--opacity, 0); /*this will be adjusted by showHeatmap action
    display: var(--heatmapShow, none);
}
*/

/***********begin social media swaps during the transition************/
.social-top-banner-new, .transition-to-modern .social-top-banner-old,
.social-menu-bar-new, .transition-to-modern .social-menu-bar-old,
.transition-to-modern .socialIcons-old{
    display: none; /*swaps the old for new top-banner social links with the transition flag*/
}


.social-top-banner-old, .transition-to-modern .social-top-banner-new {
    display: block; /*swaps the old for new top-banner social links with the transition flag*/
    color: white;
}

.social-menu-bar-old, .transition-to-modern .navbar-brand.social-menu-bar-new {
    display: block; /*swaps the old for new top-banner social links with the transition flag*/
    color: white;
    font-size: 28px;
}
.transition-to-modern .social-top-banner-new a:hover {
    text-decoration: none; /*no underlines when you hover*/
}
    .transition-to-modern .navbar-brand.social-menu-bar-new .nextdoor-icon {
        -webkit-filter: brightness(0) invert(1); /*for Safari*/
        filter: brightness(0) invert(1); /*make all black, then invert to white*/
        transform: translate(4px, -4px);/*tiny tweak in location to line up with ligature icons*/
    }

    .socialMediaFooter {
        display: none; /*hidden by default during transition*/
    }
.transition-to-modern .socialMediaFooter { /*see below in footer section for the rest of the social media footer styling*/
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

[v-cloak] { display: none; } /* hide vue element {{placeholders}} while init */


/***********end social media swaps during the transition************/
.transition-to-modern .HomePageOverlayLocation{
    display: none; /*we are hiding this after the transition*/
}

.transition-to-modern .HomePageOverlaySheriffName {
    top: 10px;
    left: 50%;
    transform: translateX(-50%); /*a combination of left 50% and tranlateX -50% puts any positioned element in the direct middle*/
    font-size: 3em;
    width: 100vw;
    text-align:center;
}
@media (max-width: 991px) {/*duplicated for this media query because we have to override a media query from the old format, later this can just be standard*/
    .transition-to-modern .HomePageOverlaySheriffName {
        top: 10px;
        left: 50%;
        transform: translateX(-50%); /*a combination of left 50% and tranlateX -50% puts any positioned element in the direct middle*/
        font-size: 3em;
        width: 100vw;
        text-align: center;
    }
}

@media (max-width: 768px){ 
    .homePageLinkSectionThumbNail{
        margin-bottom: 20px;
    }

    .homePageLinkSectionThumbNail img.homepage-link-image{
        width: 216px;
        height: 216px;
    }
}
.mb-20px{
    margin-bottom: 20px;
}

.transition-to-modern .homePageLinkSectionHeader{
    display:none;/*hidden */
}
/********************************************************************Transition to Modern*****/
body {
    font-family: serif;
}


    ul {
        line-height: 30px
    }

    a, a:hover, a:visited {
        color: #015509;
    }


    /*******************/
    /* Header specific */
    /*******************/



    /****************/
    /*  Image Stuff */
    /****************/



    /**************/
    /*   Colors   */
    /**************/
    /*These are customizations, beyond the bootstrap defaults*/
    .text-red {
        color: red;
    }

    .text-white {
        color: white;
    }

    .text-green {
        color: green;
    }

    .text-yellow {
        color: #e4b32c;
    }

    .text-darkgreen {
        color: #005425;
    }

    .text-gray, .text-grey {
        color: #6a6a6a; /*to match muted color in footer links*/
    }

    /**********/
    /* COMMON */
    /**********/
    .vidSheriff, .homePageLinkSectionHeader, .middleContent {
        /*padding-top: 25px;*/
        padding-top: 0 !important;
        padding-bottom: 50px;
    }

    sup {
        vertical-align: super;
        font-size: small !important;
    }

    @media (max-width: 467px) {
        .pageLinks {
            font-size: 2.8vw;
        }
    }


    @media (min-width: 1200px) and (max-width: 1470px) {
        .pageLinksTMC {
            font-size: 0.9vw;
        }
    }

    @media (min-width: 768px) and (max-width: 970px) {
        .pageLinksOurYouth {
            font-size: 1.4vw;
        }
    }

    @media (min-width: 1200px) and (max-width: 1292px) {
        .pageLinksYC {
            font-size: 1.05vw;
        }
    }

    @media (max-width: 440px) {
        .pageLinksYC {
            font-size: 2.8vw;
        }
    }


    /*********************/
    /* Homepage specific */
    /*********************/

    /*Header VIDEO*/

    .HomePageHeaderContainer {
        position: relative;
        overflow: hidden;
    }


    .HomePageOverlaySheriffName, .HomePageOverlayLocation, .HomePageBottomButtons, .MissionStatement, .scrollText {
        position: absolute;
        font-style: normal;
        font-weight: bold;
        /*z-index: 1;*/
    }

    .HomePageOverlayLocation {
        color: #000000;
        top: 0%;
        left: 25%;
        font-size: 2.5vw;
        /*font-style: italic;*/
        /*color: #005425;*/
        /*text-shadow: 1px 1px 8px #e4b32c, -1px -1px 8px #e4b32c;*/
        -webkit-text-stroke: 1px #FFFFFF;
        text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
    }

    .HomePageOverlaySheriffName {
        top: 10%;
        left: 36%;
        font-size: 2.5vw;
        font-style: italic !important;
        color: #e4b32c;
        text-shadow: 1px 1px 8px #000000, -1px -1px 8px #000000;
    }

    @media (max-width: 991px) {
        .HomePageOverlayLocation {
            font-size: 4vw;
            left: 12%;
            top: -3%;
        }

        .HomePageOverlaySheriffName {
            font-size: 4vw;
            left: 30%;
            top: 7%;
        }
    }

    .MissionStatement, .MissionStatementUnderLine {
        bottom: 11%;
        left: -60%;
        font-size: 1.8vw;
        font-style: italic;
        color: #014307;
        text-shadow: 1px 1px 8px #FFFFFF, -1px -1px 8px #FFFFFF;
    }

    .MissionStatementUnderLine {
        color: #e4b32c !important;
        text-shadow: 1px 1px 8px #000000, -1px -1px 8px #000000;
    }

    @media (max-width: 991px) {
        .MissionStatement, .MissionStatementUnderLine {
            font-size: 3.0vw;
            bottom: 0;
        }
    }
    @font-face {
        font-family: 'Pinyon Script';
        font-style: normal;
        font-weight: 400;
        src: url('/stylesheets/fonts/Pinyon_Script/PinyonScript-Regular.ttf');
    }
    .scrollText {
        font-family: 'Pinyon Script';
        top: 30%;
        left: 10.5%;
        font-size: 1.5vw;
        color: #272727;
        width: 21vw;
    }

    .scrollTextTitle {
        font-size: 2.5vw !important;
    }

    .scrollTextSigName {
        font-family: none;
        font-size: 0.5vw;
    }

    .middlePageTopLinks, .HomePageBottomButton {
        width: 15vw;
        height: 3.2vw;
        -webkit-transform: skew(-30deg);
        -moz-transform: skew(-30deg);
        -o-transform: skew(-30deg);
        transform: skew(-30deg);
        background-color: #005425;
        margin-right: 1vw;
        vertical-align: middle;
        color: #ffffff !important;
        display: block !important;
    }

    .HomePageBottomButtons { /*button parent*/
        bottom: 0 !important;
        font-size: 1.3vw;
        color: #ffffff;
        margin: auto;
        width: 100%;
        left: 10px;
        border-bottom: 2px solid #000000;
    }

    .HomePageBottomButton { /*buttons themselves*/
        display: inline-block !important;
        float: left;
    }

    .HomePageBottomButtonsSmallerScreen {
        border: 1px solid #FFFFFF;
        background-color: #002800;
    }

    .middlePageLinks {
        border: 1px solid #ffffff;
        background-color: #005425;
        color: #ffffff;
    }

        .middlePageLinks a {
            color: #ffffff;
        }

    @media (max-width: 767px) {
        .middlePageLinks a {
            font-size: 3.2vw !important;
        }
    }

    .HomePageBottomButtonsSmallerScreen .glyphicon {
        /*.glyphicon-envelope, .glyphicon-pencil, .glyphicon-list-alt, .glyphicon-usd*/
        color: #FFFFFF;
    }

    .middlePageTopLinks span, .HomePageBottomButton span {
        -webkit-transform: skew(30deg);
        -moz-transform: skew(30deg);
        -o-transform: skew(30deg);
        transform: skew(30deg);
        vertical-align: middle;
    }

    .middlePageBlueLinks, .middlePageBlueLinks a {
        color: #005425 !important;
    }

        .middlePageBlueLinks a:hover {
            text-decoration: underline;
            background-color: #005425;
            color: white;
        }

    .middlePageBlueLinksHeader {
        background-color: #005425;
        color: #FFFFFF;
        width: 100% !important;
        display: block;
    }




    /*link section*/
    .homePageLinkSectionHeader, .row.homePageLinkSection, .row.homepage-section {
        background-color: #103219 !important;
        position: relative;
        padding-top: 2em;
    }

    /*New 09-10-2019*/
    /*Flexbox on homepage links*/
    .homePageLinkSectionInterior {
        margin-right: auto;
        margin-left: auto;
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 1500px; /*so that our rows can't exceed 6 items (of width 245px each)*/
    }
    /*New 09-10-2019*/

    .homePageLinkSectionHeader {
        color: white;
        margin-top: 0px !important;
        /*padding-bottom: 50px;*/
    }

    /*@media (max-width:767px) {
    .homePageLinkSectionThumbNail {
        padding-top: 25px;
    }
}*/

    .homePageLinkSectionThumbNail {
        padding-bottom: 25px !important;
        /*width: 10vw;
    height:10vw;*/
        width: 245px;
        height: 245px;
    }

        .homePageLinkSectionThumbNail img {
            border-radius: 50%;
            width: 146px;
            height: 146px;
            -webkit-filter: brightness(80%); /* Safari 6.0 - 9.0 */
            filter: brightness(80%);
            box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); /*resting 6dp*/
            /*box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);/*simulates resting - dp1 height*/
        }

            .homePageLinkSectionThumbNail img:hover {
                -webkit-filter: brightness(100%); /* Safari 6.0 - 9.0 */
                filter: brightness(100%);
                box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
                /*box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12); /*picked up 12dp*/
                /*box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); /*simulates picked up - dp8 height*/
            }

        .homePageLinkSectionThumbNail > h2 {
            display: inline;
        }

    .homePageLinkSectionThumbNailTitles {
        color: white;
        text-shadow: 2px 2px 5px #005425, -2px -2px 5px #005425;
    }

    /*resize thumbs and text for small screens*/
    @media (max-width: 767px) {
        /*
        .homePageLinkSectionThumbNail > a > img {
            width: 20vw !important;
            height: 20vw !important;
        }
        . a {
            font-size: 4vw !important;
        }
        */
        .homePageLinkSectionThumbNail{
            width:80vw;
        }
        

    }

    /*@media(min-width:768px) {*/
    .homePageLinkSection, .homepage-section {
        /*padding-left: 14vw;*/
        padding-bottom: 10px;
    }
    /*}*/


    /*.homePageLinkSection,*/
    .homePageJoinOurTeamText, .homePageJoinOurTeamSectionHeader, .leadershipTeamHeader, .header-color {
        color: #005425 !important;
        background-color: #FFFFFF;
    }

    /************************/
    /*end home page specific*/
    /************************/






    /******************/
    /* IMAGE CAROUSEL */
    /******************/
    .carouselContainer {
        max-height: 75vh !important;
        width: auto !important;
        overflow: hidden;
    }

    .carouselImages {
        max-height: 100% !important;
        width: auto !important;
    }

    .carousel-inner img {
        width: 100%;
        /*filter: alpha(opacity=40);
    opacity: 0.4;*/
    }
/***** ColdCase image carousel customizations **********************************************/
    /*****images for cold case are not in landscape format and need to not overflow their container in the carousel*****/
.coldcasePage .carouselContainer {
    height: 50vh !important;
    width: auto !important;
    overflow: hidden;
    position:relative;
}

.coldcasePage .carousel-control{
   /* opacity:0 !important;*/
}
    
    .coldcasePage .carouselContainer .carousel .item.active img,
    .coldcasePage .carouselContainer .carousel .item.left img,
    .coldcasePage .carouselContainer .carousel .item.right img
{
    /*active: currently center; left: moving to the left; right: moving to the right*/
    /*object-fit: contain; /*maintain aspect ratio*/
    /*had to use an IE friendly version of these styles (object-fit isn't supported in IE...)*/
    opacity:1;
    width:auto;
    position: relative;
    left:50%;
    transform: translateX(-50%);
    height: 50vh; /*forceably constrained to the same as the container...*/
}

/********************************************** ColdCase image carousel customizations *****/
        /*@media (min-width: 1201px) {*/
        @media (min-width: 992px) {
            .carousel-inner img {
                width: 100%;
                filter: alpha(opacity=40);
                opacity: 0.4;
            }
        }

        .carousel-indicators {
        bottom: 10%;
    }

    .glyphicon-chevron-right, .glyphicon-chevron-left, .glyphicon-shopping-cart, .glyphicon-picture, .glyphicon-pencil, .glyphicon-retweet .glyphicon-calendar {
        color: #015509 !important;
    }

    .glyphicon-chevron-right, .glyphicon-chevron-left {
        font-size: 4vw !important;
    }

    .pageTitle {
        position: absolute !important;
        max-width: 75% !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
        font-size: 6vw;
        -webkit-text-stroke: 1px #FFFFFF;
        text-shadow: -1px -1px 6px #FFF, 1px -1px 6px #FFF, -1px 1px 6px #FFF, 1px 1px 6px #FFF;
        color: #005425;
    }

    @media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
        .pageTitle {
            position: absolute !important;
            left: 180px !important;
        }
    }

    /*@media (max-width: 1200px) {*/
    @media (max-width: 992px) {
        .pageTitle {
            visibility: hidden !important;
        }
    }

    /*.pageName {
    font-size: 4vw !important;
    font-style: italic;
    color: #e4b32c;
    text-shadow: 1px 1px 8px #000000, -1px -1px 8px #000000;
}*/

    /*.pageName {
    font-style: italic;
    color: #005425;
    max-width: 75%;
    top: 2%;
    left: 15%;
    font-size: 6vw; /*also vmin and vmax
    -webkit-text-stroke: 1px #FFFFFF;
    text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
}*/



    /*******************/
    /* Leadership team*/
    /*****************/
    .imageHighlightHover:hover, .close:hover {
        box-shadow: -1px -1px 4px #006400, 1px -1px 4px #006400, -1px 1px 4px #006400, 1px 1px 4px #006400;
    }

    .panel-heading, .panel-heading-LeadershipTeam {
        background-color: #005425 !important;
        color: #FFFFFF !important;
        width: 100% !important;
    }


    .panel-LeadershipTeam {
        border: 1px solid #005425 !important;
    }

    @media (max-width: 992px) {
        .panel-LeadershipTeam {
            text-align: left !important;
        }
    }

    /*.panel-heading-LeadershipTeam {
    padding-left: 0 !important;  
    padding-right: 0 !important;
    margin-left: 0 !important;  
    margin-right: 0 !important; 
    width: 100% !important;
}*/

@media (min-width: 1250px) {
    .leadershipTeamDiv {
        margin-left: -40px !important;
    }

    .panel-adjunct, .panel-heading-adjunct, .panel-body-adjunct, .panel-footer-adjunct {
        margin: 0 auto !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .adminDirector, .genCounsel, .financeDirector {
        margin-top: 40px !important;
        /*margin-left: -30px !important;*/
    }

    .genCounProfStFinan {
        margin-left: 3px !important;
    }

    .profst {
        margin-left: 100px !important;
        margin-right: 100px !important;
    }
}








    /*****************/
    /* Media releases*/
    /*****************/
    .panel-MRTemplate {
        border: 1px solid #015509 !important;
    }

    .panel-heading-MRTemplate {
        background-color: #015509 !important;
    }

    .panel-footer-MRTemplate {
        background-color: #dddddd !important;
    }







    /***********/
    /* INMATES */
    /***********/
    .raceCodeDisclaimerCollapseClick:hover, .raceCodeDisclaimerCollapseClick, .raceCodeDisclaimerCollapseClick a {
        cursor: pointer;
        /* color: red; */
    }

    .raHeaderBckGrd, .inmateDetailsHeaderBckGrd {
        background-color: #eeeeee;
    }

    .raInmateImage {
        border: 2px solid #015509;
        width: 120px;
    }

    @media (min-width: 768px) {
        .raInmateImage {
            width: 240px;
        }
    }

    .raRightArrowParent {
        background: #f9f9f9;
        background: -webkit-linear-gradient(right, #f9f9f9, #9d9d9d);
        background: -o-linear-gradient(right, #f9f9f9, #9d9d9d);
        background: -moz-linear-gradient(right, #f9f9f9, #9d9d9d);
        background: linear-gradient(to right, #f9f9f9, #9d9d9d);
        vertical-align: middle !important;
    }

        .raRightArrowParent:hover {
            background: #f9f9f9;
            background: -webkit-linear-gradient(right, #f9f9f9, #015509);
            background: -o-linear-gradient(right, #f9f9f9, #015509);
            background: -moz-linear-gradient(right, #f9f9f9, #015509);
            background: linear-gradient(to right, #f9f9f9, #015509);
            vertical-align: middle !important;
        }

    /*@media (min-width: 992px) {
    .raRightArrow {
        padding-right: 10px;
    }
}*/

    @media (min-width: 768px) {
        .raText {
            font-size: 20px !important;
        }
    }

    .raDisclaimer {
        border: 1px solid #d3c0bf;
    }

    .row-fluid-container {
        height: 120px;
        /*width: 100%;*/
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    /*
.row-fluid-container-inmateimage {
    height: 210px;
}
*/

    .row-fluid-item {
        position: relative;
        display: inline-block;
        margin: 8px 8px;
        border-top-right-radius: 4px;
        vertical-align: bottom;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        width: 282px;
        height: 188px;
        box-shadow: 6px 6px 8px #283337 !important;
    }

    .row-fluid-item-inmateimage { /*box shadow around image*/
        height: 310px;
        width: 240px;
    }

    .row-fluid-container-inmateimage {
        height: 420px;
    }

    @media (max-width: 767px) {
        .row-fluid-item {
            width: 141px;
            height: 94px;
        }

        .row-fluid-item-inmateimage { /*box shadow around image*/
            height: 149px;
            width: 120px;
        }

        .row-fluid-container-inmateimage {
            height: 210px;
        }
    }

    /*blank href over images*/
    .row-fluid-item > a {
        box-shadow: 0;
        border-top-right-radius: 0;
        margin: 0;
    }

    .row-fluid-item-arrow {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 94px;
        vertical-align: middle;
        background-repeat: no-repeat;
    }

    /* mdb = Mugshot Booking Detail */
    .lcso-mbd-panel-heading {
        background-color: #dddddd !important;
        color: #005425 !important;
    }

    .lcso-mbdCharges > div {
        padding-bottom: 20px;
        padding-left: 20px;
    }

    
    .panel-body > div * {
        padding-bottom: 10px;
    }


.panel-body > div .noBottomPadding, .panel-body > .panel-body-LeadershipTeam .noBottomPadding {
    padding-bottom: 0;
    /*this is to override a .panel-body > div * styling in the main lcso css file, that causes an awkward gap below the command staff images*/
}






    /************/
    /* MEMORIAL */
    /************/
    .memorialBckgrd {
        background-color: #000000 !important;
    }

    .memorialGreyText {
        color: #6a797c;
        font-weight: bold;
        font-style: italic;
    }

    .memorialWhiteText {
        color: #999;
    }

    .panel-heading-Memorial {
        background-color: #2a2a2a !important;
        color: #FFF !important;
        width: 100% !important;
        border: none !important;
    }

    .panel-Memorial {
        border: 1px solid #2a2a2a !important;
        text-align: left !important;
    }

    .panel-body-MemorialImage {
        float: left;
        padding-right: 8px;
    }

    .panel-body-Memorial {
        background-color: #000 !important;
    }



    /*******************/
    /*SOCIAL MEDIA PAGE*/
    /*******************/
    .panel-social {
        /*
    border-left: 1px solid #c8c8c8 !important;
    border-right: 1px solid #c8c8c8 !important;
    border-bottom: 1px solid #c8c8c8 !important;
    */
        border: 1px solid #005425 !important;
        margin: 50px 50px 50px 50px !important;
        /*margin: 50px 20px 50px 20px !important;*/
    }

    .panel-social-body {
        height: 450px;
        overflow-y: scroll;
    }

    .panel-social-Heading {
        background-color: #005425 !important;
        color: #FFF !important;
        width: 100% !important;
    }

    .panel-social-list-group-item-Heading {
        color: #777 !important;
    }

    .panel-social-list-group-item-Body {
        color: #000 !important;
    }

    .list-group-item-social {
        border: none !important;
    }

    .no-break {
        display: inline !important;
    }

    .no-lineBreak {
        white-space: nowrap;
    }






    /**************/
    /* CONTACT US */
    /**************/
    .lcso-contactUsHeader {
        background-color: #ddd;
        color: #015509 !important;
    }

    /**************/
    /*  COLD CASE */
    /**************/ 

    .coldcasePage p {
    /*default styling for paragraphs within the cold case pages*/
    text-align: justify;
    font-size: 18px;
    padding-top: 0.5em;
    clear: both;
    }
    .coldcasePage h2, .coldcasePage h3{
        font-weight:bold;
        text-align:center;
    }
    .cold-case-blurb{
        padding:1em 2em 1em 2em;
    }

    .cold-case-blurb img.coldcaseTeamLogo{
        float:left;
        height:120px;
        width:120px;
        margin-right:1em;
    }
    .cold-case-blurb p.first{
        /*padding-top:1em;/*extra space for this first paragraph*/
        clear:none;/*allow the floating image to left on the first paragraph only*/
    }
        .cold-case-blurb p.last {
        text-align:center;/*special alignment for this last bit of the blurb*/
        }
    .coldcasePage .cold-case-contact p{
        text-align:left;
        clear: none; /*allow the floating image to right of the contact info*/
    }
    .cold-case-contact{
        padding:0px 0 60px 2em;
    }
        .cold-case-contact img.crimelineLogo {
            float:right;
            height: 120px;
            /*width:120px;*/
            margin-left: 1em;
        }
    /*************/
    /*COPS N KIDS*/
    /*************/
    .copsnkidssponsors {
        padding-bottom: 10px;
    }

        .copsnkidssponsors > a > img {
            border: 1px solid #ddd;
        }


    /*********/
    /* SRD'S */
    /********/
    .srdContactInfo > * {
        font-size: 3vw !important;
    }


    /***********************************************/
    /* Footer specific - also see COMMON CSS above */
    /***********************************************/


    .socialMediaFooter a {
        padding: 20px 15px 0px 15px;
        color: white;
    }

    .socialMediaFooter .png-icon, .top-banner .png-icon { /*modif to make a png image look like font-awesome icon ligatures, in white*/
        -webkit-filter: brightness(0) invert(1); /*for Safari*/
        filter: brightness(0) invert(1); /*make all black, then invert to white*/
        height: 26px;
        width: 26px;
        transform: translate(0, -4px);
    }

        .socialMediaFooter .png-icon.nextdoor-icon {
            transform: translate(2px, -4px); /*for a perfect visual centering, tiny tweak*/
            -webkit-filter: brightness(0) invert(0.41); /*for Safari*/
            filter: brightness(0) invert(0.41); /*make all black, then invert partially to grey (to match other links at #6a6a6a*/
        }
    /*colors of social icons when you hover should represent the brand*/
    .socialMediaFooter .fab.fa-facebook-square:hover, .top-banner .fab.fa-facebook-square:hover {
        color: #0078FF;
    }
    /*facebook (messenger version, since it shows up better on dark) blue*/
    .socialMediaFooter .fab.fa-twitter:hover, .top-banner .fab.fa-twitter:hover {
        color: #1DA1F2;
    }
    /*twitter blue*/
    .socialMediaFooter .fab.fa-youtube:hover, .top-banner .fab.fa-youtube:hover {
        color: #FF0000;
    }
    /*youtube red is just red...*/
    .socialMediaFooter .fab.fa-instagram:hover, .top-banner .fab.fa-instagram:hover {
        color: #E1306C;
    }
    /*pink color from instagram logo*/
    .socialMediaFooter .png-icon.nextdoor-icon:hover, .top-banner .png-icon.nextdoor-icon:hover {
        filter: brightness(1) invert(0);
    }
    /*go back to original image color, we had wiped it out to white earlier*/

    .footer {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    @media (min-width: 992px) {
        .footer {
            padding-top: 30px;
            padding-bottom: 30px;
        }
    }

    .footer, .footerAddressLink a {
        background-color: #252525;
        /*color: #3c3c3c;*/
        color: #6a6a6a;
    }

        .footerAddressLink a:hover {
            /*color: #449f07;*/
            color: #FFF;
        }

    .footerHorizLine {
        background-color: #6a6a6a !important;
        color: #6a6a6a !important;
        border: solid 0 #6a6a6a !important;
        height: 1px !important;
        width: 80% !important;
    }

    .footerVertLine {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        border-left: 1px solid #6a6a6a;
    }

    /*
.homePageFooter:hover {
    color: #FFFFFF;
}*/


    @media (min-width: 992px) {
        .officeOfSheriff {
            border-right: 1px solid #6a6a6a;
        }
    }

    /*@media (max-width: 992px) {*/
    /*
.footerSocialIcons {
    padding-right: 5vw;
    padding-bottom: 2vw;
    filter: gray;
    filter: grayscale(1);
    filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.footerSocialIcons:hover {
    filter: grayscale(0%);
}
*/

    .socialIcons {
        background-color: #103219 !important;
        width: 100% !important;
    }
    /*}*/

    .copyright {
        background-color: #000000;
        color: #373737;
        height: 75px;
        line-height: 75px;
    }

    @media (max-width: 450px) {
        .copyright > div > * {
            font-size: 4.5vw !important;
        }
    }

    /*********************************/
    /* Bootstrap Specific Overrides  */
    /*********************************/
    .label-warning {
        background-color: #e4b32c !important;
        color: #015509 !important;
    }


    /* Navbar drop down*/
    /*.dropdown-toggle:active, .open .dropdown-toggle {
    background:#FFF !important; 
    color:#000 !important;
}
*/

    /*@media (min-width: 1068px) {*/
    /*@media (min-width: 1030px) {*/
    /*@media (min-width: 1257px) {*/
    @media (min-width: 1200px) {
        .dropdown {
            font-size: 12px !important;
        }
    }

    .dropdown-menu {
        background-color: #005425;
        /*border: 2px solid #000000 !important;*/
        border: 1px solid #FFF !important;
        /*border-left: 0 !important;
    border-right: 0 !important;*/
        /*border-top: 0;*/
    }

    .transition-to-modern .dropdown-menu {
        background-color: #2e5d2a; /*light version of the dark green, for contrast*/
    }

    .dropdown-menu > li.ddSubItem > a {
        padding-left: 10px;
    }

    /*
.ddSubItem {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
*/

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > a:after {
            border-color: transparent transparent transparent #333;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            content: " ";
            display: block;
            float: right;
            height: 0;
            margin-right: -10px;
            margin-top: 5px;
            width: 0;
        }

    /*
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
}
*/

    .dropdown-menu > li > a {
        color: #ffffff;
        font-size: 22px !important; /*dropdown text*/
    }

        /*dropdown hover href color*/
        .dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
            text-decoration: underline !important;
            /*background-color: #e4b32c !important;*/
            background-color: #FFF !important;
            color: #005425 !important;
        }

    /*dropdown active color*/
    .open > .dropdown-toggle {
        background-color: #FFFFFF !important;
        color: #005425 !important;
    }

    /*'hover' to show dd menu on large screens...'click' to show on smaller screens.  match navbar break point below!!!*/
    /*@media (min-width: 1067px) {*/
    /*@media (min-width: 1030px) {*/
    /*@media (min-width: 1257px) {*/
    /*@media (min-width: 1200px) {*/
    @media (min-width: 992px) {
        ul.nav li:hover > ul.dropdown-menu {
            display: block !important;
        }
    }


    .navbar {
        margin-bottom: 0px !important;
        background-color: #005425;
    }

    .navbar-brand {
        color: #FFFFFF !important;
        font-size: 28px; /* !important;*/
        padding: 0px !important;
        padding-left: 15px !important;
        padding-top: 15px !important;
    }

        .navbar-brand img {
            height: 75%;
            padding-right: 10px;
        }

    /*@media (max-width: 992px) {
    .navbar-brand-pageName {
        visibility: visible !important;
    }
}*/

    /*override navbar-brand left padding*/
    /*
@media (max-width: 767px) {
    nav .navbar-brand {
        padding-left: 0px !important;
    }
}
*/


    /*navbar collapse breakpoint-match hover above!!!*/
    /*@media (max-width: 1067px) {*/
    /*@media (max-width: 1030px) {*/
    /*@media (max-width: 1257px) {*/
    /*@media (max-width: 1200px) {*/
    @media (max-width: 992px) {
        .navbar-header {
            float: none !important;
        }

        .navbar-left, .navbar-right {
            float: none !important;
        }

        .navbar-toggle {
            display: block !important;
            border: none;
        }

        .navbar-collapse {
            border-top: 1px solid transparent !important;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1) !important;
        }

        .navbar-fixed-top {
            top: 0 !important;
            border-width: 0 0 1px !important;
        }

        .navbar-collapse.collapse {
            display: none !important;
        }

        .navbar-nav {
            float: none !important;
            margin-top: 7.5px !important;
        }

            .navbar-nav > li {
                float: none !important;
                font-size: 20px !important; /*navbar header text*/
            }

                .navbar-nav > li > a {
                    padding-top: 10px !important;
                    padding-bottom: 10px !important;
                    color: #FFFFFF !important; /*collapsed navbar href color*/
                    font-weight: bold !important;
                }

                    .navbar-nav > li > a:hover {
                        color: #e4b32c !important; /*collapsed navbar href hover color*/
                    }

        .collapse.in {
            display: block !important;
        }

        .navbar-nav .open .dropdown-menu {
            position: static !important;
            float: none !important;
            width: auto !important;
            margin-top: 0 !important;
            background-color: transparent !important;
            border: 0 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }
    }


    /*@media (min-width: 1030px) {*/
    /*@media (min-width: 1067px) {*/
    /*@media (min-width: 1257px) {*/
    /*@media (min-width: 1200px) {*/
    @media (min-width: 992px) {
        .navbar-nav {
            /*float: none !important;*/
            margin: 0 auto !important;
            display: table !important;
            table-layout: fixed !important;
            float: none !important;
            width: 100% !important;
            margin-top: 7.5px !important;
        }

            .navbar-nav > li {
                /* BEGIN center navbar text*/
                display: table-cell !important;
                float: none !important;
                text-align: center !important;
                width: 100% !important;
                /* END center navbar text*/
                font-size: 18px !important; /*navbar header text*/
            }

                .navbar-nav > li > a {
                    padding-top: 20px !important;
                    padding-bottom: 20px !important;
                    color: #ffffff !important;
                    font-weight: bold !important;
                }

        .nav:before {
            display: none !important;
        }
    }



    /*header dropdown - section seperators*/
    .dividerBottom, .divider {
        height: 2px !important;
        margin-bottom: 5px !important;
        margin-top: 5px !important;
        background-color: #002604 !important;
    }

    .divider {
        height: 1px !important;
        background-color: #FFF !important;
    }

    /*.dividerBottom {
    background-color: #FFFFFF !important;
}*/

    /*@media (min-width: 1200px) {*/
    @media (min-width: 992px) {
        .dividerBottom {
            /*visibility: hidden !important;*/
            display: none !important;
        }
    }

    /*header dropdown - section header titles*/
    .dropdown-header {
        /*text-decoration: underline !important;*/
        padding-left: 2px !important;
        margin-left: 2px !important;
        font-weight: bold !important;
        font-style: italic !important;
        color: #e4b32c !important;
        font-size: 16px !important;
    }

    @media (min-width: 992px) and (max-width: 1270px) {
        .dropdown-toggle, .dropdown-menu > li.dropdown-header, .dropdown-menu > li.ddSubItem > a {
            font-size: 1.5vw !important;
        }
    }


    /*************************************/
    /* LCSO Specific Bootstrap overrides */
    /*************************************/
    .btn-lcso:hover {
        background-color: #005425 !important;
        color: white !important;
    }

    .btn-lcso {
        color: #005425;
        border-color: #005425;
    }

    .close {
        font-size: 26px;
    }

    @media (min-width: 992px) {
        .caret {
            display: none !important;
        }
    }




   /*Bootstrap 3 hacks*/

    /*horizontal margins & padding*/

    .px-1 {
        padding-left: 4px;
        padding-right: 4px;
    }
    .px-2 {
        padding-left: 8px;
        padding-right: 8px;
    }
    .px-3 {
        padding-left: 12px;
        padding-right: 12px;
    }
    .px-4 {
        padding-left: 16px;
        padding-right: 16px;
    }
    .px-5 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mx-1 {
        margin-left: 4px;
        margin-right: 4px;
    }
    .mx-2 {
        margin-left: 8px;
        margin-right: 8px;
    }
    .mx-3 {
        margin-left: 12px;
        margin-right: 12px;
    }
    .mx-4 {
        margin-left: 16px;
        margin-right: 16px;
    }
    .mx-5 {
        margin-left: 20px;
        margin-right: 20px;
    }


    .mx-auto{
        margin-left: auto;
        margin-right: auto;
    }

    /*vertical margins & padding*/

    .py-1 {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .py-2 {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .py-3 {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .py-4 {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .py-5 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .my-1 {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .my-2 {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .my-3 {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .my-4 {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .my-5 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .border-1 {
        border: 1px solid black;
    }


     /* LCSO Specific css*/
    .LCSOYellowHighlight {
        background-color: yellow;
    }

    .linespacing30px > div > h3 {
        line-height: 50px;
    }

    .lineheight30px {
        line-height: 30px !important;
    }

    @media print {
        .noprint {
            display: none;
        }
    }

    .lcsoNavBarBrand {
        text-decoration: none !important;
    }

    video {
        width: 100%;
        height: auto;
    }

    a.apply {
        float: right;
        font-size: 30px;
        background: #005005;
        color: white;
        padding: 2vh 4vw;
        margin: 2.5vh 1vw;
        text-decoration: none;
    }
    a.apply:hover {
        text-decoration: none;
        background-color: #2B7D32;
    }

    /*button styles*/
    a.btn.oval, button.btn.oval {
        /*these dimensions are designed to be friendly with mdb default styling of button.btn, but rounds the corners off into an oval*/
        height: 46px;
        border-radius: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
    }

    a.btn.oval--slim, button.btn.oval--slim {
        height: 2em;
        border-radius: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
    }

    /*action colors (lcso light theme)*/
    .action-blue, .action-blue:visited{
        background-color: #2962ff;
        color: white;
    }
    .action-blue:hover{
        background-color: #768fff;
        color: black;   
    }

    .action-green, .action-green:visited{
        background-color: #2e7d32;
        color: white;
    }
    .action-green:hover{
        background-color: #60ad5e;
        color: black;   
    }

    .action-red, .action-red:visited{
        background-color: #d32f2f;
        color: white;
    }
    .action-red:hover{
        background-color: #ff6659;
        color: black;   
    }
    .lcso-carousel .v-window__container{
        height: 100%;
    }
    .lcso-carousel .v-window__container .v-window-item .v-image{
        height: 100%!important;
    }
    .hover-green:hover{
        color: #005425!important;
        opacity: 1!important;
    }
    .lcso-nav-link{
        width: 100%!important;
        justify-content: start!important;
        transition: background-color 0.2s ease-in, color 0.2s ease-in!important;
        color: black!important;
        background-color: white!important;
    }
    .lcso-nav-link:hover{
        background-color: #005425!important;
        color: white!important;
    }

    .homepage-slide-item{
        margin: 2vw 1vw 1vw 1vw;
    }
    


    @media (max-width: 768px){
        .homepage-slide-wrapper .v-slide-group__content{
            flex-direction: column;
        }
        .homepage-slide-wrapper .v-slide-group__prev, .homepage-slide-wrapper .v-slide-group__next{
            /* because the vuetify flags were not distinguishing between mobile and desktop correctly */
            display: none;
        }
    }

    .homepage-slide-wrapper{
        background-color: #005425;
    }
    .homepage-slide-wrapper .v-slide-group{
        width:100vw;
        padding:0;
        margin:0;
    }

    /* .homepage-slide-wrapper .v-slide-group__prev.v-slide-group__prev--disabled, .homepage-slide-wrapper .v-slide-group__next.v-slide-group__next--disabled{
        background-color: #13331a;
    }  */
    .homepage-slide-wrapper .v-slide-group__prev.v-slide-group__prev--disabled .v-icon, .homepage-slide-wrapper .v-slide-group__next.v-slide-group__next--disabled .v-icon{
        display: none;
    }

    .homepage-slide-wrapper .v-slide-group__prev, .homepage-slide-wrapper .v-slide-group__next{
        /* controls for the slide group */
       background-color:#13331a;
    }
    .homepage-slide-wrapper .v-slide-group__prev .v-icon, .homepage-slide-wrapper .v-slide-group__next .v-icon{
        color:white;
        font-size:3em;
    }
    /* .lcso-slide-item{
        background-color: white; 
        border-left: 16px solid white; 
        border-right: 16px solid white;
        width: 300px;
    } */
    .homepage-slide-item .v-image{
        filter: grayscale(100%);
        opacity: 0.6;
        transition: opacity 0.2s ease-in;
    }
    .homepage-slide-item .v-image:hover{
        filter: grayscale(0%);
        opacity: 1;
    }
    .green-filter{
        background-color: #005425;
    }
    .lcso-sheriff-message{
        width: 60%;
    }
    .lcso-sheriff-img{
        width: 40%;
        display: flex;
    }
    .lcso-footer-so,.lcso-footer-jail,.lcso-footer-star{
        width: 33%;
    }
    .lcso-nav-links-mobile{
        display: none!important;
    }
    .lcso-footer-star .v-responsive{
        flex: none;
    }
    .lcso-mobile-title-text{
        display: none;
    }
    .lcso-footer-star-img{
        min-height: 120px;
        min-width: 120px;
    }
    .lcso-nav-drawer{
        display: none!important;
    }
    @media (max-width: 768px){
        .lcso-sheriff-container{
            flex-direction: column-reverse;
        }
        .lcso-sheriff-message{
            padding: 16px 8px;
            width: 100%;
        }
        .lcso-sheriff-img{
            width: 100%;
        }
        .lcso-footer-container{
            flex-direction: column;
            height: unset!important;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .lcso-footer-so,.lcso-footer-jail,.lcso-footer-star{
            width: 100%;
        }
        .lcso-footer-star-img{
            height: 15vh;
            width: unset!important;
        }
    }
    @media (max-width: 1080px){
        .lcso-nav-links-mobile{
            display: flex!important;
        }
        .lcso-nav-links-desktop{
            display: none!important;
            justify-content: end!important;
        }
    }
    .lcso-title-text{
        min-width: 280px;
        color: white; 
        font-size: 3vh; 
        line-height:1; 
        text-align: center; 
        text-wrap: nowrap;
    }
    @media (max-width: 1600px){ 
        .lcso-title-text{
            display: none;
        }
        .lcso-mobile-title-text{
            display: flex;
        }
    }

.headerNew-wrapper .v-application--wrap {
    min-height: 0px;
}