@charset "utf-8";
/* CSS Document */
.tm-block-footer {
  font-family: 'FrutigerLTStd-Light', Helvetica, Arial, sans-serif;
}
.tm-block-footer a {
  color: #ffffff;
}

.tm-block-primary-gradient {
  background-image: -webkit-linear-gradient(top, #054074, #015198);
  background-image: linear-gradient(to bottom, #054074, #015198);
  background-color: #054074;
}
.tm-block-primary-gradient-intensive {
  background-image: -webkit-linear-gradient(-35deg, #054074, #015198);
  background-image: linear-gradient(125deg, #054074, #015198);
  background-color: #054074;
}
.tm-contrast{}
.tm-block-padding{}

.tm-block-texture {
  position: relative;
  border-bottom: 0 solid rgba(0, 0, 0, 0.04);
}

