div, section, aside {
  box-sizing: border-box; }

strong, b {
  font-weight: 500; }

em, i {
  font-style: italic; }

body {
  font-family: "Sentinel A", "Sentinel B", sans-serif;
  font-size: 15px;
  color: #1e1e1e; }
  @media (max-width: 767px) {
    body {
      font-size: 14px; } }

p {
  margin-bottom: 15px;
  line-height: 22px; }

a {
  transition: 0.5s;
  color: #a51c30;
  text-decoration: none;
  border-bottom: 1px solid transparent; }

a:hover,
a:focus {
  text-decoration: none;
  border-bottom: 1px solid; }

h1.page-title {
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  max-width: 750px;
  display: block; }

/*.node h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}*/
h2 {
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.17;
  color: #000000;
  margin: 28px 0 0 0; }
  @media (max-width: 480px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
  font-size: 19px;
  font-weight: bold; }

.node h3 {
  font-size: 18px;
  margin-bottom: 25px; }

::-webkit-input-placeholder {
  color: #b3b8bc;
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
  font-size: 17px; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b8bc;
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
  font-size: 17px; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b8bc;
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
  font-size: 17px; }

:-ms-input-placeholder {
  color: #b3b8bc;
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
  font-size: 17px; }

img {
  max-width: 100%;
  height: auto; }

ul {
  padding-left: 25px; }

li {
  list-style-type: disc;
  margin-bottom: 10px; }

p {
  line-height: 28px;
  font-size: 18px; }

.node {
  letter-spacing: 0;
  font-size: 16px; }
  @media (max-width: 767px) {
    .node {
      font-size: 15px; } }

.block-system-main-block {
  color: #1e1e1e; }

.views-element-container {
  clear: both; }

.bar-gradient {
  height: 1px;
  background-image: linear-gradient(to right, #a51c30, #53a0fd 48%, #8996a0);
  margin: 41px 0; }
  @media (max-width: 480px) {
    .bar-gradient {
      height: 1px;
      border-bottom: solid 1px #9b9b9b;
      background-image: none; } }

.separator-vertical {
  padding-left: 5px;
  padding-right: 5px; }

.collapse-heading {
  cursor: pointer; }

.serif-font {
  font-family: "Sentinel A", "Sentinel B", sans-serif; }

.sans-serif-font {
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif; }

.red-text {
  color: #a51c30; }
  .red-text p, .red-text li {
    color: #a51c30; }

.grey-text {
  color: #777; }
  .grey-text p, .grey-text li {
    color: #777; }

/*# sourceMappingURL=base.css.map */
