@charset "UTF-8";
/*DOCUMENT AND LAYOUT*/
body {
  background-color: #ddd;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

#wrapper {
  position: relative;
  max-width: 1024px;
  height: 100%;
  padding: 2em 5em 0;
  margin: auto;
}

.content {
  background-color: white;
  border-top: 10px solid #006491;
  padding: 25px;
}

.logo {
  display: inline-block;
  margin-bottom: 10px;
}

p {
  margin: 0 0 10px;
}

.footer {
  padding: 10px 15px;
  color: #999;
  font-family: PizzaPress, Arial Narrow, sans-serif;
  margin: 11px 0;
  padding: 0 15px;
  background: #006491;
}
.footer .powered-by {
  color: #006491;
  background-color: #ddd;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}

/*REWARDS*/
.rewards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 14px;
  color: #555;
}
.rewards * {
  box-sizing: border-box;
}
.rewards .section {
  padding: 0 20px;
  max-width: 485px;
  margin-bottom: 25px;
}
.rewards .section .rewards-header {
  background-color: #006491;
  padding: 12px 24px;
  color: white;
  font-size: 20px;
  line-height: 24px;
  font-family: "PizzaPress", "Arial Narrow", sans-serif;
  text-align: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.rewards .section .rewards-content {
  text-align: center;
  margin: 0 8px;
  padding: 12px;
  border: 3px solid #006491;
  border-width: 0 3px 3px 3px;
  border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
}
.rewards .section .rewards-content .rewards-heading {
  color: #006491;
  font-size: 28px;
  line-height: 30px;
  font-family: "PizzaPress", "Arial Narrow", sans-serif;
  margin-bottom: 10px;
}
.rewards .section .rewards-content .rewards-button {
  line-height: 50px;
}
.rewards .section .rewards-content .rewards-button a {
  background-color: #e31837;
  color: white;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.rewards .section .rewards-content .rewards-legal {
  font-size: 11px;
  color: #888;
  line-height: 12px;
  border-top: dotted 2px #ccc;
  padding-top: 12px;
}

/* REQUIRED GHOST STYLES */
.kg-width-wide {
  grid-column: wide-start/wide-end;
}

.kg-width-full {
  grid-column: full-start/full-end;
}

.kg-gallery-container {
  position: relative;
}

.kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.kg-gallery-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}

.kg-gallery-row:not(:first-of-type) {
  margin: 0.75em 0 0 0;
}

.kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.75em;
}

.kg-bookmark-card,
.kg-bookmark-publisher {
  position: relative;
  width: 100%;
}

.kg-bookmark-container,
.kg-bookmark-container:hover {
  display: flex;
  color: currentColor;
  font-family: var(--font-sans-serif);
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.kg-bookmark-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
}

.kg-bookmark-title {
  font-size: 1.5rem;
  line-height: 1.4em;
  font-weight: 600;
  color: #15171A;
}

.kg-bookmark-description {
  display: -webkit-box;
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-top: 3px;
  color: #626d79;
  font-weight: 400;
  max-height: 44px;
  overflow-y: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.kg-bookmark-metadata {
  display: flex;
  align-items: center;
  margin-top: 22px;
  width: 100%;
  color: #394047;
  font-size: 1.4rem;
  font-weight: 500;
}

.kg-bookmark-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.kg-bookmark-author,
.kg-bookmark-publisher {
  display: inline;
}

.kg-bookmark-publisher {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 240px;
  white-space: nowrap;
  display: block;
  line-height: 1.65em;
}

.kg-bookmark-metadata > span:nth-of-type(2) {
  color: #626d79;
  font-weight: 400;
}

.kg-bookmark-metadata > span:nth-of-type(2):before {
  content: "•";
  color: #394047;
  margin: 0 6px;
}

.kg-bookmark-thumbnail {
  position: relative;
  flex-grow: 1;
  min-width: 33%;
}

.kg-bookmark-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 4px 4px 0;
}/*# sourceMappingURL=rewards.css.map */