/* @less partials */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
/* @group Awards */
#awardsList {
  padding-left: 0px;
}
#awardsList li {
  list-style: none;
}
/* @end */
.awardsTable td {
  vertical-align: middle!important;
}
.awardsTable .title {
  font-family: 'Frutiger Neue W01 Md';
  font-size: 0.9rem;
}
.awardsTable .projectTitle {
  font-family: 'FrutigerNeueW01-Regular';
}
.awardsTable .removeRightBorder {
  border-right: none!important;
}
.awardsTable .removeLeftBorder {
  border-left: none!important;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .awardsTable img {
    margin-top: 0.5rem;
  }
}
/* @group Modal */
.awardsmodal img {
  margin-top: 0px;
  margin-bottom: 1rem;
}
.awardsmodal a.btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 90px;
}
/* @end */
/*# sourceMappingURL=awards.css.map */