/*-------------------------------+
 | Site: American Bar Foundation |
 | Part: Master styles           |
 +-------------------------------*/

/* Imports
=====================================================================*/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(/styles/reset.css);


/* Fonts
======================================================================*/
.amp { font-family: Palatino; }

body, .calendar, #highlights h3 { font-family: Georgia, "Times New Roman", Times, serif; }

#breadcrumbs, .btns, .call-l, .call-r, .card, .checklist, #content-secondary, #cse .gs-title, #cse .gs-title *, 
dt, fieldset, #footer, h2 span, h3, h4, h5, h6, .home .calendar, .icon, .info, input, legend,
#menu, #menu-toggle, .mute, #nav, optgroup, .grid, .people-name, #profile, .search, .secondary,
.secondary .calendar, select, .sort, table, textarea {
    font-family: Verdana, Arial, sans-serif;
}


/* Basics
======================================================================*/
a { color: #5d859d; text-decoration: underline; }
a:hover { text-decoration: none; }
address { font-style: normal; }
blockquote, dl, ol, p, table, ul { margin-bottom: 1.725em; }

body {
	background: transparent url(/images/seal.gif) no-repeat 0 0;
	font-size: 12px;
	line-height: 1.725;
	min-height: 390px;
	padding: 1.4em 0 2em;
}

cite, em { font-style: italic; }
fieldset { border: 1px solid #cddae1; margin-bottom: 2em; padding: 1em 1.5em; }
fieldset p { margin: 0; }
dt { font-size: 1.125em; line-height: 1.533; margin: 1em 0 0; }
dt a { color: #52758c; }
dt img { float: left; margin: 0.3em 1em 0 0; }
h1 { color: #9d825c; font-size: 2.025em; line-height: 1.1; margin-bottom: 0.7em; }
h1 em { color: #000; font-size: 0.8em; margin-left: 0.3em; }
h1, h2, h3 { font-weight: normal; }
h2 { font-size: 1.5em; line-height: 1.277; margin-bottom: 0.555em; }
h2, h3 { color: #89497e; }
h2 span { font-size: 0.666em; margin-left: 0.7em; }
h2 span span { font-size: 1em; margin: 0; }
h3 { font-size: 1.125em; line-height: 1.333; margin-bottom: 0.333em; }
h3 span { font-size: 0.9em; margin-left: 0.5em; }
h4 { font-size: 0.9em; }
h4, h5, h6 { font-weight: bold; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }
hr { background: #cddae1; border: 0; color: #cddae1; height: 1px; margin: 1em 0; }
html { background: #2c4454 url(/images/bg-page.jpg) repeat-x 0 0; border-top: 5px solid #2c4454; }
img { max-width: 100%; }
input, select, textarea { font-size: 0.9em; }
legend { background: #f0f4f6; border: 1px solid #cddae1; color: #3a5669; margin: 0 0 0 -0.75em; padding: 0 0.75em 0.1em; }
legend em { color: #7a8a95; font-size: 0.9em; font-style: normal; font-weight: normal; margin-left: 0.3em; }
ol { list-style: decimal outside; margin-left: 2em; }
ol ol, ul ul { margin-bottom: 0; }
strong { font-weight: bold; }
table { border-collapse: collapse; width: 100%; }
textarea { height: 10em; }
tbody th { padding-top: 2em; }
td { border: 1px solid #cddae1; border-width: 1px 0; padding: 0.3em 1.5em 0.4em 0; vertical-align: top; }
td[align="center"] { text-align: center; }
td[align="right"] { text-align: right; }
td[valign="bottom"] { vertical-align: bottom; }
td[valign="middle"] { vertical-align: middle; }
td, th { line-height: 1.725; }
th { font-weight: bold; padding-bottom: 0.5em; vertical-align: bottom; }
ul { list-style: none; }
ul li { background: url(/images/bullet.gif) no-repeat 0 0.75em; padding-left: 1.2em; }

.plain td { border: 0; }


/* Core layout
======================================================================*/
.clear { clear: both; }
#page { margin: 0 auto; max-width: 925px; padding: 0 2em; text-align: left; }

/* Admin */
#admin { border-bottom: 5px solid #2c4454; margin: -1.8em 0 1em; }
.ribbon { margin: 0 auto; max-width: 77em; }

/* Content */
#content {
	border-top: 1px solid #acc0ce;
	border-bottom: 10px solid #5d859d;
	background: #fff url(/images/bg-content.gif) repeat-y 23.3% 0;
	padding: 1.2em 1.9em 1.7em 1.5em;
}

#content-primary { float: right; width: 75.5%; }
#content-secondary { float: left; width: 19.5%; }

/* Columns */
.c2l, .c2r { width: 48%; }
.c2l, .c3l, .c3m { float: left; }
.c2r, .c3r { float: right; }
.c3l { margin-right: 3%; }
.c3l, .c3m, .c3r { width: 31%; }

/* Footer */
#footer { clear: both; padding-top: 1.1em; }

/* Full layout (no secondary content) */
.full #content { background: #fff; }
.full #content-primary { float: none; width: auto; }
.full #breadcrumbs, .full #content-secondary { display: none; }

/* Home page */
#highlights .secondary, #intro .secondary { padding: 0; }
.home #content { background: #fff url(/images/bg-content-home.gif) repeat-y 65.3% 0; padding: 0 1.5em 1.7em 0; }
.home #content-primary { float: left; width: 69.5%; }
.home #content-secondary { float: right; padding-top: 1.1em; width: 27.7%; }
.home .secondary { padding: 1.5em 1.9em 1.7em; }

/* Sign in */
.signin #content { background: #fff; border: 0; }

.signin #content-primary {
	float: none;
	margin: 0 auto;
	width: 60%;
}

.signin #content-secondary { display: none; }


/* Content
======================================================================*/
.call-l,
.call-r,
.card,
.checklist,
#content-secondary,
.form th,
.info,
.mute,
.secondary,
.sort,
table {
	font-size: 0.8em;
	line-height: 1.568;
}

.closed, .audiomanager { display: none; }
#page { font-size: 1.1em; }
.skip { left: -9999em; position: absolute; }

/* Breadcrumbs */
#breadcrumbs { font-size: 0.8em; margin-bottom: 1em; }
#breadcrumbs a { color: #7c6d58; }

#breadcrumbs li {
	background: url(/images/crumb.gif) no-repeat 100% 50%;
	display: inline;
	margin-right: 1em;
	padding: 0 1.5em 0 0;
}

/* Calendar */
.calendar { font-size: 1em; }
.calendar .mute { font-size: 0.8em; margin-left: 0.3em; }
.calendar td { border: 0; padding: 0 0 0 3%; }
.calendar th { font-weight: bold; padding-top: 0; text-align: right; white-space: nowrap; vertical-align: top; width: 8%; }
.secondary .calendar td, .secondary .calendar th { font-weight: normal; padding-bottom: 0.5em; }

/* Callouts */
[class *= "call"], [style *= "width"] { max-width: 100%; }
div.call-l, img.call-l { clear: left; }
div.call-l, div.call-r { width: 17em; }
div.call-r, img.call-r { clear: right; }
dt img.call-l { margin-top: 0; }
img.call-l { margin-right: 1em; }
img.call-r { margin-left: 1em; }
.call-l { float: left; margin: 0.5em 2em 0.5em 0; }
.call-r { float: right; margin: 0.5em 0 0.5em 2em; }
.call-l, .call-r { color: #7f8183; }
.call-l img, .call-r img { display: block; }
.call-l img.icon, .call-r img.icon { display: inline; }
.call-l p, .call-r p { margin-bottom: 0.5em; }

/* Card */
.card { background: #f5f2ed; border: 1px solid #e1d9cd; clear: both; line-height: 1.8; margin-bottom: 1.725em; padding: 0.5em 1em 0.6em; }
.card .icon { margin-right: 0.2em; }
.card li { background: none; display: inline; margin-right: 1em; padding: 0; /*white-space: nowrap;*/ }
.card .mute { font-size: 1em; }
.card p, .card ul { margin: 0; }

/* Detail lists */
.details li { background: none; padding: 0; }

/* File manager */
.win-content textarea { height: 4em; }

/* Flash content */
.flash-container { height: 0; overflow: hidden; padding-top: 30px; position: relative; }
.flash-container object, .flash-container embed { left: 0; height: 100%; position: absolute; top: 0; width: 100%; }

/* Footer */
#footer { font-size: 0.8em; }
#footer, #footer a { color: #7c9cb0; }
#footer address br { display: none; }
#footer address span { border-right: 1px solid #7c9cb0; margin-right: 0.6em; padding-right: 0.6em; }
#footer address span.last { border: 0; margin: 0; padding: 0; }
#footer address strong { display: block; }
#footer em { display: none; }

	/* Disclaimer */
    #disclaimer { border-top: 1px solid rgba(255, 255, 255, 0.2); color: #7c9cb0; margin-top: 20px; opacity: 0.7; padding-top: 20px; }
	
	/* Site credit */
	#credit { float: right; }
	#credit a { text-decoration: none; }
	#credit a:hover strong { text-decoration: none; }
	#credit a strong { display: inline; font-weight: normal; text-decoration: underline; }

/* Forms */
.check { display: none; }
.form { font-size: 1em; line-height: 1.4; margin: 0; }
.form .c2l, .form .c2r { margin-bottom: 0; }
.form .mute { font-size: 0.8em; }
.form p { margin-bottom: 0.5em; }
.form table td, .form table th { font-size: 1em; }
.form td, .form th { border: 0; padding: 0.5em 0; }
.form th { font-weight: normal; padding: 0.7em 2% 0.5em 0; text-align: right; vertical-align: top; width: 14%; }

	/* Alerts */
	.alert { color: #e30013; }
	
	div.alert {
		background: #ffd4d4 url(../images/admin/notify-alert.gif) no-repeat 10px 0.5em;
		border: 3px solid #dd9898;
		color: #000;
		margin-bottom: 1em;
		padding: 0.5em 1em 0 43px;
	}
	
	div.alert h6 { font-weight: normal; margin-bottom: 0.5em; }
	div.alert li { background: none; padding: 0; }
	div.alert ul { list-style: disc outside; margin-left: 2em; }
	
		/* Alerts */
		.alert { color: #e30013; }
		div.alert { background: #ffd4d4 url(../images/admin/notify-alert.gif) no-repeat 10px 0.5em; border: 3px solid #dd9898; }
	
	/* Buttons */
	.btn { -webkit-appearance: none; overflow: visible; margin-right: 0.5em; padding: 0.1em 0.6em 0.2em; }
	.btns { margin: 1.5em 0 1.5em 16%; }
	.content-secondary .btn, .highlights .btn { font-size: 1em; }
	
	/* Checklists */
	.checklist {
		border: 1px solid #ccc;
		max-height: 20em;
		line-height: 1.4;
		margin-bottom: 1em;
		overflow: auto;
	}
	
	.checklist input { margin-bottom: 1px; }
	.checklist label { display: block; padding: 0.1em 0 0.1em 25px; height: 1%; text-indent: -25px; }
	.checklist li { background: none; display: block; float: none; margin: 0; padding: 0; white-space: normal; width: 100%; }
	.checklist li p { margin: 0; padding: 1em 0 0; }
	.checklist li ul { margin: 0 0 0 2em; }
	.checklist .mute { font-size: 1em; white-space: nowrap; }
	.checklist p { font-weight: bold; margin-bottom: 0.25em; }
	.checklist .selected { background: #ffa; }
	.checklist ul { margin-bottom: 1em; }
	.form .checklist { margin-top: 0.5em; position: relative; width: 97%; }
	
	/* Chooser */
	.chooser { margin-bottom: 1em; }
	.chooser .c3l, .chooser .c3r { width: 40%; }
	.chooser .c3m { padding-top: 10em; text-align: center; width: 15%; }
	.chooser p { margin-bottom: 0.5em; }
	.chooser select { width: 100%; }
	
	/* Date/time selector */
	table.dateTime { font-size: 1em; margin: 0; width: auto; }
	table.dateTime .info { font-size: 0.8em; }
	table.dateTime td, table.dateTime th { padding-top: 0; vertical-align: top; }
	table.dateTime td { padding-right: 0.5em; }
	table.dateTime th { font-size: 0.85em; padding: 0; text-align: left; width: 4em; }
	
	/* Fields - fields with text underneath them */
	.fields label { display: block; }
	.fields p { float: left; margin-right: 1%; }
	.fields .txt { width: 90%; }
	
		/* Location fields */
		.c-loc-city { width: 40%; }
		.c-loc-state { width: 23%; }
		.c-loc-zip { width: 23%; }
		
	/* Full mode */
	.full .btns { margin-left: 16%; }
	.full .form th { width: 14%; }
	
	/* Name fields */
	.c-name-first, .c-name-last { width: 42%; }
	.c-name-middle { width: 3%; }
	
	/* Options */
	.options-h, .options-v { list-style: none; }
	td .options-h, td .options-v { margin: 0; }
	.options-h input, .options-v input { margin-bottom: -0.05em; }
	.options-h img { border-bottom: 3px solid #fff; padding: 5px; vertical-align: middle; }
	.options-h li, .options-v li { background: none; clear: both; margin-bottom: 0.3em; padding: 0; }
	.options-h li { display: inline; margin-right: 0.7em; white-space: nowrap; }
	.options-v li { padding-left: 25px; text-indent: -25px; }
	.options-v li p { margin: 0; text-indent: 0; }
	
	/* Placeholder */
	input.placeholder, textarea.placeholder { color: #777; font-style: italic; }
	input::-moz-placeholder, textarea::-moz-placeholder { color: #999; font-style: italic; }
	input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999; font-style: italic; }
	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999; font-style: italic; }

	/* Search */
	#site-search { color: #fff; float: right; font-size: 0.9em; margin: 0.1em 0 0.6em; white-space: nowrap; }
	#site-search .btn, #site-search .txt { border: 0; }
	.search .btn { background: #fff; border: 1px solid #ddd; border-radius: 4px; margin: 0; padding: 0.4em 0.8em; }
	.search input { font-size: 1em; }
	.search .txt { width: 15em; }
	.search p { margin: 0; }
	
	/* Sign in */
	.signin .btns { margin-left: 27%; }
	.signin .form th { width: 25%; }
	
	/* Text boxes */
	[class *= "txt"] { border: 1px solid #ccc; box-sizing: border-box; padding: 0.5em; }
	.c2l .txt, .c2r .txt, .c3l .txt, .c3m .txt, .c3r .txt { position: relative; width: 100%; }
	textarea.txt { font-size: 1em; padding: 0; }
	.txt { border-radius: 3px; width: 75%; }
	.txt-med { margin-right: 1em; width: 47%; }
	.txt-sm { width: 7em; }
	.txt-tiny { width: 3em; }
	
	/* TinyMCE */
	.mceToolbarContainer { position: static; }
	.mceEditorContainer td { padding: 0; }
	.mceEditor { width: 98% !important; }
	.mce-content-body { background: #fff; font-size: 0.8em; min-height: 0; padding: 0.5em; text-align: left; }
	.mce-content-body a { color: #5d859d !important; }

/* Galleries */
.gallery { display: flex; flex-wrap: wrap; font-size: 0.9em; line-height: 1.4; list-style: none; margin: 0; }
.gallery a { display: block; text-decoration: none; }
.gallery img { width: 100%; }
.gallery li { background: none; box-sizing: border-box; margin: 0 0 25px; padding: 0 10px 0 0; text-align: center; width: 25%; }
.gallery li:hover { opacity: 0.7; }
.gallery .mute { display: block; font-size: 1em; }
.gallery p { margin: 0; }
.gallery .thumb { display: block; }
.gallery-title { display: block; font-size: 1.4em; }

/* Grids */
.grid { clear: both; display: flex; flex-wrap: wrap; font-size: 0.8em; justify-content: space-between; line-height: 1.4; }
.grid a { text-decoration: none; }
.grid a:hover { text-decoration: underline; }
.grid h3, .grid p { margin: 0; }
.grid img { display: block; margin-bottom: 5px; width: 100%; }
.grid li { background: none; float: left; margin: 0 0 20px; padding: 0; }
.grid .mute { font-size: 1em; margin: 0; }

	/* Faculty */
	.faculty li { text-align: center; width: 22%; }
	
	/* Photos */
	.photos { font-size: 0.9em; }
	.photos .image { height: 160px; width: 25%; }
	.photos li { height: 19em; text-align: center; width: 30%; }
	
	/* Products */
	.products .image { height: 160px; width: 25%; }
	.products li { height: 22em; text-align: center; width: 30%; }

/* Highlights */
#highlights { background: #f5f2ed url(/images/shadow-highlights.gif) repeat-y 100% 0; padding: 1em 1.5em 1.5em; }
#highlights h2 { font-size: 1.2em; }
#highlights h3 { font-size: 1.3em; line-height: 1.27; }
#highlights hr { background: #e1d9cd; clear: both; color: #e1d9cd; }
#highlights p.mute { margin: 0; }

/* Icons */
.icon { background-repeat: no-repeat; background-position: 0 50%; line-height: 1; margin-right: 0.5em; padding: 3px 0 3px 18px; white-space: nowrap; }
.icon-admin { margin: 0 0.2em; vertical-align: middle; }
img.icon { border: 0; margin: 0 0.5em -3px 0; padding: 0; }
.mini-add { background-image: url(/images/icon-add.gif); }
.mini-delete { background-image: url(/images/admin/icon-mini-delete.gif); }
.mini-event { background-image: url(/images/admin/icon-cal.gif); }
.mini-edit { background-image: url(/images/icon-edit.gif); }
.mini-reorder { background-image: url(/images/admin/icon-mini-reorder.gif); }

/* Iframes */
.iframe-container { height: 0; overflow: hidden; padding-top: 30px; position: relative; }
.iframe-container iframe { left: 0; height: 100%; position: absolute; top: 0; width: 100%; }

/* Introduction */
.amp { font-size: 1.142em; font-style: italic; letter-spacing: -0.1em; }
#intro { background: #e1d9cd url(/images/shadow-intro.gif) repeat-y 100% 0; font-size: 1.05em; line-height: 1.571; height: 1%; padding: 1em 1.4em 0.7em; }
#intro, #intro .call-l, #intro .call-r, #intro .mute { color: #9d825c; }
#intro .call-l p, #intro .call-r p { margin: 0; }
#intro a, #intro h1 { color: #533f25; }
#intro h1 { font-size: 1.5em; line-height: 1.380; margin-bottom: 0.333em; }
#intro hr { background: #c6bfb2; clear: both; color: #c6bfb2; margin: 0.7em 0; }
#intro img { margin-bottom: 0.3em; }
#intro .mute { font-size: 0.8em; }
#intro .centered { margin-bottom: 1em; }
#intro .centered img { display: block; margin: 0 auto; }
#intro p { margin-bottom: 1em; }

/* Logo */
#logo { float: left; max-width: 338px }
#logo-print { display: none; }

/* Muted text */
.info, .mute, .info a, .mute a { color: #7f8183; }
h2 .info, h2 .mute { font-size: 0.55em; }
.home h3 .mute { margin: 0; font-size: 0.65em; }
p.info, p.mute { margin-bottom: 0.5em; }
table .info, table .mute { font-size: 1em; }

/* Navigation */
#nav {
    background: #2e4656;
    background: -moz-linear-gradient(top, #2e4656 0%, #3c596c 100%);
    background: -webkit-linear-gradient(top, #2e4656 0%,#3c596c 100%);
    background: linear-gradient(to bottom, #2e4656 0%,#3c596c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e4656', endColorstr='#3c596c',GradientType=0 );
    border-bottom: 12px solid #fff;
    clear: both;
    font-size: 0.95em;
}

#nav a {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    color: #cddae1;
    display: block;
    text-decoration: none;
}

#nav span { display: block; padding: 0.4em 0.95em; }
#nav a:hover span { background: rgba(255, 255, 255, 0.1); }
#nav li { background: none; float: left; padding: 0; }
#nav li.current { background: #fff; border-radius: 4px 4px 0 0; margin-top: -0.45em; }
#nav li.current a { color: #2c4454; border: 0; }
#nav li.current span { padding-bottom: 0.85em; }
#nav li.first a { border-left: 0; }
#nav ul { margin: 0; }

	/* Menu */
    #menu {
        background: #2e4656;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        display: none;
        font-size: 14px;
        height: 100%;
        overflow: scroll;
        position: fixed;
        right: -400px;
        top: 0;
        width: 250px;
        z-index: 1000;
    }
    
    #menu a { border-bottom: 1px solid rgba(255, 255, 255, 0.2); color: #fff; display: block; padding: 0.9em 1.1em; text-decoration: none; }
    #menu a:active { background: transparent; }
    #menu li { background: none; margin: 0; padding: 0; }
    #menu li.current { background: #fff; }
    #menu li.current a, #menu li.current a strong { color: #005057; }
    #menu li.current > a { color: #000; font-weight: bold; }
    #menu ul { list-style: none; margin: 0; }
    #menu > ul { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    #menu > ul:last-child { border: 0; padding: 0; }
    #menu ul ul { border: 3px double rgba(0, 0, 0, 0.3); border-width: 3px 0; }
    #menu ul ul a { border-bottom: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); }
    
        /* Account */
        #menu-account { background: rgba(255, 255, 255, 0.1); color: #fff; padding: 0.9em 1.1em; }
        #menu-account li { display: inline; margin-right: 0.7em; }
        #menu-account a { border: 0; display: inline; padding: 0; }
        
        /* Toggle */
        #menu-toggle { color: #fff; font-weight: bold; padding: 0.3em 0.5em; text-decoration: none; white-space: nowrap; }
        #menu-toggle:hover { text-decoration: none; }
        
        /* Search */
        #menu .search { border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding: 5px; }
        #menu .search .btn { display: block; text-align: center; width: 100%; }
        #menu .search .txt { border: 0; display: block; margin-bottom: 3px; width: 100%; }
	
	/* Secondary navigation */
	#nav-secondary a { color: #2c4454; text-decoration: none; }
	#nav-secondary a:hover { text-decoration: underline; }
	#nav-secondary h3 { margin: 0; }
	#nav-secondary h3 a { color: #89497e; }
	#nav-secondary p { margin: 0.5em 0 0.75em; }
	#nav-secondary p a { text-decoration: underline; }
	#nav-secondary p a:hover { text-decoration: none; }
	#nav-secondary strong a { color: #000; }
	#nav-secondary ul { line-height: 1.531; margin: 0.5em 0 0.3em; }
	#nav-secondary ul li { background: none; border-top: 1px solid #cddae1; padding: 0.3em 0 0.4em; }
	#nav-secondary ul li li { background: url(/images/bullet-nav.gif) no-repeat 0 0.65em; border: 0; margin-bottom: 0.272em; padding: 0 0 0 1.5em; }

/* People lists */
.people { list-style: none; margin-left: 0; }
.people li { align-items: center; background: none; display: flex; margin-bottom: 1em; padding: 0; }
.people p { margin: 0; }
.people-name { font-size: 16px; }
.people-summary { flex: 1 1 auto; padding-left: 15px; }
.people-thumb { flex: 0 0 110px; }

/* Profile links */
#profile { color: #cddae1; clear: right; float: right; font-size: 0.8em; margin-bottom: 1.3em; white-space: nowrap; }
#profile a, #profile strong { color: #fff; }
#profile li { background: none; border-right: 1px solid #cddae1; display: inline; margin-right: 0.7em; padding: 0 0.7em 0 0; }
#profile li.last { border: 0; margin: 0; padding: 0; }

/* Search results */
.docType { color: #000; font-size: 0.7em; font-weight: bold; margin-left: 0.3em; text-transform: uppercase; white-space: nowrap; }
#cse .gsc-adBlock { display: none !important; }
#cse .cse .gsc-control-cse, #cse .gsc-control-cse { padding: 0; }
#cse .gcsc-branding, #cse .gcsc-foot, #cse .gcsc-more-maybe-branding-root { display: none !important; }
#cse .gs-result a.gs-visibleUrl, #cse .gs-result .gs-visibleUrl { color: #666; }
#cse .gs-result .gs-title, #cse .gs-result .gs-title * { color: #3c79aa; }
#cse .gs-title { font-size: 20px; }
#cse a.gs-title:hover { text-decoration: underline; }
#cse .gsc-control-cse .gsc-option-menu-container { white-space: nowrap; }
#cse .gsc-cursor-box.gs-bidi-start-align { text-align: center; }
#cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page { color: #000 !important; }
#cse .gsc-results .gsc-cursor-box .gsc-cursor-page { color: #3c79aa; font-size: 1.2em; margin: 0; padding: 0.3em 0.5em; }
#cse .gsc-results .gsc-cursor-box .gsc-cursor-page:hover { background: #f0f0f0; text-decoration: none; }
#cse .gsc-result-info { padding: 0; }
#cse .gsc-control-cse, #cse .gsc-control-cse .gsc-table-result { font-size: 1em; }
#cse .gsc-control-cse .gs-spelling, #cst .gsc-control-cse .gs-result .gs-title, #cse .gsc-control-cse .gs-result .gs-title * { font-size: 1em; }
#cse .gsc-result .gs-title { height: auto; }
#cse .gs-result .gs-title, #cse .gs-result .gs-title * { text-decoration: none; }
#cse .gsc-table-result, #cse .gsc-thumbnail-inside, #cse .gsc-url-top { padding: 0; }
#cse .gsc-thumbnail-inside { padding: 0; }

/* Secondary content */
.call-l h4, .call-r h4, #content-secondary dt, #content-secondary h4, .highlights h4, .secondary h4 { font-size: 1em; }
#content-secondary .mute, .secondary .mute { font-size: 1em; }
#content-secondary h3, .secondary h3 { font-size: 1.4em; margin-bottom: 0.5em; }
#content-secondary h4, #content-secondary hr, .secondary h4, .secondary hr { clear: both; }
#content-secondary li, .secondary li { background: url(/images/bullet-secondary.gif) no-repeat 0 0.65em; }
#content-secondary .call-l, .secondary .call-l { margin: 0 0.5em 0.5em 0; }
#content-secondary .call-r, .secondary .call-r { margin: 0 0 0.5em 0.5em; }
.secondary input, .secondary select, .secondary textarea { font-size: 1em; }

/* Sequencing */
.sequence { list-style: none; line-height: 1.4; }
.sequence .call-r { margin-top: 0; }

.sequence li {
	background: #f5f5f5;
	border: 1px solid #ddd;
	cursor: url(/images/shared/grab.cur), move;
	height: 1%;
	margin-bottom: 1px;
	padding: 0.3em 0.5em 0.4em;
}

.sequence-single li { cursor: default; }

/* Sorting options */
.sort a, .sort li, .sort p, .sort select, .sort strong, .sort ul {
	background: none;
	border: 0;
	display: inline;
	font-size: 1em;
	margin: 0 0.9em 0 0;
	padding: 0;
}

/* Tables */
.col-opts { width: 10em; }


/* Widths
=====================================================================*/

@media screen and (max-width: 800px) {
    /* Basics */
    body { font-size: 13px; line-height: 1.5; padding: 0; }
    fieldset { border: 0; padding: 0; }
    legend: { margin-left: 0; }
    
    /* Layout */
    #admin { margin: -6px 0 0; }
    #content, .home #content { background-image: none; padding: 20px; }
    #content-primary, #content-secondary, .home #content-primary, .home #content-secondary, .signin #content-primary { float: none; width: auto; }
    #content-secondary { border-top: 1px solid #ddd; margin: 40px 0 10px; padding-top: 40px; }
    #page { padding: 0; }
    
    /* Content */
        /* Breadcrumbs */
        #breadcrumbs { display: none; }
        
        /* Footer */
        #footer { padding: 10px 20px; }
        
        /* Forms */
        .form td { padding-top: 0 }
        .form td, .form th, .form tr { display: block; text-align: left; width: 100% !important; }
        .form th { font-weight: bold; padding-bottom: 0; }
        
            /* Buttons */
            .btns, .signin .btns { margin-left: 0; }
            
            button, input[type="button"], input[type="submit"] {
                -webkit-appearance: none;
                appearance: normal;
                background: #f0f0f0;
                border: 1px solid #ddd;
                border-radius: 4px;
                display: block;
                font-weight: bold;
                padding: 0.7em 1em;
                text-align: center;
                width: 100%;
            }
            
            /* Text boxes */
            .txt, .txt-med { width: 100%; }
        
        /* Header */
        #header { align-items: center; display: flex; justify-content: space-between; padding: 20px; }
        #logo { float: none; }
        
        /* Highlights and introduction */
        #highlights, #intro { background-image: none; padding: 20px; }
        
        /* Navigation */
        #nav-secondary a { display: block; padding: 0.5em 0 0.6em; }
        #nav-secondary ul li { padding: 0; }
        #nav-secondary ul ul a { padding: 0.3em 0 0.4em; }
        #nav-secondary ul ul li { background-position: 0 0.8em; }
}

@media screen and (max-width: 590px) {
    /* Layout */
    #content { padding: 15px; }
    
        /* Columns */
        .c2l, .c2r, .c3l, .c3m, .c3r { float: none; margin: 0; width: auto; }
    
    /* Content */
        /* Callouts */
        [class *= "call"] { float: none; margin: 0 0 10px; width: auto !important; }
        
        /* Galleries */
        .gallery { justify-content: space-between; }
        .gallery li { padding: 0; width: 48%; }
        
        /* Grids */
        .grid li { width: 45% !important; }
        
        /* Header */
        #header { padding: 10px 15px; }
        #logo { width: 190px; }
        
        /* Highlights and introduction */
        #highlights, #intro { padding: 15px; }
        
        /* People lists */
        .people li { align-items: flex-start; }
        .people-thumb { flex-basis: 75px; }
}