﻿#body {
  font-family: franklin-gothic-atf, sans-serif;
  font-weight: 400;
}
#body label,
#body select,
#body textarea {
  font-weight: 400 !important;
}
#body input[type="text"],
#body input[type="password"],
#body textarea {
  font-family: franklin-gothic-atf, sans-serif !important;
  font-weight: 400 !important;
}
#body input[type="button"] {
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
#body button {
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
#body .btn {
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
#body h1 {
  font-weight: 900 !important;
}
#body .cards-container table th {
  font-weight: 500 !important;
}
#body .lead-medium {
  color: inherit;
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
  font-family: franklin-gothic-atf, sans-serif;
}
#body .lead-heavy {
  color: inherit;
  font-size: 21px;
  line-height: 30px;
  font-weight: 900;
  font-family: franklin-gothic-atf, sans-serif;
}
#body .sitewideNotification {
  background-color: red;
  color: white;
  font-size: 16px;
  text-align: center;
}
#body .menu-link {
  font-weight: 500 !important;
}
#body .menu {
  font-weight: 500 !important;
}
#body .mycards-content {
  color: black !important;
}
#body legend {
  text-transform: uppercase !important;
}
#body table tr:nth-child(even) {
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff) !important;
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff)) !important;
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff) !important;
  background-image: -o-linear-gradient(top, #ffffff, #ffffff) !important;
  background-image: linear-gradient(top, #ffffff, #ffffff) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff, GradientType=0) !important;
}
#body #cardsTable th,
#body td {
  border-top: none !important;
}
#body #cardsTable.table-bordered th,
#body #cardsTable.table-bordered td {
  border-left: none !important;
}