/*Added for small screen devices like iphone 5/SE*/
.mod-further-fund-content-app__slot {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 739px) {
  .mod-further-fund-content-app__slot {
    float: none;
    width: auto;
  }
}
.mod-further-fund-content-app__slot--full {
  float: none;
  width: auto;
}
@media only screen and (min-width: 740px) {
  .mod-further-fund-content-app__slot--full .mod-further-fund-content-app__documents,
  .mod-further-fund-content-app__slot--full .mod-further-fund-content-app__contact {
    float: left;
    width: 50%;
  }
  .mod-further-fund-content-app__slot--full .mod-further-fund-content-app__documents {
    padding-right: 10px;
  }
}
.mod-further-fund-content-app__label {
  font: 500 13px/16px MetricWeb, sans-serif;
  color: #333;
  text-transform: uppercase;
  padding: 6px 0;
  display: block;
}
.mod-further-fund-content-app__contact {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.mod-further-fund-content-app__contact li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 50%;
  -moz-flex: 1 50%;
  -ms-flex: 1 50%;
  flex: 1 50%;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 6px;
}
@media only screen and (max-width: 489px) {
  .mod-further-fund-content-app__contact li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 100%;
    -moz-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 739px) {
  [aria-expanded="false"] .mod-further-fund-content-app__contact {
    display: none;
  }
}
.mod-further-fund-content-app__documents {
  margin-bottom: 10px;
}
.mod-further-fund-content-app__documents li {
  border-bottom: 1px solid #D3C5B4;
  padding: 10px 40px 10px 0;
  position: relative;
}
.mod-further-fund-content-app__documents li:first-child {
  border-top: 1px solid #D3C5B4;
}
.mod-further-fund-content-app__documents li span {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #C10001;
  background-color: #f2dfce;
  padding: 1px 6px;
  font-size: 10px;
}
.mod-further-fund-content-app__documents li i {
  background-color: #27757b;
  padding: 3px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFF;
  margin-left: 6px;
  font-style: normal;
  font-size: 14px;
}
.mod-further-fund-content-app__documents p {
  padding: 6px;
}
@media only screen and (max-width: 739px) {
  [aria-expanded="false"] .mod-further-fund-content-app__documents {
    display: none;
  }
}
.mod-further-fund-content-app__video__slot {
  overflow: auto;
  margin-right: 10px;
}
@media only screen and (max-width: 739px) {
  [aria-expanded="false"] .mod-further-fund-content-app__video {
    display: none;
  }
}
.mod-further-fund-content-app__about {
  padding-bottom: 10px;
  border-bottom: 1px solid #D3C5B4;
}
.mod-further-fund-content-app__about button {
  border: none;
  background: none;
  color: #27757b;
  cursor: pointer;
  float: right;
  margin-top: 10px;
  padding: 0;
}
.o-hoverable-on .mod-further-fund-content-app__about button:hover {
  color: #333;
}
@media only screen and (max-width: 739px) {
  .mod-further-fund-content-app__about button {
    display: none;
  }
}
.mod-further-fund-content-app .mod-module__content {
  position: relative;
}
@media only screen and (max-width: 739px) {
  [aria-expanded="true"].mod-further-fund-content-app .mod-module__content {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 740px) {
  .mod-further-fund-content-app .mod-ui-show-more {
    display: none;
  }
}
.mod-further-fund-content-app .mod-ui-link {
  color: #9E2F50;
}
.mod-further-fund-content-app .mod-ui-data-list__value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mod-further-fund-content-app .mod-disclaimer {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
.mod-further-fund-content-app [aria-hidden="true"] {
  display: none;
}
@media only screen and (min-width: 490px) {
  .mod-further-fund-content-app__slot--two-videos .mod-further-fund-content-app__slot {
    width: 100%;
    display: table;
  }
  .mod-further-fund-content-app__slot--two-videos .mod-further-fund-content-app__contact,
  .mod-further-fund-content-app__slot--two-videos .mod-further-fund-content-app__documents,
  .mod-further-fund-content-app__slot--two-videos .mod-further-fund-content-app__video {
    display: table-cell;
    width: 50%;
    float: left;
  }
  .mod-further-fund-content-app__slot--two-videos .mod-further-fund-content-app__documents {
    padding-right: 10px;
  }
}
