/* Custom variables
-------------------------------------------------------------- */
/* Variable imports
-------------------------------------------------------------- */
/* Breakpoints
-------------------------------------------------------------- */
/* Indigo colour palette
-------------------------------------------------------------- */
/* Generic grayscale
-------------------------------------------------------------- */
/* New design colours */
/* Tints
-----------------------------------------------------------------*/
/* Form colours
--------------------------------------------------------------*/
/* element specific
-------------------------------------------------------------- */
/* Project specific
-------------------------------------------------------------- */
/* image classes
--------------------------------------------------------------------*/
/* blurb caption overlay
--------------------------------------------------------------------*/
/*images
----------------------------------------*/
/*layout
----------------------------------------*/
/*video
----------------------------------------*/
/*search
------------------------------------------------*/
/*media
------------------------------------------------*/
/* Z-index
------------------------------------------------*/
/* Gridset Gutter values
    - there is no method to get these values 
      directly from Gridset
------------------------------------------------*/
/* Font stacks
-------------------------------------------------------------- */
/* Common includes
-------------------------------------------------------------- */
/* Mixins
-------------------------------------------------------------- */
/*

    A simpler media query mixin

    This mixin allows you to quickly create a media query in your project. With the ability to define the breakpoint in PX (which get's converted into EMs).
    There's also the ability to define min/max and width/height (with defaults to min-width).

    There's also an option to duplicate the content into a OldIE conditionally classed bit of CSS.

    You would use it like this

        body {
            @include (280) {
                background-color: blue;
            }
            @include mq(600, false) {
                background-color: red;
            }
            @include mq(1200, true, max) {
                font-size: 110%;
            }
        }

    Which would give you this compiled CSS

        @media (min-width: 17.5em) {
            body {
                background-color: blue;
            }
        }
        @media (min-width: 37.5em) {
            body {
            background-color: red;
            }
        }
        .lt-ie9 body {
            font-size: 110%;
        }
        @media (max-width: 75em) {
            body {
                font-size: 110%;
            }
        }

*/
/* 
* Mixin name: Gradient
* Use: Shorthand gradient declarations with vendor prefixer/ie fallbacks
* Note: N/A
-------------------------------------------------------------- */
/*
    By default this mixin is to be used for creating .no-js .element fallbacks.

    For example:

      .selector {
        @include js {
          width: 303px;
        }
      }

    Which gives:

      .no-js .selector {
        width: 303px;
      }

*/
/*
    By default this mixin is to be used for creating html.no-CSS3Thing .element fallbacks.

    For example:

      .selector {
        @include modernizr(cssanimations) {
          left: 400px;
        }
      }

    Which gives:

      html.no-cssanimations .selector {
        left: 400px;
      }

*/
/* 
* Mixin name: List
* Use: 
* 		1. Remove bullets and indentation from a list
* Note: N/A
-------------------------------------------------------------- */
/* 1
-------------------------------------------------------------- */
/* 
* Mixin name: On interaction
* Use: Shorthand for most common interaction states
* Note: N/A
-------------------------------------------------------------- */
/* 
* Mixin name: Guttering
* Use: Controlling the spacing at the bottom of a module
* Note: See http://css-tricks.com/spacing-the-bottom-of-modules/
-------------------------------------------------------------- */
/* 
* Name: SASS-IE
* Use: Media query handling outside of Gridset
* Notes: See http://jakearchibald.github.io/sass-ie/
-------------------------------------------------------------- */
/* 
* Mixin name: Alignment
* Use: Align content with horizontal padding
* Note: N/A
-------------------------------------------------------------- */
/* 
* Mixin name: Unit
* Use: 
* 		1. Set REM value with pixel value fallback
* Note: N/A
-------------------------------------------------------------- */
/* 1
-------------------------------------------------------------- */
/* 
* Mixin name: Inline block
* Use: Bullet proof inline block browser support
* Note: N/A
-------------------------------------------------------------- */
/* Custom patterns
* Patterns are not duplicates of pre-existing patterns in Indigo - only bespoke, skin-specific patterns should
* be within this directory.
-------------------------------------------------------------- */
.blog .site-content__sidebar li:empty {
  display: none; }

.blog.mobile-open .photograph {
  background-color: transparent; }

.blog .article--post-footer {
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  background-color: whitesmoke; }
  .blog .article--post-footer a {
    color: #0097a9; }

.blog ul.commentList li {
  background-color: whitesmoke;
  padding: 15px;
  padding: 1.5rem;
  list-style-type: none; }

.blog form#commentform {
  overflow: hidden;
  padding: 15px;
  padding: 1.5rem;
  background-color: whitesmoke;
  border: gray; }
  .blog form#commentform input[type="text"] {
    width: 50%;
    box-sizing: border-box; }
  .blog form#commentform textarea {
    width: 100%;
    box-sizing: border-box; }

.blog .rss-icon {
  margin-bottom: 0; }

.callout {
  background-color: #bcc41a;
  color: white;
  padding: 15px 5%;
  border-top-color: rgba(255, 255, 255, 0.5);
  font-family: georgia, serif;
  font-style: normal;
  font-size: 1.1em; }

.caption-img {
  position: relative; }
  .caption-img.float-left, .caption-img.float-right {
    margin: 0 1em 1em; }
  .caption-img.float-left {
    display: block;
    float: left;
    margin-left: 0%;
    margin-right: -100%;
    width: 48.429292929%;
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 3.03030303%; }
  .caption-img.float-right {
    display: block;
    float: left;
    margin-left: 51.459595959%;
    margin-right: -100%;
    width: 48.429292929%;
    clear: none;
    float: right;
    margin-right: 0;
    margin-left: 3.03030303%; }
  .caption-img__img {
    margin-bottom: 0;
    vertical-align: top; }
  .caption-img__body {
    background-color: #f7f7f4;
    padding: 1em 0.5em 0.5em;
    vertical-align: top; }
  .caption-img .tag__heading--captioned-overlay {
    display: none; }
  .caption-img figure {
    margin-bottom: 0; }
  .caption-img figcaption p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #1a1a1a; }
  .caption-img__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700; }
  @media only screen and (min-width: 990px) {
    .caption-img .tag.tag--hidden {
      display: none; }
    .caption-img .tag__heading--captioned-overlay {
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      padding-bottom: 10px;
      padding-bottom: 1rem; }
    .caption-img .tag__heading--captioned-overlay-border {
      margin-bottom: 10px;
      margin-bottom: 1rem;
      display: none; }
    .caption-img--overlayed .caption-img__body {
      position: absolute;
      top: 20%;
      left: 10%;
      width: 80%;
      box-sizing: border-box;
      opacity: 0.9;
      max-height: 70%;
      overflow: auto; }
      .caption-img--overlayed .caption-img__body p {
        font-size: 14px;
        font-size: 1.4rem; } }

#eventListContainer table {
  margin: 0px; }

.feed .feed__item {
  margin-top: 1em;
  float: left;
  width: 100%;
  border-bottom: 1px solid #daddcc; }
  .feed .feed__item:last-of-type {
    border-bottom: 0; }
  .feed .feed__item.feed--small-image img {
    float: left;
    width: 33%;
    padding: 0 10px 10px 0;
    margin-bottom: 0; }
  .feed .feed__item.feed--large-image img {
    width: 100%;
    padding: 0 10px 10px 0;
    margin-bottom: 0; }
  .feed .feed__item .feed__item-heading {
    margin-top: 0;
    font-size: 2rem;
    font-weight: 400; }

.feed .feed__heading {
  clear: both; }

.feed .feed__all-link {
  -ms-flex: 1 0 300px;
      flex: 1 0 300px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
  float: none; }

.layout-horizontal--nav-1col.section-search .site-content__main {
  width: 100%; }

.layout-horizontal--nav-1col.section-search aside.facets {
  left: -305px;
  position: absolute;
  top: 0;
  width: 285px;
  border: 2px solid #000;
  background: #fff; }

.layout-horizontal--nav-1col.section-search #siteSearchErrorField {
  display: none; }

.layout-horizontal--nav-1col.section-search .off-canvas.btn {
  margin: 1em 0; }

.layout-horizontal--nav-1col.section-search .mobileCloseAside {
  cursor: pointer; }

.layout-horizontal--nav-1col.section-search .search-box {
  width: 100%;
  margin-bottom: 1em; }
  .layout-horizontal--nav-1col.section-search .search-box input[type=text] {
    width: 75%; }
  .layout-horizontal--nav-1col.section-search .search-box .btn.search {
    width: 92px;
    font-size: 1.4rem;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 1em; }

@media only screen and (min-width: 768px) {
  .layout-horizontal--nav-1col.section-search .site-content__main {
    width: 70%;
    margin-left: 30%; }
  .layout-horizontal--nav-1col.section-search aside.facets {
    width: 26%;
    position: static;
    padding: 1%;
    margin-right: 2%; }
  .layout-horizontal--nav-1col.section-search .mobileCloseAside {
    display: none; }
  .layout-horizontal--nav-1col.section-search .off-canvas.btn {
    display: none; } }

@media only screen and (min-width: 990px) {
  .layout-horizontal--nav-1col.section-search .search-box {
    width: 28%; } }

.profile__img {
  float: right;
  width: 25%;
  border: 1em solid #E0E0E0;
  border-width: 1em 2em;
  margin: 1em 1em 1em 0; }

.profile__group {
  font-size: 14px;
  width: 100%;
  border-bottom: 2px dotted #889;
  clear: left;
  display: inline-block; }
  .profile__group a {
    font-size: 14px; }
  @media (min-width: 700px) {
    .profile__group {
      width: 65%; } }
  .profile__group address {
    margin-bottom: 1em; }
  .profile__group p {
    width: 100px;
    float: left;
    margin-right: -120px; }
    .profile__group p span {
      color: #889; }
  .profile__group .data {
    width: auto;
    float: left;
    margin-left: 120px; }
    .profile__group .data p {
      width: auto; }

.group--research-themes {
  border-bottom-width: 0px; }

.group--job-role span {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 2em;
  width: 75%; }
  @media (min-width: 500px) {
    .group--job-role span {
      margin-bottom: .5em; } }
  @media (min-width: 700px) {
    .group--job-role span {
      width: 100%; } }

.group--post li.list__item span {
  font-weight: 700; }

.group--contact {
  margin-top: 1em; }
  .group--contact .list {
    list-style: none;
    margin-bottom: 1em;
    padding: 0; }
    .group--contact .list .list__item span {
      font-weight: 700; }
    .group--contact .list .list__item p {
      margin: 0 0 .5em; }

address {
  font-style: normal; }

.tabs .profile__header h3 {
  margin: 0; }

.tabs .profile__header a {
  margin-bottom: 1em; }

.list--clean {
  padding: 0;
  list-style: none; }
  .list--clean li {
    font-size: 14px;
    margin-bottom: 1em; }

.list--striped {
  list-style: none;
  padding: 0; }
  .list--striped li {
    padding: 4px 8px; }
    .list--striped li.evenitem {
      background-color: #dddddd; }
  .list--striped a {
    display: inline;
    color: #111;
    text-decoration: none; }
    .list--striped a.hide-this {
      display: none; }
  .list--striped span.hide-this {
    display: none; }

.group a {
  color: #034DA1;
  font-weight: 600; }
  .group a:hover {
    text-decoration: underline; }

.group .to-top {
  font-size: 10px;
  text-align: right; }

.tabs--IRIS a.active {
  background-color: #f6f6f6;
  padding-top: 6px;
  top: 1px;
  z-index: 5150; }

.tabs--IRIS .tabs__group li {
  background: transparent; }
  .tabs--IRIS .tabs__group li:hover, .tabs--IRIS .tabs__group li:active {
    background: transparent; }

.tabs--IRIS .tabs__navigation li:hover, .tabs--IRIS .tabs__navigation li:active {
  background: #F0F0F0; }

.tabs--IRIS .list--striped li.evenitem {
  background-color: #dddddd; }

.biography table {
  margin-top: 1em; }

.publications {
  padding-top: 1em; }

.publications > p {
  font-style: italic; }

.publications > button {
  float: right; }

#orderByButtons {
  background: none repeat scroll 0 0 #777;
  color: #fff;
  margin-bottom: 8px;
  padding: 3px 2%;
  width: 96%; }
  #orderByButtons span.orderby {
    border-right: 1px solid #d8d8d8;
    color: #d8d8d8;
    padding: 0 5px;
    cursor: pointer; }

#orderByButtons span.sort--down span {
  background: url("../images/iris/sort-direction-arrows.png") no-repeat scroll right -14px transparent;
  padding-right: 13px; }

#orderByButtons span.sort--up span {
  background: url("../images/iris/sort-direction-arrows.png") no-repeat scroll right 6px transparent;
  padding-right: 13px; }

#publications-inner ul.list--striped {
  margin-left: 0; }

#publications-inner .favourite {
  background-image: url("../images/iris/favourite_star_yellow32.png");
  background-position: 8px 2px;
  background-repeat: no-repeat;
  padding-left: 30px; }

/* Special Ben functionality styles */
.publications-inner .Hidden {
  display: none; }

div.showmore {
  cursor: pointer;
  color: #034da1; }

/* department styles */
.researcher__tabs {
  display: none;
  border-top: 4px dotted #F0F0F0; }

.department ul.list--striped {
  margin-left: 0; }
  .department ul.list--striped li.list__item {
    clear: both;
    text-align: right; }
    .department ul.list--striped li.list__item span.groupMemberData {
      float: left; }

/* research group styles */
.research__themes {
  border-top: 4px dotted #F0F0F0; }
  .research__themes .group__list {
    margin-left: 0; }

.research__activities {
  border-top: 4px dotted #F0F0F0; }
  .research__activities .group__list {
    margin-left: 0; }

.research__team {
  border-top: 4px dotted #F0F0F0; }

/* RPS - Research Publications
--------------------------------------------------------------------------------------*/
#rps_results ul {
  margin-left: 0;
  overflow: hidden; }

#rps_results li {
  float: left;
  list-style-type: none;
  margin-right: 20px;
  margin-right: 2rem;
  margin-bottom: 2em; }

/* General styles
-----------------------------------------------------*/
.iframe-holder {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1em;
  margin-top: 1em;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .iframe-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .iframe-holder.float-left {
    display: block;
    float: left;
    margin-left: 0%;
    margin-right: -100%;
    width: 48.429292929%;
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 3.03030303%; }
  .iframe-holder.float-right {
    display: block;
    float: left;
    margin-left: 51.459595959%;
    margin-right: -100%;
    width: 48.429292929%;
    clear: none;
    float: right;
    margin-right: 0;
    margin-left: 3.03030303%; }
  @media only screen and (max-width: 767px) {
    .iframe-holder.float-left, .iframe-holder.float-right {
      display: block;
      float: left;
      margin-left: 0%;
      margin-right: -100%;
      width: 99.84375%;
      float: none; } }

/* Twitter specific - semantics are dictated by the 
    API so lets have custom classes (the general styles)
    don't work for this
-----------------------------------------------------*/
.twitteriframe {
  width: 100;
  overflow: hidden;
  margin-bottom: 1em;
  margin-top: 1em; }
  .twitteriframe.float-left {
    display: block;
    float: left;
    margin-left: 0%;
    margin-right: -100%;
    width: 48.429292929%;
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 3.03030303%; }
  .twitteriframe.float-right {
    display: block;
    float: left;
    margin-left: 51.459595959%;
    margin-right: -100%;
    width: 48.429292929%;
    clear: none;
    float: right;
    margin-right: 0;
    margin-left: 3.03030303%; }
  @media only screen and (max-width: 767px) {
    .twitteriframe.float-left, .twitteriframe.float-right {
      display: block;
      float: left;
      margin-left: 0%;
      margin-right: -100%;
      width: 99.84375%;
      float: none; } }

/* Git include uses a resizing trick so not as neat as 
default iframe pattern
-------------------------------------------------------*/
.gitproxyframe {
  width: 100%; }

.middle-split {
  overflow: hidden;
  margin-bottom: 1em; }
  .middle-split li {
    width: 100%; }
  .middle-split.middle-split--75-25 .middle-split__column2 .disc li {
    border-bottom: 1px solid #daddcc;
    list-style-type: none;
    width: 90%; }
    .middle-split.middle-split--75-25 .middle-split__column2 .disc li:last-of-type {
      border-bottom: none; }
  .middle-split h1.heading {
    margin-left: 0; }
  .middle-split h2.heading {
    margin-left: 0; }
  .middle-split h3.heading {
    margin-left: 0; }
  .middle-split h4.heading {
    margin-left: 0; }
  .middle-split h5.heading {
    margin-left: 0; }
  .middle-split h6.heading {
    margin-left: 0; }
  @media only screen and (max-width: 989px) {
    .middle-split > section.middle-split__column1 {
      clear: both;
      display: block;
      float: left;
      margin-left: 0;
      width: 100%; }
    .middle-split > section.middle-split__column2 {
      clear: both;
      display: block;
      float: left;
      margin-left: 0;
      width: 100%; } }
  @media only screen and (min-width: 990px) {
    .middle-split > section.middle-split__column1 {
      display: block;
      float: left;
      margin-left: 0%;
      margin-right: -100%;
      width: 48.4831631107%; }
    .middle-split > section.middle-split__column2 {
      display: block;
      float: left;
      margin-left: 51.5168368893%;
      margin-right: -100%;
      width: 48.4831631107%; }
    .middle-split.middle-split--66-33 > section.middle-split__column1 {
      display: block;
      float: left;
      margin-left: 0%;
      margin-right: -100%;
      width: 63.9296187683%; }
    .middle-split.middle-split--66-33 > section.middle-split__column2 {
      display: block;
      float: left;
      margin-left: 66.963292547%;
      margin-right: -100%;
      width: 33.036707453%; }
    .middle-split.middle-split--33-66 > section.middle-split__column1 {
      display: block;
      float: left;
      margin-left: 0%;
      margin-right: -100%;
      width: 33.036707453%; }
    .middle-split.middle-split--33-66 > section.middle-split__column2 {
      display: block;
      float: left;
      margin-left: 36.0703812317%;
      margin-right: -100%;
      width: 63.9296187683%; }
    .middle-split.middle-split--75-25 > section.middle-split__column1 {
      display: block;
      float: left;
      margin-left: 0%;
      margin-right: -100%;
      width: 71.3780323609%; }
    .middle-split.middle-split--75-25 > section.middle-split__column2 {
      display: block;
      float: left;
      margin-left: 74.4103773758%;
      margin-right: -100%;
      width: 25.5896226242%; } }
  .middle-split .middle-split__column1 .blurb__body, .middle-split .middle-split__column2 .blurb__body {
    padding: 0 1em; }
  .middle-split .middle-split__column1 .pagination li, .middle-split .middle-split__column2 .pagination li {
    width: auto; }
  .middle-split + .threecolumns {
    margin-top: 20px; }

/*** NEWS INV ***/
.threecolumns .newsLarge .blurb-wide {
  background-color: inherit; }
  .threecolumns .newsLarge .blurb-wide .newsitemheading {
    margin-top: 0.25em;
    font-size: 2rem;
    font-weight: 400; }

.newsitemcontent .newsitem__description {
  margin-top: 0.5em; }
  .newsitemcontent .newsitem__description + .p {
    border-top: 1px solid black;
    padding-top: 0.5em; }

.newsitemcontent .map {
  padding: 0; }

.newsLarge {
  margin: 0 0 2em 0; }
  .newsLarge span.thumb-image {
    width: 33%;
    float: left; }
  @media only screen and (min-width: 768px) {
    .newsLarge [class*=blurb-wide] {
      border-bottom: 1px solid #daddcc; }
      .newsLarge [class*=blurb-wide] img {
        float: none;
        margin-right: 0;
        width: auto; }
      .newsLarge [class*=blurb-wide] div {
        top: 0;
        position: inherit;
        margin-left: 1em; }
        .newsLarge [class*=blurb-wide] div.blurb__thumb, .newsLarge [class*=blurb-wide] div.blurb-wide--thumb {
          float: left;
          margin-left: 1em;
          margin-right: 0;
          width: 62%; }
        .newsLarge [class*=blurb-wide] div.blurb-wide--large-image {
          margin-left: 0;
          width: 100%; }
        .newsLarge [class*=blurb-wide] div h4 {
          font-size: 1em;
          margin-bottom: 0; }
        .newsLarge [class*=blurb-wide] div p {
          padding: 0;
          font-weight: 500;
          margin-bottom: 0; }
          .newsLarge [class*=blurb-wide] div p.newsiteminfopublicationdate {
            font-weight: 300;
            color: #8c8279;
            margin-bottom: 1em; }
        .newsLarge [class*=blurb-wide] div .newsitemheading {
          margin-top: 0.25em; }
        .newsLarge [class*=blurb-wide] div .newsiteminfo.startdate {
          padding: 0 2%; }
      .newsLarge [class*=blurb-wide]:last-of-type {
        border-bottom: none; } }
  .newsLarge .blurb-wide {
    margin-top: 1em;
    float: left;
    width: 100%; }
    .newsLarge .blurb-wide span.thumb-image {
      display: block;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .newsLarge .blurb-wide span.thumb-image + div {
          width: 62%; } }
    .newsLarge .blurb-wide div.blurb-wide--no-thumb {
      margin-left: 0;
      width: 100%; }
  @media only screen and (max-width: 767px) {
    .newsLarge article {
      width: 100%;
      float: none;
      overflow: hidden; }
      .newsLarge article:nth-child(odd) {
        margin-left: 0; }
      .newsLarge article .thumb-image img {
        width: 100%; }
      .newsLarge article div {
        width: 100%;
        margin: 1em 2%;
        clear: left; }
      .newsLarge article.blurb-wide--paired {
        width: 100%; }
        .newsLarge article.blurb-wide--paired:nth-of-type(even) {
          margin-left: 0; } }
  .newsLarge .invFoot {
    clear: both;
    width: 100%; }

.threecolumns .newsLarge .blurb-wide span.thumb-image {
  width: 100%;
  float: none; }

@media only screen and (min-width: 768px) {
  .content-sidebar .newsLarge [class*=blurb-wide] div {
    width: 100%;
    margin-left: 0; } }

@media only screen and (min-width: 768px) {
  .threecolumns .newsLarge .blurb-wide div.blurb__thumb {
    width: 50%;
    margin-left: 1em; } }

.site-content__sidebar article.blurb-wide .newsitemheading {
  margin-top: 0;
  padding-top: 0; }

article.news {
  margin: 2em 0; }
  article.news span.thumb-image {
    width: 33%; }
  @media only screen and (min-width: 768px) {
    article.news [class*=blurb-wide] img {
      float: left;
      margin-right: 0;
      width: 33%; }
    article.news [class*=blurb-wide] div {
      float: left;
      margin-left: 5%;
      margin-right: 0;
      width: 62%;
      top: 0;
      position: inherit; } }
  @media only screen and (max-width: 767px) {
    article.news article {
      width: 100%;
      float: none;
      overflow: hidden; }
    article.news article:nth-child(odd) {
      margin-left: 0; }
    article.news article .thumb-image img {
      width: 100%; }
    article.news article div {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      clear: left; } }

.newsviewer-otherarticles a {
  float: right;
  background-color: #034da1;
  font-size: 1.2em;
  font-weight: 700;
  padding: 10px 20px;
  color: white; }
  .newsviewer-otherarticles a:hover {
    background-color: #002855;
    text-decoration: none; }

/* News in middle split and three columns override
------------------------------------------------------*/
@media only screen and (max-width: 989px) {
  .middle-split .newsLarge, .threecolumns .newsLarge {
    margin-top: 0; }
    .middle-split .newsLarge article, .threecolumns .newsLarge article {
      width: 100%; }
      .middle-split .newsLarge article:nth-child(odd), .middle-split .newsLarge article:nth-child(even), .threecolumns .newsLarge article:nth-child(odd), .threecolumns .newsLarge article:nth-child(even) {
        margin-left: 0; } }

/* RSS
----------------------------------------------------------------*/
.news-title .news-rss-feed,
.events-title .news-rss-feed {
  float: right; }

/* Event row fix 
----------------------------------------------------------------*/
.row {
  display: block;
  width: 100%;
  overflow: hidden;
  clear: both;
  margin-bottom: 1em; }

.fb-search__form .fb-search__input {
  display: block;
  float: left;
  margin-left: 0%;
  margin-right: -100%;
  width: 63.9296187683%; }

.fb-search__form .fb-search__submit {
  display: block;
  float: left;
  margin-left: 66.963292547%;
  margin-right: -100%;
  width: 33.036707453%; }

.fb-search__listings {
  list-style-type: none;
  margin-left: 0; }

.fb-search__pagination {
  margin-left: 0;
  overflow: hidden;
  list-style-type: none; }
  .fb-search__pagination li {
    float: left;
    width: auto;
    padding-top: 5px;
    padding-top: 0.5rem;
    padding-right: 15px;
    padding-right: 1.5rem;
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
    padding-left: 15px;
    padding-left: 1.5rem;
    border: 1px solid silver;
    border-radius: 2.5px;
    border-radius: 0.25rem;
    margin-right: 10px;
    margin-right: 1rem; }
    .fb-search__pagination li.fb-search__pagination--list-el--current {
      color: black;
      background: transparent; }
      .fb-search__pagination li.fb-search__pagination--list-el--current a {
        color: black; }

blockquote.pull-quote__wrap, aside.pull-quote__wrap {
  background-color: #bcc41a;
  color: white;
  padding: 15px;
  border-top-color: rgba(255, 255, 255, 0.5);
  font-style: normal; }
  blockquote.pull-quote__wrap:before, aside.pull-quote__wrap:before {
    color: white; }
  blockquote.pull-quote__wrap .pull-quote__end, blockquote.pull-quote__wrap .pull-quote__start, aside.pull-quote__wrap .pull-quote__end, aside.pull-quote__wrap .pull-quote__start {
    color: white; }

.blockquote .bqstart a,
.blockquote .meta a,
.blockquote p.quote a {
  color: white; }

.blockquote .meta {
  border-top-color: rgba(255, 255, 255, 0.5); }

.threecolumns {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5em; }
  .threecolumns > section .newsLarge h2:not(.heading) {
    border-bottom: 1px solid black;
    padding-bottom: 10px; }
  .threecolumns > section .newsLarge img:first-of-type {
    width: 100%;
    margin-bottom: 1em; }
  .threecolumns > section .newsLarge div {
    width: 100%;
    margin-left: 0; }
  .threecolumns > section .newsLarge .heading.newsitemheading {
    margin-bottom: 0; }
  @media only screen and (min-width: 990px) {
    .threecolumns > section.threecolumns__column1 {
      display: block;
      float: left;
      margin-left: 0%;
      margin-right: -100%;
      width: 31.3275440769%; }
    .threecolumns > section.threecolumns__column2 {
      display: block;
      float: left;
      margin-left: 34.3598890919%;
      margin-right: -100%;
      width: 31.3093535238%; }
    .threecolumns > section.threecolumns__column3 {
      display: block;
      float: left;
      margin-left: 68.7015876306%;
      margin-right: -100%;
      width: 31.2984123694%; } }
  .threecolumns li {
    width: 100%; }

.node-type-feed-viewer #facetsearch {
  background: #d6d2c4;
  margin-bottom: 20px;
  padding: 1%;
  border-radius: 4px;
  float: left;
  width: 20%; }
  .node-type-feed-viewer #facetsearch ul {
    margin-left: 0;
    padding: 0 10px; }
    .node-type-feed-viewer #facetsearch ul li {
      list-style-type: none; }
  .node-type-feed-viewer #facetsearch h3 {
    font-size: 1.5em;
    margin: 1em 0 .3em;
    font-weight: 500; }
  .node-type-feed-viewer #facetsearch input[type=submit], .node-type-feed-viewer #facetsearch .reset-button {
    background-color: #666;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    padding: 12px 30px 10px;
    display: inline-block;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.21);
    border-bottom: 4px solid rgba(0, 0, 0, 0.21);
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    font-weight: 700;
    line-height: 1;
    margin: 5px 0 6px;
    padding: .5em 1em;
    box-sizing: border-box;
    font-size: 12px;
    height: 34px; }
  .node-type-feed-viewer #facetsearch .reset-button {
    margin-left: 10px; }
  .node-type-feed-viewer #facetsearch .termSearch label {
    display: none; }
  .node-type-feed-viewer #facetsearch .termSearch #fbquery {
    padding-left: 4%;
    padding-right: 4%;
    font-size: 14px;
    line-height: 1;
    color: #333;
    border: 1px solid #aba690;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box; }
  .node-type-feed-viewer #facetsearch .facetted-nav {
    background: #f3f3f3; }
    .node-type-feed-viewer #facetsearch .facetted-nav h3 {
      background-color: white;
      border-top: 10px solid #d6d2c4;
      padding: 6px 10px;
      font-size: 1.1em;
      margin: 0;
      display: block;
      margin-bottom: 10px; }

.node-type-feed-viewer .search-results {
  width: 73%;
  float: left;
  margin-left: 2%; }

.node-type-feed-viewer .feed__item {
  margin-bottom: 10px;
  margin-top: 0;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 989px) {
  .node-type-feed-viewer #facetsearch, .node-type-feed-viewer .search-results {
    width: 100%; }
  .node-type-feed-viewer .search-results {
    margin-left: 0; }
    .node-type-feed-viewer .search-results .feed__item {
      padding: 10px; } }

#ucl-feeds-funnelback-facets-form {
  background: #d6d2c4;
  margin-bottom: 20px;
  padding: 1%;
  float: left;
  width: 20%; }
  @media only screen and (max-width: 989px) {
    #ucl-feeds-funnelback-facets-form {
      width: 100%; } }
  #ucl-feeds-funnelback-facets-form .search-results {
    margin-left: 0; }
    #ucl-feeds-funnelback-facets-form .search-results .feed__item {
      padding: 10px; }
  #ucl-feeds-funnelback-facets-form #edit-facetted-nav {
    margin-bottom: .5em; }

#ucl-feeds-funnelback-facets-form .form-checkbox {
  display: none; }

#ucl-feeds-funnelback-facets-form .fieldset-wrapper {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 1.5em;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  display: block;
  list-style-type: disc; }
  #ucl-feeds-funnelback-facets-form .fieldset-wrapper .fieldset-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 1.5em;
    padding: 10px;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    display: block;
    list-style-type: disc; }

#ucl-feeds-funnelback-facets-form .fieldset-wrapper .form-wrapper {
  background-color: #f3f3f3; }

#ucl-feeds-funnelback-facets-form .form-wrapper legend {
  background-color: #fff;
  padding: 6px 10px;
  font-size: 1.1em;
  margin: 0 0 10px;
  display: block;
  box-sizing: border-box;
  width: 100%; }

#ucl-feeds-funnelback-facets-form .fieldset-wrapper > .fieldset-wrapper {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 1.5em;
  padding: 0 10px;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  display: block;
  list-style-type: disc; }

#ucl-feeds-funnelback-facets-form input[type=submit] {
  background-color: #666;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.21);
  border-bottom: 4px solid rgba(0, 0, 0, 0.21);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: .5em 1em;
  box-sizing: border-box;
  font-size: 12px;
  height: 34px; }

#ucl-feeds-funnelback-facets-form .facetted-nav {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: #f3f3f3; }

#ucl-feeds-funnelback-facets-form .termSearch #edit-query {
  padding-left: 4%;
  padding-right: 4%;
  font-size: 14px;
  line-height: 1;
  color: #333;
  border: 1px solid #aba690;
  box-shadow: none;
  box-sizing: border-box;
  float: left;
  margin-right: 1em; }

.item-list .pager li {
  display: inline-block;
  margin-top: .5em; }

.map-placeholder {
  width: 100%;
  max-width: 600px;
  height: 200px; }

.widget {
  width: 500px;
  background: #333333;
  border: 1px solid #bcc41a;
  border-top: 5px solid white;
  overflow: hidden;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  position: relative;
  box-sizing: border-box; }
  .widget .widget_title {
    color: white;
    font-size: 1.5em;
    padding: 0 20px 20px 20px; }
  .widget .widget_description {
    color: white;
    font-size: 0.85em;
    padding: 0 20px 20px 20px; }
  .widget .widget_source {
    font-size: 1.7rem;
    text-align: right;
    padding: 0 20px 20px 20px;
    color: #bcc41a; }
  .widget a:hover {
    text-decoration: none; }

/* Overrides
* FYI - Unfortunatly you cannot override Sass variables to be inherited by existing code. For example where a colour variable changes,
* an override partial is needed redeclaring the new colour.
*
-------------------------------------------------------------- */
input, textarea {
  padding: .5em 2%;
  vertical-align: middle; }

/* search site form
---------------------------------------------------------------*/
#searchSiteform input[type="text"], #searchSiteform input[type=search] {
  padding: 1rem 0 1rem 0;
  background-color: #dee8ea;
  float: left;
  border: none;
  width: 85%;
  padding-left: 40px;
  margin-top: 0;
  margin-bottom: 0; }

.fa-search:before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #54a6bb;
  font-size: 2.5rem; }

#searchSiteform {
  max-width: 830px;
  width: 100%;
  border: 1px solid #54a6bb;
  overflow: hidden;
  border-radius: 0.5em;
  display: block;
  background-color: #dee8ea;
  position: relative;
  margin-top: 1em;
  margin-bottom: 1.5em; }
  #searchSiteform input {
    font-size: 2.1rem; }
    #searchSiteform input[type=search] {
      font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif; }
    #searchSiteform input[type=submit] {
      font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
      line-height: 1.2;
      text-align: center;
      background-color: #54a6bb;
      border: none;
      border-radius: 0;
      width: 10%;
      float: right;
      display: block;
      margin: 0;
      padding: 1rem 1.6rem;
      color: white; }
  @media only screen and (max-width: 767px) {
    #searchSiteform {
      border: none;
      border-radius: 0;
      background-color: transparent; }
      #searchSiteform input[type="text"], #searchSiteform input[type="search"] {
        width: 100%;
        margin-bottom: 0.5rem; }
      #searchSiteform input[type="submit"] {
        float: none;
        border-radius: 0.5rem;
        width: auto; } }

#siteSearchErrorField {
  display: none;
  font-weight: bold;
  color: red;
  margin-bottom: 2em;
  margin-top: -2em; }

.site-content__sidebar #searchSiteform input[type=search] {
  width: 65%; }

.site-content__sidebar #searchSiteform input[type=submit] {
  width: 20%; }

@media only screen and (min-width: 768px) {
  .photograph {
    background-color: #0097a9; } }

.photograph--mobile, .header--mobile {
  background-color: #0097a9;
  border-bottom: 0.5em solid #0097a9; }

.photograph {
  background-color: #0097a9; }

.tabbed > div,
.tabs li.active,
.box {
  border-color: #0097a9; }

/* Search page
-----------------------------------------------------*/
.layout-horizontal--nav-1col.section-search aside.facets {
  border: 2px solid #0097a9 !important;
  padding: 1%;
  background-color: #eeeeea !important;
  border-radius: 10px; }
  .layout-horizontal--nav-1col.section-search aside.facets .mobileCloseAside {
    margin-left: 95%; }

.blurb--video {
  clear: both;
  margin-bottom: 1em; }
  .blurb--video.video--large {
    max-width: 900px; }
  .blurb--video.video--small {
    max-width: 450px; }
  .blurb--video.pull-left, .blurb--video.pull-right {
    float: none;
    width: auto; }
  @media only screen and (min-width: 768px) {
    .blurb--video.pull-left {
      margin-bottom: 1em;
      margin-top: 0;
      display: block;
      float: left;
      margin-left: 0%;
      margin-right: -100%;
      width: 48.429292929%;
      clear: none;
      float: left;
      margin-left: 0;
      margin-right: 3.03030303%; }
    .blurb--video.pull-right {
      margin-bottom: 1em;
      margin-top: 0;
      display: block;
      float: left;
      margin-left: 51.459595959%;
      margin-right: -100%;
      width: 48.429292929%;
      clear: none;
      float: right;
      margin-right: 0;
      margin-left: 3.03030303%; }
      .blurb--video.pull-right .tag {
        right: 0;
        left: auto; } }
  .blurb--video.video--captioned {
    margin-bottom: 1em; }

.owl-carousel__item.blurb--video figcaption {
  /*hide overflowing elements as interferes with video controls*/
  overflow: hidden;
  top: 12px;
  background: transparent; }
  .owl-carousel__item.blurb--video figcaption div {
    background: #1a1a1a;
    opacity: 1;
    padding: 0 0.5em; }

.owl-carousel__item.video--large figcaption {
  max-height: 300px; }

.owl-carousel__item.video--small figcaption {
  max-height: 150px; }

.media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5em; }
  .media-youtube-video .media-youtube-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.node-type-image-video-gallery .media-youtube-video {
  padding-top: 0; }

.event__details {
  background-color: #f2f3ed; }
  .event__details dl {
    padding: 0 2em; }
    .event__details dl dd {
      border-bottom-color: rgba(0, 122, 135, 0.25); }
  .event__details + .middle-split__column2 {
    background-color: #f2f3ed; }

@media only screen and (min-width: 990px) {
  .flexbox .event__details-container {
    display: -ms-flexbox;
    display: flex; }
  .flexbox section.event__details {
    width: 50%;
    margin: 0; }
    .flexbox section.event__details + section.middle-split__column2 {
      width: 50%;
      margin: 0; }
      .flexbox section.event__details + section.middle-split__column2 img {
        width: 100%;
        height: 100%;
        object-fit: cover; } }

table {
  border: none; }

th,
.rt th {
  background-color: #0097a9;
  border-right-color: white;
  color: white;
  border-bottom: none; }

.rt td {
  border-left: none;
  border-right: none;
  border-top: none; }

td.align-left, col.align-left {
  float: none; }

.accordion__title {
  background-color: #f2f3ed;
  border: none;
  margin-bottom: 3px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain; }
  .accordion__title a:after {
    content: '\0025C4';
    display: block;
    float: right; }

.accordion__title a {
  color: black; }

.accordion__title:last-of-type {
  border: none; }

.accordion__description {
  margin-bottom: 5px; }

.accordion__description:last-of-type {
  border: none; }

.accordion__title .currentAccordionAnchor:after {
  content: '\0025bc';
  display: block;
  float: right; }

.flag,
.more {
  background-color: white; }

.flag:hover,
.more:hover {
  background-color: white; }

.box,
ol.code li {
  background-color: #e6f5f6; }

.box.box--bar-thick {
  border: none;
  padding-top: 0; }
  .box.box--bar-thick i.fa {
    right: 1px; }

.box i.fa {
  padding: 10px;
  background-color: #0097a9;
  font-size: 1.6em;
  top: 0px;
  position: absolute;
  right: 0; }
  .box i.fa.None {
    display: none; }

.site-content__main .box.box--bar-thick h1:first-of-type, .site-content__sidebar .box.box--bar-thick h2:first-of-type {
  background-color: #0097a9;
  margin-top: 0;
  margin-left: -6.25%;
  margin-right: -6.25%;
  padding: 0.25em 6.25%; }
  @media only screen and (min-width: 768px) {
    .site-content__main .box.box--bar-thick h1:first-of-type, .site-content__sidebar .box.box--bar-thick h2:first-of-type {
      margin-left: -2.60416667%;
      margin-right: -2.60416667%;
      padding: 0.25em 2.60416667%; } }
  @media only screen and (min-width: 990px) {
    .site-content__main .box.box--bar-thick h1:first-of-type, .site-content__sidebar .box.box--bar-thick h2:first-of-type {
      margin-left: -3.03030303%;
      margin-right: -3.03030303%;
      padding: 0.25em 3.03030303%; } }

.header--mobile {
  background-color: #0097a9;
  border-bottom: 0.5em solid #0097a9; }

.media.media-element-container {
  margin-bottom: 0; }

div.jwplayer {
  margin-bottom: 1.5em; }

/* 
* Override name: Nav
* Use: Styling lists used for navigation areas
-------------------------------------------------------------- */
.nav--top.nav--sticky-active {
  z-index: 1; }
  .nav--top.nav--sticky-active a {
    color: white; }
  .nav--top.nav--sticky-active ul {
    background-color: #33acba; }
    .nav--top.nav--sticky-active ul li {
      border-right: 1px solid white; }

.nav.nav--top li {
  border-right: none; }
  .nav.nav--top li a:hover {
    color: black; }

.nav.nav--mobile li {
  display: block; }

@media only screen and (max-width: 989px) {
  .sidebar {
    width: 30%; } }

@media only screen and (max-width: 767px) {
  .sidebar {
    width: 100%; } }

.nav--left {
  background-color: #f2f3ed; }
  .nav--left ul {
    margin: 0; }
    .nav--left ul li {
      margin: 0;
      padding: 0;
      display: block; }
      .nav--left ul li a {
        border-bottom: 1px solid #daddcc;
        display: block;
        height: 100%;
        padding: 0.25em 10%;
        font-size: 1.5rem;
        color: black; }
        .nav--left ul li a:hover {
          text-decoration: none;
          background-color: #daddcc; }
      .nav--left ul li ul {
        margin: 0; }
        .nav--left ul li ul li a {
          padding-left: 13%; }
        .nav--left ul li ul li ul li a {
          padding-left: 17%; }
      .nav--left ul li.active-trail a {
        background-color: #33acba;
        border-bottom-color: #33acba;
        color: white; }
        .nav--left ul li.active-trail a.active {
          font-weight: 700; }
      .nav--left ul li.active-trail ul li a {
        background-color: white;
        border-left: 5px solid white;
        border-bottom-color: #daddcc;
        color: black; }
        .nav--left ul li.active-trail ul li a.active {
          border-left: 5px solid #33acba !important; }

.breadcrumb li:first-of-type a {
  color: #034da1; }

.nav--top {
  background-color: #f2f3ed;
  padding: 0 35px; }
  .nav--top ul {
    margin-bottom: 0; }
    .nav--top ul li, .nav--top ul li:last-child {
      border-right: none;
      margin: 0;
      padding: 0; }
      .nav--top ul li a, .nav--top ul li:last-child a {
        display: block;
        height: 100%;
        padding: 1em; }
        .nav--top ul li a:hover, .nav--top ul li:last-child a:hover {
          background-color: #daddcc; }

.cta-center.cta-half {
  margin-left: 25%; }

.silva-edit-cross {
  display: block;
  width: 10px; }

/* .breadcrumb--nav is specific to silva cms
-------------------------------------------------------------- */
.breadcrumb--nav .breadcrumb__list {
  line-height: 1.5em; }

/* line heights on headers are too big - roll up to indigo after testing */
h1 {
  line-height: 1.15em; }

h2 {
  line-height: 1.2em; }

h3 {
  line-height: 1.25em; }

h4 {
  line-height: 1.3em; }

.news h2.newsitemheading {
  margin-top: -.2em; }

.site-content__inner {
  padding-top: 1em; }

p.content-summary {
  padding: 2%; }

.content-box, p.content-summary {
  background-color: #f2f3ed;
  margin-bottom: 1.5em; }
  .content-box.news-summary, p.content-summary.news-summary {
    padding: 2%; }
  .content-box .heading:first-child:not(.newsitemheading), p.content-summary .heading:first-child:not(.newsitemheading) {
    background-color: #0097a9;
    color: white;
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: 400; }
  .content-box p, .content-box p.p, .content-box .blurb-wide div p.newsiteminfopublicationdate, .content-box .data, .content-box ul, p.content-summary p, p.content-summary p.p, p.content-summary .blurb-wide div p.newsiteminfopublicationdate, p.content-summary .data, p.content-summary ul {
    margin-bottom: 0;
    padding: 0.5em 1em; }
  .content-box h1, .content-box h2, .content-box h3, .content-box h4, .content-box h5, p.content-summary h1, p.content-summary h2, p.content-summary h3, p.content-summary h4, p.content-summary h5 {
    padding: 1% 0.75em; }
    .content-box h1:first-child, .content-box h2:first-child, .content-box h3:first-child, .content-box h4:first-child, .content-box h5:first-child, p.content-summary h1:first-child, p.content-summary h2:first-child, p.content-summary h3:first-child, p.content-summary h4:first-child, p.content-summary h5:first-child {
      padding-top: 0.5em;
      margin-bottom: 0; }
  .content-box .large-image, p.content-summary .large-image {
    margin-bottom: 0; }
  .content-box.content-box--feature, p.content-summary.content-box--feature {
    background-color: #e6f5f6;
    padding-bottom: 0.5em;
    margin-bottom: 1.5em; }
    .content-box.content-box--feature .p, p.content-summary.content-box--feature .p {
      padding: 2em;
      line-height: 1.5em;
      font-weight: 500; }
    .content-box.content-box--feature h3, p.content-summary.content-box--feature h3 {
      text-align: center;
      font-size: 2rem;
      font-weight: 500; }
    .content-box.content-box--feature > img, .content-box.content-box--feature .p, p.content-summary.content-box--feature > img, p.content-summary.content-box--feature .p {
      margin-bottom: 0; }
  .content-box.links li, p.content-summary.links li {
    width: 90%;
    line-height: 2.3; }

.links ul, .border-list ul {
  margin-left: 0; }
  .links ul li, .border-list ul li {
    border-bottom: 1px solid #daddcc;
    list-style-type: none; }
    .links ul li a, .border-list ul li a {
      font-weight: 500; }
    .links ul li:last-of-type, .border-list ul li:last-of-type {
      border-bottom: none; }

.newsletter .p, .newsletter input {
  padding: 5%; }

.newsletter input {
  height: 30px;
  width: 90%;
  margin: 5%; }

.newsletter form {
  margin-top: -2em; }

.newsletter .cta {
  margin: 0 5% 5% 5%;
  width: 90%; }

.underlined {
  display: block;
  width: 100%;
  border-bottom: 1px solid black;
  padding-bottom: 0.5em; }

@media only screen and (min-width: 990px) {
  .hero__body--quarter {
    width: 25%; }
  .hero__body--half {
    width: 50%; }
  .hero__body--threequarters {
    width: 75%; } }

@media only screen and (max-width: 989px) {
  .hero__blurb {
    display: block; } }

.layout-vertical--nav-1col .hero {
  padding: 0;
  left: 0; }

.hero {
  margin-bottom: 1em; }
  .hero .hero__content .hero__body {
    width: 30%;
    background-color: rgba(0, 151, 169, 0.6);
    color: white; }

@media only screen and (max-width: 989px) {
  .hero {
    background-position: 0; }
    .hero .hero__content .hero__body {
      width: 100%; } }

.social-media a {
  padding-left: 50px;
  min-height: 30px;
  display: block;
  padding-bottom: 2px;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-size: 27px; }
  .social-media a.social-media__facebook {
    background-image: url("../images/social/fb-icon.png"); }
  .social-media a.social-media__twitter {
    background-image: url("../images/social/twt-icon.png"); }
  .social-media a.social-media__g-plus {
    background-image: url("../images/social/g-pls-icon.png"); }
  .social-media a.social-media__flickr {
    background-image: url("../images/social/flkr-icon.png"); }
  .social-media a.social-media__youtube {
    background-image: url("../images/social/ytb-icon.png"); }
  .social-media a.social-media__blog {
    background-image: url("../images/social/blog-icon.png"); }
  .social-media a.social-media__newsletter {
    background-image: url("../images/social/nws-icon.png");
    background-position-y: 5px; }
  .social-media a.social-media__support {
    background-image: url("../images/social/receiving-icon.png");
    background-position-y: 4px; }
  .social-media a.social-media__instagram {
    background-image: url("../images/social/insta-icon.png"); }

.twitter-share-container {
  display: inline; }

.fb-share-button {
  height: 21px;
  top: -8px; }

.fb-share-button, .twitter-share-container {
  margin: 0 5px; }

.pane-social-media-link-widget {
  background: white; }
  .pane-social-media-link-widget h1 {
    background: #b3b3b3;
    color: white;
    margin: 0;
    font-size: 2.3rem;
    font-weight: 600;
    padding: 0.5em 1.3em; }
  .pane-social-media-link-widget .social-media, .pane-social-media-link-widget p {
    background: white;
    padding: 0 1em; }
    .pane-social-media-link-widget .social-media li, .pane-social-media-link-widget p li {
      text-align: left;
      padding-left: 1.3em; }
      .pane-social-media-link-widget .social-media li a, .pane-social-media-link-widget p li a {
        background-image: url("../images/social/verticalWidgetSprite.png");
        background-repeat: no-repeat;
        background-size: 2.4em;
        padding-left: 4em; }
    .pane-social-media-link-widget .social-media .social-media__facebook, .pane-social-media-link-widget p .social-media__facebook {
      background-position: 0 -2.4em; }
    .pane-social-media-link-widget .social-media .social-media__twitter, .pane-social-media-link-widget p .social-media__twitter {
      background-position: 0 0.1em; }
    .pane-social-media-link-widget .social-media .social-media__googleplus, .pane-social-media-link-widget p .social-media__googleplus {
      background-position: 0 -4.75em; }
    .pane-social-media-link-widget .social-media .social-media__instagram, .pane-social-media-link-widget p .social-media__instagram {
      background-position: 0 -7.15em; }
    .pane-social-media-link-widget .social-media .social-media__linkedin, .pane-social-media-link-widget p .social-media__linkedin {
      background-position: 0 -9.6em; }
    .pane-social-media-link-widget .social-media .social-media__pinterest, .pane-social-media-link-widget p .social-media__pinterest {
      background-position: 0 -12em; }
    .pane-social-media-link-widget .social-media .social-media__vimeo, .pane-social-media-link-widget p .social-media__vimeo {
      background-position: 0 -14.3em; }
    .pane-social-media-link-widget .social-media .social-media__youtube, .pane-social-media-link-widget p .social-media__youtube {
      background-position: 0 -16.8em; }
    .pane-social-media-link-widget .social-media .social-media__youtube_channel, .pane-social-media-link-widget p .social-media__youtube_channel {
      background-position: 0 -19.2em; }
    .pane-social-media-link-widget .social-media .social-media__rss, .pane-social-media-link-widget p .social-media__rss {
      background-position: 0 -21.5em; }
    .pane-social-media-link-widget .social-media .social-media__contact, .pane-social-media-link-widget p .social-media__contact {
      background-position: 0 -28.8em; }
    .pane-social-media-link-widget .social-media .social-media__email, .pane-social-media-link-widget p .social-media__email {
      background-position: 0 -26.4em; }
    .pane-social-media-link-widget .social-media .social-media__newsletter, .pane-social-media-link-widget p .social-media__newsletter {
      background-position: 0 -24em; }
    .pane-social-media-link-widget .social-media .social-media__support, .pane-social-media-link-widget p .social-media__support {
      background-position: 0 -31em; }

.social-media-wrapper h1 {
  background: #b3b3b3;
  color: white;
  margin: 0;
  font-size: 2.3rem;
  font-weight: 600;
  padding: 0.5em 1.3em; }

.social-media-wrapper .p {
  display: none; }

.social-media-wrapper .content-box {
  background-color: #e6e6e6; }
  .social-media-wrapper .content-box li {
    margin-bottom: 0.5em;
    font-size: 1.1em; }

.social-media-wrapper a:before {
  content: "";
  width: 2.5em;
  height: 2.5em;
  background: url("../images/social/verticalWidgetSprite.png") no-repeat;
  background-size: 2.5em;
  float: left;
  margin: 0 10px 2px 0; }

.social-media-wrapper .field-collection-view ul.field-collection-view-links {
  float: none; }

.social-media-wrapper .edit a:before, .social-media-wrapper .delete a:before {
  background-image: none;
  margin-bottom: 0; }

.social-media-wrapper .social-media__facebook:before {
  background-position: 0 -2.5em; }

.social-media-wrapper .social-media__google:before {
  background-position: 0 -5em; }

.social-media-wrapper .social-media__instagram:before {
  background-position: 0 -7.5em; }

.social-media-wrapper .social-media__linkedin:before {
  background-position: 0 -10em; }

.social-media-wrapper .social-media__pinterest:before {
  background-position: 0 -12.5em; }

.social-media-wrapper .social-media__vimeo:before {
  background-position: 0 -15em; }

.social-media-wrapper .social-media__youtube-channel:before {
  background-position: 0 -17.5em; }

.social-media-wrapper .social-media__youtube:before {
  background-position: 0 -20em; }

.social-media-wrapper .social-media__rss:before {
  background-position: 0 -22.5em; }

.social-media-wrapper .social-media__newsletter:before {
  background-position: 0 -25em; }

.social-media-wrapper .social-media__email:before {
  background-position: 0 -27.5em; }

.social-media-wrapper .social-media__contact:before {
  background-position: 0 -30em; }

.social-media-wrapper .social-media__support:before {
  background-position: 0 -32.5em; }

.profile {
  background-color: #f2f3ed;
  padding: 1em;
  margin-bottom: 1em; }
  .profile .float-right, .profile .float-left {
    margin-top: 0; }
  .profile .p:last-of-type:after {
    content: '';
    display: block;
    clear: both; }
  .profile p.p {
    margin-bottom: 0; }
  .profile + div .p:empty {
    display: none; }

/* Image options
-------------------------------------------------------------- */
img.float-left, figure.float-left, .img-sm.float-left, .img-md.float-left, .img-lg.float-left, .img-xl.float-left, .img-xxl.float-left, .no-respond.float-left, .blog .alignleft {
  display: block;
  float: left;
  margin-left: 0%;
  margin-right: -100%;
  width: 48.429292929%;
  clear: none;
  float: left;
  margin-left: 0;
  margin-right: 3.03030303%;
  margin-bottom: 1em;
  margin-top: 1em; }

img.float-right, figure.float-right, .img-sm.float-right, .img-md.float-right, .img-lg.float-right, .img-xl.float-right, .img-xxl.float-right, .no-respond.float-right, .blog .alignright {
  display: block;
  float: left;
  margin-left: 51.459595959%;
  margin-right: -100%;
  width: 48.429292929%;
  clear: none;
  float: right;
  margin-right: 0;
  margin-left: 3.03030303%;
  margin-bottom: 1em;
  margin-top: 1em; }

/* fixing the float issue
-----------------------------*/
.img-rounded {
  border-radius: 50em; }

.img-sm {
  max-width: 200px; }

.img-md {
  max-width: 400px; }

.img-lg {
  max-width: 767px; }

.img-xl {
  max-width: 989px; }

.img-xxl {
  max-width: 1400px; }

.img-sm, .img-md, .img-lg, .img-xl, .img-xxl {
  width: 100%; }

@media only screen and (max-width: 767px) {
  .img-lg, .img-xl, .img-xxl {
    width: 100%; }
  .decorative {
    display: none !important; }
  .img-pull-left.large-image, .img-pull-left.xl-image, .img-pull-left.xxl-image, .img-pull-right.large-image, .img-pull-right.xl-image, .img-pull-right.xxl-image {
    width: 100%; } }

/* lets extend all of the indigo release 2 stuff for our lovely SILVA CMS
--------------------------------------------------------------------------*/
.small-image {
  max-width: 320px; }

.medium-image {
  max-width: 400px; }

.large-image {
  max-width: 767px; }

.xl-image {
  max-width: 989px; }

.xxl-image {
  max-width: 1400px; }

img.image__centered {
  display: block;
  margin: 0 auto;
  width: initial; }

.img-pull-left, .float-left {
  float: left; }

.img-pull-right, .float-right {
  float: right; }

.small-image, .medium-image, .large-image, .xl-image, .xxl-image {
  width: 100%; }

@media only screen and (max-width: 767px) {
  .large-image, .xl-image, .xxl-image {
    width: 100%; }
  .float-left.large-image, .float-left.xl-image, .float-left.xxl-image, .float-right.large-image, .float-right.xl-image, .float-right.xxl-image {
    width: 100%;
    clear: both; } }

.no-respond {
  width: auto !important; }

/* //cover all bases
	.float-left.img-sm,.img-md,.img-lg,.img-xl,.img-xxl{
		@extend .img-pull-left;
	}
	.float-right.img-sm,.img-md,.img-lg,.img-xl,.img-xxl{
		@extend .img-pull-right;
	} */
/* //cover all bases
	.float-left.no-respond{
		@extend .img-pull-left;
	}
	.float-right.no-respond{
		@extend .img-pull-right;
	} */
/* wordpress blog images
----------------------------------------------------------------------------*/
.file-document .file-icon {
  margin-bottom: -3px;
  margin-right: 10px; }

.caption-img br {
  display: none; }

.news-summary, .content-summary {
  font-weight: 500;
  font-size: 1.2em; }

.calendar-container {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }

.calendar-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
