/* ----------- All Device Styles (ALL) ----------- */

.search-result em {
  background-color: #ffa;
  font-weight: bold;
}


#side_related {
    margin: 0px;
    padding: 0px;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

#side_related h4 {
    font-family: "niveau-grotesk",sans-serif;
    margin: 30px 10px 10px 0px;
    color: #008c99!important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    border-top: 1px solid #c2c3c4;
    padding-top: 30px;
}

#side_related a, #side_related a:visited {
	color: #008c99;
	text-decoration: none;
	font-size: 16px;
}

#side_related a:hover {
   text-decoration: underline;

}

div.page_rss ul,
ul.clickboard_page {
  margin: 0em 0.5em 1.0em 0.5em;
  padding: 0em;
  list-style: none;
  width:450px;
}

div.page_rss ul li,
ul.clickboard_page li {
  margin-right: 0.5em;
  padding-right: 0.5em;
  padding-top: 4px;
  padding-bottom: 0.7em;
  padding-left: 20px;
  font-size:.95em;
}

#clickboard_links { 
  overflow: auto;
  background: #eadead;
  border: solid #666 1px; 
  margin: 0em .6em 1em .5em;
 
}

h4.clickboard_links { 
  margin: 0.5em 0.5em 0em 0.5em;
  padding: 0px;
}


ul.clickboard_links {
  margin: 20px 10px 20px 0px;
  padding: 0em;
  list-style: none;
}


ul.clickboard_links li {
  margin-right: 0.5em;
  margin-left: 0.5em;
  margin-top:4px;  
  padding: 2px .5em .7em 25px;
}
span#show-hide-related-text {
    font-family: "jaf-bernino-sans",sans-serif;
    font-size: 16px;
    font-weight:700;
}


/*
 * Editor Actions/Menu 
 **/


#editor_actions {	
  margin: 20px 10px 1em 0px;
   padding: 0px;
   width: 100%;
   font-size: 90%;		        
}							        
  		
#editor_actions ul {		    	  
   margin: 0px;			    	  
   padding: 0.7em .7em 0.7em 0px;
   list-style: none;
}		

#content-side-bar #editor_actions ul {
   background-color: #E1E7CD;
}					        

#editor_actions li {		    	  
   padding: 0px 0px 0px 20px;		    	  
   margin: 0px;
   height: 2em;
}

#editor_actions li a {
   margin: 0px;
   border: none;
   display: block;
   color: #323232;			        
   text-decoration: none;	    	  
}

#editor_actions li a:hover {
   margin: 0px;
   border: none;  
   color: #323232;
}

#editor_actions li.tool_events_featured,
#editor_actions li.tool_events_upcoming,
#editor_actions li.tool_events_month,
#editor_actions li.tool_events_archive {	    	  
  margin: 0px 0px 10px 0px;
  padding: 0px;
  height: auto;
  font-weight: bold;
  font-size: 16px;
  font-family: "niveau-grotesk",sans-serif;
  color: #FFF;
  background: #d9eef0; /* Old browsers */
  text-transform: capitalize;
  position: relative;
}

#editor_actions li.active {
    background: #006a71;
}

#editor_actions li.active span:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
    right: 10px;
    font-weight: 900;
    font-style: normal;
    margin:0px 0px 0px 10px;
    text-decoration:none;
    position: absolute;
}

#editor_actions li.tool_events_upcoming a:hover:after,
#editor_actions li.tool_events_featured a:hover:after,
#editor_actions li.tool_events_archive a:hover:after
 {
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
    right: 10px;
    font-weight: 900;
    font-style: normal;
    margin:0px 0px 0px 10px;
    text-decoration:none;
    position: absolute;
}

#editor_actions li.tool_events_featured span,
#editor_actions li.tool_events_upcoming span,
#editor_actions li.tool_events_month span,
#editor_actions li.tool_events_archive span {
  padding: 10px 0px 10px 15px;
  display: block;
}

#editor_actions li.tool_events_featured a,
#editor_actions li.tool_events_upcoming a,
#editor_actions li.tool_events_month a,
#editor_actions li.tool_events_archive a {
  padding: 10px 0px 10px 15px; 
  color: #006a71;
}

#editor_actions li.tool_events_featured a:hover,
#editor_actions li.tool_events_upcoming a:hover,
#editor_actions li.tool_events_month a:hover,
#editor_actions li.tool_events_archive a:hover {
  color:#006a71;
}


/*
 * Tool Items
 **/

li.tool_page_folder a {
  background: url('/img/icons/folder_go.png') no-repeat 5px 50%;
  padding: 2px 1em 2px 27px;
}

li.tool_add a {
  background: url('/img/icons/add.png?v=2') no-repeat 5px 0px;
  padding: 2px 1em 2px 27px;
}

li.tool_calendar a{
  background: url('/img/icons/calendar.png?v=2') no-repeat 5px 0px;
  padding: 2px 1em 2px 27px;
}

li.tool_cal_month a{
  background: url('/img/icons/cal_one_month.png?v=2') no-repeat 5px 0px;
  padding: 2px 1em 2px 27px;
}

li.tool_cal_six a{
  background: url('/img/icons/cal_six_month.png?v=2') no-repeat 5px 0px;
  padding: 2px 1em 2px 27px;
}

li.tool_copy a{
  background: url('/img/icons/clickboard.png?v=2') no-repeat 5px 50%;
  padding: 2px 1em 2px 27px;
}



li.tool_delete a{
  background: url('/img/icons/delete.png?v=2') no-repeat 5px 0px;
  padding: 2px 1em 2px 27px;
}

li.tool_document a{
  background: url('/img/icons/document.png?v=2') no-repeat 5px 50%;
  padding: 2px 1em 2px 27px;
}

li.tool_date a {
  background: url('/img/icons/date.png?v=2') no-repeat 5px 0px;
      padding: 2px 1em 2px 27px;
}

li.tool_down a{
  background: url('/img/icons/arrow_down.png?v=2') no-repeat 5px 0px;
      padding: 2px 1em 2px 27px;
}

li.tool_edit a{
  background: url('/img/icons/pencil.png?v=2') no-repeat 5px 0px;
      padding: 2px 1em 2px 27px;
}

li.tool_folder_back a{
  background: url('/img/icons/folder.png?v=2') no-repeat 5px 0px;
      padding: 2px 1em 2px 27px;
}

li.tool_image a{
  background: url('/img/icons/images.png?v=2') no-repeat 5px 50%;
      padding: 2px 1em 2px 27px;
}

li.tool_link a{
  background: url('/img/icons/link.png?v=2') no-repeat 5px 50%;
  padding: 2px 1em 2px 27px;
}

li.tool_list a{
  background: url('/img/icons/table.png?v=2') no-repeat 5px 0px;
      padding: 2px 1em 2px 27px;
}

li.tool_off a{
  background: url('/img/icons/lightbulb_off.png?v=2') no-repeat 5px 0px;
  padding: 2px 1em 2px 27px;
}

li.tool_on a{
  background: url('/img/icons/lightbulb.png?v=2') no-repeat 5px 0px;
      padding: 2px 1em 2px 27px;
}

li.tool_page a{
  background: url('/img/icons/page_white.png?v=2') no-repeat 5px 50%;
      padding: 2px 1em 2px 27px;
}

li.tool_menus a{
  background: url('/img/icons/chart_organisation_add.png?v=2') no-repeat 5px 50%;
      padding: 2px 1em 2px 27px;
}

li.tool_news a{
  background: url('/img/icons/newspaper.png?v=2') no-repeat 5px 50%;
      padding: 2px 1em 2px 27px;
}

li.tool_rss a {
  background: url('/img/icons/rss-14x14.png?v=2') no-repeat 5px 50%;
      padding: 2px 1em 2px 27px;
}

li.tool_up a {
  background: url('/img/icons/arrow_up.png?v=2') no-repeat 5px 0px;
      padding: 2px 1em 2px 27px;
}

li.tool_view a {
  background: url('/img/icons/magnifier.png?v=2') no-repeat 5px 0px;
      padding: 2px 1em 2px 27px;
}

li.tool_right a {
  background: url('/img/icons/arrow_right.png') no-repeat 5px 0px;
      padding: 2px 1em 2px 27px;
}


ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons img{
  width: 32px;
}

.table-container {
  display: table;
}

.table-container .table-row {
  height: 100%;
  display: table-row;
}

.table-container .table-row .table-col {
  display: table-cell;
  float: none;
  vertical-align: top;
}

/* Features */ 

img.feature_image {
    float: left;
    margin-right: 50px;
}

.feature_box {
    border-bottom: 1px #999 dashed;
    padding-bottom: 10px;
}


/* End ALL */ 

/* ----------- Smartphone Device Styles (XS)  ----------- */

@media (max-width: 767px) {

} /* End XS */

/* ---------------------- Tablet styles (SM)  ---------------------- */

@media (min-width: 768px) {

} /* End SM */

/* ---------------------- Tablet styles (MD)  ---------------------- */
@media (min-width: 992px) {  

} /* End MD */

/* ---------------------- Tablet styles (LG)  ---------------------- */
@media (min-width: 1200px) {

} /* End LG */ 
