﻿
@media (min-width: 0) {

    .grantsRow{
        width:96%;
        margin-left:2% !important;
        margin-right:2% !important;
        ;position:relative;top:41px;
    }

    .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;
    }

    .card .card-content {
        padding: 0 !important;
    }

    .textpadding {
        padding: 20PX;
    }

    #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 li {
        margin-left: .5em;
    }

    .barbsul li{
        list-style-type: disc;
        list-style-position: inside;
        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;
    }


         /*END BLM 1-9-16*/



    /*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;
    }

     #page_home_child {
         max-height:none;
     }

     /*blm 01-10-16*/

     .imgpad-r-float img{
        padding-left: 20px;
    }

    .imgpad-l-float img{
        padding-right: 20px;
    }

}

    /*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;
    }

}


@media (min-width: 993px) {



      .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;
}

}


/*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) {
     .regresource .card{
        height:165px;
    }
    .collapsible-header{
         height: 5rem;
    }

   .collapsible-headerSM-dept {

    height: 5rem;
    line-height: 1.5rem;
    padding: 0 1.5rem;
      padding-left: 15px;
}
}

/* 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;

}

}


@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*/
}