@media screen {

/*----- Reset -----*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
  }
table {
  border-collapse:collapse;
  border-spacing:0;
  }
fieldset,img { 
  border:0;
  }
address,caption,cite,code,dfn,strong,th,var {
  font-style:normal;
  font-weight:normal;
  }
ol,ul {
  letter-spacing: 1px;
  list-style:none;
  }
caption,th {
  color: #fff;
  background:#67869c;
  padding: 0.5em 1em;
  text-align:left;
  }
h1,h2,h3,h4,h5,h6 {
  letter-spacing: 1px;
  font-size:100%;
  font-weight:normal;
  }
q:before,q:after {
  content:'';
  }
abbr,acronym {
  border:0;
  }

/*----- Layout -----*/
div.row {
/*  margin-top: -2px;*/
  float:left;
  width:100%;
  display:block;
  position:static;
}
div.cell {
  position:relative;
  float:left;
  left:100%;
  }
div#ui-datepicker-div { 
  display: none; 
  }
/*---------- Styles Sunburst  ----------*/


/*---------- Style where the margin is 25px ----------*/
/* Width classes. 
   For a given cell width, the calculation is: 
   width = (total cell width) * n - (column margins) 
   In this case: (6.25*n - 2.08333)% */
div.width-1  { width:  3.90625% }
div.width-2  { width: 10.3125% }
div.width-3  { width: 16.71875% }
div.width-4  { width: 23.125% }
div.width-5  { width: 29.53125% }
div.width-6  { width: 35.9375% }
div.width-7  { width: 42.34375% }
div.width-8  { width: 48.75% }
div.width-9  { width: 55.15625% }
div.width-10 { width: 61.5625% }
div.width-11 { width: 67.96875% }
div.width-12 { width: 74.375% }
div.width-13 { width: 80.78125% }
div.width-14 { width: 87.18755% }
div.width-15 { width: 93.59375% }
div.width-16 { width: 100% }

/* Positioning classes, these are subtracting from a rightmost 
   position, which is why they seem the wrong way around */
/* For a given position, the calculation is:
   -100 + (total cell width * n)
   In this case: margin-left: -100 + (6.25*n) */

div.position-0  { margin-left: -100%   }
div.position-1  { margin-left: -93.59375% }
div.position-2  { margin-left: -87.18755%  }
div.position-3  { margin-left: -80.78125% }
div.position-4  { margin-left: -74.375%    }
div.position-5  { margin-left: -67.96875% }
div.position-6  { margin-left: -61.5625%  }
div.position-7  { margin-left: -55.15625% }
div.position-8  { margin-left: -48.75%    }
div.position-9  { margin-left: -42.25% }
div.position-10 { margin-left: -35.895%  }
div.position-11 { margin-left: -29.43125% }
div.position-12 { margin-left: -23.125%    }
div.position-13 { margin-left: -16.67% }
div.position-14 { margin-left: -10.25%  }
div.position-15 { margin-left:  -3.88% }

/* End of the core Deco Grid System */

/* Convenience classes — ¼, ½, ¾ widths and ¼, ½, ¾ positions. 
   Not strictly necessary. */
div.width-1\3a 2 { width:    48.75% } /* .width-1:2 */
div.width-1\3a 4 { width:    25% } /* .width-1:4 */
div.width-3\3a 4 { width:    74.325% } /* .width-3:4 */
div.position-1\3a 4 {margin-left:    -75% !important} /* .position-1:4 */
div.position-1\3a 2 {margin-left:    -50%!important } /* .position-1:2 */
div.position-3\3a 4 {margin-left:    -25% } /* .position-3:4 */


/* Special classes for ⅓, ⅔ widths and ⅓, ⅔ positions. 
These do not strictly conform to the grid, but are useful for certain layouts. */
div.width-1\3a 3 { width: 39.666%; } /* .width-1:3 */
div.width-2\3a 3 { width: 65.833%; } /* .width-2:3 */
div.position-1\3a 3 {margin-left: -65.82%;} /* .position-1:3 */
div.position-2\3a 3 {margin-left: -31.566%;} /* .position-2:3 */

/* Full/leftmost are useful synonyms for full width and leftmost positioning */
div.position-leftmost  { margin-left: -100%   }
div.width-full { width: 100% }

/* Define classes for 1/5ths and 1/6ths widths and positions. */
div.width-1\3a 5 { width:    18%; } /* .width-1:5 */
div.position-1\3a 5 {margin-left:    -79.5%;} /* .position-1:5 */
div.position-2\3a 5 {margin-left:    -59%;} /* .position-2:5 */
div.position-3\3a 5 {margin-left:    -38.5%;} /* .position-3:5 */
div.position-4\3a 5 {margin-left:    -18%;} /* .position-4:5 */

div.width-1\3a 6 { width:    14.583%; } /* .width-1:6 */
div.position-1\3a 6 {margin-left:    -82.9%;} /* .position-1:6 */
div.position-5\3a 6 {margin-left:    -14.583%;} /* .position-5:6 */


/*----- General Styles -----*/
body {
  background-color:#fff;
  color:#000;
  font: 85%/1.3em 'Abel', sans-serif;
  }
body#content {
  font-size:;  /* fix to edit */
  margin:1em;
  }
a {
  font-family: Abel;
  color: #112e50;
  text-decoration: none;
  letter-spacing: 1px;
  }
#content a {
  text-decoration: underline;
  text-decoration-color:#125e9f ;
  }  
#content a:hover,
#content a:visited {
  cursor: pointer;
  }
#content a:active {

  }

h2 {
  font-family: Dosis; 
  font-size: 22px;
  color: #88a0b8;
  }
h3 {
  font-size: 18px;
  }
.TOC1Digit {
  display: inline;
  }  
.TOC1Digit li {
  display: inline-block;
  }  
.TOC1Digit li a{
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #58758d;
  color: #58758d;
  }
p {
  letter-spacing: 1px;
  }
ol {
  list-style-type:decimal;
  margin:0 0 18px 27px;
  }
ul {
  list-style-type: none;
  }  
#content-core ul li {
  padding: 2px 0 2px 45px;
  background: url(../images/sprite.png) -140px -267px no-repeat;
  }  
#content-core .event_listing ul li {
  background: none;
  }
#content h1,
#content h2,
#content h3 {
  font-family: Dosis;
  color: #3e607c;
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  }
#content h1 {
  font-weight: normal;
  }
#content ul {
  margin: 0 5%;
  }
#content .formTabs ul {
  margin: 0;
  }  
#content .formTabs li {
  padding: 0;
  background: none;
  } 
#content iframe {
  margin: 15px;
  }  
img {
  vertical-align:text-bottom;
  }
#content img,
.portletStaticText img {
  height:auto;
  max-width:100%;
  width:auto; /*fix to IE8*/
  }
#content li ul,
#content li ol {
  margin-top:0;
  margin-bottom:0;
  }
dl {

  }
dt {
  font-weight:bold;
  }
dd {
  margin:0 0 0.5em 27px;
  }
strong {
  font-weight:bold;
  }
pre {
  background-color:#222;
  color:#fff;
  font-size:12px;
  font-family:monospace;
  margin-bottom:1em;
  padding:1em;
  overflow-x:auto;
  }
 span {
  letter-spacing: 1px;
  } 
.two_columns th {
  width: 50%;
  }  
tbody tr:nth-child(n) {
  background: #f0f3f6; 
  }  
tbody tr:nth-child(2n) {
  background: #fff; 
  }
.invisible td {
  border: none !important; 
  }  
.invisible tr {
  background: none !important;
  }  

/*----- Plone Elements -----*/
#content {
  width: 100%;
  margin: auto;
  }
#portal-column-two .portletItem img {
  height: 123px
  }  
#portal-column-content.position-0 {
  width: 100% !important;
  } 
.section-about #portal-columns {
  padding-bottom: 150px;
  } 
.discreet {
  color:#666;
  font-size:85%;
  }
.visualHighlight {
  background-color:#ffb;
  }
.pullquote {
  border-left:6px solid silver;
  clear:right;
  color:#444;
  float:right;
  font-size:1.17em;
  line-height:1.42em;
  margin:0 1em 1.5em 2.5em;
  padding-left:10px;
  width:35%;
  }
.callout {
  background-color:#eee;
  border-left:1em solid #ccc;
  padding:1em;
  }
.hiddenStructure {
  background:none;
  border:0;
  display:block;
  height:0.1em;
  margin:-0.1em 0 0 -0.1em;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
  }
.visualClear {
  clear:both;
  }
  
/* Image alignment classes */
.image-left {
  clear:left;
  float:left;
  margin:0.5em 1em 0.5em 0;
  }
.image-right {
  clear:right;
  float:right;
  margin:0.5em 0 0.5em 1em;
  }
.image-inline {
  float:none;
  }
.image-caption {
  margin:0; 
  }
.newsImageContainer {
  float:right;
  margin:0 0 0.5em 1em;
  }
.tileImage img {
  float: left;
  margin: 0 25px 0 0;
  }
.tileItem {
  min-height: 147px;
  margin: 30px 0;
  }

/*----- Forms -----*/
input {
  font:1em Arial, Helvetica, sans-serif;
  vertical-align:middle;
  }
input[type="checkbox"],
input[type="radio"] {
  margin-right:3px;
  }
textarea {
  
  }
.label {
  font-weight:bold;
  }
label {
  font-weight:bold;
  vertical-align:middle;
  }
fieldset {
  border-top:1px solid #ccc;
  margin:1em 0;
  padding:1em 0;
  }
.field {
  margin:0 0 1em;
  }
div.field.error {
  background-color:#fdc;
  border:1px solid red;
  margin:1em 0;
  padding:0.5em;
  }
.formControls {
  margin:1em 0;
  }
.formControls input {
  margin-right:4px;
  }
.context {
  margin-right:4px;
  padding:0 3px;
  }
.standalone {
  margin-right:4px;
  padding:0 3px;
  }
.destructive {
  margin-right:4px;
  padding:0 3px;
  }
.owl-item a {
  text-decoration: none !important;
  }
.owl-item p {
  margin: 0 !important;
  }
/*----- General -----*/
#visual-portal-wrapper {
  margin: auto;
  max-width: 1500px;
  }
#portal-top {
  z-index: 9;
  position: relative;
  }
#portal-header {
  min-height: 160px;
  margin-bottom: 15px;
  }

/*----- Portal Site Actions -----*/

#portal-siteactions {
  
  }
#portal-siteactions li {
  display:inline;
  }

/*----- Portal Search Box -----*/
#portal-searchbox {
  position: absolute;
  right: 0;
  top: 50px;
  width: 220px;
  }
#portal-searchbox .searchField {
  width: 77%;;
  position: relative;
  z-index: 2;
  margin: 0;
  }
#portal-searchbox .searchSection {
  margin-top: 3px;
  }
#portal-searchbox .searchSection label {
  font-weight: normal;
  }  
.LSResult {
  position:relative;
  z-index:3;
  }
.LSBox input:focus {
  outline: none;
  }
#portal-searchbox input {
  border: none;
  background: #dedfe6;
  padding: 3px 4px;
  }  
#portal-searchbox .searchButton {
  background: url(../images/sprite.png) -144px -55px no-repeat; 
  position: absolute;
  right: 3px;
  width: 23px;
  cursor: pointer;
  text-indent: -9999px;
  padding:3px 20px;
  } 
.livesearchContainer {
  background-color: #fff;
  border: 1px solid #E4DBDB;
  left: 0;
  margin: 2em 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  }
#livesearchLegend {
  background-color: #fff;
  border-color: #E4DBDB;
  border-style: solid;
  border-width: 1px 1px 0;
  line-height: 1.18em;
  margin-left: -1px;
  padding: 4px 8px;
  position: absolute;
  top: -2em;
  }
.LSIEFix {
  padding:4px 8px 10px;
  }
.LSDescr {
  margin-left:7px;
  }
#search-results-bar .actionMenuHeader a {
  color:; /*link color*/
  }
  
/*----- Portal Logo -----*/
#portal-logo {
  margin: 30px 0 5px 5px;
  float: left;
  }

/*----- Portal Globalnav -----*/
#theme-globalnav {

  }
#theme-globalnav li {
  display:inline;
  }
#theme-globalnav a {

  }
#theme-globalnav .selected a {

  }
#theme-globalnav a:hover {

  }

/*----- Bread Crumbs -----*/
#portal-breadcrumbs {
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.5);
  color: #637181;
  padding: 2px 28px;
  margin-top: 15px;
  }
#breadcrumbs-you-are-here {
  display: none;
  }  
.panels #portal-breadcrumbs {
  position: absolute;
  z-index: 4;
  top: 222px;
  }  
#portal-breadcrumbs a {
  color: #637181;
  } 
#breadcrumbs-current {
  color: #112e50;
  }  
.section-home #portal-breadcrumbs {
  display: none;
  }  

/*----- Personal Tools -----*/ 
#portal-personaltools {
  right: 288px;
  }
#portal-personaltools dt a {
  color:#000;
  font-weight:normal;
  margin:0;
  padding:5px 11px;
  text-decoration:underline;
  }
#portal-personaltools dd {
  background-color:#fff;
  margin:0;
  padding:0 0 5px;
  right:0;
  top:100%;
  }
#portal-personaltools.activated .actionMenuContent {
  display:block;
  }
#portal-personaltools li a {
  color:#000;
  margin:0;
  padding:2px 7px;
  }
#portal-personaltools li a:hover {
  background-color:transparent;
  text-decoration:underline;
  }

/*----- Language Selector -----*/
#portal-languageselector {
  position: absolute;
  right: 220px;
  top:10px;
  }
#portal-languageselector li {
  margin: 0 2px;
  display:inline;
  }
#portal-languageselector li a {
  text-transform: uppercase;
  color: #606467;
  }

/*----- Footer -----*/
#portal-footer {
 
  }

/*----- Portlets -----*/
.portlet p {
  margin: 0 !important;
  } 
.portletHeader span,
.beam_title {
  font-family: Dosis !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  color: #112e50;
  font-family: 'Dosis', sans-serif;
  }
.portletHeader {
  line-height: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 24px;
  color:#fff;
  font-family: 'Dosis', sans-serif;
  }
.portletAssignments .portletHeader a {
  color:#112e50;
  } 
.section-home #portal-top .position-3\3a 4 .portletHeader span {
  color: #fff;
  }  
.portletItem {
  margin:0;
  }
.portletFooter {
  margin:0;
  }
.portletFooter a {

  }
.portletFooter a:hover {

  }
.tile {
  display:block;
  }
.portletItemDetails,
#description {
  font-family: Dosis;
  display:block;
  }

/*----- Manage Portlets -----*/
.managePortletsLink {
  text-align:center;
  }
.managePortletsFallback {
  display:block;
  text-align:center;
  }
.managedPortletActions {
  float:right;
  }
div.portletAssignments .managedPortletActions form {
  display:inline;
  }
div.portletAssignments .managedPortletActions a,
div.portletAssignments .managedPortletActions button {
  background-color:transparent;
  border:none;
  cursor:pointer;
  margin:0 2px;
  padding:0;
  }
  
/*----- Portlet Navigation -----*/
.portletNavigationTree {

  }
.portletItem .navTreeItem a img {
  display:none;
  }

/*----- Portlet News -----*/
.portletNews .portletHeader{
  color: #112e50 !important;
  }

/*----- Portlet Collection -----*/
.portletCollection  {

  }

/*----- Portlet Search -----*/


/*----- Portlet Static Text -----*/
div.portletStaticText {
/*  margin:0 0 10px;*/
  }
.portletStaticText ul {

  }
.portletStaticText ol {
  margin:6px 0 1em 19px;
  }

/*----- Portlet Calendar -----*/
.ploneCalendar {
  width:100%;
  } 
.ploneCalendar th,
.ploneCalendar td {
  text-align:center;
  }
.ploneCalendar .event {

  }
.ploneCalendar .todayevent {

  }
.ploneCalendar .todaynoevent {

  }

/*----- Document Actions -----*/
.documentActions {
  font-size:0.92em;
  text-align:right;
  }
#content .documentActions ul {
  list-style-type:none;
  }
.documentActions li {
  display:inline;
  }
.documentActions a {
  padding:0 5px;
  text-decoration:none;
  }

/*----- Events -----*/
.eventDetails {
  clear:right;
  float:right;
  margin:0 0 0.5em 1em;
  }
#content .eventDetails {
  border:1px solid #ccc;
  margin-top:1em;
  width:22em;
  }
#content .eventDetails h2 {
  background-color:#ddd;
  font-size:100%;
  padding:0.5em 0.5em 0.5em 1em;
  }
#content .eventDetails .eventDetail {
  clear:both;
  }
#content .eventDetails .eventDetail h3,
#content .eventDetails .eventDetail div {
  padding:2%;
  }
#content .eventDetails .eventDetail h3 {
  float:left;
  font-size:100%;
  text-align:right;
  width:37%;
  }
#content .eventDetails .eventDetail div {
  float:left;
  width:55%;
  } 

/*----- Search Results -----*/
.highlightedSearchTerm {
  background-color:#ff9;
  padding:0 2px;
  }

/*----- Editing -----*/
.fieldRequired {
  color:#fff;
  }
.fieldRequired:before {
  color:#f00;
  content:"■ ";
  }
.formPanel {
  padding:1em 2px;
  }
.formPanel textarea {
  width:100%;
  }
#title {
  font-size:2em;
  width:100%;
  }
#description {
/*  min-height: 40px;*/
  font-size: 14px;
  }  
#description,
#owl-shelf p {
  color: #50667f;
  width:100%;
  }
.suppressVisualEditor {
  margin:0 !important;
  }
.fieldUploadFile {
  display:none;
  }
.formHelp {
  color:#555;
  margin:0 0 0.2em 0;
  }
.documentByLine {
  color:#76797c;
  font-size:85%;
  font-weight:normal;
  margin-bottom:0.5em;
  width: 96%;
  margin: auto;
  }
ul.configlets,
#content ul.configlets {
  list-style:none;
  margin:1em 0;
  }
#content-core ul.configlets li {
  margin-bottom:1em;
  background: none;
  padding:0;
  }
ul.configlets li a {
  text-decoration:none;
  }
#content ul.configletDetails {
  margin:0 1em 1em 4em;
  list-style:none;
  }
#content ul.configletDetails li {
  margin-bottom:1em;
  display:inline;
  }
#content ul.configletDetails li.configletDescription {
  display:block;
  color:#76797c;
  margin:0;
  background: none;
  }
#ajax-spinner {
  background-position:50% 50%;
  display:none;
  height:20px;
  left:50%;
  margin:-10px 0 0 -10px;
  position:fixed;
  top:50%;
  width:20px;
  }
.formlibInlineEditable,
.inlineEditable {
  display:block;
  padding:1px;
  }
body.kssActive .inlineEditable:hover,
body.kssActive .formlibInlineEditable:hover {
  border:1px solid #ddd;
  border-color:#666 #ddd #ddd #666;
  cursor:text;
  padding:0;
  }
body.kssActive .inlineEditable a:hover,
body.kssActive .formlibInlineEditable a:hover {
  cursor:pointer;
  }
body.kssActive .formlibInlineForm:hover,
body.kssActive .formlibInlineForm a:hover {
  border:0;
  cursor:default;
  padding:1px;
  }
.inlineForm .formHelp,
.inlineForm .fieldRequired,
.inlineForm label {
  display:none;
  }
/* In inline selection widgets the label *must* be displayed, as
   otherwise you only see identical radio buttons without text. */
.inlineForm .ArchetypesSelectionWidget label {
  display: inline;
  }
.inlineForm #archetypes-fieldname-title input,
.inlineForm #archetypes-fieldname-title {
  font-size: 100%;
  }
/* Workaround for abnormally large buttons in the h1 tag */
h1 div.formControls input {
  font-size:55% !important;
  }

/*----- Edit Bar -----*/
#edit-bar {
  background-color:#75ad0a;
  min-height:1.73em;
  width: 96%;
  margin-left: 2%;
  margin-bottom: 10px;
  padding:3px;
  }
#content-views {
  background-color:#75ad0a;
  float:left;
  }
#content-views li {
  display:inline;
  }
#content-views a {
  color:#fff;
  display:inline-block;
  line-height:1.73em;
  padding:0 0.75em;
  text-decoration:none;
  }
#content-views li.selected a,
#content-views li a:hover {
  background:#fff;
  color:#000;
  }
#content-views li.selected a {
  font-weight:bold;
  }

/*----- Content pulldowns -----*/
#contentActionMenus {
  background-color:#75ad0a;
  float:right;
  margin-right:-3px;
  padding-right:3px;
  }
#contentActionMenus > li {
  display:inline;
  }
.actionMenu {
  float:right;
  margin:0 0 0 0.5em;
  position:relative;
  white-space:nowrap;
  }
.actionMenu dt {
  font-weight:normal;
  }
.actionMenu a {
  color:#fff;
  display:block;
  line-height:1.73em;
  text-decoration:none;
  }
.actionMenu dt a {
  padding:0 3px;  
  }
.arrowDownAlternative {
  font-size:80%;
  }
.actionMenu dd {
  background-color:#75ad0a;
  right:-3px;
  margin:0;
  min-width:100%;
  padding:0 3px 3px;
  position:absolute;
  width:auto;
  z-index:5;
  }
.actionMenu.deactivated dd {
  display:none;
  }
.actionMenu dd a:hover,
.actionMenu dd .actionMenuSelected {
  background-color:#fff;
  color:#666;
  }
.subMenuTitle {
  display:block;
  padding:0 3px;
  }

/*----- Form Tabs -----*/
#content .formTabs {
  background-color:#ddd;
  margin:0;
  padding:3px 3px 0;
  }
#content .formTab {
  display:inline;
  margin-right:0.25em;
  }
#content li.formTab a {
  display:inline-block;
  line-height:2em;
  padding:0 0.75em;
  text-decoration:none;
  }
#content li.formTab a.selected,
#content li.formTab a:hover {
  background:#fff;
  color:#000;
  }
#content li.formTab a.notify {
  background-color:red;
  color:#fff;
  }
#content li.formTab a.required span:after,
#content-core li.formTab a.required span:after,
div.field span.required:after {
  color:#f00;
  content:" ■";
  }
#content fieldset.formPanel {
  border:none;
}
#content fieldset.formPanel.hidden {
  display:none;
}
#content div.formControls input.hidden {
  display:none;
  }

/*----- Status messages -----*/
.portalMessage {
  background-color:#ffffe3;
  border:1px solid #996;
  clear:both;
  margin:1em 0;
  }
.portalMessage dl {
  margin:0;
  }
.portalMessage a {
  color:#000;
  }
.portalMessage dt {
  background-color:#996;
  color:#fff;
  font-weight:bold;
  float:left;
  line-height:1.25em;
  margin:0 0.5em 0 0;
  max-width:30%;
  padding:0.5em 0.75em;
  }
.portalMessage dd {
  line-height:1.25em;
  margin:0;
  padding:0.5em 0.5em;
  }
dl.warning {
  border-color:#d80;
  }
dl.warning dt {
  background-color:#d80;
  }
dl.warning dd {
  background-color: #fd7;
  }
dl.error {
  border-color:#d00;
  }
dl.error dt {
  background-color:#d00;
  }
dl.error dd {
  background-color:#fdc;
  }

/*----- Overlays -----*/
.overlay {
  display:none;
  height:auto;
  margin:1em;
  width:auto;
  }
.overlay-iframe,
.overlay-ajax {
  min-height:100px;
  width:600px;
  z-index:99;
  }
.overlay-iframe {
  height:60%;
  }
.overlaybg div.close,
.overlay div.close {
  background:url(../images/pb_close.png) no-repeat 0 0;
  cursor:pointer;
  height:30px;
  left:-14px;
  position:absolute;
  top:-14px;
  width:30px;
  }
.pb-ajax {
  overflow-y:auto;
  }
.pb-ajax,
.pb-image {
  background-color:#fff;
  border:1px solid #999;
  white-space:normal;
  box-shadow:0 0 3em 0.5em #666;
  -moz-box-shadow:0 0 3em 0.5em #666;
  -webkit-box-shadow:0 0 3em #666;
  }
.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;
  }
.overlay textarea {
  width:100%;
  }
.overlay .link-parent { display: none; }
.overlay #createGroup legend { display: none; }
.overlay #createGroup fieldset { border: none; }
.overlay p {
  margin-bottom:1em;
  }
.overlay label {
  margin-bottom:0.25em;
  }
.overlay a:hover {
  color:#75ad0a;
  }
.overlay a.selected {
  color: #000000;
  }
.overlay .formTab {
  margin-right:1em;
  font-weight: bold;
  }
.overlay .formTab.lastFormTab {
  margin-right:0em;
  }
.overlay .formControls a {
  display: block;
  margin: 0.75em;
  }

/*----- Login form -----*/
#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 {
  display:inline-block;
  margin-right:0.5em;
  padding-top:0.2em;
  width:10em;
  }
#fieldset-openid-login .formControls,
#login-form .formControls {
  padding-left:10.7em;
  }

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

/*----- Data tables -----*/
table.listing,
table.plain {
  border-spacing:0;
  border-collapse:collapse;
  margin:0 0 0.75em;
  width:100%;
  }
table.invisible td,
table.invisible th,
table.plain td,
table.plain th,
table.listing td,
table.listing th {
  padding:0.5em 1em;
  vertical-align:top;
  }
table.plain th,
table.plain td {
  border:1px solid #ddd;
  }
table.listing td.listingCheckbox,
table.listing th.listingCheckbox {
  text-align:center;
  }
table.listing {
  border-left:1px solid #ddd;
  border-bottom:1px solid #ddd;
  }
table.listing .top {
  border-left:1px solid #ddd;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
  }
table.listing th {
  background:#ddd;
  border:0.1em solid #e7e7e7;
  border-style:solid solid none;
  color:#666;
  text-align:left;
  }
table.listing tr.odd th {
  border:0.1em solid #fff;
  border-style:solid solid none none;
  }
table.listing tbody th {
  font-weight:bold;
  }
table.listing tbody tr {
  text-align:left;
  }
table.listing tbody tr.odd {
  background:#eee;
  }
table.listing tbody tr td {
  background:transparent;
  }
table.listing tbody tr.odd td {
  background:#eee;
  }
table.listing td {
  border-right:1px solid #ddd;
  }
table.listing a {
  border:none;
  display:inline-block;
  }
table.listing td.draggable {
  background:#ddd !important;
  border-bottom:1px solid white;
  padding:0.4em 0.4em 0 0.5em;
  text-shadow:#fff 1px 1px 1px;
  }

/* Vertical table data listings */
table.vertical th {
  text-align:right;
  }
table.vertical td {
  border-top:0.1em solid #e7e7e7;
  padding:0.5em;
  }

/* Grid table listings */
table.grid td,
table.grid th {
  border:1px solid #e7e7e7;
  padding:0.5em;
  }
.dragindicator {
  outline:2px solid #ffd700;
  }
#foldercontents-order-column {
  padding:0;
  }
  
/* Listing Bar */
.listingBar {
  display: table;
  margin: 1em auto;
  }

.listingBar span.previous {
  float: left;
  }
.listingBar span.next {
  float: right;
  }
.listingBar .previous a,
.listingBar .next a {
  text-indent: -8888px;
  height: 37px;
  position: relative;
  top: -8px;
  width: 33px;
  }
.listingBar .previous a {
  background: url(../images/sprite.png) -134px -200px no-repeat;
  }
.listingBar .next a {
  background: url("../images/sprite.png") no-repeat scroll -134px -152px rgba(0, 0, 0, 0);
  }
.listingBar a,
.listingBar .current {
  display:inline-block;
  padding:0.25em 0.5em;
  }

/*---------- DASHBOARD ----------*/
#dashboard {
  font-size:100%;
  line-height:inherit;
  }
#dashboard-portlets1,
#dashboard-portlets2,
#dashboard-portlets3,
#dashboard-portlets4 {
  margin-right:1.3%;
  padding:0;
  width:24%;
  }
#dashboard-portlets4 {
  margin-right:0;
  }

/*---------- ALBUM ----------*/
.photoAlbumVisual {
  background: #f9f9f9;
  border-bottom: 1px solid #ededed;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  margin: 0 3px 6px 6px;
  padding: 0 0 1px;
  vertical-align: top;
  }
.photoAlbumShadow {
  background: #f3f3f3;
  border-bottom: 1px solid #e3e3e3;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0 0 1px;
  }
.photoAlbumEntry {
  min-height: 147px;
  margin-bottom: 35px;
  }
.photoAlbumEntry a,
.tileHeadline a,
.tileFooter a {
  text-decoration: none !important;
  }   
#more_read {
  font-weight: bold;
  color: #6b89a2;
  margin: 5px 0 !important;
  }  
.photoAlbumFolder {
  margin: 0;
  vertical-align: top;
  }
.photoAlbumEntry a {
  display: block;
/*  overflow: hidden;*/
  padding: 8px 7px 8px 6px;
  position: relative;
  }
.photoAlbumEntry img {
  float: left;
  margin: 0 25px 0 0;
  }
.photoAlbumEntryTitle {
  color:#6b89a2;
  font-size: 16px;
  }
.photoAlbumEntry p {
  margin: 0 !important;
  font-size: 14px;
  color: #112e50;
  }  
.photoAlbumEntry a:hover .photoAlbumEntryTitle  {

  }
#title_news {
  margin-bottom: 25px;
  border-bottom: 1px solid #88a0b8;
  }
.news_date {
  font-weight: bold;
  color: #6b89a2;
  }

/*----- Accessibility elements, applied by JS -----*/
body.largeText {
  font-size:81%;
  }
body.smallText {
  font-size:56%;
  }

/*---------- COMMENTING ----------*/
.discussion .hide {
  display:none;
  }
.discussion {
  clear:both;
  font-size:1.09em;
  }
.comment {
  padding:0 0 9px;
  }
.commentImage {
  float:left;
  padding:5px 7px;
  }
.discussion .documentByLine {
  background-color:#f1f1f1;
  margin:0;
  padding:5px;
  }
.commentBody {
  border-color:#d9d9d9 #f1f1f1 #f1f1f1;
  border-style:solid;
  border-width:1px;
  clear:both;
  margin:0 0 5px;
  padding:5px;
  overflow:auto;
  }
.commentActions {
  text-align:right;
  }
.reply-to-comment-button {
  margin-left:11px;
  }
.reply {
  background-color:#f1f1f1;
  clear:both;
  font-size:1.09em;
  margin:35px 0 0;
  padding:5px 7px;
  position:relative;
  }
.reply fieldset {
  margin:0;
  }
.reply legend {
  font-weight:bold;
  position:absolute;
  top:-28px;
  }
.reply p {
  color:#76797c;
  font-size:0.92em;
  }
.reply textarea {
  min-height:50px;
  width:100%;
  }

/*----- Collapsible -----*/
dl.collapsible {
  border: 0.1em solid #8cacbb;
  margin: 1em 0;
  padding: 0;
  }
dl.collapsible dt.collapsibleHeader {
  display: block;
  float: left;
  background: White;
  line-height: 1.2em;
  vertical-align: middle;
  font-size: 90%;
  position: relative;
  width: auto;
  margin: 0 0 -0.6em 1em;
  padding: 0 0.5em;
  }
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% #fff;
  cursor: pointer;
  padding: 0 0.5em 0 2em;
  }
dl.collapsedBlockCollapsible {
  border: none;
  height: 1em;
  width: auto;
  }
dl.collapsedInlineCollapsible dt.collapsibleHeader,
dl.collapsedBlockCollapsible dt.collapsibleHeader {
  float: none;
  position: relative;
  margin: 0 0 0 1em;
  padding: 0 0.5em 0 2em;
  line-height: 1.2em;
  cursor: pointer;
/*  background: White url(../images/treeCollapsed.png) no-repeat 0.5em 50%;*/
  }
dl.collapsedInlineCollapsible dd.collapsibleContent,
dl.collapsedBlockCollapsible dd.collapsibleContent {
  display: none;
  }
dl.collapsedInlineCollapsible {
  border: 0;
  height: 1em;
  width: auto;
  display: inline;
  }
dl.collapsedInlineCollapsible dt.collapsibleHeader {
  position: static;
  float: none;
  margin: 0;
  padding: 0 0 0 2em;
  line-height: 1em;
  cursor: pointer;
  display: inline;
  }
.collapsible .collapser.collapsed:after {
  content:" ▶"
  }
.collapsible .collapser.expanded:after {
  content:" ▼"
  }
  
/*---------- CONTENT TYPE ICONS ----------*/
.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 -1799px;
  display:inline-block;
  padding-left:19px;
  }
.icons-on .contenttype-geolocation,
.contenttype-collection {
  padding-left: 19px;
  }   
.icons-on .contenttype-news-item {
  background:url(../images/icons-sprite.png) no-repeat 0 -1999px;
  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 {
  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;
  }
#parent-fieldname-description .documentDescription {
  color: #314a67;
  font-size: 16px;
  font-family: Abel;
  font-weight: bold;
  } 
/* Add new */
#plone-contentmenu-factories li a {
  background:url(../images/icons-sprite.png) no-repeat 1px -1199px;
  display:block;
  padding-left:17px;
  }
#plone-contentmenu-factories li a:hover {
  background-color:#fff;
  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;
  }
}

@media print {

body {
  font-family:"Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  font-size:11pt;
  }
h1, h2, h3, h4, h5, h6 {
  font-weight:bold;
  line-height:125%;
  page-break-inside:avoid;
  page-break-after:avoid;
  }
a {
  border-bottom:0.5pt solid #000;
  color:#000;
  text-decoration:none;
  }
pre {
  border:1pt dotted #000;
  font-size:8pt;
  overflow:auto;
  padding:1em;
  white-space:pre;
  }
table.listing,
table.listing td {
  border:1pt solid #000;
  border-collapse:collapse;
  }
table.listing td,
table.listing th {
  padding:6px;
  }
div.pageBreak {
  page-break-before:always;
  }
#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;
  }
div.top,
#portal-logo,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#theme-globalnav,
#portal-globalnav-mobile,
#portal-personaltools,
#portal-breadcrumbs,
#edit-bar,
.carousel,
#portlets-in-header,
#portal-column-one,
#portlets-above,
#portlets-below,
#portal-column-two,
#portlets-footer,
#portal-languageselector,
.contentViews,
.contentActions,
.help,
.legend,
.portalMessage,
.documentActions,
.netscape4,
#viewlet-below-content .reply,
#viewlet-below-content .discussion,
#portal-footer,
#portal-colophon,
.skipnav,
#ajax-spinner,
#review-history,
#content-history,
.listingBar,
.link-presentation,
input.standalone,
.overlay,
.managePortletsFallback,
.close,
.link-parent,
.draggingHook,
#foldercontents-order-column,
input.context,
.visualNoPrint {
  display:none;
  }
.image-left {
  border:0.4pt solid #000;
  clear:left;
  float:left;
  margin:0.5em 1em 0.5em 0;
  }
.image-inline {
  float:none;
  }
.image-right {
  border:0.4pt solid #000;
  clear:right;
  float:right;
  margin:0.5em;
  }
dd.image-caption {
  margin:0;
  padding:0;
  text-align:left;
  }
dl.captioned {
  padding:0.8em;
  }
.newsImageContainer {
  float:right;
  margin:0 0 0.5em 1em;
  width:16em;
  }
.tileImage {
  border:0.4pt solid #000;
  float:right;
  margin:0 0 0.5em 0.5em;
  }
}
