@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* = = = = = = = = = = Main Styles = = = = = = = = = = */
*, *::after, *::before {
  box-sizing: border-box;
}

html, body {
  /* height: 100%; */
  overflow-x: hidden;
}

html {
  line-height: 1.5;
  font-size: 16px;
}

body {
  font-family: 'Lato', 'Trebuchet MS', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #212121;
  margin: 0;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', 'Trebuchet MS', sans-serif;
  color: #212121;
  font-weight: 700;
}

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

a {
  color: #87314e;
}

blockquote {
  border-left: 3px solid #311e3e;
  padding-left: 18px;
  margin-left: 21px;
  font-style: italic;
  color: #311e3e;
}

pre {
  padding: 16px 32px;
  overflow-x: auto;
}

pre code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.flex-container.active {
  -webkit-transform: translate3d(-300px, 0, 0);
          transform: translate3d(-300px, 0, 0);
  will-change: transform;
}

.flex-container.active::after {
  will-change: transform;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

.content {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wrapper {
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

.header-wrapper {
  width: 1024px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

::selection {
  background: #87c766;
  color: #fff;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.clearfix::before {
  clear: both;
}

/* CSS After this is removeable */
p {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
}

figure {
  margin: 1.5em auto;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

figcaption {
  text-align: center;
  opacity: .8;
  margin-top: 4px;
  font-size: 1rem;
}

.image-caption {
  text-align: center;
  font-size: .8rem;
  color: light-grey;
}

.center-image {
  margin: 0 auto;
  display: block;
}

/* = = = = = = = = = = Header Styles = = = = = = = = = = */
/* = = = = = = = = = = Header Styles = = = = = = = = = = */
.main-header {
  font-family: 'Lato', 'Open Sans', sans-serif;
  padding: 0.7em 0;
  /* Was 15px */
  /* background-color: #fff; */
  box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.main-header .header-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header .logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center !important;
}

.main-header .logo img {
  vertical-align: top !important;
  margin-right: .3em;
  width: 43.969px;
  height: 32px;
  shape-rendering: geometricPrecision;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(10, 46, 54, 0.65));
          filter: drop-shadow(1px 1px 1px rgba(10, 46, 54, 0.65));
}

.main-header .logo a {
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  font-size: 32px;
  font-weight: 700;
  color: #0A2E36;
  white-space: nowrap;
  z-index: 2;
}

.main-header p {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0.5em;
  margin-right: 0px;
}

.right-header-wrapper {
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-nav {
  white-space: nowrap;
}

.main-nav ul {
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-nav ul li.menu-text {
  display: none;
}

.main-nav ul li {
  padding-right: 1rem;
}

.main-nav ul li a {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  color: #212121;
}

.main-nav ul li a:hover {
  opacity: .8;
  color: #87314e;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

span.nav-link {
  display: inline-block;
  position: relative;
  border-radius: 10px 10px 0 0;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: transparent;
}

span.nav-link:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 3px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  border-bottom: solid 1px #212121;
  border-right: solid 1px #212121;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
      transform: rotateZ(45deg);
}

.nav-link {
  display: inline-block;
  padding: 0.5rem 1rem;
}

.nav-link .corner {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: -20px;
  overflow: hidden;
}

.nav-link .corner:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -5px;
  right: -5px;
  border-radius: 50%;
  transition: border 0.3s ease;
  border: solid 5px transparent;
  border-left: solid 5px #ffffff;
  -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg);
  box-sizing: content-box;
}

span.nav-link:hover {
  border-radius: 10px 10px 0 0;
  background-color: #E0E0E0;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

span.nav-link:hover .corner:before {
  border-left: solid 5px #E0E0E0;
}

span.nav-link:hover .subnav {
  cursor: pointer;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all;
  opacity: 1;
  max-height: 1000px;
  background-color: #E0E0E0;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
}

span.nav-link:hover .subnav a {
  color: #212121;
}

span.nav-link:hover .subnav a:hover {
  color: #87314e;
  text-decoration: underline;
}

ul.subnav {
  padding: 1rem 2.3rem 0.5rem 1.5rem;
  margin-top: 2.35rem;
  text-align: left;
  left: 0;
  position: absolute;
  display: inline-block;
  border-radius: 0 10px 10px;
  background-color: transparent;
  transition-property: background-color, transform, opacity, max-height, -webkit-transform;
  transition-duration: 0.3s, 0.3s, 0.3s, 0.3s;
  transition-timing-function: ease, ease, ease, ease;
  transition-delay: 0s, 0.3s, 0.3s, 0.3s;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  z-index: 10000;
}

.subnav .subnav-item {
  display: block;
  white-space: nowrap;
  margin: 0.8rem 0;
}

.subnav .subnav-item a {
  color: transparent;
  transition: color 0.3s ease;
}

.menu-icon-container {
  display: none;
}

.menu-icon,
.menu-icon-close,
.search-icon a,
.search-icon-close {
  cursor: pointer;
  font-size: 18px;
  color: #212121;
  transition: all .4s;
}

.menu-icon:hover,
.menu-icon-close:hover,
.search-icon a:hover,
.search-icon-close:hover {
  opacity: .8;
}

.menu-icon a {
  font-family: 'Lato', 'Open Sans', sans-serif;
  color: #212121;
}

/* = = = = = = = = = = Post-Card Styles = = = = = = = = = = */
.post-card-box {
  margin: 25px 0 25px;
  padding: 0;
}

.post-card-box li {
  position: relative;
  list-style: none;
  float: left;
  width: 50%;
  transition: all .3s;
}

.post-card-box li:hover {
  opacity: 0.9;
}

.post-card {
  position: relative;
}

.post-card .post-card-image {
  display: block;
  width: 100%;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.post-card .post-card-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.post-card .post-card-body {
  position: absolute;
  left: 5%;
  bottom: 5%;
}

.post-card .post-card-body .post-card-link {
  text-decoration: none;
  display: block;
}

.post-card .post-card-body .post-card-title {
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  margin: 0 0 10px;
}

.post-card .post-card-body .post-card-title:hover {
  opacity: .8;
}

.post-card .post-card-body .tag {
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
}

.post-card .post-card-body .tag:hover {
  text-decoration: underline;
}

/* = = = = = = = = = = Post-Page Styles = = = = = = = = = = */
.page-content {
  margin-top: 10px;
  margin-bottom: 100px;
  background-color: #fff;
  padding: 20px;
}

.header-page {
  position: relative;
  margin-bottom: 30px;
}

.header-page h1 {
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 48px;
  text-align: left;
  margin: 0 0 5px;
  color: #212121;
  line-height: 1.25;
}

.header-page .page-date {
  text-align: left;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}

.page-footer {
  margin-top: 30px;
  padding-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}

.page-footer .page-tag,
.page-footer .page-share {
  text-transform: uppercase;
  font-size: 12px;
  color: #311e3e;
}

.page-footer .page-tag {
  margin-bottom: 10px;
}

.page-footer .page-tag a {
  text-decoration: none;
  color: #87314e;
}

.page-footer .page-tag a:hover {
  opacity: .8;
}

.page-footer .page-share a {
  text-decoration: none;
  color: #999999;
  margin-left: 10px;
  font-size: 18px;
}

.page-footer .page-share a:hover {
  opacity: .8;
}

.recent-box {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}

.recent-box .recent-title {
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-weight: 400;
  color: #311e3e;
  text-align: center;
  margin: 0 0 30px;
}

.recent-box .recent-list .recent-item {
  position: relative;
  display: inline-block;
  width: 24%;
  height: 150px;
  margin-left: 0.5%;
  margin-bottom: 0.5%;
  transition: all .3s;
}

.recent-box .recent-list .recent-item span {
  position: absolute;
  font-size: 12px;
  left: 2.5%;
  bottom: 10%;
  color: #fff;
}

.recent-box .recent-list .recent-item:hover {
  opacity: 0.8;
}

.author-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}

.author-box .author-img {
  width: 120px;
  height: 120px;
  margin-right: 30px;
  border-radius: 100%;
}

.author-box .author-desc h2 {
  margin: 0 0 10px;
}

.author-box .author-desc p {
  margin: 0 0 10px;
}

.author-box .author-desc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.author-box .author-desc li {
  display: inline-block;
  margin-left: 10px;
}

.author-box .author-desc li:first-child {
  margin-left: 0;
}

.author-box .author-desc li a {
  font-size: 18px;
  color: #3e3e40;
}

.author-box .author-desc li a:hover {
  opacity: .8;
}

/* = = = = = = = = = = About Page Styles = = = = = = = = = = */
.small-wrapper {
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
}

.about-container {
  margin: 100px 0 100px;
}

.about-header {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.about-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  height: 1px;
  width: 80px;
  background-color: #311e3e;
}

.about-header .author-image-container {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 30px;
}

.about-header .subtitle {
  color: #311e3e;
  font-weight: 300;
  margin: 0;
}

.about-body .contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.about-body .contact-list li {
  display: inline-block;
  margin-left: 10px;
}

.about-body .contact-list li:first-child {
  margin-left: 0;
}

.about-body .contact-list li a {
  display: block;
  color: #999999;
  font-size: 21px;
  text-decoration: none;
  padding: 5px;
  transition: all 350ms cubic-bezier(0.13, 0.43, 0.54, 1.82);
}

.about-body .contact-list li a:hover {
  color: #87314e;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

/* = = = = = = = = = = Tags Styles = = = = = = = = = = */
.blog-tags {
  margin: 100px 0 100px;
}

.blog-tags h1 {
  text-align: center;
  font-family: 'Lato', 'Open Sans' sans-serif;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  margin: 0 0 30px;
  color: #311e3e;
}

.blog-tags .tags {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-tags .tags li a {
  display: inline-block;
  color: #311e3e;
}

.blog-tags .tags li a:hover {
  opacity: .8;
}

.blog-tags .tag-list span a {
  display: inline-block;
  color: #87314e;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}

.blog-tags .tag-list span a:hover {
  text-decoration: underline;
  opacity: .8;
}

.blog-tags .tag-list small {
  color: #311e3e;
}

/* = = = = = = = = = = Footer Styles = = = = = = = = = = */
.main-footer {
  padding: 15px 0;
  background-color: #efefef;
}

.main-footer .copyright {
  text-align: center;
  color: #311e3e;
  font-size: 16px;
}

.copyright-info {
  font-size: 12px;
  margin-left: 1rem;
  margin-right: 1rem;
}

/* = = = = = = = = = = Pagination Styles = = = = = = = = = = */
.pagination {
  margin-bottom: 30px;
}

.pagination a {
  position: relative;
  float: left;
  padding: 6px 12px;
  color: #212121;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-right: none;
  line-height: 1.4;
  margin-left: -1px;
  text-decoration: none;
}

.pagination span {
  position: relative;
  float: left;
  padding: 6px 12px;
  color: #212121;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-right: none;
  line-height: 1.4;
  margin-left: -1px;
  text-decoration: none;
}

.pagination span.current {
  color: rgba(33, 33, 33, 0.8);
  background-color: #c4c9d4;
  border: 1px solid #c4c9d4;
  z-index: 3;
}

.pagination a.prev, .pagination span.prev {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-right: none;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination a.next {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination span.next {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination span.prev, .pagination span.next {
  color: rgba(33, 33, 33, 0.8);
}

.pagination span.prev:hover, .pagination span.next:hover {
  cursor: no-drop;
}

.pagination a:hover {
  background-color: #c4c9d4;
  border: 1px solid #c4c9d4;
  border-right: none;
  z-index: 3;
}

.pagination a.prev:hover {
  border-right: none;
}

.font-size-x-small {
  font-size: x-small;
}

.font-size-smaller {
  font-size: smaller;
}

.color-555555 {
  color: #555555;
}

.display-ad:before {
  content: "Advertisement";
  font-size: 10px;
  text-transform: uppercase;
  color: #777777;
  padding-bottom: 5px;
}

.--zero-padding {
  padding: 0 !important;
}

.--zero-margin {
  padding: 0 !important;
}

.--zero-margin-block-start {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}

.--zero-margin-block-end {
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
}

.--font-weight-400 {
  font-weight: 400 !important;
}

.search {
  width: 100%;
}

.raidboss-search {
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  padding-bottom: 30px;
  font-size: 19px;
}

.raidboss-search input#search {
  width: 100%;
  height: 4em;
  background: #ddd;
  border: none;
  font-size: 10pt;
  float: left;
  color: #63717f;
  padding-left: 45px;
  border-radius: 5px;
}

.raidboss-search input#search::-webkit-input-placeholder {
  color: #111;
}

.raidboss-search input#search:focus {
  background: white;
}

.raidboss-search .icon {
  position: absolute;
  margin-left: 15px;
  margin-top: 12px;
  left: 0;
  z-index: 1;
  color: #4f5b66;
}

.raidboss-search .fa-search {
  padding: 0rem;
}

.list {
  margin: 0;
  padding: 20px 0 0;
}

.boss-tier-header {
  line-height: 2em;
  padding: 0 1rem 0;
  position: relative;
}

.boss-tier-header.tier-1 {
  border-left: 5px solid #D66F7D;
}

.boss-tier-header.tier-2 {
  border-left: 5px solid #C16F95;
}

.boss-tier-header.tier-3 {
  border-left: 5px solid #BDBD31;
}

.boss-tier-header.tier-4 {
  border-left: 5px solid #C99C35;
}

.boss-tier-header.tier-5 {
  border-left: 5px solid #213655;
}

.boss-tier-header.tier-EX {
  border-left: 5px solid #1F2931;
}

.boss-tier-header.tier-Mega {
  border-left: 5px solid #9B382E;
}

.list > li.header-li {
  list-style-type: none;
}

#no-items-found {
  list-style-type: none;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  padding-top: 3em;
  padding-bottom: 3em;
}

.list > li.boss-item {
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  width: calc(100% / 6 - 3px);
  padding-bottom: 1.25rem;
  vertical-align: top;
}

.boss-border {
  height: 100%;
  position: relative;
}

.boss-border::after {
  content: "";
  position: absolute;
  right: -0.70em;
  top: 15%;
  width: 1px;
  height: 70%;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

#raid-list {
  /*font-size: calc(16px + (16 - 10) * ((100vw - 300px) / (1600 - 300)));*/
  font-size: 16px;
}

.boss-img {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
}

.boss-img img {
  margin-top: -50%;
  margin-bottom: -10%;
}

.boss-img .shiny-icon {
  height: 1em;
  position: absolute;
  right: 0.5em;
  bottom: 95%;
}

.boss-1 {
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.boss-name {
  white-space: nowrap;
  font-size: 0.8125em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.75);
  margin-top: 2px;
  margin-left: 3px;
  margin-bottom: 1px;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

.small-type {
  font-size: 0.6875em;
}

.boss-type {
  line-height: 1;
  margin-top: 2px;
}

.boss-type img {
  height: 1em;
  width: auto;
  line-height: 1;
}

.boss-2 {
  text-align: center;
}

.boss-2 {
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.1875em;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.7);
}

.boss-2 .cp_prefix, .boss-3 .cp_prefix {
  font-size: 60%;
}

.boss-2.larger-cp {
  font-size: 1.41em;
}

.boss-3 img {
  height: 1em;
  width: auto;
  line-height: 1;
  opacity: 0.6;
}

.boss-weather {
  margin-right: auto;
}

.weather2 {
  margin-left: -3px;
}

.boss-3 {
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
}

.boss-3.larger-cp {
  font-size: 1.1875em;
}

.boss-3.larger-cp2 {
  font-size: 1.1em;
}

@media only screen and (max-width: 768px) {
  #raid-list {
    font-size: 12px;
  }
}

/* General Mobile Devices */
@media only screen and (max-width: 480px) {
  #raid-list {
    font-size: 13px;
  }
  .list > li.boss-item {
    width: calc(100% / 3 - 3px);
  }
}

/* iPhone X */
@media only screen and (max-width: 375px) {
  #raid-list {
    font-size: 11px;
  }
  .list > li.boss-item {
    width: calc(100% / 3 - 3px);
  }
}

/* iPhone SE */
@media only screen and (max-width: 320px) {
  #raid-list {
    font-size: 10px;
  }
  .list > li.boss-item {
    width: calc(100% / 3 - 3px);
  }
}

.egg-list-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  margin-top: 0em;
  padding-bottom: 1em;
}

.egg-list-item {
  display: inline-block;
  margin: 6px;
  width: calc((100% / 6) - 12px);
  text-align: center;
  padding-top: 1.25em;
  font-size: smaller;
  position: relative;
}

.egg-list-img img {
  margin-top: -35%;
  margin-bottom: -10%;
}

.egg-list-item .shiny-icon {
  position: absolute;
  height: 15%;
  right: calc(0.5rem);
  top: calc(1.25rem + 0.5rem);
}

.egg-list-item .regional-icon {
  position: absolute;
  height: 15%;
  left: calc(0.5rem);
  top: calc(1.25rem + 0.5rem);
}

.egg-list-img.egg2km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(106, 176, 76, 0.15) 100%);
}

.egg-list-img.egg5km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(240, 147, 43, 0.15) 100%);
}

.egg-list-img.egg7km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(190, 46, 221, 0.15) 100%);
}

.egg-list-img.egg10km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(72, 52, 212, 0.15) 100%);
}

.egg-list-img.egg12km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(235, 77, 75, 0.15) 100%);
}

.egg-list-img {
  border-radius: 12px;
  background: aliceblue;
  border: 1px solid #ddd;
}

.hatch-pkmn {
  font-weight: 700;
}

.special-research-header {
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

.special-research-subtitle {
  font-style: italic;
  font-weight: 400;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
}

.special-research-list {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.special-research-list .step-item {
  border-radius: 0.5em;
  border: solid 1px #dddddd;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px 10px 0px;
  margin-bottom: 15px;
  box-shadow: 2px 2px 4px #ededed, -2px -2px 4px #ffffff;
  overflow: hidden;
  position: relative;
}

.special-research-list .step-item .research-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.05;
  height: 125px;
  width: 125px;
  position: absolute;
  bottom: -30px;
  left: -20px;
}

.special-research-list .step-item .step-label {
  position: relative;
  border-radius: 0em 0.5em 0.5em 0em;
  border: solid 1px #dddddd;
  height: 60px;
  min-width: 70px;
  left: -12px;
  -webkit-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
          transform: skew(-15deg);
  padding: 5px;
  line-height: 1.15;
  color: white;
  overflow: hidden;
}

.special-research-list .step-item .step-label .step-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-filter: brightness(0.92);
          filter: brightness(0.92);
  z-index: -1;
}

.special-research-list .step-item .step-label .step-text {
  -webkit-transform: skew(15deg);
      -ms-transform: skew(15deg);
          transform: skew(15deg);
  font-size: x-small;
  font-style: italic;
  padding-left: 10px;
  opacity: 0.75;
}

.special-research-list .step-item .step-label .step-number {
  -webkit-transform: skew(15deg);
      -ms-transform: skew(15deg);
          transform: skew(15deg);
  text-align: center;
  font-size: xx-large;
  font-style: italic;
  font-weight: 700;
  padding-left: 10px;
}

.special-research-list .step-item .step-label .bubble1,
.special-research-list .step-item .step-label .bubble2,
.special-research-list .step-item .step-label .bubble3,
.special-research-list .step-item .step-label .bubble4 {
  content: "";
  -webkit-transform: skew(15deg);
      -ms-transform: skew(15deg);
          transform: skew(15deg);
  border-radius: 1em;
  background-color: white;
  position: absolute;
  z-index: -1;
  opacity: 0.15;
}

.special-research-list .step-item .step-label .bubble1 {
  height: 20px;
  width: 20px;
  top: 25px;
  left: 25px;
}

.special-research-list .step-item .step-label .bubble2 {
  height: 30px;
  width: 30px;
  top: 15px;
  left: 5px;
}

.special-research-list .step-item .step-label .bubble3 {
  height: 22px;
  width: 22px;
  top: 7px;
  left: 35px;
}

.special-research-list .step-item .step-label .bubble4 {
  height: 23px;
  width: 23px;
  top: 40px;
  left: 50px;
}

.special-research-list .step-item .step-name {
  font-size: smaller;
  font-style: italic;
  opacity: 0.60;
  font-weight: 700;
  padding-bottom: 5px;
}

.special-research-list .step-item .reward-text .reward-bubble {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 100%;
  border: 1px solid #dddddd;
  background: #eeeeee;
}

.special-research-list .step-item .reward-text .reward-bubble .reward-image {
  margin: auto;
  max-height: 40px;
  max-width: 40px;
}

.special-research-list .step-item .task-reward-wrapper {
  -webkit-flex-grow: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}

.special-research-list .step-item .task-reward-wrapper .task-reward:not(:last-child) {
  border-bottom: solid 1px #dddddd;
}

.special-research-list .step-item .task-reward-wrapper .task-reward {
  min-height: 45px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.special-research-list .step-item .task-reward-wrapper .task-reward .task-text {
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1.15;
  font-weight: 700;
  opacity: 0.80;
}

.special-research-list .step-item .task-reward-wrapper .task-reward .reward-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  max-width: 150px;
}

.special-research-list .step-item .task-reward-wrapper .task-reward .reward-text .reward-bubble,
.special-research-list .step-item .task-reward-wrapper .task-reward .reward-text .reward-label {
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1.15;
}

.special-research-list .step-item .task-reward-wrapper .task-reward .reward-text .reward-label {
  font-size: .8em;
  font-weight: 700;
  margin-left: 6px;
  opacity: 0.8;
}

.special-research-list .step-item .task-reward-wrapper .task-reward .reward-text .item-quantity {
  display: none;
}

.special-research-list .step-item .task-reward-wrapper .task-reward .reward-text .resource-info {
  display: none;
}

.special-research-list .step-item .page-reward-wrapper {
  min-width: 300px;
  max-width: 300px;
  padding-left: 30px;
  margin-right: 10px;
}

.special-research-list .step-item .page-reward-wrapper .reward-banner {
  width: 100%;
  height: 36px;
  background-color: #FF6587;
  margin-left: 100px;
  padding-left: 25px;
  position: absolute;
}

.special-research-list .step-item .page-reward-wrapper .reward-banner h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  color: white;
  margin: 0;
}

.special-research-list .step-item .page-reward-wrapper .reward-banner h4:before, .special-research-list .step-item .page-reward-wrapper .reward-banner h4:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
}

.special-research-list .step-item .page-reward-wrapper .reward-banner h4:before {
  border-width: 18px 0 18px 18px;
  border-color: #FF6587 transparent;
  left: -18px;
}

.special-research-list .step-item .page-reward-wrapper .reward-banner h4:after {
  border-width: 18px 18px 18px 0px;
  border-color: #FF6587 transparent;
  right: -18px;
}

.special-research-list .step-item .page-reward-wrapper .page-reward-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border-radius: 10px 0px 0px 40px;
  padding: 25px 20px 20px 15px;
  margin-top: 20px;
  background: #FFFFFF4B;
  min-height: 135px;
  min-width: 290px;
  max-width: 290px;
  box-shadow: inset 5px 5px 17px #e6e6e6, inset -5px -5px 17px #ffffff;
}

.special-research-list .step-item .page-reward-wrapper .page-reward-list .page-reward {
  position: relative;
  text-align: center;
  min-width: 85px;
  max-width: 85px;
  display: -ms-grid;
  display: grid;
}

.special-research-list .step-item .page-reward-wrapper .page-reward-list .page-reward .page-reward-item {
  min-height: 75px;
  max-height: 75px;
  min-width: 75px;
  max-width: 75px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.special-research-list .step-item .page-reward-wrapper .page-reward-list .page-reward .page-reward-item img {
  max-height: 65px;
  max-width: 65px;
  margin: auto;
}

.special-research-list .step-item .page-reward-wrapper .page-reward-list .page-reward .reward-label {
  font-weight: 700;
  font-size: medium;
  text-align: center;
  line-height: 1.15;
  vertical-align: middle;
  opacity: 0.80;
}

.special-research-list .step-item .page-reward-wrapper .page-reward-list .page-reward .resource-info {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 0.25em;
  top: -0.25em;
  width: 1.75em;
  height: 1.75em;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: rgba(221, 221, 221, 0.5);
}

.special-research-list .step-item .page-reward-wrapper .page-reward-list .page-reward .resource-info img {
  max-height: 1.75em;
  max-width: 1.75em;
}

.event-field-research-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  margin-top: 0em;
  padding-bottom: 1em;
  -webkit-column-gap: 12px;
          column-gap: 12px;
}

.event-field-research-list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6px;
  margin-bottom: 6px;
  max-height: calc(1.8em + 55px);
  width: calc((100% / 2) - 6px);
  overflow: hidden;
  text-align: left;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-bottom: .90em;
  padding-top: .90em;
  font-size: smaller;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 0.5em;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px #ededed, -2px -2px 4px #ffffff;
}

@media (max-width: 750px) {
  .event-field-research-list li {
    width: 100%;
  }
}

.event-field-research-list li:hover {
  background: linear-gradient(180deg, white 0%, #f6f6f6 90%, #f6f6f6 100%);
  cursor: pointer;
}

.event-field-research-list li:active {
  background: #f2f2f2;
  -webkit-transform: translate(-1px, 1px);
      -ms-transform: translate(-1px, 1px);
          transform: translate(-1px, 1px);
}

.event-field-research-list li:before {
  border-style: solid;
  border-color: #5e5e5e;
  border-width: 0.10em 0.10em 0 0;
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 0.35em;
  width: 0.35em;
  left: 50%;
  bottom: 0.5em;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  vertical-align: top;
}

.event-field-research-list li .task {
  font-weight: 700;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 6px;
  line-height: 1.15;
}

.event-field-research-list li .reward-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}

.event-field-research-list li .reward-list .plus-more-rewards {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0.5em;
  margin-right: 0.15em;
}

.event-field-research-list li .reward-list .plus-more-rewards span {
  font-style: italic;
  font-size: xx-large;
  font-weight: 700;
  color: #777777;
}

.event-field-research-list li .reward-list .rewards-header {
  display: none;
}

.event-field-research-list li .reward-list .reward .reward-bubble {
  position: relative;
  margin-left: 5px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 55px;
  height: 55px;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #eee;
}

.event-field-research-list li .reward-list .reward .reward-bubble .reward-image {
  max-height: 55px;
  max-width: 55px;
  margin: auto;
}

.event-field-research-list li .reward-list .reward .reward-bubble .shiny-icon {
  position: absolute;
  height: 1.15em;
  right: -0.2em;
  top: -0.2em;
}

.event-field-research-list li .reward-list .reward .reward-bubble .quantity {
  position: absolute;
  height: 1.15em;
  right: -0.2em;
  bottom: -0.2em;
  font-size: smaller;
  color: white;
  background: rgba(90, 90, 90, 0.7);
  border-radius: 0.5em;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1.15em;
}

.event-field-research-list li .reward-list .reward .reward-bubble .resource-info {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: -0.5em;
  top: -0.5em;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: rgba(221, 221, 221, 0.5);
}

.event-field-research-list li .reward-list .reward .reward-bubble .resource-info img {
  max-height: 2em;
  max-width: 2em;
}

.event-field-research-list li .reward-list .reward .reward-label {
  display: none;
}

.event-field-research-list li .reward-list .reward .cp-values .max-cp,
.event-field-research-list li .reward-list .reward .cp-values .min-cp {
  display: none;
}

.event-field-research-list li .reward-list .reward.hide-reward-overflow {
  display: none;
}

.event-field-research-list li.active {
  min-height: 100px;
  padding-left: .75em;
  padding-right: .75em;
  height: -webkit-fit-content;
  height: fit-content;
  max-height: initial;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.event-field-research-list li.active:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.event-field-research-list li.active .task {
  margin-top: initial;
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
  padding-bottom: 5px;
  padding-left: .5em;
  padding-right: .5em;
}

.event-field-research-list li.active .reward-list {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-top: initial;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.event-field-research-list li.active .reward-list .rewards-header {
  display: initial;
  font-weight: 700;
  color: #747474;
  font-style: italic;
  margin-left: 5px;
  margin-bottom: 5px;
  border-bottom: 0px solid #d3d3d3;
  font-size: small;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.event-field-research-list li.active .reward-list .reward {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  border-bottom: 1px dotted #d3d3d3;
}

.event-field-research-list li.active .reward-list .reward .reward-bubble {
  border-radius: 15%;
}

.event-field-research-list li.active .reward-list .reward .reward-bubble .resource-info {
  display: none;
}

.event-field-research-list li.active .reward-list .reward .reward-bubble.resource-reward {
  height: 30px;
  border-radius: 5px;
}

.event-field-research-list li.active .reward-list .reward .reward-bubble.resource-reward .reward-image {
  height: 30px;
  width: 30px;
}

.event-field-research-list li.active .reward-list .reward .reward-bubble.resource-reward .quantity {
  display: none;
}

.event-field-research-list li.active .reward-list .reward .reward-label {
  display: initial;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1.15;
}

.event-field-research-list li.active .reward-list .reward .reward-label span:not([class]) {
  font-weight: 700;
}

.event-field-research-list li.active .reward-list .reward .cp-values {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.event-field-research-list li.active .reward-list .reward .cp-values .max-cp,
.event-field-research-list li.active .reward-list .reward .cp-values .min-cp {
  display: inline-block;
  font-weight: 700;
  line-height: 1.15;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 4px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.event-field-research-list li.active .reward-list .reward .cp-values .max-cp div,
.event-field-research-list li.active .reward-list .reward .cp-values .min-cp div {
  font-weight: 700;
  font-size: x-small;
  color: #747474;
  border-bottom: 1px solid #d3d3d3;
  font-style: italic;
}

.event-field-research-list li.active .reward-list .reward .cp-values .max-cp {
  font-size: x-large;
}

.event-field-research-list li.active .reward-list .reward .cp-values .min-cp {
  font-size: large;
  color: #606060;
  margin-left: 0.25em;
}

.event-field-research-list li.active .reward-list .reward.hide-reward-overflow {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.event-field-research-list li.active .reward-list .plus-more-rewards {
  display: none;
}

.reward-bubble.bug {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(168, 184, 32, 0.15) 100%) !important;
}

.cp-values.bug .max-cp {
  background: linear-gradient(180deg, rgba(168, 184, 32, 0.25) 0%, rgba(168, 184, 32, 0.25) 15%, white 100%) !important;
}

.cp-values.bug .min-cp {
  background: linear-gradient(180deg, rgba(168, 184, 32, 0.15) 0%, rgba(168, 184, 32, 0.15) 15%, white 100%) !important;
}

.reward-bubble.dark {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(162, 146, 136, 0.15) 100%) !important;
}

.cp-values.dark .max-cp {
  background: linear-gradient(180deg, rgba(162, 146, 136, 0.25) 0%, rgba(162, 146, 136, 0.25) 15%, white 100%) !important;
}

.cp-values.dark .min-cp {
  background: linear-gradient(180deg, rgba(162, 146, 136, 0.15) 0%, rgba(162, 146, 136, 0.15) 15%, white 100%) !important;
}

.reward-bubble.dragon {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(112, 56, 248, 0.15) 100%) !important;
}

.cp-values.dragon .max-cp {
  background: linear-gradient(180deg, rgba(112, 56, 248, 0.25) 0%, rgba(112, 56, 248, 0.25) 15%, white 100%) !important;
}

.cp-values.dragon .min-cp {
  background: linear-gradient(180deg, rgba(112, 56, 248, 0.15) 0%, rgba(112, 56, 248, 0.15) 15%, white 100%) !important;
}

.reward-bubble.electric {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(248, 208, 48, 0.15) 100%) !important;
}

.cp-values.electric .max-cp {
  background: linear-gradient(180deg, rgba(248, 208, 48, 0.25) 0%, rgba(248, 208, 48, 0.25) 15%, white 100%) !important;
}

.cp-values.electric .min-cp {
  background: linear-gradient(180deg, rgba(248, 208, 48, 0.15) 0%, rgba(248, 208, 48, 0.15) 15%, white 100%) !important;
}

.reward-bubble.fairy {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(238, 153, 172, 0.15) 100%) !important;
}

.cp-values.fairy .max-cp {
  background: linear-gradient(180deg, rgba(238, 153, 172, 0.25) 0%, rgba(238, 153, 172, 0.25) 15%, white 100%) !important;
}

.cp-values.fairy .min-cp {
  background: linear-gradient(180deg, rgba(238, 153, 172, 0.15) 0%, rgba(238, 153, 172, 0.15) 15%, white 100%) !important;
}

.reward-bubble.fighting {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(192, 48, 40, 0.15) 100%) !important;
}

.cp-values.fighting .max-cp {
  background: linear-gradient(180deg, rgba(192, 48, 40, 0.25) 0%, rgba(192, 48, 40, 0.25) 15%, white 100%) !important;
}

.cp-values.fighting .min-cp {
  background: linear-gradient(180deg, rgba(192, 48, 40, 0.15) 0%, rgba(192, 48, 40, 0.15) 15%, white 100%) !important;
}

.reward-bubble.fire {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(240, 128, 48, 0.15) 100%) !important;
}

.cp-values.fire .max-cp {
  background: linear-gradient(180deg, rgba(240, 128, 48, 0.25) 0%, rgba(240, 128, 48, 0.25) 15%, white 100%) !important;
}

.cp-values.fire .min-cp {
  background: linear-gradient(180deg, rgba(240, 128, 48, 0.15) 0%, rgba(240, 128, 48, 0.15) 15%, white 100%) !important;
}

.reward-bubble.flying {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(168, 144, 240, 0.15) 100%) !important;
}

.cp-values.flying .max-cp {
  background: linear-gradient(180deg, rgba(168, 144, 240, 0.25) 0%, rgba(168, 144, 240, 0.25) 15%, white 100%) !important;
}

.cp-values.flying .min-cp {
  background: linear-gradient(180deg, rgba(168, 144, 240, 0.15) 0%, rgba(168, 144, 240, 0.15) 15%, white 100%) !important;
}

.reward-bubble.ghost {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(112, 88, 152, 0.15) 100%) !important;
}

.cp-values.ghost .max-cp {
  background: linear-gradient(180deg, rgba(112, 88, 152, 0.25) 0%, rgba(112, 88, 152, 0.25) 15%, white 100%) !important;
}

.cp-values.ghost .min-cp {
  background: linear-gradient(180deg, rgba(112, 88, 152, 0.15) 0%, rgba(112, 88, 152, 0.15) 15%, white 100%) !important;
}

.reward-bubble.grass {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(120, 200, 80, 0.15) 100%) !important;
}

.cp-values.grass .max-cp {
  background: linear-gradient(180deg, rgba(120, 200, 80, 0.25) 0%, rgba(120, 200, 80, 0.25) 15%, white 100%) !important;
}

.cp-values.grass .min-cp {
  background: linear-gradient(180deg, rgba(120, 200, 80, 0.15) 0%, rgba(120, 200, 80, 0.15) 15%, white 100%) !important;
}

.reward-bubble.ground {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(224, 192, 104, 0.15) 100%) !important;
}

.cp-values.ground .max-cp {
  background: linear-gradient(180deg, rgba(224, 192, 104, 0.25) 0%, rgba(224, 192, 104, 0.25) 15%, white 100%) !important;
}

.cp-values.ground .min-cp {
  background: linear-gradient(180deg, rgba(224, 192, 104, 0.15) 0%, rgba(224, 192, 104, 0.15) 15%, white 100%) !important;
}

.reward-bubble.ice {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(152, 216, 216, 0.15) 100%) !important;
}

.cp-values.ice .max-cp {
  background: linear-gradient(180deg, rgba(152, 216, 216, 0.25) 0%, rgba(152, 216, 216, 0.25) 15%, white 100%) !important;
}

.cp-values.ice .min-cp {
  background: linear-gradient(180deg, rgba(152, 216, 216, 0.15) 0%, rgba(152, 216, 216, 0.15) 15%, white 100%) !important;
}

.reward-bubble.normal {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(168, 168, 120, 0.15) 100%) !important;
}

.cp-values.normal .max-cp {
  background: linear-gradient(180deg, rgba(168, 168, 120, 0.25) 0%, rgba(168, 168, 120, 0.25) 15%, white 100%) !important;
}

.cp-values.normal .min-cp {
  background: linear-gradient(180deg, rgba(168, 168, 120, 0.15) 0%, rgba(168, 168, 120, 0.15) 15%, white 100%) !important;
}

.reward-bubble.poison {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(160, 64, 160, 0.15) 100%) !important;
}

.cp-values.poison .max-cp {
  background: linear-gradient(180deg, rgba(160, 64, 160, 0.25) 0%, rgba(160, 64, 160, 0.25) 15%, white 100%) !important;
}

.cp-values.poison .min-cp {
  background: linear-gradient(180deg, rgba(160, 64, 160, 0.15) 0%, rgba(160, 64, 160, 0.15) 15%, white 100%) !important;
}

.reward-bubble.psychic {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(248, 88, 136, 0.15) 100%) !important;
}

.cp-values.psychic .max-cp {
  background: linear-gradient(180deg, rgba(248, 88, 136, 0.25) 0%, rgba(248, 88, 136, 0.25) 15%, white 100%) !important;
}

.cp-values.psychic .min-cp {
  background: linear-gradient(180deg, rgba(248, 88, 136, 0.15) 0%, rgba(248, 88, 136, 0.15) 15%, white 100%) !important;
}

.reward-bubble.rock {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(184, 160, 56, 0.15) 100%) !important;
}

.cp-values.rock .max-cp {
  background: linear-gradient(180deg, rgba(184, 160, 56, 0.25) 0%, rgba(184, 160, 56, 0.25) 15%, white 100%) !important;
}

.cp-values.rock .min-cp {
  background: linear-gradient(180deg, rgba(184, 160, 56, 0.15) 0%, rgba(184, 160, 56, 0.15) 15%, white 100%) !important;
}

.reward-bubble.steel {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(184, 184, 208, 0.15) 100%) !important;
}

.cp-values.steel .max-cp {
  background: linear-gradient(180deg, rgba(184, 184, 208, 0.25) 0%, rgba(184, 184, 208, 0.25) 15%, white 100%) !important;
}

.cp-values.steel .min-cp {
  background: linear-gradient(180deg, rgba(184, 184, 208, 0.15) 0%, rgba(184, 184, 208, 0.15) 15%, white 100%) !important;
}

.reward-bubble.water {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(104, 144, 240, 0.15) 100%) !important;
}

.cp-values.water .max-cp {
  background: linear-gradient(180deg, rgba(104, 144, 240, 0.25) 0%, rgba(104, 144, 240, 0.25) 15%, white 100%) !important;
}

.cp-values.water .min-cp {
  background: linear-gradient(180deg, rgba(104, 144, 240, 0.15) 0%, rgba(104, 144, 240, 0.15) 15%, white 100%) !important;
}

.collection-challenge {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 0.5em;
  background: #ffffff;
  margin-bottom: 2em;
  padding: 0em;
  background: linear-gradient(145deg, #ffffff, #e6e6e6);
  box-shadow: 8px 8px 15px #f5f5f5, -8px -8px 15px #ffffff;
}

.collection-challenge .header {
  padding: 0.5em;
  margin: 0em;
  font-weight: 700;
  color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.collection-challenge .header .fa-check-square-o {
  display: block;
  padding: .25em 0.25em 0.25em 0px;
}

.collection-challenge .instructions {
  opacity: 0.8;
  font-style: italic;
  margin: 1em 1em 0em 1em;
  width: 100%;
}

.collection-challenge .list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5em 1em 1em 1em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: calc(100% - 350px);
  min-width: calc(100% - 350px);
  padding: 0;
}

.collection-challenge .list .item {
  text-align: center;
  width: calc((100% - 20%) / 5);
  min-width: 75px;
  margin-top: 1em;
  margin-left: 2%;
  margin-right: 2%;
}

.collection-challenge .list .item .image-wrapper {
  position: relative;
  border-radius: 0.5em;
  width: 100%;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: white;
}

.collection-challenge .list .item .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
}

.collection-challenge .list .item .image-wrapper .image {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: initial;
  max-width: 100%;
  max-height: 100%;
  padding: 0.5em 0.5em 0.1em 0.5em;
}

.collection-challenge .list .item .image-wrapper .icon {
  margin: auto;
  position: absolute;
  right: -0.25em;
  top: -0.25em;
  width: 1.75em;
  height: 1.75em;
  vertical-align: middle;
  border-radius: 1em;
  background: green;
}

.collection-challenge .list .item .image-wrapper .icon img {
  width: 1.5em;
  height: 1.5em;
  margin-top: 0.125em;
}

.collection-challenge .list .item .label {
  padding-top: 0.5em;
  font-size: small;
  font-weight: 700;
  overflow: hidden;
  opacity: 0.8;
}

.collection-challenge .reward-wrapper {
  min-width: 300px;
  max-width: 300px;
  padding-left: 30px;
  margin-right: 10px;
}

.collection-challenge .reward-wrapper .banner {
  width: 100%;
  height: 36px;
  background-color: #FF6587;
  margin-left: 100px;
  padding-left: 25px;
  margin-top: 0.5em;
  position: absolute;
}

.collection-challenge .reward-wrapper .banner h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  color: white;
  margin: 0;
}

.collection-challenge .reward-wrapper .banner h4:before, .collection-challenge .reward-wrapper .banner h4:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
}

.collection-challenge .reward-wrapper .banner h4:before {
  border-width: 18px 0 18px 18px;
  border-color: #FF6587 transparent;
  left: -18px;
}

.collection-challenge .reward-wrapper .banner h4:after {
  border-width: 18px 18px 18px 0px;
  border-color: #FF6587 transparent;
  right: -18px;
}

.collection-challenge .reward-wrapper .reward-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border-radius: 10px 0px 0px 40px;
  padding: 25px 20px 20px 15px;
  margin-bottom: 1em;
  margin-top: calc(20px + 0.5em);
  background: #FFFFFF4B;
  min-height: 135px;
  min-width: 290px;
  max-width: 290px;
  box-shadow: inset 5px 5px 17px #e6e6e6, inset -5px -5px 17px #ffffff;
}

.collection-challenge .reward-wrapper .reward-list .reward {
  position: relative;
  text-align: center;
  min-width: 85px;
  max-width: 85px;
  display: -ms-grid;
  display: grid;
}

.collection-challenge .reward-wrapper .reward-list .reward .page-reward-item {
  min-height: 75px;
  max-height: 75px;
  min-width: 75px;
  max-width: 75px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.collection-challenge .reward-wrapper .reward-list .reward .page-reward-item img {
  max-height: 65px;
  max-width: 65px;
  margin: auto;
}

.collection-challenge .reward-wrapper .reward-list .reward .reward-label {
  font-weight: 700;
  font-size: medium;
  text-align: center;
  line-height: 1.15;
  vertical-align: middle;
  opacity: 0.80;
}

.collection-challenge .reward-wrapper .reward-list .reward .resource-info {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 0.25em;
  top: -0.25em;
  width: 1.75em;
  height: 1.75em;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: rgba(221, 221, 221, 0.5);
}

.collection-challenge .reward-wrapper .reward-list .reward .resource-info img {
  max-height: 1.75em;
  max-width: 1.75em;
}

/* Events List */
.events-list {
  display: block;
}

.hide-event,
.hide-event-final {
  display: none;
}

.events-list-header {
  -webkit-margin-before: 0.25em;
          margin-block-start: 0.25em;
  -webkit-margin-after: 0.75em;
          margin-block-end: 0.75em;
  font-style: italic;
  border-bottom: 1px solid #999999;
}

.event-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  border: 1px;
  width: 100%;
  background: #ffffff;
}

.event-item h2 {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-right: auto;
  -webkit-margin-before: 0.25em;
          margin-block-start: 0.25em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  margin-top: 0.25em;
  margin-bottom: 0em;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100vw - 9em);
  overflow: hidden;
}

.events-list a {
  text-decoration: none;
  color: #212121;
}

.events-list a .event-item-wrapper:hover {
  /*transform: translate(0, -3px);*/
}

.event-item-wrapper {
  padding: 0em 0.2em 0.2em 0.2em;
  border: 1px;
  background: #dfe6e9;
  border-radius: 10px;
  margin-bottom: 0.5em;
}

.event-item-wrapper.community-day {
  background-color: #1660A9;
}

.event-item-wrapper.raid-day {
  background-color: #e74c3c;
}

.event-item-wrapper.raid-battles {
  background-color: #c0392b;
}

.event-item-wrapper.event {
  background-color: #27ae60;
}

.event-item-wrapper.season {
  background-color: #38ada9;
}

.event-item-wrapper.raid-hour {
  background-color: #c0392b;
}

.event-item-wrapper.research {
  background-color: #1abc9c;
}

.event-item-wrapper.timed-research {
  background-color: #1abc9c;
}

.event-item-wrapper.limited-research {
  background-color: #159e83;
}

.event-item-wrapper.live-event {
  background-color: #d63031;
}

.event-item-wrapper.pokémon-go-fest {
  background-color: #153D94;
}

.event-item-wrapper.research-breakthrough {
  background-color: #795548;
}

.event-item-wrapper.special-research {
  background-color: #13a185;
}

.event-item-wrapper.global-challenge {
  background-color: #0A64B5;
}

.event-item-wrapper.go-rocket-takeover {
  background-color: #1E1E1E;
}

.event-item-wrapper.team-go-rocket {
  background-color: #1E1E1E;
}

.event-item-wrapper.giovanni-special-research {
  background-color: #1e272e;
}

.event-item-wrapper.safari-zone {
  background-color: #3D7141;
}

.event-item-wrapper.ticketed-event {
  background-color: #DE3E9B;
}

.event-item-wrapper.go-battle-league {
  background-color: #8e44ad;
}

.event-item-wrapper.pokémon-spotlight-hour {
  background-color: #e58e26;
}

.event-item-wrapper.bonus-hour {
  background-color: #40407a;
}

.event-item-wrapper.update {
  background-color: #2980b9;
}

.event-item-wrapper.raid-weekend {
  background-color: #6F1E51;
}

.event-item-wrapper.potential-ultra-unlock {
  background-color: #2c3e50;
}

.event-item-wrapper.location-specific {
  background-color: #284B92;
}

.event-item-wrapper > p {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  margin-top: 0em;
  margin-bottom: 0em;
  color: #eee;
  font-size: 16px;
  font-weight: 400;
  padding: 0.3em;
}

.event-item img {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  width: 100%;
  max-width: initial;
  object-fit: cover;
  height: 5em;
  width: 10em;
  border-radius: 10px 0 0 10px;
  vertical-align: middle;
  /*margin: 5px; */
}

.event-item img.left {
  object-position: 0 50%;
}

.event-item img.right {
  object-position: 100% 50%;
}

.event-text-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.5em;
}

.event-text {
  display: block;
  width: 24em;
}

.event-text > p {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: smaller;
  opacity: 0.8;
}

.countdown-text-type {
  font-size: 13px;
  opacity: 0.9;
  font-style: italic;
  margin-top: auto;
  margin-bottom: 0.1em;
  margin-right: 0.2em;
}

.event-countdown {
  border-left: 1px solid #eee;
  margin-top: 0.5em;
  font-size: 28.5px;
  padding-left: 0.5em;
}

.event-countdown span.cd-txt {
  font-size: 13px;
  font-weight: 700;
  opacity: 0.8;
}

.event-countdown span.cd-num {
  font-weight: 700;
}

.event-header-time-period {
  font-size: 0.9em;
  font-style: italic;
  font-weight: 700;
  opacity: 0.75;
  -webkit-margin-before: 1.25em;
          margin-block-start: 1.25em;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}

.event-header-time-period:empty {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

[class="event-header-time-period"]:not(:empty) {
  padding-top: 1em;
  border-top: 1px dashed grey;
}

.week-line-break {
  overflow: hidden;
  text-align: center;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}

.week-line-break > span {
  position: relative;
  display: inline-block;
  opacity: 0.5;
  font-size: smaller;
}

.week-line-break > span:before, .week-line-break > span:after {
  content: '';
  position: absolute;
  top: 50%;
  border-bottom: 2px solid #CFCFCF;
  width: 100vw;
  margin: 0 20px;
}

.week-line-break > span:before {
  right: 100%;
}

.week-line-break > span:after {
  left: 100%;
}

@media only screen and (max-width: 1080px) and (min-width: 769px) {
  .event-text {
    width: calc(100vw - 30em);
  }
}

@media only screen and (max-width: 768px) {
  .event-img-wrapper {
    height: 5em;
    width: 5em;
  }
  .event-item img {
    height: 5em;
    width: 5em;
  }
  .event-item h2 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*max-width: 260px;*/
    max-width: calc(100vw - 9em);
  }
  .event-item-wrapper > p {
    font-size: 13px;
  }
  .event-text-container {
    display: block;
    width: 100%;
  }
  .event-text {
    width: initial;
  }
  .event-text > p {
    -webkit-margin-before: 0em;
            margin-block-start: 0em;
    -webkit-margin-after: 0em;
            margin-block-end: 0em;
    margin-top: 0em;
    margin-bottom: 0em;
    font-size: 13px;
    width: 100%;
  }
  .event-countdown-container {
    border-top: 1px solid #eee;
    margin-top: 0.75em;
    width: 98%;
  }
  .event-countdown {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 0em;
    border-left: none;
    padding-right: 0.2em;
    float: right;
    font-size: 16px;
    padding-left: 0em;
  }
  .event-countdown span.cd-txt {
    margin-right: 0.2em;
  }
}

/* iPhone X */
@media only screen and (max-width: 375px) {
  .event-img-wrapper {
    height: 4em;
    width: 4em;
  }
  .event-item img {
    height: 4em;
    width: 4em;
  }
  .event-item h2 {
    font-size: 0.9em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*max-width: 260px;*/
    max-width: calc(100vw - 9em);
  }
  .event-text > p {
    -webkit-margin-before: 0em;
            margin-block-start: 0em;
    -webkit-margin-after: 0em;
            margin-block-end: 0em;
    margin-top: 0em;
    margin-bottom: 0em;
    font-size: 10px;
    width: 100%;
  }
  .event-countdown span.cd-num {
    font-size: 14.4px;
  }
  .event-countdown span.cd-txt {
    font-size: 10px;
  }
  .event-countdown-container {
    margin-top: 0.2em;
  }
  .event-item-wrapper > p {
    padding: 0.25em;
  }
}

/* iPhone SE */
@media only screen and (max-width: 320px) {
  .event-item-wrapper {
    margin-bottom: 0.3em;
  }
  .event-item-wrapper > p {
    margin-bottom: 0;
    font-size: x-small;
  }
  .event-item h2 {
    font-size: 0.9em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100vw - 9em);
    margin-top: 0.15em;
    margin-bottom: 0.15em;
  }
  .event-text > p {
    font-size: 10px;
    margin-top: -0.5em;
    margin-bottom: 0.15em;
  }
  .event-countdown span.cd-num {
    font-size: 13px;
  }
  .event-countdown span.cd-txt {
    font-size: 10px;
  }
}

/* = = = = = = = = = = Event Layout Styles = = = = = = = = = = */
.event-page .image {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}

.event-page .image img {
  height: 100%;
  width: 960px;
  min-height: calc(960px / 2);
  margin-top: 25px;
  border-radius: 10px;
}

.event-page .wrapper .page-content {
  margin-top: 0px;
}

.event-page .wrapper .page-title {
  padding-top: 0px;
  text-align: left;
  margin-bottom: 5px;
  font-size: 36px;
}

.event-page .wrapper .tag {
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}

.event-page .wrapper .tag.community-day {
  background-color: #1660A9;
}

.event-page .wrapper .tag.raid-day {
  background-color: #e74c3c;
}

.event-page .wrapper .tag.raid-battles {
  background-color: #c0392b;
}

.event-page .wrapper .tag.event {
  background-color: #27ae60;
}

.event-page .wrapper .tag.season {
  background-color: #38ada9;
}

.event-page .wrapper .tag.raid-hour {
  background-color: #c0392b;
}

.event-page .wrapper .tag.research {
  background-color: #1abc9c;
}

.event-page .wrapper .tag.timed-research {
  background-color: #1abc9c;
}

.event-page .wrapper .tag.limited-research {
  background-color: #159e83;
}

.event-page .wrapper .tag.live-event {
  background-color: #d63031;
}

.event-page .wrapper .tag.pokémon-go-fest {
  background-color: #153D94;
}

.event-page .wrapper .tag.research-breakthrough {
  background-color: #795548;
}

.event-page .wrapper .tag.special-research {
  background-color: #13a185;
}

.event-page .wrapper .tag.global-challenge {
  background-color: #0A64B5;
}

.event-page .wrapper .tag.go-rocket-takeover {
  background-color: #1E1E1E;
}

.event-page .wrapper .tag.team-go-rocket {
  background-color: #1E1E1E;
}

.event-page .wrapper .tag.giovanni-special-research {
  background-color: #1e272e;
}

.event-page .wrapper .tag.safari-zone {
  background-color: #3D7141;
}

.event-page .wrapper .tag.ticketed-event {
  background-color: #DE3E9B;
}

.event-page .wrapper .tag.go-battle-league {
  background-color: #8e44ad;
}

.event-page .wrapper .tag.pokémon-spotlight-hour {
  background-color: #e58e26;
}

.event-page .wrapper .tag.bonus-hour {
  background-color: #40407a;
}

.event-page .wrapper .tag.update {
  background-color: #2980b9;
}

.event-page .wrapper .tag.raid-weekend {
  background-color: #6F1E51;
}

.event-page .wrapper .tag.potential-ultra-unlock {
  background-color: #2c3e50;
}

.event-page .wrapper .tag.location-specific {
  background-color: #284B92;
}

.event-page .wrapper h5 {
  font-weight: 400;
}

#start-text, #end-text {
  font-size: 13px;
  font-weight: 700;
}

#event-date-start, #event-date-end {
  font-size: larger;
}

#event-time-start, #event-time-end {
  font-size: smaller;
}

#event-time-date-box {
  padding-left: 8px;
}

.event-time-date-wrapper {
  padding-left: 8px;
}

.event-page-wrapper > .page-content > h3 {
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}

.event-page-wrapper > .page-content > p {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}

.event-toc {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 1em;
}

.event-toc > .event-toc-item {
  display: block;
  width: calc((100% / 8) - 6px);
  text-align: center;
  font-size: smaller;
  color: #212121;
  margin-bottom: 1em;
  margin: 3px;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 6px;
  border: 1px #999 solid;
  border-radius: 12px;
  transition: -webkit-transform .1s ease-out;
  transition: transform .1s ease-out;
  transition: transform .1s ease-out, -webkit-transform .1s ease-out;
}

.event-toc > .event-toc-item:hover, .event-toc > .event-toc-item:active {
  -webkit-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
          transform: translate(0, -5px);
  background: #f2f2f2;
}

.bonus-features-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bonus-wrapper, .features-wrapper {
  width: 50%;
  padding-right: 10px;
}

.bonus-item {
  display: table;
  margin-left: 0.5em;
  padding-bottom: 0.25em;
}

.item-circle {
  display: block;
  border-radius: 2.5em;
  background: #eee;
  height: 2.5em;
  width: 2.5em;
}

.bonus-text {
  display: table-cell;
  vertical-align: middle;
  font-size: larger;
  font-weight: 700;
  padding-left: 0.5em;
}

.item-circle img {
  vertical-align: middle;
}

.event-toc-item.bonuses {
  border-bottom: 12px #3498db solid;
}

.event-toc-item.features {
  border-bottom: 12px #9b59b6 solid;
}

.event-toc-item.raids {
  border-bottom: 12px #e74c3c solid;
}

.event-toc-item.research {
  border-bottom: 12px #e67e22 solid;
}

.event-toc-item.spawns {
  border-bottom: 12px #00b894 solid;
}

.event-toc-item.shiny {
  border-bottom: 12px #f1c40f solid;
}

.event-toc-item.sales {
  border-bottom: 12px #1abc9c solid;
}

.event-toc-item.graphic {
  border-bottom: 12px #34495e solid;
}

.event-toc-item.eggs {
  border-bottom: 12px #2ecc71 solid;
}

.event-toc-item.shadow {
  border-bottom: 12px #CB9AEF solid;
}

.event-toc-item.unlock {
  border-bottom: 12px #7f8c8d solid;
}

.event-toc-item.moves {
  border-bottom: 12px #34495e solid;
}

.event-section-header.bonuses {
  border-left: 5px #3498db solid;
}

.event-section-header.features {
  border-left: 5px #9b59b6 solid;
}

.event-section-header.raids {
  border-left: 5px #e74c3c solid;
}

.event-section-header.research {
  border-left: 5px #e67e22 solid;
}

.event-section-header.spawns {
  border-left: 5px #00b894 solid;
}

.event-section-header.shiny {
  border-left: 5px #f1c40f solid;
}

.event-section-header.sales {
  border-left: 5px #1abc9c solid;
}

.event-section-header.graphic {
  border-left: 5px #34495e solid;
}

.event-section-header.eggs {
  border-left: 5px #2ecc71 solid;
}

.event-section-header.shadow {
  border-left: 5px #CB9AEF solid;
}

.event-section-header.unlock {
  border-left: 5px #7f8c8d solid;
}

.event-section-header.moves {
  border-left: 5px #34495e solid;
}

.event-toc > .event-toc-item > img {
  width: 50px;
}

.event-toc-item-text {
  display: block;
  font-weight: 700;
}

.event-section-header {
  background: #eeeeee;
  border-radius: 5px;
  line-height: 2em;
  padding: 0 1rem;
}

.event-section-header img {
  width: 40px;
  vertical-align: middle;
  padding-left: 5px;
  padding-bottom: 5px;
}

.pkmn-list-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  margin-top: 0em;
  padding-bottom: 1em;
}

.pkmn-list-item {
  display: inline-block;
  margin: 6px;
  width: calc((100% / 6) - 12px);
  text-align: center;
  padding-top: 1.25em;
  font-size: smaller;
  position: relative;
}

.pkmn-list-img.bug {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(168, 184, 32, 0.15) 100%);
}

.pkmn-list-img.dark {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(162, 146, 136, 0.15) 100%);
}

.pkmn-list-img.dragon {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(112, 56, 248, 0.15) 100%);
}

.pkmn-list-img.electric {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(248, 208, 48, 0.15) 100%);
}

.pkmn-list-img.fairy {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(238, 153, 172, 0.15) 100%);
}

.pkmn-list-img.fighting {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(192, 48, 40, 0.15) 100%);
}

.pkmn-list-img.fire {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(240, 128, 48, 0.15) 100%);
}

.pkmn-list-img.flying {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(168, 144, 240, 0.15) 100%);
}

.pkmn-list-img.ghost {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(112, 88, 152, 0.15) 100%);
}

.pkmn-list-img.grass {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(120, 200, 80, 0.15) 100%);
}

.pkmn-list-img.ground {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(224, 192, 104, 0.15) 100%);
}

.pkmn-list-img.ice {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(152, 216, 216, 0.15) 100%);
}

.pkmn-list-img.normal {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(168, 168, 120, 0.15) 100%);
}

.pkmn-list-img.poison {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(160, 64, 160, 0.15) 100%);
}

.pkmn-list-img.psychic {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(248, 88, 136, 0.15) 100%);
}

.pkmn-list-img.rock {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(184, 160, 56, 0.15) 100%);
}

.pkmn-list-img.steel {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(184, 184, 208, 0.15) 100%);
}

.pkmn-list-img.water {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(104, 144, 240, 0.15) 100%);
}

.pkmn-list-img.egg2km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(106, 176, 76, 0.15) 100%);
}

.pkmn-list-img.egg5km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(240, 147, 43, 0.15) 100%);
}

.pkmn-list-img.egg7km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(190, 46, 221, 0.15) 100%);
}

.pkmn-list-img.egg10km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(72, 52, 212, 0.15) 100%);
}

.pkmn-list-img.egg12km {
  background: radial-gradient(ellipse closest-side at center center, white 0%, rgba(235, 77, 75, 0.15) 100%);
}

.pkmn-list-item .pkmn-name {
  margin-top: 0.25em;
  opacity: 0.75;
}

.pkmn-list-item .pkmn-list-img img {
  margin-top: -35%;
  margin-bottom: -10%;
}

.pkmn-list-item .shiny-icon {
  position: absolute;
  height: 1.25em;
  right: 0.6em;
  bottom: 63%;
}

.pkmn-list-img {
  border-radius: 12px;
  background: aliceblue;
  border: 1px solid #ddd;
}

/*---------------------
FAQ and HR Styles
---------------------*/
.faq p {
  color: #333333;
}

hr.underheader {
  border-style: solid;
  color: #999999;
}

hr {
  border-style: solid;
  color: #D9D9D9;
}

@media only screen and (min-width: 769px) {
  .gear-content {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

.gear-content > p > a, .product-description a {
  color: #e84118;
}

.disclaimer {
  font-size: smaller;
  opacity: 0.8;
}

.product-box {
  border: 6px solid #78e08f;
  box-shadow: 0 0 5px 0 #b8e994;
  padding: 1.5em;
  position: relative;
  margin: 4em auto 3em;
}

.product-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-box:before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 15%;
  left: 42.5%;
  margin: -4em auto 0;
  background-color: #d7d7d7;
}

.product-image {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.product-image img:first-child {
  width: 100%;
  height: 100%;
  padding: 1em 2em 1em 1em;
}

.product-image img:nth-child(2) {
  display: block;
}

.product-info {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-name, .product-subtitle {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.product-name, .product-name a {
  color: #e84118;
}

.product-name:hover, .product-name a:hover {
  color: #c23616;
}

.product-description {
  font-size: smaller;
  margin-top: 0.5em;
  margin-bottom: 2em;
}

.product-link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  width: 100%;
  padding: .5em 3em .7em;
  border-radius: 7px;
  border: 0;
  background-color: #EC6342;
  transition: all .1s ease-in-out;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
}

a.product-link:hover {
  background-color: #e84118;
}

.product-box:after {
  display: inline-block;
  border: 25px inset rgba(0, 0, 0, 0);
  border-top: 25px solid #fff;
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  left: 47px;
  bottom: -50px;
}

.product-pointer {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  left: 40px;
  bottom: -60px;
}

.product-pointer:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #78e08f;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  top: -14px;
  left: 12px;
  box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 768px) {
  .product-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.search {
  width: 100%;
}

.research-search {
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  padding-bottom: 60px;
}

.research-search input#search {
  width: 100%;
  height: 4em;
  background: #ddd;
  border: none;
  font-size: 10pt;
  float: left;
  color: #63717f;
  padding-left: 45px;
  border-radius: 5px;
}

.research-search input#search::-webkit-input-placeholder {
  color: #111;
}

.research-search input#search:focus {
  background-color: white;
}

.research-search .icon {
  position: absolute;
  margin-left: 15px;
  margin-top: 12px;
  left: 0;
  z-index: 1;
  color: #4f5b66;
}

.research-search .fa-search {
  padding: 0rem;
}

.list {
  margin: 0;
  padding: 20px 0 0;
}

.list > li.header-li {
  list-style-type: none;
}

#no-items-found {
  list-style-type: none;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  padding-top: 3em;
  padding-bottom: 3em;
}

.list > li.task-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list > li.task-item > .task-item-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  /*padding:10px;*/
  /*box-shadow: inset 0 1px 0 #fff;*/
  width: 100%;
  padding-top: 0.0rem;
  padding-bottom: 0.0rem;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

.list > li.task-item > .task-item-wrapper.even-item {
  background-color: #F6F6F6;
}

li.task-item > .task-item-wrapper > .task-text {
  padding-left: 10px;
  width: 50%;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

li.task-item > .task-item-wrapper > .task-text > .hide-task-text {
  display: none;
}

.task-text-smaller {
  font-size: 17px;
}

li.task-item > .task-item-wrapper > .task-reward {
  width: 50%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

li.task-item > .task-item-wrapper > .task-reward > .reward-text {
  width: 25%;
}

.reward-img {
  max-height: 50px;
  overflow: hidden;
  margin-top: -0.15rem;
  margin-bottom: -0.15rem;
}

.reward-img img {
  max-height: initial;
  margin-top: -50%;
  margin-bottom: -30%;
  margin-left: 15%;
}

.reward-img img.small {
  margin-top: -60%;
  margin-bottom: -20%;
}

.reward-img img.medium {
  margin-top: -50%;
  margin-bottom: -30%;
}

.reward-img img.large {
  margin-top: -35%;
  margin-bottom: -45%;
}

.reward-img img.xlarge {
  margin-top: -25%;
  margin-bottom: -55%;
}

.reward-img img.xxlarge {
  margin-top: -10%;
  margin-bottom: -70%;
}

.reward-img img.bug {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #a8b820 100%);
}

.reward-img img.dark {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #a29288 100%);
}

.reward-img img.dragon {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #a27dfa 100%);
}

.reward-img img.electric {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #fae078 100%);
}

.reward-img img.fairy {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #f4bdc9 100%);
}

.reward-img img.fighting {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #d67873 100%);
}

.reward-img img.fire {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #f5ac78 100%);
}

.reward-img img.flying {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #c6b7f5 100%);
}

.reward-img img.ghost {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #a292bc 100%);
}

.reward-img img.grass {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #a7db8d 100%);
}

.reward-img img.ground {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #ebd69d 100%);
}

.reward-img img.ice {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #bce6e6 100%);
}

.reward-img img.normal {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #c6c6a7 100%);
}

.reward-img img.poison {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #c183c1 100%);
}

.reward-img img.psychic {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #fa92b2 100%);
}

.reward-img img.rock {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #d1c17d 100%);
}

.reward-img img.steel {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #d1d1e0 100%);
}

.reward-img img.water {
  background-image: repeating-linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29.2%, #64b5f6 100%);
}

li.task-item > .task-item-wrapper > .task-reward > .reward-cp-range {
  font-size: 18px;
  width: 30%;
  margin-left: 0.5rem;
}

li.task-item > .task-item-wrapper > .task-reward > .reward-cp-range > .prefix-cp {
  font-size: 13px;
  font-weight: bold;
}

li.task-item > .task-item-wrapper > .task-reward > .shiny-icon {
  height: 1em;
  position: relative;
  top: 0%;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
          transform: translateY(25%);
}

@media only screen and (max-width: 768px) {
  .list > li.task-item > .task-item-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list > li.task-item > .task-item-wrapper > .task-text {
    width: 100%;
    margin-top: 0.75rem;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    /*border-left: 3px solid #ddd;*/
    background-color: #eee;
    font-size: smaller;
  }
  .task-text-smaller {
    font-size: initial;
  }
  .catch-research-tag {
    border-left: 3px solid #62D994;
  }
  .throw-research-tag {
    border-left: 3px solid #5DC288;
  }
  .berry-research-tag {
    border-left: 3px solid #EE72AE;
  }
  .hatch-research-tag {
    border-left: 3px solid #F4D34B;
  }
  .battle-research-tag {
    border-left: 3px solid #ED796D;
  }
  .raid-research-tag {
    border-left: 3px solid #D06A60;
  }
  .power-research-tag {
    border-left: 3px solid #67B2E4;
  }
  .misc-research-tag {
    border-left: 3px solid #B482C8;
  }
  .event-research-tag {
    border-left: 3px solid #22a6b3;
  }
  .list > li.task-item > .task-item-wrapper > .task-reward {
    width: 100%;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0.5em;
    padding-left: 0.5em;
  }
  li.task-item > .task-item-wrapper > .task-reward > .reward-cp-range {
    width: 35%;
    padding-top: 0.15rem;
  }
  .hide-task-text-m {
    display: none;
  }
  .list > li.task-item > .task-item-wrapper.even-item {
    background-color: #fff;
  }
  li.task-item > .task-item-wrapper > .task-reward > .reward-cp-range {
    font-size: smaller;
    width: 30%;
    margin-left: 0.5rem;
  }
  li.task-item > .task-item-wrapper > .task-reward > .reward-cp-range > .prefix-cp {
    font-size: x-small;
    font-weight: bold;
  }
}

/* General Mobile Devices */
/* iPhone X */
/* iPhone SE */
/* Sale Boxes*/
h2#salebox-header {
  margin-top: 0.40em;
  margin-bottom: 0.40em;
  padding: 0 0.5rem;
}

table#sale-breakdown {
  font-size: 16px;
  background: #fff;
  width: 75%;
  border-collapse: collapse;
  text-align: left;
  margin: auto;
}

table.item-values {
  width: 50% !important;
}

#label-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  position: relative;
}

#label-wrapper img {
  position: absolute;
  bottom: 0;
  right: 60%;
}

#th-box-label {
  padding-left: 0 !important;
}

#col-labels {
  background-color: #F5F5F5;
}

#table-box-label {
  border-radius: 5px;
  border-collapse: separate;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 700;
  background-color: #eee;
  width: 40%;
}

#sale-breakdown th {
  font-size: 16px;
  font-weight: normal;
  color: #212121;
  border-bottom: 1px solid #A9A9A9;
  padding: 10px 0 10px 8px;
  font-weight: 700;
}

#sale-breakdown td {
  border-bottom: 1px solid #ccc;
  color: #555;
  padding: 6px 8px;
}

#sale-breakdown tbody tr:hover td {
  color: #111;
}

.salebox-header {
  color: #212121;
  line-height: 2em;
  padding: 0 1rem 0;
  position: relative;
}

#box-cost {
  font-size: smaller;
}

.box-sales-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.box-container {
  -webkit-flex: 0 0 33.3%;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  padding: 0 0.5rem;
}

.box-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.item-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  padding: 0.5rem 1rem;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}

.item-img {
  display: inline;
  padding: 0 1.25rem 0;
}

.sale-item {
  position: relative;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0rem 0rem;
}

.item-label-quantity {
  font-weight: 400;
  opacity: 0.8;
  width: 8rem;
  font-size: small;
  display: inline-block;
  white-space: nowrap;
}

.item-quantity {
  font-weight: 700;
  opacity: 1;
  font-size: larger;
}

@media (min-width: 769px) and (max-width: 1062px) {
  .item-label-quantity {
    width: 6.5rem;
  }
}

/* All Mobile Devices*/
/* Used to be 768 */
@media (max-width: 901px) {
  table#sale-breakdown {
    width: 100%;
  }
  table.item-values {
    width: 100% !important;
  }
  #table-box-label {
    width: 60%;
  }
  .sale-item {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .box-sales-container {
    display: inline;
  }
  .box-container {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
    border-right: none !important;
  }
  .item-label-quantity {
    font-size: small;
    width: 5rem;
    white-space: pre-wrap;
    height: 3rem;
  }
  .item-name {
    height: 2.5rem;
    vertical-align: middle;
  }
  .item-container {
    padding: 0 0rem;
  }
  #cost-wrapper {
    margin-bottom: 25px;
  }
  #label-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
  }
  #label-wrapper img {
    right: 40%;
  }
}

/* Pixel 2 and iPad */
/* iPhone */
/* iPhone SE */
@media (min-width: 320px) and (max-width: 360px) {
  .item-container {
    padding: 0 0.5rem;
  }
  .sale-item {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.resource-list {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.resource-item {
  display: block;
  position: relative;
  text-decoration: none;
  color: #212121;
  border: 1px #ddd solid;
  width: calc((100% / 4) - 8px);
  padding: 10px 10px 10px 12px;
  border-radius: 10px 10px 10px 10px;
  text-align: left;
  margin-bottom: 1em;
  margin: 4px;
  box-shadow: 1px 1px 5px #eeeeee;
  transition: transform .1s ease-out,-webkit-transform .1s ease-out;
}

.resource-item:hover {
  background: #f2f2f2;
  cursor: pointer;
}

.resource-item:active {
  -webkit-transform: translate(-1px, 1px);
      -ms-transform: translate(-1px, 1px);
          transform: translate(-1px, 1px);
}

.resource-item img {
  height: 40px;
}

.resource-item .resource-label {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}

.resource-item .resource-subtitle {
  display: block;
  font-style: italic;
  font-size: 14px;
  text-overflow: ellipsis;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0.6;
  max-width: calc(100vw - 9em);
  overflow: hidden;
  white-space: nowrap;
}

.resource-item.shine:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  transition: none;
}

.resource-item.shine:hover:after {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.5s ease-in-out;
}

.resource-item.shine2 {
  background-repeat: no-repeat;
  background-position: -240px -240px, 0 0;
  background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%);
  background-size: 250% 250%, 100% 100%;
  transition: background-position 0s ease;
}

.resource-item.shine2:hover {
  background-position: 0 0, 0 0;
  transition-duration: 0.5s;
}

.tag-new:before,
.tag-updated:before,
.tag-event:before {
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 400;
  font-style: italic;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px 5px;
  border-radius: 2px;
  z-index: 2;
  color: #eee;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}

.tag-new:before {
  content: "NEW!";
  background: #d63031;
}

.tag-updated:before {
  content: "Updated";
  background: #3498db;
}

.tag-event:before {
  content: "Event";
  background: #27AE60;
}

/* = = = = = = = = = = Media = = = = = = = = = = */
/* Large Tablets (iPad) (md)*/
@media only screen and (max-width: 960px) {
  .main-nav {
    position: absolute;
    top: -3vw;
    left: 0;
    z-index: 10;
    width: 300px;
    height: 200%;
    background-color: #fff;
    padding: 25px 30px;
    -webkit-transform: translate3d(98vw, 0, 0);
            transform: translate3d(98vw, 0, 0);
    white-space: initial;
  }
  .main-nav ul {
    padding: 15px 0 0;
    display: inline-block;
  }
  .main-nav ul.subnav {
    padding: 0;
    margin-top: 0;
    text-align: left;
    left: 0;
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    position: initial;
    background-color: initial;
    z-index: 10000;
    overflow: hidden;
    pointer-events: all;
    opacity: 1;
    max-height: 1000px;
  }
  .main-nav ul li {
    padding-right: 0rem;
  }
  .main-nav ul li.menu-text {
    display: block;
    border-bottom: solid 2px #555;
  }
  .main-nav ul li a {
    width: 240px;
  }
  .main-nav ul li.nav-item {
    border-bottom: solid 1px #cecece;
  }
  .main-nav ul li.nav-item span.nav-link a.subnav-section {
    font-size: 0;
    line-height: 0;
    display: none;
  }
  .main-nav ul a.nav-link {
    margin: 1rem 0;
  }
  .nav-link {
    padding: 0rem 1rem;
  }
  span.nav-link:hover {
    border-radius: 0;
    background-color: #FFFFFF;
  }
  span.nav-link:hover .subnav {
    background-color: transparent;
  }
  span.nav-link:after {
    display: none;
  }
  .subnav .subnav-item {
    display: block;
    white-space: nowrap;
    margin: 0.7rem 0;
  }
  .subnav .subnav-item a {
    color: #212121;
  }
  .menu-icon-container {
    display: inline;
  }
  .fa-bars {
    padding: 0.6rem;
  }
  .main-header .logo a {
    font-size: 30px;
  }
  .main-header .logo img {
    align: bottom;
    margin-right: .2em;
    width: 41.219px;
    height: 30px;
  }
  .egg-list-item {
    font-size: 1rem;
    margin: 5px;
    width: calc((100% / 5) - 10px);
  }
  .event-page .image {
    width: 100%;
  }
  .event-page .image img {
    margin-top: 0px;
    border-radius: 0;
    min-height: calc(100vw / 2);
  }
  .event-page .wrapper .page-title {
    font-size: 32px;
  }
  .event-toc > .event-toc-item {
    width: calc((100% / 6) - 6px);
  }
  .event-toc > .event-toc-item:hover, .event-toc > .event-toc-item:active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .bonus-features-wrapper {
    display: initial;
  }
  .bonus-wrapper, .features-wrapper {
    width: initial;
    padding-right: initial;
  }
  .event-page-wrapper .item-label-quantity {
    width: 5rem;
    white-space: normal;
  }
  .pkmn-list-item {
    font-size: 16px;
    margin: 3px;
    width: calc((100% / 5) - 6px);
  }
  .pkmn-list-img {
    border-radius: 12px;
  }
}

/* Small Devices, Small Tablets (md)*/
@media only screen and (max-width: 768px) {
  .post-card-box li {
    width: 100%;
    margin-bottom: 20px;
  }
  .post-card-box li:last-child {
    margin-bottom: 0;
  }
  .recent-box .recent-list .recent-item {
    position: relative;
    display: inline-block;
    width: 49%;
    height: 150px;
    margin-left: 0.5%;
    margin-bottom: 0.5%;
  }
  .recent-box .recent-list .recent-item span {
    position: absolute;
    font-size: 12px;
    left: 2.5%;
    bottom: 10%;
    color: #fff;
  }
  .event-page .wrapper .page-title {
    font-size: 28px;
  }
  .event-toc > .event-toc-item {
    width: calc((100% / 5) - 6px);
  }
  .event-toc > .event-toc-item:hover, .event-toc > .event-toc-item:active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .bonus-features-wrapper {
    display: initial;
  }
  .bonus-wrapper, .features-wrapper {
    width: initial;
    padding-right: initial;
  }
  .event-page-wrapper .item-label-quantity {
    width: 5rem;
    white-space: normal;
  }
  .pkmn-list-item {
    font-size: 13px;
    margin: 3px;
    width: calc((100% / 5) - 6px);
  }
  .pkmn-list-img {
    border-radius: 12px;
  }
  .collection-challenge .list .item {
    width: calc((100% - 12%) / 3);
  }
  .collection-challenge .reward-wrapper {
    min-width: 250px;
    max-width: 250px;
    padding-left: 60px;
    margin-right: 20px;
  }
  .collection-challenge .reward-wrapper .reward-list {
    min-width: 250px;
    max-width: 250px;
  }
  .collection-challenge .reward-wrapper .reward-list .reward {
    min-width: 65px;
    max-width: 65px;
  }
  .collection-challenge .reward-wrapper .reward-list .reward .reward-label {
    font-size: small;
  }
  .collection-challenge .reward-wrapper .reward-list .reward-item {
    min-height: 55px;
    max-height: 55px;
    min-width: 55px;
    max-width: 55px;
  }
  .special-research-list .step-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .special-research-list .step-item .step-label {
    height: 40px;
    min-width: 50px;
    padding: 0;
    display: -ms-grid;
    display: grid;
  }
  .special-research-list .step-item .step-label .step-text {
    display: none;
  }
  .special-research-list .step-item .step-label .step-number {
    margin-top: auto;
    margin-bottom: auto;
    font-size: x-large;
  }
  .special-research-list .step-item .task-reward-wrapper {
    padding-right: 30px;
    margin-bottom: 1em;
    width: calc(100% - 50px);
  }
  .special-research-list .step-item .task-reward-wrapper .task-reward {
    padding-left: 0;
  }
  .special-research-list .step-item .task-reward-wrapper .task-reward .task-text {
    font-size: smaller;
  }
  .special-research-list .step-item .task-reward-wrapper .task-reward .reward-text {
    margin-left: 0.25em;
  }
  .special-research-list .step-item .page-reward-wrapper {
    min-width: initial;
    max-width: initial;
    padding-left: initial;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .special-research-list .step-item .page-reward-wrapper .reward-banner {
    width: 60%;
    height: 32px;
    background-color: #FF6587;
    padding: 0;
    margin-left: calc(8px + 10%);
    margin-right: 10%;
    position: absolute;
  }
  .special-research-list .step-item .page-reward-wrapper .reward-banner h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: white;
    margin: 0;
    text-align: center;
  }
  .special-research-list .step-item .page-reward-wrapper .reward-banner h4:before, .special-research-list .step-item .page-reward-wrapper .reward-banner h4:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0;
  }
  .special-research-list .step-item .page-reward-wrapper .reward-banner h4:before {
    border-width: 16px 0 16px 16px;
    border-color: #FF6587 transparent;
    left: -16px;
  }
  .special-research-list .step-item .page-reward-wrapper .reward-banner h4:after {
    border-width: 16px 16px 16px 0px;
    border-color: #FF6587 transparent;
    right: -16px;
  }
  .special-research-list .step-item .page-reward-wrapper .page-reward-list {
    min-width: initial;
    max-width: initial;
    border-radius: 10px 10px 40px 40px;
    padding: 25px 20px 20px 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .special-research-list .step-item .page-reward-wrapper .page-reward-list .page-reward .page-reward-item {
    min-height: 65px;
    max-height: 65px;
    min-width: 65px;
    max-width: 65px;
  }
}

/* Layout Break smaller than iPad Mini */
/* Phones */
@media only screen and (max-width: 480px) {
  .wrapper, .header-wrapper {
    max-width: 95%;
  }
  .page-image {
    height: 200px;
  }
  .page-content {
    margin-top: 8px;
    padding: 15px;
  }
  .header-page {
    margin-bottom: 20px;
  }
  .header-page h1 {
    font-size: 36px;
    margin: 0 0 5px;
  }
  .header-page .page-date {
    font-size: 14px;
  }
  .recent-box .recent-list .recent-item {
    position: relative;
    display: inline-block;
    width: 99%;
    height: 150px;
    margin-left: 0.5%;
    margin-bottom: 0.5%;
  }
  .recent-box .recent-list .recent-item span {
    position: absolute;
    font-size: 12px;
    left: 2.5%;
    bottom: 10%;
    color: #fff;
  }
  .main-header .logo a {
    font-size: 24px;
  }
  .main-header .logo img {
    align: bottom;
    margin-right: .2em;
    width: 32.969px;
    height: 24px;
  }
  .menu-icon,
  .menu-icon-close,
  .search-icon,
  .search-icon-close {
    font-size: 16px;
  }
  .about-body .contact-list li {
    display: inline-block;
    margin-left: 5px;
  }
  .about-body .contact-list li:first-child {
    margin-left: 0;
  }
  .about-body .contact-list li a {
    display: block;
    color: #999999;
    font-size: 16px;
    text-decoration: none;
    padding: 5px;
    transition: all 350ms cubic-bezier(0.13, 0.43, 0.54, 1.82);
  }
  .about-body .contact-list li a:hover {
    color: #87314e;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
  .author-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .author-box .author-img {
    height: 100px;
    width: 100px;
    margin: 0 0 10px;
  }
  .author-box .author-desc h2 {
    margin: 0 0 10px;
  }
  .author-box .author-desc p {
    margin: 0 0 15px;
  }
  .resource-item {
    width: calc((100% / 2) - 8px);
  }
  .resource-item .resource-label {
    font-size: 18px;
  }
  .egg-list-item {
    font-size: 1rem;
    margin: 3px;
    width: calc((100% / 3) - 6px);
  }
  .event-page {
    font-size: 18px;
  }
  .event-toc > .event-toc-item {
    width: calc((100% / 4) - 6px);
  }
  .pkmn-list-item {
    font-size: 14px;
    margin: 3px;
    width: calc((100% / 3) - 6px);
  }
  /* Originally for iPhone X */
  .event-field-research-list li {
    max-height: calc(1.8em + 50px);
  }
  .event-field-research-list li:hover {
    background: initial;
  }
  .event-field-research-list li .reward-list .reward .reward-bubble {
    width: 50px;
    height: 50px;
  }
  .event-field-research-list li .reward-list .reward .reward-bubble .reward-image {
    max-height: 50px;
    max-width: 50px;
  }
  .special-research-list .step-item .task-reward-wrapper .task-reward .task-text {
    font-size: smaller;
  }
  .special-research-list .step-item .task-reward-wrapper .task-reward .reward-text {
    min-width: 40px;
    max-width: 40px;
    margin-left: 0.25em;
  }
  .special-research-list .step-item .task-reward-wrapper .task-reward .reward-text .reward-label {
    display: none;
  }
  .special-research-list .step-item .task-reward-wrapper .task-reward .reward-text .resource-info {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: -0.25em;
    top: -0.25em;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: rgba(221, 221, 221, 0.5);
  }
  .special-research-list .step-item .task-reward-wrapper .task-reward .reward-text .resource-info img {
    max-height: 1.5em;
    max-width: 1.5em;
  }
  .special-research-list .step-item .task-reward-wrapper .task-reward .reward-text .item-quantity {
    display: block;
    position: absolute;
    height: 1.15em;
    right: -0.2em;
    bottom: -0.2em;
    font-size: x-small;
    color: white;
    background: rgba(90, 90, 90, 0.7);
    border-radius: 0.5em;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.15em;
  }
  .collection-challenge .list {
    min-width: initial;
    max-width: initial;
    width: 100%;
    margin: 2% 4% 4% 4%;
  }
  .collection-challenge .list .item {
    width: calc((100% - 16%) / 4);
    min-width: 25px;
    margin-left: 2%;
    margin-right: 2%;
  }
  .collection-challenge .list .item .image-wrapper .icon {
    width: 1.25em;
    height: 1.25em;
  }
  .collection-challenge .list .item .image-wrapper .icon img {
    width: 1em;
    height: 1em;
    margin-top: 0.125em;
  }
  .collection-challenge .list .item .label {
    display: none;
  }
  .collection-challenge .reward-wrapper {
    min-width: initial;
    max-width: initial;
    padding-left: initial;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .collection-challenge .reward-wrapper .banner {
    width: 60%;
    height: 32px;
    background-color: #FF6587;
    padding: 0;
    margin-left: calc(8px + 10%);
    margin-right: 10%;
    position: absolute;
  }
  .collection-challenge .reward-wrapper .banner h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: white;
    margin: 0;
    text-align: center;
  }
  .collection-challenge .reward-wrapper .banner h4:before, .collection-challenge .reward-wrapper .banner h4:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0;
  }
  .collection-challenge .reward-wrapper .banner h4:before {
    border-width: 16px 0 16px 16px;
    border-color: #FF6587 transparent;
    left: -16px;
  }
  .collection-challenge .reward-wrapper .banner h4:after {
    border-width: 16px 16px 16px 0px;
    border-color: #FF6587 transparent;
    right: -16px;
  }
  .collection-challenge .reward-wrapper .reward-list {
    min-width: initial;
    max-width: initial;
    border-radius: 10px 10px 40px 40px;
    padding: 25px 20px 20px 20px;
  }
  .collection-challenge .reward-wrapper .reward-list .reward .page-reward-item {
    min-height: 65px;
    max-height: 65px;
    min-width: 65px;
    max-width: 65px;
  }
  .collection-challenge .reward-wrapper .reward-list .reward .resource-info {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: -0.25em;
    top: -0.25em;
  }
  .collection-challenge .reward-wrapper .reward-list .reward .reward-label {
    font-size: small;
  }
}

/* iPhone SE */
@media only screen and (max-width: 320px) {
  body {
    font-size: 16px;
  }
  .resource-item {
    width: calc((100% / 2) - 8px);
  }
  .resource-item .resource-label {
    font-size: 16px;
  }
  .resource-item img {
    height: 35px;
  }
  .event-toc-item-text {
    font-size: smaller;
  }
}
