/*https://bmvonline.dps.ohio.gov/src/css/base?v=edMumbCK8JJX7AzpBiB-z8xI2BFMF1FYhPtoQ9xzi8Y1*/
.ohiogov-bar {
	height:33px;
	background-color:#f2f2f2;
	padding-top:5px;
}
.ohiogov-bar span {
	font-size: 13.6px;
	font-weight: 500;
	color:#333;
	font-family: "Serifa", Didactic Gothic;
}
.ohiogov-bar img {
	height: 15px;
}
.space-below-index {
	margin-bottom:57px!important;
}
.space-below {
	margin-bottom:57px!important;
}
.shadow {
	    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 23%);
}
.banner-title {
	text-shadow: 2px 2px 6px #000;
}
.secondary-header {
	background-color:#3d7aa9;
	height: 80px;
	background-image: url("../img/secondary-header.jpg");
	background-position: right;
	background-repeat: no-repeat;
}
.secondary-header h2 {
	position: relative;
	color:#fff;
	font-weight: 600;
	text-shadow: 2px 2px 6px #000;
}
.secondary-header h2::before{
  content: '';
  position: absolute;
  top: -5px;
  left: -10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bmv-red);
	z-index: 1;
}
.crumbs-top {
	margin-top:75px;
}
.static-breadcrumb {
	margin:30px 0 0 0;
}
.static-breadcrumb li{
	display: inline-block;
	margin:0 8px 0 8px;
	font-size: .85em;
	font-weight: 100;
	color:#000;
}
.static-breadcrumb a{
	color:#595959;
	font-size: .9em;
	font-weight: 100;
}
.static-breadcrumb a:hover{
	text-decoration: underline!important;
	color:#000;
}
header h1 {
	text-shadow: 2px 2px 6px #000;
}
h6 {
	margin:20px 0 -20px 0;
	color:#595959;
	font-size:.8em;
}
.page-wrapper {
	margin-bottom: 0;
}
article {
	padding-bottom:50px;
}
.title.title-smaller {
  font-size: 22px!important;
  color: black;
  font-weight: 700;
  line-height: 28px!important;
  padding: 0 0 15px 0;
	margin-top:10px;
}
/******************************************************/
/***************Header inverted shapes*****************/
/******************************************************/
.cover-up {
	position: absolute;
	right: 0;
	width: 100%;
	height: 290px;
	clip-path: ellipse(100% 27% at 100% 100%);
	background-color:#cf152d;
	z-index: 1;
}
.cover-up2 {
	position: absolute;
	right: 0;
	width: 100%;
	height: 290px;
	clip-path: ellipse(100% 17% at 75% 100%); 
	background-color:#f6f6f6;
	z-index: 1;
}
/******************************************************/
/***************NEW MAIN CONTROLS*****************/
/******************************************************/
.section-title-lrg{
  font-size: 28px;
  font-weight: 700;
  margin: 20px 30px;
  line-height: 36px;
}
a.static-tile {
	display: block;
  position: relative;
  min-height: 155px;
  padding: 30px;
  margin: 20px 10px 20px 10px;
  border-radius: 4px;
  background: white;
  overflow: hidden;
  transition: all .3s ease-in-out;
  flex-grow: 2;
  flex-shrink: 0;
  flex-basis: 25%;
  border:1px solid #e9e9e9;
}

a.static-tile::after{
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  background: var(--bmv-blue);
  transition: all .25s ease-in-out;
}
a.static-tile:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: var(--bmv-blue);
}
a.static-tile:hover{
  text-decoration: none;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0, 0.08);
}
a.static-tile > .title{
  font-size: 28px;
  color: black;
  font-weight: 700;
  line-height: 34px;
  padding: 0 0 15px 0;
}

a.static-tile > .title::after{
  content: '';
  position: absolute;
  top: 30px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--bmv-red);
  opacity: 0;
  transition: all .25s ease-in-out;
}

#feature-area {
	padding:50px 0;
	background-color:#f6f6f6;
}
a > .ohio-card {
	padding:15px;
	background-color:#fff;
	border:1px solid #e9e9e9;
	
}
a > .ohio-card:hover {
	box-shadow:0px 0px 32px rgba(0,0,0,.08);
	border:1px solid #d8d8d8;
}
.ohio-card-content-header {
	font-size: 2rem;
	margin-top:20px;
	color:#700017;
	font-weight: 600;
}
.ohio-card-content p{
	font-size: 1.5rem;
	font-weight: 400;
	color:#000;
}
/******************************************************/
/***************CONTENT PAGES SIDE MENU*****************/
/******************************************************/
.new-sidenav {
	height: 100%;
	z-index: 1;
	padding-top:20px;
	border-right:1px solid #f2f2f2;
}

.new-sidenav a {
	text-decoration: none;
	padding: 20px 8px 10px 15px;
	display: block;
}

.new-sidenav a:hover {
	border-radius: 4px;
	color:var(--bmv-red);
}
.new-sidenav a::after {
  font-family:"Material Icons";
  content:"fiber_manual_record";
  position:absolute;
  right:15px;
  opacity: 0;
  transition: all .2s ease-in-out;
}
.new-sidenav a:hover::after {
  font-family:"Material Icons";
  content:"fiber_manual_record";
  position:absolute;
  right:10px;
  opacity: 1;
}
.new-sidenav a.active {
	color:var(--bmv-red);
	
}
.extra-pad-left {
	padding-left:35px;
}
.btn-primary {
	border:2px solid var(--bmv-red);
	background:#fff;
}
.btn-primary:hover {
	background: var(--bmv-red);
	border:none;
}
@media (max-width: 992px){
	.new-sidenav a {
  		display: inline-block;
		padding:5px 20px 5px 12px;
		background-color:#f2f2f2;
		border-radius: 10px;
		margin:10px;
	}
	.new-sidenav a::after {
  font-family:"Material Icons";
  content:"keyboard_arrow_right";
  position:absolute;
  right:inherit;
  opacity: 0;
  transition: all .2s ease-in-out;
}
.new-sidenav a:hover::after {
  font-family:"Material Icons";
  content:"keyboard_arrow_right";
  position:absolute;
  right:inherit;
  opacity: 1;
}
}

/******************************************************/
/***************CONTENT PAGES MAIN AREA*****************/
/******************************************************/
#product1 {
	padding-left:0;
}
#product1 h3 {
	font-weight: bold;
	color:#000;
	font-size: 1.5em;
}
.content-width {
	width:74%;
}
.label-code {
	float: right;
	display:inline-block;
	margin: auto 15px;
	font-size:.9em;
	color:#000;
	font-weight: 400;
	clear: both;
}
.label-code a:hover {
	text-decoration: underline!important;
}
.plate {
	padding:15px;
}
#dLabel {
	width:100%;
}
@media (max-width: 992px){
	.content-width {
		width:100%;
	}
}

/******************************************************/
/***************CONTENT PAGES SIDE BAR*****************/
/******************************************************/
.sub-header {
	color:#fff;
	font-weight: bold;
	
} 
.third-row-box {
	border-radius: 15px 15px 15px 15px;
	box-shadow:0px 0px 32px rgba(0,0,0,.08);
	margin:35px -15px 0 0;
	background-color:#fff;
	padding-bottom:20px;
}
.third-row-box p {
	padding: 20px 20px 0 20px;
	font-weight: 200;
}
.third-row-box p a:hover {
	text-decoration: underline!important;
}
.side-links a{
	display: block;
	padding: 8px 8px 8px 15px;
	font-weight: 600;
	color:#700017;
}

.side-links a::after {
  font-family:"Material Icons";
  content:"keyboard_arrow_right";
  position:absolute;
  opacity: 0;
  transition: all .2s ease-in-out;
	
}
.side-links a:hover::after {
  font-family:"Material Icons";
  content:"keyboard_arrow_right";
  position:absolute;
  opacity: 1;
}

/******************************************************/
/*******************NEW FOOTER *************************/
/******************************************************/
footer {
	padding:50px 0;
	background-color:rgba(61,122,169,0.2);
	color:#000;
	margin-top:15px;
}
footer a {
	color:#000;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom:15px;
}
footer a:hover {
	color:#000;
	text-decoration: underline!important;
}
.social-media-icons {
	margin-top:20px
}
.social-media-icons a {
	display: inline-block;
	margin:0 10px;
}
.social-media-icons a img {
	width:24px;
	height:24px;
}
.ohiogov-footer {
	background-color: #3d7aa9;
	padding:25px 0 50px 0;
	color:#000;
	text-align: center;
	border-top:2px solid #cf152d;
}
.ohiogov-footer a {
	display: inline-block;
	padding:0 20px;
	color:#000;
	font-size: 14px;
	font-weight: normal;
}
.ohiogov-footer a:hover {
	color:#000;
	text-decoration: underline!important;
}
	.search-field {
		border:1px solid #000;
		border-radius:28px;
	}
	.search-btn-red {
		background-color:#CF152D;
		color:#fff;
		border-radius:28px;
		height: 40px;
		width: 130px;
		font-size: 18px;
		border:0!important;
		margin-left:15px;
	}
	.search-panel-header {
		background-image: url("../../src/img/header-photo-dk.jpg");
		background-repeat: no-repeat;
		padding:20px 0 60px 0;
	}
	.home-search > .search-container::after {
    content: '';
    position: absolute;
    top: 22px;
    left: 18px;
    width: 16px;
    height: 16px;
    background: url(../img/SVG/icon-search.svg) no-repeat;
    z-index: 1;
}
span.mb-1 {
	font-size: 16px;
	font-weight: 400!important;
}
/******** IE Message********/
.IE-banner {
    display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .IE-banner {
        display: block !important;
        background-color: #be0f11;
    }
        .IE-banner > a {
            color: #EFEFEF;
        }
        .IE-banner > a:hover {
            color: darkgrey;
        }
	}
.two-column-ad {
	padding:20px 0;
}

.ad-text2 {
	padding-left:25px;
}
.btn-green-override {
	border: 4px solid #5e8000!important;
	color: #5e8000!important;
}
.btn-blue-override {
	border: 4px solid #3d7aa9!important;
	color: #3d7aa9!important;
}