/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	padding-bottom: 40px;
	color: #5a5a5a;
}

.container {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

.site-header {
	background-color: #18325a;
	background: url(/img/newheader2021v2.png) transparent no-repeat;
}

.title-container {
	line-height: 1.0;
}

.header_contact_link {
	width: 360px;
	height: 86px;
}

.title-name {
	font-family: 'Times New Roman';
	color: #0E3265;
	font-size: 28px;
	font-weight: 700;
}

.title-office {
	font-family: 'Times New Roman';
	color: #0E3265;
	font-size: 18px;
	font-weight: 700;
}

.title-container a:hover {
	text-decoration: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	/*height: 410px;*/
	margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 410px;
	background-color: #777;
}

.carousel-indicators {
	bottom: 0px !important;
}

.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 422px;
}

@media all and (min-width: 768px) {
	/* Carousel base class */
	.carousel {
		height: 322px;
		margin-bottom: 0px;
	}
	/* Since positioning the image, we need to help out the caption */
	.carousel-caption {
		z-index: 10;
	}

	/* Declare heights because of positioning of img element */
	.carousel .item {
		height: 322px;
		background-color: #777;
	}

	.carousel-inner > .item > img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		height: 322px;
	}
}

@media all and (min-width: 992px) {
	/* Carousel base class */
	.carousel {
		height: 422px;
		margin-bottom: 0px;
	}
	/* Since positioning the image, we need to help out the caption */
	.carousel-caption {
		z-index: 10;
	}

	/* Declare heights because of positioning of img element */
	.carousel .item {
		height: 422px;
		background-color: #777;
	}

	.carousel-inner > .item > img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		height: 422px;
	}
}

@media all and (min-width: 1200px) {
	.container {
		width: 970px;
	}
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 20px;
	text-align: center;
}

.marketing h2 {
	font-weight: normal;
}

.marketing .col-lg-4 p {
	margin-right: 10px;
	margin-left: 10px;
}

/* Featurettes
------------------------- */

.featurette-divider {
	margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
	/* Navbar positioning foo */
	.navbar-wrapper {
		margin-top: 0px;
	}

		.navbar-wrapper .container {
			padding-right: 5px;
			padding-left: 5px;
		}

		.navbar-wrapper .navbar {
			padding-right: 0;
			padding-left: 0;
		}

		/* The navbar becomes detached from the top, so we round the corners */
		.navbar-wrapper .navbar {
			border-radius: 4px;
		}

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}
}

@media (min-width: 992px) {
	.featurette-heading {
		margin-top: 120px;
	}
}

.navbar-default {
	color: WhiteSmoke;
	background-color: #0E3265;
	border-color: #0E3265;
	font-family: Verdana,myriad,sans-serif;
	font-size: 14px;
}

	.navbar-default .navbar-nav > li > a {
		color: WhiteSmoke;
	}

		.navbar-default .navbar-nav > li > a:hover,
		.navbar-default .navbar-nav > li > a:focus {
			color: LightBlue;
			background-color: #001622;
			border-color: #25529d;
			Border-Width: 1px;
			Border-Style: Solid;
		}

.navbar-nav .active {
	color: WhiteSmoke;
	text-decoration: none;
	background-color: #013D77;
}

.navbar-default .navbar-brand {
	color: WhiteSmoke;
}

.menu-large {
	position: static !important;
}

.navbar {
	margin-bottom: 0px;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 12px 15px;
}

@media all and (min-width: 768px) {
	.nav > li > a {
		position: relative;
		display: block;
		padding: 12px 10px;
		font-size: 12px;
	}
}

@media all and (min-width: 992px) {
	.nav > li > a {
		position: relative;
		display: block;
		padding: 12px 15px;
		font-size: 14px;
	}
}

.megamenu {
	padding: 20px 0px;
	width: 100%;
}

	.megamenu > li > ul {
		padding: 0;
		margin: 0;
	}

		.megamenu > li > ul > li {
			list-style: none;
			color: lightblue;
		}

			.megamenu > li > ul > li > a {
				display: block;
				padding: 3px 10px;
				clear: both;
				font-weight: normal;
				line-height: 1.428571429;
				color: WhiteSmoke;
				white-space: normal;
				text-decoration: none;
			}

	.megamenu > li ul > li > a:hover,
	.megamenu > li ul > li > a:focus {
		color: LightBlue;
		background-color: #001622;
		border-color: #25529d;
		Border-Width: 1px;
		Border-Style: Solid;
	}

	.megamenu.disabled > a,
	.megamenu.disabled > a:hover,
	.megamenu.disabled > a:focus {
		color: WhiteSmoke;
	}

		.megamenu.disabled > a:hover,
		.megamenu.disabled > a:focus {
			text-decoration: none;
			background-color: transparent;
			background-image: none;
			filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
			cursor: not-allowed;
		}

	.megamenu.dropdown-header {
		font-size: 16px;
	}

@media (max-width: 768px) {
	.megamenu {
		margin-left: 0;
		margin-right: 0;
	}

		.megamenu > li {
			margin-bottom: 30px;
		}

			.megamenu > li:last-child {
				margin-bottom: 0;
			}

		.megamenu.dropdown-header {
			padding: 3px 15px !important;
		}

	.navbar-nav .open .dropdown-menu .dropdown-header {
		color: WhiteSmoke;
	}
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #0E3265;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #0E3265;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

	.dropdown-menu.pull-right {
		right: 0;
		left: auto;
	}

	.dropdown-menu .divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #0E3265;
	}

	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: WhiteSmoke;
		white-space: nowrap;
	}

		.dropdown-menu > li > a:hover,
		.dropdown-menu > li > a:focus {
			color: WhiteSmoke;
			text-decoration: none;
			background-color: #013D77;
		}

	.dropdown-menu > .active > a,
	.dropdown-menu > .active > a:hover,
	.dropdown-menu > .active > a:focus {
		color: WhiteSmoke;
		text-decoration: none;
		background-color: #001622;
		outline: 0;
	}

	.dropdown-menu > .disabled > a,
	.dropdown-menu > .disabled > a:hover,
	.dropdown-menu > .disabled > a:focus {
		color: #777;
	}

		.dropdown-menu > .disabled > a:hover,
		.dropdown-menu > .disabled > a:focus {
			text-decoration: none;
			cursor: not-allowed;
			background-color: transparent;
			background-image: none;
			filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
		}

	.dropdown-menu.open {
		margin-bottom: 120px;
	}

.dropdown-header {
	color: whitesmoke;
	font-style: italic;
	font-size: 16px;
	text-align: left;
	padding: 3px 10px;
}

.button {
	background-color: #0E3265;
	color: WhiteSmoke !important;
	padding: 5px 5px;
	font-family: Verdana,myriad,sans-serif;
	font-size: 14px;
}

	.button a:hover {
		text-decoration: underline;
		color: WhiteSmoke !important;
	}

.view-offices-closed {
	background-color: #113770;
	color: #fff;
	padding: 1px 20px 10px 20px;
}

	.view-offices-closed h2 {
		border: none !important;
		color: #f9b02c;
		font-weight: bold;
		font-size: 14px !important;
		margin-bottom: 0px !important;
		padding-left: 25px;
		margin-left: -23px;
		background: url(../img/header-marker.png) left 4px no-repeat;
		text-transform: uppercase;
	}

.h2-underlined {
	border-bottom: 5px solid #e9ecf0;
	padding-bottom: 5px;
	font-size: 18px;
	margin-bottom: 20px !important;
	color: #10356b !important;
}

.h2-underlined_sm {
	border-bottom: 3px solid #e9ecf0;
	padding-bottom: 5px;
	font-size: 18px;
	margin-bottom: 7px !important;
	color: #10356b !important;
}

.h2-underlined_topbox {
	margin-top: 0px !important;
	padding-bottom: 5px;
	font-size: 18px;
	color: #10356b !important;
}

h2 {
	font-size: 18px;
	color: #10356b !important;
}

	h2.no-border {
		border: none !important;
		margin-bottom: 5px !important;
	}

.title {
	padding-left: 10px;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0px;
	color: #10356b !important;
}

.field-title {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

#footer-wrapper {
	background-color: #0E3265;
	color: #e2eeff;
	font-size: 14px;
}

	#footer-wrapper ul li {
		background: url(../img/list-double-arrow.png) left 5px no-repeat;
		list-style: none;
		padding-left: 15px;
		margin-left: -25px;
	}

#headline-news ul li {
	background: url(../img/list-double-arrow-darkblue.png) left 5px no-repeat;
	list-style: none;
	padding-left: 15px;
	margin-left: -25px;
}

.block li {
	background: url(../img/list-double-arrow-darkblue.png) left 5px no-repeat;
	list-style: none;
	padding-left: 15px;
	margin-left: -25px;
}

#footer-wrapper .disclaimer, #footer-wrapper .copyright {
	font-size: 14px;
	color: #93acce;
}

#footer-wrapper .copyright {
	display: inline-block;
	margin-top: 10px;
	float: right;
	text-align: right;
	padding-right: 15px;
}

#footer-wrapper h1, #footer-wrapper h2, #footer-wrapper strong, #footer-wrapper a {
	color: #fff !important;
}

#footer-wrapper h3, #footer-wrapper h4, #footer-wrapper h5, #footer-wrapper h6 {
	color: #93acce;
}

#footer-wrapper h3 {
	font-size: 16px;
}

#footer-wrapper h4 {
	font-size: 14px;
}

#footer-last {
}

#footer-first, #footer-last {
	margin-bottom: 0;
	padding-left: 5px;
}

	#footer-first a {
		text-decoration: underline !important;
	}

#footer-wrapper a:hover {
	text-decoration: none !important;
}

#footer-first div.col-2 ul {
	margin-bottom: 5px;
}

#footer-first div.col-2 p#read-more {
	text-align: right;
}

.sidebar-block-wrapper-fixed {
	clear: both;
	display: block;
	background-color: #ebebeb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 15px;
	-moz-box-shadow: inset 0px 0px 2px #fff;
	-webkit-box-shadow: inset 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 2px #fff;
	text-decoration: none;
	position: fixed;
}

#side-float {
	position: absolute;
	top: 0px;
	width: 290px;
	margin-top: -25px;
}

.about-wrapper {
	background-color: #ebebeb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 10px solid #ccc;
	-moz-box-shadow: inset 0px 0px 2px #fff;
	-webkit-box-shadow: inset 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 2px #fff;
}

.sidebar-about-wrapper-fixed {
	clear: both;
	display: block;
	background-color: #ebebeb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: -25px;
	-moz-box-shadow: inset 0px 0px 2px #fff;
	-webkit-box-shadow: inset 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 2px #fff;
	text-decoration: none;
	position: fixed;
}



.sidebar-block-wrapper {
	width: 95%;
	clear: both;
	display: block;
	background-color: #ebebeb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 20px;
	-moz-box-shadow: inset 0px 0px 2px #fff;
	-webkit-box-shadow: inset 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 2px #fff;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

.contact_view {
	background: url('../img/bg-contact-views-row.png') left top repeat-x;
	border: 1px solid #d4d7db;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 20px;
}

.marker h3 {
	font-weight: bold;
	background: url("../img/header-marker.png") no-repeat scroll left 6px transparent;
	padding-left: 25px;
	margin-left: -23px;
}

.court-address {
	font-size: 18px;
	padding-left: 15px;
}

.phone-number {
	display: inline-block;
}

.field-content {
	font-size: 14px !important;
}

.field-content-sm {
	font-size: 12px !important;
}

.courthouse_map {
	border: 1px solid #bebebe;
	padding: 10px;
}

.marker {
	font-weight: bold;
	background: url("../img/header-marker.png") no-repeat scroll left 6px transparent;
	padding-left: 25px;
	margin-left: -23px;
}

DIV.box h3 {
	color: #333;
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
}

h4 {
	font-weight: bold;
	color: #0a284f;
	font-size: 14px;
	margin-bottom: 1px;
}

.h4-white {
	font-weight: bold;
	color: WhiteSmoke;
	font-size: 14px;
	margin-bottom: 1px;
}

.h4-special {
	font-weight: bold;
	color: #0a284f;
	font-size: 16px;
}

.h4-margin-below {
	font-weight: bold;
	color: #0a284f;
	font-size: 16px;
	margin-bottom: 10px;
}
.h4-margin-top{
	margin-top:30px !important; 
}
/* Forms */
.view-forms a.row {
	min-width: 300px;
	margin-bottom: 15px;
	background: url('../img/bg-pdf.png') no-repeat 95% #ebebeb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	min-height: 60px;
	padding: 15px 15px 15px 15px;
	-moz-box-shadow: inset 0px 0px 2px #fff;
	-webkit-box-shadow: inset 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 2px #fff;
	display: block;
	text-decoration: none;
}

.view-forms a.row_probate {
	min-width: 300px;
	margin-bottom: 15px;
	background: url('../img/bg-app.png') no-repeat 95% #ebebeb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	min-height: 60px;
	padding: 15px 15px 15px 15px;
	-moz-box-shadow: inset 0px 0px 2px #fff;
	-webkit-box-shadow: inset 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 2px #fff;
	display: block;
	text-decoration: none;
}

.view-forms a.row p {
	color: #333;
	margin-bottom: 0;
}

.view-forms a.row h3 {
	color: #0A284F;
	font-size: 13px;
	font-weight: bold;
}

.view-forms a.row:hover h3 {
	color: #235fa7;
	text-decoration: underline
}

.view-forms a.row:hover {
	background-color: #f4f9ff
}

.view-forms h2 {
	margin-top: 30px
}

/* Departments */
.view-dept a.row {
	min-width: 300px;
	min-height: 146px;
	margin-left: 10px;
	margin-bottom: 15px;
	background: #ebebeb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 0px 10px;
	-moz-box-shadow: inset 0px 0px 2px #fff;
	-webkit-box-shadow: inset 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 2px #fff;
	display: block;
	text-decoration: none;
}

	.view-dept a.row p {
		color: #333;
		margin-bottom: 0;
	}

	.view-dept a.row h3 {
		color: #0A284F;
		font-size: 13px;
		font-weight: bold;
	}

	.view-dept a.row:hover h3 {
		color: #235fa7;
		text-decoration: underline
	}

	.view-dept a.row:hover {
		background-color: #f4f9ff
	}

.view-dept h2 {
	margin-top: 30px
}


/* Fees and Fines */

.view-id-fees_and_fines table tr {
	border-bottom: 1px solid #e1e1e1;
	border-spacing: 1px;
}

	.view-id-fees_and_fines table tr td * {
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

.view-id-fees_and_fines table td.text * {
	margin-left: 0px !important;
}

.view-id-fees_and_fines table td.text {
	width: 480px !important;
}

.view-id-fees_and_fines table td.price {
	text-align: right;
	vertical-align: baseline;
}

.view-id-fees_and_fines table td.text.price {
	text-align: left;
	vertical-align: baseline;
}

.view-id-fees_and_fines table td .indent {
	padding-left: 20px !important
}

.view-id-fees_and_fines table td {
	padding-top: 3px;
	padding-bottom: 3px;
}

.view-id-fees_and_fines h3 {
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn-no-border {
	background-color: transparent;
	border: none;
	color: whitesmoke;
}

.sidebar-block-wrapper-fixed h3,
.sidebar-block-wrapper h3 {
	color: #333;
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
	line-height: 1.1;
	font-family: inherit;
}

.sidebar-block-wrapper-fixed a,
.sidebar-block-wrapper a {
	text-decoration: underline;
	color: #444;
	/*padding-left:15px;*/
}

.redirect-color {
	color: rgb(74, 68, 42);
}

.green-text {
	color: #37d700;
}

div#clerk-print-header {
	visibility: collapse;
	display: none;
}

.capital-name {
	text-transform: uppercase;
}

.bg-white {
	background-color: white;
}

div.even-padding {
	padding-left: 15px;
	padding-right: 15px;
}

div.bottom-padding {
	padding-bottom: 10px;
}

div.top-padding {
	padding-top: 10px;
}

.contact-submit {
	background-color: limegreen;
	color: white;
	font-weight: bold;
}

.contact-reset {
	background-color: dodgerblue;
	color: white;
	font-weight: bold;
}

img.contact-us {
	vertical-align: middle;
	border: 0;
	width: 40px;
	height: 40px;
}

a.no-underline {
	text-decoration: none !important;
}

.middle-align {
	vertical-align: middle;
}

@media (min-width: 768px) {
	.pull-sm-left {
		text-align: left;
	}

	.pull-sm-right {
		text-align: right;
	}
}

.criminalPaymentPlan {
	color: cornflowerblue;
	font-weight: bold;
}

.payment-plan-border {
	border: 1px;
	border-style: solid;
}

.payment-plan-section {
	border: 3px;
	border-style: solid;
	background-color: lightskyblue;
}

.payment-plan-grid {
	display: grid;
	grid-template-columns: auto auto;
}

.payment-plan-grid-item {
	text-align: center;
	border: 3px;
	border-style: solid;
}

.important-text {
	font-weight: bold;
	color: red;
}

ol.alpha-parentheses {
	counter-reset: list;
}

	ol.alpha-parentheses > li {
		list-style: none;
		position: relative;
	}

		ol.alpha-parentheses > li:before {
			content: "(" counter(list, lower-alpha) ") ";
			counter-increment: list;
			position: absolute;
			left: -1.4em;
		}
