.sp-data {
  height: 0;
  overflow: hidden;
  position: relative; }
  .sp-data[id^=ftf-find-region-], .sp-data[id^=ftf-staff-] {
    height: auto;
    overflow: visible; }

.preloader {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/preloader.gif");
  display: block;
  height: 200px;
  opacity: 1;
  position: relative;
  width: 100%; }

.capitalize {
  text-transform: capitalize; }

.grant-row {
  min-height: 80px; }
  .grant-row .grant-button {
    min-width: 100%; }

.grant-info-row {
  min-height: 27px; }
  .grant-info-row .Documents {
    font-size: .8em; }

.meeting {
  border-top: 1px solid #dedede;
  padding-top: 20px; }
  .meeting-docs {
    font-size: .8em; }

.ftfHomeMeetings .cancelled {
  color: rgba(255, 0, 0, 0.8); }

.ftfButton {
  background-color: white;
  border-color: #CDCDCD;
  color: #666;
  font-size: .7em;
  min-height: 0px;
  min-width: 0px;
  padding: 10px 20px;
  margin: 10px 0;
  transition: all .2s ease; }
  .ftfButton:hover {
    background-color: #666;
    border-color: #CDCDCD;
    color: whitesmoke; }

.ftfUL li {
  font-size: .8em; }

.ftfMeeting-header {
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 10px; }

.ftfSharepointTable {
  font-size: .8em;
  margin-top: 20px;
  text-align: left;
  width: 100%; }
  .ftfSharepointTable tbody tr {
    transition: all .2s ease; }
    .ftfSharepointTable tbody tr:nth-child(even) {
      background-color: #F9F9F9; }
    .ftfSharepointTable tbody tr:hover {
      background-color: #F5F5F5; }
    .ftfSharepointTable tbody tr.cancelled td {
      color: rgba(255, 0, 0, 0.8); }
  .ftfSharepointTable-header {
    color: #49c7ed; }
  .ftfSharepointTable-date {
    font-weight: bold; }
  .ftfSharepointTable-button-td {
    text-align: right; }
    .ftfSharepointTable-button-td span.cancelled {
      color: rgba(255, 0, 0, 0.8);
      font-weight: bold; }
  .ftfSharepointTable td, .ftfSharepointTable th {
    border-bottom: 1px solid #dedede;
    padding: 5px 10px; }
  .ftfSharepointTable th {
    border-bottom-width: 2px; }
  .ftfSharepointTable .doc-date {
    width: 200px; }
  .ftfSharepointTable-strategy-table td:first-child {
    line-height: 1.5em;
    padding-right: 20px;
    width: 30%; }
    .ftfSharepointTable-strategy-table td:first-child b {
      font-size: 1.1em; }
  .ftfSharepointTable-strategy-table td:last-child {
    padding-right: 20px; }
    .ftfSharepointTable-strategy-table td:last-child p {
      line-height: 1.3em;
      margin: 10px 0; }

.ftfPagination > div {
  display: inline-block;
  padding: 15px 5px;
  text-align: center; }

.ftfPagination .ftfPagination-active {
  cursor: pointer;
  transition: all .2s ease; }
  .ftfPagination .ftfPagination-active:hover {
    color: whitesmoke;
    background-color: #666; }

.ftfPagination .ftfPagination-disabled {
  opacity: .5;
  cursor: default; }

.ftfPagination-superBack {
  font-size: 1.4em; }

.ftfPagination-superNext {
  font-size: 1.4em; }

.grantsInfo {
  padding-top: 20px; }

.strategyCategories {
  border-top: 1px solid #cdcdcd;
  padding-top: 40px; }

.strategyCategory {
  padding-bottom: 40px;
  clear: both;
  display: block;
  overflow: auto; }
  .strategyCategory-icon {
    box-sizing: border-box;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: left;
    height: 90px;
    padding-top: 26px;
    text-align: center;
    width: 90px; }
    .strategyCategory-icon__blue {
      background-color: #0072bc; }
    .strategyCategory-icon__lt-blue {
      background-color: #49c7ed; }
    .strategyCategory-icon__green {
      background-color: #82c341; }
    .strategyCategory-icon__lime {
      background-color: #bfd228; }
    .strategyCategory-icon__yellow {
      background-color: #fdb71a; }
    .strategyCategory-icon__orange {
      background-color: #f47721; }
    .strategyCategory-icon__red {
      background-color: #ae123a; }
  .strategyCategory-info {
    display: inline-block;
    float: right;
    width: calc(100% - 120px); }

.strategies, .strategy {
  border-top: 1px solid #cdcdcd;
  padding-top: 40px; }
