﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:400,100,700,400italic);

body {
    font-family: 'Open Sans', sans-serif;
    margin-top: 52px;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    color: #8E031A;
    margin-top: 5px;
    margin-bottom:5px;
    margin-left: 30px;
}

    h1 > span {
        font-weight: 700;
    }

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 2em;
    color: #3776BB;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.6em;
    color: #3776BB;
    text-transform: uppercase;
}

    h3 > span {
        color: #fff;
    }

h4 {
    font-weight: bold;
    margin-top: 30px;
    color: #345995;
}

    h4.title-weight {
        font-weight: bold;
    }

        h4.title-weight span {
            font-weight: 100;
        }

h5 {
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 10px;
    color: #345995;
}

p {
    font-size: 1em;
    color: #000;
}

    p > span {
        font-weight: 600;
    }

ul {
    margin-left: 15px;
    padding: 0;
}

.nobullet ul {
    margin: 0;
    list-style-type: none;
}

    .nobullet ul li {
        margin-bottom: 12px;
    }





blockquote {
    font-size: 1em;
}

.navbar-brand {
    padding-left: 20px;
}

/*.div-logo {
    display: block;
    max-width: 100%;
    height: auto;
}*/

.ohio-gov {
    display: block;
    margin-top: 12px;
    text-align: center;
    padding: 6px 8px 0 8px;
    color: #eee;
}

    .ohio-gov img {
        width: 68px;
        margin-right: 7px;
    }

    .ohio-gov a, .ohio-gov p {
        font-size: 11px;
        color: #eee;
    }

.search-top {
    margin: 10px 0 10px 0;
    width: 100%;
}

/* -------- side nav----------*/
.nav-sidebar li {
    border-bottom: 1px solid #cccccc;
}

    .nav-sidebar li a {
        color: #3e4851;
    }

        .nav-sidebar li a:hover {
            background-color: #e1e1e1;
        }

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    background-color: #3776BB;
}
/* --------end sid nav---------*/
/*.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 8px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
        font-size: .8em;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #999;
    }*/

.divider-line {
    height: 1px;
    padding: 0 10px;
    margin: 30px 0;
}

.muted-nav {
    background-color: #444444;
}

.welcome-spacer {
    margin-bottom: 0px;
}

.welcome-text-top {
    font-family: 'Roboto', sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    color: #677077;
}

.welcome-text-bottom {
    font-family: 'Roboto', sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    color: #8E031A;
    margin-top: -5px;
    margin-left: 30px;
}

@media screen and (max-width: 435px) {
    .welcome-text-bottom {
        margin-top: 0;
        margin-left: 0;
    }

    .welcome-spacer {
        margin-bottom: 5px;
    }
}

/*------Navigation adjustments--------*/

.navbar-inverse {
    background-color: #8e031a;
    border-color: #720019;
}

    .navbar-inverse .navbar-text {
        color: #fff;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-size: 1.1rem; /* top menu font size and color adjust */
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #d4d4d4;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #780316;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #720019;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #720019;
        }

    .navbar-inverse .navbar-toggle {
        border-color: #720019;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #720019;
        }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #720019;
    }
/*------------end nav ajustments---------*/



.social-top {
    float: right;
}

    .social-top ul {
        list-style: none;
        display: inline-block;
        float: right;
    }

    .social-top li {
        list-style: none;
    }

.box {
    padding: 16px 16px 10px 16px;
    /*border: 1px solid #CDCDCD;
    box-shadow: 1px 1px 8px #B8B8B8;*/
    margin-bottom: 25px;
}

.box-bare {
    padding: 0;
    border: 1px solid #CDCDCD;
    box-shadow: 1px 1px 8px #B8B8B8;
    margin-bottom: 15px;
}

/*.box-border {
    border-color:gold;
    border-width:2px;
}*/


/*
.box a:hover {
	text-decoration:none;	
}
*/
.box-head-left {
    padding: 6px 12px;
    text-align: left;
}

.box-head-right {
    padding: 6px 12px;
    text-align: right;
}

.boxtext {
    padding: 0 10px 10px 10px;
    margin: 0 0 0 5px;
}

.boxtext-line {
    border-left: 1px solid #cccccc;
    margin-bottom: 10px;
}

.boxtext li {
    list-style: none;
    margin-top: 6px;
}

    .boxtext li a {
        text-decoration: none;
    }

        .boxtext li a:hover {
            text-decoration: underline;
        }

.boxtext-more {
    bottom: 30px;
    right: 25px;
    position: absolute;
    text-align: right;
}

    .boxtext-more a {
        font-weight: bold;
        text-decoration: none;
    }

.overlay-text-container {
    width: 100%;
    background-color: #98FDA8;
}

.overlay-text {
    position: absolute;
    bottom: 20px;
    margin-bottom: 15px;
    width: 50%;
    margin-left: 25%;
    font-size: 17px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}

    .overlay-text .smalltext a {
        color: #fff;
        font-size: 11px;
    }

    .overlay-text a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }

        .overlay-text a:hover {
            color: #DFDFDF;
        }

.slider-top {
    margin-top: 7px;
}

.carousel {
    margin-bottom: 30px;
    box-shadow: 1px 1px 8px #B8B8B8;
}
/* ----------------FOOTER --------------- */
footer {
    background-color: #4c4c4c;
    background-image: url(../Content/Images/footer-bkgd.png);
    background-repeat: repeat-x;
    border-top: 1px solid #4c4c4c;
}

.footer-department {
}

.footer-department-top {
    height: 43px;
    margin-left: 25px;
    padding-top: 10px;
}

@media screen and (max-width: 680px) {
    .footer-department-top {
        height: 43px;
        margin-left: 0px;
        padding-top: 5px;
    }
}

.footerlogo {
    background-image: url(../Content/Images/dps-logo-footer-short.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 55px;
}

.footer-department-top a {
    color: #4c4c4c;
    font-size: .9em;
    text-decoration: none;
}

    .footer-department-top a:hover {
        text-decoration: underline;
    }

.footer-department-bottom {
    padding: 10px 0 0 10px;
    font-size: .9em;
    color: #fff;
    height: 172px;
}

    .footer-department-bottom li {
        list-style: none;
        margin-bottom: 11px;
    }

        .footer-department-bottom li a {
            color: #fff;
            font-size: .9em;
            text-decoration: none;
        }

            .footer-department-bottom li a:hover {
                text-decoration: underline;
            }

.foot-division {
    margin-top: 43px;
    height: 172px;
}

@media screen and (max-width: 680px) {
    .foot-division {
        margin-top: 43px;
        height: 100%;
    }
}

.foot-division > a img {
    margin-top: -18px;
    float: right;
}

.foot-division-links {
    padding: 10px 0 0 10px;
}

    .foot-division-links > li {
        list-style: none;
        margin-bottom: 11px;
    }

        .foot-division-links > li > a {
            font-size: .9em;
            color: #fff;
            text-decoration: none;
        }

foot-division-links > li > a:hover {
    text-decoration: underline;
}
/**************************
 For Social Icons in Footer 
 ***************************/
.social-footer {
    margin-top: 7px;
}

img.desaturate {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.colors-square {
    width: 100px;
    height: 100px;
}

/* ------ background colors-----*/
.red {
    background-color: #8E031A;
}

.lt-blue {
    background-color: #3776BB;
}

.blue {
    background-color: #4fa3ff;
}

.orange {
    background-color: #f89d4c;
}

.dk-blue {
    background-color: #345995;
}

.green {
    background-color: #a7cc7f;
}

.gray {
    background-color: #CCCCCC;
}

.dk-gray {
    background-color: #444444;
}

.lt-gray {
    background-color: #dedede;
}

.gray-blue {
    background-color: #3e4851;
}

.tan {
    background-color: #e7dfc6;
}

.yellow {
    background-color: #f2bb32;
}

.md-gray {
    background-color: #b5b5b7;
}

.md-gray2 {
    background-color: #677077;
}

.oshp-gray {
    background-color: #8f8f8f;
}

.brown {
    background-color: #cca77d;
}

.black-bkgd {
    background-color: #000;
}

.white-bkgd {
    background-color: #fff;
}

/*text colors*/
.white {
    color: #fff;
}

.black {
    color: #000;
}

.red-text {
    color: #8E031A;
}

.lt-blue-text {
    color: #3776BB;
}

.blue-text {
    color: #4fa3ff;
}

.orange-text {
    color: #f89d4c;
}

.dk-blue-text {
    color: #345995;
}

.green-text {
    color: #98b446;
}

.gray-text {
    color: #CCCCCC;
}

.grey-text {
    color: #b1b1b1;
}

.dk-gray-text {
    color: #777777;
}

.lt-gray-text {
    color: #dedede;
}

.gray-blue-text {
    color: #3e4851;
}

/*--------BORDER COLOR----------*/
.white-bdr {
    border: 1px solid #fff;
}

.black-bdr {
    border: 1px solid #000;
}

.red-bdr {
    border: 1px solid #8E031A;
}

.lt-blue-bdr {
    border: 1px solid #3776BB;
}

.blue-bdr {
    border: 1px solid #4fa3ff;
}

.orange-bdr {
    border: 1px solid #f89d4c;
}

.dk-blue-bdr {
    border: 1px solid #345995;
}

.green-bdr {
    border: 1px solid #98b446;
}

.gray-bdr {
    border: 1px solid #CCCCCC;
}

.dk-gray-bdr {
    border: 1px solid #777777;
}

.lt-gray-bdr {
    border: 1px solid #dedede;
}

.gray-blue-bdr {
    border: 1px solid #3e4851;
}

.md-gray2-bdr {
    border: 1px solid #677077;
}

/*.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    padding: 10px 16px;
}*/

.btn-lg {
    font-size: 18px;
    line-height: 1.33;
}

.btn-primary {
    color: #fff;
    border-color: #fff;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #fff;
        border-color: #285e8e;
    }
/***********************
  OUTLINE BUTTONS
************************/
.btn.outline-dark {
    background: none;
    padding: 6px 15px;
    border-radius: 0;
}

.btn-primary.outline-dark {
    border: 2px solid #333;
    color: #333;
}

    .btn-primary.outline-dark:hover, .btn-primary.outline-dark:focus, .btn-primary.outline-dark:active, .btn-primary.outline-dark.active, .open > .dropdown-toggle.btn-primary {
        color: #333;
        border-color: #333;
        background: rgba(100, 100, 100, 0.1);
    }

    .btn-primary.outline-dark:active, .btn-primary.outline-dark.active {
        border-color: #333;
        color: #333;
    }

.btn.outline-white {
    background: none;
    padding: 6px 15px;
    border-radius: 0;
}

.btn-primary.outline-white {
    border: 2px solid #fff;
    color: #fff;
}

    .btn-primary.outline-white:hover, .btn-primary.outline-white:focus, .btn-primary.outline-white:active, .btn-primary.outline-white.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        border-color: #fff;
        background: rgba(255, 255, 255, 0.2);
    }

    .btn-primary.outline-white:active, .btn-primary.outline-white.active {
        border-color: #fff;
        color: #fff;
    }

.padding-text-top {
    padding-top: 20px;
}

.news-area {
    background-color: rgba(255, 255, 255, 0.8);
}

    .news-area h2, h4 {
        margin-top: 0;
    }

#news {
    padding: 100px 8%;
}

.news-entry {
    padding: 15px 5px 15px 15px;
    background-color: #fff;
    background-image: url("../Content/Images/news-corner.png");
    background-repeat: no-repeat;
    background-position: top left;
    margin: 15px 5px;
    min-height: 130px;
    box-shadow: 1px 1px 2px #ccc;
}

.news-entry-s {
    background-image: url("../Content/Images/news-corner-s.png");
}

.news-entry h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    color: #000;
    margin-top: 0;
}

.news-entry p {
    color: #677077;
    font-size: 0.9em;
}

p.news-date {
    color: #b5b5b7;
    font-size: 10px;
    margin-left: 10px;
    clear: both;
}

    p.news-date span {
        color: #000;
        margin-left: 5px;
        font-size: 9px;
        font-weight: 100;
    }

.news-thumb {
    float: left;
    width: 100px;
    height: 75px;
    overflow: hidden;
    margin: 0 10px 10px 0;
}

.media-news-archive {
    padding: 5px;
    margin-bottom: 40px;
}

.news-archive {
    margin: 7px 0;
    font-size: 70%;
}

    .news-archive a {
        padding: 4px;
        float: right;
        color: #777777;
        border: 1px solid #777777;
    }

        .news-archive a:hover {
            background-color: #ccc;
            text-decoration: none;
            border: 1px solid #ccc;
        }

.common a {
    margin-left: 2px;
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #720019;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #720019;
    }
}

.location {
    max-width: 100%;
}

    .location img {
        max-width: 100%;
    }


@media screen and (max-width: 768px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -33%;
    }

    .row-offcanvas-left.active {
        left: 33%;
    }

    .sidebar-offcanvas {
        margin-bottom: 40px;
        position: absolute;
        top: 0;
        width: 33%;
        margin-left: 10px;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    background: -webkit-gradient(linear,left top,left bottom,from(white),to(#ececec));
    background: -moz-linear-gradient(#fff,#ebebeb) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(#fff,#ebebeb) repeat scroll 0 0 transparent;
    background: linear-gradient(#fff,#ebebeb) repeat scroll 0 0 transparent;
    background-color: #f5f5f5;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#F0F0F0",GradientType=0);*/
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    margin-right: -15px;
    margin-bottom: 0px;
    margin-left: -15px;
}

    /*.nav-sidebar > li > a {
        padding-right: 20px;
        padding-left: 20px;
    }*/


    .nav-sidebar > .active > a {
        color: #fff;
        background-color: #428bca;
    }

/*
 * Main content
 */

.carheader {
    background-image: url(../Content/Images/oshp-bkgd-new.png);
    background-color: #fff;
    /*background-size: 80%;*/
    background-repeat: no-repeat;
}

.main {    
    padding: 20px;
    background-color: #fff;
    /*background-image: url(../Content/Images/oshp-bkgd-new.png);*/    
    background-size: 100%;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .main {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 50px;
        width:100%;
    }
}

.main .page-header {
    margin-top: 0;
}

.sticky-footer {
    visibility: hidden;
    background-color: #f2bb32;
    position: fixed;
    bottom: 0;
    padding: 20px 0;
    width: 100%;
    height: 200px;
    color: #000;
    text-align: center;
    border-top: 1px solid #000;
}

.sticky-footer-text {
    font-size: 1.2rem;
    text-align: center;
}

.titles {
    background-position: right bottom;
    background-repeat: no-repeat;
}

.section-header {
    height: 60px;
    margin-bottom: 25px;
}

    .section-header h2 {
        padding: 15px 25px;
        color: white;
    }

.lt-blue {
    background: linear-gradient(#42a1ec,#0070c9);
    background-color: #0070c9;
}



@media screen and (max-width: 679px) {
    .section-header {
        height: 42px;
        margin-bottom: 12px;
        border-radius: 4px;
        text-align: center;
    }

        .section-header h2 {
            padding: 10px 25px;
            color: white;
            font-size: 1.5em;
        }

    .main {
        padding: 10px;
        background-color: #fff;
        background-size: 100%;
        background-repeat: no-repeat;
        background-color: #fafafa;
    }

    .badge-notify {
        background: #8e031a;
        position: relative;
        top: -20px;
        left: -35px;
    }

    .box {
        padding: 11px 10px 10px 12px;
        border: none;
        box-shadow: none;
        margin-bottom: 25px;
    }
}


@media screen and (max-width: 680px) {
    .hero .featured-banner {
        height: auto !important;
        background-size: cover;
    }
}


.reports-btns {
    width: 100%;
    height: 110px;
    background-color: #000;
    margin: 0;
    padding: 0;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: left;
    cursor: pointer;
    background: #000;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 10%;
    left: 0;
    padding: 20px 20px;
}

.overlay h2 {
    display: inline;    
}

.overlay h2 img {
    display: inline-block;
    width: 40px;
    height: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovereffect:hover img {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect h2 {
    /*text-transform: uppercase;*/
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.2em 0;
    background-color: transparent;    
}


.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    padding-top: 0;
}


@media only screen and (max-width: 480px) {
    .padding-left-80 {
        padding-left: 50px;
    }

    .carheader {
        background-size: 90%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .padding-left-80 {
        padding-left: 200px;
    }
    .carheader {
        background-size: 60%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .padding-left-80 {
        padding-left: 50px;
    }
    .carheader {
        background-size: 50%;
    }
}

@media only screen and (min-width: 959px) and (max-width: 1900px) {
    .padding-left-80 {
        padding-left: 10px;
    }
    .carheader {
        background-size: 40%;
    }
}

@media only screen and (min-width: 1900px) {
    .padding-left-80 {
        padding-left: 80px;
    }
    .carheader {
        background-size: 30%;
    }
}


h2.black-header {
    margin: 0;
    padding: 15px 10px;
    background-color: #000;
    color: #fff;
    font-size: 1.2em;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    letter-spacing: .05em;
    text-align:center;
}

h2.black-header span {
    font-weight: 700;
}

.fatal_numbers {
    padding: 10px;
    clear: both;
    margin-bottom: 20px;
}

.fatal_text {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.fatal_holder1 {
    width: 40%;
    float: left;
}

.fatal_holder2 {
    width: 60%;
    float: left;
}

.fatal_dif {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    clear: both;
    border-right: 1px solid #000;
}

.fatal_totals {
    width: 100%;
    color: #fff;
    text-align: center;
}

    .fatal_totals span {
        font-weight: bold;
        font-size: 25px;
        margin-right: 8px;
    }

.fatal_btns {
    padding: 20px 0 10px 0;
    margin-top: 70px;
    clear: both;
    border-top: 1px solid #fff;
}

.panel-primary > .panel-heading {
    color: white;
    background-color: #333;
    border-color: #333;
    padding: 8px;
}

