/* Custom variables
-------------------------------------------------------------- */
/* Variable imports
-------------------------------------------------------------- */
/* Breakpoints
-------------------------------------------------------------- */
/* Indigo colour palette
// Hex output given where used.
-------------------------------------------------------------- */
/* Generic grayscale
-------------------------------------------------------------- */
/* Misc non indigo variables added but not documented.  Should be replaced and added to 
depreciated list where possible
--------------------------------------------------------- */
/* New design colours */
/* Form colours
--------------------------------------------------------------*/
/* element specific
-------------------------------------------------------------- */
/* Project specific
-------------------------------------------------------------- */
/* Depreciated colours do not use.... 7.20 LS
-------------------------------------------------------------*/
/* 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: #b5bd00; }

.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: black;
  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; } }

.media-wysiwyg-align-center .caption-img {
  margin-left: auto;
  margin-right: auto; }

#eventListContainer table {
  margin: 0px; }

.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; }

.node-type-iris .profile {
  padding-bottom: 1.7em; }
  .node-type-iris .profile dl {
    display: none; }

/* 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%; }

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

.ucl-map-token {
  margin-bottom: 1rem; }

.middle-split {
  clear: both;
  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 {
  color: black;
  background-color: #bcc41a;
  padding: 15px;
  border-top-color: transparent;
  font-style: normal; }
  blockquote.pull-quote__wrap:before, aside.pull-quote__wrap:before {
    color: black; }

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

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

.pull-quote__wrap a {
  color: black;
  text-decoration: underline; }

/* Datepicker css also attached to Drupal module /sites/all/modules/contrib/date/date_popup/themes/datepicker.1.7.css?pezzvm */
/* ----------------- FACET MENU  -------------------*/
#ucl-feeds-funnelback-facets-form {
  background: #d6d2c4;
  margin-bottom: 20px;
  padding: 1%;
  float: left;
  /* LAYOUT FOR LANDING PAGE FACET AND FEED */
  display: block;
  float: left;
  margin-left: 0%;
  margin-right: -100%;
  width: 27.8498937675%;
  /*FACET COMPONENTS */
  /*BUTTONS */
  /* WHITE BORDER BACKGROUND */
  /* SEARCH BOX */
  /*---------------------- DATEPICKER CALENDAR ---------------------*/
  /*--------------------- MOBILE MENU --------------------------*/ }
  #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 .fieldset-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0.5em;
    padding: 0 10px;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    display: block; }
    #ucl-feeds-funnelback-facets-form .fieldset-wrapper .form-wrapper {
      background-color: #e6e6e6; }
  #ucl-feeds-funnelback-facets-form .form-wrapper legend {
    background-color: white;
    padding: 6px 10px;
    font-size: 1.1em;
    margin: 0 0 10px;
    display: block;
    box-sizing: border-box;
    width: 100%; }
  #ucl-feeds-funnelback-facets-form ul.facet-list {
    margin-left: 0; }
  #ucl-feeds-funnelback-facets-form ul.facet-list li {
    list-style: none; }
  #ucl-feeds-funnelback-facets-form input[type=submit] {
    background-color: #40403e;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: white;
    display: inline-block;
    position: relative;
    border: 1px solid  transparent;
    line-height: 1;
    margin: 0;
    padding: .5em 1em;
    box-sizing: border-box;
    font-size: 12px;
    height: 34px; }
    #ucl-feeds-funnelback-facets-form input[type=submit]:hover {
      background-color: #505050; }
    #ucl-feeds-funnelback-facets-form input[type=submit]#edit-reset-top {
      margin-bottom: 1em;
      margin-top: .5em; }
  #ucl-feeds-funnelback-facets-form .facetted-nav {
    clear: both;
    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.35;
    color: #333333;
    border: 1px solid #aba690;
    box-shadow: none;
    box-sizing: border-box;
    float: left;
    margin-right: 1em;
    margin-left: -10px;
    max-width: 90%; }
  #ucl-feeds-funnelback-facets-form .more-facets, #ucl-feeds-funnelback-facets-form .less-facets {
    margin-top: 1em;
    display: block;
    font-size: .9em;
    font-weight: 500;
    color: #034da1; }
    #ucl-feeds-funnelback-facets-form .more-facets:hover, #ucl-feeds-funnelback-facets-form .less-facets:hover {
      text-decoration: underline; }
  #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 .ui-datepicker {
    text-transform: uppercase;
    font-size: 0.9em;
    cursor: default;
    width: 97.8% !important;
    margin-bottom: 1em;
    clear: both; }
    #ucl-feeds-funnelback-facets-form .ui-datepicker table, #ucl-feeds-funnelback-facets-form .ui-datepicker tr, #ucl-feeds-funnelback-facets-form .ui-datepicker td, #ucl-feeds-funnelback-facets-form .ui-datepicker th {
      margin: 0;
      padding: 0;
      border: none;
      border-spacing: 0; }
    #ucl-feeds-funnelback-facets-form .ui-datepicker .ui-widget-header {
      background: #e6e6e6;
      border: none;
      border-radius: 0; }
    #ucl-feeds-funnelback-facets-form .ui-datepicker .ui-datepicker-calendar th {
      padding-top: 15px;
      padding-bottom: 10px;
      text-align: center;
      font-weight: normal;
      color: #333333;
      background: #e6e6e6; }
    #ucl-feeds-funnelback-facets-form .ui-datepicker .ui-datepicker-calendar td {
      text-align: center;
      line-height: 26px; }
    #ucl-feeds-funnelback-facets-form .ui-datepicker .ui-datepicker-calendar td a, #ucl-feeds-funnelback-facets-form .ui-datepicker .ui-datepicker-calendar td span {
      text-align: center; }
    #ucl-feeds-funnelback-facets-form .ui-datepicker .ui-state-default {
      display: block;
      outline: none;
      text-decoration: none;
      color: #333333;
      border: 1px solid transparent;
      background: white; }
    #ucl-feeds-funnelback-facets-form .ui-datepicker .ui-state-active {
      color: white;
      background: #333333 !important; }
    #ucl-feeds-funnelback-facets-form .ui-datepicker .has_events a {
      background: #e6e6e6; }
  #ucl-feeds-funnelback-facets-form #facet-close {
    display: none; }
  @media only screen and (max-width: 989px) {
    #ucl-feeds-funnelback-facets-form {
      width: 100%;
      transition: left 0.5s ease;
      background: rgba(204, 204, 204, 0.8);
      cursor: pointer;
      left: -300rem;
      position: absolute;
      top: 5.7%;
      width: 75%;
      margin-left: 10%;
      z-index: 1; }
      #ucl-feeds-funnelback-facets-form.expanded {
        left: auto; }
      #ucl-feeds-funnelback-facets-form .termSearch {
        clear: both; }
        #ucl-feeds-funnelback-facets-form .termSearch #edit-query {
          max-width: 100%;
          width: 100%;
          margin: 0 auto 5px auto;
          text-align: center;
          float: none; }
      #ucl-feeds-funnelback-facets-form .site-content wrapper {
        position: relative; }
      #ucl-feeds-funnelback-facets-form input[type="submit"]#edit-reset-top {
        margin-bottom: 1em;
        margin-left: 10px;
        width: 5em; }
      #ucl-feeds-funnelback-facets-form #facet-close {
        float: right;
        display: block;
        background-color: #e6e6e6;
        color: black;
        padding: 0.5em 1em;
        margin-right: 10px;
        margin-top: 7px;
        font-size: 0.85em;
        margin-bottom: 20px; }
        #ucl-feeds-funnelback-facets-form #facet-close:hover {
          background-color: #505050; }
      #ucl-feeds-funnelback-facets-form #edit-cssubmit {
        margin-top: 5px;
        width: 100%;
        margin-bottom: 10px; } }

/* see also skins\UCLDrupalIndigoSkin\bartlett-theme\sass\overrides\_home-feeds.scss. Uses .node-type-bartlett-landing-page with feed  for landing page styling*/
/* -----------------FEED LAYOUT ----------------*/
.feed {
  /* FEED LAYOUT FOR DESKTOP AND TABLET - TEXT DOES NOT WRAP IMAGE */
  /* FEED WIDGETS LAYOUT FOR DESKTOP AND TABLET SIDEBAR TEXT WRAPS IMAGES */
  /* SMALL LAYOUT CHANGE FOR MOBILE */ }
  .feed .feed__item {
    padding: 1.5%;
    margin-top: 1em;
    margin-bottom: 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #daddcc; }
    .feed .feed__item:last-of-type {
      border-bottom: 0; }
  .feed .feed--small-image img {
    float: left;
    width: 33%;
    padding: 0 10px 10px 0; }
  .feed .feed--large-image img {
    width: 100%; }
  .feed .feed--small-image img,
  .feed .feed--large-image img {
    margin: 0; }
  .feed .feed__item-heading {
    margin-top: 0;
    font-size: 2rem;
    font-weight: 400; }
  .feed h3.feed__item-heading {
    line-height: 1.25em; }
  .feed .feed__snippet {
    margin-bottom: 0.5em; }
  .feed br {
    display: block; }
  .feed time {
    font-weight: 700;
    font-size: 95%; }
  .feed .school {
    margin-top: 1.25em;
    font-weight: 700;
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .feed .feed__item {
      display: inline;
      width: 98%; }
    .feed .feed__item img {
      width: 29%;
      padding-right: 2.5%;
      float: left; }
    .feed .feed__text-content {
      float: right;
      width: 68%; } }
  @media only screen and (min-width: 768px) {
    .feed .content-sidebar .feed__text-content {
      float: none;
      width: auto; } }
  @media only screen and (max-width: 767px) {
    .feed .feed__item img {
      padding-bottom: 1em; } }

/*-------------END OF GENERIC FEED STYLES --------------*/
/*-------------- FEED STYLES FOR PAGES WITH FACET MENUS ---------------*/
#funnelback-results {
  margin-top: 20px; }

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

#ucl-fb-search-results {
  /*LAYOUT FOR LANDING PAGE FEEDS AND FUNNELBACK AND HIDES MOBILE REFINE BUTTON */
  display: block;
  float: left;
  margin-left: 32.0981826523%;
  margin-right: -100%;
  width: 67.9018173477%;
  /*DISPLAYS REFINE BUTTON ON TABLET AND MOBILE*/ }
  #ucl-fb-search-results .pagination__item a, #ucl-fb-search-results .pagination__item .current {
    padding: 0.3em;
    display: block; }
  #ucl-fb-search-results #facet-refine {
    display: none; }
  @media only screen and (max-width: 989px) {
    #ucl-fb-search-results {
      clear: both;
      display: block;
      float: left;
      margin-left: 0;
      width: 100%; }
      #ucl-fb-search-results #facet-refine {
        display: block;
        border-radius: 0;
        margin-top: 0.9em;
        background-color: #40403e; }
        #ucl-fb-search-results #facet-refine:hover {
          background-color: #505050; } }

/* FEED DESKTOP ONLY STYLES  */
@media only screen and (min-width: 990px) {
  /* SMALL LAYOUT CHANGE FOR WIDGET ON DESKTOP */
  ucl-funnelback > a:last-child {
    float: right; }
  /* TEXT FORMATTING FOR MULTIPLE COLUMNS ON DESKTOP */
  .middle-split .feed .feed__item, .threecolumns .feed .feed__item {
    padding: inherit 0;
    font-size: 94%; }
    .middle-split .feed .feed__item .feed__item-heading, .threecolumns .feed .feed__item .feed__item-heading {
      font-size: 1.2em; } }

/* STYLES FOR FACET MENUS ON PAGES WITH RIGHT SIDEBAR */
@media only screen and (min-width: 768px) {
  .layout-horizontal--nav-2col #ucl-feeds-funnelback-facets-form .termSearch #edit-query {
    margin-left: 0;
    margin-bottom: 10px; }
  .layout-horizontal--nav-2col #ucl-feeds-funnelback-facets-form #edit-reset-top {
    margin-left: .74em; }
  .layout-horizontal--nav-2col #ucl-feeds-funnelback-facets-form .ui-datepicker {
    font-size: 0.6em !important; } }

/* NO JAVASCRIPT MESSAGES (no js for mobile not really needed as feeds will not display) */
.no-js .no-js-link, .no-js .no-js-link .ui-datepicker {
  display: block; }

.no-js-link, .no-js-link .ui-datepicker {
  display: none; }

/* NO JS FOR MOBILE MENU JUST IN CASE */
@media only screen and (max-width: 989px) {
  .no-js #ucl-feeds-funnelback-facets-form, .no-classlist #ucl-feeds-funnelback-facets-form {
    margin-left: 0;
    left: 0;
    width: 100%;
    position: static; }
    .no-js #ucl-feeds-funnelback-facets-form #facet-close, .no-js #ucl-feeds-funnelback-facets-form #facet-refine, .no-classlist #ucl-feeds-funnelback-facets-form #facet-close, .no-classlist #ucl-feeds-funnelback-facets-form #facet-refine {
      display: none; } }

.widget {
  width: 100%;
  background: #333333;
  border: 1px solid #bcc41a;
  border-top: 5px solid black;
  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; }

.site-content__sidebar ucl-widget[type="youtube"] iframe {
  width: 100%;
  height: 100%; }

.site-content__sidebar ucl-widget[type="enrolment_form"] iframe,
.site-content__sidebar ucl-widget[type="comms"] iframe,
.site-content__sidebar ucl-widget[type="fee_schedules"] iframe {
  width: 100%;
  height: 300px; }

.site-content__sidebar ucl-widget[type="mixcloud"] iframe {
  width: 100%; }

.teaser {
  position: relative; }
  .teaser.float-left, .teaser.float-right {
    margin: 0 1em 1em; }
  .teaser.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%; }
  .teaser.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%; }
  .teaser__img {
    margin-bottom: 0;
    vertical-align: top; }
  .teaser__body {
    background-color: #f7f7f4;
    padding: 1em 0.5em 0.5em;
    vertical-align: top; }
  .teaser .tag__heading--captioned-overlay {
    display: none; }
  .teaser figure {
    margin-bottom: 0; }
  .teaser figcaption p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #1a1a1a; }
  .teaser__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700; }
  .teaser h1.teaser__title-coloured a {
    background-color: #b5bd00;
    color: black;
    text-decoration: none;
    padding: 1em;
    display: block; }
  .teaser h1.teaser__title-coloured {
    margin-bottom: 0; }
  .teaser .tag {
    background-color: #bcc41a;
    color: black; }
    .teaser .tag a {
      color: black; }
  @media only screen and (min-width: 990px) {
    .teaser .tag.tag--hidden {
      display: none; }
    .teaser .tag__heading--captioned-overlay {
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      padding-bottom: 10px;
      padding-bottom: 1rem; }
    .teaser .tag__heading--captioned-overlay-border {
      margin-bottom: 10px;
      margin-bottom: 1rem;
      display: none; }
    .teaser--overlayed .teaser__body {
      position: absolute;
      top: 20%;
      left: 10%;
      width: 80%;
      box-sizing: border-box;
      opacity: 0.9;
      max-height: 70%;
      overflow: auto; }
      .teaser--overlayed .teaser__body p {
        font-size: 14px;
        font-size: 1.4rem; } }

@media only screen and (max-width: 989px) {
  .middle-split .middle-split__column1 .teaser {
    margin-bottom: 1.5em; } }

.threecolumns {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-bottom: 1.5em; }
  .threecolumns > section.noHeader {
    border-top: 0 !important;
    padding-top: 0 !important; }
  .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%; }

/* 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 
NOT INDIGO - REPLACE WHERE POSSIBLE WITH INDIGO STYLING SEE BELOW LS 10/19
KNOWN TO BE IN USE ON ISD HOME PAGE
attribute type="search"
When testing changes see also search form on library homepage.
---------------------------------------------------------------*/
#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%; }

/* FUNNELBACK SEARCH WIDGET FORM ELEMENTS*/
ucl-widget[type="funnelback_search"] #searchSiteform {
  max-width: initial;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: white; }
  ucl-widget[type="funnelback_search"] #searchSiteform.fa-search::before {
    display: none; }
  ucl-widget[type="funnelback_search"] #searchSiteform input[type="search"],
  ucl-widget[type="funnelback_search"] #searchSiteform input[type="text"] {
    padding: .65em 2%;
    background: white;
    width: 71%;
    font-size: 95%; }
  ucl-widget[type="funnelback_search"] #searchSiteform input[type="submit"] {
    background-color: #666666;
    width: 25%;
    border-radius: 0;
    font-size: 1em;
    line-height: 1.5em; }
  @media only screen and (max-width: 767px) {
    ucl-widget[type="funnelback_search"] #searchSiteform input[type="search"] {
      margin-bottom: 0; }
    ucl-widget[type="funnelback_search"] #searchSiteform input[type="submit"] {
      float: right;
      font-size: 1em; } }

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

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

.photograph {
  background-color: #b5bd00; }

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

/* Search page
-----------------------------------------------------*/
.layout-horizontal--nav-1col.section-search aside.facets {
  border: 2px solid #b5bd00 !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; }

/* YOUTUBE - styles below have been replaced as default styling by widget styles below. Leaving live for now incase any legacy issues LS 10/18 */
.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; }

/* DEFAULT YOUTUBE AND VIMEO OG WIDGET STYLES */
ucl-widget[type="youtube"], ucl-widget[type="vimeo"] {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  display: block; }
  ucl-widget[type="youtube"] iframe, ucl-widget[type="vimeo"] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 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; }

.event__map {
  margin-bottom: 1.5em; }

.speaker {
  background: #f2f3ed;
  margin-bottom: 1.5em;
  padding: 2em; }

@media only screen and (min-width: 990px) {
  .flexbox .event__details-container {
    display: -ms-flexbox;
    display: flex; }
  .flexbox section.event__details {
    width: 100%;
    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: #bcc41a;
  border-right-color: white;
  color: black;
  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: #bcc41a;
  border: none;
  margin-bottom: 3px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain; }
  .accordion__title:last-of-type {
    border: none; }
  .accordion__title a {
    color: black;
    width: 90%; }
  .accordion__title a:after {
    content: '\0025C4';
    display: block;
    float: right;
    margin-right: -10%; }

.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: #333333; }

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

.site-content__main .box--title-wrapper h2, .site-content__main .box--title-wrapper h3 {
  width: 93%; }
  @media only screen and (max-width: 767px) {
    .site-content__main .box--title-wrapper h2, .site-content__main .box--title-wrapper h3 {
      width: 88%; } }

.site-content__sidebar .box--title-wrapper h2, .site-content__sidebar .box--title-wrapper h3 {
  width: 83%; }

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

.box {
  border-color: #bcc41a; }
  .box .fa-none {
    display: none; }
  .box i.fa {
    color: black;
    padding: 10px;
    background-color: #bcc41a;
    font-size: 1.6em;
    top: 0;
    position: absolute;
    right: 0; }
    @media only screen and (max-width: 989px) {
      .box i.fa {
        font-size: 1.4em;
        padding: 8px; } }

.site-content__main .box.box--bar-thick h2:first-of-type, .site-content__sidebar .box.box--bar-thick h2:first-of-type {
  color: black;
  background-color: #bcc41a;
  margin-top: 0;
  margin-bottom: 10px;
  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 h2: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 h2: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%; } }

.site-content__main .box.box--bar-thick i.fa {
  right: 4px; }

.site-content__sidebar .box.box--bar-thick i.fa {
  right: 4px; }

.box.box--bar-thick .box--title-wrapper, .box.box--bar-thin .box--title-wrapper, .box.box--blank .box--title-wrapper {
  width: 100%;
  margin: 0  -6.25% 10px -6.25%;
  padding: 0.25em 6.25% 0.35em 6.25%; }
  .box.box--bar-thick .box--title-wrapper h2:first-of-type, .box.box--bar-thick .box--title-wrapper h3:first-of-type, .box.box--bar-thin .box--title-wrapper h2:first-of-type, .box.box--bar-thin .box--title-wrapper h3:first-of-type, .box.box--blank .box--title-wrapper h2:first-of-type, .box.box--blank .box--title-wrapper h3:first-of-type {
    padding: 0;
    margin: 0; }

.box.box--bar-thick {
  border: none;
  padding-top: 0; }
  .box.box--bar-thick .box--title-wrapper {
    background-color: #bcc41a;
    color: black; }

.box .middle-split .middle-split__column2 > :last-child,
.box .threecolumns .threecolumns__column3 > :last-child {
  margin-bottom: 1.5em; }

.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: black; }
  .nav--top.nav--sticky-active ul {
    background-color: #c4ca33; }
    .nav--top.nav--sticky-active ul li {
      border-right: 1px solid black; }

.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%; } }

@media only screen and (max-width: 767px) {
  .photograph {
    display: none; } }

.menu li.active-trail {
  padding: 0; }

.menu .nav-item {
  color: #333333; }

.menu a {
  color: #333333; }

.menu .active {
  background-color: #bcc41a;
  color: black;
  display: block; }

@media only screen and (min-width: 768px) {
  .menu .active {
    padding: 5% 3% 5% 10%; } }

.menu li {
  border-bottom: #ccc 1px solid; }
  .menu li:last-child {
    border-bottom: 0; }

.site-content__body > .breadcrumb:first-child {
  border-width: 0;
  margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .site-content__body > .breadcrumb {
    display: none; } }

@media only screen and (max-width: 767px) {
  .masthead {
    border-bottom: 0; }
  .header {
    height: auto; }
  .header--mobile {
    background-color: #bcc41a;
    border-bottom: 0.5em solid #bcc41a; } }

@media only screen and (max-width: 767px) {
  .nav--mobile .breadcrumb__list {
    display: block; }
    .nav--mobile .breadcrumb__list li:first-child a::before {
      display: none; }
  .nav--mobile .breadcrumb {
    background: #f0f2cc;
    padding: 20px 2.3%;
    border-top: solid 5px #bcc41a;
    margin-bottom: 0; }
    .nav--mobile .breadcrumb .breadcrumb__item {
      float: none; }
      .nav--mobile .breadcrumb .breadcrumb__item:after {
        content: none; }
    .nav--mobile .breadcrumb a {
      font-size: .95em;
      color: #034da1; }
      .nav--mobile .breadcrumb a:hover {
        text-decoration: underline; }
      .nav--mobile .breadcrumb a:before {
        font-family: 'FontAwesome';
        font-size: 1em;
        content: "\f102";
        padding-right: 7px;
        vertical-align: bottom;
        display: inline-block; }
    .nav--mobile .breadcrumb a.active {
      color: #333333;
      text-decoration: none; } }

.nav--mobile, .nav--left {
  border-bottom: solid 5px #bcc41a;
  background: whitesmoke; }
  .nav--mobile a, .nav--left a {
    display: block; }

.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: 0.7em; }
        .nav--top ul li a:hover, .nav--top ul li:last-child a:hover {
          background-color: #daddcc; }

.node-type-news .nav--left,
.node-type-event .nav--left,
.node-type-case-study .nav--left,
.node-type-policy .nav--left,
.node-type-publication .nav--left,
.node-type-research-project .nav--left,
.node-type-teacher-training-course .nav--left,
.page-degrees .nav--left {
  border-top: 2px solid #ccc; }

.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; }

@media only screen and (max-width: 767px) {
  .site-content__main > :last-child > :last-child {
    margin-bottom: 1.5625em; } }

li .media-element-container,
li .content,
li .file-document {
  display: inline; }

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: #b5bd00;
    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: #f8f8e6;
    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; }

.hero {
  margin-bottom: 1em;
  width: auto;
  left: 0; }
  .hero .hero__content .hero__body {
    width: 50%;
    background-color: transparent;
    color: black;
    margin: auto;
    font-weight: bold; }
  .hero .hero__text {
    text-align: center;
    font-size: 1em; }

@media only screen and (min-width: 990px) {
  .hero .hero__text {
    font-size: 2em; } }

@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; }

.IN-widget {
  position: relative;
  padding-bottom: 8px !important;
  padding-right: 3px !important; }

.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; }
    .pane-social-media-link-widget .social-media .social-media__medium, .pane-social-media-link-widget p .social-media__medium {
      background-position: 0 -38.5em; }
    .pane-social-media-link-widget .social-media .social-media__flickr, .pane-social-media-link-widget p .social-media__flickr {
      background-position: 0 -41em; }
    .pane-social-media-link-widget .social-media .social-media__soundcloud, .pane-social-media-link-widget p .social-media__soundcloud {
      background-position: 0 -33.6em; }

.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; }

.social-media-wrapper .social-media__soundcloud:before {
  background-position: 0 -35em; }

.social-media-wrapper .social-media__itunesu:before {
  background-position: 0 -37.5em; }

@media only screen and (max-width: 989px) {
  .social-media-wrapper {
    margin-top: 1.2em; }
    .social-media-wrapper article h3 {
      margin-bottom: 2.7em; } }

.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
-----------------------------*/
/* overide margins for news and events content type see also mobile view. 
----------------------------------------*/
.newsitemcontent img.float-right, .newsitemcontent img.float-left, .eventitemcontent img.float-right, .eventitemcontent img.float-left {
  margin-top: 0;
  margin-bottom: 0; }

.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) {
  .newsitemcontent img.float-right, .newsitemcontent img.float-left, .eventitemcontent img.float-right, .eventitemcontent img.float-left {
    float: none;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0; }
  .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%; }

.copy__section--teacher_training h4, .copy__section--taught h4, .copy__section--research h4 {
  margin-bottom: 1.5em; }

.copy__section--teacher_training .box--alt, .copy__section--taught .box--alt, .copy__section--research .box--alt {
  position: relative;
  padding-top: 2em;
  background: white; }
  .copy__section--teacher_training .box--alt blockquote, .copy__section--taught .box--alt blockquote, .copy__section--research .box--alt blockquote {
    margin-bottom: 0; }
