/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

.content-wrapper {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 660px) {
  .content-wrapper {
    max-width: 660px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .content-wrapper {
    max-width: 768px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (min-width: 992px) {
  .content-wrapper {
    max-width: 992px;
  }
}

@media only screen and (min-width: 1140px) {
  .content-wrapper {
    max-width: 1140px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media only screen and (min-width: 768px) {
  .content-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .content-wrapper .layout-content {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc((100% / 3) * 2);
    padding: 0 0.625rem;
    max-width: 100%;
    min-height: 0;
    min-width: 0;
  }
}

@media only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .content-wrapper .layout-content {
    flex-basis: calc(66.6% - (0.625rem * 2));
  }
}

@media only screen and (min-width: 768px) {
  .content-wrapper .layout-sidebar-second {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3);
    padding: 0 0.625rem;
    max-width: 100%;
    min-height: 0;
    min-width: 0;
  }
}

@media only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .content-wrapper .layout-sidebar-second {
    flex-basis: calc(33.3% - (0.625rem * 2));
  }
}

@media only screen and (min-width: 768px) {
  .content-wrapper {
    margin: 2.5rem auto 3.75rem auto;
    padding: 0.625rem 0 1.875rem 0;
  }

  .page-node-type-article .content-wrapper {
    margin: 0 auto 3.75rem auto;
  }
}

.no-sidebar .content-wrapper .layout-content {
  flex-basis: 100%;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  height: 100%;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6rem;
}

body.path-taxonomy,
body.path-history-matters,
body.page-reviews {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
}

.dialog-off-canvas-main-canvas {
  height: 100%;
}

.layout-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .layout-container {
    display: block;
  }
}

header {
  flex: 0 0 auto;
}

main {
  flex: 1 0 auto;
  margin: 0;
}

footer {
  flex-shrink: 0;
}

ul {
  padding: 0 0 0 1.125rem;
  margin: 0;
  list-style-type: disc;
}

ol {
  padding: 0 0 0 1.125rem;
  margin: 0;
  list-style-type: decimal;
}

hr {
  border: 0;
  height: 0.3125rem;
}

fieldset {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border: 0;
}

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

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

iframe {
  max-width: 100%;
}

iframe.worldpay-redirect {
  width: 100%;
}

a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0e809a;
  font-size: 1rem;
  line-height: 1.15rem;
  transition: color 200ms, -webkit-text-decoration 200ms;
  transition: text-decoration 200ms, color 200ms;
  transition: text-decoration 200ms, color 200ms, -webkit-text-decoration 200ms;
  font-size: 1em;
  font-weight: 100;
  text-decoration: none;
}

a:hover {
  color: #1c5765;
  text-decoration: underline;
}

input[type=text] {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin: 0.3125rem 0 0.625rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #ddd;
  color: #555555;
  transition: background-color 0.3s, border-color 0.3s;
  line-height: 1.5rem;
}

input[type=text]:focus {
  border-color: #000000;
  background-color: #f6f6f6;
  outline: none;
}

input[type=email] {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin: 0.3125rem 0 0.625rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #ddd;
  color: #555555;
  transition: background-color 0.3s, border-color 0.3s;
  line-height: 1.5rem;
}

input[type=email]:focus {
  border-color: #000000;
  background-color: #f6f6f6;
  outline: none;
}

input[type=password] {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin: 0.3125rem 0 0.625rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #ddd;
  color: #555555;
  transition: background-color 0.3s, border-color 0.3s;
  line-height: 1.5rem;
}

input[type=password]:focus {
  border-color: #000000;
  background-color: #f6f6f6;
  outline: none;
}

input[type=submit]:not(#edit-submit-search):not(#mc-embedded-subscribe) {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.15rem;
  background-color: #169bc7;
  border: 1px solid #169bc7;
  padding: 0.625rem 2.5rem;
  text-align: center;
  display: inline-block;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

input[type=submit]:not(#edit-submit-search):not(#mc-embedded-subscribe):hover {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

input[type=submit]:not(#edit-submit-search):not(#mc-embedded-subscribe):focus {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

input[type=submit]:not(#edit-submit-search):not(#mc-embedded-subscribe):active {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

.path--site-search .header__content input[type=submit]:not(#edit-submit-search):not(#mc-embedded-subscribe)#edit-submit-search--3,
.path--site-search .header__content input[type=submit]:not(#edit-submit-search):not(#mc-embedded-subscribe)#edit-submit-search--2 {
  padding: 0.5rem 70px 0.625rem 2.5rem;
  border: none;
}

@media only screen and (min-width: 1140px) {
  .path--site-search .header__content input[type=submit]:not(#edit-submit-search):not(#mc-embedded-subscribe)#edit-submit-search--3,
  .path--site-search .header__content input[type=submit]:not(#edit-submit-search):not(#mc-embedded-subscribe)#edit-submit-search--2 {
    padding-right: 90px;
  }
}

textarea {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin: 0.3125rem 0 0.625rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #ddd;
  color: #555555;
  transition: background-color 0.3s, border-color 0.3s;
  line-height: 1.5rem;
}

textarea:focus {
  border-color: #000000;
  background-color: #f6f6f6;
  outline: none;
}

select {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin: 0.3125rem 0 0.625rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #ddd;
  color: #555555;
  transition: background-color 0.3s, border-color 0.3s;
  line-height: 1.5rem;
}

select:focus {
  border-color: #000000;
  background-color: #f6f6f6;
  outline: none;
}

label {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1rem;
  line-height: 1.15rem;
}

article h3 {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.319rem;
  margin: 0;
}

article h3 a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1rem;
  line-height: 1.15rem;
  transition: color 200ms, -webkit-text-decoration 200ms;
  transition: text-decoration 200ms, color 200ms;
  transition: text-decoration 200ms, color 200ms, -webkit-text-decoration 200ms;
  font-size: 1em;
  font-weight: 100;
  text-decoration: none;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.5rem;
  margin-bottom: 0.3125rem;
  display: inline-block;
}

article h3 a:hover {
  color: #000000;
  text-decoration: underline;
}

.view-id-latest_magazine article h3 a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #169bc7;
  font-size: 1rem;
  line-height: 1.15rem;
  transition: color 200ms, -webkit-text-decoration 200ms;
  transition: text-decoration 200ms, color 200ms;
  transition: text-decoration 200ms, color 200ms, -webkit-text-decoration 200ms;
  font-size: 1em;
  font-weight: 100;
  text-decoration: none;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #169bc7;
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.view-id-latest_magazine article h3 a:hover {
  color: #169bc7;
  text-decoration: underline;
}

article h3 b {
  font-weight: bold;
  letter-spacing: 0;
}

article p {
  margin-top: 0;
  max-width: 100%;
}

#ui-datepicker-div {
  z-index: 99 !important;
}

@media only screen and (min-width: 320px) and (max-width: 659px) {
  #ui-datepicker-div {
    width: 90% !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 659px) {
  body:not(.path--cookie-policy) table {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 659px) {
  body:not(.path--cookie-policy) table.ui-datepicker-calendar {
    width: 90%;
  }
}

body:not(.path--cookie-policy) thead {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 320px) and (max-width: 659px) {
  body:not(.path--cookie-policy) thead {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  body:not(.path--cookie-policy) thead {
    width: 100%;
    display: block;
  }
}

body:not(.path--cookie-policy) thead th {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.ui-datepicker-calendar body:not(.path--cookie-policy) thead tr {
  display: flex;
  justify-content: space-around;
}

body:not(.path--cookie-policy) tr {
  width: 100%;
  display: flex;
  padding: 0.625rem;
  border-bottom: 1px solid #ddd;
}

.ui-datepicker-calendar body:not(.path--cookie-policy) tr {
  padding: 0;
  border-bottom: none;
  border-top: none;
  background-color: transparent;
}

body:not(.path--cookie-policy) tbody {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  body:not(.path--cookie-policy) tbody {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
}

body:not(.path--cookie-policy) tbody tr {
  padding: 0.3125rem 0.625rem 1.875rem 0.625rem;
  border-top: 1px solid #ddd;
  border-bottom: none;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 659px) {
  body:not(.path--cookie-policy) tbody tr {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }

  .ui-datepicker-calendar body:not(.path--cookie-policy) tbody tr {
    display: block;
    padding-top: 0;
  }
}

.ui-datepicker-calendar body:not(.path--cookie-policy) tbody tr {
  padding: 0;
  border-top: none;
  border-bottom: none;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  body:not(.path--cookie-policy) tbody tr td {
    text-align: center;
    width: 100%;
    margin-right: 0.625rem;
    padding: 0.3125rem;
  }
}

@media only screen and (min-width: 768px) {
  body:not(.path--cookie-policy) tbody tr td {
    flex: 1 1 auto;
    margin: 10px;
  }

  .ui-datepicker-calendar body:not(.path--cookie-policy) tbody tr td {
    margin: 0;
    flex: 1 1 100%;
  }
}

legend {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
  color: #169bc7;
  font-size: 1.2rem;
}

strong {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
}

figure.caption-img {
  margin: 0;
}

.my-account-page .my-account-page--introduction {
  padding: 1.875rem 0;
}

.my-account-page .my-account-page--introduction p {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.my-account-page .my-account-page--introduction .edit-profile-link {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #169bc7;
}

.my-account-page .my-account-page--introduction .btn-primary {
  margin: 1.125rem 0;
  padding: 1.125rem 0;
  width: 400px;
  height: 64px;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.5rem;
}

.my-account-page .my-account-page--support-msg {
  background-color: #ddd;
  padding: 1.125rem;
  margin: 1.875rem 0;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.path-frontpage .region-content-top {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 660px) {
  .path-frontpage .region-content-top {
    max-width: 660px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .path-frontpage .region-content-top {
    max-width: 768px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (min-width: 992px) {
  .path-frontpage .region-content-top {
    max-width: 992px;
  }
}

@media only screen and (min-width: 1140px) {
  .path-frontpage .region-content-top {
    max-width: 1140px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.path-frontpage .region-content-top .block-views {
  padding-top: 1.875rem;
}

.path-frontpage .views-element-container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 660px) {
  .path-frontpage .views-element-container {
    max-width: 660px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .path-frontpage .views-element-container {
    max-width: 768px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (min-width: 992px) {
  .path-frontpage .views-element-container {
    max-width: 992px;
  }
}

@media only screen and (min-width: 1140px) {
  .path-frontpage .views-element-container {
    max-width: 1140px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media only screen and (min-width: 768px) {
  .path-frontpage .views-element-container {
    padding: 0;
  }
}

.path-frontpage .node--view-mode-teaser-list h3 a {
  color: #000000;
}

.path-frontpage .node--view-mode-teaser-list h4 a {
  color: #000000;
}

.path-frontpage .view-display-id-most_recent h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.path-frontpage .views-field-field-summary {
  font-size: 1.1em;
}

.path-frontpage .field--name-field-summary {
  font-size: 1.1em;
}

.path-frontpage .more-link {
  text-align: center;
}

.path-frontpage .more-link a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0e809a;
  font-size: 1rem;
  line-height: 1.15rem;
}

.path-frontpage .more-link a:hover {
  color: #1c5765;
}

.path-frontpage #block-newsletter-frontpage-signup {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 660px) {
  .path-frontpage #block-newsletter-frontpage-signup {
    max-width: 660px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .path-frontpage #block-newsletter-frontpage-signup {
    max-width: 768px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (min-width: 992px) {
  .path-frontpage #block-newsletter-frontpage-signup {
    max-width: 992px;
  }
}

@media only screen and (min-width: 1140px) {
  .path-frontpage #block-newsletter-frontpage-signup {
    max-width: 1140px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.path-frontpage .block-views-blockhistory-today-taxonomies-current-issue a {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #169bc7;
}

.path-frontpage .block-views-blockhistory-today-taxonomies-current-issue .field-content p,
.path-frontpage .block-views-blockhistory-today-taxonomies-current-issue .field-content li {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.path-frontpage .wrapper .current-issue-header {
  text-transform: none;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -2px;
}

.item-list > ul > li {
  margin-left: 0;
  margin-right: 0;
  list-style-type: none;
}

.item-list .field--name-field-images a {
  display: block;
}

.item-list h3 {
  margin-top: 0;
  margin-bottom: 0.3125rem;
}

.item-list h3 a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.5rem;
  text-decoration: none;
}

.item-list h3 a:hover {
  text-decoration: underline;
}

.item-list .views-field-field-short-summary p {
  margin-top: 0;
}

.item-list .views-field-field-author {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
  color: #808080;
  font-size: 0.95rem;
}

.layout-sidebar-second .item-list > ul > li {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  margin-bottom: 0.625rem;
}

@media only screen and (min-width: 768px) {
  .layout-sidebar-second .item-list > ul > li {
    flex-direction: row-reverse;
  }
}

.layout-sidebar-second .item-list > ul > li > div.views-field {
  width: 100%;
}

.layout-sidebar-second .item-list > ul > li .image-style-test-cover {
  max-width: 440px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .layout-sidebar-second .item-list > ul > li .image-style-test-cover {
    max-width: 80px;
  }
}

.view-display-id-today_featured_articles .views-field-field-images {
  margin-bottom: 0.625rem;
}

.view-display-id-today_featured_articles img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .view-display-id-today_featured_articles .item-list > ul {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.view-display-id-today_featured_articles .item-list > ul > * {
  margin-bottom: 0.625rem;
}

@media only screen and (min-width: 768px) {
  .view-display-id-today_featured_articles .item-list > ul > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3);
    max-width: 100%;
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .view-display-id-today_featured_articles .item-list > ul > * {
    flex-basis: calc(33.3% - (0.4375rem * 2));
  }
}

.view-display-id-today_featured_articles .item-list li {
  margin-bottom: 1.875rem;
}

.view-display-id-today_featured_articles .item-list h3 a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.9rem;
}

.views-field-field-site-sections,
.field--name-field-site-sections {
  margin-bottom: 0.3125rem;
}

.views-field-field-site-sections a,
.field--name-field-site-sections a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #d62400;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.views-field-field-site-sections a:hover,
.field--name-field-site-sections a:hover {
  text-decoration: underline;
}

.miscellaneous__teaser-list--title .field--name-field-site-sections .field__item a,
.miscellaneous__teaser-list--title .field--name-field-site-sections h3 a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #d62400;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.miscellaneous__teaser-list--title .field--name-field-site-sections .field__item a:hover,
.miscellaneous__teaser-list--title .field--name-field-site-sections h3 a:hover {
  text-decoration: underline;
}

.miscellaneous__teaser-list--node-title {
  line-height: 1.9em;
}

.block-views .wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

@media only screen and (min-width: 768px) {
  .block-views .wrapper {
    flex-flow: row nowrap;
  }
}

.block-views .view-footer p {
  text-align: center;
}

.block-views .wrapper__content {
  flex: 0 0 100%;
}

@media only screen and (min-width: 768px) {
  .block-views .wrapper__content {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(55% - 0.3125rem);
    padding-left: 0.3125rem;
  }
}

.block-views .wrapper__content .views-field-title a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.5rem;
}

.block-views .wrapper__content p {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  margin: 0.3125rem 0 0;
}

.block-views .wrapper__image {
  flex: 0 0 100%;
}

@media only screen and (min-width: 768px) {
  .block-views .wrapper__image {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(45% - 0.3125rem);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.block-views .wrapper__image img {
  width: 100%;
}

.block-views .current-issue-header {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-family: "Oswald", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  padding-top: 0;
  border-top: 0;
}

@media only screen and (min-width: 768px) {
  .block-views .current-issue-header {
    font-size: 3.5rem;
    line-height: 4.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .block-views .current-issue-header {
    margin-top: 0;
  }
}

.block-views h2 {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
  border-top: 1px solid #000000;
  text-transform: uppercase;
  padding: 0.4375rem 0.3125rem;
}

.block-views h5 {
  margin: 0;
}

.block-views h5 a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1.3rem;
  line-height: 1.4rem;
}

.view-display-id-most_recent li {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}

.view-display-id-most_recent li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.view-display-id-most_recent .field--name-field-short-summary p {
  margin-top: 0.3125rem;
  margin-bottom: 0;
}

.view-id-latest_magazine article {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}

.view-id-latest_magazine article .field--type-text-long {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  line-height: 1.75rem;
}

.view-id-latest_magazine article:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.view-display-id-recently_published .item-list li {
  margin-left: 0;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.view-display-id-recently_published .item-list .views-field {
  padding: 0 0.75rem;
}

.view-display-id-recently_published .item-list .views-field-field-images {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  padding: 0 0.625rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .view-display-id-recently_published .item-list .views-field-field-images {
    flex-basis: calc(50% - (0.625rem * 2));
  }
}

.view-display-id-recently_published .item-list .views-field-title {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
}

.view-display-id-recently_published .row {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}

.view-display-id-read_next .item-list li {
  margin-left: 0;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.view-display-id-read_next .item-list .views-field {
  padding: 0 0.75rem;
}

.view-display-id-read_next .item-list .views-field-field-images {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  padding: 0 0.625rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .view-display-id-read_next .item-list .views-field-field-images {
    flex-basis: calc(50% - (0.625rem * 2));
  }
}

.view-display-id-read_next .item-list .views-field-title {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
}

.view-display-id-read_next .row {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}

.view-display-id-read_next ul {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.view-display-id-read_next li {
  flex: 0 0 50%;
}

.view-display-id-popular_articles .item-list li {
  margin-left: 0;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.view-display-id-popular_articles .item-list .views-field {
  padding: 0 0.75rem;
}

.view-display-id-popular_articles .item-list .views-field-field-images {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  padding: 0 0.625rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .view-display-id-popular_articles .item-list .views-field-field-images {
    flex-basis: calc(50% - (0.625rem * 2));
  }
}

.view-display-id-popular_articles .item-list .views-field-title {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
}

.view-display-id-popular_articles .row {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}

.node--view-mode-teaser-list-no-section {
  border-top: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.875rem;
  margin-bottom: 1.25rem;
}

.node--view-mode-teaser-list-no-section h3 {
  margin-top: 0.375rem;
  margin-bottom: 14px;
}

.node--view-mode-teaser-list-no-section h3 a {
  color: #0e809a;
  font-size: 1.2em;
}

.node--view-mode-teaser-list-no-section h3 a:hover {
  color: #1c5765;
}

.node--view-mode-teaser-list-no-section h4 {
  margin-top: 0.375rem;
  margin-bottom: 14px;
}

.node--view-mode-teaser-list-no-section h4 a {
  color: #0e809a;
  font-size: 1.2em;
}

.node--view-mode-teaser-list-no-section h4 a:hover {
  color: #1c5765;
}

.view-id-history_today_taxonomies .views-field-name a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1.3rem;
  line-height: 1.4rem;
}

.view-id-history_today_taxonomies.view-display-id-block_2 ul {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.view-id-history_today_taxonomies.view-display-id-block_2 li {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  padding: 0.125rem;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .view-id-history_today_taxonomies.view-display-id-block_2 li {
    flex-basis: calc(50% - 0.125rem - 0.125rem);
  }
}

@media only screen and (min-width: 768px) {
  .view-id-history_today_taxonomies.view-display-id-block_2 li {
    flex-basis: 25%;
  }
}

@media only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .view-id-history_today_taxonomies.view-display-id-block_2 li {
    flex-basis: calc(25% - 0.125rem - 0.125rem);
  }
}

.view-id-history_today_taxonomies.view-display-id-block_2 h3 {
  text-align: center;
}

.view-id-history_today_taxonomies.view-display-id-block_2 a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1rem;
  line-height: 1.15rem;
}

.content-wrapper {
  border-bottom: 1px solid #ddd;
}

.views-field-field-term-image a {
  display: block;
}

.views-form {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
}

.views-table {
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .views-table {
    border: none;
  }
}

@media only screen and (min-width: 768px) {
  .view-popular-content .views-table {
    border-top: 1px solid #ddd;
  }
}

.block-title {
  text-transform: uppercase;
}

.path-popular .tabs {
  margin-bottom: 0;
}

.path-popular .tabs li {
  display: inline-block;
  margin-bottom: -1px;
}

.path-popular .tabs li a.is-active {
  background-color: #ffffff;
  margin-right: 0.3em;
  color: #555555;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
  padding: 10px 15px;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .path-popular .tabs li {
    width: 47%;
  }

  .path-popular .tabs li a {
    padding: 0;
  }
}

.view-popular-content .row,
.view-product-individual-report .row {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}

.view-popular-content .view-content,
.view-product-individual-report .view-content {
  margin-bottom: 2rem;
}

.view-popular-content thead th,
.view-product-individual-report thead th {
  flex: 1 1 auto;
  padding: 0;
  width: 25%;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  font-weight: 700;
  margin: 0.2rem;
}

.view-popular-content tbody tr,
.view-product-individual-report tbody tr {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  padding: 0;
}

.view-popular-content tbody tr:nth-child(even),
.view-product-individual-report tbody tr:nth-child(even) {
  background: #ffffff;
}

.view-popular-content tbody tr:hover,
.view-product-individual-report tbody tr:hover {
  background: #eee;
}

.view-popular-content tbody tr td,
.view-product-individual-report tbody tr td {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .view-popular-content .view-content,
  .view-product-individual-report .view-content {
    width: 100%;
    overflow: auto;
  }

  .view-popular-content .views-table,
  .view-product-individual-report .views-table {
    width: 768px;
  }

  .view-popular-content .views-table thead,
  .view-product-individual-report .views-table thead {
    display: block;
  }

  .view-popular-content .views-table tbody tr,
  .view-product-individual-report .views-table tbody tr {
    flex-direction: row;
  }

  .view-popular-content .views-table tbody tr td,
  .view-product-individual-report .views-table tbody tr td {
    text-align: left;
  }
}

.view-history-today-taxonomies.view-display-id-block_1 .wrapper {
  max-width: 340px;
  margin: 0 auto 1rem;
}

@media only screen and (min-width: 768px) {
  .view-history-today-taxonomies.view-display-id-block_1 .wrapper__image {
    flex-basis: calc(95px + 0.5rem + 0.5rem);
  }
}

@media only screen and (min-width: 768px) {
  .view-history-today-taxonomies.view-display-id-block_1 .wrapper__content {
    flex-grow: 1;
  }
}

.view-history-today-taxonomies.view-display-id-block_1 .views-field-description__value {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1rem;
  line-height: 1.15rem;
  font-size: 14px;
  line-height: 19px;
}

.view-history-today-taxonomies.view-display-id-block_1 .views-field-description__value p {
  font-family: inherit;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .view-history-today-taxonomies.view-display-id-block_1 .views-field-field-issue-cover img {
    max-width: 88px;
    margin: 0 auto;
  }
}

.view-history-today-taxonomies.view-display-id-recent_issues .wrapper {
  max-width: 340px;
  margin: 0 auto 1rem;
}

@media only screen and (min-width: 768px) {
  .view-history-today-taxonomies.view-display-id-recent_issues .wrapper__image {
    flex-basis: calc(95px + 0.5rem + 0.5rem);
  }
}

@media only screen and (min-width: 768px) {
  .view-history-today-taxonomies.view-display-id-recent_issues .wrapper__content {
    flex-grow: 1;
  }
}

.view-history-today-taxonomies.view-display-id-recent_issues .views-field-description__value {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1rem;
  line-height: 1.15rem;
  font-size: 14px;
  line-height: 19px;
}

.view-history-today-taxonomies.view-display-id-recent_issues .views-field-description__value p {
  font-family: inherit;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .view-history-today-taxonomies.view-display-id-recent_issues .views-field-field-issue-cover img {
    max-width: 88px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .page-node-type-article .content-wrapper .view-display-id-block_1 .view-content,
  .page-node-type-article .content-wrapper .view-display-id-block_2 .view-content {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .page-node-type-article .views-field {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .page-node-type-article .views-field-nothing {
    width: 50%;
  }
}

.page-node-type-article .field--name-field-summary {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 1.55rem;
  line-height: 2.33rem;
}

.page-node-type-article .group-author-publish-info {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #808080;
  font-size: 1rem;
  line-height: 1.15rem;
  font-weight: 400;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 0.8rem;
}

.page-node-type-article .group-author-publish-info strong {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #808080;
  font-size: 1rem;
  line-height: 1.15rem;
}

.page-node-type-article .group-author-publish-info strong a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #555555;
  font-size: 1rem;
  line-height: 1.15rem;
  font-weight: bold;
  font-size: 0.8rem;
}

.page-node-type-article .group-author-publish-info a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #808080;
  font-size: 1rem;
  line-height: 1.15rem;
  font-weight: 400;
  font-size: 0.8rem;
}

.page-node-type-article .page-header {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-family: "Oswald", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0.3125rem 0;
}

@media only screen and (min-width: 768px) {
  .page-node-type-article .page-header {
    font-size: 3.5rem;
    line-height: 4.2rem;
  }
}

#block-views-block-popular-content-block-1 {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  margin-bottom: 3.75rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ddd;
}

#block-views-block-popular-content-block-1 .view-content {
  padding: 0 1.25rem;
}

#block-views-block-popular-content-block-1 .view-content li {
  margin-left: 0;
  margin-bottom: 1.25rem;
}

#block-views-block-popular-content-block-1 .view-content a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0e809a;
  font-size: 1rem;
  line-height: 1.15rem;
}

#block-views-block-popular-content-block-1 .view-content a:hover {
  color: #1c5765;
}

@media only screen and (min-width: 768px) {
  #block-views-block-popular-content-block-1 .views-field-title {
    width: 100%;
  }
}

.block-views-blockarticle-general-tags {
  margin-bottom: 2.5rem;
}

.block-views-blockarticle-general-tags .view-content {
  display: flex;
}

.block-views-blockarticle-general-tags .view-content a {
  background-color: #000000;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 0.375rem;
  margin-right: 0.3125rem;
  text-decoration: none;
}

.view-featured-header-blocks {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  margin-top: 2.5rem;
}

.view-featured-header-blocks .view-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 660px) {
  .view-featured-header-blocks .view-content {
    max-width: 660px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .view-featured-header-blocks .view-content {
    max-width: 768px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (min-width: 992px) {
  .view-featured-header-blocks .view-content {
    max-width: 992px;
  }
}

@media only screen and (min-width: 1140px) {
  .view-featured-header-blocks .view-content {
    max-width: 1140px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.view-featured-header-blocks .view-content .views-field-field-banner-image {
  flex-basis: 100%;
}

.view-featured-header-blocks .field--type-text-long {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
}

.view-featured-header-blocks .field--type-text-long em {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
  font-weight: 700;
}

.caption > figcaption {
  display: table-caption;
  max-width: none;
  caption-side: bottom;
  text-align: left;
  font-weight: 700;
  padding: 2px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 0.75em;
  line-height: 1.5em;
}

.field__item > .paragraph:not(.paragraph--type--slide) {
  margin: 1.25rem 0;
}

.path--site-search {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
}

.path--site-search .content-wrapper .layout-content .block-page-title-block h1 {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-family: "Oswald", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: -0.037em;
}

@media only screen and (min-width: 768px) {
  .path--site-search .content-wrapper .layout-content .block-page-title-block h1 {
    font-size: 3.5rem;
    line-height: 4.2rem;
  }
}

.path--site-search .content-wrapper form .form-item {
  width: 100%;
}

.path--site-search .content-wrapper form .form-text {
  height: 42px;
  width: 100%;
  max-width: 500px;
  padding: 0.375rem 0.75rem;
  color: #808080;
  border: 1px solid #ddd;
}

.path--site-search .content-wrapper form .form-submit {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1rem;
  line-height: 1.15rem;
  background-color: #169bc7;
  border: none;
  padding: 0.4375rem 45px 0.3125rem 45px;
  height: 43px;
}

.path--site-search .content-wrapper form label {
  font-weight: 700;
}

.path--site-search .content-wrapper .view-header h2 {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-size: 2.1em;
  line-height: 2.1em;
  font-weight: 400;
  margin: 0;
}

.path--site-search .content-wrapper article {
  padding-bottom: 0.75rem;
}

.path--site-search .content-wrapper article h4 {
  margin: 0;
}

.path--site-search .content-wrapper article h4 a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.5rem;
  text-decoration: none;
}

.path--site-search .content-wrapper article p {
  font-family: "PT Serif", serif;
  font-size: 17.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}

.path--site-search .region-sidebar-second {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1rem;
  line-height: 1.15rem;
}

.path--site-search .region-sidebar-second .facet-empty {
  display: none;
}

.path--site-search .region-sidebar-second .facets-widget-links {
  border-top: 1px solid #000000;
  margin-bottom: 1.875rem;
}

.path--site-search .region-sidebar-second .facets-widget-links h3 {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
  margin: 0;
  padding: 0.4375rem 0.5625rem 0.625rem 0.5rem;
  text-transform: uppercase;
}

.path--site-search .region-sidebar-second .facets-widget-links a {
  margin: 0.75rem 0;
  color: #0e809a;
  padding-left: 1.875rem;
  display: block;
}

.path--site-search .region-sidebar-second .facets-widget-links a:hover {
  color: #1c5765;
}

.path--site-search .region-sidebar-second ul {
  list-style: none;
  padding-left: 0.75rem;
  margin-bottom: 1.25rem;
}

.path--site-search .region-sidebar-second ul li,
.path--site-search .region-sidebar-second ul a {
  margin: 0.5rem 0;
  color: #169bc7;
}

.path--site-search .region-sidebar-second .facets-widget-checkbox {
  margin-bottom: 1.875rem;
  overflow-y: auto;
  max-height: 430px;
}

.path--site-search .region-sidebar-second .facets-widget-checkbox ul {
  list-style: none;
}

.path--site-search .region-sidebar-second .facets-widget-checkbox .facets-checkbox {
  margin-right: 10px;
}

.path--site-search .region-sidebar-second #block-accessproblemssidebarblock-2 {
  display: none;
}

.path--site-search .region-sidebar-second #block-historytodayissuestaxonomytermyear {
  margin-bottom: 50px;
}

.path--site-search .group-author-publish-info {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #808080;
  font-size: 1rem;
  line-height: 1.15rem;
  font-weight: 400;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 0.8rem;
}

.path--site-search .group-author-publish-info strong {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #808080;
  font-size: 1rem;
  line-height: 1.15rem;
}

.path--site-search .group-author-publish-info strong a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #555555;
  font-size: 1rem;
  line-height: 1.15rem;
  font-weight: bold;
  font-size: 0.8rem;
}

.path--site-search .group-author-publish-info a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #808080;
  font-size: 1rem;
  line-height: 1.15rem;
  font-weight: 400;
  font-size: 0.8rem;
}

@media only screen and (min-width: 768px) {
  .page-node-type-miscellaneous .content-wrapper {
    display: flex;
    justify-content: center;
  }
}

.page-node-type-miscellaneous .content-wrapper .field--name-field-content {
  max-width: 768px;
  display: block;
  margin: 0 auto;
}

.page-node-type-miscellaneous .content-wrapper .field--type-image {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .page-node-type-miscellaneous .content-wrapper .region-content {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .page-node-type-miscellaneous .content-wrapper .page-header {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .page-node-type-miscellaneous .content-wrapper .field--name-field-main-image img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .page-node-type-miscellaneous .content-wrapper .block-views {
    width: 768px;
    align-self: center;
  }
}

.page-node-type-miscellaneous .content-wrapper .field--name-field-site-sections {
  margin: 1rem 0;
  text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-node-type-miscellaneous .content-wrapper .field--name-field-site-sections {
    text-align: left;
  }
}

.page-node-type-miscellaneous .content-wrapper .field--name-field-summary {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 1.55rem;
  line-height: 2.33rem;
}

@media only screen and (min-width: 768px) {
  .page-node-type-miscellaneous .content-wrapper .field--name-field-summary {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .page-node-type-miscellaneous .content-wrapper .view-content {
    display: flex;
  }

  .page-node-type-miscellaneous .content-wrapper .view-content .views-field {
    width: 50%;
  }
}

.page-node-type-miscellaneous .content-wrapper .block-views-blockarticle-popular-articles .view-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-node-type-miscellaneous .content-wrapper .block-views-blockarticle-popular-articles .view-content h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.page-node-type-miscellaneous .content-wrapper .paragraph--type--text {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  display: flex;
  justify-content: center;
}

.page-node-type-miscellaneous .content-wrapper .paragraph--type--text p .dropcaps {
  font-size: 3.125rem;
  float: left;
  margin: 0.75rem 0.3125rem 0.75rem 0;
}

@media only screen and (min-width: 768px) {
  .page-node-type-miscellaneous .content-wrapper .paragraph--type--text p .dropcaps {
    font-size: 6.25rem;
    margin: 0 0.3125rem 0 0;
  }
}

.page-node-type-miscellaneous .content-wrapper .col-xs-12 {
  width: inherit;
  padding: 0;
}

.page-node-type-miscellaneous .content-wrapper .group-author-publish-info {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #808080;
  font-size: 1rem;
  line-height: 1.15rem;
  font-weight: 400;
  margin: 1rem 0;
  padding: 0.3125rem 0;
  font-size: 0.85em;
  margin-top: 0;
  margin-bottom: 2.2rem;
}

@media only screen and (min-width: 768px) {
  .page-node-type-miscellaneous .content-wrapper .group-author-publish-info {
    display: flex;
    justify-content: center;
  }
}

.page-node-type-miscellaneous .content-wrapper .group-author-publish-info a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #555555;
  font-size: 1rem;
  line-height: 1.15rem;
  font-weight: bold;
  font-size: 0.85em;
  margin-right: 0.1875rem;
}

.page-node-type-miscellaneous .content-wrapper .page-title {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-family: "Oswald", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: -2px;
}

@media only screen and (min-width: 768px) {
  .page-node-type-miscellaneous .content-wrapper .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .page-node-type-miscellaneous .content-wrapper .page-title {
    text-align: center;
  }
}

.page-node-type-miscellaneous .content-wrapper .node--type-article h2 {
  border: none;
}

.page-node-type-miscellaneous .content-wrapper .node--type-article h2 a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.5rem;
}

.page-node-type-miscellaneous .content-wrapper .node--type-article h2 span {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.5rem;
}

.field--name-field-main-image-caption p {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
  margin: 0;
  align-self: flex-start;
  letter-spacing: 0;
}

.image-caption {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0;
}

.path--miscellanies {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
}

.path--miscellanies .view-header h4 {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  line-height: 1.7em;
  font-size: 1.2em;
}

.path--miscellanies .view-header div {
  line-height: 1.8em;
}

.path-author h1 {
  font-size: 2.5em;
}

@media only screen and (min-width: 768px) {
  .path-author h1 {
    font-size: 3.5em;
  }
}

.path-author .view-header {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  line-height: 1.75em;
}

.path-author .view-header a {
  color: #169bc7;
}

.path-author .view-header a:hover {
  color: #1c5765;
}

.path-author .view-content {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
}

.path-author .view-content h3 {
  font-size: 1.9em;
  font-weight: 400;
}

.path-author .view-content a {
  color: #169bc7;
}

.path-author .view-content a:hover {
  color: #1c5765;
}

.path-author .views-row:nth-child(odd) {
  background-color: rgba(222, 222, 222, 0.2);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.path-author .views-row {
  display: flex;
  justify-content: flex-start;
}

.path-author .views-row .views-field span {
  display: block;
  width: 100px;
}

@media only screen and (min-width: 768px) {
  .path-author .views-row .views-field span {
    width: 150px;
  }
}

.path-author .views-row .views-field-nid {
  margin-top: 0.3125rem;
}

.path--archive {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
}

.path--archive .field--type-text-with-summary li {
  margin-top: 0.3125rem;
}

.path--archive .field--type-text-with-summary li a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0e809a;
  font-size: 1rem;
  line-height: 1.15rem;
}

.path--archive .field--type-text-with-summary li a:hover {
  color: #1c5765;
}

.path--archive .field--name-body h3 {
  font-size: 1.875rem;
  line-height: 1.875rem;
}

@media only screen and (min-width: 768px) {
  .path--archive .archive-left img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 768px) {
  .path--archive .archive-middle img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 768px) {
  .path--archive .archive-right img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.path--archive-period .view-header {
  margin-top: 1.25rem;
}

.path--archive-period .block-title {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 1px solid #000000;
  padding-top: 0.3125rem;
}

.path--archive-period .views-field-name {
  margin-top: 0.3125rem;
}

.path--archive-period .views-field-name a {
  color: #169bc7;
  display: block;
}

.path--archive-period .views-field-name a:hover {
  color: #1c5765;
}

.path--archive-period .taxonomy-style-view {
  display: flex;
  flex-wrap: wrap;
}

.path--archive-period .taxonomy-style-view li {
  flex-basis: 50%;
  padding: 0 1rem 0 0;
  margin: 0.75rem 0;
}

@media only screen and (min-width: 768px) {
  .path--archive-period .taxonomy-style-view li {
    flex-basis: 25%;
  }
}

.path--archive-themes .view-header {
  margin-top: 1.25rem;
}

.path--archive-themes .block-title {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 1px solid #000000;
  padding-top: 0.3125rem;
}

.path--archive-themes .views-field-name {
  margin-top: 0.3125rem;
}

.path--archive-themes .views-field-name a {
  color: #169bc7;
  display: block;
}

.path--archive-themes .views-field-name a:hover {
  color: #1c5765;
}

.path--archive-themes .taxonomy-style-view {
  display: flex;
  flex-wrap: wrap;
}

.path--archive-themes .taxonomy-style-view li {
  flex-basis: 50%;
  padding: 0 1rem 0 0;
  margin: 0.75rem 0;
}

@media only screen and (min-width: 768px) {
  .path--archive-themes .taxonomy-style-view li {
    flex-basis: 25%;
  }
}

.path--archive-location .view-header {
  margin-top: 1.25rem;
}

.path--archive-location .block-title {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 1px solid #000000;
  padding-top: 0.3125rem;
}

.path--archive-location .views-field-name {
  margin-top: 0.3125rem;
}

.path--archive-location .views-field-name a {
  color: #169bc7;
  display: block;
}

.path--archive-location .views-field-name a:hover {
  color: #1c5765;
}

.path--archive-location .taxonomy-style-view {
  display: flex;
  flex-wrap: wrap;
}

.path--archive-location .taxonomy-style-view li {
  flex-basis: 50%;
  padding: 0 1rem 0 0;
  margin: 0.75rem 0;
}

@media only screen and (min-width: 768px) {
  .path--archive-location .taxonomy-style-view li {
    flex-basis: 25%;
  }
}

.path--archive-british-prime-ministers .view-header {
  margin-top: 1.25rem;
}

.path--archive-british-prime-ministers .block-title {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 1px solid #000000;
  padding-top: 0.3125rem;
}

.path--archive-british-prime-ministers .views-field-name {
  margin-top: 0.3125rem;
}

.path--archive-british-prime-ministers .views-field-name a {
  color: #169bc7;
  display: block;
}

.path--archive-british-prime-ministers .views-field-name a:hover {
  color: #1c5765;
}

.path--archive-british-prime-ministers .taxonomy-style-view {
  display: flex;
  flex-wrap: wrap;
}

.path--archive-british-prime-ministers .taxonomy-style-view li {
  flex-basis: 50%;
  padding: 0 1rem 0 0;
  margin: 0.75rem 0;
}

@media only screen and (min-width: 768px) {
  .path--archive-british-prime-ministers .taxonomy-style-view li {
    flex-basis: 25%;
  }
}

.path--archive-us-presidents .view-header {
  margin-top: 1.25rem;
}

.path--archive-us-presidents .block-title {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 1px solid #000000;
  padding-top: 0.3125rem;
}

.path--archive-us-presidents .views-field-name {
  margin-top: 0.3125rem;
}

.path--archive-us-presidents .views-field-name a {
  color: #169bc7;
  display: block;
}

.path--archive-us-presidents .views-field-name a:hover {
  color: #1c5765;
}

.path--archive-us-presidents .taxonomy-style-view {
  display: flex;
  flex-wrap: wrap;
}

.path--archive-us-presidents .taxonomy-style-view li {
  flex-basis: 50%;
  padding: 0 1rem 0 0;
  margin: 0.75rem 0;
}

@media only screen and (min-width: 768px) {
  .path--archive-us-presidents .taxonomy-style-view li {
    flex-basis: 25%;
  }
}

.path--archive-british-english-monarchs .view-header {
  margin-top: 1.25rem;
}

.path--archive-british-english-monarchs .block-title {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 1px solid #000000;
  padding-top: 0.3125rem;
}

.path--archive-british-english-monarchs .views-field-name {
  margin-top: 0.3125rem;
}

.path--archive-british-english-monarchs .views-field-name a {
  color: #169bc7;
  display: block;
}

.path--archive-british-english-monarchs .views-field-name a:hover {
  color: #1c5765;
}

.path--archive-british-english-monarchs .taxonomy-style-view {
  display: flex;
  flex-wrap: wrap;
}

.path--archive-british-english-monarchs .taxonomy-style-view li {
  flex-basis: 50%;
  padding: 0 1rem 0 0;
  margin: 0.75rem 0;
}

@media only screen and (min-width: 768px) {
  .path--archive-british-english-monarchs .taxonomy-style-view li {
    flex-basis: 25%;
  }
}

.archive-item {
  padding: 0 0 2.5rem 0;
  margin-bottom: 0.625rem;
  overflow: hidden;
  border-left: 0.625rem;
  border-right: 0.625rem;
  position: relative;
  min-height: 0.0625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

@media only screen and (min-width: 768px) {
  .archive-item {
    float: left;
    width: 33.33333333%;
  }
}

.archive-item p {
  padding: 0.625rem;
}

.archive-item img {
  margin-bottom: 0;
  width: auto;
  height: 240px;
  width: 100%;
}

.archive-item .media {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.archive-item .media::before {
  content: " ";
  display: table;
}

.archive-item .media::after {
  content: " ";
  display: table;
  clear: both;
}

.nopremium-message {
  border: solid 3px rgba(0, 0, 0, 0.8);
  padding: 0.4375rem;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 1.1em;
}

@media only screen and (max-width: 991px) {
  .nopremium-message .btn-default + .btn-default {
    margin-top: 10px;
  }
}

.field--name-field-paragraph-text a {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #0e809a;
}

.field--name-field-paragraph-text a:hover {
  color: #1c5765;
}

strong .field--name-field-paragraph-text a {
  font-weight: 700;
}

a.btn-default {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.15rem;
  background-color: #169bc7;
  border: 1px solid #169bc7;
  padding: 0.625rem 2.5rem;
  text-align: center;
  display: inline-block;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

a.btn-default:hover {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

a.btn-default:focus {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

a.btn-default:active {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

.open .dropdown-togglea.btn-default {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.15rem;
  background-color: #169bc7;
  border: 1px solid #169bc7;
  padding: 0.625rem 2.5rem;
  text-align: center;
  display: inline-block;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.open .dropdown-togglea.btn-default:hover {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

.open .dropdown-togglea.btn-default:focus {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

.open .dropdown-togglea.btn-default:active {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

a.btn-primary {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.15rem;
  background-color: #169bc7;
  border: 1px solid #169bc7;
  padding: 0.625rem 2.5rem;
  text-align: center;
  display: inline-block;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

a.btn-primary:hover {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

a.btn-primary:focus {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

a.btn-primary:active {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

input.button--primary {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.15rem;
  background-color: #169bc7;
  border: 1px solid #169bc7;
  padding: 0.625rem 2.5rem;
  text-align: center;
  display: inline-block;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

input.button--primary:hover {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

input.button--primary:focus {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

input.button--primary:active {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

.path--subscribe .layout-sidebar-second {
  display: none;
}

.path--subscribe .layout-content {
  flex-basis: 100%;
}

.path--subscribe h4 {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1rem;
  line-height: 1.15rem;
  font-size: 1.25rem;
}

.path--subscribe .archive-item span a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #169bc7;
  font-size: 1.2rem;
  line-height: 1.319rem;
}

.path--subscribe .archive-item .btn-default {
  padding: 0.75rem 1.875rem;
  font-size: 1rem;
}

.path-product {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.path-product .layout-sidebar-second {
  display: none;
}

.path-product .layout-content {
  flex-basis: 100%;
}

.path-product .block-system-main-block article {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

@media only screen and (min-width: 768px) {
  .path-product .block-system-main-block article {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto;
  }
}

.path-product .block-system-main-block article .field--type-image {
  flex: 0 0 100%;
  order: 1;
}

@media only screen and (min-width: 768px) {
  .path-product .block-system-main-block article .field--type-image {
    order: 0;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}

.path-product .block-system-main-block article .field--name-price {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #7b9aeb;
  font-size: 1rem;
  line-height: 1.15rem;
  flex: 0 0 100%;
  order: 2;
  font-size: 2.2rem;
  line-height: 2.3rem;
  margin: 0.3125rem 0;
}

@media only screen and (min-width: 768px) {
  .path-product .block-system-main-block article .field--name-price {
    order: 0;
    grid-column: 2;
    grid-row: 1;
  }
}

.path-product .block-system-main-block article .field--name-body {
  flex: 0 0 100%;
  order: 4;
}

@media only screen and (min-width: 768px) {
  .path-product .block-system-main-block article .field--name-body {
    order: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    grid-row: 3;
  }
}

.path-product .block-system-main-block article .field--name-body a {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #169bc7;
}

.path-product .block-system-main-block article .field--name-body a:hover {
  color: #1c5765;
}

.path-product .block-system-main-block article .field--name-variations {
  flex: 0 0 100%;
  order: 3;
}

@media only screen and (min-width: 768px) {
  .path-product .block-system-main-block article .field--name-variations {
    order: 0;
    grid-column: 2;
    grid-row: 2;
  }
}

.path-product .block-system-main-block article .field--name-variations .form-select {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin: 0.3125rem 0 0.625rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #ddd;
  color: #555555;
  transition: background-color 0.3s, border-color 0.3s;
  line-height: 1.5rem;
  width: 100%;
}

.path-product .block-system-main-block article .field--name-variations .form-select:focus {
  border-color: #000000;
  background-color: #f6f6f6;
  outline: none;
}

.pager__items {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.pager__items .pager__item {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ddd;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  border-right: none;
  padding: 0.75rem;
}

.pager__items .pager__item:hover {
  background-color: #f6f6f6;
  text-decoration: none;
}

.pager__items .pager__item:nth-child(1) {
  border-radius: 5px 0 0 5px;
}

.pager__items .pager__item:last-child {
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #ddd;
}

.pager__items .is-active {
  background-color: #ddd;
}

.view-history-today-back-issues .view-content ul {
  display: flex;
  flex-wrap: wrap;
}

.view-history-today-back-issues .view-content ul .wrapper {
  width: 50%;
  padding: 0.125rem;
}

@media only screen and (min-width: 768px) {
  .view-history-today-back-issues .view-content ul .wrapper {
    width: 25%;
  }
}

.view-history-today-back-issues .view-content ul .views-field-field-issue-cover {
  position: relative;
  height: 70%;
}

@media only screen and (min-width: 660px) {
  .view-history-today-back-issues .view-content ul .views-field-field-issue-cover {
    height: 85%;
  }
}

@media only screen and (min-width: 768px) {
  .view-history-today-back-issues .view-content ul .views-field-field-issue-cover {
    height: 65%;
  }
}

@media only screen and (min-width: 992px) {
  .view-history-today-back-issues .view-content ul .views-field-field-issue-cover {
    height: 75%;
  }
}

.view-history-today-back-issues .view-content ul .views-field-field-issue-cover .field-content {
  height: 100%;
  display: block;
}

.view-history-today-back-issues .view-content ul .views-field-field-issue-cover .field-content > img {
  width: 100%;
  height: 100%;
}

.view-history-today-back-issues .view-content ul .views-field-field-issue-cover a {
  height: 100%;
  display: block;
}

.view-history-today-back-issues .view-content ul .views-field-field-issue-cover a img {
  height: 100%;
}

.view-history-today-back-issues .view-content ul .views-field-name {
  margin: 1rem 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .view-history-today-back-issues .view-content ul .views-field-name {
    margin-top: 0;
  }
}

.view-history-today-back-issues .view-content ul .views-field-name a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .view-history-today-back-issues .view-content ul .views-field-name a {
    display: block;
    line-height: 1.5rem;
  }
}

.view-history-today-back-issues .view-content {
  padding-right: 1.875rem;
}

.region-sidebar-second h2 {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
  margin: 0.625rem 0;
  border-top: 1px solid #000000;
  margin-top: 1rem;
  padding-top: 0.625rem;
}

.path--reviews .node--type-article a {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.375rem;
}

.path--reviews .node--type-article .field--type-text-long {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  line-height: 1.75rem;
}

.path--latest .node--view-mode-teaser-list {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5rem;
  padding-bottom: 1.875rem;
}

.path--latest .node--view-mode-teaser-list .field__item {
  height: 100%;
}

.path--latest .node--view-mode-teaser-list img {
  width: 100%;
  height: auto;
}

.page-node-type-dsb-product .left,
.page-node-type-dsb-product .right {
  display: inline;
  width: 50%;
  padding: 0.3125rem;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-node-type-dsb-product .left,
  .page-node-type-dsb-product .right {
    width: 100%;
    display: block;
  }
}

.page-node-type-dsb-product .left {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.9rem;
}

.path-htsub-plan {
  overflow-x: visible;
}

.path-htsub-plan .page-title {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-family: "Oswald", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: -2px;
}

@media only screen and (min-width: 768px) {
  .path-htsub-plan .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

.path-htsub-plan .container {
  max-width: 100% !important;
}

.path-htsub-plan article h2 {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  max-width: 65%;
}

.path-htsub-plan .htsub-plan-introduction > div {
  padding: 1.875rem 0;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

@media only screen and (min-width: 660px) {
  .path-htsub-plan .block-entity-viewhtsub-plan {
    height: 200vh;
    /*there is something changing viewport height that I've failed to identify - I will have to revisit*/
  }
}

.path-htsub-plan .block-entity-viewhtsub-plan > div {
  height: 100%;
}

.path-htsub-plan .htsub-plan-sidebar--sticky {
  display: none;
  position: sticky;
  align-self: flex-start;
  flex-direction: column;
  top: 100px;
  margin-top: 90px;
}

@media only screen and (min-width: 660px) {
  .path-htsub-plan .htsub-plan-sidebar--sticky {
    display: flex;
  }
}

.path-htsub-plan .htsub-plan-sidebar--text {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 0.1em solid #ddd;
  border-bottom: 0.1em solid #ddd;
  padding: 14px 0;
  margin: 14px 0;
}

.path-htsub-plan .htsub-plan-sidebar--text h3 {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.319rem;
  margin: 4px;
}

.path-htsub-plan .htsub-plan-sidebar--text p {
  margin: 0 !important;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

/**
 * themes/custom/historytoday/sass//05-objects/_objects.plan-offer.scss
 * 
 * Styles for product_offer content type.
 *      
 */

.page-node-type-product-offer {
  /* country selector */
  /* offer introduction hero */
  /* end offer introduction hero */
  /* product options */
  /* end product options */
  /* optional message */
  /* end optional message */
  /* other options */
  /* end other options */
  /* renew link */
  /* end renew link */
}

@media only screen and (min-width: 768px) {
  .page-node-type-product-offer .content-wrapper {
    display: flex;
    justify-content: center;
  }
}

.page-node-type-product-offer .block-page-title-block {
  display: none;
}

.page-node-type-product-offer .ht-subscribe-offer--country-select {
  position: relative;
  padding-top: 14px;
}

.page-node-type-product-offer .ht-subscribe-offer--country-select label {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 660px) {
  .page-node-type-product-offer .ht-subscribe-offer--country-select label {
    top: 32px;
    left: -86px;
  }
}

.page-node-type-product-offer .ht-subscribe-offer--country-select .button--primary {
  display: none !important;
}

.page-node-type-product-offer .ht-subscribe-offer--country-select #countries-to-update {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: white;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0px;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  max-width: 240px;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}

.page-node-type-product-offer .ht-subscribe-offer--introduction {
  padding: 1.125rem 0;
}

.page-node-type-product-offer .ht-subscribe-offer--introduction .field--name-field-media-image {
  display: inline-block;
}

.page-node-type-product-offer .ht-subscribe-offer--introduction p {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0.375rem;
}

.page-node-type-product-offer .ht-subscribe-offer--product-options {
  margin: 1.875rem 0;
}

@media only screen and (min-width: 660px) {
  .page-node-type-product-offer .ht-subscribe-offer--product-options .field--name-field-region-offer-blocks div:nth-child(odd) {
    padding-right: 1.125rem;
  }
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block {
  padding: 0;
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form {
  display: flex;
  flex-direction: column;
  min-height: 425px;
  border: 1px solid #000000;
  padding: 1.125rem;
  margin-bottom: 1.875rem;
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form legend {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-family: "Oswald", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: -0.037em;
  line-height: 3rem !important;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 768px) {
  .page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form legend {
    font-size: 3.5rem;
    line-height: 4.2rem;
  }
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form label {
  font-size: 1.4em;
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0 0 0 1.125rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form label .custom-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  border: 2px solid #ddd;
  border-radius: 50%;
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form label:hover input ~ .custom-radio {
  background-color: #ddd;
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form label input:checked ~ .custom-radio {
  background-color: #ffffff;
  border: 2px solid #169bc7;
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form label .custom-radio:after {
  content: "";
  position: absolute;
  display: none;
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form label input:checked ~ .custom-radio:after {
  display: block;
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form label .custom-radio:after {
  top: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #169bc7;
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form label .ht-subscribe-offer--product-option-title {
  margin-left: 1.125rem;
  line-height: 1em;
}

@media only screen and (min-width: 660px) {
  .page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form label .ht-subscribe-offer--product-option-title {
    line-height: 1.3em;
  }
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form label .best-value {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ff3209;
  font-weight: 600;
  content: "\A";
  white-space: pre;
  margin-left: 20px;
}

@media only screen and (min-width: 660px) {
  .page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form label .best-value {
    margin-left: 10px;
  }
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form label .ht-subscribe-offer--product-option-subtext p {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  margin-left: 1.125rem;
}

@media only screen and (min-width: 660px) {
  .page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form label .ht-subscribe-offer--product-option-subtext p {
    line-height: 2.2rem;
  }
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form .ht-subscribe-offer--product-options-action {
  margin-top: auto;
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form .ht-subscribe-offer--product-options-action .btn-subscribe {
  border: none;
  background-color: #169bc7;
  padding: 0.375rem;
  margin: 0.375rem 0 0.375rem 2.25rem;
  width: 234px;
  height: 45px;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.3rem;
  transition: 0.3s;
  cursor: pointer;
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form .ht-subscribe-offer--product-options-action .btn-subscribe:hover {
  background-color: #1c5765;
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form .ht-subscribe-offer--product-options-action .disabled {
  background-color: #ddd;
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form .ht-subscribe-offer--product-options-action .disabled:hover {
  background-color: #ddd;
}

.page-node-type-product-offer .ht-subscribe-offer--product-options .ht-subscribe-offer--product-options-block .ht-subscribe-offer--product-options-block-form .ht-subscribe-offer--product-options-description p {
  padding-top: 1.125rem;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #808080;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
  font-weight: 400;
}

.page-node-type-product-offer .ht-subscribe-offer--option-message {
  margin: 1.875rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}

.page-node-type-product-offer .ht-subscribe-offer--option-message:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.page-node-type-product-offer .ht-subscribe-offer--option-message p {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -webkit-hyphens: auto;
  hyphens: auto;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: center;
}

@media only screen and (min-width: 660px) {
  .page-node-type-product-offer .ht-subscribe-offer--option-message p {
    width: 65%;
  }
}

.page-node-type-product-offer .ht-subscribe-offer--other-options {
  margin: 1.875rem 0;
}

.page-node-type-product-offer .ht-subscribe-offer--other-options h3 {
  margin: 1.125rem 0;
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 1.55rem;
  line-height: 2.33rem;
}

.page-node-type-product-offer .ht-subscribe-offer--other-options .ht-subscribe-offer--other-options-block {
  padding: 0;
}

.page-node-type-product-offer .ht-subscribe-offer--other-options .ht-subscribe-offer--other-options-block h4 {
  margin: 0.375rem 0;
}

.page-node-type-product-offer .ht-subscribe-offer--other-options .ht-subscribe-offer--other-options-block p {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.page-node-type-product-offer .ht-subscribe-offer--other-options .ht-subscribe-offer--other-options-block a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1.3rem;
  line-height: 1.4rem;
}

.page-node-type-product-offer .ht-subscribe-offer--renew-link {
  margin-top: 1.875rem;
  padding: 1.125rem;
  min-height: 105px;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.page-node-type-product-offer .ht-subscribe-offer--renew-link p {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -webkit-hyphens: auto;
  hyphens: auto;
}

.page-node-type-product-offer .ht-subscribe-offer--renew-link p,
.page-node-type-product-offer .ht-subscribe-offer--renew-link a {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 1.55rem;
  line-height: 2.33rem;
  margin: 0;
}

.page-node-type-product-offer .ht-subscribe-offer--renew-link a {
  text-decoration: underline;
}

.page-node-type-product-offer .geonudge {
  font-size: 1.1em;
  margin: 0 auto;
  border: solid 3px rgba(0, 0, 0, 0.8);
  padding: 0.4375rem;
  background-color: #ffffff;
  text-align: center;
  max-width: 700px;
}

.ht-subscribe-confirm-wrapper {
  max-width: 800px;
}

.region-footer {
  background-color: #000000;
  width: 100vw;
}

.region-footer .footer__primary {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-size: 0.6875rem;
  font-weight: 100;
}

@media only screen and (min-width: 660px) {
  .region-footer .footer__primary {
    max-width: 660px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .region-footer .footer__primary {
    max-width: 768px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (min-width: 992px) {
  .region-footer .footer__primary {
    max-width: 992px;
  }
}

@media only screen and (min-width: 1140px) {
  .region-footer .footer__primary {
    max-width: 1140px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.region-footer .footer__primary .menu--footer {
  display: flex;
  flex-wrap: inherit;
  margin: 0.625rem 0 0 0;
  max-width: inherit;
}

.region-footer .footer__primary .menu--footer .menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.region-footer .footer__primary .menu--footer .menu a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  margin-right: 0.625rem;
}

.layout-header-top {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 660px) {
  .layout-header-top {
    max-width: 660px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .layout-header-top {
    max-width: 768px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (min-width: 992px) {
  .layout-header-top {
    max-width: 992px;
  }
}

@media only screen and (min-width: 1140px) {
  .layout-header-top {
    max-width: 1140px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media only screen and (min-width: 768px) {
  .layout-header-top {
    margin-left: auto;
    margin-right: auto;
  }
}

.layout-header-top #advertisement--banner {
  min-height: 40px;
  position: relative;
}

.layout-header-top #advertisement--banner .advertisement--link {
  line-height: 0;
}

@media only screen and (min-width: 660px) {
  .layout-header-top #advertisement--banner {
    min-height: 135px;
  }
}

.layout-header-top #advertisement--banner .advertisement--link {
  display: block;
  text-align: center;
}

@media only screen and (min-width: 660px) {
  .layout-header-top #advertisement--banner .advertisement--image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

header {
  background-color: #000000;
  z-index: 10;
  position: relative;
}

header .menu-item {
  padding-top: 0;
}

header .block-block-content {
  display: none;
}

@media only screen and (min-width: 768px) {
  header .block-block-content {
    display: block;
  }

  header .block-block-content .field__item {
    display: grid;
    grid-template-columns: 1.5fr 3fr;
    grid-template-rows: 1.5fr 1fr;
    height: auto;
    width: 240px;
  }

  header .block-block-content .field__item p {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  header .block-block-content .field__item p a {
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.15rem;
    text-decoration: none;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1140px) {
  header .block-block-content .field__item p a {
    font-size: 1rem;
    line-height: 1.15rem;
  }
}

@media only screen and (min-width: 768px) {
  header .block-block-content .field__item p:nth-child(1) {
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }

  header .block-block-content .field__item p:nth-child(1) img {
    height: 100%;
    display: block;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  header .block-block-content .field__item p:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    background-color: #169bc7;
  }
}

@media only screen and (min-width: 768px) {
  header .block-block-content .field__item p:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    background-color: #ffffff;
  }

  header .block-block-content .field__item p:nth-child(3) a {
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #169bc7;
    font-size: 1rem;
    line-height: 1.15rem;
  }
}

header .region-header-bottom {
  width: 100vw;
  align-items: center;
  justify-content: center;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .region-header-bottom {
    justify-content: flex-start;
  }
}

header .region-header-bottom .nav__content {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  header .region-header-bottom .nav__content {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) and (min-width: 660px) {
  header .region-header-bottom .nav__content {
    max-width: 660px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  header .region-header-bottom .nav__content {
    max-width: 768px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) {
  header .region-header-bottom .nav__content {
    max-width: 992px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1140px) {
  header .region-header-bottom .nav__content {
    max-width: 1140px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

header .region-header-bottom .nav__content #block-mainmenu {
  height: 0px;
  overflow: hidden;
  transition: height 1s;
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  header .region-header-bottom .nav__content #block-mainmenu {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
  }
}

header .region-header-bottom .nav__content .menu {
  background-color: rgba(22, 155, 199, 0.95);
  margin: 0;
}

@media only screen and (min-width: 768px) {
  header .region-header-bottom .nav__content .menu {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 40px;
  }
}

header .region-header-bottom .nav__content .menu .menu-item {
  font-size: 0.875rem;
  line-height: 1.15em;
}

@media only screen and (min-width: 1140px) {
  header .region-header-bottom .nav__content .menu .menu-item {
    padding: 0px 0.3125rem;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  header .region-header-bottom .nav__content .menu .menu-item:nth-last-child(1) {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  header .region-header-bottom .nav__content .menu .menu-item:nth-last-child(2) {
    display: none;
  }
}

header .region-header-bottom .nav__content .menu .menu-item a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.15rem;
  display: block;
  width: 100%;
  padding: 0.625rem;
  text-decoration: none;
  transition: color 300ms;
}

@media only screen and (min-width: 768px) {
  header .region-header-bottom .nav__content .menu .menu-item a {
    font-size: 0.75rem;
    padding: 0.3125rem;
  }
}

@media only screen and (min-width: 992px) {
  header .region-header-bottom .nav__content .menu .menu-item a {
    font-size: 0.95rem;
  }
}

@media only screen and (max-width: 767px) {
  header .region-header-bottom .nav__content .menu .menu-item a:hover {
    background-color: #000000;
  }
}

@media only screen and (min-width: 768px) {
  header .region-header-bottom .nav__content .menu .menu-item a:hover {
    background-color: transparent;
    color: #169bc7;
  }
}

header .region-header-bottom.region-header-bottom--mobile-menu-open {
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 100%;
}

@media only screen and (min-width: 768px) {
  header .region-header-bottom {
    background-color: #2c2e2c;
    display: flex;
  }
}

.header__content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
}

@media only screen and (min-width: 660px) {
  .header__content {
    max-width: 660px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .header__content {
    max-width: 768px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (min-width: 992px) {
  .header__content {
    max-width: 992px;
  }
}

@media only screen and (min-width: 1140px) {
  .header__content {
    max-width: 1140px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media only screen and (min-width: 768px) {
  .header__content {
    height: auto;
    display: grid;
    align-items: center;
    grid-template-columns: 35% 35% 30%;
    grid-template-rows: 1fr 1fr;
  }
}

@media only screen and (min-width: 1140px) {
  .header__content {
    grid-template-columns: 37% 40% 23%;
  }
}

@media only screen and (min-width: 768px) {
  .header__content > .block-system-branding-block {
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}

.header__content .menu--user-menu-logged-out,
.header__content .menu--account {
  display: none;
}

@media only screen and (min-width: 768px) {
  .header__content .menu--user-menu-logged-out,
  .header__content .menu--account {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}

@media only screen and (min-width: 768px) {
  .header__content .menu--user-menu-logged-out .menu,
  .header__content .menu--account .menu {
    display: flex;
    margin: 0 0 0.625rem 0;
  }
}

@media only screen and (min-width: 768px) {
  .header__content .menu--user-menu-logged-out .menu a,
  .header__content .menu--account .menu a {
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #169bc7;
    font-size: 1rem;
    line-height: 1.15rem;
    transition: color 200ms, -webkit-text-decoration 200ms;
    transition: text-decoration 200ms, color 200ms;
    transition: text-decoration 200ms, color 200ms, -webkit-text-decoration 200ms;
    font-size: 1em;
    font-weight: 100;
    text-decoration: none;
    font-weight: 400;
  }

  .header__content .menu--user-menu-logged-out .menu a:hover,
  .header__content .menu--account .menu a:hover {
    color: #1c5765;
    text-decoration: underline;
  }
}

.header__content .menu--user-menu-logged-out .menu li:first-child,
.header__content .menu--account .menu li:first-child {
  display: none;
}

@media only screen and (min-width: 768px) {
  .header__content .menu--user-menu-logged-out .menu li:first-child,
  .header__content .menu--account .menu li:first-child {
    display: block;
    border-right: 1px solid #169bc7;
    padding-right: 0.3125rem;
    margin-right: 0.3125rem;
  }
}

@media only screen and (min-width: 768px) {
  .header__content #block-exposedformsearchpage-1-header {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 768px) {
  .header__content .block-block-content {
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}

@media only screen and (min-width: 768px) {
  .header__content .region-header-bottom {
    grid-area: bottom;
  }
}

.region-header-mini {
  display: none;
}

.region-header-mini.region-header-mini--sticky {
  display: none;
}

@media only screen and (min-width: 768px) {
  .region-header-mini.region-header-mini--sticky {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #2c2e2c;
  }
}

.region-header-mini .nav__content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

@media only screen and (min-width: 660px) {
  .region-header-mini .nav__content {
    max-width: 660px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .region-header-mini .nav__content {
    max-width: 768px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (min-width: 992px) {
  .region-header-mini .nav__content {
    max-width: 992px;
  }
}

@media only screen and (min-width: 1140px) {
  .region-header-mini .nav__content {
    max-width: 1140px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.region-header-mini .nav__content #site-logo__image {
  max-width: 60px;
  margin-right: 90px;
}

.region-header-mini .nav__content #block-addtoanybuttons {
  margin: 0 0.3125rem;
}

@media only screen and (min-width: 992px) {
  .region-header-mini .nav__content #block-addtoanybuttons {
    margin-right: 6.25rem;
  }
}

.region-header-mini .nav__content #block-addtoanybuttons .addtoany_list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.region-header-mini .nav__content #block-addtoanybuttons span {
  margin-right: 0.25rem;
}

.region-header-mini .nav__content #block-miniheadermenu {
  flex-grow: 1;
}

.region-header-mini .nav__content #block-miniheadermenu a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.15rem;
  font-size: 1rem;
  text-decoration: none;
}

.region-header-mini .nav__content #block-miniheadermenu .menu {
  display: flex;
  flex-wrap: nowrap;
}

.region-header-mini .nav__content #block-miniheadermenu .menu-item {
  display: inline-block;
  margin-right: 0.75rem;
}

.region-header-mini .nav__content #block-miniheadersubscribelink a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #169bc7;
  font-size: 1rem;
  line-height: 1.15rem;
  font-size: 1.25rem;
  text-decoration: none;
}

.header__content > #block-historytoday-branding {
  flex: 1 0 40%;
  display: flex;
  align-items: center;
}

.header__content > #block-historytoday-branding .site-logo {
  display: flex;
  align-items: center;
}

.header__content > #block-historytoday-branding #site-logo__image {
  margin-left: 0.625rem;
  margin-top: 0.3125rem;
  max-width: 65px;
  max-height: 100px;
}

@media only screen and (min-width: 768px) {
  .header__content > #block-historytoday-branding #site-logo__image {
    margin-left: 0;
    margin-top: 0;
    max-width: 170px;
  }
}

@media only screen and (max-width: 767px) {
  #block-usermenuloggedout {
    background-color: #169bc7;
    color: #ffffff;
  }
}

@media only screen and (min-width: 768px) {
  #block-usermenuloggedout {
    margin-top: 1.25rem;
    margin-right: 3.75rem;
  }
}

@media only screen and (min-width: 768px) {
  #block-useraccountmenu {
    margin-top: 1.25rem;
    margin-right: 3.75rem;
  }
}

@media only screen and (min-width: 768px) {
  #block-exposedformsearchpage-1-header {
    margin-right: 3.75rem;
    margin-bottom: 1.25rem;
  }
}

@media only screen and (min-width: 768px) {
  #block-exposedformsearchpage-1-header form {
    height: 36px;
    width: 100%;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  #block-exposedformsearchpage-1-header form .form--inline {
    height: 100%;
  }

  .path--site-search #block-exposedformsearchpage-1-header form .form--inline {
    width: 85%;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  #block-exposedformsearchpage-1-header form .form-type-textfield {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}

#block-exposedformsearchpage-1-header form .form-type-textfield label {
  display: none;
}

@media only screen and (min-width: 768px) {
  #block-exposedformsearchpage-1-header form .form-type-textfield input {
    width: 100%;
    max-width: 333px;
    border: 1px solid #808080;
    margin: 0;
    color: #555555;
  }
}

@media only screen and (min-width: 768px) {
  #block-exposedformsearchpage-1-header form .form-actions {
    display: flex;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  #block-exposedformsearchpage-1-header form .form-actions input {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../png/search-white.png");
    background-position: center;
    color: transparent;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
  }

  .path--site-search #block-exposedformsearchpage-1-header form .form-actions input {
    background-image: none;
  }
}

.mobile-menu__subscribe-button {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.15rem;
  background-color: #169bc7;
  border: 1px solid #169bc7;
  padding: 0.625rem 2.5rem;
  text-align: center;
  display: inline-block;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  background-color: #169bc7;
  color: #ffffff;
  border: 1px solid #169bc7;
  padding: 0.375rem 0.1875rem;
  height: 36px;
  margin-right: 0.3125rem;
}

.mobile-menu__subscribe-button:hover {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

.mobile-menu__subscribe-button:focus {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

.mobile-menu__subscribe-button:active {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__subscribe-button {
    display: none;
  }
}

.mobile-menu__navbar-toggle {
  flex: 0 0 36px;
  height: 36px;
  width: 36px;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  background-color: #169bc7;
  border: 1px solid #169bc7;
  padding: 0.125rem;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__navbar-toggle {
    display: none;
  }
}

.mobile-menu__navbar-toggle .icon-bar {
  width: 100%;
  height: 4px;
  display: block;
  background-color: #000000;
  color: #000000;
}

.mobile-menu__navbar-toggle .icon-bar + .icon-bar {
  margin-top: 0.25rem;
}

.mobile-menu__search-button {
  background-image: url("../png/search-white.png");
  background-position: center;
  color: transparent;
  background-repeat: no-repeat;
  border: none;
  background-color: #ffffff;
  height: 36px;
  width: 36px;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__search-button {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #block-exposedformsearchpage-1-header {
    position: absolute;
    z-index: 11;
    top: 50px;
    left: 0;
    background: #000000;
    margin: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
  }

  #block-exposedformsearchpage-1-header #views-exposed-form-search-page-1 {
    padding: 0.625rem;
  }

  #block-exposedformsearchpage-1-header .form-type-textfield {
    width: 100%;
    height: 36px;
  }

  #block-exposedformsearchpage-1-header .form-text {
    width: 100%;
    height: 100%;
  }

  #block-exposedformsearchpage-1-header .form-submit {
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.15rem;
    background-color: #169bc7;
    border: 1px solid #169bc7;
    padding: 0.625rem 2.5rem;
    text-align: center;
    display: inline-block;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    margin-top: 0.3125rem;
    color: #000000;
    padding: 0.625rem 2.5rem;
    border-bottom: 3px solid #ffffff;
  }

  #block-exposedformsearchpage-1-header .form-submit:hover {
    color: #ffffff;
    background-color: #1c5765;
    border-color: #1c5765;
    text-decoration: none;
    background-image: none;
  }

  #block-exposedformsearchpage-1-header .form-submit:focus {
    color: #ffffff;
    background-color: #1c5765;
    border-color: #1c5765;
    text-decoration: none;
    background-image: none;
  }

  #block-exposedformsearchpage-1-header .form-submit:active {
    color: #ffffff;
    background-color: #1c5765;
    border-color: #1c5765;
    text-decoration: none;
    background-image: none;
  }
}

.path-webform .content-wrapper .region-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 660px) {
  .path-webform .content-wrapper .region-content {
    max-width: 660px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .path-webform .content-wrapper .region-content {
    max-width: 768px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (min-width: 992px) {
  .path-webform .content-wrapper .region-content {
    max-width: 992px;
  }
}

@media only screen and (min-width: 1140px) {
  .path-webform .content-wrapper .region-content {
    max-width: 1140px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media only screen and (min-width: 1140px) {
  .path-webform .content-wrapper .region-content {
    max-width: 992px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.path-webform .content-wrapper .button {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1rem;
  line-height: 1.15rem;
  background-color: #169bc7;
  border: none;
  padding: 0.625rem 2.5rem;
}

.paragraph--type--paragraph-accordion-wrapper {
  border: none;
}

.paragraph--type--paragraph-accordion-wrapper .accordion__title {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.15rem;
  background-color: #169bc7;
  border: none;
}

.paragraph--type--paragraph-accordion-wrapper .accordion__title:focus {
  outline: 3px solid #000000;
}

.paragraph--type--paragraph-accordion-wrapper .accordion__content-wrapper {
  padding: 0 1.5rem;
}

.paragraph--type--paragraph-tabs .tabs__tablist .tab {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1rem;
  line-height: 1.15rem;
  background-color: #ddd;
  border-color: #ffffff;
}

.paragraph--type--paragraph-tabs .tabs__tablist .tab:focus {
  outline: 1px solid #000000;
  border-color: #000000;
}

.paragraph--type--paragraph-tabs .tabs__tablist .tab--active {
  background-color: #169bc7;
  color: #ffffff;
}

.paragraph--type--paragraph-tabs .tab__content--active {
  border: none;
  padding: 1.5rem;
}

.path-user .content-wrapper {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
}

.path-user .content-wrapper .block-page-title-block {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-family: "Oswald", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .path-user .content-wrapper .block-page-title-block {
    font-size: 3.5rem;
    line-height: 4.2rem;
  }
}

.path-user .content-wrapper .tabs .primary {
  border-bottom: 1px solid #ddd;
}

.path-user .content-wrapper .tabs a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1rem;
  line-height: 1.15rem;
  background-color: #ffffff;
  padding: 15px;
  color: #169bc7;
  font-weight: 400;
}

.path-user .content-wrapper .tabs a:hover {
  background-color: #ddd;
  border-radius: 0.1875rem 0.1875rem 0 0;
  text-decoration: none;
}

.path-user .content-wrapper .tabs a:focus {
  outline: 1px solid #169bc7;
}

.path-user .content-wrapper .is-active {
  margin-bottom: -1px;
  color: #808080;
}

.path-user .content-wrapper .is-active a {
  border: 1px solid #ddd;
  border-bottom: 1px solid #ffffff;
}

.path-user .content-wrapper .is-active:hover {
  background-color: #ffffff;
}

.path-user .content-wrapper .form-item input {
  height: 36px;
  width: 100%;
  margin: 0.625rem 0;
}

.path-user .content-wrapper form .button {
  background-color: #169bc7;
  border: none;
  padding: 0.625rem 2.5rem;
}

.path-user .content-wrapper .description {
  display: none;
}

.path--user-login .layout-content {
  flex-basis: 100%;
}

[class*=-orders] .content-wrapper .views-table a {
  background: transparent;
}

[class*=-orders] .content-wrapper .views-table td.is-active {
  background: transparent;
}

[class*=-orders] .content-wrapper .views-table .views-field-total-price__number {
  display: none;
}

@media only screen and (min-width: 768px) {
  .block_slide {
    padding-top: 2.5rem;
  }
}

.block-slider-content {
  max-height: 680px;
  overflow-y: hidden;
}

.path-frontpage .region-content-top {
  padding: 0;
  max-width: 1140px;
}

@media only screen and (min-width: 768px) {
  .path-frontpage .region-content-top {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
  }
}

.paragraph--type--block-slide {
  position: relative;
  flex-direction: column;
  background-color: #000000;
  overflow: hidden;
  transition: all 0.6s ease 0s;
}

@media only screen and (min-width: 768px) {
  .paragraph--type--block-slide {
    border-radius: 0.25rem;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1140px) {
  .paragraph--type--block-slide {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.paragraph--type--block-slide .block-slide__image {
  flex-basis: 100%;
  max-height: 620px;
  padding: 0;
}

@media only screen and (min-width: 1140px) {
  .paragraph--type--block-slide .block-slide__image {
    flex-basis: calc(((100% / 3) * 2) - 0.75rem);
    padding: 0;
    height: 480px;
  }
}

.paragraph--type--block-slide .block-slide__image img {
  width: 100%;
  height: auto;
  -o-object-fit: fill;
     object-fit: fill;
}

.paragraph--type--block-slide .block-slide__content {
  flex-basis: 100%;
  margin-top: -90px;
  padding: 1.25rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  transition: all 0.6s ease 0s;
}

@media only screen and (min-width: 660px) {
  .paragraph--type--block-slide .block-slide__content {
    position: absolute;
    bottom: 0;
  }
}

@media only screen and (min-width: 1140px) {
  .paragraph--type--block-slide .block-slide__content {
    position: relative;
    align-self: flex-start;
    margin-top: 2.5rem;
    flex-basis: calc((100% / 3) * 1);
    text-align: center;
    color: #ffffff;
  }
}

@media only screen and (min-width: 1140px) and (-ms-high-contrast: none), only screen and (min-width: 1140px) and (-ms-high-contrast: active) {
  .paragraph--type--block-slide .block-slide__content {
    flex: 1 0 30%;
  }
}

.paragraph--type--block-slide .block-slide__section {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ff3209;
  font-size: 1rem;
  line-height: 1.15rem;
  text-transform: uppercase;
}

.paragraph--type--block-slide .block-slide__title .title {
  margin: 0;
}

@media only screen and (min-width: 1140px) {
  .paragraph--type--block-slide .block-slide__title .title {
    margin: 0.625rem;
  }
}

.paragraph--type--block-slide .block-slide__title a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0e809a;
  font-family: "Oswald", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: -2px;
}

@media only screen and (min-width: 768px) {
  .paragraph--type--block-slide .block-slide__title a {
    font-size: 3.5rem;
    line-height: 4.2rem;
  }
}

@media only screen and (min-width: 1140px) {
  .paragraph--type--block-slide .block-slide__title a {
    font-size: 3.2rem;
    line-height: 3.519rem;
    font-weight: 800;
  }
}

.paragraph--type--block-slide .block-slide__title a:hover {
  color: #1c5765;
}

.paragraph--type--block-slide .block-slide__text {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.paragraph--type--block-slide .block-slide__text p {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0.75rem 0;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .paragraph--type--block-slide .block-slide__text p {
    word-break: normal;
    -ms-word-break: normal;
  }
}

@supports (-ms-ime-align: auto) {
  .paragraph--type--block-slide .block-slide__text p {
    word-break: normal;
    -webkit-hyphens: none;
            hyphens: none;
  }
}

.paragraph--type--block-slide .block-slide__author {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
}

.paragraph--type--cards .card-image-position-top .card--image {
  flex-basis: 50%;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--cards .card-image-position-right h2 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .paragraph--type--cards .card-image-position-right h3 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .paragraph--type--cards .card-image-position-right h4 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .paragraph--type--cards .card-image-position-right h5 {
    margin-top: 0;
  }
}

.paragraph--type--cards .card-image-position-right .field--name-field-card-cta {
  bottom: 0;
}

.paragraph--type--cards .card-image-position-right .card--image {
  flex-basis: 50%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--cards .card-image-position-right .card--content {
    flex-basis: 50%;
  }
}

.paragraph--type--cards .card-image-position-bottom .card--image {
  flex-basis: 50%;
}

.paragraph--type--cards .card--content {
  position: relative;
  height: 100%;
}

.paragraph--type--cards .field--name-field-card-title {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.5rem;
  line-height: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .paragraph--type--cards .field--name-field-card-title {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .paragraph--type--cards .card-image-position-left h2 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .paragraph--type--cards .card-image-position-left h3 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .paragraph--type--cards .card-image-position-left h4 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .paragraph--type--cards .card-image-position-left h5 {
    margin-top: 0;
  }
}

.paragraph--type--cards .card-image-position-left .field--name-field-card-cta {
  bottom: 0;
}

.paragraph--type--cards .card-image-position-left .card--image {
  flex-basis: 50%;
}

@media only screen and (min-width: 992px) {
  .paragraph--type--cards .card-image-position-left .card--content {
    flex-basis: 50%;
  }
}

.paragraph--type--cards .field--name-field-card-text {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.9rem;
}

.paragraph--type--cards .field--name-field-card-text p {
  line-height: 1.5em;
}

.paragraph--type--cards .field--name-field-card-text ul {
  margin-bottom: 1rem;
}

.paragraph--type--cards .field--name-field-card-cta {
  position: absolute;
  bottom: 15px;
}

.paragraph--type--cards .field--name-field-card-cta a {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
  color: #666;
  font-size: 0.9rem;
}

@media only screen and (max-width: 991px) {
  .paragraph--type--cards .card--image {
    padding-bottom: 1rem;
  }
}

.mailchimp-block {
  padding: 1.875rem;
  background-color: #dfedf1;
  border: 3px solid #000000;
  text-align: center;
}

.mailchimp-block .mailchimp-block__title {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.5rem;
  margin: 0;
  line-height: 1.75em;
  font-size: 1.27em;
}

.mailchimp-block .mailchimp-block__subtitle {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.5rem;
  line-height: 1.75em;
  margin: 0;
  font-size: 1.27em;
}

.mailchimp-block .button {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
  height: 32px;
  line-height: 20px;
  border-radius: none;
  background-color: #35505a;
  border: 1px solid #35505a;
  margin-left: 0.3125rem;
  padding: 0 3.75rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.mailchimp-block .button:hover {
  background-color: #ddd;
  color: #000000;
  border-color: #ddd;
}

@media only screen and (min-width: 768px) {
  .mailchimp-block .button {
    padding: 0 2.5rem;
    margin: 0;
  }
}

.mailchimp-block #mc-embedded-subscribe-form {
  margin-top: 0.625rem;
  display: flex;
  justify-content: center;
}

.mailchimp-block #mc_embed_signup_scroll {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .mailchimp-block #mc_embed_signup_scroll {
    flex-wrap: nowrap;
  }
}

.mailchimp-block input[type=email] {
  border-radius: 3px;
  width: 100%;
  height: 32px;
  border: 1px solid #ddd;
  margin: 0.3125rem;
  outline: none;
}

.mailchimp-block input[type=email]:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

@media only screen and (min-width: 768px) {
  .mailchimp-block input[type=email] {
    min-width: 350px;
  }
}

.path--cart tbody .views-field-purchased-entity {
  color: #169bc7;
}

.path--cart tbody .views-field-purchased-entity:hover {
  color: #1c5765;
}

.path--cart .views-field-edit-quantity input {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin: 0.3125rem 0 0.625rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #ddd;
  color: #555555;
  transition: background-color 0.3s, border-color 0.3s;
  line-height: 1.5rem;
  margin: 0;
  text-align: center;
}

.path--cart .views-field-edit-quantity input:focus {
  border-color: #000000;
  background-color: #f6f6f6;
  outline: none;
}

.path--cart .views-field-edit-quantity .form-item {
  margin: 0;
}

.path--cart .views-field-edit-quantity {
  width: 55px;
}

.path--cart .views-field-unit-price__number {
  text-align: center;
}

.path--cart .views-field-remove-button {
  text-align: center;
}

.path--cart .views-field-remove-button input {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.15rem;
  background-color: #169bc7;
  border: 1px solid #169bc7;
  padding: 0.625rem 2.5rem;
  text-align: center;
  display: inline-block;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.path--cart .views-field-remove-button input:hover {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

.path--cart .views-field-remove-button input:focus {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

.path--cart .views-field-remove-button input:active {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

.path--cart .views-field-total-price__number {
  width: 100%;
  margin-top: 20px;
}

.path--cart .field--name-total-price {
  margin-top: 1rem;
}

.path--cart .field--name-total-price .order-total-line {
  padding: 0;
}

.path--cart .field--name-total-price .order-total-line-value {
  font-weight: 100;
  width: auto;
  margin-left: 0.3125rem;
}

@media only screen and (min-width: 660px) {
  .path--cart .views-field-purchased-entity {
    width: 100%;
    margin-right: 0.625rem;
  }

  .path--cart .views-field-unit-price__number {
    width: 10%;
    margin-right: 0.625rem;
    text-align: center;
  }

  .path--cart .views-field-edit-quantity {
    width: 15%;
    margin-right: 0.625rem;
  }

  .path--cart .views-field-remove-button {
    width: 30%;
    margin-right: 0.625rem;
  }

  .path--cart .views-field-total-price__number {
    width: 10%;
  }

  .path--cart .field--name-total-price {
    margin-top: 1rem;
  }

  .path--cart .field--name-total-price .order-total-line {
    padding: 0;
  }

  .path--cart .field--name-total-price .order-total-line-value {
    font-weight: 100;
    width: auto;
    margin-left: 0.3125rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 659px) {
  .path--cart .views-field-edit-quantity {
    width: 55px;
    margin: 0 auto;
  }

  .path--cart .views-field-unit-price__number {
    width: 100%;
    margin-right: 0.625rem;
    text-align: center;
  }

  .path--cart .views-field-remove-button {
    width: 100%;
    margin-right: 0.625rem;
    text-align: center;
  }

  .path--cart .views-field-remove-button input {
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.15rem;
    background-color: #169bc7;
    border: 1px solid #169bc7;
    padding: 0.625rem 2.5rem;
    text-align: center;
    display: inline-block;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  }

  .path--cart .views-field-remove-button input:hover {
    color: #ffffff;
    background-color: #1c5765;
    border-color: #1c5765;
    text-decoration: none;
    background-image: none;
  }

  .path--cart .views-field-remove-button input:focus {
    color: #ffffff;
    background-color: #1c5765;
    border-color: #1c5765;
    text-decoration: none;
    background-image: none;
  }

  .path--cart .views-field-remove-button input:active {
    color: #ffffff;
    background-color: #1c5765;
    border-color: #1c5765;
    text-decoration: none;
    background-image: none;
  }

  .path--cart .views-field-total-price__number {
    width: 100%;
    margin-top: 20px;
  }

  .path--cart .field--name-total-price {
    margin-top: 1rem;
  }

  .path--cart .field--name-total-price .order-total-line {
    padding: 0;
  }

  .path--cart .field--name-total-price .order-total-line-value {
    font-weight: 100;
    width: auto;
    margin-left: 0.3125rem;
  }
}

.path--cart .form-actions {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .path--cart .form-actions {
    justify-content: flex-end;
  }
}

.path--cart .form-actions input {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.15rem;
  background-color: #169bc7;
  border: 1px solid #169bc7;
  padding: 0.625rem 2.5rem;
  text-align: center;
  display: inline-block;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.path--cart .form-actions input:hover {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

.path--cart .form-actions input:focus {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

.path--cart .form-actions input:active {
  color: #ffffff;
  background-color: #1c5765;
  border-color: #1c5765;
  text-decoration: none;
  background-image: none;
}

.path--cart #edit-checkout {
  margin-right: 0;
  margin-left: 0.1875rem;
}

.path-checkout .layout-checkout-form {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  font-size: 1.2rem;
}

.path-checkout .address-container-inline > .form-item {
  width: 49%;
  margin-right: 0.12em;
}

@media only screen and (min-width: 320px) and (max-width: 659px) {
  .path-checkout .address-container-inline > .form-item {
    width: 100%;
  }
}

.path-checkout .commerce-checkout-flow .layout-region-checkout-secondary h3 {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
  color: #169bc7;
  font-size: 1.2rem;
}

.path-checkout .commerce-checkout-flow .field__label {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
  color: #169bc7;
  font-size: 1.2rem;
}

.path-checkout .checkout-order-summary {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
}

.path-checkout .checkout-order-summary table {
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 659px) {
  .path-checkout .checkout-order-summary td {
    text-align: left;
  }
}

.path--shop-print-subscription .layout-sidebar-second {
  display: none;
}

.path--shop-print-subscription .layout-content {
  flex-basis: 100%;
}

#block-bannerblock {
  background-color: #ff3209;
  padding: 0.3125rem 0;
}

#block-bannerblock h2 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
  padding: 0;
}

@media only screen and (min-width: 660px) {
  #block-bannerblock h2 {
    max-width: 660px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  #block-bannerblock h2 {
    max-width: 768px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (min-width: 992px) {
  #block-bannerblock h2 {
    max-width: 992px;
  }
}

@media only screen and (min-width: 1140px) {
  #block-bannerblock h2 {
    max-width: 1140px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

/*BLOCKQUOTES*/

blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-family: "PT Serif", Georgia, serif;
  font-size: 1em;
  font-style: italic;
  margin: 0em 0.5em 0.5em 0.5em;
}

blockquote p {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
  color: #000000;
}

blockquote p {
  margin: 0;
}

.blockquote {
  font-family: "PT Serif", Georgia, serif;
  font-size: 1em;
  font-style: italic;
  margin: 0em 0.5em 0.5em 0.5em;
}

.blockquote p {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
  color: #000000;
}

span.blockquote-author {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  font-style: normal;
  font-size: 0.75rem;
  position: relative;
  line-height: 0.875em;
  display: block;
}

p.blockqoute-parent-span {
  padding: 0 0 5px 0;
  line-height: 28px;
}

.page-title {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-family: "Oswald", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: -0.037em;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 768px) {
  .page-title {
    font-size: 3.5rem;
    line-height: 4.2rem;
  }
}

.paragraph--type--text {
  font-size: 1.1em;
  line-height: 1.35em;
}

@media only screen and (min-width: 768px) {
  .paragraph--type--text {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}

.paragraph--type--text h1 {
  margin-top: 28px;
  margin-bottom: 4px;
  font-size: 60px;
  line-height: 1.1;
}

.paragraph--type--text h2 {
  margin-top: 28px;
  margin-bottom: 4px;
}

.paragraph--type--text h3 {
  margin-top: 28px;
  margin-bottom: 4px;
}

.paragraph--type--text h4 {
  margin-top: 6px;
  margin-bottom: 14px;
}

.paragraph--type--text h5 {
  margin-top: 6px;
  margin-bottom: 14px;
}

.paragraph--type--text h6 {
  margin-top: 6px;
  margin-bottom: 14px;
}

#worldpay-redirect {
  height: 900px;
  width: 760px;
}

.block-views-blockmy-account-related-links-block-1 {
  margin-top: 1.875rem;
}

.block-views-blockmy-account-related-links-block-1 .view-content {
  display: flex;
  flex-wrap: wrap;
}

.block-views-blockmy-account-related-links-block-1 .view-content > * {
  width: 200px;
  flex: 1 0 auto;
}

.block-views-blockmy-account-related-links-block-1 h5 {
  margin: 0;
}

.block-views-blockmy-account-related-links-block-1 h5 a {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.5rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.row {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

/* we have to loop through twice, *otherwise* it builds as :
.col-xs-1
.col-m-1
.col-xs-2
.col-m-2

which means col-xs-12, has greater specificity than col-m-6
as appears more recently in the css with the same specificity otherwise
*/

.col-xs-1 {
  width: calc(8.3333333333 * 1%);
  flex-basis: calc(8.3333333333 * 1%);
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .col-xs-1 {
    flex-basis: calc(((8.3333333333 * 1%)) - 0.3125rem - 0.3125rem);
  }
}

.col-xs-2 {
  width: calc(16.6666666667 * 1%);
  flex-basis: calc(16.6666666667 * 1%);
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .col-xs-2 {
    flex-basis: calc(((16.6666666667 * 1%)) - 0.3125rem - 0.3125rem);
  }
}

.col-xs-3 {
  width: calc(25 * 1%);
  flex-basis: calc(25 * 1%);
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .col-xs-3 {
    flex-basis: calc(((25 * 1%)) - 0.3125rem - 0.3125rem);
  }
}

.col-xs-4 {
  width: calc(33.3333333333 * 1%);
  flex-basis: calc(33.3333333333 * 1%);
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .col-xs-4 {
    flex-basis: calc(((33.3333333333 * 1%)) - 0.3125rem - 0.3125rem);
  }
}

.col-xs-5 {
  width: calc(41.6666666667 * 1%);
  flex-basis: calc(41.6666666667 * 1%);
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .col-xs-5 {
    flex-basis: calc(((41.6666666667 * 1%)) - 0.3125rem - 0.3125rem);
  }
}

.col-xs-6 {
  width: calc(50 * 1%);
  flex-basis: calc(50 * 1%);
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .col-xs-6 {
    flex-basis: calc(((50 * 1%)) - 0.3125rem - 0.3125rem);
  }
}

.col-xs-7 {
  width: calc(58.3333333333 * 1%);
  flex-basis: calc(58.3333333333 * 1%);
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .col-xs-7 {
    flex-basis: calc(((58.3333333333 * 1%)) - 0.3125rem - 0.3125rem);
  }
}

.col-xs-8 {
  width: calc(66.6666666667 * 1%);
  flex-basis: calc(66.6666666667 * 1%);
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .col-xs-8 {
    flex-basis: calc(((66.6666666667 * 1%)) - 0.3125rem - 0.3125rem);
  }
}

.col-xs-9 {
  width: calc(75 * 1%);
  flex-basis: calc(75 * 1%);
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .col-xs-9 {
    flex-basis: calc(((75 * 1%)) - 0.3125rem - 0.3125rem);
  }
}

.col-xs-10 {
  width: calc(83.3333333333 * 1%);
  flex-basis: calc(83.3333333333 * 1%);
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .col-xs-10 {
    flex-basis: calc(((83.3333333333 * 1%)) - 0.3125rem - 0.3125rem);
  }
}

.col-xs-11 {
  width: calc(91.6666666667 * 1%);
  flex-basis: calc(91.6666666667 * 1%);
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .col-xs-11 {
    flex-basis: calc(((91.6666666667 * 1%)) - 0.3125rem - 0.3125rem);
  }
}

.col-xs-12 {
  width: calc(100 * 1%);
  flex-basis: calc(100 * 1%);
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .col-xs-12 {
    flex-basis: calc(((100 * 1%)) - 0.3125rem - 0.3125rem);
  }
}

@media only screen and (min-width: 768px) {
  .col-m-1 {
    width: calc(8.3333333333 * 1%);
    flex-basis: calc(8.3333333333 * 1%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .col-m-1 {
    flex-basis: calc(((8.3333333333 * 1%)) - 0.5rem - 0.5rem);
  }
}

@media only screen and (min-width: 768px) {
  .col-m-2 {
    width: calc(16.6666666667 * 1%);
    flex-basis: calc(16.6666666667 * 1%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .col-m-2 {
    flex-basis: calc(((16.6666666667 * 1%)) - 0.5rem - 0.5rem);
  }
}

@media only screen and (min-width: 768px) {
  .col-m-3 {
    width: calc(25 * 1%);
    flex-basis: calc(25 * 1%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .col-m-3 {
    flex-basis: calc(((25 * 1%)) - 0.5rem - 0.5rem);
  }
}

@media only screen and (min-width: 768px) {
  .col-m-4 {
    width: calc(33.3333333333 * 1%);
    flex-basis: calc(33.3333333333 * 1%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .col-m-4 {
    flex-basis: calc(((33.3333333333 * 1%)) - 0.5rem - 0.5rem);
  }
}

@media only screen and (min-width: 768px) {
  .col-m-5 {
    width: calc(41.6666666667 * 1%);
    flex-basis: calc(41.6666666667 * 1%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .col-m-5 {
    flex-basis: calc(((41.6666666667 * 1%)) - 0.5rem - 0.5rem);
  }
}

@media only screen and (min-width: 768px) {
  .col-m-6 {
    width: calc(50 * 1%);
    flex-basis: calc(50 * 1%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .col-m-6 {
    flex-basis: calc(((50 * 1%)) - 0.5rem - 0.5rem);
  }
}

@media only screen and (min-width: 768px) {
  .col-m-7 {
    width: calc(58.3333333333 * 1%);
    flex-basis: calc(58.3333333333 * 1%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .col-m-7 {
    flex-basis: calc(((58.3333333333 * 1%)) - 0.5rem - 0.5rem);
  }
}

@media only screen and (min-width: 768px) {
  .col-m-8 {
    width: calc(66.6666666667 * 1%);
    flex-basis: calc(66.6666666667 * 1%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .col-m-8 {
    flex-basis: calc(((66.6666666667 * 1%)) - 0.5rem - 0.5rem);
  }
}

@media only screen and (min-width: 768px) {
  .col-m-9 {
    width: calc(75 * 1%);
    flex-basis: calc(75 * 1%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .col-m-9 {
    flex-basis: calc(((75 * 1%)) - 0.5rem - 0.5rem);
  }
}

@media only screen and (min-width: 768px) {
  .col-m-10 {
    width: calc(83.3333333333 * 1%);
    flex-basis: calc(83.3333333333 * 1%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .col-m-10 {
    flex-basis: calc(((83.3333333333 * 1%)) - 0.5rem - 0.5rem);
  }
}

@media only screen and (min-width: 768px) {
  .col-m-11 {
    width: calc(91.6666666667 * 1%);
    flex-basis: calc(91.6666666667 * 1%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .col-m-11 {
    flex-basis: calc(((91.6666666667 * 1%)) - 0.5rem - 0.5rem);
  }
}

@media only screen and (min-width: 768px) {
  .col-m-12 {
    width: calc(100 * 1%);
    flex-basis: calc(100 * 1%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .col-m-12 {
    flex-basis: calc(((100 * 1%)) - 0.5rem - 0.5rem);
  }
}

.path--magazine .field--name-field-paragraph-text .img-float-right {
  height: auto !important;
}

@media only screen and (min-width: 768px) {
  .path--magazine .field--name-field-paragraph-text .img-float-right {
    width: 100% !important;
    float: right;
    margin: 0 0 1.25rem 0;
  }
}

@media only screen and (min-width: 768px) {
  .path--magazine .field--name-field-paragraph-text .image-caption-container-right {
    float: right;
    width: 45% !important;
  }
}

.path--magazine .field--name-field-paragraph-text .image-caption {
  display: none !important;
}

.path--magazine .field--name-field-paragraph-text a {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  color: #0e809a;
}

.path--magazine .field--name-field-paragraph-text a:hover {
  color: #1c5765;
}

@media only screen and (min-width: 768px) {
  .path--magazine .field--name-field-paragraph-text div {
    width: 60%;
  }
}

.archive-item h3 {
  margin: 0 !important;
  display: block;
  color: #000000;
  padding: 0 0.5625rem !important;
}

.sidebar-second .field--name-field-paragraph-text .image-caption-container {
  width: 100% !important;
}

.page-node-type-miscellaneous .content-wrapper .image-caption-container {
  width: 100% !important;
  height: auto !important;
}

.path-author .views-col {
  padding: 0.75rem;
  width: 35% !important;
}

@media only screen and (min-width: 768px) {
  .path-author .views-col {
    width: auto !important;
  }
}

.path--miscellanies .view-header .button {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  background-color: #35505a !important;
  border-radius: 0 !important;
  width: 60% !important;
  font-size: 1.15em !important;
  padding: 0 2.5rem 0 2.5rem !important;
  margin-top: 0.3125rem !important;
}

.path--miscellanies .view-header .button:hover {
  color: #000000 !important;
  background: #f2f2f2 !important;
}

@media only screen and (min-width: 768px) {
  .path--miscellanies .view-header .button {
    width: auto !important;
    margin-top: 0 !important;
  }
}

/*=================================================*/

/*---------------------*/

/*       WYSIWYG       */

/*---------------------*/

/*WYSIWYG Editor Custom Styles*/

/* Taken from old website
/*=================================================*/

/*
Blockquote=p.blockquote
Blockquote author=span.blockquote-author
Intro Paragraph=p.intro-paragraph
Image Floated Left=img.img-float-left
Image Floated Right=img.img-float-right
Image Caption=img.caption
Green button=a.btn-default
Plain button=a.btn-primary
Higlight=span.highlight
Highlight Text=span.highlight-text
Feature title h2=h2.feature-title
Feature title h3=h3.feature-title
Feature title h4=h4.feature-title
Block footer=p.block-footer
Block footer=p.block-footer
Review box=span.bookreview
Dropcap=.dropcaps
Pullquote=span.pullquote
Fancy numeral=.fancynumeral

/* style below make sure user can not 'double style' blockquote,
whether they choose the blockquote style from drop down, <blockstyle> tag
or combination of both*/

.img-float-left,
img.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}

.img-float-right,
img.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.file-float-right {
  width: 100%;
  height: auto;
  margin: 0 0 1.25rem 0;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .file-float-right {
    float: right !important;
    width: auto;
    padding: 0 0 0 0;
    margin: 0 0 1.25rem 1.25rem;
  }
}

.file-float-left {
  width: 100%;
  height: auto;
  margin: 0 0 1.25rem 0;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .file-float-left {
    float: left;
    width: auto;
    padding: 0 0 0 0;
    margin: 0 1.25rem 1.25rem 0;
  }
}

.file-full-width {
  max-width: 100%;
}

.file-default.media-youtube-video iframe {
  max-width: 100% !important;
}

iframe {
  max-width: 100% !important;
}

/**
* TEXT STYLES
*/

.intro-paragraph {
  font-size: 1.875em;
  color: #000000;
  font-family: inherit;
  line-height: 2.5rem;
  padding-bottom: 0.625rem;
}

span.highlight {
  background: #ff3209;
  color: #ffffff;
  padding-bottom: 0.1875rem;
}

span.highlight-text {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  color: #ff3209;
  font-size: 2rem;
}

.small-highlight {
  color: #ff3209;
}

span.bookreview {
  background-color: #e8eefa;
  display: block;
  padding: 0.625rem;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  line-height: 1.92rem;
  font-size: 1.12rem;
}

.dropcaps {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  float: left;
  font-size: 5.3em;
  line-height: 4.5rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
}

span.pullquote {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  font-style: normal;
  font-size: 1.4em;
  position: relative;
  line-height: 1.7em;
  display: block;
  margin: 1rem;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 140px 140px;
  padding: 1.5rem;
}

.fancynumeral {
  font-family: "Ewert", cursive;
  font-size: 6em;
}

p.block-footer {
  background: #ff3209;
  color: #ffffff;
  margin: 0px -20px -20px -20px;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}

p.block-footer a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

p.block-footer a:hover {
  text-decoration: none;
}

a.block-footer {
  background: #ff3209;
  color: #ffffff;
  font-weight: bold;
}

/**
*Feature Titles
*/

h2.feature-title {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  padding: 0 1.875rem 0.625rem 1.875rem;
  font-size: 1.563em;
  line-height: 1.25em;
  display: table;
  text-transform: none;
  display: table;
}

h3.feature-title {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  padding: 0.1875rem 1.875rem 0.375rem 1.875rem;
  font-size: 1.375em;
  line-height: 1.25em;
  display: table;
  display: table;
}

h4.feature-title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  background: #000000;
  color: #ffffff;
  padding: 0 1.875rem 0.3125rem 1.875rem;
  font-size: 1.125em;
  line-height: 1.25em;
  display: table;
  display: table;
}

ul,
ol {
  padding-left: 1.125rem;
}

.field-type-text-with-summary img.left {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}

.field-type-text-with-summary img.right {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

/**
* TABLES
*/

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.media-float_right {
  float: right;
}

.media-float_left {
  float: left;
}

/**
 * Widgets
 */

#dsbwidget {
  width: 100%;
}

#dsbwidget .dsbwidget-productcontainer,
#dsbwidget .dsbwidget-renewcontainer,
#dsbwidget .dsbwidget-addresscontainer,
#dsbwidget .dsbwidget-paymentcontainer,
#dsbwidget .dsbwidget-thankyoucontainer {
  border: 1px solid #ddd;
  border-radius: 5px;
}

#dsbwidget .dsbwidget-variantdescription label {
  margin-left: 0.625rem;
}

#dsbwidget .dsbwidget-addresscontainer,
#dsbwidget .dsbwidget-paymentcontainer,
#dsbwidget .dsbwidget-productcontainer {
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.875rem;
  border: 1px solid #ddd !important;
  padding: 1rem;
  border-radius: 5px;
}

#dsbwidget .dsbwidget-line {
  margin-bottom: 0.625rem;
}

#dsbwidget .dsbwidget-line label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.3125rem;
  min-width: 120px;
  width: auto;
}

#dsbwidget .dsbwidget-line input[type=text],
#dsbwidget .dsbwidget-line input[type=email],
#dsbwidget .dsbwidget-line input[type=password],
#dsbwidget .dsbwidget-line select {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin: 0.3125rem 0 0.625rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #ddd;
  color: #555555;
  transition: background-color 0.3s, border-color 0.3s;
  line-height: 1.5rem;
  height: auto;
  border: 1px solid #ddd !important;
}

#dsbwidget .dsbwidget-line input[type=text]:focus,
#dsbwidget .dsbwidget-line input[type=email]:focus,
#dsbwidget .dsbwidget-line input[type=password]:focus,
#dsbwidget .dsbwidget-line select:focus {
  border-color: #000000;
  background-color: #f6f6f6;
  outline: none;
}

#dsbwidget .dsbwidget-line #dsbwidget-sortcode1,
#dsbwidget .dsbwidget-line #dsbwidget-sortcode2,
#dsbwidget .dsbwidget-line #dsbwidget-sortcode3 {
  display: inline;
  width: 20%;
}

#dsbwidget .dsbwidget-line #dsbwidget-sortcode1 {
  clear: left;
}

#dsbwidget .dsbwidget-panelheading {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin: 0.3125rem 0 0.625rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #ddd;
  color: #555555;
  transition: background-color 0.3s, border-color 0.3s;
  line-height: 1.5rem;
  margin: 0;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 42px;
  background-color: #f6f6f6;
}

#dsbwidget .dsbwidget-panelheading:focus {
  border-color: #000000;
  background-color: #f6f6f6;
  outline: none;
}

#dsbwidget #dsbwidget-content {
  color: #000000;
  font-family: "clear_sansregular", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

#dsbwidget #dsbwidget-content select {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin: 0.3125rem 0 0.625rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #ddd;
  color: #555555;
  transition: background-color 0.3s, border-color 0.3s;
  line-height: 1.5rem;
  height: auto !important;
}

#dsbwidget #dsbwidget-content select:focus {
  border-color: #000000;
  background-color: #f6f6f6;
  outline: none;
}

#dsbwidget .dsbwidget-addresscontainer {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#dsbwidget button.form-submit {
  display: inline-block;
  font-size: 1em;
  padding: 0.4375rem 2.5rem 0.3125rem;
  width: auto;
}

#dsbwidget .dsbwidget-submit input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #29b390;
  border-color: currentcolor currentcolor #249e7f;
  -o-border-image: none;
     border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 5px;
  color: #ffffff;
  display: block;
  font-family: "clear_sansbold", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  margin-top: 1.25rem;
  padding: 0.4375rem 2.5rem 0.3125rem;
  text-align: center;
  width: auto;
}

#dsbwidget .dsbwidget-choosepayment {
  margin-right: 0.3125rem;
}

#dsbwidget .dsbwidget-productcontainer .dsbwidget-masters {
  margin-top: 0.625rem;
}

#dsbwidget .dsbwidget-paymentcontent .dsbwidget-line label {
  display: block;
}

#dsbwidget .dsbwidget-ccSecurityCode #dsbwidget-ccCvn {
  width: 20%;
}

#dsbwidget .dsbwidget-ccExpirationDate select {
  display: inline !important;
}

#dsbwidget .dsbwidget-variantdescription img {
  width: auto;
}

#dsbwidget .dsbwidget-variant {
  display: flex;
}

.dsbwidget-choosevariant,
.dsbwidget-choosepayment,
#dsbwidget-choosedeladr {
  margin-top: 0.5rem !important;
  margin-left: 0.125rem !important;
}

.dsbwidget-billing span {
  font-size: 1.125rem;
}

.eu-cookie-compliance-banner {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
}

.eu-cookie-compliance-banner a {
  color: white;
}

.path--cookie-policy .ot-sdk-show-settings {
  background-color: transparent;
}

.path--cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
  font-size: 1rem;
}


/*# sourceMappingURL=global-styling.css.map*/