html { font-size: 10px!important; } /* fixes issue with JEvents */ 

/* Make sure pages scroll to right in small viewports */
@media screen and (max-width: 800px) { 
	#content {
		overflow-x: scroll!important;
  }
}

body {
	background: #B9D7E6;
	font-family: 'gill-sans-nova', sans-serif;
	font-size: 1.65em;
}

div.container, #tinymce {
	background: white;
}


h5 { 
	font-weight: bold; 
	color: #0069aa;
}


/* Images in content area */ 

img.right, span.wf_caption.right, div.right { 
	float: right;
	margin: 0 0 2em 2em!important; 
	width: auto!important;
	max-width: 35%!important;
	height: auto; 
}

img.left, span.wf_caption.left, div.left { 
	float: left;
	margin: 0 2em 2em 0!important; 
	width: auto!important;
	max-width: 35%!important;
	height: auto;
}



img.nofloat, span.wf_caption.nofloat { 
	float: none;
	margin: 2em 0 1em 0; 
	width: auto!important;
	max-width: 100%!important;
	height: auto;
	display: block;
}

/* First nofloat image on each page */
div.item-page img.nofloat:first-of-type,
div.item-page span.wf_caption.nofloat:first-of-type { 
	width: 64%!important; 
	margin-top: 0; 
}

img.nofloat.smaller { max-width: 50%!important; }

img.smaller,
img.right.smaller, img.left.smaller, 
span.wf_caption.right.smaller, 
span.wf_caption.left.smaller { max-width: 25%!important; }

img.left.smaller { margin-right: 1em!important; }
img.right.smaller { margin-left: 1em!important; }

img.smallest,
img.right.smallest, img.left.smallest, 
span.wf_caption.right.smallest, 
span.wf_caption.left.smallest { 
	max-width: 15%!important; 
	margin-bottom: 1em!important; 
}

img.inline, span.wf_caption.inline { 
    display: inline-block!important;
	width: 46%!important; 
	box-sizing: border-box;
	margin: 1em 6% 1em 0;
	vertical-align: top; 
}
p img.inline:nth-of-type(even),
p span.wf_caption.inline:nth-of-type(even) { margin-right: 0; }

span.wf_caption img { 
	width: 100%;
}

@media screen and (max-width: 600px) { 
	img.right, span.wf_caption.right,
	div.right, div.left,
	img.left, span.wf_caption.left,
	img.smaller,
	img.right.smaller, img.left.smaller, 
  span.wf_caption.right.smaller, 
	span.wf_caption.left.smaller,
	img.smallest,
	img.right.smallest, img.left.smallest, 
  span.wf_caption.right.smallest, 
	span.wf_caption.left.smallest { 
		float: none!important;
		display: block!important;
		margin: 2em auto!important;
		max-width: 100%!important; 
	}
	img.smaller,
	img.right.smaller, img.left.smaller, 
  span.wf_caption.right.smaller, 
	span.wf_caption.left.smaller,
	img.smallest,
	img.right.smallest, img.left.smallest, 
  span.wf_caption.right.smallest, 
	span.wf_caption.left.smallest { margin-bottom: 1em!important; }
}

/* Small file type icons (e.g. PDF) */ 
img.fileicon,
img.icon { 
	display: inline;
	margin: 0.2em 0.5em 0.2em 0;
	height: 1.2em!important; width: auto!important;
}




hr { /*clear: both;*/ border-color: #c2c2c2; }

hr.sequence { 
	border: 2px solid #333;
	border-bottom: none;
	width: 10em; 
	margin: 1em 0;
}

hr.clear { clear: both; }


/* Highlighted paragraph */ 
p.highlight, span.highlight { 
	border: 1px solid #FFD437;
	background: #ffffcc; 
	padding: 0.5em 0.8em;
	border-radius: 0.2em; 
	box-sizing: border-box; 
	margin: 1em 0!important; 
}

span.highlight { 
	display: table;
	clear: none;
	margin: 0!important;
}

p span.highlight,
h1 span.highlight,
h2 span.highlight,
h3 span.highlight,
h4 span.highlight,
h5 span.highlight { 
	display: inline; 
	padding: 0 0.2em; 
	border: none; 
}


/* Blockquotes */
blockquote { font-size: 1em; }

/* Quotes or testimonials that are not blockquotes */ 
p.quote, p.byline { 
	border: 1px solid #ccc; 
	padding: 0.5em 1em;
	font-size: 1.1em;
}
p.quote { 
	margin-bottom: 0; 
	border-radius: 0.5em 0.5em 0 0; 
	border-bottom: 0; 
	padding-bottom: 0;
}
p.byline { 
	margin-top: 0; 
	border-top: 0;
	border-radius: 0 0 0.5em 0.5em;
	margin-bottom: 1em;
	padding-top: 0;
	font-style: italic; 
	text-align: right;
}


/* Indented text */
.indent { 
	margin-left: 1.5em; 
	display: block; 
}



/* Header Styles */
div.navbar-brand {
	padding: 0;
	width: 100% !important;
}

div.logo.pull-left {
	display: none;
}



/* CDSS News articles */

/* hide "CDSS News" header at top */
div.item-page.newsblog div.page-header { display: none; }

/* Article info (category name) */
div.item-page.newsblog dl.article-info dd.category-name a { 
	font-weight: bold; 
	display: block;
	font-size: 2em;
}





/* Top Navigation/Main Menu Styles */


div#maximenumain { 
	background: #439539; 
}

div#maximenumain ul.maximenuck { 
	background: transparent!important; 
	border-radius: 0!important;
}

/* Make top-level menu items the correct blue when active */
#maximenumain ul.maximenuck li.maximenuck.active.parent.level1.maximenuckanimation,
#maximenumain ul.maximenuck li.maximenuck.current.active.first.level1  { 
	background: #0069aa!important; 
}

div.navbar-collapse.collapse {
	background: #439539;
	padding: 0 !important;
}

div#maximenumain ul.maximenuck li.maximenuck.level1:hover > a span.titreck, 
div#maximenumain ul.maximenuck li.maximenuck.level1.active > a span.titreck, 
div#maximenumain ul.maximenuck li.maximenuck.level1:hover > span.separator, 
div#maximenumain ul.maximenuck li.maximenuck.level1.active > span.separator {
	text-shadow: none !important;
}

div#maximenumain ul.maximenuck li.maximenuck.level1.active > span.separator { 
	color: white!important; 
}

span.titreck {
	text-shadow: none;
}

div#maximenumain.maximenuckh ul.maximenuck li.maximenuck.level1 {
    margin-right: 4px !important;
}


div#maximenumain ul.maximenuck {
	border: none!important;
	padding-left: 1em!important;
}

#maximenumain li.maximenuck.level1 { 
	padding-top: 0.5em!important;
	padding-bottom: 0!important; 
}

#maximenumain ul.maximenuck li.maximenuck.level1:hover { background: #0069aa!important; }

/* White text in top-level links */
#maximenumain li.maximenuck.level1 > a.maximenuck > 
span.titreck > span.titreck-text > span.titreck-title,
#maximenumain li.maximenuck.level1 span.separator 
span.titreck span.titreck-text span.titreck-title { 
	color: white; 
	font-size: 1.3em; 
}


/* Donate link */
#maximenumain.maximenuckh .maximenuck li.maximenuck.item1993.level1 { background: #f7941f; }




/* All submenus */
#maximenumain  ul.maximenuck > li.maximenuck > div.floatck { 
	padding-bottom: 0.5em!important;
	margin-left: -10px!important;
  background: white; 
}


/* List items in submenus */
div#maximenumain ul.maximenuck li ul.maximenuck2 li.maximenuck, 
div#maximenumain ul.maximenuck2 li.maximenuck {
	text-indent: 0 !important;
	padding: 0.15em 0!important;
	line-height: 160%; 
}


#maximenumain ul.maximenuck2 li.maximenuck a.maximenuck span { 
	text-transform: none!important; 
	line-height: 100%;
	font-size: 1.08em;
} 

/* Headers in each submenu */
#maximenumain li.maximenuck.nodropdown.parent.level2 > a.maximenuck { font-size: 0.9em; }

#maximenumain li.maximenuck.nodropdown.parent.level2 > a.maximenuck span.titreck { 
	font-weight: bold; 
}

/* Camps */
#maximenumain li.maximenuck.nodropdown.item207 span.titreck-title { 
	font-weight: bold; 
	font-size: 1em!important; 
}


/* Events Calendar and other submenu items that are parents */ 
#maximenumain li.maximenuck li.parent.level2 > a.maximenuck span.titreck { 
	font-size: 1.25em!important; 
	font-weight: bold; 
}

/* Programs > Outreach */ 
#maximenumain li.maximenuck.item206 li.item233.parent.level2 > a.maximenuck span.titreck { 
	font-size: 1.25em!important; 
	font-weight: normal; 
}




/* Fix indentation of some third-level lists */ 

/* Education list */ 
#maximenumain.maximenuckh li.maximenuck.item751 ul.maximenuck2, 
/* Centennial list */ 
#maximenumain.maximenuckh li.maximenuck li.maximenuck.item172 ul.maximenuck2, 
 /* Outreach list */
#maximenumain.maximenuckh li.maximenuck.item237 ul.maximenuck2,
/* Insurance list */ 
#maximenumain.maximenuckh li.maximenuck.item243 ul.maximenuck2 { margin-left: -8px!important; }


/* Fix width of third-level menus */
div#maximenumain li.maximenuck.nodropdown.parent div.maximenuck2 { 
	width: auto!important; 
}

/* Outreach list */
#maximenumain.maximenuckh li.maximenuck.item237 ul.maximenuck2 {  
	width: 180px!important; 
}

/* Insurance list */ 
#maximenumain.maximenuckh li.maximenuck.item243 ul.maximenuck2 { 
	width: 250px!important;  
}


/* Fix width of second-level menus with no third level */
#maximenumain  ul.maximenuck > li.maximenuck.parent.level1 > div.floatck > div.maxidrop-main { 
	width: auto!important; 
}


/* Hide 'View by Day/Week/Month/All' under Online Events Calendar */
#maximenumain li.item2796.level3,
#maximenumain li.item2797.level3,
#maximenumain li.item2800.level3,
#maximenumain li.item2801.level3 { display: none!important; }

/* Hide Legacy of Joy submenu items */
#maximenumain li.maximenuck.nodropdown.item1972.parent.level2 { 
	margin-bottom: -0.5em!important; 
}
#maximenumain li.maximenuck.item1972.parent.level2 ul li { 
	display: none; 
}
#maximenumain li.maximenuck.nodropdown.item1972.parent.level2 > a.maximenuck span.titreck { 
	font-weight: normal; 
	font-size: 1.25em; 
}

/* Hide Lifetime Contribution Award submenu */ 
#maximenumain li.maximenuck.nodropdown.item253.parent.level2.lca div.floatck { 
	display: none!important; 
}
#maximenumain li.maximenuck.lca span.titreck {
	font-weight: normal!important; 
}
#maximenumain li.maximenuck.lca div.maximenuck2 { display: none; }





/* Mobile Menu (Mobile Menu CK Light) overrides */ 

#maximenumain-mobile { 
}

.mobilemenuck-item > .level1 {
	background: #0069aa!important;
}

.mobilemenuck-item > .level2 {
	background: #439539!important;
}
.mobilemenuck-item > .level2 a {
	color: #fff!important;
}

.level2 + .mobilemenuck-submenu .mobilemenuck-item > div {
	background: #44c87c!important;
}

div#maximenumain.maximenuckh ul.maximenuck li.maximenuck.level1.active { 
	background: rgba(26,82,128,1)!important;
	background-color: rgba(26,82,128,1)!important; 
} 







/* Menus in right sidebar */

aside.sidebar-right ul {
	margin: 0; padding: 0;
}

aside.sidebar-right ul.nav.menu .item-591 a, 
aside.sidebar-right {
	color: #000000;
	font-size: 1em;
	padding: 0;
}

aside.sidebar-right ul.nav-child li, 
aside.sidebar-right li {
	list-style-type: none;
	margin: 5px 0;
}

aside.sidebar-right h3 {
	color: #439539;
	font-size: 1.3em;
}

ul.nav.menu span.caret {
	display: none;
}

ul.nav.menu li a.dropdown-toggle {
	font-weight: bold;
}

.navsubmenu {
	color: #439539;
	font-size: 0.883em;
	margin-left: -0.7em;
}



/* Sidebar menu for new How-To pages */
aside.sidebar-right ul.sidebarmenu li { font-size: 0.8em; }
aside.sidebar-right ul.sidebarmenu li a { padding: 0; }



/* Sidebar menu for CD+S Online */

aside.sidebar-right div.module.cdsmenu ul.menu { font-size: 0.7em; }
aside.sidebar-right div.module.cdsmenu ul.menu > li > a { margin: 0.5em 0; padding: 0; }
aside.sidebar-right div.module.cdsmenu ul.menu > li.parent > a { font-weight: bold; }

aside.sidebar-right div.module.cdsmenu ul.menu > li > ul li { 
	margin: 0.3em 0 0.3em 2em; 
	padding: 0 1em 0 0.5em; 
	color: #0069AA; 
	list-style: disc; 
}



body#main.parentid-206.com_content.view-article.itemid-207.loggedout.no-rtl span.caret {
	display: none;
}

div#content-area div.item-page div ul.nav.menu {
	/*margin-bottom: 10px;*/
}

.collapse {
	display: block !important;
	visibility: visible !important;
}

/* Top Banner Styles (strapline position) */
div.module.topbanner {
	background: #0E5281;
}

div.module.topbanner p {
	margin: 0;
}

#maximenumain-mobilebarmenuck {
	background: #0069aa !important;
}

div#maximenuck ul.maximenuck li.level1.parent li.parent > a, 
div#maximenuck ul.maximenuck li.level1.parent li.parent > span.separator, 
div#maximenuck ul.maximenuck li.maximenuck ul.maximenuck2 li.parent:hover > a, 
div#maximenuck ul.maximenuck li.maximenuck ul.maximenuck2 li.parent.active > a {
	background-image: none !important;
}

/* Content Styles */
div.tab-content p {
	font-size: 1em !important;
	line-height: 1.7em;
}


/* Tabs */

div.rl_tabs-responsive { 
	margin: 1em 0; 
	display: table; 
}

ul#set-rl_tabs-1 li a span {
	font-weight: bold;
}

div.rl_tabs-responsive { /*clear: both;*/ }

/* Blue tabs */
.rl_tabs.top > ul.nav-tabs > li.info > a,
.rl_tabs.top > ul.nav-tabs > li.info > a:hover,
.rl_tabs.top > ul.nav-tabs > li.info.active > a,
.rl_tabs.top > ul.nav-tabs > li.info > a:hover {
 border-top-color: #0069aa!important;
}

/* Green tabs */
.rl_tabs.top > ul.nav-tabs > li.success > a,
.rl_tabs.top > ul.nav-tabs > li.success > a:hover,
.rl_tabs.top > ul.nav-tabs > li.success.active > a,
.rl_tabs.top > ul.nav-tabs > li.success > a:hover {
 border-top-color: #439539!important;
}

/* Orange tabs */
.rl_tabs.top > ul.nav-tabs > li.warning > a,
.rl_tabs.top > ul.nav-tabs > li.warning > a:hover,
.rl_tabs.top > ul.nav-tabs > li.warning.active > a,
.rl_tabs.top > ul.nav-tabs > li.warning > a:hover {
 border-top-color: #d99328!important;
}


div.page-header {
	margin: 0;
	border: none;
}

h1, h2, h3, h4, h5, h6 { margin: 0.5em 0; }

div.page-header h2 {
	font-size: 2em;
	font-weight: regular;
	color: #0069aa;
	margin: 0 0 0.5em 0;
}

div#content-area {
	background: #FFF;
	padding: 0 1em;
}

div.item-page p {
	font-family: "gill-sans-nova", sans-serif;
	font-size: 1em;
	line-height: 1.7em;
}

div.item-page h2, 
div.page-header h1,
h1.pagetitle,
#content-area h1, 
div#content-area h2, 
div.jevbootstrap h1,
div#above-content h1,
div#above-content h2 {
	font-weight: bold;
	line-height: 1.1em;
	color: #439539;
	font-size: 2.1em;
}

.edocman-container h1 {
	font-weight: bold;
	line-height: 1.1em;
	color: #439539;
	border-bottom: 1px solid #EEE;
	font-size: 2.1em;
}

div#content-area div.item-page div h3, 
div.blog h2, 
div.leading-0 h2,
div#above-content h3 {
	font-family: 'gill-sans-nova', sans-serif !important;
	font-size: 1.7em !important;
	font-weight: bold;
	color: #0069aa!important;
	/* clear: both; */
}

div#content-area div.item-page div h4, 
div.blog div.items-leading h3 {
	font-family: 'gill-sans-nova', sans-serif;
	font-size: 1.1em;
	line-height: 140%;
	color: #1EA24B;
	font-weight: bold;
}

div.blog div.items-leading h3 { font-size: 1.2em; }

/* Each blog post */ 
div.blog div.items-leading > div { 
	border-top: 4px dotted #439539; 
	margin-top: 2em; 
	padding-top: 1em;
	clear: both;
}

div.blog div.items-leading > div div.page-header { padding-bottom: 0; }


#wp-page header.entry-header h2.entry-title, 
#wp-page header.entry-header h2.entry-title, 
entry-header h2.entry-title a {
	color: #21759B !important;
	font-family: 'gill-sans-nova', sans-serif !important;
	font-size: 1.5em !important;
}


div#participate h3, div#find-resources h3, div#join-renew-donate h3 {
	font-family: 'gill-sans-nova', sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #0069aa;
	border-bottom: 1px dotted black;
	padding-bottom: 5px;
	/* clear: both; */
}

div#participate h4, div#find-resources h4, div#join-renew-donate h4 {
	font-family: 'gill-sans-nova', sans-serif;
	font-size: 1.2em;
	color: #1EA24B;
	/* clear: both; */
}

div#content.col-md-8 div#content-area div.item-page div h4 {
	font-weight: bold;
}

div#content-area div.item-page div h2 a,
div#content-area div.item-page div h3 a,
div#content-area div.item-page div h4 a,
div#content-area div.item-page div h5 a,
div#content-area div.item-page div h6 a { text-decoration: underline; }

div.item-page table td {
	padding: 0.4em 0.6em;
	border: 1px solid #000;
	vertical-align: top;
}

div.item-page table td.nowrap { white-space: nowrap; }

div.item-page div ul li img, 
div.item-page div p a img {
	margin: 0 0.7em 0 0;
}


div.item-page div ul li a, 
div.item-page div p a {
	font-size: 1em;
	text-decoration: underline;
}

div.item-page div ul li a:hover, div.item-page div p a:hover {
	color: #439539;
}

div.item-page div ul li a:hover {
	color: #439539;
}

table th {
	padding: 5px 10px!important;
	border: 1px solid #000;
	background: #0069aa;
	color: white;
}




/* ----------- New Online Events page (JEvents event list) ----------- */

/* Hide redundant page title */
div#jevents_header.online-events h2.contentheading { display: none; }

/* Filtering/search options */ 
div.module.filter { 
	margin: 0 0 0.5em 0; 
	padding: 0; 
}

/* Filters at top of list */ 
form#jeventspost ul.jevfilterfloatlist { 
	margin: 0 0 0 -1em; 
	padding: 0; 
}

#content #content-area { /* Is this a terrible idea? */
	margin: 0; padding: 0; 
}

/* hide print/email icons */ 
#jevents_header ul.actions { display: none; } 


/* Table containing list of events */ 
#content table.eventlist { 
	margin: 1em 0; 
	border-collapse: collapse; 
}

#content table.eventlist td,
#content table.eventlist th { 
	border: 1px solid #0069aa; 
	border-radius: 0; 
}

/* Event title/link */
#content table.eventlist a.ev_link_row { 
	color: #0069AA;
}

/* Date column */
#content table.eventlist tr td.eventlist_col:nth-child(2) { 
	/* min-width: 10em; */
}

/* Don't let the date or time cells wrap onto two lines */ 
#content table.eventlist tr td:nth-child(2),
#content table.eventlist tr td:nth-child(3) { white-space: nowrap; }

/* ...except the date cell on smaller screens */
@media screen and (max-width: 1200px) { 
	#content table.eventlist tr td:nth-child(2) { white-space: normal; }
}

/* Hide the time zone except on mobile devices */ 
#content table.eventlist span.timezone { display: none; }

/* Buttons for event link, tip jar, etc. */
#content table.eventlist tr td.eventlist_col:nth-child(4) a,
#jevents div.jev_evdt_extrainf a { 
	margin: 0 auto 0.3em auto; 
	padding: 0.2em 0.5em 0.3em 0.5em;
	display: inline-block;
	line-height: 120%; 
	font-size: 1em!important; 
	border: 2px solid #439539;
	border-radius: 0.5em;
	background-color: white;
	color: #439539;
	font-weight: bold;
	text-align: center;
}
#content table.eventlist tr td.eventlist_col:nth-child(4) a:hover,
#jevents div.jev_evdt_extrainf a:hover { 
	background-color: #439539!important; 
	color: white;
	text-decoration: none; 
}

/* Event categories/tags */
table.eventlist td.eventlist_col:nth-child(5) { font-size: 0.7em; }
table.eventlist td.eventlist_col a.ev_link_cat { 
	color: #0069aa;
	line-height: 100%;
}

/* Previous/next links in pagination */ 
div.pagination ul.pagination-list li a span,
div.pagination ul.pagination-list li span span { 
	margin: 0.2em 0 0 0; 
	padding: 0;
	border-radius: 0;
}

/* Display # */
div.pagination div.limit
div#limit_chzn { width: 5em!important; }




/* ----------- JEvents event list styles for mobile devices -------------- */

@media screen and (max-width: 1000px) {
  #content table.eventlist { 
		border: none; 
		font-size: 1.1em;
	}

	/* Hide the header row */
  #content table.eventlist thead { 
		display: none; 
	}

  /* Each row (a single event) */
  #content table.eventlist tbody tr { 
		border-top: 4px solid #439539;
		background: white;
		box-shadow: 0em 0em 0.5em rgba(0,0,0,0.2);
	  display: inline-block;
		width: 48%; 
	  margin: 0 2% 1.5em 0; 
		padding: 1em 1em 0.5em 1em;
		vertical-align: top;
  }
	#content table.eventlist tbody tr:nth-child(even) { margin-right: 0; }

	/* Cells within each event */
  #content table.eventlist tbody tr td { 
	  border: none;
	  padding: 0 0 0.2em 0; 
	  line-height: 130%; 
	  display: block; 
	}
	
	/* Event title */ 
	#content table.eventlist tbody tr td:nth-child(1) { 
		font-size: 1.2em;
	}
	
  /* Display date and time next to each other */
	#content table.eventlist tbody tr td:nth-child(2),
	#content table.eventlist tbody tr td:nth-child(3) { 
		display: inline; 
	}

	/* Display the time zone */ 
  #content table.eventlist span.timezone { display: inline; }

	/* Buttons for event link, tip jar, etc. */
	#content table.eventlist tr td.eventlist_col:nth-child(4) { 
		padding: 0.5em 0 0 0;
	}  
	#content table.eventlist tr td.eventlist_col:nth-child(4) a { 
		margin: 0 0.5em 0.5em 0; 
		padding: 0.3em 1em 0.5em 1em;
	}
	
	/* Event categories/tags */
	table.eventlist td.eventlist_col:nth-child(5) { 
		font-size: 0.7em; 
		color: white;
		padding-top: 0.5em!important;
	}
	table.eventlist td.eventlist_col:nth-child(5) a.ev_link_cat { 
		font-size: 1em; 
		border: 1px dotted #0069AA;
		border-radius: 0.5em; 
		padding: 0.3em 0.5em 0.5em 0.5em;
		margin: 0 0.2em 0.6em 0;
		display: inline-block;
	}
}

/* For the smallest screens */ 
@media screen and (max-width: 700px) { 
	/* Each row (a single event) */
  #content table.eventlist tbody tr { 
		width: 100%; 
	  margin: 0 0 1.5em 0; 
  }
	#content table.eventlist tbody tr:nth-child(even) { margin-right: 0; }
}




/* JEvents "View by Day" */

/* Today's date at top of table */
table.ev_table td.cal_td_daysnames { 
	background: #0069aa; 
	font-size: 1.2em; 
	padding: 0.7em;  
}

/* Remove gray bar from each event */
li.ev_td_li { border-color: transparent!important; }

/* Time in left column */
table.ev_table td.ev_td_left { 
	font-size: 1em; 
	vertical-align: middle; 
	font-weight: bold;
}

/* Event name/link */
table.ev_table td.ev_td_right ul.ev_ul li.ev_td_li a { 
	font-size: 1em; 
	font-weight: bold;
	color: #0069aa;
}

/* JEvents "View by Week" */

/* Date in left column */
td.ev_td_left a.ev_link_weekday { color: #0069aa; font-size: 1em; }

/* Left column for today's date */
td.ev_td_today { background: #0069aa; }
td.ev_td_today  a.ev_link_weekday { 
	color: white; 
	font-weight: bold; 
	font-size: 1.5em;  
}


/* Pricing tables (e.g., on insurance pages) */

div.item-page table.pricing td,
div.item-page table.pricing th {
	background: #0069AA; /* blue */
	color: white; 
	border: 2px solid white; 
}

div.item-page table.pricing tr td:last-child,
div.item-page table.pricing tr th:last-child { 
	background: #DB9427; /* gold */
	text-align: right; 
}

div.item-page table.pricing.green td,
div.item-page table.pricing.green th { background: #439539; }

/* Four types of group affiliates */

div.item-page table.fourtypes th,
div.item-page table.fourtypes tr td { 
	color: white; 
	width: 25%; 
	padding: 0;
	border: 2px solid white; 
}

div.item-page table.fourtypes th { 
	text-align: center; 
}

div.item-page table.fourtypes tr > th:first-child,
div.item-page table.fourtypes tr > td:first-child { background: #439539; } /* green */

div.item-page table.fourtypes tr > th:nth-child(2),
div.item-page table.fourtypes tr > td:nth-child(2) { background: #0069AA; } /* blue */

div.item-page table.fourtypes tr > th:nth-child(3),
div.item-page table.fourtypes tr > td:nth-child(3) { background: #84184B; } /* magenta */

div.item-page table.fourtypes tr > th:nth-child(4),
div.item-page table.fourtypes tr > td:nth-child(4) { background: #6C2264; } /* purple */

div.item-page table.fourtypes td ul { 
	margin: 0; 
	padding: 0.5em 0.5em 0.5em 1.5em;
	font-size: 0.9em; 
	background: #DB9427;
}

div.item-page table.fourtypes td p { 
	margin: 1em 0;
	text-align: center;
	font-weight: bold;
}



/* Tables for bylaw changes, 2021 */ 

table.bylaws td { width: 40%; }
table.bylaws tr td:last-child { width: 20%; }

strong.highlight { background: #ffff99; }
strong.linethrough { text-decoration: line-through; }





div.formblock {
	float: left;
	width: 30%;
	margin: 0 30px;
	padding: 10px;
	border: 1px solid #CCC;
}

div.formblock p a {
	margin: 0 auto;
	font-size: 1.2em;
	color: #0069aa;
	text-decoration: underline;
}

div.formblock p a:hover {
	color: #1EA24B;
	text-decoration: none;
}


div.leading-0.clearfix p {
	font-size: 1.2em;
}


div.blog-featured h2.item-title {
	display: none;
}

div.blog div.category-desc.clearfix { clear: none; width: 64%; }
div.blog .clearfix:after { clear: none; }
div.blog div.items-leading.clearfix > div { display: table; clear: none; }


div.blog div.category-desc.clearfix h3 {
	font-weight: bold;
	color: #0069aa;
}

div.blog div.items-leading.clearfix p {
	font-size: 0.9em;
	clear: none;
}

div.blog div.items-leading.clearfix h4 {
	font-family: 'gill-sans-nova', sans-serif;
	font-size: 1.5em;
	color: #1EA24B;
}

div.blog div.items-leading.clearfix h5 {
	font-family: 'gill-sans-nova', sans-serif;
	font-size: 1.2em;
	font-style: italic;
	color: #1EA24B;
}

div.blog div.items-leading.clearfix span.wf_caption {
	font-size: 1.1em;
}


a.button,
.joinrenewbtn a, 
a.joinrenewbtn{
	background: #439539;
	text-align: center;
	padding: 0.5em 1.3em;
	line-height: 150%; 
	display: inline-block;
	margin: 0.5em auto;
	border-radius: 3em;
	color: white;
	text-decoration: none !important;
	font-size: 1.1em !important;
	font-weight: bold;
}

a.button:hover,
.joinrenewbtn a:hover, 
a.joinrenewbtn:hover { 
	color: white!important; 
	background: #439539!important;
}

a.buttonorange { background: #d99328; }

a.button.blue { background: #0069aa; }
a.button.blue:hover { background: #0069aa!important; }

a.button.purple { background: #8667C0; }
a.button.purple:hover { background: #8667C0!important; }

a.button.nomargin { margin: 0; }

a.buttonsmaller { 
	display: inline-block;
	border: 1px solid #B9D7E6;
	text-decoration: none!important; 
	margin: 0 1em 0 0;
	padding: 0.2em 0.8em 0.4em 0.8em;
	font-size: 0.9em!important; 
	line-height: 120%;
	border-radius: 0.4em;
}
a.buttonsmaller:hover { 
	border-color: #439539;  
	background-color: #439539;
	color: white!important;
}


div.registerbutton {
	background: #D3263D;
	text-align: center;
	padding: 3px 0;
	width: 25%;
	height: 3em;
	margin-bottom: 15px;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border: 0px solid #000000;
}

div.registerbutton p a {
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: none !important;
	font-size: 1.2em !important;
	line-height: 1.2em;
	margin: 8px;
}

div.registerbutton p {
	margin: 5px 0 0 0;
}

div.registerbutton a:hover {
	color: #EBBE5D !important;
}

div#campimages {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

div#campimages span.wf_caption {
	float: left;
	width: 100%;
	margin-right: 30px;
}

div#campimages span.wf_caption img {
	height: 145px;
}

div.item-page div ul li, div.item-page ol li {
	margin: 5px 0;
}

ul.breadcrumb {
	padding: 5px 21px;
}

ul.breadcrumb li {
	/* font-family: 'gill-sans-nova', sans-serif;*/
	font-size: 0.8em;
}

ul.breadcrumb li:first-child + li:before {
	content: none;
}



/* CDSS News unordered lists */ 

ul.cdssnews { 
    list-style: none; 
	  margin: 0;
	  padding: 0;
}

ul.cdssnews li { 
	padding-bottom: 0.5em;
}

ul.cdssnews h3 { 
	margin: 0;
	padding: 0.25em 0;
}

ul.cdssnews h3 a { color: #4082bb; text-decoration: underline; }

.noclear,
ul.cdssnews h3.noclear { clear: none!important; }

ul.cdssnews ul { 
	list-style-type: disc;
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
}

ul.cdssnews ul ul { 
	list-style-type: circle;
	margin-bottom: 0;
	margin: 0.5em 0 0 0.5em;
}




#mainbody div#content.col-md-8 {
	padding-bottom: 50px;
}

div.module.mission {
	padding: 0.5em; 
	font-size: 1.2em;
}

div.edocman-box-heading h3.edocman-category-title a.edocman-category-title-link {
	font-family: 'gill-sans-nova', sans-serif;
	font-size: 0.7em;
	color: #1EA24B;
	clear: both;
}

.com_edocman div.headline h3 {
	font-family: 'gill-sans-nova', sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #0069aa;
	border-bottom: 1px dotted black;
	padding-bottom: 5px;
	clear: both;
}

form#edocman_search table.search_table tbody tr {
	background: none !important;
}

a.edocman-document-title-link {
	font-size: 0.65em;
}

a.edocman-category-title-link small {
	font-size: 0.7em;
}

div.toggler span span {
	color: #1EA24B;
}

div#accordion_sp1_id167 div.toggler span span {
	font-size: 1.1em !important;
}

div.sp-accordion-inner {
	padding-bottom: 10px !important;
}

.sp-accordion.sp-accordion-style1 .toggler, 
.sp-accordion.sp-accordion-style1 .toggler span, 
.sp-accordion.sp-accordion-style1 .toggler span span {
	display: block;
	height: 30px !important;
	line-height: 30px !important;
	background: url(style1.png) repeat-x 0 0;
	cursor: pointer;
	font-size: 1em!important; 
}

div.sp-accordion-inner p {
	color: black;
	font-size: 0.9em;
}

#accordion_sp1_id167 div.sp-accordion-inner p {
	font-size: 1em;
}




/* Regular Labs accordion sliders */ 

div.nn_sliders { 	xborder: 1px solid #ccc; }

div.nn_sliders div.accordion-group.panel {	
	border-radius: 0;
	margin: 0;
 }

div.nn_sliders div.accordion-group.panel div.accordion-heading a.accordion-toggle { 
	color: #37A061!important;
	font-weight: bold; 
	background-image: url(https://www.cdss.org/modules/mod_sp_accordion/style/style1.png);
	background-repeat: repeat-x;
	background-size: auto 210%;
	padding: 0.3em 1em;
}


div.nn_sliders div.accordion-group.panel div.accordion-heading a.accordion-toggle:hover,
div.nn_sliders div.accordion-group.panel.active div.accordion-heading a.accordion-toggle { 
	color: #37A061;
	background-size: auto 210%;
	background-position:0 -31px;
	border: none!important;
}





/* Menus in content area */ 

#content-area ul.nav.menu { 
	width: 63%;
	display: table; 
}
@media screen and (max-width: 992px) { 
	#content-area ul.nav.menu { width: 100%; }
}


#content-area div.navsubmenu { margin: 0 0.2em 1em 0.2em; }

#content-area div.navsubmenu li a,
#above-content ul.nav li a,
div.item-page div ul.nav.menu li a {
	display: inline;
	float: left;
	font-size: 0.9em;
	margin: 0 1em 0.5em 0!important;
	padding: 0.1em 0.5em 0.3em 0.5em;
	text-decoration: none;
	border: 1px solid #337ab7;
	border-radius: 0.2em; 
	color: #337ab7;
}

/* Hover */
#above-content ul.nav.menu li a:hover,
div.item-page div ul.nav.menu li a:hover {
	background: none;
	color: #439539;
	border-color: #439539;
}

/* Current page */
#above-content ul.nav.menu li.current > a,
div.item-page div ul.nav.menu li.current a { 
	background: rgba(51,122,183,0.6);
	color: white; 
}

/* Menu in content area for LCA (Lifetime Contribution Award) */
#content-area div.lcamenu ul.nav.menu { 
	width: auto; 
	display: block; 
}





/* Menus for jumping to anchors on current page */
div.item-page ul.pagemenu { 
	margin: 0 0 1em 0; padding: 0;
	list-style: none;
}

div.item-page ul.pagemenu li { 
	display: inline-block; 
	margin: 0 0.7em 0.5em 0;  
}

div.item-page ul.pagemenu li a { 
	font-size: 0.9em;
}


/* COVID-19 menu */
#above-content div.module.covid19 { 
	border: 1px solid #439539; 
	border-radius: 0.5em;
	margin: 0 0 1em 0; padding: 0; 
}

#above-content div.module.covid19 h5 { 
	background: #439539;
	color: white;
	margin: 0; 
	padding: 0.5em 1em; 
	/*text-align: center; */
	font-size: 1em;
	border-radius: 0.3em 0.3em 0 0;
}

#content ul.nav.menu.covid19 { 
	margin: 1em 1em 0.5em 1em; 
	text-align: center;
	/*columns: 3;*/
}
/*@media screen and (max-width: 700px) { 
	#content ul.nav.menu.covid19 { columns: 2; }
}
@media screen and (max-width: 500px) { 
	#content ul.nav.menu.covid19 { columns: 1; }
}*/


/*#content ul.nav.menu.covid19 li { 
	display: inline-block;
	float: none; 
	margin: 0; 
	width: 100%;
}

#content ul.nav.menu.covid19 li a { 
	display: block;
	width: 100%;
	padding: 0.5em 0.5em 0.7em 0.5em;
	line-height: 110%;
}*/

#content ul.nav.menu.covid19 li ul { display: none; }



/* Dommett's Morris Notes menus in content area */ 

div.item-page div.moduletable.dommettmenu ul.nav.menu { 
	list-style: disc;
	padding: 0 0 0 1.5em; 
}

div.item-page div.moduletable.dommettmenu ul.nav.menu li { display: list-item; }

div.item-page div.moduletable.dommettmenu ul.nav.menu li a {
	font-size: 1em;
	text-decoration: underline;
}







div.item-page div div div.col1 {
	float: left;
	margin: 0 60px 20px 0;
}

div.blog div.category-desc.clearfix ul.nav.menu li a {
	float: left;
	margin: 0 !important;
	padding: 5px 10px 0;
	width: auto;
}

div.blog div.category-desc.clearfix ul.nav.menu li a:hover {
	background: none;
	text-decoration: underline;
}

div.blog div.category-desc.clearfix ul.nav.menu span.caret {
	display: none;
}

div.col1, div.col2 {
	float: left;
	width: auto;
	margin-right: 30px;
}

div.iframe.youtube {
	float: left;
	margin: 0 20px 0 0;
}

div.iframe.youtube.right {
	float: right;
	margin: 0 0 0 20px;
}

/*Blog Styles*/
header#masthead.site-header hgroup h1.site-title a {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.24em;
	color: #439539 !important;
	/*border-bottom: 1px solid #EEE;*/
	font-size: 2.1em;
}

header.entry-header h2.entry-title a {
	font-size: 1.3em !important;
}

h3.widget-title {
	font-family: 'gill-sans-nova', sans-serif;
	font-size: 1.2em !important;
	color: #1EA24B !important;
}

aside ul li a {
	font-size: 1.5em !important;
}

div.blog div.item.column-1 h3 {
	display: none;
}

div#wp-page div#main section#primary div#content div h3 {
    font-size: 16px;
    font-weight: bold;
}




/* Homepage slideshow */ 

#above-content div.slideshowck { margin-top: -0.45em; }


/* DJ Slideshow (Kate Barnes) */
.djslider { 
  width: 100%!important;  /* make slideshow responsive to browser width */
}








/* Modules below content area */ 

div#below-content { 
	margin: 1.5em 0;
}

/* div#below-content input#mod-finder-searchword.search-query.input-medium {
	margin: 0 20px;
	padding: 5px 0; 
}

div#below-content form.form-search button.btn-primary { 
	text-shadow: none; 
	margin: -0.3em 0.5em 0 0.5em;
	padding: 0.3em 1em 0.4em 1em; 
}


body#main.parentid-206.com_edocman.view-categories.itemid-230.loggedout.no-rtl 
input#mod-finder-searchword.search-query.input-medium {
	border-radius: 0;
	padding: 15px 0;
}

div#below-content div.module div.headline h3, input#search_edocman_box {
	margin: 0 0 10px 20px !important;
}

select#filter_category_id.inputbox.edocman_search_category {
	margin: 0 0 10px 20px;
}
*/

form#edocman_search input.btn.btn-primary.button.search_button {
	margin: 0 0 0 20px;
}

div#below-content form#edocman_search input#search_edocman_box {
	height: 35px;
}


div#content-area h1.dm_title {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.24em;
	color: #439539;
	font-size: 2.1em;
}

input.search-query {
	margin-bottom: 0;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	height: 30px !important;
	margin-bottom: 5px !important;
	width: 200px;
	border: 1px solid #CCC; 
}

/* label.element-invisible.findersmartsearch {
	display: none;
}

button.btn.btn-primary.hasTooltip.findersmartsearch.finder.findersmartsearch {
	content: 'Go' !important;
	float: right;
	width: 20%; 
}

label.element-invisible.finder {
	display: none;
} 

aside.sidebar-right div.finder button.btn.btn-primary.hasTooltip.finder {
	margin: 0 0 0 10px; 
}

div.smartsearch {
	margin-top: -30px;
	margin-bottom: 30px; 
}
*/





/* New & Noteworthy Module Styles */
div.newsflash.noteworthy {
	overflow: hidden;
	margin: 0 0 1.4em 0;
	width: 100%;
	background: #F8F3E5;
	/*columns: 2; */
}


/* New & Noteworthy header */
#below-content div.module.noteworthy div.headline h3 {
	clear: both; 
	background: #84184b;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding: 0.5em 0 0.6em 0;
	line-height: 100%; 
	font-size: 1.7em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0;
}



/* Each news item */
div.newsflash.noteworthy div.newsitem { 
	display: inline-block;
	width: 47.5%;
	vertical-align: top;
	border-top: 3px dotted #84184b;
	margin: 0 1%; 
	padding: 1em 0.5em 0.2em 1em;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

div.newsflash.noteworthy :is(div.newsitem:nth-child(1),div.newsitem:nth-child(2)) { border-top: none; }

@media screen and (max-width: 850px) { 
	div.newsflash.noteworthy div.newsitem { width: 100%; }
	div.newsflash.noteworthy div.newsitem:nth-child(2) { border-top: 3px dotted #84184b; }
}


div.newsflash.noteworthy h5 { 
	margin: 0 0 0.3em 0; 
	font-size: 1.4em;
	line-height: 110%;
}

div.newsflash.noteworthy p {
	line-height: 140%;
	color: black;
	margin: 0;
	padding: 0 0.5em 1em 0;
}

div.newsflash.noteworthy p::after { /* clear float after image */ 
	display: block; 
	content: "";
	clear: left; 
}

a.readmore {
	padding: 10px;
	font-size: 0.9em;
	color: #439539;
}

div.newsflash.noteworthy img { 
	width: 35%!important;
	max-width: 130px!important;
	height: auto!important;
	float: left!important;
	/*clear: left;*/
	margin: 0.2em 1em 0 0!important;
}
@media screen and (max-width: 600px) { 
	div.newsflash.noteworthy img { 
	  width: 25%!important;
	  max-width: 25%!important;
}

}

@media screen and (max-width: 992px) { 
	div.newsflash.noteworthy p img { 
		width: 15%!important;
		max-width: 15%!important; 
	}
}

/* Common Time header */ 
div.newsflash.noteworthy h5 img.nofloat.smallest { 
	width: 35%!important;
	max-width: 35%!important;
}







.cdsstable thead tr.tabrow.tr_ht1 td, 
thead tr.tabcol th {
	background: #0069aa!important;
	color: #FFF;
	font-weight: bold!important;
	border: 1px solid black!important; 
}

thead tr.tabcol th, 
thead th.tabcol {
	padding: 5px;
}

.cdsstable tr.tabrow td:first-child p a { text-decoration: none; }






/* Table Styles */
table {
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}

table td,
table th { 
    padding: 0.2em; 
    vertical-align: top;
}

tbody tr:nth-child(odd) {
	background-color: #CCE2FF;
}

tbody tr:hover {
	/*background: #99C6FF;*/
}

table.table.table-hover.table-bordered.table-striped tbody tr th {
	background: #0069aa;
	color: #FFF;
}

table.table.table-hover.table-bordered.table-striped tbody tr:nth-child(odd) {
	background: #CCE2FF;
}

table.table.table-hover.table-bordered.table-striped tbody tr:hover {
	background: #99C6FF !important;
}

div#donortable, div#regularmem {
	float: left;
	width: auto;
}

div#regularmem {
	margin: 0 0 0 20px;
}

div#regularmem thead tr.tabrow.tr_ht1 td.tabcol {
	padding: 5px 10px !important;
}

table td img { max-width: 100%!important; height: auto; }



/* Tables for dance figures in CD+S Online (e.g., Dolphin Hey) */ 

table.cdsonline { 
	border-collapse: collapse; 
	width: 100%; 
	max-width: 800px; 
	margin: 1em 0; 
}

table.cdsonline td { 
	vertical-align: top; 
	padding: 0.5em; 
	}

table td.half { width: 50%; }

table td.quarter { width: 25%; }

/* dance figures */ 
table.cdsonline.figures { width: 100%; background: transparent; }
table.cdsonline.figures tr,
table.cdsonline.figures tr:hover { background: transparent; }
table.cdsonline.figures td { 
	width: 50%; 
	border: none; 
	background: transparent; 
}

table td.tdcenter { text-align: center; }
table td.tdright { text-align: right; }






/* Photo Gallery and Caption Styles */
div span.wf_caption span {
	color: #1EA24B;
	line-height: 1.3em;
	display: block;
	margin: 0;
	text-align: center;
	padding: 0.8em 0;
}





/*RSForms Styles*/

fieldset.formFieldset legend {
	margin: 1em 0;
	font-size: 2em !important;
	font-weight: bold;
	line-height: 1.24em;
	color: #439539;
	border-bottom: none;
}

li.rsform-block.rsform-block-descriptionupload {
	margin: 20px 0 !important;
}

div.formBody ul li {
	list-style: disc !important;
}

.rsform-block-subscribenowintrotext div.formControls {
	margin: 0 !important;
}

input#name.rsform-input-box, 
input#email {
	margin: 0;
	height: auto;
}

fieldset h3 {
  font-family: 'gill-sans-nova', sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #0069aa;
	border-bottom: 1px dotted black;
	padding-bottom: 5px;
	clear: both;
}

div.formBody label {
	font-weight: normal;
}

input#submit.rsform-submit-button {
	background-color: #0060CC;
	color: white;
	font-weight: bold;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 5px 10px;
	border: 1px solid #004099;
}

.rsform-block-choose-week-explain {
     color: red;
}

div.rsform-block.rsform-block-permission p.rsformVerticalClear{
    background: #ffffff;

}
div.rsform-block.rsform-block-permission p.formDescription{
    background: #ffffff;
}


/* Ordered list containing all RSForms fields */
#userForm fieldset.formFieldset ol.formContainer { 
	list-style: none; 
	padding: 0; 
}

/* Each field */ 
#userForm fieldset.formFieldset ol.formContainer li.rsform-block div.formBody { 
	display: block;
	float: none;
	margin: 0 0 1em 0; 
}

#userForm div.rsform-block { clear: left; }


/* Labels for checkboxes/radio buttons */ 
form#userForm div.formBody label { margin: 0 2em 0 0.4em; }


label[for='membership1'] {
    height: 40px !important;
}
#waiverForm{
	padding: 0 15px;
}

form#userForm label { 
	float: none;  
	width: 100%;
	text-align: left; 
}

form#userForm div.formControls { margin: 0 0 1em 0!important; }

form#userForm fieldset div.rsform-block { margin-bottom: 0; }

/* Text input boxes & textareas */ 
form#userForm fieldset input.rsform-input-box,
form#userForm textarea { 
	width: 90%; 
	max-width: 400px; 
}


/* hide extra space for validation */ 
form#userForm fieldset span.formValidation { display: none; }








.google-maps {
	position: relative;
	padding-bottom: 75%;
	// This is the aspect ratio height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}












/*JEvents Styles */

form#jeventspost.jevfiltermodule {
    padding-left: 1em;
} 

td.eventlist_col > a.ev_link_row {
    font-size: 1em;
} 

#jevLocationModal .modal-dialog.modal-lg {z-index: 9999 !important;}


/* Save & Close and Cancel buttons in front end */
div#toolbar.btn-toolbar { margin-top: 2em; margin-bottom: 1em; }
div#toolbar-save.btn-wrapper button.btn { text-shadow: none; }

/* Event description box */
div.editor.wf-editor-container.mb-2 iframe { 
	border: 1px solid #ccc; 
	width: 90%; 
	border-radius: 0.3em; 
}

/* Fix alignment of fields in Calendar tab */ 
div.jeventslight form#adminForm div { vertical-align: top; }

/* Filters on Dance Map page */
div.jevlocations-filter.row { 
	margin: 0 0 1em 0; 
}
div.jevlocations-filter.row > div { padding: 0 1em 0 0; }
div.jevlocations-filter-buttons { width: auto; }

div.jevlocations-filter-buttons.col-md-2 button.btn-block { 
	width: auto;
	padding: 0.3em 1em;
	display: inline-block; 
	margin: 1.5em 0.6em 1em 0; 
}


/* ------- JEvents event submission page -------- */ 


#content-area #gslc div.gsl-margin-remove #right-col div.gsl-content,
#content-area #gslc div.gsl-margin-remove #right-col div.gsl-content #jevents { 
	margin: 0; padding: 0; 
	background: white;
}

#jevents form#adminForm div.row { margin: 0;  }


/* Save & Close and Cancel buttons */
div.gsl-navbar-left div.btn-wrapper button { font-size: 0.8em; }

/* Divider legends */ 
div.jevdatetime fieldset legend { margin-top: 1em; }

/* Repeat type buttons */ 
form#adminForm div.jeveditrepeats.jevdatetime label.gsl-button-small { 
	font-size: 0.8em; 
}

/* Calendar/date buttons */ 
#jevents button#publish_up_btn,
#jevents button#publish_down_btn { 
	background: #0F7AE5;
	padding: 0.5em 1em; 
	margin: -0.9em 0 0 0; 
}


/* Select Location button */ 
#jevents a.gsl-button-primary { 
	background: #0F7AE5; 
	font-size: 1em!important; 
	padding: 0.25em 0.8em;
}











/* Upcoming events modules (e.g., on COVID-19 page) */

div.module.eventlisting { 
	border: 2px solid #CD4E38; 
	border-radius: 0.5em; 
	width: 48%; 
	display: inline-block;
	margin: 1em 3% 1em 0; 
	padding: 0.5em 1em 0 1em; 
}
@media screen and (max-width: 800px) { 
	div.module.eventlisting { 
  	width: 100%; 
	  display: block;
  	margin: 1em 0; 
 }
}

div.module.eventlisting h4 { 
	font-weight: bold; 
	color: #CD4E38;
}

/* Special Events */ 
div.module.eventlisting:nth-of-type(1) { 
}

/* Ongoing Series */ 
div.module.eventlisting:nth-of-type(2) { 
	border: 2px solid #0069aa; 
  margin-right: 0; 
}
div.module.eventlisting:nth-of-type(2) h4 { color: #0069aa; }

/* Past Events */ 
div.module.eventlisting:nth-of-type(3) { 
	width: 100%; 
	margin: 1em 0;
	border-color: gray;
	background: #e8e8e8;
}

/* Online Events (old module) */ 
div.module.eventlisting.online { 
	width: 100%; 
	margin: 1em 0;
	border-color: #439539;
}
div.module.eventlisting.online h4 { color: #439539; }
div.module.eventlisting.online a.button { display: inline-block; }

/* Each event */
div.module.eventlisting td { 
	padding: 0.5em 0; 
	background: white; 
	border-top: 1px dotted #0069aa; 
}
div.module.eventlisting:nth-of-type(3) td { 
	background: #e8e8e8;
}

/* Event title */
div.module.eventlisting strong { font-size: 1.2em; } 

/* Buttons in JEvents */
div.module.eventlisting a.button { 
	background: white;
	color: #439539;
	border-radius: 0.5em;
	padding: 0.2em 0.6em;
	border: 2px solid #439539;
	margin: 0.4em 0;
	font-size: 0.95em!important;
	display: block;
}
div.module.eventlisting a.button:hover { 
	background: #439539;
	color: white;
}








/*Media Queries */
@media (min-width: 320px) and (max-width: 480px) {
	div.navbar-brand {
		margin: 10px 0 0 0 !important;
		background: none !important;
	}
	
	div.module.centerboxes img {
		margin-bottom: 20px;
		margin-top: 0 !important;
	}
}

@media (min-width: 320px) and (max-width: 640px) {
	div.cw-social-mod-icon-al {
		margin: 0 15%;
	}
	
	.box_skitter .info_slide_dots {
		display: none;
	}
}

@media (min-width: 768px) {
	div.item-page.nosidebar iframe {
		width: 100% !important;
		margin: 0 !important;
	}
	
	div.module.centerboxes {
		width: 50%;
	}
}

@media (min-width: 960px) and (max-width: 1279px) {
	div.cw-social-mod-icon-al {
		margin: 0 20% !important;
	}
}

@media (min-width: 1024px) {
	div.item-page.nosidebar iframe {
		width: 140% !important;
	}
	
	div.module.centerboxes img {
		margin-bottom: 20px;
		margin-top: 0 !important;
	}
}

@media (min-width: 1280px) {
	div.item-page.nosidebar iframe {
		width: 150% !important;
	}
	
	div.module.centerboxes {
		width: 100% !important;
	}
	
	div.module.socmed {
		position: fixed;
		left: 0;
		top: 85px;
		width: 80px;
	}
}







.login .control-label {
    float: left;
    margin-right: 20px;
    width: 150px;
}
.login .control-group {
    clear: both;
}
.login .btn {
    margin-left: 270px;
}
.login input[type='text'],
.login input[type='password'] {
    padding: 1px 4px;
}

#user-registration .col-sm-2 {
    width: 16.66666667% !important;
}







/* Footer styles */

#mm-sidebar { display: none; } /* hide extra top menu in footer */ 

div#footer.clearfix div.container {
	background: #0069aa;
	margin: 0 auto;
	padding: 10px;
}


div#footer.clearfix ul.maximenuck2 li a.maximenuck span.titreck {
	color: #FFF;
	font-size: 1em !important;
}

div#footer.clearfix ul.maximenuck2 li {
	padding: 0 !important;
	margin: 0 !important;
}

.jqtree-tree a {
	font-size: 0.9em !important;
	white-space: normal !important;
}

div#maximenuck108.maximenuckh.ltr div.maximenuck2 {
	padding: 5px;
	margin: 0 10px 0 0;
}

div#footer.clearfix span.separator {
	color: #FFF !important;
	font-size: 1.5em !important;
}

ul.maximenuck2 li.maximenuck.maximenuflatlistck.item1014.first.level1 a.maximenuck {
	margin: 5px 0 0 0 !important;
}

div.module.footerlogo {
	text-align: center;
	color: #FFF;
	font-size: 0.9em;
	margin: 10px;
	border-bottom: 1px solid #FFF;
}




/* Paragraphs in table cells */ 

table td p { margin: 0; line-height: 150%!important; }




/* Videos */ 

.video-container { margin: 2em auto; }

.video-container.right {
    float: right;
    margin: 0 0 2em 2em;
}
.video-container.left {
    float: left;
    margin: 0 2em 2em 0;
}


.fluid-video{
	display:block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16/9 format */
	overflow: hidden;
	position: relative;
}

.fluid-video iframe, .fluid-video embed, .fluid-video object {
	width: 100%!important; height: 100%!important;
	position: absolute;
	top: 0; left: 0;

}



/* Captions under videos */ 
.video-container span.wf_caption { 
	display: block;
	color: #1EA24B;
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 0.4em 0;
}


/* Videos from AllVideos */
div.avPlayerContainer { width: 100%!important; }
div.avPlayerBlock { 
	text-align: left!important; 
	margin-bottom: 1em!important; 
}

/* Audio from AllVideos */
.avPlayerWrapper { clear: none!important; }
.avPlayerWrapper .avPlayerContainer .avPlayerBlock audio { 
	padding: 0!important; 
	height: 2em!important;
	max-width: 45%;!important; 
}


/**********/
.modal-loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, .3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}


/** MODAL STYLING **/

#loadMe .modal-content {
  border-radius: 0px;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}

.modal-backdrop.show {
  opacity: 0.75;
}

#loadMe .loader-txt {
  p {
    font-size: 13px;
    color: #666;
    small {
      font-size: 11.5px;
      color: #999;
    }
  }
}



/* Styles for making embedded YouTube videos responsive */
@media screen and (max-width: 650px) {
	.video-container {
		position: relative;
		margin: 2em 0;
	}
	.video-container iframe { width: 100%; }
	.video-container.right,
	.video-container.left { float: none; margin: 2em 0; }
}










/* Bulleted lists with multiple columns (e.g., Donors pages) */

ul.smaller { font-size: 0.9em; }

ul.columns { 
	margin: 0 0 2em 0; padding: 0 0 0 1em;
	column-gap: 3em;
	vertical-align: top;
}

ul.columns.nobullet { list-style: none; padding: 0; }

ul.columns li { 
	-webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
	vertical-align: top;
	margin: 0 0 0.4em!important; padding: 0; 
	
}

ul.columns.onecol { font-size: 0.9em; }

ul.columns.twocol { 
	columns: 2;
	font-size: 0.9em;
}

ul.columns.twocol li { border-top: 1px solid white; }

ul.columns.twocol.fullsize { 
	font-size: 1em; 
	list-style: none;
	padding-left: 0; 
}
ul.columns.twocol.fullsize > li ul { 
	list-style: disc; 
	margin-bottom: 1em;
}

ul.columns.twocol img.nofloat { 
	width: 100%!important;
	max-width: 250px!important;
	margin: 1em 0 0.5em 0;
}


ul.columns.threecol { 
	columns: 3;
	font-size: 0.9em; 
}

ul.columns.fourcol { 
	columns: 4;
	font-size: 0.9em; 
}

@media screen and (max-width: 1200px) { 
	ul.columns.fourcol { columns: 3; }
}

@media screen and (max-width: 1000px) { 
	ul.columns.fourcol { columns: 2; }
}

@media screen and (max-width: 800px) { 
	ul.columns.threecol { columns: 2; }
	ul.columns.fourcol  { columns: 2; }
}

@media screen and (max-width: 500px) { 
	ul.columns.twocol   { columns: 1; }
	ul.columns.threecol { columns: 1; }
	ul.columns.fourcol  { columns: 1; }
}



/* Bulleted list for logos on Grantee Requirements page */

ul.downlogos {  
	list-style: none;
	margin: 2em 0 1em 0; padding: 0;
}

#content ul.downlogos > li { 
	display: inline-block;
	width: 20%; 
	margin: 0 4% 0 0;
	vertical-align: top; 
}
@media screen and (max-width: 992px) { 
	#content ul.downlogos > li { width: 45%; margin: 0 4% 2em 0; }
}
@media screen and (max-width: 600px) { 
	#content ul.downlogos > li { width: 100%; margin: 0 0 2em 0; }
}

#content ul.downlogos li img { 
	height: auto;
	max-height: 5em;
	margin-bottom: 0.4em;
}

ul.downlogos ul { 
	list-style: none;
	margin: 0; padding: 0;
}



/* Special boxes (e.g. Donors page) */

div.specialbox { 
	border: 3px solid #439539; 
	border-radius: 0.4em; 
	margin: 2em 0;
	padding: 0 1em 0.5em 1em;
}

div.specialbox.red { 
	border-color: #ef4136;
	background-color: rgba(239,65,54,0.2);
	margin: 1em 1.5em;
}

div.specialbox h2 { 
	font-variant: small-caps;
	font-size: 2em!important; 
	letter-spacing: 0.05em;
	background: #439539;
	margin: 0 -0.6em 0.5em -0.6em;
	padding: 0.2em 0.4em 0.4em 0.4em;
	border-radius: 0.2em 0.2em 0 0;
	color: white!important;
}

div.specialbox.friends { border-color: #0069aa; }
div.specialbox.friends h2 { background-color: #0069aa; }

div.specialbox.bright { border-color: #167884; }
div.specialbox.bright h2 { background-color: #167884; }

div.specialbox.bequests { border-color: #2D865F; }
div.specialbox.bequests h2 { background-color: #2D865F; }

div.specialbox.legacy { padding-bottom: 1em; }

div.specialbox h3 { 
    font-weight: bold; 
    font-size: 1.1em;
}
div.specialbox h4 { margin-top: 1em; }

div.specialbox ul { margin-bottom: 0.5em; }



/* In-page navigation (e.g. top of Donors page) */ 

#content ul.pagenav { 
	list-style: none;
	margin: 2em 0; 
	padding: 0;
	font-size: 0.8em;
}

#content ul.pagenav li { 
	display: inline-block; 
	margin: 0 0.8em 1.7em 0;
}

#content ul.pagenav li a { 
	text-decoration: none;
	border: 1px solid #337ab7; 
	border-radius: 2em;
	padding: 0.3em 0.7em 0.4em 0.7em;
}

#content ul.pagenav li a:hover { 
	border-color: #439539;
}




/* Pagination */

div.pagination { 
	border-top: 1px solid #0069aa; 
	border-radius: 0; 
	padding-top: 1em; 
}

div.pagination ul { padding: 0; } 
div.pagination ul li { margin: 0 0.3em 1em 0; }

div.pagination ul li span,
div.pagination ul li a { 
	padding: 0.3em 0.6em;
	border-radius: 0.3em;
	font-weight: bold;
	font-size: 1.1em;
}

div.pagination ul li span { background: #e9e9e9; }
div.pagination ul li a { 
	color: #0069aa; 
	background: #deeff8; 
}
div.pagination ul li a:hover { 
	text-decoration: none; 
	background: #0069aa; 
	color: white; 
}





/* Unordered list with two side-by-side boxes (e.g. printable forms on Join/Renew/Donate) */

ul.twoboxes { 
	list-style-type: none;
	margin: 0; padding: 0; 
	columns: 2;
}
@media screen and (max-width: 800px) { 
	ul.twoboxes { columns: 1; }
}

ul.twoboxes li { 
	vertical-align: top;
	padding: 0em 1em 1em 0;
	box-sizing: border-box;
	/*display: inline-block;*/
	display: table;
}

ul.twoboxes li img { 
	height: 10em; width: auto;
	border: 1px solid #ccc;
	float: left; 
}

ul.twoboxes li h4 { 
    font-weight: bold;
    font-size: 1.1em!important;
    margin-top: 0; 
	  margin-bottom: 1em;
}




/* Songs that Speak (videos in two columns) */

/* most recent post */
div.blog.songsthatspeak div.items-leading div.leading-0 { 
	clear: both;
	margin-top: 0;
}

ul.songsthatspeak { 
	margin: 0 0 1em 0;
	padding: 0; 
	list-style: none;
	box-sizing: border-box;
	clear: both!important;
}

ul.songsthatspeak li { 
	width: 47%;
	display: inline-block;
	vertical-align: top;
	xborder: 2px solid orange;
	margin: 0 5% 0 0;
	box-sizing: border-box;
}
ul.songsthatspeak li:nth-of-type(even) { 
	margin-right: 0;
	xborder-color: yellow;
}
@media screen and (max-width: 1000px) { 
	ul.songsthatspeak li { 
		width: 100%; 
		margin: 0 0 1em 0;
	}
}

ul.songsthatspeak li h4 { 
	font-weight: bold;
}















/* ---------------- RESOURCE PORTAL ---------------- */

/* Make green Resource Portal page headers smaller */ 
#main.parentid-2223 div.page-header h1 { font-size: 1.7em; }



/* Main portal menu */ 
#above-content div.portalsidebar div.module-content div > ul.menu { 
	margin: 1em 0; 
	padding: 0; 
	border-radius: 0.5em; 
	position: relative; 
	z-index: 1; 
}


/* Resource Portal link */ 
#above-content div.portalsidebar ul.portalmenu > li.parent > a { 
	padding: 0.5em 0.6em; 
	font-weight: bold; 
	font-size: 1.2em; 
	display: block; 
	top: 2px;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-radius: 0.3em 0.3em 0 0;
	margin: 0!important;
	min-height: 2.3em;
}
div.portalsidebar ul.portalmenu li.parent.current > a { 
	background: rgba(185,215,230,0.5); 
	border: 1px solid #84AFD4;
}

/* Submenu */ 
#above-content div.portalsidebar ul.portalmenu li.parent ul { 
	border: 1px solid #d4d4d4; 
	display: table;
	padding: 0 0.5em 0.2em 0.5em;
	list-style-type: none;
	font-size: 0.9em;
	clear: both;
}

/* List items in submenu */ 
#above-content div.portalsidebar ul.portalmenu li.parent ul li { 
	display: inline-block; 
}

/* Hide the Events, CDSS News, Submit a Resource, and Suggest an Update links */ 
#above-content div.portalsidebar ul.portalmenu li.item-181,
#above-content div.portalsidebar ul.portalmenu li.item-195,
#above-content div.portalsidebar ul.nav.menu.portalmenu li.item-2028,
#above-content div.portalsidebar ul.nav.menu.portalmenu li.item-2446 { display: none; }


/* Links in submenu */ 
#above-content div.portalsidebar ul.portalmenu li.parent ul a { 
	border-color: #d4d4d4; 
	margin: 0.5em 0.5em 0 0!important; 
}


/* Links when on current page or hovered */ 
div.portalsidebar ul.portalmenu li.current > a,
div.portalsidebar ul.portalmenu a:hover { 
	background: rgba(185,215,230,0.5); 
	text-decoration: none; 
}

div.portalsidebar ul.portalmenu li.current > a { border: 1px solid #84AFD4!important; }


/* Div containing suggestion buttons */ 
div.portalsidebar div.custom div.custom { 
	float: right;
	margin: 0.8em 1.8em 0 0;
	position: relative;
	z-index: 10;
	text-align: right;
}
div.portalsidebar div.custom div.custom p { 
	margin: 0; padding: 0; 
}
@media screen and (max-width: 600px) { 
	div.portalsidebar div.custom div.custom { 
		float: none;
		max-width: 100%; 
		margin: 1em 1em 0 1.5em;
		text-align: center;
	}
}

/* Suggestion buttons */ 
div.portalsidebar a.buttonsmaller { 
	text-align: center; 
	display: inline-block;
	background: white;
	border: 1px solid #0069aa;
	color: #0069aa;
	padding: 0.3em 0.8em 0.4em 0.8em;
	margin: 0 0 0.5em 1em;
}
div.portalsidebar a.buttonsmaller:hover { background: #0069aa; }
@media screen and (max-width: 1000px) { 
	div.portalsidebar a.buttonsmaller { 
		width: auto; 
	} 
}
@media screen and (max-width: 600px) { 
	div.portalsidebar a.buttonsmaller { 
		display: inline-block; 
		width: auto; 
		margin: 0 0.5%;
		width: 49%;
	} 
}


div.portalsidebar a.buttonsmaller:first-child { 
	border-color: #439539; 
	color: #439539; 
	margin-left: 0;
}
div.portalsidebar a.buttonsmaller:first-child:hover { background: #439539; }




/* Notice about in-person events during COVID-19 */

div.inperson-covid p { 
	border: 1px solid #ffcd2b;
	border-radius: 0.2em;
	background: rgba(255,205,43,0.1);
	padding: 0.3em 0.7em 0.5em 0.7em;
}




/* Resource Portal submission forms */ 

/* hide extra space between file upload boxes */ 
fieldset#rsform_42_page_0 div.rsform-block-upload-2 label,
fieldset#rsform_42_page_0 div.rsform-block-upload-3 label,
fieldset#rsform_42_page_0 div.rsform-block-upload-4 label,
fieldset#rsform_42_page_0 div.rsform-block-upload-5 label { display: none; }










/* Random image in right column on main Resource Portal page */ 

div.moduletable.randomimage.portal { 
	width: 40%; height: auto; 
	margin: 1em 0 2em 2em; 
	float: right;
}
div.moduletable.randomimage.portal img { 
	width: 100%; 
	height: auto; 
}

@media screen and (max-width: 995px) { 
	div.moduletable.randomimage.portal { display: none; }
}




/* NEW SEARCH MODULE (2020) */

ul.breadcrumb { padding-right: 35%; }
div.module.searchbox { 
	float: right; 
	width: 31%;
	text-align: right;
	padding: 0.2em 0 0 0;
}
@media screen and (max-width: 990px) { 
	ul.breadcrumb { padding-right: 50%; }
	div.module.searchbox { width: 45%; }
}
@media screen and (max-width: 700px) { 
	ul.breadcrumb { padding-right: 0; }
	div.module.searchbox { 
		float: none; 
		width: 100%; 
		text-align: center; 
	}
}

aside.sidebar-right div.module.searchbox { 
	margin: -1.5em 0 1em 0; 
	display: none;
}

div.module.searchbox div.search-module.searchbox { padding: 0; }

div.module.searchbox input { 
	box-sizing: border-box;
	padding: 0 0.5em!important; 
}

div.module.searchbox button { 
	background: #d99328; 
	color: white; 
	border: none; 
	border-radius: 0; 
	text-shadow: none; 
	font-size: 1em;
	margin: 0 0 0.4em 2%;
	padding: 0.3em 0.6em 0.5em 0.6em;
	line-height: 100%;
	box-sizing: border-box;
}

/* Search results */ 

#content-area div.search { display: table; }

dl.search-results dt { font-size: 1.3em; margin-top: 1em; }
dl.search-results span.highlight { 
	display: inline; 
	border: none; 
	background: transparent; 
	padding: 0; 
	font-weight: bold; 
}



/* --------- OFFICE STAFF PAGE (2020) --------- */

/* Two columns at top of page */ 
div.twocol { 
	columns: 2; 
	column-gap: 3em; 
}
@media screen and (max-width: 600px) { 
	div.twocol { columns: 1; }
}

/* divides content of two columns */
div.twocol > div { display: table; break-inside: avoid; }







/* Staff bios on Office Staff page */

dl.staff { 
    border-top: 1px solid #c2c2c2; 
    margin: 0 0 3em 0;
	  padding-top: 2em;
	  clear: left; 
}
dl.staff:first-of-type { border-top: none; }

dl.staff dt, 
dl.staff dd { 
	vertical-align: top; 
}

/* Name, title, contact info */
dl.staff dt { 
	width: 30%; 
	max-width: 250px;
	margin: 0 5% 3em 0; 
	float: left;
	clear: left;
	text-align: center;
}
@media screen and (max-width: 700px) { 
	dl.staff dt { 
		width: 100%; 
		float: none; 
		margin: 0;
		text-align: left;
	}
}

/* name */ 
#content-area div.item-page dl.staff dt h3 { 
	border: none; 
	margin: 0; 
	padding: 0; 
	color: #439539!important;
	font-size: 1.8em!important;
}

/* photo */
dl.staff dt h3 img { 
	width: 100%; height: auto;
	border-radius: 50%; 
	border: 10px solid #0069aa;
	display: block;
	margin: 0 0 0.5em 0;
}
@media screen and (max-width: 700px) { 
	dl.staff dt h3 img { 
		width: 40%; 
		max-width: 200px;
		float: left;
		margin: 0 1.5em 1em 0;
	}
}

/* job title */ 
#content-area div.item-page dl.staff dt h4 { 
	color: #0069aa; 
	margin: 0.2em 0; padding: 0; 
	line-height: 120%;
	font-weight: normal!important; 
	font-style: italic; 
	font-size: 1.5em; 
	letter-spacing: -0.03em;
}
@media screen and (max-width: 700px) { 
	#content-area div.item-page dl.staff dt h4 { clear: none; }
}

/* email and phone links */ 
dl.staff dt a {  
	display: inline-block;
	text-decoration: underline;
	margin: 0.5em 1em;
	padding-left: 1.8em;
	height: 1.4em;
	background-image: url('/images/about/staff/phone.png');
	background-size: auto 1.3em;
	background-position: left center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 700px) { 
	dl.staff dt a { margin: 0 2em 1em 0; }
}

dl.staff dt a.email { 
	background-image: url('/images/about/staff/email.png');
}





/* ------- Legacy of Joy Society -------- */


/* Meet Our Society Members (featured member box on main LoJ page) */

div.module.featuredmember { 
	border: 5px solid #0068a9; 
	border-radius: 1em; 
}

/* 'Meet Our Society Members' title */
div.module.featuredmember div.headline h2 { 
	color: white; 
	background: #0068a9; 
	font-weight: bold;
	font-size: 1.5em;
	margin: -0.1em 0 1em 0;
	padding: 0.5em 0.5em 0.6em 0.5em;
	border-radius: 0.5em 0.5em 0 0;
	text-transform: uppercase;
	letter-spacing: 0.1em; 
}

/* Picture area */
div.module.featuredmember div.newshead.picturetype { 
	width: 220px;
	margin: 0 2em 0 1em!important;
}

/* Picture */ 
div.module.featuredmember div.picture,
div.module.featuredmember div.picture div.innerpicture img { 
	width: 100%!important; 
	max-width: 100%!important;
	height: auto!important;
	min-height: 220px;
	overflow: visible;
}


/* Member names */ 

div.module.featuredmember div.news div.innernews { border: none; }

div.module.featuredmember div.innernews div.newsinfo { vertical-align: top;  }

div.module.featuredmember h4.newstitle,
div.module.featuredmember h4.newstitle a { 
	padding: 0!important; 
	color: #359d3e; 
	font-size: 1.6em;
}
div.module.featuredmember h4.newstitle { margin-bottom: 0.5em; }

div.module.featuredmember div.newsintro { 
	color: white;
}

div.module.featuredmember div.newsintro p { display: none; }
div.module.featuredmember div.newsintro p:nth-child(2) { 
	color: black; 
	display: block; 
	margin: 0; padding: 0; 
}


/* Read more */ 
div.module.featuredmember p.linkright { 
	margin: 0; 
	min-height: 2.5em;
}

div.module.featuredmember p.linkright a { display: block; }

div.module.featuredmember p.linkright a span { 
	color: white;
	background: #359d3e; 
	font-weight: bold;
  font-style: normal;
	text-transform: uppercase; 
	letter-spacing: 0.1em; 
	padding: 0.6em 1em;
	border-radius: 0.2em; 
	display: inline-block;
	margin: 0;
	text-align: center; 
}


/* LoJS logo in page title */
#content img.nofloat.legacy { 
	width: 100%!important;
	max-width: 320px!important; 
	display: inline-block; 
	margin: -0.15em 0.3em 0 0; 
}

/* Most recent member story */ 
div.moduletable.latestmember { margin: 2em 0; }

#content div.moduletable.latestmember h4.newstitle { 
	background: #0068a9; 
	color: white; 
	font-weight: normal!important;
	font-style: italic;
	font-size: 1.8em; 
	margin: 0 0 1em 0; 
	padding: 0.2em 0.4em; 
}

#content div.moduletable.latestmember p { margin: 0 0 1em 0;}

/* More Member Stories title */ 
#content div.module.morestories h2 { 
	font-size: 1.8em; 
	margin: 0 0 1em 0;
	font-weight: bold; 
	color: #359D3E;
}

/* Make 'more stories' into two columns */
@media screen and (min-width: 600px) { 
	div.module.morestories div.lnee.newslist ul.latestnews-items { columns: 2; }
}

/* Each list item */
div.lnee.newslist li.latestnews-item { 	
	margin-right: 2em!important;
	min-height: 4.7em!important; 
	width: 95%!important; 
}

/* Container inside list item */
div.lnee.newslist div.innernews { 
	padding-bottom: 0.7em!important;
	padding-top: 0!important;
	border-bottom: 1px solid #439539; 
	display: table;
	width: 100%;
}


/* Name(s) */
div.lnee.newslist div.newsinfo { 
	width: 100%; 
	vertical-align: middle; 
	display: table-cell; 
}

/* Picture area */ 
div.lnee.newslist div.newshead { 
  width: 50px;
	display: table-cell; 
	vertical-align: middle; 
	margin: 0!important; 
}

/* Link text */
div.lnee.newslist div.newsinfo a { 
	/* font-family: "Libre Baskerville", serif; */ 
	font-style: italic; 
	font-weight: normal;
	font-size: 1.2em;
	line-height: 130%; 
	text-decoration: none;
	display: block;
	padding: 0 1em;
}
div.lnee.newslist div.newsinfo a.inline { 
   font-family: 'gill-sans-nova', Helvetica, Arial, sans-serif; 
   font-style: normal;
   display: inline; 
   font-size: 1em;
   text-decoration: underline;
   padding: 0;
}



/* Legacy of Joy Society menu in right column */ 

/* Hide unnecessary links */ 
div.module.legacymenu div.module-content > ul.nav.menu > li:nth-child(1),
div.module.legacymenu div.module-content > ul.nav.menu > li:nth-child(2),
div.module.legacymenu div.module-content > ul.nav.menu > li:nth-child(3),
div.module.legacymenu div.module-content > ul.nav.menu > li:nth-child(4),
div.module.legacymenu div.module-content > ul.nav.menu > li:nth-child(6) { display: none; }


div.module.legacymenu div.module-content ul.nav.menu li a { 
	text-align: center; 
	font-size: 1.3em!important;
	color: white;
	border-radius: 0.5em; 
	margin: 0 0 0.7em 0;
	padding: 0.5em 1em; 
	background: gray;
	display: block;
}

/* Main Legacy of Joy link */ 
div.module.legacymenu div.module-content ul.nav.menu > li:nth-of-type(5) > a { background: #359d3e; }

/* Request to Join */
div.module.legacymenu div.module-content ul.nav.menu > li:nth-of-type(5) li:nth-child(1) a { background: #289059; }

/* Expression of Interest */
div.module.legacymenu div.module-content ul.nav.menu > li:nth-of-type(5) li:nth-child(2) a { background: #1B8374; }

/* FAQ */
div.module.legacymenu div.module-content ul.nav.menu > li:nth-of-type(5) li:nth-child(3) a { background: #0D768F; }

/* Member Stories */
div.module.legacymenu div.module-content ul.nav.menu > li:nth-of-type(5) li:nth-child(4) a { background: #0069aa; }

/* Legacy of Joy Society logo image in right menu */
div.module.legacymenu div.module-content ul.nav.menu li a img { 
	display: block;
	margin: 0 auto;
	height: 1.8em!important;
	max-height: 1.8em!important;
	max-width: 100%; 
}



/* Sidebar within article content */

.sidebarincontent { 
	border: 4px solid #0069aa;
	border-left: none;
	border-right: none;
	background: rgba(185,215,230,0.2);
	width: 45%; 
	box-sizing: border-box;
	float: right;
	margin: 1em 0 2em 2em; 
	padding: 1em; 
}
@media screen and (max-width: 768px) { 
    .sidebarincontent { 
		float: none;
		width: 100%; 
		margin: 2em 0;
	}
}

.sidebarincontent h3 { margin-top: 0; }





/* Homepage banner (e.g. CDSS Responds to COVID-19) */ 

div.module.homebanner { 
	border: 2px solid #439539; 
	margin: 1em 0;
	padding: 0;
	border-radius: 0.2em;
}

#content div.module.homebanner h3 { 
	background: #439539; 
	color: white!important; 
	font-weight: bold; 
	margin: 0 0 0.6em 0; 
	padding: 0.2em 0.5em 0.5em 0.5em;
	text-align: center;
	font-size: 1.5em;
}

#content div.module.homebanner p a.button.buttonsmaller { 
	font-size: 1.2em!important;
	margin: 0; 
	padding: 0.6em 0.6em 0.7em 0.6em; 
	background: white; 
	color: #439539; 
	border: 3px solid #439539;
}


/* div.module.homebanner ul.nav.menu.covid19 li { 
	font-weight: bold;
	line-height: 100%;
}*/

/* Hide submenus */ 
/* div.module.homebanner ul.nav.menu.covid19 li ul { display: none; }*/



/* div.module.homebanner div.threebuttons { 
	margin: 1em; 
	padding: 0; 
	list-style: none; 
	display: flex;
	align-items: center;
	justify-content: space-between;
}

div.module.homebanner div.threebuttons a { 
	flex-basis: 23%;
	width: 100%;
	background: #0069aa;
	color: white; 
	margin: 0 1em; 
	padding: 0.8em 1.5em;
	text-align: center;
	border-radius: 0.2em;
}

div.module.homebanner div.threebuttons a:first-child { 
	flex-basis: 50%; 
	background: #439539; 
}
div.module.homebanner div.threebuttons a:last-child { background: #8667C0; }
*/

div.module.homebanner p { margin: 0 1em 1em 1em; }

@media screen and (max-width: 600px) { 
	/* div.module.homebanner div.threebuttons { 
		flex-wrap: wrap; 
	}
	div.module.homebanner div.threebuttons a { 
		flex-basis: 100%!important;
		margin: 0 0 1em 0; 
	}*/
}




/* Freelancer listing/blog on COVID-19 page */

/* Description at top */ 
#content #content-area div.blog div.category-desc { /* display: table; */ }

/* First post */
#content #content-area div.blog div.items-leading.clearfix div.leading-0 { /* display: table;*/  }

/* Each listing/blog post */
div.freelancers div.items-leading > div { 
	border-top: 2px solid #1A5180;
	margin: 1em 0;
	padding-bottom: 0.5em;
	clear: left;
}

div.freelancers img { 
	float: left; 
	width: 250px!important; 
	max-width: 30%!important;
	margin: 0 1.5em 1em 0!important;
}

div.freelancers h2 { 
	margin-bottom: 0; 
}

div.freelancers a.button,
a.x_button { 
	background: white;
	color: #439539;
	border-radius: 0.5em;
	padding: 0.2em 0.6em;
	border: 2px solid #439539;
	margin: 0.4em 0;
	font-size: 0.95em!important;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}
div.freelancers a.button:hover,
a.x_button:hover { 
	background: #439539;
	color: white;
	text-decoration: none;
}





/* ---------------- PAYMENT FORM (CDSS News ad reservation form) --------------- */

/* Fixes issue with page width (conflict with Bootstrap) */
.container { width: 1168px!important; }

#pmform-form,
#payment-complete-page { margin: 0; }

#pmform-form h1 { display: none; }
#payment-complete-page h1 { 
  /* font-family: "Libre Baskerville", serif; */
	font-weight: bold;
	color: #439539;
	font-size: 2.1em;
}


#pmform-form h3 { 
	font-size: 1.3em; 
	font-weight: bold; 
	color: #0069aa; 
}

#pmform-form input,
#pmform-form textarea { 
	font-family: 'gill-sans-nova', Helvetica, Arial, sans-serif;  
	width: 100%;
}

#pmform-form textarea { 
	font-size: 1em; 
	line-height: 140%;
}

#pmform-form div.controls { 	
	margin: 0; 
	width: 100%; 
	max-width: 400px;
}

/* Radio buttons */ 

#pmform-form div.control-group div.controls
fieldset.pf-radio-container { 
	clear: both; 
	margin: 0 0 0 1.5em;
}

#pmform-form div.control-group div.controls label input { 
	width: 1em; 
}


#pmform-form .control-label { width: 100%; }

#pmform-form label { 
	padding: 0.2em 0 0 0; 
}

#pmform-form fieldset { 
	border: none; 
	margin: 0; padding: 0; 
}

div.form-actions { 
	border: none; 
	background: transparent; 
	margin: 0; 
	padding: 0!important;
}

#pmform-form fieldset ul { margin: 0; padding: 0; }
#pmform-form fieldset ul li { margin: 0; padding: 0; }



/* Submit/continue buttons */ 
#pmform-form input.btn,
div.form-actions input.button { 
  font-size: 1em; 
	padding: 0.5em 1em;
	text-shadow: none;
	font-weight: bold;
	width: auto;
	margin: 2em 0.5em 0 0!important;
	background: gray;
}
#pmform-form input.btn:last-child,
div.form-actions input.button:last-child,
input#btn-submit.btn.btn-primary { background: #0069aa; }





/* Pop-ups (e.g., bios on Governing Board page) */

div#jcemediabox-popup-ajax div.wrapper { padding: 0 1em; }

a#jcemediabox-popup-closelink { 
	background-color: #ef4136; 
	margin: 0 5em 0 0; 
	display: block;
}
a#jcemediabox-popup-closelink:after { 
	content: 'Close'; 
	font-weight: bold; 
	font-size: 1.3em; 
	position: relative;
	top: -0.1em;
	line-height: 100%;
	margin: 0 1em 0 1.2em;
}



/* Responsive header (August 2020) */ 

div.responsiveheader { 
	background: #0069aa; 
  padding: 0.5em 1em 0.8em 1em;
	position: relative;
	background-image: url(/images/cdss-header-logo-test.png); 
	background-repeat: no-repeat;
	background-size: 16% auto;
	background-position: 1em 1.1em; 
}

a.responsiveheader { text-decoration: none; }

div.responsiveheader h1, 
div.responsiveheader p { margin: 0; }

div.responsiveheader h1 { 
	font-weight: 600;
	color: white;
	padding: 0 0 0.2em 19%;
	letter-spacing: -0.02em;
	line-height: 100%; 
}

div.responsiveheader p { 
	color: #b2d2e5;
	font-size: 0.96em;
	font-style: italic;
  padding: 0 0 0.2em 19.2%;
	line-height: 120%; 
}

@media screen and (max-width: 650px) { 
	div.responsiveheader { 
		background-size: 20% auto;
		background-position: 3% 1.4em; 
	}
	div.responsiveheader h1 { 
		font-size: 1.4em; 
		padding-top: 0.4em; 
		padding-left: 24%;
	}
	div.responsiveheader p { 
		padding-left: 24.5%; 
		font-size: 0.9em;
	}
}

@media screen and (max-width: 500px) { 
	div.responsiveheader { 
		background-size: auto 1.8em;
		background-position: center 1em;
		padding-top: 3.2em;
	}
	div.responsiveheader h1 { 
		font-size: 1.3em; 
		padding: 0 0 0.3em 0;
		text-align: center;
	}
	div.responsiveheader p { 
		padding: 0.3em 0; 
		text-align: center; 
	}
}




/* Online camp schedules on homepage */ 

#content div.onlinecamp { 
	border: 4px solid #842368; 
	border-radius: 1em; 
	margin: 1em 0 2em 0;
	padding: 0.5em 1em; 
}

div.onlinecamp h2 { 
	text-align: center;
	font-weight: 600; 
	font-size: 2.2em;
	width: auto;
	display: table;
	margin: 0 auto 0.5em auto;
	padding: 0;
	color: #842368;
	text-transform: uppercase;
	line-height: 100%; 
}
div.onlinecamp h2 strong { 
	font-weight: 800; 
	letter-spacing: 0.13em;
}

#content div.onlinecamp h2 img.left.smallest { 
	display: inline-block; 
	width: auto; 
	height: 1.8em;
	max-width: 100%!important; 
	margin: 0.15em 0.5em 0 0!important;
}
@media screen and (max-width: 700px) { 
	#content div.onlinecamp h2 img.left.smallest { 
		float: left!important;
	}
}

#content div.onlinecamp h4 { /* Tagline */
	color: #842368;
	text-align: center; 
	font-weight: bold;
}

#content div.onlinecamp h3 { /* Date */ 
	color: #ef4136;
	font-weight: 800;
	text-align: center;
	font-size: 2em; 
}

#content div.onlinecamp ul { 
	list-style: none;
	margin: 0; padding: 0; 
}

#content div.onlinecamp ul li { 
	background: gray;
	border-radius: 0.5em;
	padding: 0.5em; 
	margin-bottom: 0.5em; 
	color: white;
}

#content div.onlinecamp ul li.spice { background-color: #53c3c0; }
#content div.onlinecamp ul li.cascade { background-color: #f7941e; }
#content div.onlinecamp ul li.american { background-color: #ef4136; }

#content div.onlinecamp ul li.double,
#content div.onlinecamp ul li.triple { 
	background-size: auto 100%;
	background-repeat: repeat-x;
}

#content div.onlinecamp ul li.double { 
	background-image: url(/images/logos/camp-spice-cascade.png); 
}

#content div.onlinecamp ul li.triple { 
	background-image: url(/images/logos/camp-spice-cascade-american.png); 
}


#content div.onlinecamp ul li span { 
	display: inline-block;
	vertical-align: middle;
}

#content div.onlinecamp ul li span.camp { 
	min-width: 17%; 
	font-weight: bold; 
	text-align: 
}

#content div.onlinecamp ul li span.time { 
	min-width: 13%;
}
#content div.onlinecamp ul li span.details { }

@media screen and (max-width: 600px) { 
	#content div.onlinecamp ul li span { 
	display: block;
		min-width: 100%;
	} 
}

#content div.onlinecamp li a { 
    color: white!important; 
    text-decoration: underline; 
}

#content div.onlinecamp p { 
	font-size: 1.2em; 
	text-align: center; 
}






/* ---------- New footer menu (Dec 2020) ---------------- */

#footer div.footermenu { 
	margin: 0 0.5em 0.5em 0.5em; 
	font-size: 0.9em;
}

/* Link text */ 
#footer ul.nav.menu a { color: white; }
#footer ul.nav.menu a:hover { background: transparent; }
#footer ul.nav.menu > li ul a { font-weight: normal!important; }

/* All unordered lists in menu */
#footer ul { list-style: none; padding: 0; }

/* Menu links and aliases */
#footer ul.nav.menu > li.divider.deeper.parent > span.separator,
#footer ul.nav.menu > li > a { 
	padding: 0; 
	font-size: 1em!important; 
}

/* Number of columns */
#footer ul.nav.menu { columns: 6; }
@media screen and (max-width: 1100px) { #footer ul.nav.menu { columns: 5; } }
@media screen and (max-width: 1000px) { #footer ul.nav.menu { columns: 4; } }
@media screen and (max-width: 700px) { #footer ul.nav.menu { columns: 3; } }
@media screen and (max-width: 600px) { #footer ul.nav.menu { display: none; } }

/* Top-level menu items */ 
#footer ul.nav.menu > li { 
	font-weight: bold; 
	margin: 0 0 0.8em 0!important;
	display: inline-block;
}

/* Menu items with submenus (hold together as a block) */ 
#footer ul.nav.menu > li.parent { 
    display: table; 
    break-inside: avoid;
 }


/* Donate, Store, Log In */ 
#footer ul.nav.menu > li.item-177,
#footer ul.nav.menu > li.item-1993
/*#footer ul.nav.menu > li.item-1582 */ { 
	margin-right: 1.2em!important; 
}


/* Hide submenu items by default */ 
#footer ul.nav.menu > li li { display: none; }

/* Show important submenu items */ 
#footer ul.nav.menu > li li.item-207,
#footer ul.nav.menu > li li.item-218,
#footer ul.nav.menu > li li.item-237, 
#footer ul.nav.menu > li li.item-243, 
#footer ul.nav.menu > li li.item-2223, 
#footer ul.nav.menu > li li.item-2802, 
#footer ul.nav.menu > li li.item-2500, 
#footer ul.nav.menu > li li.item-1134, 
#footer ul.nav.menu > li li.item-257, 
#footer ul.nav.menu > li li.item-2592, 
#footer ul.nav.menu > li li.item-124, 
#footer ul.nav.menu > li li.item-262, 
#footer ul.nav.menu > li li.item-765, 
#footer ul.nav.menu > li li.item-128, 
#footer ul.nav.menu > li li.item-129, 
#footer ul.nav.menu > li li.item-1952, 
#footer ul.nav.menu > li li.item-1990, 
#footer ul.nav.menu > li li.item-1992, 
#footer ul.nav.menu > li li.item-1993, 
#footer ul.nav.menu > li li.item-2904, 
#footer ul.nav.menu > li li.item-1972 { display: block; }

/* Legacy of Joy image */ 
#footer ul.nav.menu > li li.item-1972 img { 
	width: 100%; 
	max-width: 180px; 
}




/* ---------- New footer contact info/social media (Dec 2020) ------------ */

#footer div.contact { 
	margin: 0 0 1em 0; 
	padding: 1em 0;
	border-bottom: 1px solid white; 
	color: white;  
}

#footer a { color: white; }

#footer div.contact p { 
	xborder: 2px dotted white; 
	display: inline-block;
	margin: 0; padding: 0; 
	vertical-align: bottom;
}

#footer div.contact p.logo { 
	width: 15.67%;
	line-height: 110%; 
	margin-right: 1%;
}

#footer div.contact p.logo strong { 
		font-weight: 600;
}

#footer div.contact p.logo img { 
	float: left;
	margin: 0em 0.5em 0 0; 
	width: 25%;
	max-width: 3em;
} 

#footer div.contact p.contact { 
	width: 65.67%;
	margin-right: 1%;
	line-height: 130%; 
}

#footer div.contact p.social { 
  width: 15.67%;
}

#footer div.contact p.social img { 
	width: 18%; 
	max-width: 2.5em;
	height: auto;
	margin: 0 5% 0 0;
}

@media screen and (max-width: 1100px) { 
	#footer div.contact p.logo,
	#footer div.contact p.social { width: 19%; }
	#footer div.contact p.contact { width: 59%; }
}

@media screen and (max-width: 1000px) { 
	#footer div.contact p.logo,
	#footer div.contact p.social { width: 24%; }
	#footer div.contact p.contact { width: 48%; margin-right: 1.6%; }
}

@media screen and (max-width: 700px) { 
	#footer div.contact p.logo,
	#footer div.contact p.contact,
	#footer div.contact p.social { margin: 0 0 1em 0;	}
	#footer div.contact p.logo { display: block; width: 100%; }
		#footer div.contact p.logo img { 
			display: inline-block; 
			float: none; 
			vertical-align: bottom;
			max-width: 2.5em;
	}
	  #footer div.contact p.logo br { display: none; }
	#footer div.contact p.contact { width: 66.67%; }
	#footer div.contact p.social { width: 32%; text-align: right; }
	#footer div.contact p.social a:last-child img { margin-right: 0; }
}

@media screen and (max-width: 600px) { 
	#footer div.contact { 
		border-bottom: none; 
		margin-bottom: 0;
		padding-bottom: 0; 
	}
	#footer div.contact p.logo,
	#footer div.contact p.contact,
	#footer div.contact p.social { 
		display: block;
		width: 100%; 
		margin: 0 0 1em 0; 
		text-align: center;
	}
	#footer div.contact p.logo img { 
		vertical-align: middle; 
	}
}






/* New homepage layout, January 2021 */

/* main content area */ 
div.container div.row #content  { width: 100%; }

/* right sidebar */
div.container div.row aside.sidebar-right.col-md-4 { 
	float: right; 
	margin: 0 0 2em 2em;
	padding: 0;
	width: 33%;
	box-sizing: border-box;
}


/* Donation button */ 
#content aside.sidebar-right div.donate { 
		width: 99%; 
  }

/* Colored boxes/buttons in sidebar */ 
.sidebar-right div.sidebarbuttons ul li { 
	margin: 0 2% 0.8em 0; 
	width: 48%; 
	display: inline-block;
}
.sidebar-right div.sidebarbuttons ul li:nth-of-type(even) { 
	margin-right: 0; 
}

/* COVID-19 and Anti-racism buttons in sidebar */

div.module.widebuttons li { 
	margin: 0;  
	font-size: 0.65em;
	vertical-align: top;
}

div.module.widebuttons li a { 
	display: block;
	margin: 0 0 0.8em 0;
	padding: 0.5em;
	background: #0069aa;
	color: white;
	line-height: 150%;
}

div.module.widebuttons li.camp a { 
	background: #439539; 
	padding: 0.5em 0; 
}
div.module.widebuttons li.antiracism a { background: #d99328; }

div.module.widebuttons li img { 
	float: left; 
	width: 15%; height: auto;
	margin: 0 3% 0 0; 
}

div.module.widebuttons li.camp img { 
	float: none;
	display: block;
	width: 100%; 
}

div.module.widebuttons a::after { /* clear float after image */ 
	display: block; 
	content: "";
	clear: left; 
}

/* slideshow */ 
div.row #content #above-content div.module.slideshow { 
	max-width: 64%; 
}
div.row #content #above-content div.module.slideshow div { 
	clear: none!important; 
}

/* CDSS Responds to COVID-19 */
div.row #content #above-content div.module.homebanner { display: table; }

/* Mass Cultural Council */
div.row #content #above-content div.module.mcc { 
	max-width: 64%; 
	display: table; 
}
div.row #content #above-content div.module.mcc img.smallest { 
	max-width: 150px!important;
}


/* Homepage styles below 992px */
@media screen and (max-width: 992px) { 
	#content { 
		display: flex; 
		flex-direction: column;
		flex-wrap: wrap;
	}
	#content #above-content { order: 1; }
	/* slideshow */ 
  div.row #content #above-content div.module.slideshow { 
	  max-width: 100%;
  }
	/* Mass Cultural Council */
  div.row #content #above-content div.module.mcc { max-width: 100%; }
	#content #below-content { order: 2; }
	#content aside.sidebar-right { 
		order: 3; 
		margin: 0;
		width: 100%;
		flex-basis: 100%;
	}
	#content aside.sidebar-right div.donate { 
		width: 45.5%; 
		margin: 0 2%; 
		float: left; 
  }
	#content aside.sidebar-right div.sidebarbuttons { margin: 0 2%; }
	#content aside.sidebar-right div.sidebarbuttons ul { 
		width: 48%;
		margin: 0 0 0 52%;
	}
	#content aside.sidebar-right div.sidebarbuttons ul li { 
		width: 45%;
		margin: 0 8% 1em 0;
	}
	#content aside.sidebar-right div.sidebarbuttons ul li:nth-of-type(even) { 
		margin-right: 0;
	}
	div.module.widebuttons { margin: 0 2%; }
	div.module.widebuttons li { 
		width: 47.5%;
		display: inline-block; 
		margin: 0 4% 1em 0;
	}
	div.module.widebuttons li:nth-of-type(even) { 
		margin-right: 0!important;
	}
}


/* Homepage styles below 770px */
@media screen and (max-width: 770px) { 
	#content aside.sidebar-right div.donate { 
		width: 96.8%; 
		margin: 0 0 0 2%!important;
		display: block;
		float: none; 
  }
	#content aside.sidebar-right div.sidebarbuttons { 
		margin: 0 0 0 2%; }
	#content aside.sidebar-right div.sidebarbuttons ul { 
		width: 100%;
		margin: 0;
	}
	#content aside.sidebar-right div.sidebarbuttons ul li { 
		width: 48%;
		margin: 0 2% 1em 0;
	}
	#content aside.sidebar-right div.sidebarbuttons ul li:nth-of-type(even) { 
		margin-right: 0;
	}
	div.module.widebuttons { margin: 0 0 0 2%; }
	div.module.widebuttons li a { line-height: 120%; }
	#content aside.sidebar-right div.widebuttons div.custom ul li { 
		width: 48%;
		margin: 0 2% 0 0;
	}
}

/* Homepage styles below 600px */
@media screen and (max-width: 600px) { 
	#content aside.sidebar-right div.widebuttons div.custom ul li { 
		width: 99%;
		margin: 0;
		font-size: 0.9em;
	}
	/* Mass Cultural Council */
  div.row #content #above-content div.module.mcc { margin: 0 auto; }
	div.row #content #above-content div.module.mcc img.smallest { 
		float: left!important; 
		margin: 0 1em 0 0!important; 
	}
}


ul.nobullets { 
	list-style: none; 
	margin-left: 0;
	margin-bottom: 1em;
	padding-left: 0;
}
ul.nobullets li { 
	margin-bottom: 0.5em; 
	clear: left;
}

span.colored-dot { 
	display: inline-block;
	width: 1em; 
	height: 1em; 
	background: gray;
	border-radius: 50%; 
	float: left;
	clear: left;
	margin: 0.2em 0.6em 1em 0;
}



/* David Kaynor LCA event */

span.green, span.yellow { 
	color: white; 
	text-transform: uppercase;
	font-size: 0.8em;
	padding: 0.1em 0.4em;
}
span.green { background: #439539; }
span.yellow { background: #d99328; }


/* Scrapbook for David Kaynor */ 

div.moduletable.scrapbook2 ul.latestnews-items li.latestnews-item {
	border: 1px solid #439539;
	border-radius: 0.2em;
 width: 29%!important;
 margin: 0 2% 2em 2%!important;
	box-shadow: 0 0 1em rgba(0,0,0,0.3);
}
@media screen and (max-width: 1000px) { 
	div.moduletable.scrapbook2 ul.latestnews-items li.latestnews-item { 
		width: 100%!important; 
		margin: 0 auto 2em auto!important;
	}
}


div.moduletable.scrapbook2 h4.newstitle { 
	background: #439539; 
	margin: 0 -2px; 
	padding: 0.4em 0.8em 0.6em 0.8em; 
}

div.moduletable.scrapbook2 h4.newstitle a { 	
	font-size: 1.5em;
	line-height: 120%;
	color: white; 
	text-decoration: none!important; 
	font-style: italic;
}

div.moduletable.scrapbook2 div.innernews { 
	display: block;
	float: none;
	width: 100%;
	border: none; 
}

div.moduletable.scrapbook2 div.newshead.picturetype { 
	display: block;
	width: auto;
	 padding: 1em 0.5em 0 0.5em; 
}

div.moduletable.scrapbook2 div.innerpicture a.hasTooltip { padding: 1em 0 1.5em 0; }

#lnee_409 div.innerpicture a.hasTooltip img,
#lnee_412 div.innerpicture a.hasTooltip img { 
	max-width: 93%!important; 
	max-height: 19em!important; 
	border: 1px solid #ccc;
	background: white;
	padding: 0.5em;
	box-sizing: border-box;
	box-shadow: 0.3em 0.3em 0.3em rgba(0,0,0,0.2); 
	display: block;
	margin: 0 auto;
	transform: rotate(5deg);
}
@media screen and (max-width: 1000px) { 
	#lnee_409 div.newshead.picturetype,
	#lnee_412 div.newshead.picturetype { 
		float: left;
	}
	#lnee_409 div.innerpicture a.hasTooltip img,
	#lnee_412 div.innerpicture a.hasTooltip img { 
		max-width: 100%; 
		margin: 0 1em;
	}
}

/* here */
#lnee_409 div.news.odd div.innerpicture a.hasTooltip img,
#lnee_412 div.news.odd div.innerpicture a.hasTooltip img { transform: rotate(-5deg); }

div.moduletable.scrapbook2 ul.latestnews-items li.latestnews-item p { 
	margin: 0.5em 1em;
	font-size: 1.2em;
}

div.moduletable.scrapbook2 ul.latestnews-items li.latestnews-item h3 { margin: 0.6em; }


div.moduletable.scrapbook2 div.newsinfo > p.link { text-align: right; }
div.moduletable.scrapbook2 div.newsinfo > p.link > a.hasTooltip { 
	background: #439539;
	color: white;
	font-weight: bold;
	line-height: 100%; 
	padding: 0.3em 1em 0.5em 1em; 
	border-radius: 0.5em;
	display: inline-block;
}

div.moduletable.scrapbook2 div.newsintro p a { 
	display: inline; 
	padding: 0; 
	font-size: 1em; 
	text-decoration: underline; 
	font-style: normal; 
}

div.moduletable.scrapbook2 div.newsintro span { display: none!important; }

div.moduletable.scrapbook2 div.items_pagination { 
	padding: 0 0 1em 0; 
	font-size: 1.5em!important;
}
div.moduletable.scrapbook2 div.items_pagination li a { text-decoration: none; }


/* Scrapbook entries */

div.scrapbook { 
	border: 1px solid #439539;
	border-radius: 1em; 
	padding: 1.2em 1.5em;
	margin: 0 auto 2em auto;
	max-width: 1000px;
	box-shadow: 0em 0em 1em rgba(0,0,0,0.2);
}
div.scrapbook:after {  
	content: "";
  display: block;
  clear: both; 
}

div.scrapbook p,
div.scrapbook li { font-size: 1.2em; }

div.scrapbook p.byline2 { 
    text-align: right; 
    font-style: italic; 
    font-size: 1.3em;
	  line-height: 130%; 
}

div.scrapbook img.left,
div.scrapbook span.wf_caption.left { 
	max-width: 50%!important; 
	margin-bottom: 0!important; 
}

div.scrapbook img.nofloat,
div.scrapbook span.wf_caption.nofloat { 
	max-width: 100%!important; 
	display: block!important;
	margin: 1em auto!important;
}

div.scrapbook iframe { 
	margin: 1em auto; 
	display: block; 
}


