/*  D E V E L O P E R   C U S T O M I Z A B L E   S T Y L E S    */
/*  State of Delaware - Delaware Courts 2015  */
/*  Developed by Matt Campbell & Ben Kaminski  */





/*  G E N E R A L   S T Y L E S  */

#main_header h1, #main_content h1 {
	font-family: 						"Source Sans Pro", Helvetica, Arial, sans-serif;
	font-weight: 						400;
	color:								#319bc9 !important;
	font-size:							45px;
}

#main_header h2, #main_content h2 {
	font-family: 						"Source Sans Pro", Helvetica, Arial, sans-serif;
	font-weight: 						500;
	color:								#319bc9 !important;
	margin-top:							0px;
}

.container-lg h2 {
	font-family: 						"Source Sans Pro", Helvetica, Arial, sans-serif;
	font-weight: 						500;
	color:								#319bc9 !important;
	margin-top:							0px;
}

#courts_sidebar h2 {
	color:								#393939;
	text-transform:						uppercase;
	letter-spacing: 					2px;
	font-weight: 						600;
	font-size:							23px;
}

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
	#main_content {
		border-left: 					0px solid #e3e5e2;
}}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#main_content {
		border-left: 					0px solid #e3e5e2;
}}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#main_content {
		border-left: 					1px solid #e3e5e2;
}}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#main_content {
		border-left: 					1px solid #e3e5e2;
}}

#main_content a, #main_content a:link, #main_content a:active, #main_content a:visited {
	color: 								/*#3774ba;*/ #4a70a2;
	text-decoration: 					none;
	font-weight: 						none;
	-o-transition:						.5s;
	-ms-transition:						.5s;
	-moz-transition:					.5s;
	-webkit-transition:					.5s;
	transition:							.5s;
}

#main_content a:hover {
    text-decoration: 					underline;
    font-weight: 						none;
    color: 								#23387d;
}

#main_content ul, #main_content ol  {
	font-size:      					0.9em;
	line-height:    					2.1em;
	margin-top:      					1.0em;
	margin-bottom:      				1.0em;
}

.court_image_float_right {
	float:								right;
	margin-left:						10px;
}

.float_left {
	float:								left;
	margin-right:						10px;
}

.float_right {
	float:								right;
	margin-left:						10px;
	position:							absolute;
	right:								15px;
	bottom:								10px;
}

.figure_left {
	float: 								left;
	width: 								60%;
	border: 							1px solid #ddd;
	border-radius: 						4px;
	margin: 							0.5em;
	padding: 							0.3em;
}

.figure_right {
	float: 								right;
	width: 								40%;
	border: 							1px solid #ddd;
	border-radius: 						4px;
	margin: 							0.5em;
	padding: 							0.3em;
}

.figure_center {
	text-align:							center;
	width: 								50%;
	border: 							1px solid #ddd;
	border-radius: 						4px;
	margin: 							0.5em;
	padding: 							0.3em;
}

.figure_left p, .figure_right p, .figure_center p {
	text-align: 						center;
	font-style: 						italic;
	font-size: 							smaller;
	text-indent: 						0;
}

.img-thumbnail {
	background-color: none;
	border: none;
}

img.scaled {
	width: 								100%;
}

hr.dashed {
	-moz-border-bottom-colors: 			none;
    -moz-border-left-colors: 			none;
    -moz-border-right-colors: 			none;
    -moz-border-top-colors: 			none;
    border-image: 						none;
    border: 							dashed #e3e5e2;
    border-width:						2px 0 0; 
	height:								2px;
    margin-top: 						10px;
    margin-right:						20px;
    margin-bottom: 						10px;
}

hr.home {
	-moz-border-bottom-colors: 			none;
    -moz-border-left-colors: 			none;
    -moz-border-right-colors: 			none;
    -moz-border-top-colors: 			none;
    border-image: 						none;
    border: 							solid #5bb1d7;
    border-width:						3px 0 0; 
	height:								3px;
    margin-top: 						10px;
    margin-right:						0px;
    margin-bottom: 						10px;
}

hr.home_news {
	-moz-border-bottom-colors: 			none;
    -moz-border-left-colors: 			none;
    -moz-border-right-colors: 			none;
    -moz-border-top-colors: 			none;
    border-image: 						none;
    border: 							solid #5bb1d7;
    border-width:						3px 0 0; 
	height:								3px;
    margin-top: 						10px;
    margin-left:						12px;
    margin-right:						12px;
    margin-bottom: 						10px;
}


.fa_orange {
	color:								#fbaa27;
}

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
	.container-lg {
		max-width:						100%;
		margin-left: 					auto;
    	margin-right: 					auto;
    	padding-left: 					20px;
    	padding-right: 					20px;
    	margin-bottom:					-22px;
	}}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.container-lg {
		max-width:						100%;
		margin-left: 					auto;
    	margin-right: 					auto;
    	padding-left: 					20px;
    	padding-right: 					20px;
    	margin-bottom:					-22px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.container-lg {
		max-width:						100%;
		margin-left: 					auto;
    	margin-right: 					auto;
    	padding-left: 					20px;
    	padding-right: 					20px;
    	margin-bottom:					-22px;
	}}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.container-lg {
		max-width:						1800px;
		margin-left: 					auto;
    	margin-right: 					auto;
    	padding-left: 					10px;
    	padding-right: 					10px;
    	margin-bottom:					-22px;
	}}

.container-lg h3 {
	color:								/*#fbaa27;*/#666;
	text-transform:						uppercase;
	font-size:							21px;
	font-family: 						"Source Sans Pro", Helvetica, Arial, sans-serif;
	font-weight: 						700;
	margin-bottom:						-12px;
	margin-top:							0px;
}

.container-lg h4 {
	color:								#1f242a;
	font-size:							50px;
	font-family: 						"Source Sans Pro", Helvetica, Arial, sans-serif;
	font-weight: 						900;
}

a.interior-drop, a.interior-drop:link, a.interior-drop:visited {
	color: 								#777 !important;
	text-decoration:					none !important;
}

a.interior-drop:hover {
	color: 								#777 !important;
	text-decoration:					none !important;
}

a.link-active, a.link-active:link, a.link-active:visited {
	text-decoration: 					none !important;
}

a.link-active:hover {
	text-decoration: 					none !important;
}

a i[class^="circle-pic"], a i[class*=" circle-pic"] {
    display: 							block;
}

i[class^="circle-pic"], i[class*=" circle-pic"] {
    border-radius: 						50%;
    display: 							block;
    font-size: 							0;
    height: 							100px;
    margin-bottom: 						20px;
    margin-left: 						auto;
    margin-right: 						auto;
    position: 							relative;
    text-align: 						center;
    width: 								100px;
}

i[class^="circle-pic"]::after, i[class*=" circle-pic"]::after {
    border-radius: 						50%;
    border-style: 						solid;
    border-width: 						2px;
    content:							"";
    height: 							100%;
    left: 								0px;
    pointer-events: 					none;
    position: 							absolute;
    top: 								0px;
    transform: 							scale(0.9);
    transition-duration: 				225ms;
    transition-property: 				all;
    transition-timing-function: 		cubic-bezier(0.5, -0.7, 0.67, 0.7);
    width: 								100%;
    z-index: 							-1;
}

i[class^="circle-pic"]::before, i[class*=" circle-pic"]::before {
    color: 								#fff;
    font-size: 							40px;
    font-style: 						normal;
    font-weight: 						normal;
    line-height: 						100px;
    margin: 							0;
    text-align: 						center;
    text-transform: 					none;
}

.link-active i[class^="circle-pic"]:hover::after, 
.link-active i[class*=" circle-pic"]:hover::after, 
.link-active span:hover > i[class^="circle-pic"]::after, 
.link-active span:hover > i[class*=" circle-pic"]::after, 
.link-active h3:hover > i[class^="circle-pic"]::after, 
.link-active h3:hover > i[class*=" circle-pic"]::after, 
.link-active h4:hover > i[class^="circle-pic"]::after, 
.link-active h4:hover > i[class*=" circle-pic"]::after, 
.link-active h5:hover > i[class^="circle-pic"]::after, 
.link-active h5:hover > i[class*=" circle-pic"]::after, 
.link-active h6:hover > i[class^="circle-pic"]::after, 
.link-active h6:hover > i[class*=" circle-pic"]::after {
    transform: 							scale(1.13);
    transition-timing-function: 		cubic-bezier(0.4, 0.25, 0.14, 1.73);
    text-decoration: 					none !important;
}

i[class^="small-circle-pic"], i[class*=" small-circle-pic"] {
    border-radius: 						50%;
    display: 							block;
    float: 								left;
    font-size:							0;
    height: 							40px;
    margin-right: 						20px;
    position: 							relative;
    text-align: 						center;
    width: 								40px;
}

i[class^="small-circle-pic"]::before, i[class*=" small-circle-pic"]::before {
    color: 								#fff;
    font-size: 							18px;
    font-style: 						normal;
    font-weight: 						normal;
    line-height: 						43px;
    margin: 							0;
    text-align: 						center;
    text-transform: 					none;
}

.agency_map {
	border: 							0px; 
	width: 								700px;
	height: 							500px;
	margin: 							0px;
}

.panel-judges > .panel-heading {
    background-color: 					#fbaa27;
    border-color: 						#fbaa27;
}

.panel-judges > .panel-heading a {
    color: 								#ffffff !important;
    font-weight:						bold;
}

.panel-judges > .panel-heading a:hover {
    color: 								#222222 !important;
    text-decoration:					none !important;
}

.panel-judges {
    border-color: 						#fbaa27;
}

.about_row {
	background-color: #f8fafa; 
/* 
	border: 1px solid #b6b7b9;						
*/
	margin-bottom: 5px;
}

.about_row a {
	color: #336699;
}
.about_row_who {
	background-color: #ffffff; 
	margin-bottom: 5px;
}

.image-block {
	padding-left: 0px;
	padding-right: 0px;
}

.center-block {
	padding-left: 5px;
	padding-right: 5px;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

/* ############################################################################################## */





/* HEADING FOR SECTIONS OF THE COURTS WEBSITE */

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
	#heading_home {
		height:							105px;
		width:							100%;
		padding-left:					10px;
		background-color:				#319bc9;
	}
	
	#heading_home h1 {
		color:							#fff !important;
		font-size:						38px !important;
}}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#heading_home {
		height:							120px;
		width:							100%;
		padding-left:					35px;
		background-color:				#3098c5;
	}

	#heading_home h1 {
		color:							#fff !important;
		font-size:						45px !important;
}
	.center-block {
		margin-top: 10px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#heading_home {
		height:							120px;
		width:							100%;
		padding-left:					40px;
		background-color:				#319bc9;
	}

	#heading_home h1 {
		color:							#fff !important;
		font-size:						50px !important;
}}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#heading_home {
		height:							120px;
		width:							100%;
		padding-left:					40px;
		background-color:				#319bc9;
	}

	#heading_home h1 {
		color:							#fff !important;
		font-size:						50px !important;
}}

.heading_logo {
	margin-top:							-15px;
	padding-left: 						20px;
}

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
	#heading_interior {
		height:							100%;
		width:							100%;
		padding-bottom:					20px;
		padding-left:					10px;
		background-color:				#319bc9;
	}
	
	#heading_interior h1 {
		color:							#fff !important;
		font-size:						30px !important;
}}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#heading_interior {
		height:							100%;
		width:							100%;
		padding-bottom:					20px;
		padding-left:					35px;
		background-color:				#319bc9;
	}

	#heading_interior h1 {
		color:							#fff !important;
		font-size:						45px !important;
}}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#heading_interior {
		height:							100%;
		width:							100%;
		padding-bottom:					20px;
		padding-left:					40px;
		background-color:				#319bc9;
	}

	#heading_interior h1 {
		color:							#fff !important;
		font-size:						50px !important;
}}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#heading_interior {
		height:							100%;
		width:							100%;
		padding-bottom:					20px;
		padding-left:					40px;
		background-color:				#319bc9;
	}

	#heading_interior h1 {
		color:							#fff !important;
		font-size:						50px !important;
}}
/* ############################################################################################## */





/* TABBED MENU HOMEPAGE */

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
	.nav-tabs {
    	border-bottom: 					2px solid #fbaa27;
	}
	.nav-tabs > li {
    	float: 							none;
    	margin-bottom: 					0px;
    	padding:						0px !important;
	}
	.nav-tabs > li > a {
    	border: 						2px solid transparent;
    	border-radius: 					0px 0px 0 0;
    	line-height: 					1.42857;
    	margin-right: 					5px;
    	padding: 						20px 40px !important;
   		text-transform: 				uppercase;
   		font-family:					"Source Sans Pro", Helvetica, Arial, sans-serif !important;
		font-weight: 					400;
		font-size:						25px !important;
	}
	.nav-tabs > li > a:hover {
    	border-color: 					#eeeeee #eeeeee #dddddd;
   		border-bottom: 					2px solid #eeeeee;
	}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    	-moz-border-bottom-colors: 		none;
    	-moz-border-left-colors: 		none;
    	-moz-border-right-colors: 		none;
    	-moz-border-top-colors: 		none;
    	border-image: 					none;
    	border-style: 					solid;
    	border-width: 					1px;
    	cursor: 						default;
    	color:							#24397e !important;
	}

	.nav-tabs > li.active > a, .nav-tabs > li.active > a:link, .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:visited  {
		color: 							#ffffff !important;
		background-color: 				#fbaa27 !important;
    	border-color: 					#fbaa27 #fbaa27 transparent !important;
	}

	.nav-tabs > li.active > a:hover {
		color:							#fff !important;
}}
	
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.nav-tabs {
    	border-bottom: 					2px solid #fbaa27;
	}
	.nav-tabs > li {
    	float: 							left;
    	margin-bottom: 					-2px;
    	padding:						0px !important;
	}
	.nav-tabs > li > a {
    	border: 						2px solid transparent;
    	border-radius: 					0px 0px 0 0;
    	line-height: 					1.42857;
    	margin-right: 					5px;
    	padding: 						20px 12px !important;
   		text-transform: 				uppercase;
   		font-family:					"Source Sans Pro", Helvetica, Arial, sans-serif !important;
		font-weight: 					400;
		font-size:						14px !important;
	}
	.nav-tabs > li > a:hover {
    	border-color: 					#eeeeee #eeeeee #dddddd;
   		border-bottom: 					none;
	}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    	-moz-border-bottom-colors: 		none;
    	-moz-border-left-colors: 		none;
    	-moz-border-right-colors: 		none;
    	-moz-border-top-colors: 		none;
    	border-image: 					none;
    	border-style: 					solid;
    	border-width: 					1px;
    	cursor: 						default;
    	color:							#24397e !important;
	}

	.nav-tabs > li.active > a, .nav-tabs > li.active > a:link, .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:visited  {
		color: 							#ffffff !important;
		background-color: 				#fbaa27 !important;
    	border-color: 					#fbaa27 #fbaa27 transparent !important;
	}

	.nav-tabs > li.active > a:hover {
		color:							#fff !important;
}}
	
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.nav-tabs {
    	border-bottom: 					2px solid #fbaa27;
	}
	
	.nav-tabs > li {
    	float: 							left;
    	margin-bottom: 					-2px;
    	padding:						0px !important;
	}
	
	.nav-tabs > li > a {
    	border: 						2px solid transparent;
    	border-radius: 					0px 0px 0 0;
    	line-height: 					1.42857;
    	margin-right: 					5px;
    	padding: 						20px 6px !important;
   		text-transform: 				uppercase;
   		font-family:					"Source Sans Pro", Helvetica, Arial, sans-serif !important;
		font-weight: 					400;
		font-size:						13px !important;
	}
	
	.nav-tabs > li > a:hover {
    	border-color: 					#eeeeee #eeeeee #dddddd;
   		border-bottom: 					none;
	}
	
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    	-moz-border-bottom-colors: 		none;
    	-moz-border-left-colors: 		none;
    	-moz-border-right-colors: 		none;
    	-moz-border-top-colors: 		none;
    	border-image: 					none;
    	border-style: 					solid;
    	border-width: 					1px;
    	cursor: 						default;
    	color:							#24397e !important;
	}

	.nav-tabs > li.active > a, .nav-tabs > li.active > a:link, .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:visited  {
		color: 							#ffffff !important;
		background-color: 				#fbaa27 !important;
    	border-color: 					#fbaa27 #fbaa27 transparent !important;
	}

	.nav-tabs > li.active > a:hover {
		color:							#fff !important;
}
	.register_of_wills {
		margin-top: 0px;
	}
	
	.docket_information {
		margin-top: 100px;
	}	

}
	
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.nav-tabs {
    	border-bottom: 					2px solid #fbaa27;
	}
	
	.nav-tabs > li {
    	float: 							left;
    	margin-bottom: 					-2px;
    	padding:						0px !important;
	}
	
	.nav-tabs > li > a {
    	border: 						2px solid transparent;
    	border-radius: 					0px 0px 0 0;
    	line-height: 					1.42857;
    	margin-right: 					5px;
    	padding: 						25px 15px !important;
   		text-transform: 				uppercase;
   		font-family:					"Source Sans Pro", Helvetica, Arial, sans-serif !important;
		font-weight: 					400;
		font-size:						14px !important;
	}
	
	.nav-tabs > li > a:hover {
    	border-color: 					#eeeeee #eeeeee #dddddd;
   		border-bottom: 					none;
	}
	
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    	-moz-border-bottom-colors: 		none;
    	-moz-border-left-colors: 		none;
    	-moz-border-right-colors: 		none;
    	-moz-border-top-colors: 		none;
    	border-image: 					none;
    	border-style: 					solid;
    	border-width: 					1px;
    	cursor: 						default;
    	color:							#24397e !important;
	}

	.nav-tabs > li.active > a, .nav-tabs > li.active > a:link, .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:visited {
		color: 							#ffffff !important;
		background-color: 				#fbaa27 !important;
    	border-color: 					#fbaa27 #fbaa27 transparent !important;
	}

	.nav-tabs > li.active > a:hover {
		color:							#fff !important;
}}
/* ############################################################################################## */





/* S I D E   B A R   N A V I G A T I O N */

.courts_nav {
	background-color: 					#ffffff !important;
}

button {
  display: 								inline-block;
  margin: 								0 0em;
  border: 								none;
  background: 							none;
}

button span {
  display: 								block;
}

.grid-button {
  padding: 								2rem;
  cursor: 								pointer;
  user-select: 							none;
  outline: 								none;
}

.grid-button .grid {
  width: 								1rem;
  height: 								1rem;
  background: 							#393939;
  color: 								#393939;
  /* Not in use when the colors are specified below */
  transition: 							0.3s;
}

.grid-button.disappear .grid {
  -webkit-transform: 					rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
  transform: 							rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
}

.grid-button.rearrange .grid {
  box-shadow: 							-1.25rem -1.25rem, 0rem -1.25rem, 1.25rem -1.25rem, -1.25rem 0rem, 1.25rem 0rem, -1.25rem 1.25rem, 0rem 1.25rem, 1.25rem 1.25rem;
}

.grid-button.rearrange.disappear .grid {
  box-shadow: 							0rem -1rem, 0rem -2rem, 1rem 0rem, -2rem 0rem, 2rem 0rem, -1rem 0rem, 0rem 2rem, 0rem 1rem;
}

.nav courts_nav > li > a:hover,
.nav courts_nav > li > a:focus {
	text-decoration: 					none;
	background-color: 					#ffffff !important;
}

.nav courts_nav > li > a {
    display:							block;
    padding: 							10px 5px !important;
    position: 							relative;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 						0px;
}

.panel {
    background-color: 					#fff;
    border-radius: 						4px;
    box-shadow: 						0 0px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 						20px;
}

.panel-info {
	/* border-color: transparent; */
}

#HomeMenu {
	list-style: 						none outside none;
}

#HomeMenu > li {
	line-height:						2.2;
	margin-left:						-20px;
	margin-right:						20px;
	margin-bottom:						5px;
	border-bottom:						1px solid #e3e5e2;
	
}

.toplevel a, .toplevel a:link, .toplevel a:active, .toplevel a:visited, .toplevel a:hover {
	text-decoration: 					none;
}

#HomeMenu a, #HomeMenu a:link, #HomeMenu a:active, #HomeMenu a:visited {
	color: 								/*#3774ba;*/ #4a70a2;
	text-decoration: 					none;
	font-weight: 						none;
	-o-transition:						.5s;
	-ms-transition:						.5s;
	-moz-transition:					.5s;
	-webkit-transition:					.5s;
	transition:							.5s;
}

#HomeMenu a:hover {
    color: 								#fbaa27 !important;
    text-decoration: 					none;
    font-weight: 						none;
}
/* ############################################################################################## */



/* A N O U N C E M E N T S (at the top of the page) */

.chancery_announcements_row {
	text-align: center;
  background-color: #e3cb34;
  color: #ffffff;
  padding-bottom: 8px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  border-radius: 5px;
}

	.blink {
		animation: blinker 1s linear infinite;
		color: #e3cb34;
	}

@keyframes blinker {  
  50% { opacity: 0.0; }
}


/*  W H O   W E   A R E   A N D   R U L E S  */

.we_are {
	padding-left:						0px;
	padding-top:						0px;
}

.we_are h5 {
	color:								#0066cc;
	font-size:							20px;
	margin-top:	2px;
	margin-bottom: 2px
}

.chancery_rules {
	padding-left: 						15px;
	padding-top:						25px;
}

.rules_row {
	margin-left: 						0px; 
	margin-right: 						0px;
}

.chancery_block {
	padding:							30px;
}

.we_are_image {
	padding-left: 0px;
	margin: auto;
}

.we_are_text {
	padding-left: 0px;
  top: 2px;
  left: 10px; 
}

.we_are_thumbnail {
	/* max-width: 99%; */
	background-color: none;
	border: none;
	width: 115px;
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.we_are_image {
		padding-right: 0px;
		padding-top: 0px;
	}
	.we_are_text {
    top: 12px;
    left: -10px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.we_are_text {
    top: 12px;
    left: -4px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.we_are_text {
    top: 12px;
    left: -4px;
	}
}


/* ############################################################################################## */





/* L I T I G A N T   A N D   A T T O R N E Y   I N F O R M A T I O N   B O X */

#litigant_info {
	/*
 	background-color:					#ebfeff;
	border-top:							2px solid #16bfce;
	border-bottom:						2px solid #16bfce; 
	*/
	padding:							0px;
}

#litigant_info p {
	text-align:							left;
	font-size:							16px;
	color: #333;
}

#litigant_info a, #litigant_info a:link, #litigant_info a:visited {
	text-decoration:					none;
	/* color:								#16bfce !important; */
	word-wrap: break-word; 
	white-space: normal;	
}


#litigant_info a:hover {
	text-decoration:					none;
	color:								#fbaa27 !important;
}
/* ############################################################################################## */





/* AGENCY CAROUSEL STYLES */

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
	#CourtsCarousel .carousel-caption h2 {
		font-family: 					'Source Sans Pro', sans-serif;
    	color:							#ffffff !important;
   		font-weight:					700;
    	display:						inherit;
    	text-shadow:					1px 1px 1px #000000, 1px 1px 1px #000000;
    	font-size:						18px;
}}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#CourtsCarousel .carousel-caption h2 {
    	font-family: 					'Source Sans Pro', sans-serif;
    	color:							#ffffff !important;
   		font-weight:					700;
    	display:						inherit;
    	text-shadow:					1px 1px 1px #000000, 1px 1px 1px #000000;
    	font-size:						25px;
    	padding: 						15px 30px;
    	border-radius: 					15px;
}}

/* Medium devices (large desktops, 992px and up) */
@media (min-width: 992px) {
	#CourtsCarousel .carousel-caption h2 {
    	font-family: 					'Source Sans Pro', sans-serif;
    	color:							#ffffff !important;
   		font-weight:					700;
    	display:						inherit;
    	text-shadow:					1px 1px 1px #000000, 1px 1px 1px #000000;
    	font-size:						25px;
    	padding: 						15px 30px;
    	border-radius: 					15px;
}}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#CourtsCarousel .carousel-caption h2 {
    	font-family: 					'Source Sans Pro', sans-serif;
    	color:							#ffffff !important;
   		font-weight:					700;
    	display:						inherit;
    	text-shadow:					1px 1px 1px #000000, 1px 1px 1px #000000;
    	font-size:						25px;
    	padding: 						15px 30px;
    	border-radius: 					15px;
    	
}}

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
	.agency_control {
    	position: 						absolute;
    	top:							45%;
    	color:							#ffffff;
}}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.agency_control {
    	position: 						absolute;
    	top:							45%;
    	color:							#ffffff;
}}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.agency_control {
    	position: 						absolute;
    	top:							45%;
    	color:							#ffffff;
}}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.agency_control {
    	position: 						absolute;
    	top:							45%;
    	color:							#ffffff;
}}


.carousel {
	border:								2px solid #3a6bb4;
	max-width:							640px;
}
/* ############################################################################################## */





/* M E D I A   B O X E S */

.box_laptops {
	background-color:					#c8ffad; 
	padding:							25px;
	margin-bottom:						20px;
}

.box_calendar {
	background-color:					#fee375;
	padding:							25px;
}

.box_news {
	background-color:					#a0e5ff;
	padding:							25px;
	margin-bottom:						20px;
}

.box_orders {
	background-color:					#c4c2fa;
	padding:							25px;
}

.box_for_the_media_left {
	padding-left: 1px;
	padding-right: 1px;
}

.box_for_the_media_right {
	padding-left: 1px;
	padding-right: 1px;	
}

.services_block {
	border:1px solid #b6b7b9;
	/* border:1px solid #16bfce; */
	/* border:1px solid #e4e4e4; */
	/* border:1px solid #c5c5c5; */
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 2px;
	color: #333 !important;
	position:	relative;
	/* min-height:250px; */
	/* padding:5px;
	padding-top: 10px; */
	padding-left: 0px;
	padding-right: 0px;
	/* width: 47%; */
}

.text-left {
	text-align: left;
}

.news_block {
	padding: 30px;
	margin-top: 30px;
	margin-bottom: -40px;
}

.media_block {
	border:1px solid #b6b7b9;
	/* min-height:250px; */
	margin-bottom:10px;
	margin-right: 5px;
	margin-left: 5px;
	padding:5px;
	color: #333 !important;
	width: 31%;
}

.court_photo {
	width: 100%;
	position: relative;
	display: block;
/*	max-width: 100%;
	height: auto;
	max-width: 1560px; 
  min-width: 300px;*/
  overflow: hidden;
}

.bottom-right-item {
	position:absolute;
  bottom: 3px;
	right: 3px;
	display: inline-block;
	width: 65%;
/* border: 1px solid red; */
/*	width: auto;
	height: auto; */
}

.bottom-left-item {
	position:absolute;
  bottom: 5px;
	left: 5px;
	display: inline-block;
	width: 50%;
	/* border: 1px solid green; */
}

.meidum-left-item {
	position:absolute;
  bottom: 60px;
	left: 10px;
	display: inline-block;
	width: 50%;
	/* border: 1px solid blue; */
}

.padding-1-px {
	padding-left: 1px;
	padding-right: 1px;
}


.padding-5-px {
	padding-left: 5px;
	padding-right: 5px;
}


.services-card-footer-bar {
    background-color: #f6f8f7;
    border-top: 1px solid #e4e4e4;
		position: absolute;
    bottom: 0;
    padding: 14px;
    width: 100%;
}


hr.news {
	-moz-border-bottom-colors: 			none;
	-moz-border-left-colors: 			none;
	-moz-border-right-colors: 			none;
	-moz-border-top-colors: 			none;
	border-image: 						none;
	border: 							solid #d3d3d3;
	border-width:						2px 0 0; 
	height:								2px;
	margin-top: 						10px;
	margin-right:						65px;
	margin-bottom: 						10px;
}

p.newsdate {
    font-family: 'Source Sans Pro', sans-serif;
    color: #337ab7;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
	.boxes {
			height:	260px;
			width: 100%;
	}
	.bottom-right-item {
		width: 50%;
	}
	.media_block{
		width: 100%;
	}
	.services_block{
		width: 98%;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.boxes {
			min-height:	340px;
	}
	.services_block{
		min-height: 415px;
		/* margin-bottom: 0px; */
		width: 47.5%;
	}
	.media_block{
		min-height: 440px;
		margin-top: 10px;
		width: 31%;
	}
    .well_white {
        padding-bottom: 50px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.boxes {
			height:	420px;
	}
	.services_block{
		min-height: 428px;
		width: 47.5%;
	}
	.services-card-footer-bar {
		/* margin-top: 106px;
		position: absolute;
		bottom: 0px;*/
	}
	.media_block{
		min-height: 440px;
		margin-top: 1px;
		width: 31%;
	}
	.img-thumbnail {
		max-width: 70%;
	}
   .well_white {
        padding-bottom: 50px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.boxes {
			height:	428px;
	}
	.services_block{
		min-height: 420px;
		/* width: 47.5%; */
	}
	.media_block{
		min-height: 440px;
		margin-top: 1px;
		width: 31%;
	}
	.services-card-footer-bar {
		/* margin-top: 106px; 
		position: absolute;
		bottom: 0px;*/
	}
}

.boxes p {
	color:								#243955 !important;
}

.headline {
	font-size:							18px;
}

.boxes a, .boxes a:link, .boxes a:visited {
	text-decoration:					underline;
	color:								#243955 !important;
}

.boxes a:hover {
	text-decoration:					none;
	color:								#243955 !important;
}
/* ############################################################################################## */

 /* press button (/index.aspx) - AW */ 
  .btn-warning a {
    color: #ffffff !important;
 }

  /*  Added to index.aspx  AW */
    .new {
        display: inline-block;
        margin: 2px;
        font-size: 12px !important;
        letter-spacing: 1.25px !important;
        color: #ffffff !important;
    }

    .well_white {
        background-color: #FFFFFF;
        height: auto;
        border: none;
        box-shadow: none;
    }


    .judges {
	 
	border: 							1px solid #ddd;
	border-radius: 						4px;
	margin: 							0.5em;
	padding: 							0.3em;
}

    .judges p {
	text-align: 						center;
	font-style: 						italic;
	font-size: 							smaller;
	text-indent: 						0;
}



.alert-laptop {
	border: 2px solid #bbe0f6;
}

/*remove padding from alert box (BS3) */
.alert-nopad {
	margin-bottom: 0px;
}

.alert-clerk {
	
	margin-left: 20px;
	margin-right: 40px;
	height: auto;
}

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
	.alert-clerk {
		margin-bottom: 400px;
		margin-left: 2px;
		margin-right: 2px;
		max-height: 400px;
	}
}

.alert-danger a {
	color: #336699;
}




.alert-info a {
	text-decoration: underline;
}
#litigant_info .white a:hover {
	color: #fff !important;
	text-decoration: underline;
}

.emergency {
	padding-right: 25px;
}
#3F5F88

/* ADA COMPLAINACY */
a {
	color: #4a70a2;
}

.alert-danger a {
	color: #3F5F88 !important;
}