﻿
@media (min-width: 0) {

    /*barb cao and outreach*/

    #cao .colorbar,
    #outreach .colorbar{
        height: 45px;
        
    }

    #cao .colorbar .bartitle,
    #outreach .colorbar .bartitle {
        padding-left: 15px;
    }

    /*barb recruit covid page*/

    .recruit-emph {
        width: 96%;
        background-color:aliceblue;
        border: 1px solid blue;
        padding: 7px 0 0 7px;
    }

    .grantsRow {
        width: 96%;
        margin-left: 2% !important;
        margin-right: 2% !important;
        position: relative;
        top: 41px;
    }

    /*barb unemplyment card input reporting*/
     .link-flex {
         padding: 0 0 0 27px;
     }  

     /*use of force page*/
    .uof-flex {
        width: 95%;
        margin:auto;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-align-items: center;
        align-items: center;
        padding: 10px 0 10px 0;
    }

    .uof-flex-item1  {
        width: 95%;
        margin: auto;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-align-items: center;
        align-items: center;
        padding: 10px 0 10px 0;
    }

    hr {
        background-color: lightgray;
        margin: auto;
        height: 2px;
        width: 95%;
        margin-bottom: 5px;
    }

    .uof-flex-item2 {
        width: 95%;
        margin: auto;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        padding: 10px 0 10px 0;
    }



    .uof-img-text {
        width: 95%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-align-items: center;
        align-items: center;
        padding: 10px 0 10px 0;
    }

    .uof-img-text img {
        padding-bottom: 10px;
        width: 100%;
    }




        .regresource {
        }
    .regresource .card{
        height:auto;
    }
    .card .card-content p {
    margin: 0;
    color: inherit;
    /*margin-top: 20px;*/
}
    .card .card-content .card-title {
    line-height: 1.2;
    padding-bottom:5px;
    }

    .barbmargin a {
        margin-right: 0 !important;
    }

    .breaklongurl a {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .title-padding {
        padding-bottom: 20px;
    }

    .badge{
        width:42%;
        height:auto;
    }
    #page_home_child {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 790px;
    }

    .container .row {
        margin-left: 0;
        margin-right: 0;
    }

    .colorbar {
        height: 18px;
    }

    .card-title {
        font-weight: 500 !important;
    }

    #toptrafficbar {
        background-color: #708E92;
        margin: 0;
        padding: 0;
        width: 100%;
        vertical-align: top;
    }

        .toptrafficbar {
        background-color: #708E92;
        margin: 0;
        padding: 0;
        width: 100%;
        vertical-align: top;
    }

    .card .card-content {
        padding: 0 !important;
    }

    .textpadding {
        padding: 20PX;
    }

        .textpadding_new_recr p {
        padding-top: 2em;
    }

    #accidentbar {
        background-color: #791E15;
    }

    /*Don;t need this doing it a different way, but want to keep*/

    /*ol {
        counter-reset: foo;
        display: table;
        border-spacing: 5px;
    }*/

        /*ol > li {
            counter-increment: foo;
            display: table-row;
            margin-bottom: 10px;
        }

            ol > li::before {
                content: counter(foo) ".";
                display: table-cell; 
                text-align: right;
            }*/

    ol li {
        list-style-type:decimal;
        list-style-position: inside;
        text-indent: -1em;
        padding-left: 1em;  
    }

    .nestedol ol li ol li {
        list-style: lower-alpha;
        margin-left: 1.5em;
    }

    .multilinks p {
        margin-bottom: .5em !important;
    }


    #traffictitle {
        text-align: center;
    }

    #link a {
        margin-bottom: 5em;
    }

    #crossingstreets li {
        list-style-type: disc;
        list-style-position: inside;
        text-indent: -1em;
        padding-left: 1em;
    }

    #drinking li {
        list-style-type: disc;
        list-style-position: inside;
        text-indent: -1em;
        padding-left: 1em;
    }

    #fall li {
        list-style-type: disc;
        list-style-position: inside;
        text-indent: -1em;
        padding-left: 1em;
    }

    #vsurights ol li {
        list-style-type:lower-alpha;
        list-style-position: inside;
        text-indent: -1em;
        padding-left: 1em;
    }
    .inside-cards p {
        padding-left: 10px;
        margin-top: 0;
    }

    .inside-card-margin-fix {
        min-height: 390px;
    }

    .inside-card-margin-fix  {
        margin-left: .5em;
       
    }

    /*jm 5/42017 fix bullet left alone on line on mobile*/
    .barbsul li{
        list-style-type: disc;
        list-style-position: outside;
        text-indent: -1em;
        padding-left: 1em;
    }

        .barbsul2 li{
        list-style-type: none;
        list-style-position: inside;
        text-indent: 0;
        padding-left: 1em;
    }

    .barbsul-w-pic-l li{
        list-style-type: disc;
        list-style-position: inside;
        text-indent: 1em;
        padding-left: 1em;
    }

    .collapsible-body p {
        padding: 0 0 0 10px !important;
    }

    .collapsible-body ol li {
        padding-left: 3rem;
    }

        /*jlm 1/16/2016*/
  .collapsible-body{
        margin-bottom:10px;
    }
   .collapsible-headerSM-dept {
   display: block;
    cursor: pointer;
    height: 5rem;
    line-height: 1.5rem;
    padding: 0 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
   .collapsible-headerSM-dept .downCHSM {
        position: relative;
    top: 17px;
}


    /*jlm 1-4-16*/
    .collapsible-headerSM {
    display: block;
    cursor: pointer;
    height: 5rem;
    line-height: 1.5rem;
    padding: 0 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

    .collapsible-headerSM i {
    width: 2rem;
    font-size: 1.6rem;
    line-height: 4rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem;
}

    .collapsible-headerSM .down10{
        position:relative;
        top:10px;
 }

    .fabNewPage{
        bottom:24px;
        right:1%;
    }

         /*END jlm 1-4-16*/

         /*BEG BLM 1-5-16*/

    .divider-pad {
        margin-bottom: 10px;
    }



    .links a {
        color:#039be5;
         text-transform: uppercase;  
    }

    .links a:hover {
       color: #4abef7;
    }
      .links a:visited {
       color: #754d94;
    }

    .links ul li a {
         color:#039be5;
         text-transform: uppercase;
    }

      .links ul li a:hover {
        color: #4abef7;
    }

        .links ul li a:visited {
           color: #754d94;
    }

    .indent-right li{
        margin-left: 2rem;
    }


         /*END BLM 1-5-16*/
         /*BLM 1-9-16*/

    .picfix img {
       max-width: 100%;
       /*margin-top: 20px;*/
       margin-bottom: 20px;
    }

    .imgpad-r-float img{
        padding: 0;
    }

    .imgpad-l-float img{
        padding: 0;
    }

    .subtitle p {
        font-size: 1.2rem;
    }

    .vsuindent p {
        text-indent: 1em;
        padding-left: 1em;
    }

      .rwr-poster {
        width:100%;
        height:auto;
 
    }

    .info-session-pic .rwr-poster {
        width: 100%;
        height: auto;
    }

    .badge-new-recruit {
        padding-top: 20px;
        padding-bottom: 0;
        width: 255px;
        height: auto;
    }


         /*END BLM 1-9-16*/

         /*BLM 08/05/2019 - address donate button stop stop color-profile K9 page*/

    .donate-button-top {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        padding-top: 10px;
    }

    .donate-button-top2 {
        width: 20%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center;
        padding-top: 10px;
    }


        /*barb new donate buttton K9*/

        .donate-button-top button,
        .donate-button-top2 button{
            height: 36px;
            width: 81px;
            background-color: #CC3333;
            color: white;
            font-weight: 400;
            -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
            box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
            border: none;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
        }

            .donate-button-top button:active,
            .donate-button-top button:hover,
            .donate-button-top2 button:active,
            .donate-button-top2 button:hover {
                position: relative;
                top: 1px;
                left: 1px;
                background-color: #A32929;
            }






    /*end of media WIDTH 0 )*/



}



@media (min-width: 601px) {

    .regresource .card{
        height:150px;
    }

    /*jlm 1-4-16*/
    .collapsible-body{
        margin-bottom:20px;
    }

    /*jlm 1-4-16*/
    .collapsible-headerSM {
    display: block;
    cursor: pointer;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
    .collapsible-headerSM .downCHSM {
    position: static;
    top: 0;
}
    .collapsible-headerSM  i {
    width: 2rem;
    font-size: 1.6rem;
    line-height: 3rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem;
}
     .collapsible-headerSM .down10{
        position:static;
        top:auto;
    }

    .card .card-content p {
    margin: 0;
    color: inherit;

    }

     /*END jlm 1-4-16*/

    .title-padding {
        padding-bottom: 0;
    }



        .card .card-content .card-title {
        line-height: 48px;
         padding-bottom:0px;
        }

        .inside-card-margin-fix li {
        margin-left: 2em;
    }

     .badge{
        width:auto;
        height:auto;
        max-width:25%;
    }

    .badgeRecruit {
        padding-top: 26px;
    }

        .badge-new-recruit {
        
        padding-top: 20px;
        padding-bottom: 20px;
        width:auto;
        height:auto;
        
    }

       .rwr-poster {
        float:left;
        padding-top: 20px;
        padding-bottom: 10px;
        width:76%;
    }

     #page_home_child {
         max-height:none;
     }

     /*blm 01-10-16*/

     .imgpad-r-float img{
        padding-left: 20px;
    }

    .imgpad-l-float img{
        padding-right: 20px;
    }

    .uof-flex {
        width: 95%;
        margin: auto;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        padding: 10px 0 10px 0;
    }

    .uof-flex-item2 {
        width: 95%;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .uof-img-text {
        width: 50%;
    }

    .uof-img-text img {
        width: 95%;
    }

    .reason img {
        margin-top: -4px;
    }

}

    /*ipad*/
@media (min-width: 600px) and (min-height: 760px) and (-webkit-min-device-pixel-ratio: 2) {
    /*jlm 1-4-16*/
    .fabNewPage {
        bottom: 1%;
        right: 1%;
    }
    /*END jlm 1-4-16*/
    /*blm 01-10-2016 */

    .card .card-content .card-title {
        line-height: 1.2;
        
    }

     .title-padding {
        padding-bottom: 20px;
    }

     .imgpad-r-float img{
        padding-left: 20px;
    }

    .imgpad-l-float img{
        padding-right: 20px;
    }

        .collapsible-headerSM-dept {
    display: block;
    cursor: pointer;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

    .collapsible-headerSM-dept .downCHSM {
    position: static;
    top:0;
    }

    /*barb unemployemnt card input reporting*/
    .link-flex {
        width: 95%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-align-items: center;
        align-items: center;
        padding: 10px 0 10px 0;
    }



    

}


@media (min-width: 993px) {

      .barbsul li{
        list-style-type: disc;
        list-style-position: outside;
        text-indent: -1em;
        padding-left: 1em;
    }

    .vsupage .barbsul li {
        list-style-position: inside;
    }

    .collapsible-headerSM-dept {
        height: 5rem;
        line-height: 1.5rem;
        padding: 0 1rem;
    }
      .collapsible-header{
           height: 5rem;
    line-height: 1.5rem;
      }
      .collapsible-header .downCHSM {
        position: relative;
    top: 17px;
}

      .badge-new-recruit{
          width:188px;
      }



}

@media (min-width: 1028px) {

    .barbs-push-down {
        height: 20rem;
    }

    .btext-pad-top {
        padding-top: 5rem;
    }

    .btext-pad-top2 {
        padding-top: 2.5rem;
    }



    



}
/*ipad landscape*/
@media (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape) {

    .row .col.m6 {
        width: 50%;
        margin-left: 0;
    }
}

/*next to pick up the lonavo laptop*/

@media (min-width: 1280px) {

    /*new reporting card unemployment*/
    .barbs-push-up {
        margin-top: -190px;
    }

    .link-flex {
        width: 95%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-align-items: center;
        align-items: center;
        padding: 10px 0;
    }



    .regresource .card {
        height: 165px;
    }
    .collapsible-header{
         height: 5rem;
    }

   .collapsible-headerSM-dept {

    height: 5rem;
    line-height: 1.5rem;
    padding: 0 1.5rem;
      padding-left: 15px;
}

        .badge-new-recruit {        
        padding-top: 20px;
        padding-bottom: 0;
        width:100%;
        height:auto;
        
    }

    .rwr-poster {
        width: auto;
        height: 898px;
        padding-top: 7px
        /*width: 100%;
        height: auto;*/
    }
}

/* post lonavo laptop*/
@media (min-width: 1475px) {
 
        .collapsible-header{
         height: 3rem;
    }

   .collapsible-headerSM-dept {

    height: 3rem;
    line-height: 1.5rem;
    padding: 0 1.5rem;
 padding-left: 15px;

}

    .police-recruit-view .barbsul li {
        list-style-position: inside;
    }

}


@media only screen and (min-width: 2048px) {
    body, html{
        font-size:30px;
    }
    .regresource .card{
        height:300px;
    }



    .btn-floating.btn-large {
    width: 100.5px;
    height: 100.5px;
}
    .btn-floating.btn-large i {
    line-height: 100px;
}

    .collapsible-body p {
    padding: 0 0 0 20px !important;


   
}

    
    /*END width 2048*/
}