.dropdown-submenu {
  position:relative
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100% !important;
  margin-top: 0px !important;
  margin-left: 0px !important;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 4px;
  margin-right: 0px;
  margin-left: 10px;
}
.img-fullsize {
  width: 100%;
  height: auto;
}

/* GOOGLE SEARCH */
.gsc-selected-option-container.gsc-inline-block {
  width: 90px !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #dedede !important;
}
.gcsc-branding {
  display:none !important;
}
.gsc-results .gsc-cursor-box {
  text-align: center !important;
}
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b, a.gs-title {
  color: #0068FF !important;
}

.erev {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.initiatives .img-holder {
  margin-bottom: 0px;
}

.cclogo {
  height: 10px !important;
  width: auto !important;
  float: right;
  /*padding-left: 3px;*/
  /*margin-top: 4px;*/
  margin-bottom: 10px;
}
.features .img-holder {
  position: relative;
}
.features .img-holder .photocredit {
  position: absolute;
  bottom: 0;
}

.slide-holder .container {
  position: relative;
}
.ceo-button {
  position: absolute;
  bottom: 0;
  right: 15px;
}
.ceo-button-raise {
  bottom: 15px;
}



#warning {
  padding: 5px;
  border-bottom: 1px solid #a94442;
  margin-bottom: 0;
  border-radius: 0;
}

#warning .seen {
    position: relative;
    top: 8px;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: transparent;
    -webkit-appearance: none;
    float: right;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
}

#warning .seen:hover {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

/*New Calendar View*/

.public-calendar ul li {
  border-bottom: 1px solid #fff;
  padding-top: 5px;
}

.public-calendar ul a {
  display: block;
  color: #606060;
  padding: 0; 
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}

.public-calendar ul a:hover {
  background: #fff;
}

.public-calendar ul time {
  width: 100%;
  float: none; 
  margin: 0; 
  text-align: left; 
  font-weight: normal; 
  text-transform: uppercase;
  text-shadow: 0 2px #fff;
  font-size: 10px;
}

.public-calendar ul time .date {
  display: inline;
  margin-right: 6px;
}

.public-calendar ul time .eventtime {
  padding-right: 5px;
}
.public-calendar ul time .eventtime:before {
   content: "@";
   font-size: 8px;
}

.public-calendar ul .text {
  overflow: hidden;
  padding: 0 0 5px;
  font-weight: bold;
}

#lang_list {
  width: 300px;
}