/*Reboot */

/* Reboot
---------------------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  /*-webkit-text-decoration-skip-ink: none;*/
  /*text-decoration-skip-ink: none;*/
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0d6efd;
  text-decoration: none;
}

a:hover {
  color: #024dbc;
  text-decoration: underline;
}

a:not([href]), a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: textfield;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

progress {
  vertical-align: baseline;
}

::-webkit-datetime-edit {
  overflow: visible;
  line-height: 0;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

main {
  display: block;
}

[hidden] {
  display: none !important;
}


/* Base
---------------------------------------- */

body {
    font-family: "Playfair Display", serif;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 1rem;
}

a {
    color: inherit;
    text-decoration: underline;
    transition: .2s;
}

a:hover {
    color: #42c482;
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

/* Common
---------------------------------------- */

.site-container {
    padding: 0 1.25rem;
}

.logo {
    margin: 0;
}

.logo a {
    display: block;
    width: 7.5rem;
}

.logo a:hover {
    opacity: .8;
}

.logo img {
    width: 100%;
    height: auto;
}

.menu {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.menu ul {
    list-style: none;
    padding-left: 0;
    margin: .75rem 0;
    display: flex;
}

.menu li:not(:last-child) {
    margin-right: 1.25rem;
}

.menu a {
    text-decoration: none;
}

.green {
    color: #42c482;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
}

@media (min-width: 992px) {

    .site-container {
        box-sizing: content-box;
        max-width: 1370px;
        padding: 0 1.875rem;
        margin: 0 auto;
    }

    .logo a {
        width: 11.625rem;
    }

    .menu {
        font-size: 1.125rem;
    }

}

/* Header
---------------------------------------- */

.site-header .group {
    padding-top: 1.5rem;
    padding-bottom: .5rem;
}

@media (min-width: 992px) {

    .site-header .group {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2rem 0;
    }

    .site-header .menu li:not(:last-child) {
        margin-right: 1.875rem;
    }

}

/* Footer
---------------------------------------- */

.site-footer {
    background-color: #192e35;
    color: #acacac;
    padding: 2rem 1.25rem;
    font-size: .875rem;
}

.site-footer .menu a:hover {
    opacity: .8;
}

.site-footer .menu {
    margin: 1rem 0;
}

@media (min-width: 992px) {

    .site-footer {
        margin-top: 3rem;
    }

    .site-footer .group {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2rem 0 3rem;
    }

    .site-footer .menu li:not(:last-child) {
        margin-right: 3rem;
    }

    .site-footer .menu img {
        width: 2.5rem;
        height: auto;
    }

    .site-footer .meta {
        margin-bottom: 3rem;
    }

}

/* Content
---------------------------------------- */

.spacer:before {
    content: "\a\a\a\a\a";
    display: block;
    white-space: pre;
}

.hero {
    background-color: #192e35;
    color: #fff;
    padding: 1.5rem 1.25rem;
    margin-bottom: 3rem;
    border-radius: 8px;
}

.hero .title {
    margin-bottom: 1.5rem;
}

.hero .form {
    position: relative;
    background: url("../img/icon-search.svg") left center / auto 50% no-repeat;
}

.hero .input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #42c482;
    color: #fff;
    width: 100%;
    padding: .5rem 0 .5rem 2rem;
    outline: 0;
    -webkit-appearance: none;
}

.hero .input::-webkit-input-placeholder {
    color: #fff;
}

.hero .input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.hero .figure {
    transform: translateY(2.75rem);
}

.most-popular {
    position: relative;
}

.header {
    margin-bottom: 1.25rem;
}

.header > * {
    margin-bottom: 0;
}

.article {
    margin-bottom: 2rem;
}

.article .wrap {
    display: block;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    text-decoration: none;
}

.article .image img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.article .body {
    position: relative;
    padding: 1.5rem 1.25rem;
}

.article .intro {
    margin-bottom: 1.5rem;
}

.article .intro p {
    margin-bottom: 0;
}

.article .intro p:not(:last-child) {
    padding-bottom: 1.5rem;
}

.article .meta,
.article .toggle {
    font-weight: 700;
    font-size: .875rem;
}

.article .meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.article .toggle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    margin-bottom: 1.5rem;
}

.article .body > * {
    transition: color .2s;
}

@media (min-width: 992px) {

    .hero {
        display: flex;
        align-items: center;
    }

    .hero .group {
        flex: 0 0 45%;
        max-width: 45%;
        padding-left: 1.25rem;
    }

    .hero .figure {
        flex: 1;
        padding-left: 3rem;
        transform: translateY(4rem);
    }

    .hero .title {
        font-size: 2rem;
        margin-bottom: 3.75rem;
    }

    .hero .input {
        font-size: 1.25rem;
        padding-left: 2.75rem;
        max-width: 31.875rem;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -.9375rem;
    }

    .col {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 .9375rem;
    }

    .article .body {
        display: flex;
        flex-direction: column;
    }

    .article .subject {
        min-height: 4.375rem;
        display: flex;
        align-items: flex-end;
    }

    .article .intro {
        /*min-height: 9.375rem;*/
    }

    .article .meta {
        margin-top: auto;
    }

}

@media (min-width: 1200px) {

    .hero {
        margin-bottom: 5rem;
    }

    .staff-pick,
    .most-popular {
        margin-bottom: 2rem;
    }

    .category {
        font-size: 2.75rem;
        margin-bottom: 2.5rem;
    }

    .article {
        margin-bottom: 3rem;
    }

    .article .body {
        padding-top: 2rem;
    }

    .article .subject {
        margin-bottom: 2rem;
    }

    .article .intro {
        margin-bottom: 3rem;
    }

}

@media (min-width: 1300px) {


    .hero .title {
        font-size: 2.75rem;
        width: 33.25rem;
        margin-top: 5rem;
    }

    .hero .figure {
        padding-left: 1.25rem;
    }

}

/* Plugins
---------------------------------------- */

.bx-viewport {
    border-radius: 8px;
}

.bx-pager {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
}

.bx-pager a {
    font-size: 2rem;
    line-height: 1.2;
    text-decoration: none;
    margin-left: .75rem;
    transition: color .2s;
}

.bx-pager a:hover,
.bx-pager a.active {
    color: #42c482;
}

@media (min-width: 992px) {

    .bx-pager {
        margin-right: .9375rem;
    }

    .bx-pager a {
        font-size: 2.75rem;
        margin-left: 1.25rem;
    }

}
