/*
Theme Name: CAND Divi Child Theme
Description: Custom Divi child theme for CAND.USCourts.gov. 
Author:   Lake WebWorks http://www.lakewebworks.com
Template: Divi
*/

@import url("../Divi/style.css");

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.et_pb_divider.single_col_continuous { display: none; }

/* Color Palette
 * 
 * Yellow (announcement bg) #faf2b4 
 * 
 * Rust (brightest) #cb5915
 * Brown (neutral) #a15a2f
 * Brown (darkest) #823811
 * 
 * Blue (brightest) #4b92b0
 * Grey Blue (neutral) #89949b
 * Slate Blue (darkest) #55676b 
 * 
 * Medium Grey #77776e
 * Dark Grey #4b4b43
 * Black #000000
 * /

/* Boilerplate */

.nowrap { white-space:nowrap; }

img.alignleft {
    margin-right: 30px;
}
img.alignright {
    margin-left: 30px;
}
.center { text-align: center; }

.clear { clear:both; }

/* Typography */

body { color: #000; }

a:link { 
	color: #4b92b0;
}
a:visited {
	color: #4b92b0;
}
a:hover {
	color: #a15a2f;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited { color: inherit; }

.entry-content a { text-decoration: underline; }
.home .entry-content a, 
.entry-content .home a, 
.entry-content #breadcrumb a, 
.entry-content .faq_index a,
.entry-content .menu a, 
.entry-content .doc_list a,
.entry-content .et_pb_sidebar_1 a,
.entry-content a[name], 
.entry-content h2 a, 
.entry-content h3 a
{ text-decoration: none; }

p.read-more a, a.read-more { font-style: italic; }
p.revised, p.effective_date {font-style: italic; color: #cb5915;}
p.instruction, li.instruction {font-style: italic; font-size: 14px; }
p.caption {font-size: 12px;line-height:1.3; margin-top:5px; }
td.top_of_page, p.top_of_page {
    font: 10px/1.3 Verdana, san-serif;
    margin: 0 0 3em 0;
}
td.top_of_page a:link, td.top_of_page a:visited, 
p.top_of_page a:link, p.top_of_page a:visited {
    color: #ADA4A5;
}
td.top_of_page a:hover, 
p.top_of_page a:hover {
    color: #000;
}

h1 {
	color:#55676b;
	font-weight:400;
	font-size: 21px;
	line-height: 1.2;
	padding-bottom: 20px;
	
}

h2, .et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 { 
	font-size: 18px;
	font-weight: 400;
	color: #55676b; color:#3c4f53; color:#27373a;
	line-height: 1.2;
	padding-bottom: 15px;
	padding-top: 1.25em;
}
h2.warm, .et_pb_column_1_3 h2.warm, .et_pb_column_1_4 h2.warm, .et_pb_column_1_5 h2.warm, .et_pb_column_1_6 h2.warm, .et_pb_column_2_5 h2.warm {color:#9e3b12;}

.home h2 {
	font-size: 21px;
	padding-bottom: 30px;
	padding-top: 0;
	
}
.h2_titles .toc h4.widgettitle {
	color: #55676b;
	font-size: 18px;
	padding-top: 0;
}

h3, .et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3, .toc h4.widgettitle { 
	color: #9e3b12;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: 15px;
	padding-top: 1.25em;
}
table h3 { padding-bottom: 0; }
h3 em {color: #000;}

h4, .et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 {
	/* color: #9e3b12; */
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	padding-bottom: 15px;
}

address { font-style: normal; }

blockquote { margin: 30px 0 30px;
  padding-left: 0px;
    border-left: none;
}

blockquote.indent { margin: 0 0 1em 30px;}
blockquote.indent p { padding: 0 0 1em 0;}
blockquote.indent p:last-child { padding: 0;}

.testimonials blockquote p { font-size: 12px; }

sup {
    bottom: .5em; font-size: smaller;
}

small { font-size: 11px; }

strong.important {color: #cb5915;}

hr { color: transparent; border: none; border-top:1px solid #d6d6d3; margin: 30px auto; }

h3 span.fas.fa-star {font-size:12px;color:#9e3b12;}
p span.fas.fa-star {font-size:12px;color:#4b92b0;}

/* Pagination */

div.pagination_links {
    clear: both;
    float: left;
    width: 100%;
    margin: 20px 0;
}
div.pagination_links p.left {
    display: inline-block;
    float: left;
    width: 15%;
}
div.pagination_links p.right {
    display: inline-block;
    float: right;
    width: 15%;
    text-align: right;
}
div.pagination_links p.center {
    width: 68%;
    text-align: center;
}
div.pagination_links p {
    font: 11px/1.3 Georgia, serif;
}


/* Lists */

.entry-content .et_pb_text ul {

}

	/* HTML Bullets */
.entry-content .et_pb_text ul, .entry-content .et_pb_text ul.no_bullet li ul {
	line-height: 1.2;
	padding: 0;
	margin-bottom: 1em;
	margin-left: 1em;	
	list-style-type:disc;
	list-style-position: outside;
}
.entry-content .et_pb_text.feature_box ul {margin-left: 0;}
.entry-content .et_pb_text.feature_box ul:last-child {margin-bottom: 0 !important;}
.entry-content .et_pb_text ul li, .entry-content .et_pb_text ul.no_bullet li ul li {
    line-height: 1.2; line-height: 1.7;
	padding: 0 0 .7em 0px;
	list-style-type:disc;
}
.entry-content .et_pb_text ul li ul li, 
.entry-content .et_pb_text ol li ul li {
	list-style-type:circle;
}

.entry-content .et_pb_text ul.toc.p_leading li {background: transparent url(/wp-content/uploads/cand-theme/bullet_tri_teal.gif) no-repeat scroll 0 6px;}


.entry-content .et_pb_text ul.toc.p_leading li,
.entry-content .et_pb_text ul.p_leading li, 
.entry-content .et_pb_text ol.p_leading li {
	line-height: 1.7;
}
	/* Image Bullets */

.entry-content .et_pb_text ul.quick_links_list li, 
.entry-content .et_pb_text ul.faq_index li {
    line-height: 1.2;
	padding: 0 0 .7em 15px;
	list-style-type: none;
	background: url(/wp-content/uploads/cand-theme/notices-bullet.png) 0 4px no-repeat;
}

.entry-content ul.wpv-pagination-nav-links-container { margin: 20px auto; text-align:center;  }
.entry-content ul.wpv-pagination-nav-links-container li { list-style: none; display: inline-block; font-size: 11px; padding: 0 10px; }
.entry-content ul.wpv-pagination-nav-links-container li a {}
/* FAQ */

.entry-content ol.faq_index {
	margin: 2em 0 2em 1.5em;
}
.entry-content ol.faq_index li {
	font-size: 12px;
	line-height: 1.3;
	padding: 0 0 .5em 0;
	color: #4B92B0;
}
.entry-content ol.faq li {
	font-size: 14px;
	color: #55676B;
	padding-bottom: 2em;
}
.entry-content ol.faq li p, .entry-content ol.faq li address, .entry-content ol.faq li table td, .entry-content ol.faq li table th {
	color: #000;
}
.entry-content ol.faq li .answer p { line-height: 1.7; }
.entry-content ol.faq li .answer ul {margin-top:0;}
.entry-content  ol.faq li p.top_of_page {
	clear: both;
	margin: 0;
	padding-top: 1em;
}
.entry-content  l.faq li ol {
}
.entry-content ol.faq li li {
	color: #302D02;
	padding-bottom: .7em;
}

	/* TOC */
.entry-content .et_pb_text ul.toc, 
.entry-content .toc ul {
	padding: 0;
	margin-left: 0;
	margin-bottom: 1em;
    list-style-type: none;	
}

.entry-content .et_pb_text ul.toc li, 
.entry-content .toc ul li {
	line-height: 1.2;
	list-style-type: none;
    background: transparent url(/wp-content/uploads/cand-theme/bullet_tri_teal.gif) no-repeat scroll 0 3px;
    padding: 0 0 0.7em 18px;
	margin-bottom: 0;
}
.entry-content .toc ul li:last-child { padding-bottom: 0; }
.entry-content .toc ul li.section_heading {display:none;}

.entry-content .toc ul li ul li {
    font-weight:300; font-style: italic; margin-left: 0px; padding-left: 0 !important; background: none !important;  /* padding-left: 15px; background: url(/wp-content/uploads/cand-theme/notices-bullet.png) 0 6px no-repeat; */
}

.entry-content .et_pb_text ul.toc li a:link, .entry-content .et_pb_text ul.toc li a:visited, .entry-content .et_pb_text ul.toc li a:hover { text-decoration:none; }

/* Resource Links */
.entry-content ul.resource_links {
	padding: 0;
	margin-left: 0;
	margin-bottom: 1em;
    list-style-type: none;	
}
.entry-content ul.resource_links li {
	line-height: 1.2;
	list-style-type: none;
    background: transparent url(/wp-content/uploads/cand-theme/bullet_tri_teal.gif) no-repeat scroll 0 3px;
    padding: 0 0 0.7em 18px;
	margin-bottom: 0;
}

/* Anchor Index */

.entry-content .et_pb_text ul.anchor_index {
	padding: 0;
	margin-left: 0;
	margin-bottom: 1em;
    list-style-type: none;
}
.entry-content .et_pb_text ul.anchor_index li {
	padding: 0 0 .5em 0;
	background: none;
	list-style-type: none;
}

	/* No Bullets */

.entry-content ul.no_bullet {
	padding: 0;
	margin-left: 0;
	margin-bottom: 1em;
    list-style-type: none;
}
.entry-content .et_pb_text ul.no_bullet li {
    line-height: 1.4;
	padding: 0 0 .7em 0;
	background: none;
	list-style-type: none;
}

	/* Icons */
#left-area .entry-content ul.doc_list,
.entry-content .et_pb_text ul.doc_list {
	margin-left: 0;
}
.entry-content ul.doc_list li,
.entry-content .et_pb_text ul.doc_list li {
	list-style: none; padding-left: 30px;
}
.entry-content ul li.pdf,
.entry-content .et_pb_text ul li.pdf {
	list-style-type: none;
    background: url(/wp-content/uploads/cand-theme/icons/icon_pdf_small.png) 0px 0px no-repeat;
    padding: 0 0 1em 30px;
}
.entry-content ul li.doc,
.entry-content .et_pb_text ul li.doc {
	list-style-type: none;
    background: url(/wp-content/uploads/cand-theme/icons/icon_docx_small.png) 0px 0px no-repeat;
    padding: 0 0 1em 30px;
}
.entry-content ul li.web,
.entry-content .et_pb_text ul li.web {
	list-style-type: none;
    background: url(/wp-content/uploads/cand-theme/icons/icon_web_small-2.png) 0px 0px no-repeat;
    padding: 0 0 1em 30px;
}
.entry-content ul.toc.doc_list li.cand,
.entry-content .et_pb_text ul.toc.doc_list li.cand { 
    background: transparent url(/wp-content/uploads/cand-theme/bullet_tri_teal.gif) no-repeat scroll 10px 3px;
}  

.et_pb_widget ul#notices_sidebar_list li {font-size: 12px;line-height:1.3;padding-bottom:0;}

/*-------------------------------------------
	Expandable - Collapsible Lists
-------------------------------------------*/
.entry-content ul.mktree li {
	list-style: none;
	background: none;
}
.entry-content ul.mktree li .bullet {
	padding-left: 15px;
}
.entry-content ul.mktree li.liOpen .bullet {
	cursor: pointer;
	background: url(/wp-content/uploads/cand-theme/minus.gif) left center no-repeat;
}
.entry-content ul.mktree li.liClosed .bullet {
	cursor: pointer;
	background: url(/wp-content/uploads/cand-theme/plus.gif) left center no-repeat;
}
.entry-content ul.mktree li.liBullet .bullet {
	cursor: default;
	background: url(/wp-content/uploads/cand-theme/li_bullet_disc.gif) left center no-repeat;
}
.entry-content ul.mktree li.liOpen ul {
	display: block;
}
.entry-content ul.mktree li.liClosed ul {
	display: none;
}
.entry-content ol.mktree li {
	list-style: none;
	background: none;
}
.entry-content ol.mktree li .bullet {
	padding-left: 15px;
}
.entry-content ol.mktree li.liOpen .bullet {
	cursor: pointer;
	background: url(/wp-content/uploads/cand-theme/minus.gif) left center no-repeat;
}
.entry-content ol.mktree li.liClosed .bullet {
	cursor: pointer;
	background: url(/wp-content/uploads/cand-theme/plus.gif) left center no-repeat;
}
.entry-content ol.mktree li.liBullet .bullet {
	cursor: default;
	background: none;
}
.entry-content ol.mktree li.liOpen ol {
	display: block;
}
.entry-content ol.mktree li.liClosed ol {
	display: none;
}

	/* Ordered Lists  */

.entry-content ol[type="a"] {list-style-type: lower-alpha;}

.entry-content ol {
	line-height: 1.4;
	padding: 0;
	margin: 0 0 1em 15px;
	list-style-position: outside;
}

.entry-content ol li {
	line-height: 1.4; line-height: 1.7;
	padding: 0 0 .7em 0;
}
.entry-content ol li ol, .entry-content ul li ul, .entry-content ol li ul, .entry-content ul li ol {
	padding: 0;
	margin-top: .7em;
	margin-bottom: 0 !important;
}

.entry-content ol.decimal-paren {counter-reset:item; margin-left:0; }
.entry-content ol.decimal-paren > li {counter-increment:item; list-style:none; }
.entry-content ol.decimal-paren > li:before {content:"(" counter(item) ")"; padding-right:0.3em}


/* Formal Outline */

.entry-content ol.formal_outline {
	list-style-type: upper-roman;
	margin: 0 0 1em 25px;
}
.entry-content ol.formal_outline li {
	text-transform: uppercase;
	font-weight: bold;
}
.entry-content ol.formal_outline li ol {
	list-style-type: upper-alpha;
	margin-top: .7em;
	margin-bottom: 0;
}
.entry-content ol.formal_outline li ol li {
	text-transform: none;
	font-weight: normal;
	padding: 0 0 .4em 0;
}
.entry-content ol.formal_outline li ol li ol {
	list-style-type: decimal;
	margin-top: .7em;
	margin-bottom: 0;
}
.entry-content ol.formal_outline li ol li ol li {
	/* font-size: 1em; */
	padding: 0 0 .4em 0;
}
.entry-content ol.formal_outline li ol li ol li ol {
	list-style-type: lower-alpha;
	margin-top: .7em;
	margin-bottom: 0;
}
.entry-content ol.formal_outline li ol li ol li ol li {
	padding: 0 0 .4em 0;
}
.entry-content ol.formal_outline li ol li ol li ol li ol {
	list-style-type: lower-roman;
	margin-top: .7em;
	margin-bottom: 0;
}
.entry-content ol.formal_outline li ol li ol li ol li ol li {
	padding: 0 0 .4em 0;
}

/* Ordered list with no numbers (e.g. CJA Policy Manual) */

.entry-content ol.no_numbers, .entry-content ol.no_numbers ol {
	list-style-type: none !important;
}

.entry-content ol.hang_indent li {
    text-indent: -19px;
    margin-left: 20px;
}

.page-id-2652 .entry-content .et_pb_text ul { margin-left: 0; }
.page-id-2652 .entry-content .et_pb_text ul li { list-style: none; font-weight: bold; }
.page-id-2652 .entry-content .et_pb_text ul.simple-sitemap-notices li, .page-id-2652 .entry-content .et_pb_text ul.simple-sitemap-case-of-interest li { font-weight: normal; }
.page-id-2652 .entry-content .et_pb_text ul li a { text-decoration: none; }

.page-id-2652 .entry-content .et_pb_text ul li li { font-weight: normal; }

.page-id-2652 .entry-content .et_pb_text ul.children ul.children { margin-left: 10px; }
.page-id-2652 .entry-content .et_pb_text ul.children ul.children li { font-style: italic; }

.page-id-2652 .entry-content .et_pb_text ul.children ul.children ul.children li { font-style: normal; font-size: 12px; }

	/* Definition Lists  */

dl.holiday_list { float: left; width: 100%;}
dl.holiday_list dt { clear:both; float: left; padding-bottom: 1em; }
dl.holiday_list dd { float: left; padding-bottom: 1em; margin-left: 1em; }

.entry-content ul.horz_link_list {
	clear: both;
	margin: 0 0 2em;
	width: 100%;
}

.entry-content ul.horz_link_list li {
    float: left;
    border-right: 1px solid #CCC;
    margin: 0;
    padding: 0 1em;
    background: transparent none repeat scroll 0% 0%;
	list-style: none;
}
.entry-content ul.horz_link_list li:first-child {
    padding-left: 0;
}
.entry-content ul.horz_link_list li:last-child {
    border-right: none;
    padding-right: 0;
}



/* Highlighting Elements */

.feature_section {
	background: #faf2b4 ;	
	border-top: 3px double #b9b592;
}
.feature_section .et_pb_row:last-child { padding-bottom:50px; }

.inset_box {
	padding: 18px 20px 15px 20px;
	border: 1px solid #823811;
	border: 3px double #ccc;
}
.inset_box.dotted {
	border: 2px dotted #823811;
}
.inset_box hr { color: transparent; border: none; border-top:1px solid #d6d6d3; margin: 15px auto; }
.inset_box ul + hr { margin-top:15px; }

.inset_box .et_pb_text_inner *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.inset_box h2 {
	padding-top: 0;
	color:#9e3b12;
}
.inset_box h3 {
	padding-top: 0;
}
.inset_box hr + h3, .inset_box hr + p { padding-top: 5px; }
.inset_box h3.blue {
	color:#55676b;
}

@media all and (min-width:640px) {
	div.inset_box.right {
    	float: right;
    	margin: 0 0 20px 5%;
    	width: 45%;
	}
}
@media all and (max-width:639px) {
	div.inset_box.right {
    	float: none;
    	margin: 0 0 30px 0;
    	width: 100%;
	}
}
.entry-content .et_pb_text .inset_box ul.toc { margin-bottom: 0; }

.scam_alert h3 {color: #d6421d;font-weight:bold;text-transform:uppercase;}
.scam_alert p {font-size:13px; line-height:1.4;}

.feature_box {
    border: 3px double #55676b;
    padding: 30px;
    background: #faf2b4;
}
.feature_box.white_bg {
    background: #fff;
}
.feature_box.narrow_padding {
    padding: 15px;
}

.feature_box h2 { color: #9e3b12;}
.feature_box h2:first-child { padding-top:0;}
.feature_box h3:first-child { padding-top:0;}

/* Toggles */

.et_pb_toggle_open {
    padding: 0;
    background-color: transparent;
}
.et_pb_gutters2 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module.et_pb_toggle_open {margin-bottom: 2em;}
.et_pb_gutters2 .tighten_faq_toggles .et_pb_column_4_4 .et_pb_module, .et_pb_gutters2.et_pb_row .tighten_faq_toggles .et_pb_column_4_4 .et_pb_module.et_pb_toggle_open {margin-bottom: 15px;}
.et_pb_toggle_close {
    padding: 0px;
    background-color: transparent;
}
.et_pb_toggle {
    border: none;
	margin-bottom: 1em;
}

.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h3.et_pb_toggle_title, 
.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h4.et_pb_toggle_title, 
.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title {
	color: #000; padding-left: 20px; font-weight: 600; font-size: 14px; padding-right:0;
}
.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h3.et_pb_toggle_title, 
.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h4.et_pb_toggle_title, 
.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
    color: #000; padding-left: 20px; font-weight: 600; font-size: 14px; padding-right:0;
}
.page-id-204 .et_pb_toggle_close h3.et_pb_toggle_title, .page-id-204 .et_pb_toggle_open h3.et_pb_toggle_title { font-weight: 400; }


.et_pb_toggle .et_pb_toggle_title::before {
    position: absolute;
    top: 2px;
    left: 0;
	right: auto;
    margin-top: -.5em; margin-top: 0;
    color: #000;
    font-size: 14px;
	content: "\59";
	/* &#xe050; --> "\e050";
	 * &#x59; */
}
.et_pb_toggle_open .et_pb_toggle_title::before {
	content: "\58";
}

.alt_toggle_description .et_pb_toggle_content { padding-left:20px; }
.alt_toggle_description .et_pb_toggle_content p, .alt_toggle_description .et_pb_toggle_content li, .alt_toggle_description .et_pb_toggle_content address  { font-size:12px; line-height:1.4; color: #444; }

.et_pb_toggle_content p:last-of-type + ul {margin-top:1em;}
p:not(.has-background):last-of-type  + ul {margin-top:1em;}


/* Buttons */
a.et_pb_button {
    padding: .3em 1em;
    border: 2px solid #4b92b0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; 
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em !important;
	text-align: center;
	text-decoration: none;
}
a.et_pb_button:hover {
    border: 2px solid #4b92b0 !important;	
	background-color: #4b92b0 !important;
	color: #fff;
}
/* Notices */

article.notice { float: left; width: 100%; margin-bottom: 15px; }
.page-id-2667 article.notice { padding-bottom:30px;border-bottom:1px solid #d6d6d3;margin-bottom: 30px; }

article.notice div.notice_img { 
  float: left; 
  width: 33.3%;
  padding-right: 20px;
  padding-left: 15px;
}
.home article.notice div.notice_content { 
  float: left; 
  width: 100%;
  padding-left: 15px;
  background: url(/wp-content/uploads/cand-theme/notices-bullet.png) 0px 4px no-repeat;
}
	.home article.notice:first-child div.notice_content { 
	  background: url(/wp-content/uploads/cand-theme/notices-bullet.png) 0px 7px no-repeat;
	}
article.notice div.notice_content.has_img { 
  float: left; 
  width: 66.6%;
  padding-left: 0;
  background-image: none;
}
article.notice img { display:block; max-width: 100%; margin-bottom: 10px; }

article.notice h3 {
	font: 400 14px/1.2 'Merriweather', serif;
	color: #000;
	padding-bottom: 10px;
	padding-top: 0;
}
	article.notice h3 span {color:#9e3b12;}
	article.notice:first-child h3 {
		font: 400 18px/1.2 'Merriweather', serif;
	}
	article.notice h3 a:link, article.notice h3 a:visited {
		color: #000;
		text-decoration:none;
	}
	article.notice h3 a:hover {
		color: #94522A;
		text-decoration:none;
	}
article.notice p {
	font: 300 12px/1.3 'Merriweather', serif;
	color: #4b4b43;
	padding-bottom: 10px;
}
/*
article.notice p.read-more { display: none; }
article.notice:first-child p.read-more { display: block; }
*/
@media all and (max-width:980px) {
.home .et_pb_column_single {
    padding: 60px 0 30px;
}
}
@media all and (max-width:640px) {
.home .et_pb_column_single {
    padding: 30px 0 30px;
}
}
@media all and (max-width:479px) {
article.notice div.notice_img { 
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
article.notice div.notice_content.has_img { 
  width: 100%;
  padding-left: 15px;
}
article.notice img { max-width: 100%; margin: 0 auto 10px; }
}



/* Quick Links */

.quick_links_banner img {width:100%;max-width:375px;height:auto;}
.quick_links_banner_text {border:1px solid #ccc;padding:10px;width:100%;max-width:375px;height:auto;clear:both;}
.quick_links_banner_text h3 {text-align:center;font-size:30px;line-height:1.3;}
.quick_links_banner_text h3 a:link, .quick_links_banner_text h3 a:visited {color: #000 !important; }

.quick_links_banner_text.juror_info {color:#27373a;background:#fff url(/wp-content/uploads/cand-theme/icons/jury_icon_3.png) center right no-repeat;min-height:80px;}
.quick_links_banner_text.juror_info {float:left;padding-left:20px;padding-top:5px;padding-bottom:0;}
.quick_links_banner_text.juror_info h3 {font-size:58px;width:auto;float:left;color:#27373a;letter-spacing:-.02em;position:relative;top:-3px;text-shadow: 0 0 10px #fff;}
.quick_links_banner_text.juror_info h4 {font-size:24px;float:left;line-height:1.1;color:#27373a;margin-left:0 !important;text-shadow: 0 0 10px #fff;}
.quick_links_banner_text.juror_info h4 em {font-size:18px;color:#77776e;}

.quick_links_banner_text.judges_info {color:#27373a;background:#fff url(/wp-content/uploads/cand-theme/icons/scales_icon_3.png) center right no-repeat;min-height:80px;}
.quick_links_banner_text.judges_info {float:left;padding-left:20px;padding-top:5px;padding-bottom:0;}
.quick_links_banner_text.judges_info h3 {font-size:48px;width:auto;float:left;color:#27373a;letter-spacing:-.02em;position:relative;top:-3px;text-shadow: 0 0 10px #fff; }
.quick_links_banner_text.judges_info h4 {font-size:24px;float:left;line-height:1.1;color:#27373a;margin-left:0 !important;text-shadow: 0 0 10px #fff;}
.quick_links_banner_text.judges_info h4 em {font-size:18px;color:#77776e;}
@media all and (max-width:1094px) {
	.quick_links_banner_text.juror_info h3 {font-size:48px;}
	.quick_links_banner_text.judges_info h3 {font-size:42px;}
}
@media all and (min-width:981px) and (max-width:1148px) {
	.quick_links_banner_text h4 {font-size:18px !important;}
}
@media all and (min-width:480px) and (max-width:1024px) {
	
	
	.quick_links_banner_text h3 {width:100% !important;text-align:center;}
.quick_links_banner_text h4.last {text-align:center;padding-top:0;position:relative;top:-5px;}		
}
@media all and (min-width:480px) and (max-width:980px) {
	.quick_links_banner_text { margin-left:auto !important;margin-right:auto !important; }
	.quick_links_banner_text.juror_info, .quick_links_banner_text.judges_info, .quick_links_banner_text.juror_info h3, .quick_links_banner_text.judges_info h3, .quick_links_banner_text.juror_info h4, .quick_links_banner_text.judges_info h4 { float:none !important;display:block; }
	.quick_links_banner_text.juror_info h4.one_half, .quick_links_banner_text.judges_info h4.one_half {
    width: 100%;
}
	.quick_links_banner_text h4.last {text-align:center;padding-top:0;position:relative;top:-5px;}	
}
@media all and (max-width:479px) {
body.et_right_sidebar .quick_links_banner_text .one_half {
    margin-bottom: 0;
}
.quick_links_banner_text h4.last {text-align:center;padding-top:0;position:relative;top:-5px;}	
}

.et_pb_column_2_3 .et_pb_row_inner.et_pb_gutters2 .et_pb_column_1_3.quick_links .et_pb_module, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3.quick_links .et_pb_module.et_pb_text { margin-bottom: 15px; }

/* .quick_links .et_pb_module.et_pb_text .et_pb_text_inner { display: table; } */

.quick_links h3 { 
	/* color: #9e3b12;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2; */
	padding-bottom: 0;
	padding-top: 0;
}
.quick_links h3 a:link, .quick_links h3 a:visited { 
	 color: #9e3b12;
}
.quick_links h3 a:hover { 
	 color: #4b92b0;
}

.quick_links div.icon, div.icon { width: 36px; height: 36px; float: left; margin-right: 12px;
    background: #77776e; 
    -moz-border-radius: 18px; 
    -webkit-border-radius: 18px; 
    border-radius: 18px;
}
.quick_links div.icon img { vertical-align: top; }
div.icon p { display:none; }
div.icon .text_icon {
	color:#fff; 
	font-size: 18px;
	letter-spacing:-.1em;
	white-space:nowrap;
	font-family: 'Merriweather',Georgia,"Times New Roman",serif;
	line-height: 36px;
    width: 36px;
    height: 36px;
	text-align:center;
	position:relative;	
}
div.icon .text_icon a {
	color:#fff !important;
}
div.icon .far, div.icon .fas, div.icon .fab { 
	color:#fff; 
	font-size: 21px;
	line-height: 36px;
    width: 36px;
    height: 36px;
    background: #77776e; 
    -moz-border-radius: 18px; 
    -webkit-border-radius: 18px; 
    border-radius: 18px;
	text-align:center;
	position:relative;
}
div.icon .far.fa-folder-open {left:2px;}
div.icon .fas.fa-camera {top:-1px;}
div.icon .text_icon.adr {left:-1px;}

.quick_links h4 { 
	padding: 8px 0 0;
	margin-left: 48px;
	font-weight: 400;
	/*
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 0;
	*/
}

.quick_links .more { clear:both; }
.quick_links .more p.read-more { font-weight: 300; font-size: 12px; line-height: 1.2; }

.et_pb_divider { margin-top: 30px;height:1px !important; margin-bottom: 30px !important; }



/* Home Page Quick Links Section Layout */

.one_half.last {
    margin-right: 0;
}

@media all and (min-width:981px) {
	
.home.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3.quick_links {
    width: 48.716%;
    margin-right: 2.569%;
	border-left: 1px solid #d6d6d3;
	padding-left: 30px; padding-left: 2.569%;
}
	
}

@media all and (min-width:981px) and (max-width:1024px) {
	.quick_links .one_half { width: 100%; margin-right: 0; }
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3.quick_links .et_pb_module.et_pb_text.single_col_continuous { margin-bottom: 0; }
	.entry-content .single_col_continuous ul { margin-bottom: 0; }
}

@media all and (max-width:980px) {
	.et_pb_divider.single_col_continuous { display: block; clear: both; }
	.et_pb_column.et_pb_column_1_3.et_pb_column_0 { margin-bottom: 0; }
	.et_pb_column.et_pb_column_1_3.et_pb_column_inner.et_pb_column_inner_0.quick_links { margin-bottom: 0; }
	.et_pb_column .et_pb_row_inner {
    	padding: 0 0 30px;
	}
}

@media all and (max-width:959px) {
	body.et_right_sidebar .one_half { float: left; width: 48%; margin-right: 4%; }
	body.et_right_sidebar .one_half.last { margin-right: 0; }
}

@media all and (max-width:479px) {
	body.et_right_sidebar .one_half { float: left; width: 100%; margin-right: 0; }
	body.et_right_sidebar .one_half.last { margin-right: 0; }
	.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_3.quick_links .et_pb_module.et_pb_text.single_col_continuous { margin-bottom: 0; }
	.entry-content .single_col_continuous ul { margin-bottom: 0; }
}

/* Announcements */
/*
#announcements_section {
    background-color: #FAF2B4;
}
#announcements_section.et_pb_section .et_pb_row {
    padding: 0;
	min-height: 75px;
    background: #FAF2B4 url(/wp-content/uploads/cand-theme/announcements.gif) 0% 50% no-repeat;
}
#announcements_section .announcement_wrapper {
    margin: 0 18px 0 178px;
	padding: 40px 0;
}
#announcements_section article.announcement {
    font: 11px/1.2 Verdana, sans-serif;
	padding-bottom: 15px;
	border-bottom: 1px solid #beba8d;
	margin-bottom: 20px;
}
#announcements_section article.announcement:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
#announcements_section article.announcement h3 {
    font: bold 11px/1.3 Verdana, sans-serif;
    color: #5A4F4B;
	padding:0;
	margin-bottom: 0.5em;
}
*/
#announcements_section {
    background-color: #FAF2B4;
}
#announcements_section.et_pb_section .et_pb_row {
    padding: 0 !important;
}
#announcements_section.et_pb_section .announcement_wrapper_outer {
    padding: 0;
	min-height: 75px;
    background: #FAF2B4 url(/wp-content/uploads/cand-theme/announcements.gif) 0% 50% no-repeat;
}
#announcements_section .announcement_wrapper {
    margin: 0 18px 0 178px;
	padding: 40px 0;
}
#announcements_section article.announcement {
    font: 11px/1.2 Verdana, sans-serif;
	padding-bottom: 15px;
	border-bottom: 1px solid #beba8d;
	margin-bottom: 20px;
}
#announcements_section article.announcement:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
#announcements_section article.announcement h3 {
    font: bold 11px/1.3 Verdana, sans-serif;
    color: #5A4F4B;
	padding:0;
	margin-bottom: 0.5em;
}
/*
@media all and (max-width:600px) {
	#announcements_section.et_pb_section .announcement_wrapper_outer {
    	background: #FAF2B4 url(/wp-content/uploads/cand-theme/announcements.gif) 0 5px no-repeat;
	}
	#announcements_section .announcement_wrapper {
    	margin: 0;
		padding-top: 80px;
	}
}
*/
@media all and (max-width:600px) {
	#announcements_section.et_pb_section .announcement_wrapper_outer {
    background-image: none;
	}
	#announcements_section .announcement_wrapper {
    margin: 0 18px 0 18px;
	padding: 40px 0;
}
}

/* Home Page Cases of Interest Section */

#cases_of_interest .et_pb_row:first-child {
    padding: 75px 0 30px;
}
#cases_of_interest .et_pb_row:last-child {
    padding: 0 0 75px;
}
#cases_of_interest h2 { padding: 0; }
#cases_of_interest article.case_of_interest { margin-bottom: 30px;}
#cases_of_interest h3 { 
	/* color: #9e3b12;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2; */
	font: 400 12px/1.3 'Merriweather', serif;
	padding-bottom: 5px;
	padding-top: 0;
}
#cases_of_interest h3 a:link, #cases_of_interest h3 a:visited { 
	 color: #000;
}
#cases_of_interest h3 a:hover { 
	 color: #4b92b0;
}
div.case_of_interest_desc p {
	color: #4b4b43;
	font: 300 12px/1.3 'Merriweather', serif;
}

/* Cases of Interest Landing Page */
.page-id-1281 article.case_of_interest { border-top: 1px solid #d6d6d3; padding-bottom: 30px; }
.page-id-1281 article.case_of_interest h3 { 
	padding-top: 30px;
}

/* Sidebar Menu */
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_sidebar_0 .et_pb_widget, 
.et_pb_sidebar_0 .et_pb_widget { margin-bottom: 0; }

.et_pb_widget ul li {
    margin-bottom: 1em;
}

.et_pb_bg_layout_light .et_pb_widget li a:link { 
	color: #4b92b0;
}
.et_pb_bg_layout_light .et_pb_widget li a:visited {
	color: #4b92b0;
}
.et_pb_bg_layout_light .et_pb_widget li a:hover {
	color: #a15a2f;
}
/* .et_pb_bg_layout_light .et_pb_widget li.menu_top_level { display: none; } */

ul.menu li { line-height: 1.3; }

.et_pb_sidebar_0 .et_pb_widget ul li ul li {
    font-weight:300; margin-left: 0px; padding-left: 15px; background: url(/wp-content/uploads/cand-theme/notices-bullet.png) 0 6px no-repeat; 
}

/* Floating Sidebar */
.entry-content { position: relative; }

.et_pb_gutters2 #floating_sidebar_section .et_pb_column_4_4 .et_pb_widget { width: 100%; margin: 0; }

#floating_sidebar_section {
  z-index: 500;
  position: fixed;
  position: absolute;
  right: 5%;
  top: 200px;
  width: 200px;
  height: auto;
}
#floating_sidebar_section.no_top_margin {
  top: 51px;
}

#floating_sidebar_section .et_pb_row {
	width: 100%;
	margin: 0;
}

#floating_sidebar_section .et_pb_widget_area ul {
    font-size: 11px;
    line-height: 1.2 !important;
	font-weight: 300;
	color: #4b4b42;
    list-style: none !important;
	margin: 18px 0;
}

#floating_sidebar_section .et_pb_widget_area .et_pb_widget ul li {
    margin-bottom: 1.5em;
}
#floating_sidebar_section { background: transparent !important;}
#floating_sidebar_section .et_pb_widget_area_right {
    padding-left: 18px;
    border-left: 1px solid #d6d6d3;
}
#floating_sidebar_section .et_pb_bg_layout_light .et_pb_widget li a:link { 
	color: #4b4b42;
}
#floating_sidebar_section .et_pb_bg_layout_light .et_pb_widget li a:visited {
	color: #4b4b42;
}
#floating_sidebar_section .et_pb_bg_layout_light .et_pb_widget li a:hover {
	color: #4b92b0;
}
#floating_sidebar_section .et_pb_sidebar_0 .et_pb_widget ul li ul li {
    background: url(/wp-content/uploads/cand-theme/notices-bullet.png) 0 4px no-repeat; 
	font-style: italic;
}
#floating_sidebar_section .et_pb_bg_layout_light .et_pb_widget li.current-menu-item a:link { 
	color: #000; font-weight: 400;
}
#floating_sidebar_section .et_pb_bg_layout_light .et_pb_widget li.current-menu-item ul li a:link { 
	color: #4b4b42; font-weight: 300;
}

#floating_sidebar_section .et_pb_bg_layout_light .et_pb_widget li.section_heading { font-size: 12px; font-style: italic; letter-spacing: .2em; }
#floating_sidebar_section .et_pb_bg_layout_light .et_pb_widget li.section_heading ul li { font-size: 11px; font-style: normal; letter-spacing: 0; }
#floating_sidebar_section .et_pb_bg_layout_light .et_pb_widget li.section_heading a:link, #floating_sidebar_section .et_pb_bg_layout_light .et_pb_widget li.section_heading a:visited {color:#000;}
#floating_sidebar_section .et_pb_bg_layout_light .et_pb_widget li.section_heading a:hover { color: #4b92b0;}

@media all and (max-width:1800px) {
	#floating_sidebar_section.width_1080 {
		position: relative;
 		right: 0;
		top: 0;
  		width: 100%;
	}
	#floating_sidebar_section.no_top_margin.width_1080 {
		top: 0;
	}
	#floating_sidebar_section.width_1080 .et_pb_row {
		max-width: 1080px !important;
		width: 80%;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-top: 0;
		padding-bottom: 90px;
	}
}

@media all and (max-width:1484px) {
	#floating_sidebar_section {
 		right: 2%;
  		width: 185px;
	}
}
@media all and (max-width:1284px) {
	#floating_sidebar_section {
		position: relative;
 		right: 0;
		top: 0;
  		width: 100%;
		margin-top: 60px;
	}
	#floating_sidebar_section.no_top_margin {
		top: 0;
	}
	#floating_sidebar_section .et_pb_row {
		max-width: 800px !important;
		width: 80%;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-top: 0;
		padding-bottom: 90px;
	}
	#floating_sidebar_section.width_1080 .et_pb_row {
		max-width: 1080px !important;
		width: 80%;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-top: 0;
		padding-bottom: 90px;
	}
}


/* ECF Login Box */
.login_box {
	border: 1px solid #c1c1c1;
	background: #fbf7d4;
	padding: 15px;
	font-size: 12px;
}
.login_box .col.span_1_of_2 {
    width: 100%;
    margin: 0 0 15px;
}
a.pacer-btn, a.cmecf-btn {
    display: block;
	text-align: center;
    width: 100%;
    height: 55px;
    border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.pacer-btn, a.pacer-btn:hover {
    background: #FFF url("/wp-content/uploads/cand-theme/icons/pacer.png") no-repeat scroll center bottom; 
}
a.cmecf-btn, a.cmecf-btn:hover {
    background: #FFF url("/wp-content/uploads/cand-theme/icons/cm-ecf.png") no-repeat scroll center bottom; 
}
a.pacer-btn:hover, a.cmecf-btn:hover { text-decoration: none; }

.login_box ul.quick_links_list {
    margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}
.login_box ul.quick_links_list li:last-child {
	padding-bottom: 0;	
}
.login_box ul.quick_links_list li.mobile
{
	background: transparent url(/wp-content/uploads/cand-theme/icons/mobile-icon.png) no-repeat scroll 0 0px;
	padding: 5px 0 0.7em 19px;
}

.login_box ul.quick_links_list li.rss_feed
{
	background: transparent url(/wp-content/uploads/cand-theme/icons/feed-icon-14x14.png) no-repeat scroll 0 1px;
	padding: 0 0 0.7em 19px;
}
.login_box a:link, .login_box a:visited, .login_box a:hover {text-decoration:none;}

/* General Layout */

@media all and (min-width:981px) {
.et_pb_pagebuilder_layout .entry-content { min-height: 1175px; }
#clerks_office_landing_toc .et_pb_column_2_3 .et_pb_row_inner {
    padding: 0;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6 {
    width: 21.574%;
    margin-right: 4.568%;
}
}

.et_pb_section_0 .et_pb_row { padding: 0 0 30px; }
.et_pb_section_0 .et_pb_row_0 { padding: 60px 0 15px; }

.et_pb_pagebuilder_layout .entry-content, .et_pb_pagebuilder_layout .et_pb_post .entry-content { padding-bottom: 60px; }
.page-id-214.et_pb_pagebuilder_layout .entry-content { padding-bottom: 0; }

.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6 .et_pb_widget {
    margin-bottom: 0;
}

.border_top { border-top: 1px dotted #ccc; }
.border_col_div .et_pb_column { border-right: 1px dotted #ccc; }
.border_col_div .et_pb_column:last-child { border-right: none; }

@media all and (max-width:980px) {
.et_pb_section {
    padding: 0;
}
.et_pb_column .et_pb_row_inner {
    padding: 0;
}
	.et_pb_column_1_2:first-child, .et_pb_column_1_2:first-child ul {
    	margin-bottom: 0;
	}
}

@media all and (max-width:640px) {
.et_pb_section_0 .et_pb_row_0 {
    padding: 30px 0 30px;
}
}

@media all and (max-width:479px) {
	body.et_right_sidebar .one_half { margin-bottom: 1em; }
	
	img.alignleft {
		float: none;
    	margin-right: 0;
		margin-bottom:30px;
	}
	/* .et_pb_row_1-6_1-6_1-6_1-6 > .et_pb_column.et_pb_column_1_6 .et_pb_widget { margin-bottom: 0; } */
	.et_pb_row .et_pb_column.et_pb_column_1_4, .et_pb_row .et_pb_column.et_pb_column_1_5, .et_pb_row .et_pb_column.et_pb_column_1_6 {
    	margin: 0;
	}
}


#breadcrumb { font-size: 12px; font-weight: 300; font-style: italic; color: #cccccc; }
#breadcrumb .breadcrumb_last { display: none; }

p.icon img { position:relative; top: -5px; }

/* Clerk's Office Landing Page */

.page-id-190.et_pb_pagebuilder_layout .entry-content { padding-bottom: 0; }

.clerk_of_court_address { margin-left:150px; }

@media all and (min-width:981px) {
#clerks_office_landing_toc.et_section_specialty > .et_pb_row {
    padding: 0 0 60px;
}
	
.page-id-190.et_pb_gutters2 .et_pb_column_1_3, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
    width: 31.333%;
	width: 34.333%;
	margin-right: 5%; /* +2% */
}
.page-id-190.et_pb_gutters2 .et_pb_column_2_3, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 {
    width: 65.667%;
	width: 62.667%;
	width: 60.667%;
}
.page-id-190.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6:nth-child(1) {
    width: 30.288%;
}	
.page-id-190.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6:nth-child(2) {
     width: 30.288%;	
}
.page-id-190.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6:nth-child(3) {
     width: 30.288%; margin-right: 0 !important;
}	
.page-id-190.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6:nth-child(4) {
     display:none !important;	
}
}

@media all and (min-width:1205px) {
	/*
.page-id-190.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6:nth-child(1) {
    width: 21.574%;
    width: 24.574%;
}	
.page-id-190.et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_1_6:nth-child(2) {
    width: 21.574%; 
    width: 18.574%; 	
}
	*/
}

@media all and (max-width:980px) {
.page-id-190 .et_section_specialty > .et_pb_row {
    padding: 0;
}
	/*
.page-id-190 .et_section_specialty .et_pb_row > .et_pb_column {
    padding-bottom: 30px !important;
}
	*/
}

@media all and (max-width:480px) {
	.clerk_of_court_address { margin-left:0; }
	.page-id-190 .et_pb_row .et_pb_column.et_pb_column_1_6 { padding-bottom: 30px; }
}

/* Judges */

.et_pb_gutters2 #judge_pic.et_pb_column_1_4, .et_pb_gutters2.et_pb_row #judge_pic.et_pb_column_1_4 {
    width: 22.75%;
	width: 17.75%;
	/* margin-right: 3%; */
}
.et_pb_gutters2 #judge_desc.et_pb_column_3_4, .et_pb_gutters2.et_pb_row #judge_desc.et_pb_column_3_4 {
    width: 74.25%;
	width: 79.25%;
}



/* Tabs */

div.et_pb_tabs {
    border: none;
}
ul.et_pb_tabs_controls {
    background-color: #fff;
}
.et_pb_tabs_controls li {
    border-right: 1px solid #d6d6d3;
	border-top: 1px solid #d6d6d3;
    font-weight: 400;
    line-height: 1.7em;
}
.et_pb_tabs_controls li:first-child {
    margin-left: 20px;
	border-left: 1px solid #d6d6d3;
}
.et_pb_tabs_controls li:last-child {
    border-right: 1px solid #d6d6d3 !important;
}
ul.et_pb_tabs_controls li:not(.et_pb_tab_active):hover {
    background-color: transparent;
	border-bottom: none /* 1px solid red;  #d6d6d3 */
}

.et_pb_tabs_controls li a {
    color: #4b92b0;
}
ul.et_pb_tabs_controls li:not(.et_pb_tab_active):hover a {
    color: #9e3b12; 	
}
.et_pb_tab_active a {
    color: #9e3b12 !important;
}

.et_pb_tab {
    padding: 30px 0 0;
}

.et_pb_tab h2 {
	font-size: 18px;
	font-weight: 400;
	color: #55676b;
	padding-bottom: 15px;
	padding-top: 0;
}

.et_pb_tab h3 {
	font-size: 16px;
	font-weight: 400;
}
.et_pb_tab p:last-of-type {
	padding-bottom: 1em;
}
.et_pb_tab td p:last-of-type {
	padding-bottom: 0;
}

.et_pb_tab p.read-more.icon, 
.et_pb_tab p.read-more.icon:last-of-type { padding-bottom: 30px; }

@media all and (max-width:938px) {
	.et_pb_tabs_controls li:first-child {
    	margin-left: 0;
	}
}

@media all and (max-width:884px) {
	.et_pb_tabs_controls li a {
    	padding: 4px 15px 4px;
	}
}
@media all and (max-width:767px) {
	.et_pb_tabs_controls li, .et_pb_tabs_controls li:hover {
    	border-bottom: none !important;
		border-left: 1px solid #d9d9d9;
	}
	ul.et_pb_tabs_controls li:not(.et_pb_tab_active):hover, 
	.et_pb_tabs_controls li a:hover {
    	border-bottom: none !important;
	}
	.et_pb_tabs_controls li:last-child, .et_pb_tabs_controls li:last-child:hover {
    	border-bottom: 1px solid #d9d9d9 !important;
	}
}



/* Tables */

table caption {
	font-size: 18px;
	color:#27373a;
	text-align: left;
	padding-bottom: 15px;
}


.entry-content table {
    margin: 0 0 30px 0;
    border: none;
}
h3 + table {
    margin: 15px 0 30px 0 !important;
}

/*
.entry-content .et_pb_tab table {
    margin: 0;
}
*/

.entry-content table tr.alt th, .entry-content table tr.alt td, 
.entry-content table.alt_row tr:nth-child(odd) th,
.entry-content table.alt_row tr:nth-child(odd) td {
   background-color: #e8e8e8;
}
.entry-content table.alt_sec tbody:nth-child(odd) th,
.entry-content table.alt_sec tbody:nth-child(odd) td {
   background-color: #e8e8e8;
}

.entry-content table.even_row tr:nth-child(even) th,
.entry-content table.even_row tr:nth-child(even) td {
   background-color: #e8e8e8;
}
.entry-content tr th {
	padding: 15px 17px;
    color: #000;
    font-weight: 600;
	vertical-align: top;
	text-align: left;
}
.entry-content tr td {
	padding: 15px 17px;
    color: #000;
    font-weight: 400;
	border-top: none;
	vertical-align: top;
}
.entry-content table tr.no_top_padding th,
.entry-content table tr.no_top_padding td {
	padding: 0px 17px 21px;
}
.entry-content table tr.no_top_padding td.terminal_digits {
	padding: 0px 17px 21px 45px;
}
.entry-content table.has_border { border-top: 1px solid #000 !important; border-left: 1px solid #000 !important; }
.entry-content table.has_border th, .entry-content table.has_border td { border-right: 1px solid #000 !important; border-bottom: 1px solid #000 !important; }

.entry-content table.row_dividers th, .entry-content table.row_dividers td {
    border-bottom: 1px solid #ddd;
}

table.judges_weekly_schedule col.event_type {
	width: 50%;
}
table.judges_weekly_schedule col.day {
	width: 25%;
}
table.judges_weekly_schedule col.time {
	width: 25%;
}
table.judges_staff col.dept {
	width: 50%;
}
table.judges_staff col.name {
	width: 25%;
}
table.judges_staff col.phone {
	width: 25%;
}
table.judges_staff tr th,
table.judges_staff tr td {
	padding: 21px 17px;
}
table.judges_staff tr td.terminal_digits {
	padding: 21px 17px 21px 45px;
}

.et_pb_tab_1 table tr td:nth-child(3) { white-space:nowrap; } /* aiming for phone numbers */

table.transcript_rates col.transcript_type {width:40%;}
table.transcript_rates col.transcript_cost {width:20%;}
table.transcript_rates th[scope="col"] { vertical-align: bottom; font-size: 12px; line-height: 1.1; }
table.transcript_rates td.transcript_cost {text-align:right;}


	/* Doc List Table */

.entry-content table.doc_list.alt_row tr:nth-child(odd) th {
   background-color: #fff;
}
.entry-content table.doc_list tbody tr:nth-child(2n+1) {
    background: #f4f4f4;
}
table.doc_list th, table.doc_list td {
    font-size: 14px;
    padding: .4em 5px .4em 5px;
}
table.doc_list th { font-weight: 300; line-height: 1.2; }
table.doc_list td:nth-child(1) img {
	max-width:24px;
	width: 24px;
	vertical-align: middle;
    height: 18px;
}
table.doc_list td:nth-child(1),
table.doc_list td:nth-child(3) {
    width: 1%;
    white-space: nowrap;
}
span.file_info { white-space: nowrap; }
.entry-content tr td.effective_date, td.closing_date, .entry-content tr td .file_desc p, .entry-content tr td p .file_desc, .entry-content tr td .file_desc, .entry-content tr td span { font-weight: 300; }



/* Fee Schedule Table */

table.fee_table th {
	width: 80%;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
}
table.fee_table td {
	border-bottom: 1px solid #ddd;
}
table.fee_table td.fee_amount {
	text-align: right;
	white-space: nowrap;
	width: 20%;
}


/* Contact Table */

table.contact_list col.dept {
	width: 50%;
}
table.contact_list col.name {
	width: 25%;
}
table.contact_list col.phone {
	width: 25%;
	white-space: nowrap;
}
.entry-content table.top_divider { margin-bottom: 60px;}
table.top_divider caption {
	padding-top: 50px;
	border-top: 1px dotted #ccc;
}

table.contact_table caption {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
}
table.contact_table th, table.contact_table td {
		padding: .4em 5px .4em 5px;
		border-bottom: 1px solid #ddd;
	}
table.contact_table tr:last-child th, table.contact_table tr:last-child td {
		border-bottom: none;
	}
table.contact_table th[scope="col"] {
	padding-left: 0;
}
table.contact_table th[scope="row"] {
	font-weight: normal;
	width: 50%;
	padding-left: 0;
}
table.contact_table td {
	width: 50%;
}


col.attorney_type, col.attorney_rate {
    width: 50%;
}

/* Volkswage Case Tables */

table.owners col {width:30%;}
table.owners col.model_year {width:10%;}

table.lessees col {width:40%;}
table.lessees col.model_year {width:20%;}

/* Header */

body.custom-background.admin-bar {
    background: white url("https://www.cand.uscourts.gov/wp-content/uploads/cand-theme/bg-tile.png") 0px 42px repeat-x !important;
}

body.custom-background {
    background: white url("https://www.cand.uscourts.gov/wp-content/uploads/cand-theme/bg-tile.png") 0px 10px repeat-x !important;
}

/*
#top-header .container 
.et_header_style_centered #main-header .container
*/

/*
#et-secondary-nav li {
    position: relative;
    text-align: right;
}
*/
#top-header .container {
    padding-top: 31px;
	margin-bottom: 9px;
}
#et-secondary-nav li {
    margin-right: 9px;
}
#et-secondary-menu > ul > li a {
	display: block;
	background: #a15a2f;
	padding: 0 10px;
	font: 700 13px/27px 'Domine', Georgia, serif;
	text-transform: uppercase;
	color: #fff;
}
#et-secondary-menu > ul > li.current-menu-item a, 
#et-secondary-menu > ul > li.current-page-ancestor a{
	background: #d6b342;
}  
#et-secondary-menu > ul > li a:hover {
	background-color: #d6b342; 
	opacity:1;
}
.et_fullwidth_nav #main-header {
    background-color: #86959d; /* For browsers that do not support gradients */
    background: linear-gradient(-90deg, #627683, #86959d);
}
.et_fullwidth_nav #main-header .container {
    padding-right: 0;
    padding-left: 0;
	background: transparent url(/wp-content/uploads/cand-theme/masthead-golden-gate-bridge.png) top left no-repeat;
}

@media all and (max-width:479px) {
.entry-content table tr th,
.entry-content table tr td {
	display:block;
	padding: 5px 10px;
}
}

/* Google Search */
#wgs_widget_wrapper_id { float:right; width: 280px; margin-left:28px; }
#wgs_widget_wrapper_id .gsc-input-box { border: 1px solid #999072; height: 25px; width: 195px; }

#et-secondary-menu .wgs_wrapper td.gsib_a { padding-top: 0; }
#et-secondary-menu .wgs_wrapper .gsc-input-box .gsib_a input {
    height: 14px !important;
	font-family: Georgia, serif;
}
#wgs_wrapper_id .gsc-control-cse {
    font-family: 'Merriweather',Georgia,"Times New Roman",serif !important;
	padding: 0 !important;
}
#wgs_wrapper_id .gsc-control-cse table.gsc-resultsHeader,
#wgs_wrapper_id .gsc-control-cse table.gsc-above-wrapper-area-container { margin-bottom:0; }
#wgs_wrapper_id .gsc-control-cse .gsc-table-result {
	font-family: 'Merriweather',Georgia,"Times New Roman",serif !important;
}
#wgs_wrapper_id table.gsc-above-wrapper-area-container tr td {padding:0;}

#wgs_wrapper_id .gcsc-more-maybe-branding-root { display:none; }
#wp_google_search_text_module_wrapper .et_pb_text_inner p:first-of-type,
#wp_google_search_text_module_wrapper .et_pb_text_inner p:last-of-type { display:none; }

/* Masthead image variations (defaults to Golden Gate Bridge) */
/* Redwoods - Cases, Forms, Jurors */
.et_fullwidth_nav.page-id-92 #main-header .container,
.et_fullwidth_nav.page-id-1281 #main-header .container,
.et_fullwidth_nav.page-id-1283 #main-header .container, 
.et_fullwidth_nav.page-id-1287 #main-header .container, 
.et_fullwidth_nav.page-id-1289 #main-header .container, 
.et_fullwidth_nav.page-id-1299 #main-header .container, 
.et_fullwidth_nav.page-id-1295 #main-header .container, 
.et_fullwidth_nav.page-id-1293 #main-header .container, 
.et_fullwidth_nav.page-id-1297 #main-header .container, 
.et_fullwidth_nav.page-id-1291 #main-header .container, 
.et_fullwidth_nav.page-id-1285 #main-header .container, 
.et_fullwidth_nav.page-id-98 #main-header .container, 
.et_fullwidth_nav.parent-pageid-98 #main-header .container, 
.et_fullwidth_nav.page-id-102 #main-header .container,
.et_fullwidth_nav.parent-pageid-102 #main-header .container {
	background: transparent url(/wp-content/uploads/cand-theme/masthead-redwoods.png) top left no-repeat;
}
/* Valley and Hills - Contact */
.et_fullwidth_nav.page-id-224 #main-header .container {
	background: transparent url(/wp-content/uploads/cand-theme/masthead-hills.png) top left no-repeat;
}
/* Hills with Cloud - Calendars */
.et_fullwidth_nav.page-id-94 #main-header .container, 
.et_fullwidth_nav.parent-pageid-94 #main-header .container, 
.et_fullwidth_nav.page-id-108 #main-header .container,
.et_fullwidth_nav.parent-pageid-108 #main-header .container {
	background: transparent url(/wp-content/uploads/cand-theme/masthead-hills-with-cloud.png) top left no-repeat;
}
/* Coastal Bluffs - Rules, Pro Se */
.et_fullwidth_nav.page-id-212 #main-header .container, 
.et_fullwidth_nav.page-id-96 #main-header .container, 
.et_fullwidth_nav.parent-pageid-96 #main-header .container, 
.et_fullwidth_nav.page-id-106 #main-header .container,
.et_fullwidth_nav.parent-pageid-106 #main-header .container {
	background: transparent url(/wp-content/uploads/cand-theme/masthead-coast.png) top left no-repeat;
}
/* Beach with Surfers - Attorneys */
.et_fullwidth_nav.page-id-214 #main-header .container, 
.et_fullwidth_nav.page-id-104 #main-header .container,
.et_fullwidth_nav.parent-pageid-104 #main-header .container {
	background: transparent url(/wp-content/uploads/cand-theme/masthead-beach.png) top left no-repeat;
}
/* City and Freeway - ECF */
.et_fullwidth_nav.page-id-144 #main-header .container, 
.et_fullwidth_nav.parent-pageid-144 #main-header .container {
	background: transparent url(/wp-content/uploads/cand-theme/masthead-city.png) top left no-repeat;
}

.et_header_style_centered #main-header .logo_container {
    height: 155px !important;
}
body.et_header_style_centered #logo {
    max-height: 100%;
}
#et-top-navigation { background: #4b4b42; max-height:51px }
/*
.et_header_style_centered #top-menu li { padding: 0; border-left: 1px solid #787871; }
.et_header_style_centered #top-menu li:last-child { border-right: 1px solid #787871; }
*/
.et_header_style_centered #top-menu li a,
.et_header_style_centered #top-menu > li > a {
	color: #fff;
    padding: 17px 30px !important;
	font: bold 14px/1.2 Georgia, 'Merriweather', serif;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.et_header_style_centered #top-menu > li.current-menu-item > a {
	color: #cdcdcb;
}
nav#top-menu-nav { width: 100%; } 
/*
nav.ubermenu-main { width: 100%; }
*/

/* Uber Menu 
 * (body selector added for specicifity in cascade)
 */

body ul.ubermenu-nav { text-align: center; background: #4b4b42 !important; }
.ubermenu-skin-minimal ul.ubermenu-nav li.ubermenu-item { border-left: 1px solid #787871; }
.ubermenu-skin-minimal ul.ubermenu-nav li.ubermenu-item:last-child { border-right: 1px solid #787871; }
.ubermenu-skin-minimal ul.ubermenu-nav li.ubermenu-item.mobile-nav-only { display:none; }
body .ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target {
	color: #fff;
	padding: 17px 30px !important;
	font: bold 14px/1.2 Georgia, 'Merriweather', serif;
	text-transform: uppercase;
	letter-spacing: .05em;
}
body .ubermenu-skin-minimal .ubermenu-item-level-0 > a.ubermenu-target:hover {
	color: #fff; 
	background: #525248;
}
body .ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target {
	color: #cdcdcb;
}
body .ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
    color: #4b4b43;
	background: #faf2b4;
}
body .ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
    color: #cdcdcb;
}
body .ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-current-menu-ancestor.ubermenu-active > .ubermenu-target {
    color: #4b4b43;
}
body .ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-current-menu-ancestor.ubermenu-active > .ubermenu-target:hover {
    color: #000;
	background: #faf2b4;
}
/* Uber Menu Panel */
body .ubermenu-skin-minimal .ubermenu-submenu.ubermenu-submenu-drop {
	background: #faf2b4;
	border: 1px solid #faf2b4 !important;
	border-bottom: 3px double #b9b592 !important;
	padding-bottom: 60px;
}
/* Uber Menu Section Heading */
.ubermenu .ubermenu-nav .ubermenu-column-1-4.mega-menu-heading {
    width: 100%;
	font: 400 italic 24px 'Merriweather', serif;
}
.ubermenu .ubermenu-nav .ubermenu-column-1-4.mega-menu-heading .ubermenu-target {
	padding: 25px 30px;
	color: #55676b;
}
/* Hide Column Wrappers */
.ubermenu li.uber_col_wrapper  { border-left:1px solid #fff !important; }
/* body .ubermenu li.uber_col_wrapper:nth-child(1), ...not sure why this doesn't work, but running with this: */
.ubermenu ul.ubermenu-submenu-align-full_width li:nth-child(2) { border-left:none !important; }
.ubermenu li.uber_col_wrapper a.ubermenu-target { display: none; }
.ubermenu li.uber_col_wrapper li a.ubermenu-target { display: block; }

.dont_clear { clear:none !important;}

/* Uber Sub Menus */

body .ubermenu .ubermenu-submenu-type-stack {
    padding: 0;
}
body .ubermenu-skin-minimal ul.ubermenu-nav li li.ubermenu-item {
    border-left: none;
	border-right:none !important;
}

body .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
    padding: 0 30px 1.2em;
	font: 400 14px/1.2 'Merriweather', serif;
	color: #9e3b12;
}
body .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal.ubermenu-has-submenu-stack {
	padding-bottom: 1.2em;
}
body .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal.ubermenu-has-submenu-stack > .ubermenu-target {
    padding: 0 30px .7em;
}

body .ubermenu .ubermenu-submenu-type-stack .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
    padding: 0 30px .7em;
	font: 400 italic 14px/1.2 'Merriweather', serif;
	color: #4b4b42;
}
body .ubermenu .ubermenu-submenu-type-stack .ubermenu-submenu-type-stack > .ubermenu-item-normal > a.ubermenu-target:hover {
	color: #000;
}
body .ubermenu .ubermenu-submenu-type-stack .ubermenu-submenu-type-stack > .ubermenu-item-normal.uber_menu_subsection_heading > .ubermenu-target {
    padding: 10px 30px .7em;
	color: #55676b; 
	font-style:italic;
}

body .ubermenu .ubermenu-submenu-type-stack .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target span em {
    font-style: normal;
}
body .ubermenu .ubermenu-submenu-type-stack > .ubermenu-divider { padding-bottom: 40px; padding-right: 30px; }
body .ubermenu .ubermenu-divider hr { border-top: 1px solid #fff; }

/* Time to begin tweaking the top-level menu to fit between 959px-1169px */

@media all and (max-width:1169px) {
	body .ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target {
		padding: 17px 20px !important;
	}
}

@media all and (max-width:1009px) {
	body .ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target {
		padding: 17px 20px !important;
		font: bold 12px/1.2 Georgia, 'Merriweather', serif;
	}
}

@media all and (max-width:980px) {
	.et_header_style_centered #main-header {
    	padding: 0;
		height: 188px;
	}
	#main-header .container {
    	width: 100%;
	}
	.et_header_style_centered header#main-header .logo_container {
    	max-height: 155px;
		height: 155px;
	}
	#et-top-navigation { position: relative; top: -19px; }
}

/* Uber changes to mobile menu at 959px wide */

@media all and (max-width:959px) {
	body .ubermenu-skin-minimal.ubermenu-responsive-toggle {
    	background: #4b4b42;
    	color: #fff;
    	font-size: 14px;
    	text-transform: uppercase;
    	font-weight: bold;
	}
	body a.ubermenu-skin-minimal.ubermenu-responsive-toggle:hover {
    	background: #4b4b42;
    	color: #cdcdcb;
	}	
	.ubermenu-skin-minimal ul.ubermenu-nav li.ubermenu-item.mobile-nav-only { display:inline-block; }
	
	body .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column:nth-of-type(2n+1) {
    	clear: none;
    }
	body .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column:nth-of-type(2n+4) {
    	clear: both;
    }	
	.ubermenu ul.ubermenu-submenu-align-full_width li:nth-child(2n+2) { border-left:none !important; }
	
}

/* Logo begins to misbehave at 646px; */
@media all and (max-width:646px) {
	.et_header_style_centered #main-header {
    	height: auto;
	}
	.et_header_style_centered #main-header .logo_container {
    	height: auto !important;
		line-height: 0;
	}
	body.et_header_style_centered #logo {
		max-width: 95%;
	}
}
/* Uber mobile menu goes single column at 480px wide */

@media all and (max-width:480px) {
	.ubermenu ul.ubermenu-submenu-align-full_width li:nth-child(1n+2) { border-left:none !important; }	
	.ubermenu-skin-minimal ul.ubermenu-nav li.ubermenu-item { border-left: none;
}
}

/* Footer */
footer#main-footer {
	background: #4b4b42;
}
footer#main-footer .container {
    width: 90%;
    max-width: 100%;
	padding-bottom: 100px;
}
#footer-widgets {
    padding: 36px 0 0;
}
#footer_seal { display:block; margin-bottom: 15px; }
#main-footer h6 {
	padding-bottom: 10px;
	color: #fff;
	font-weight: 400;
	line-height: 1.3;
	font-style: italic;
}
#main-footer address {
    font-size: 12px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.3;	
	padding-bottom: 10px;
}
#main-footer p {
    font-size: 12px;
	font-weight: 300;
	line-height: 1.3;	
	padding-bottom: 10px;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 30px;
}
#footer-widgets .footer-widget li::before {
    border-width: 0;
}
#footer-widgets .footer-widget li {
    padding: 0 0 1.2em 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}
#footer-widgets .footer-widget li.footer-cm-ecf, 
#footer-widgets .footer-widget li.footer-pacer {
    height: 37px;
	width: 181px;	
	padding: 0;
	margin-bottom: 22px;
}
#footer-widgets .footer-widget li.footer-cm-ecf {
	background: url(https://www.cand.uscourts.gov/wp-content/uploads/cand-theme/footer-cm-ecf.png) left top no-repeat;
}
#footer-widgets .footer-widget li.footer-pacer {
	background: url(https://www.cand.uscourts.gov/wp-content/uploads/cand-theme/footer-pacer.png) left top no-repeat;
}
#footer-widgets .footer-widget li.footer-cm-ecf a, 
#footer-widgets .footer-widget li.footer-pacer a {
    display: block;
	height: 37px;
	width: 181px;
}
#footer-widgets .footer-widget li.footer-cm-ecf a span, 
#footer-widgets .footer-widget li.footer-pacer a span {
    display: none;
}
#footer-widgets .footer-widget ul.sub-menu {
	margin-top: .7em;
}
#footer-widgets .footer-widget ul.sub-menu li {
    padding: 0 0 .7em 0;
    font-size: 12px;
	font-style: italic;
    font-weight: 300;
}
#footer-widgets .footer-widget ul.sub-menu li:last-child {
    padding: 0;
}
#footer-bottom { display:none; }

@media all and (min-width:981px) {
.et_pb_gutters2.et_pb_footer_columns4 .footer-widget, 
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
    width: 15.6%;
	margin-bottom: 30px;
}
}

@media print {
	#top-header, #main-header, #breadcrumb, #floating_sidebar_section, #main-footer {display:none !important;}
}