/* CoS colour */
.small h2 {}
div.brd-label h2 {
    border-bottom: solid 5px #E6F1EB;
    padding-bottom: 5px !important;
}
/* Homepage icon boxes */

.icon-boxes h2 {
    font-size: 1.8em;
}

.icon-boxes a {
    display: block;
    color: #000!important;
    text-decoration: none;
    background-color: #f5edde;
    text-align: center;
    padding: 20px;
}
.icon-boxes a:hover {
    background-color: #FFF;
    text-decoration: none;
}
.icon-boxes a:hover h2 {
    color: #55707D !important;
}
.icon-boxes a i {
    color: #be830e !important;
}
.icon-boxes a:hover i {
    color: #e8c458 !important;
}
/* Text colours */
.text-cos100,
.text-cos100 a {
    color: #007236 !important;
}
.text-cos100 a:hover {
    color: #80B99B !important;
}
.text-cos75 {
    color: #80B99B !important;
}
.text-cos75 a {
    color: #80B99B !important;
}
.text-cos75 a:hover {
    color: #BFDCCD !important;
}
/* Text styles */
p.italic {
    font-style: italic;
}
/* Pullquote */
.cos-quote:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    top: -4px;
    left: 6px;
    color: #4C6E78;
    font-size:1.7em;
}
.cos-quote {
    position: relative;
    font-size: 1.2em;
    line-height: 1.3em;
    text-align: center;
    color:#333;
}
.cos-quote p {
    padding-left:10px;
    padding-right:20px;
    text-indent: 10px;
}
.cos-quote:after {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    bottom: -10px;
    right: 6px;
    color: #4C6E78;
    font-size:1.1em;
}
/* Accordion styles */
#content-main .ui-accordion-header-icon.ui-icon:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: -4px;
  left: 6px;
  color: #4C6E78;
  font-size: 1.3em;
  font-weight: bold;
}
#content-main .ui-accordion-header-active .ui-accordion-header-icon.ui-icon:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: -4px;
  left: 6px;
  color: #4C6E78;
  font-size: 1.3em;
  font-weight: bold;
}
.ui-icon {
  text-indent: 0px!important;
  width: 30px;
}
.ui-accordion-content .node-pane {
    margin-bottom: 0;
}
.ui-accordion .ui-accordion-content {
    overflow: hidden;
}
/*Feature title*/
.feature-text-landing-page h2 {
  font-size: 1.5em!important;
}
/* Child page and project menu - to be added to platform */
#content-area .view-child-page-node-in-page-menu.menu-main h2 {
 padding: 0!important;
 font-size: 1.7em;
}
#content-area .view-project-node-display.menu-main h2 {
 font-size: 1.7em;    
}
#content-area div.view-project-node-display.menu-main,
#content-area div.view-child-page-node-in-page-menu.menu-main {
    padding-bottom: 0!important;
}
/* Media SoundCloud player */
.media-soundcloud-player {
  max-width:100%
}

/* Publications contextual links */
#fses-publications div.contextual-links-wrapper {
    right: 20px;
    top: 32px;
}
/* Publications list */
.relative {
    position: relative;
}
.absolute {
   position: absolute; 
}
.top-right {
    top: 0;
    right: 0;
}
.inline {
    display: inline;
}
.inline-block {
    display: inline-block;
}
a.science-button,
a.science-button:visited {
    text-decoration: none;
    color: #007236;
    background-color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #007236;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
a.science-button:hover {
    text-decoration: none!important;
    color: #fff;
    background-color: #007236;
    border-color: #007236;
}
.btn-edit a,
.btn-edit a:visited {
    text-decoration: none!important;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #333;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
}
.btn-edit a:hover {
    text-decoration: none!important;
c   olor: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
@media only screen and (max-width: 599px) and (min-width: 480px) {
    .one-third-at-600 {
        width: 26.1666%!important;
    }
    .two-third-at-600 {
        width: 56.5000%!important;
    }
}