/* LEGACY */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: playoff-regular;
  -webkit-font-smoothing: antialiased;
}
a,
a:link,
a:visited,
a:focus,
a:active {
  color: #c5c9d1;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #0066cc;
}
.container .primary-content {
  width: auto;
}
.no-select {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flex-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
hr {
  width: 60px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#f6a700), to(#ce8200));
  background: linear-gradient(to right, #f6a700, #ce8200);
  margin: 0 auto 10px auto;
  border: none;
}


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