/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */

body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: yellow;
  color: black;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */ input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* The 16-column Deco Grid System for fixed width of 960px:
 * Cells are 60.0px (6.25%), margin will be 0px (0.0%).
 * Portal left/right margin is 0dpx (0.0%).
 */

div.row {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
div.cell {
  position: relative;
  float: left;
  left: 100%;
}
/* Width classes */

div.width-1 {
  width: 6.2500%;
}
div.width-2 {
  width: 12.5000%;
}
div.width-3 {
  width: 18.7500%;
}
div.width-4 {
  width: 25.0000%;
}
div.width-5 {
  width: 31.2500%;
}
div.width-6 {
  width: 37.5000%;
}
div.width-7 {
  width: 43.7500%;
}
div.width-8 {
  width: 50.0000%;
}
div.width-9 {
  width: 56.2500%;
}
div.width-10 {
  width: 62.5000%;
}
div.width-11 {
  width: 68.7500%;
}
div.width-12 {
  width: 75.0000%;
}
div.width-13 {
  width: 81.2500%;
}
div.width-14 {
  width: 87.5000%;
}
div.width-15 {
  width: 93.7500%;
}
div.width-16 {
  width: 100.0000%;
}
/* Positioning classes, these are subtracting from a rightmost position,
 * which is why they seem the wrong way around */

div.position-0 {
  margin-left: -100%;
}
div.position-1 {
  margin-left: -93.75%;
}
div.position-2 {
  margin-left: -87.5%;
}
div.position-3 {
  margin-left: -81.25%;
}
div.position-4 {
  margin-left: -75%;
}
div.position-5 {
  margin-left: -68.75%;
}
div.position-6 {
  margin-left: -62.5%;
}
div.position-7 {
  margin-left: -56.25%;
}
div.position-8 {
  margin-left: -50%;
}
div.position-9 {
  margin-left: -43.75%;
}
div.position-10 {
  margin-left: -37.5%;
}
div.position-11 {
  margin-left: -31.25%;
}
div.position-12 {
  margin-left: -25%;
}
div.position-13 {
  margin-left: -18.75%;
}
div.position-14 {
  margin-left: -12.5%;
}
div.position-15 {
  margin-left: -6.25%;
}
/* Convenience classes. Not strictly necessary. */

div.width-full {
  width: 100%;
}
div.position-0 {
  margin-left: -100%;
}
div.width-1\3a 2 {
  width: 50%;
}
div.position-1\3a 2 {
  margin-left: -50%;
}
div.width-1\3a 3 {
  width: 33.3333%;
}
div.width-2\3a 3 {
  width: 66.6667%;
}
div.position-1\3a 3 {
  margin-left: -66.6667%;
}
div.position-2\3a 3 {
  margin-left: -33.3333%;
}
div.width-1\3a 4 {
  width: 25%;
}
div.width-2\3a 4 {
  width: 50%;
}
div.width-3\3a 4 {
  width: 75%;
}
div.position-1\3a 4 {
  margin-left: -75%;
}
div.position-2\3a 4 {
  margin-left: -50%;
}
div.position-3\3a 4 {
  margin-left: -25%;
}
div.width-1\3a 5 {
  width: 20%;
}
div.width-2\3a 5 {
  width: 40%;
}
div.width-3\3a 5 {
  width: 60%;
}
div.width-4\3a 5 {
  width: 80%;
}
div.position-1\3a 5 {
  margin-left: -80%;
}
div.position-2\3a 5 {
  margin-left: -60%;
}
div.position-3\3a 5 {
  margin-left: -40%;
}
div.position-4\3a 5 {
  margin-left: -20%;
}
div.width-1\3a 6 {
  width: 16.6667%;
}
div.width-2\3a 6 {
  width: 33.3333%;
}
div.width-3\3a 6 {
  width: 50%;
}
div.width-4\3a 6 {
  width: 66.6667%;
}
div.width-5\3a 6 {
  width: 83.3333%;
}
div.position-1\3a 6 {
  margin-left: -83.3333%;
}
div.position-2\3a 6 {
  margin-left: -66.6667%;
}
div.position-3\3a 6 {
  margin-left: -50%;
}
div.position-4\3a 6 {
  margin-left: -33.3333%;
}
div.position-5\3a 6 {
  margin-left: -16.6667%;
}
body {
  background-color: white;
  color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
}
a {
  color: #0069aa;
  text-decoration: none;
}
a:hover,
a:visited {
  color: #335d77;
}
#content-core a {
  text-decoration: underline;
}
.portletStaticText td:first-child, 
.portletStaticText th:first-child { width:64px; }
#content-core th:first-child, #content-core td:first-child {min-width:138px; }

h1,
.documentFirstHeading {
  color: #633615;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  margin: 10px 0 20px;
}
h2 {
  color: #633615;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18.06px;
  line-height: 20px;
  margin: 20px 0 10px;
}
h3 {
  color: #633615;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
p {
  margin: 0 0 20px;
}
hr {
  border: 0;
  border-bottom: 1px solid #999999;
  margin: 20px 0;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: text-bottom;
  width: auto;
  /*fix to IE8*/

}
menu,
ol,
ul {
  padding: 0 0 0 27px;
}
li ul,
li ol {
  margin-top: 0;
  margin-bottom: 0;
}
dd {
  margin: 0 0 0 27px;
}
pre {
  background-color: #222222;
  color: white;
  font-size: 12px;
  font-family: monospace;
  margin-bottom: 1em;
  padding: 1em;
  overflow-x: auto;
}
/* @group Content Area */

/* Editor styles */

.discreet {
  font-size: 12.068965517px;
  color: #555555;
}
.visualHighlight {
  background-color: #ffffbb;
}
.pullquote {
  clear: right;
  color: #444444;
  float: right;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.25em;
  margin: 0 1em 0.5em 0.5em;
  width: 35%;
}
.callout {
  clear: both;
  background-color: #eeeeee;
  border-left: 1em solid #cccccc;
  padding: 1em;
}
/* Content layout styles */

div.documentByLine {
  font-size: 12.068965517px;
  color: #555555;
}
img.tileImage,
div.newsImageContainer {
  float: right;
  margin: 0 1em 0.5em 1em;
}
.eventDetails {
  float: right;
  clear: right;
  margin: 0 0 0.5em 1em;
}
.eventDetails .eventDetail {
  clear: both;
}
/* @end */

/* @group Data tables */

table.listing,
table.plain {
  margin: 0 0 20px;
  width: 100%;
}
/*table.invisible th:first-child, table-invisible td:first-child {
width:138px
} */
table.invisible td,
table.invisible th,
table.plain td,
table.plain th,
table.listing td,
table.listing th {
  padding: 5px 10px;
  vertical-align: top;
}
table.plain th,
table.plain td {
  border: 1px solid #999999;
}
table.plain th {
  text-align: left;
}
table.listing td.listingCheckbox,
table.listing th.listingCheckbox {
  text-align: center;
}
table.listing th {
  background-color: #eeeeee;
  border: 1px solid #999999;
  text-align: left;
}
table.listing td {
  border: 1px solid #999999;
}
table.listing td.draggable,
table.listing td.notDraggable {
  padding: 0 8px;
  text-shadow: white 1px 1px 1px;
  text-align: center;
  vertical-align: middle;
}
/* Vertical table data listings */

table.vertical th {
  text-align: right;
}
table.vertical td {
  padding: 0.5em;
}
/* Grid table listings */

table.grid td,
table.grid th {
  border: 1px solid #e7e7e7;
  padding: 0.5em;
}
.dragindicator {
  outline: 2px solid gold;
}
#foldercontents-order-column {
  padding: 0;
}
/* Listing Bar */

.listingBar {
  margin: 1em 0;
  text-align: center;
}
.listingBar .next {
  float: right;
}
.listingBar .previous {
  display: inline-block;
}
.listingBar a,
.listingBar .current {
  display: inline-block;
  padding: 0.25em 0.5em;
}
/* @end */

/* @group Status messages */

dl.portalMessage,
div.attention,
div.caution,
div.danger,
div.error,
div.hint,
div.important,
div.note,
div.tip,
div.warning {
  margin: 1em 0;
  border: 1px solid #999966;
  background-color: #ffffe3;
  clear: both;
}
dl.portalMessage a,
#content dl.portalMessage a,
div.attention a,
div.caution a,
div.danger a,
div.error a,
div.hint a,
div.important a,
div.note a,
div.tip a,
div.warning a,
#content div.attention a,
#content div.caution a,
#content div.danger a,
#content div.error a,
#content div.hint a,
#content div.important a,
#content div.note a,
#content div.tip a,
#content div.warning a {
  color: black;
  text-decoration: underline;
}
dl.portalMessage dt,
div > .admonition-title {
  background-color: #999966;
  float: left;
  margin: 0 0.5em 0 0;
  padding: 0.5em 0.75em;
  color: White;
  line-height: 1.25em;
}
dl.portalMessage dd,
div.attention > .last,
div.caution > .last,
div.danger > .last,
div.error > .last,
div.hint > .last,
div.important > .last,
div.note > .last,
div.tip > .last,
div.warning > .last {
  padding: 0.5em 0.5em;
  margin: 0;
  line-height: 1.25em;
}
.warning {
  border-color: #dd8800;
}
.warning > dt,
.warning > .admonition-title {
  background-color: #dd8800;
}
.error {
  border-color: #dd0000;
}
.error > dt,
.error > .admonition-title {
  background-color: #dd0000;
}
.warning {
  border-color: #dd8800;
}
.warning > dd,
.warning > .last {
  background-color: #ffdd77;
}
.error {
  border-color: red;
}
.error > dd,
.error > .last {
  background-color: #ffddcc;
}
/* @end */

/* @group Collapsible */

dl.collapsible {
  border: 1px solid #8cacbb;
  margin: 1em 0;
  padding: 0;
}
dl.collapsible dt.collapsibleHeader {
  background-color: white;
  float: left;
  display: block;
  line-height: 1.2em;
  margin: 0 0 -0.6em 1em;
  padding: 0 0.5em;
  position: relative;
  top: -0.6em;
  vertical-align: middle;
  width: auto;
}
dl.collapsible dd.collapsibleContent {
  margin: 0;
  padding: 0 1em 0.4em;
  clear: left;
}
/* for IE the following isn't needed, that's why the css2 selector is used */

dl.collapsible dd.collapsibleContent > dl {
  margin: 0;
  padding: 0;
}
dl.expandedInlineCollapsible dt.collapsibleHeader,
dl.expandedBlockCollapsible dt.collapsibleHeader {
  background: url(../images/treeExpanded.png) no-repeat 0.5em 50% white;
  cursor: pointer;
  padding: 0 0.5em 0 2em;
}
dl.collapsedBlockCollapsible {
  border: 0;
  height: 1em;
  width: auto;
}
dl.collapsedInlineCollapsible dt.collapsibleHeader,
dl.collapsedBlockCollapsible dt.collapsibleHeader {
  background: url(../images/treeCollapsed.png) no-repeat 0.5em 50% white;
  cursor: pointer;
  float: none;
  margin: 0 0 0 1em;
  padding: 0 0.5em 0 2em;
  position: relative;
}
dl.collapsedInlineCollapsible dd.collapsibleContent,
dl.collapsedBlockCollapsible dd.collapsibleContent {
  display: none;
}
dl.collapsedInlineCollapsible {
  border: 0;
  display: inline;
  height: 1em;
  width: auto;
}
dl.collapsedInlineCollapsible dt.collapsibleHeader {
  cursor: pointer;
  display: inline;
  float: none;
  margin: 0;
  padding: 0 0 0 2em;
  position: static;
}
/* @end */

/* @group Comments */

.comment {
  margin-top: 1.5em;
  font-size: 80%;
}
.comment .documentByLine {
  margin-left: 1em;
}
.comment .formControls {
  margin-left: 0;
}
.commentTime {
  color: #666666;
}
.commentBody {
  padding: 1em;
  margin: 0.5em 0;
  box-shadow: 0 0 1em 0 #888888;
}
.comment h1,
.comment h2,
.comment h3,
.comment h4,
.comment h5,
.comment h6 {
  font-weight: normal;
}
/* @end */

.reviewHistory,
.contentHistory {
  display: inline;
  color: Black;
}
.spacer {
  margin: 1em;
}
.label {
  font-weight: bold;
  display: inline;
}
.label .fieldErrorBox {
  font-weight: normal;
}
.optionsToggle {
  border: 0.1em solid #8cacbb;
  color: Black;
  background-color: #dee7ec;
  font-weight: normal;
  font-size: 90%;
}
/* for highlighting of search terms */

.highlightedSearchTerm {
  background-color: #ffffaa;
}
dl.searchResults .highlightedSearchTerm {
  background-color: transparent;
  font-weight: bold;
}
/* for greying out inherited roles */

.noInheritedRoles {
  color: #a0a0a0;
}
/* for highlighting current items, like the language or today in the calendar */

.currentItem {
  border-collapse: collapse;
  border: 0.2em solid orange;
  padding: 0.1em;
}
/* @end */

/* @group Search results page */

fieldset#search-field {
  border: none !important;
  text-align: center;
}
input.searchPage {
  font-size: 200% !important;
}
#rss-subscription {
  float: left;
  line-height: 3em;
}
#search-results-bar .actionMenuContent {
  margin-top: 1em;
  padding: 0;
}
#search-filter {
  background: #dddddd;
  margin: 0;
  padding: 0;
}
#content #search-filter fieldset {
  border: none !important;
  position: relative;
  padding: 0;
  margin: 0;
}
#content #search-filter legend {
  background: transparent;
  font-size: 1.1em;
  padding: 0.5em 0.9em;
  font-weight: bold;
}
#search-filter .field {
  background: #eeeeee;
  padding: 1em 1.5em;
  margin: 0;
}
#search-filter .field label {
  font-weight: normal;
}
#search-filter .formControls {
  text-align: center;
}
#search-results-wrapper {
  margin-top: 1em;
}
form.searchPage h1.documentFirstHeading {
  font-weight: normal;
  letter-spacing: 0;
  float: left;
  margin-right: 0.8em;
}
form.searchPage h1.documentFirstHeading .highlightedSearchTerm {
  background: transparent !important;
}
#search-results-bar > * {
  float: left;
}
#searchResultsSort {
  float: right;
}
#search-results-bar {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 1em 0;
  margin-bottom: 10px;
}
#search-results-bar dl.actionMenu {
  margin-bottom: 0;
}
#search-results-bar dd.actionMenuContent {
  margin-left: 0;
  padding-left: 0;
}
#search-results-bar dt.actionMenuHeader a {
  border-bottom: none;
}
#search-results-bar dt.actionMenuHeader a::after {
  content: " ▼";
}
.searchResults {
  margin-top: 0;
}
#ajax-search-res {
  display: none;
}
/* @end */

/* @group Image alignment classes */

.image-left {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.image-right {
  float: right;
  margin: 0.5em;
}
.image-inline {
  float: none;
}
/* @end */

/* @group Table of Contents */

/*Table of Contents styling - essentially a portlet with smaller fonts and aligned right + limited in width*/

dl.toc {
  float: right;
  width: 35%;
  font-size: 100%;
  margin: 1em 0 0.5em 1.5em;
}
dl.toc dt {
  margin-left: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
dl.toc dd {
  margin-bottom: 0;
  padding-left: 2em;
}
dl.toc dd ol {
  margin-left: 1.5em;
}
/* @end */

/* @group Sitemap */

#portal-sitemap {
  list-style: none;
  margin-left: 0;
  font-size: 130%;
  font-weight: bold;
  padding-left: 0;
}
#portal-sitemap li {
  list-style: none;
  margin-left: 0;
}
#portal-sitemap a {
  display: block;
}
#portal-sitemap > li {
  line-height: 1.8em;
  margin-bottom: 0;
}
#portal-sitemap .navTreeLevel2,
#portal-sitemap .navTreeLevel2 ul {
  font-size: 85%;
  font-weight: normal;
  margin-bottom: 0;
}
/* @end */

/* @group Album view classes */

.photoAlbumVisual {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ededed;
  border-radius: 12px;
  display: inline-block;
  margin: 0 3px 6px 6px;
  padding: 0 0 1px;
  vertical-align: top;
}
.photoAlbumShadow {
  background-color: #f3f3f3;
  border-bottom: 1px solid #999999;
  border-radius: 10px;
  padding: 0 0 1px;
}
.photoAlbumEntry {
  background-color: #ededed;
  border-color: lightgray #e8e8e8;
  border-radius: 8px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  font-size: 0.92em;
  line-height: 1.36em;
  margin: 0 3px 6px 6px;
  vertical-align: top;
  width: 144px;
}
.photoAlbumFolder {
  margin: 0;
  vertical-align: top;
}
.photoAlbumEntry a {
  border-radius: 8px;
  border-color: #f8f8f8;
  border-style: solid;
  border-width: 0 1px 1px 0;
  display: block;
  height: 156px;
  overflow: hidden;
  padding: 8px 7px 8px 6px;
  position: relative;
  text-decoration: none;
}
.photoAlbumEntry a:after {
  background-color: rgba(241, 241, 241, 0.4);
  bottom: 0;
  content: "";
  height: 8px;
  position: absolute;
  width: 131px;
}
.photoAlbumEntryWrapper {
  display: block;
  text-align: center;
}
.photoAlbumEntry img {
  border: 2px solid white;
}
.photoAlbumEntryTitle {
  color: #757373;
  display: block;
  padding: 4px 3px 0;
  width: 126px;
}
.photoAlbumEntry a:hover {
  overflow: visible;
}
.photoAlbumEntry a:hover .photoAlbumEntryTitle {
  background-color: #f1f1f1;
  background-color: rgba(241, 241, 241, 0.8);
  bottom: 0;
  min-height: 50%;
  position: absolute;
}
/* @end */

/* @group Invisibles */

.hiddenStructure {
  display: block;
  background: transparent;
  background-image: none;
  /* safari bug */
  border: none;
  height: 0.1em;
  overflow: hidden;
  padding: 0;
  margin: -0.1em 0 0 -0.1em;
  width: 1px;
}
#content .visualNoMarker {
  list-style: none;
  margin-left: 0;
}
.visualClear {
  clear: both;
}
/* @end */

/* @group Accessibility elements, applied by JS */

body.largeText {
  font-size: 125%;
}
body.smallText {
  font-size: 85%;
}
/* @end */

/* @group Overlay windows */

/* styling for overlays (popups) */

.overlay {
  display: none;
  height: auto;
  margin: 1em;
  width: auto;
}
.overlay-iframe,
.overlay-ajax {
  min-height: 100px;
  width: 600px;
  z-index: 99;
}
div.overlay-iframe {
  height: 60%;
}
/* default close button positioned on upper-left corner */

div.overlaybg div.close,
div.overlay div.close {
  background-image: url(../images/pb_close.png);
  position: absolute;
  left: -14px;
  top: -14px;
  cursor: pointer;
  height: 30px;
  width: 30px;
}
.pb-ajax {
  overflow-y: auto;
}
.pb-ajax,
.pb-image,
.overlay iframe {
  background-color: white;
  border: 1px solid #999999;
  white-space: normal;
  box-shadow: 0 0 3em 0.5em #666666;
}
.pb-ajax > div {
  padding: 1em;
}
.pb-ajax .documentActions {
  display: none;
}
div.overlay div.close span {
  display: block;
  height: 1px;
  margin: -1px 0 0 -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}
div.overlay textarea {
  width: 100%;
}
/* Hide form elements that don't make sense within an overlay. */

div.overlay .link-parent {
  display: none;
}
div.overlay #createGroup legend {
  display: none;
}
div.overlay #createGroup fieldset {
  border: none;
}
/* lets play nice with paragraphs, links, tabbed pages in overlay e.g. when plone.openid is installed */

div.overlay p {
  margin-bottom: 1em;
}
div.overlay label {
  margin-bottom: 0.25em;
}
div.overlay a:hover {
  color: #555555;
}
div.overlay a:hover label {
  cursor: pointer;
}
div.overlay a.selected {
  color: black;
}
div.overlay .formTab {
  margin-right: 1em;
  font-weight: bold;
}
div.overlay .formTab.lastFormTab {
  margin-right: 0em;
}
div.overlay .formControls a {
  display: block;
  margin: 0.75em;
}
/* @end */

/* @group Content History */

div.historyRecord {
  margin-bottom: 1em;
}
div.historyTools ul {
  float: right;
  margin: 2px 1em;
}
div.historyTools ul li {
  display: inline;
  padding: 0 0.015em;
}
div.historyTools ul li a {
  border-bottom: none;
}
div.historyTools form {
  display: inline;
}
.historyByLine {
  background: #dddddd;
  padding: 0.5em;
}
div.historyLinks {
  float: right;
  clear: right;
  margin: 0.5em 1em 0 0;
}
div.historyComment {
  padding: 0.5em 1em;
  border: 1px solid #dddddd;
}
div.historyComment p {
  margin: 0;
  padding-top: 1px;
}
a.historyComparePrevious {
  border-top: 1px dotted #cccccc;
  display: block;
  margin-top: 1.5em;
  margin-bottom: -0.5em;
  text-align: center;
}
a.historyComparePrevious span {
  background-color: white;
  position: relative;
  top: -0.75em;
  padding: 0 0.5em;
}
/* @end */

/* @group Core content type sprites */

.icons-on .contenttype-folder {
  background: url(../images/icons-sprite.png) no-repeat 0 -1598px;
  display: inline-block;
  padding-left: 19px;
}
.icons-on .contenttype-document {
  background: url(../images/icons-sprite.png) no-repeat 0 -1798px;
  display: inline-block;
  padding-left: 19px;
}
.icons-on .contenttype-news-item {
  background: url(../images/icons-sprite.png) no-repeat 0 -1998px;
  display: inline-block;
  padding-left: 19px;
}
.icons-on .contenttype-event {
  background: url(../images/icons-sprite.png) no-repeat 0 -2199px;
  display: inline-block;
  padding-left: 19px;
}
.icons-on .contenttype-topic,
.icons-on .contenttype-collection {
  background: url(../images/icons-sprite.png) no-repeat 0 -2400px;
  display: inline-block;
  padding-left: 19px;
}
.icons-on .contenttype-image {
  background: url(../images/icons-sprite.png) no-repeat 0 -2599px;
  display: inline-block;
  padding-left: 19px;
}
.icons-on .contenttype-link {
  background: url(../images/icons-sprite.png) no-repeat 0 -2995px;
  display: inline-block;
  padding-left: 19px;
}
.icons-on img[alt='File'] {
  margin-right: 3px;
}
/* Add new */

#plone-contentmenu-factories li a {
  background: url(../images/icons-sprite.png) no-repeat 1px -1197px;
  display: block;
  padding-left: 17px;
}
#plone-contentmenu-factories li a:hover {
  background-color: white;
  background-position: 1px -2799px;
}
#plone-contentmenu-factories li .contenttype-folder {
  background-position: 1px 2px;
}
#plone-contentmenu-factories li .contenttype-folder:hover {
  background-position: 2px -1598px;
}
#plone-contentmenu-factories li .contenttype-document {
  background-position: 1px -199px;
}
#plone-contentmenu-factories li .contenttype-document:hover {
  background-position: 2px -1799px;
}
#plone-contentmenu-factories li .contenttype-news-item {
  background-position: 1px -399px;
}
#plone-contentmenu-factories li .contenttype-news-item:hover {
  background-position: 2px -1999px;
}
#plone-contentmenu-factories li .contenttype-event {
  background-position: 1px -599px;
}
#plone-contentmenu-factories li .contenttype-event:hover {
  background-position: 2px -2199px;
}
#plone-contentmenu-factories li .contenttype-topic {
  background-position: 1px -800px;
}
#plone-contentmenu-factories li .contenttype-topic:hover {
  background-position: 2px -2400px;
}
#plone-contentmenu-factories li .contenttype-image {
  background-position: 1px -999px;
}
#plone-contentmenu-factories li .contenttype-image:hover {
  background-position: 2px -2599px;
}
#plone-contentmenu-factories li .contenttype-file {
  background-position: 1px -1199px;
}
#plone-contentmenu-factories li .contenttype-file:hover {
  background-position: 2px -2799px;
}
#plone-contentmenu-factories li .contenttype-link {
  background-position: 1px -1395px;
}
#plone-contentmenu-factories li .contenttype-link:hover {
  background-position: 2px -2995px;
}
#plone-contentmenu-factories #settings {
  background-image: none;
  padding: 0;
}
/* @end */

/* @group jQuery Tag multiple selector */

.optionsBox {
  overflow-y: auto;
  border: solid 1px #999999;
  background: white;
  height: 14em;
  width: 100%;
}
.optionsBox LABEL {
  padding: 2px 0 0 0;
  display: block;
  line-height: 1em;
  font-weight: normal;
}
.optionsBox input {
  vertical-align: middle;
  margin: 1px 4px 4px 6px;
}
.optionsBox LABEL.checked {
  background-color: #eeeeee;
}
.optionsBox LABEL.hover {
  background-color: #777777;
  color: white;
}
#archetypes-fieldname-subject .formHelp {
  font-weight: normal;
}
#existingTagsSection {
  position: relative;
  margin-left: 3em;
}
#existingTags {
  float: left;
  width: 50%;
}
#content #existingTags dd {
  margin-bottom: 1px;
  margin-left: 0;
}
#content #selectedTags,
#content #newTags {
  margin-bottom: 0;
  margin-left: 0;
}
#content #selectedTagsSection {
  margin-left: 3em;
  float: left;
  width: 43%;
  margin-bottom: 0;
}
#newTagsSection {
  width: 48%;
  margin-left: 3em;
}
#content p.selectedTag {
  margin-bottom: .4em;
}
#existingTagsTitle,
#newTagsTitle {
  float: left;
}
#existingTagsHelp,
#newTagsHelp {
  float: right;
}
#noTagsSelected,
#oneOrMoreTagsSelected {
  display: none;
}
#ajax-spinner {
  display: none;
  width: 20px;
  height: 20px;
  position: fixed;
  background-position: center center;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
/* @end */

input[type="checkbox"],
input[type="radio"] {
  margin-right: 3px;
}
.label,
label {
  font-weight: bold;
}
label.horizontal {
  display: block;
  margin: 0 0 0.476190476;
}
.field {
  margin: 0 0 1em;
}
div.field.error {
  background-color: #ffddcc;
  border: 1px solid red;
  padding: 0.5em;
}
.formControls {
  margin: 1em 0;
}
.formControls input {
  margin-right: 4px;
}
.context,
.standalone,
.destructive {
  margin-right: 4px;
}
/* @group Forms */

/* Emulates the styling from the h1 tag */

.field input[type="text"][name$=".title"],
input#title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #633615;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  margin: 10px 0 20px;
  margin: 0;
  width: 100%;
}
/* Emulates styling from the description's view */

#content .field textarea[name$=".description"],
#archetypes-fieldname-description textarea#description {
  font-size: 18px;
  margin: 0 0 20px;
  margin: 0;
}
input[type="text"],
input[type="password"],
textarea {
  border: 1px solid black;
  padding: 2px;
}
input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover {
  border: 1px solid #555555;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #f7921e;
  outline: none;
}
button,
input[type="submit"] {
  background-color: #555555;
  border: 1px solid black;
  color: white;
  margin-right: 5px;
  padding: 2px 6px;
}
input[type="submit"].standalone {
  background-color: #d9534f;
}
.field textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
label .fieldErrorBox {
  font-weight: normal;
}
dl.enableFormTabbing dd {
  margin-left: 0;
  padding-top: 2em;
}
.searchSection {
  color: #76797c;
  margin-top: 0.25em;
}
.searchSection label:hover {
  color: Black;
}
.fieldRequired {
  color: #d9534f;
  font-size: 10px;
  vertical-align: super;
}
.fieldUploadFile {
  text-align: right;
  margin-right: 0.75em;
  display: none;
}
.fieldTextFormat {
  text-align: right;
  margin-right: 0.75em;
}
.formHelp {
  color: #555555;
  display: block;
  font-size: 11.998px;
  font-weight: normal;
  line-height: 1.19;
  margin: 0.238095238 0 0.476190476;
}
.error .fieldRequired {
  color: #dd0000;
}
div.error.warning {
  background-color: transparent;
  border: none;
  margin-top: 0;
  padding: 0;
}
div.error.warning input {
  border: 2px solid red;
}
input.inputLabelActive {
  color: #76797c;
}
textarea#form\.description {
  height: 6em;
  width: 99%;
}
table.listing tbody tr.odd.selected td,
table.listing tbody tr.odd.dragging td,
tr.dragging,
tr.selected {
  background-color: #ffffaa;
}
table.listing tbody tr.odd.error td,
tr.error {
  background-color: #ffddcc;
}
.multi-widget-field {
  padding-left: 0.5em;
  border-left: 1.5em solid #dddddd;
}
.multi-widget-checkbox {
  margin-left: -2em;
  margin-right: 0.5em;
  width: 1.5em;
  display: inline-block;
}
/* @group Login form */

body.template-logged_out #content,
body.template-login_form #content,
.pb-ajax #login-form {
  text-align: center;
}
#fieldset-openid-login input,
#login-form input {
  font-size: 150%;
}
body.template-register #content input,
body.template-new-user #content input {
  font-size: 150%;
  width: inherit;
}
#fieldset-openid-login label,
#login-form label {
  margin-right: 0.5em;
  padding-top: 0.2em;
  text-align: right;
  width: 10em;
  display: inline-block;
}
#fieldset-openid-login .formControls input,
#login-form .formControls input {
  margin-left: 0.25em;
}
/* @end */

/* @end */

.criteria,
.sortingField {
  margin: 0 0 0.714285715;
}
.criteria select {
  margin: 0 3px 6px 0;
}
.sortingField select {
  margin-right: 3px;
}
.widgetPulldownMenu label {
  display: block;
}
.multipleSelectionWidgetTitle {
  cursor: pointer;
}
.widgetPulldownMenu {
  margin: 0;
}
#portal-header {
  margin: auto;
  padding: 0 15px;
  position: relative;
  width: 960px;
}
.wrapper {
  margin: auto;
  padding: 0 15px;
  width: 960px;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.wrapper:after {
  clear: both;
}
#portal-columns {
  background-color: #e7ecf2;
  margin-top: -127px;
  margin-bottom: 10px;
  padding-top: 10px;
  z-index: 2;
}
.home-page #portal-columns,
div[data-edit-top-panel] #portal-columns {
  margin-top: 0;
}
#portal-columns[data-column-one]:before,
#portal-columns[data-column-two]:after {
  background-color: white;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  width: 10px;
}
#portal-columns[data-column-one]:before {
  left: 315px;
}
#portal-columns[data-column-two]:after {
  right: 315px;
}
#portal-column-content,
#portal-column-one,
#portal-column-two {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
#portal-column-content {
  padding-top: 0;
}
.documentDescription {
  font-size: 18px;
  margin: 0 0 20px;
}
#top-links {
  float: right;
  list-style: none;
  margin: 0 20px 0 0;
  padding: 0;
}
#top-links li {
  display: inline-block;
  margin-left: 3px;
  vertical-align: top;
}
.subscribelink-facebook {
  background: url(../images/facebook.jpg);
  display: block;
  height: 39px;
  overflow: hidden;
  text-indent: -9999px;
  width: 39px;
}
.subscribelink-donate {
  background: url(../images/donate.jpg) no-repeat 100% 0;
  color: #f7921e !important;
  display: block;
  padding: 24px 45px 0 0;
  text-transform: uppercase;
}
.subscribelink-pinterest {
  background: url(../images/pinterest.jpg);
  display: block;
  height: 39px;
  overflow: hidden;
  text-indent: -9999px;
  width: 39px;
}
.subscribelink-twitter {
  background: url(../images/twitter.png);
  display: block;
  height: 39px;
  overflow: hidden;
  text-indent: -9999px;
  width: 39px;
}
#portal-globalnav {
  background-color: #f7921e;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
#portal-globalnav li {
  display: inline;
}
#portal-globalnav a {
  color: white;
  display: inline-block;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom:10px;
  padding-right:9px;
  padding-left:9px;
}
#portal-searchbox {
  background-color: #f7921e;
  float: right;
  padding: 10px;
}
#portal-searchbox .searchField {
  border: 0;
  color: #738fb7;
  font-weight: bold;
  height: 16px;
  vertical-align: top;
}
#portal-searchbox .searchField::-webkit-input-placeholder {
  color: #738fb7;
}
.searchButton[type="submit"] {
  background: #f7921e;
  border: 0;
}
#portal-searchbox .searchButton[type="submit"] {
  height: 16px;
  padding: 0 6px;
}
.LSResult {
  position: relative;
  z-index: 3;
}
.livesearchContainer {
  background-color: white;
  border: 1px solid black;
  left: 0;
  margin: 2em 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#livesearchLegend {
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 1px 1px 0;
  line-height: 1.18em;
  margin-left: -1px;
  padding: 4px 8px;
  position: absolute;
  top: -1.8em;
}
.LSIEFix {
  padding: 4px 8px 10px;
}
.LSTable {
  list-style: none;
  margin: 0;
  padding: 0;
}
.LSDescr {
  margin-left: 7px;
}
#portal-logo {
  display: block;
}
#portal-siteactions {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}
li#siteaction-contact a {
color:#e68627;}

#portal-siteactions li {
  display: inline;
}
#portal-siteactions li:before {
  content: "| ";
}
#portal-siteactions li:first-child:before {
  display: none;
}
#portal-siteactions a {
  color: black;
}
#portal-breadcrumbs {
  font-size: 12px;
  margin-bottom: 10px;
}
#portal-footer {
  background: url(../images/footer_bkgd.jpg) no-repeat 0 0 #002665;
  color: white;
  margin-bottom: 10px;
  padding: 13px 10px 13px 110px;
}
#portal-footer p {
  margin: 0;
}
#portal-footer a {
  color: white;
  text-decoration: underline;
}
.portlet {
  margin: 0 0 1em;
}
dl.portletError {
  background-color: #f0ad4e;
}
.portletHeader {
  font-size: 18px;
}
.portletHeader a {
  color: #738fb7;
}
.portletItem,
.portletFooter {
  margin: 0;
  padding-top: 5px;
}
.blockedPortlet .portletHeader {
  border: 1px dashed #dddddd;
  margin: -1px;
  background: none !important;
}
.blockedPortlet .portletHeader a {
  color: #666666;
}
.blockedPortlet .portletBlockedMessage {
  color: white;
  display: inline;
}
.portletItemDetails {
  display: block;
}
.add-panel a {
  background-color: #eeeeee;
  border: 1px solid #999999;
  float: left;
  margin: 0 1em 1em 0;
  padding: 5px;
  text-align: center;
  width: 7em;
}
.add-panel .cell div {
  background-color: #555555;
  color: white;
  padding: 5px 0;
}
#portal-top .panels {
  background-color: #633615;
  position: relative;
}
.home-page #portal-top .panels {
  margin-bottom: 20px;
}
#portal-top .panels:after {
  background-color: #738fb7;
  content: "";
  height: 44px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#portal-top .panel {
  margin: auto;
  position: relative;
  width: 960px;
  z-index: 1;
}
#portal-top .panel:before,
#portal-top .panel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
#portal-top .panel:after {
  clear: both;
}
#portal-top .panel-1 {
  height: 310px;
}
#portal-top .portlet {
  margin: 0;
}
#portal-top .portletStaticText {
  overflow: hidden;
  max-width: 100%;
}
#portal-top .portletStaticText p {
  margin: 0;
}
#portal-top .portletStaticText img {
  vertical-align: top;
}
#portal-top .panel-1 .portletStaticText img {
  max-width: none;
}
#portal-top .panel-0 .cell {
  width: 640px;
}
#portal-top .panel-0 .cell + .cell {
  margin-left: -320px;
  width: 320px;
}
#portal-top .panel-0 .portletStaticText img {
  max-width: 50%;
}
#portal-top .manage-panel {
  background-color: white;
  position: relative;
  z-index: 3;
}
#portal-top .manage-panel .collapsibleHeader {
  line-height: 1.428571429;
  margin: 0;
  padding: 12px 10px 12px 24px;
  top: 0;
}
#portal-top dl.collapsible {
  margin: 0;
}
#portal-top dl.collapsedBlockCollapsible {
  height: auto;
}
.carouselPortletItem {
  margin: 0;
}
.carouselPortletItemTitle {
  color: white;
  display: block;
/*  font-family: Georgia, "Times New Roman", Times, serif; */
  font-size: 18px;
  line-height: 20px;
  overflow: hidden;
  padding: 12px 10px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.carouselPortletItemImg {
  vertical-align: top;
}
.navTree {
  padding-left: 10px;
}
.navTreeItem {
  display: block;
}
.navTreeLevel0 {
  padding-left: 0;
}
.ploneCalendar {
  width: 100%;
}
.ploneCalendar th,
.ploneCalendar td {
  text-align: center;
}
/* @group Editing */

/* @group Tabs */

.formTabs {
  background-color: #999999;
  margin: 0 0 1em;
  padding: 3px 3px 0;
}
#edit-bar {
  background-color: #d3ccba;
  margin: 0 0 1em;
  padding: 3px 0 0 3px;
}
#edit-bar:after {
  clear: both;
  content: "";
  display: table;
}
#content-views {
  background-color: #d3ccba;
  float: left;
  margin: 0;
  padding: 0;
}
#content-views li {
  display: inline;
}
#content-views a {
  color: #633615;
  display: inline-block;
  padding: 3px 9px;
  text-decoration: none;
}
#content-views li.selected a,
#content-views li a:hover {
  background: white;
}
#content-views li.selected a {
  font-weight: bold;
}
#plone-contentmenu-workflow dt a {
  padding: 0 3px;
}
.state-private {
  color: #d9534f;
}
#plone-contentmenu-workflow .state-private,
#plone-contentmenu-workflow .state-published,
#plone-contentmenu-workflow .state-pending {
  background-color: #d9534f;
  color: white;
  display: inline-block;
  padding: 3px 5px;
}
#plone-contentmenu-workflow .state-published {
  background-color: #0069aa;
  display: inline-block;
  padding: 3px 5px;
}
#plone-contentmenu-workflow .state-pending {
  background-color: #eeeeee;
  color: #555555;
}
.formTab {
  display: inline;
  margin-right: 0.25em;
}
.formTab a {
  color: black;
  display: inline-block;
  line-height: 2em;
  padding: 0 0.75em;
  text-decoration: none;
}
.formTab a:hover,
.formTab a.selected {
  background: white;
  color: black;
}
a.notify {
  background-color: red;
  color: white;
}
span.required:after {
  content: "■";
  color: #d9534f;
}
.formPanel {
  border: 0;
  padding: 0;
}
.formPanel.hidden {
  display: none;
}
.formControls input.hidden {
  display: none;
}
/* @end */

/* @group Pulldown menus */

#contentActionMenus {
  margin: 0;
  padding: 0;
}
#contentActionMenus > li {
  display: inline;
}
.actionMenu {
  margin: 0;
  position: relative;
  white-space: nowrap;
}
#contentActionMenus .actionMenu {
  float: right;
}
.actionMenu a {
  color: #633615;
  display: block;
  padding: 1px 3px;
  text-decoration: none;
}
.actionMenu dd {
  background-color: #d3ccba;
  margin: 0;
  min-width: 100%;
  padding: 0 3px 3px;
  position: absolute;
  right: 0;
  z-index: 5;
}
.actionMenu.deactivated dd {
  display: none;
}
.actionMenu dd a:hover,
.actionMenu dd .actionMenuSelected {
  background-color: white;
}
.actionMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.subMenuTitle {
  display: block;
  padding: 0 3px;
}
/* @group Personal tools pulldown */

#portal-personaltools {
  float: right;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
#portal-personaltools {
  list-style: none;
  padding: 0;
}
#portal-personaltools .actionMenuHeader a,
#personaltools-login {
  background-color: #d3ccba;
  color: #633615;
  padding: 11px;
}
#portal-personaltools .actionMenuHeader a:after {
  content: " ▼";
}
#portal-personaltools dd {
  padding: 0.5em 0;
}
#portal-personaltools dd a {
  line-height: 2em;
  padding: 0 0.75em;
}
/* @end */

/* @group Content pulldowns */

#folderHeader,
#contextHeader {
  border-bottom: 2px solid white;
}
#contextHeader {
  margin-top: 5px;
}
/* @end */

/* @end */

/* @group Control panel */

#setup-link {
  font-size: 90%;
}
.configlets {
  padding: 0;
}
.configlets li {
  display: block;
  margin: 1em 0;
}
.configlets li a {
  text-decoration: none;
  border: none;
}
.configlets li a:visited {
  color: #436976;
  background-color: transparent;
}
.configlets li a:active {
  color: #436976;
  background-color: transparent;
}
.configlets li label {
  font-weight: bold;
}
.configletDetails {
  margin: 0em 1em 1em 4em;
  list-style-image: none;
  list-style: none;
}
.configletDetails li {
  margin-bottom: 1em;
  display: inline;
}
.configletDetails li a {
  text-decoration: none;
}
.configletDetails li label {
  font-weight: bold;
}
.configletDetails li.configletDescription {
  display: block;
  color: #76797c;
  margin: 0;
}
.inlineDisplay {
  display: inline;
}
table.controlpanel-listing {
  width: 100%;
}
table.controlpanel-listing td,
table.controlpanel-listing th {
  font-size: 120%;
}
table.controlpanel-listing dl {
  margin-top: 0;
}
table.controlpanel-listing dd {
  margin-left: 1em;
}
table.controlpanel-listing dl dt a .trigger {
  font-weight: normal;
}
table .controlpanel-listing td {
  vertical-align: top;
}
table.controlpanel-listing td.checker {
  text-align: center;
}
table.controlpanel-listing th.smallcolumn {
  width: 1.5em;
}
.chooser-right {
  float: right;
  margin-right: 0;
  margin-bottom: 0;
}
.rule-element {
  background-color: #eef3f5;
  margin: 0.5em 0pt 0.5em;
  padding: 0.3em 1em 0.3em 1em;
  width: auto;
}
.rule-element dl dd {
  margin-left: 1em;
}
.rule-updown,
.rule-operations {
  float: right;
  padding-top: 0.8em;
}
/* @end */

/* @group Portlets management */

div.portletAssignments div.portletHeader {
  margin-bottom: 5px;
  padding: 0.42em 1em;
  background: #dddddd;
  line-height: normal;
}
div.portletAssignments .managedPortletActions {
  float: right;
  margin-top: -0.21em;
}
div.portletAssignments .managedPortletActions a,
div.portletAssignments .managedPortletActions button {
  border: 0;
  padding: 3px;
}
div.portletAssignments .managedPortletActions form {
  display: inline;
}
.managedPortlet {
  margin: 0.8em 0;
}
div.managePortletsLink,
a.managePortletsFallback {
  padding: 0.25em 0.5em;
  margin: 0 auto 1em;
  text-align: center;
}
a.managePortletsFallback {
  display: inline-block;
  /* in order for our vertical margins to work on inline element */

}
#content a.managePortletsFallback {
  display: block;
  border-bottom: none !important;
}
/* @end */

@media only screen and (max-width: 767px) {
  div.row {
    float: none;
    width: auto;
  }
  div.cell {
    float: none;
    left: auto;
    margin-left: 0 !important;
    width: auto !important;
  }
  #portal-header,
  #portal-top .panel,
  .wrapper {
    padding: 0 10px;
    width: auto;
  }
  #portal-columns {
    margin-bottom: 0;
  }
  #portal-columns[data-column-one]:before,
  #portal-columns[data-column-two]:after {
    display: none;
  }
  #portal-column-content,
  #portal-column-one,
  #portal-column-two {
    border-bottom: 10px solid white;
  }
  #portal-searchbox {
    float: none;
  }
  #portal-searchbox .searchField {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px;
    width: 100%;
  }
  #portal-searchbox .searchButton[type="submit"] {
    display: none;
  }
  #portal-globalnav {
    position: relative;
  }
  #portal-globalnav:after {
    background-color: white;
    content: "";
    display: block;
    top: 0;
    left: 50%;
    bottom: 0;
    position: absolute;
    width: 1px;
  }
  #portal-globalnav li {
    display: inline-block;
    width: 50%;
  }
  #portal-globalnav li a {
    border-top: 1px solid white;
    display: block;
  }
  input.searchPage[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  input.searchPage[type="submit"] {
    display: none;
  }
  .pb-ajax #login-form,
  .pb-ajax #fieldset-openid-login label,
  .pb-ajax #login-form label {
    text-align: left;
  }
  .pb-ajax input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
  }
}
@media print {
  /* Removes certain elements when printing, and apply basic font styles
     for the remaining content. */
  body {
    font-family: "Helvetica Neue", Arial, FreeSans, sans-serif;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Helvetica Neue", Arial, FreeSans, sans-serif;
    font-weight: bold;
    line-height: 125%;
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  h1,
  h2 {
    letter-spacing: -0.05em;
  }
  a {
    color: black !important;
  }
  #portal-column-content {
    width: 95%;
  }
  .documentDescription {
    font-weight: bold;
  }
  pre {
    border: 1pt dotted black;
    white-space: pre;
    font-size: 8pt;
    overflow: auto;
    padding: 1em;
  }
  table.listing,
  table.listing td {
    border: 1pt solid black;
    border-collapse: collapse;
  }
  table.listing td,
  table.listing th {
    padding: 6px;
  }
  /* Page break class for use when printing */
  div.pageBreak {
    page-break-before: always;
  }
  /* Basic styles for listing and document views */
  #content dt {
    margin: 1em 0 0.625em;
  }
  #content p,
  #content table {
    margin-bottom: 0.625em;
    margin-top: 0.625em;
  }
  #content .documentDescription,
  #content #description {
    margin: 0.5em 0 1.31em;
  }
  /* Uncomment these if you want link addresses inserted along with the link text
     when you print.
  #content a:link:after,
  #content a:visited:after {
     content: " [" attr(href) "] ";
  }
  */
  /* Hide all the elements that are irrelevant for printing */
  div.top,
  #portal-logo,
  #portal-siteactions,
  .hiddenStructure,
  #portal-searchbox,
  #portal-globalnav,
  #portal-personaltools,
  #portal-breadcrumbs,
  #edit-bar,
  #portal-column-one,
  #portal-column-two,
  #portal-languageselector,
  .contentViews,
  .contentActions,
  .help,
  .legend,
  .portalMessage,
  .documentActions,
  .netscape4,
  #viewlet-below-content .reply,
  #viewlet-below-content .discussion,
  #kss-spinner,
  #review-history,
  #content-history,
  .listingBar,
  #portal-footer,
  #portal-colophon,
  .skipnav,
  #kss-spinner,
  #review-history,
  #content-history,
  .listingBar,
  .link-presentation,
  input.standalone,
  .overlay,
  .managePortletsFallback,
  .close,
  .link-parent,
  .draggingHook,
  #foldercontents-order-column,
  input.context,
  #top-links,
  #portal-top .panels,
  .visualNoPrint {
    display: none;
  }
  /* Image alignment classes */
  .image-left {
    float: left;
    clear: both;
    margin: 0.5em 1em 0.5em 0;
    border: 0.4pt solid Black;
  }
  .image-inline {
    float: none;
  }
  .image-right {
    float: right;
    clear: both;
    margin: 0.5em;
    border: 0.4pt solid Black;
  }
  dd.image-caption {
    text-align: left;
    padding: 0;
    margin: 0;
  }
  dl.captioned {
    padding: 0.8em;
  }
  .newsImageContainer {
    float: right;
    margin: 0 0 0.5em 1em;
    width: 16em;
  }
  #portal-columns {
    margin-top: 0;
  }
}
