/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ variables */
/* Colors - English - arbitrary - as defined by design */
/* Colors abstracted by usage - try and use these */
/*
 * Font stacks
 * To use in font vars
 * NB: DON'T USE THESE TO DEFINE YOUR FONT SIZES
*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mixins */
/* Bourbon-libsass 1.0.0
 * http://bourbon.io
 * Copyright 2011-2014 thoughtbot, inc.
 * MIT License */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, main,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical; }

body {
  line-height: 1; }

button {
  background-color: transparent;
  padding: 0; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section, main {
  display: block; }

blockquote, q {
  quotes: none; }

@-ms-viewport {
  width: device-width; }

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

:focus, a {
  -moz-outline-style: none;
  /* combatting that annoying dotted border box that appears on focus of an element in ff */
  outline: none !important;
  /* and the safari green glow */ }

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, small, table, label {
  margin: 0; }

hr {
  border: 0;
  margin: 0;
  display: block; }

ul {
  list-style-type: none; }

a {
  text-decoration: none;
  color: inherit; }

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

address {
  font-style: normal; }

input {
  border: 0;
  padding: 0; }

button {
  border: 0;
  cursor: pointer; }

input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */ }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; }

input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */ }

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  /* Hides the slider so custom styles can be added */
  border-color: transparent;
  color: transparent; }

code, pre {
  display: block;
  clear: both;
  overflow: auto;
  max-width: 100%;
  white-space: pre-wrap;
  font-size: 13px;
  padding: 15px;
  background: #f2f2f2;
  max-height: 500px; }

p code,
p pre {
  display: inline-block; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @font-faces */
@font-face {
  font-family: 'Benton';
  src: url(fonts/Benton-Regular.woff);
  font-weight: normal; }

@font-face {
  font-family: 'Benton';
  src: url(fonts/Benton-Bold.woff);
  font-weight: bold; }

@font-face {
  font-family: 'Brunel-Deck-Semibold';
  src: url(fonts/Brunel-Deck-Semibold.woff);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Brunel-Deck-Semibold';
  src: url(fonts/Brunel-Deck-Semibold-Italic.woff);
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Brunel-Poster-Black';
  src: url(fonts/Brunel-Poster-Black.woff);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Brunel-Poster-Bold';
  src: url(fonts/Brunel-Poster-Bold-Italic.woff);
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Brunel-Text-Medium';
  src: url(fonts/Brunel-Text-Medium.woff);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Brunel-Text-Medium';
  src: url(fonts/Brunel-Text-Medium-Italic.woff);
  font-weight: normal;
  font-style: italic; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ icons */
/* NB use of "$include_icons" variable. See icons.scss! */
.icon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-position: 50%;
  background-size: contain; }
  @media (max-width: 767px) {
    .icon {
      max-width: 22px; } }

.icon--subtle {
  opacity: .3; }

.icon--mid {
  opacity: .5; }

.icon--pad-right {
  margin-right: 5px; }

.prefix-icon {
  margin-right: 5px; }

html[data-useragent*='MSIE 9.0'] .icon__download--white {
  width: 13px; }

.key-icon {
  margin-left: 12px; }

.icon__comments--black {
  background-repeat: no-repeat; }
  .no-svg .icon__comments--black {
    background-image: url("/img/png/icon__comments--black.png"); }

.icon__comments--white {
  background-repeat: no-repeat; }
  .no-svg .icon__comments--white {
    background-image: url("/img/png/icon__comments--white.png"); }

.icon__ddarr--black {
  background-repeat: no-repeat;
  width: 9px;
  height: 8px; }
  .no-svg .icon__ddarr--black {
    background-image: url("/img/png/icon__ddarr--black.png"); }

.icon__ddarr--white {
  background-repeat: no-repeat;
  width: 9px;
  height: 6px; }
  .no-svg .icon__ddarr--white {
    background-image: url("/img/png/icon__ddarr--white.png"); }

.icon__ddarr--red {
  background-repeat: no-repeat;
  width: 9px;
  height: 8px; }
  .no-svg .icon__ddarr--red {
    background-image: url("/img/png/icon__ddarr--red.png"); }

.icon__facebook--black {
  background-repeat: no-repeat;
  width: 9px;
  height: 16px; }
  .no-svg .icon__facebook--black {
    background-image: url("/img/png/icon__facebook--black.png"); }

.icon__facebook--white {
  background-repeat: no-repeat;
  width: 9px;
  height: 16px; }
  .no-svg .icon__facebook--white {
    background-image: url("/img/png/icon__facebook--white.png"); }

.icon__googleplus--black {
  background-repeat: no-repeat; }
  .no-svg .icon__googleplus--black {
    background-image: url("/img/png/icon__googleplus--black.png"); }

.icon__googleplus--white {
  background-repeat: no-repeat; }
  .no-svg .icon__googleplus--white {
    background-image: url("/img/png/icon__googleplus--white.png"); }

.icon__reddit--black {
  background-repeat: no-repeat;
  width: 18px;
  height: 15px; }
  .no-svg .icon__reddit--black {
    background-image: url("/img/png/icon__reddit--black.png"); }

.icon__reddit--white {
  background-repeat: no-repeat;
  width: 18px;
  height: 15px; }
  .no-svg .icon__reddit--white {
    background-image: url("/img/png/icon__reddit--white.png"); }

.icon__key--black {
  background-repeat: no-repeat;
  width: 24px;
  height: 10px; }
  .no-svg .icon__key--black {
    background-image: url("/img/png/icon__key--black.png"); }

.icon__key--white {
  background-repeat: no-repeat;
  width: 24px;
  height: 10px; }
  .no-svg .icon__key--white {
    background-image: url("/img/png/icon__key--white.png"); }

.icon__logo--lg {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iNzAiIHZpZXdCb3g9IjAgMCAzMDAgNzAiPjxwYXRoIGQ9Ik0zNi44NTQgMTEuNzY1Yy00LjgyMy0xLjYyOC03LjM2Ni0yLjc1Ny03LjM2Ni02LjA4IDAtMi41MDQgMi4zMi0zLjk2IDQuODUzLTMuOTYgNC42NyAwIDcuMjkgMy4xNzIgOC4zMyA4LjQyOGgxLjEzVjEuMDM1aC0uOTdsLTEuMjkgMi44NWgtLjE0QzQwLjEgMi4yMSAzNy42My41NCAzNC4zOC41NGMtNS4wMTggMC04Ljk1IDMuNDk4LTguOTUgNy45NzUgMCA1LjU0OCA0LjAxIDcuNzg1IDkuMDkyIDkuNDI1IDQuNzQ0IDEuNTE2IDYuNzQ2IDMuMjQyIDYuNzQ2IDYuMDI2IDAgMy41LTEuNjYzIDUuMDEtNS43MDUgNS4wMS0yLjM5OCAwLTQuNjI0LS44NzItNi4yODUtMi43ODQtMS41NjYtMS44MDgtMi40MTgtNC4xMy0yLjkxNi02Ljk4MkgyNS4yNHYxMC41M2guOTEybDEuNjY4LTMuMTU2aC4xMzRjMS41OCAxLjkxNSA0LjE5NiAzLjU5MyA3LjYwNSAzLjU5MyA2LjE3IDAgOS45Mi0zLjkzMiA5LjkyLTkuMDQ0IDAtNS4xMTQtMy41OC03LjY1Mi04LjYzLTkuMzY4ek0yNzQuMDc4IDQuMzRDMjcyLjY4IDIuMzQ4IDI3MC4yNzYuNSAyNjYuNTYuNWMtOC4zOTcgMC0xNC4wNSA2Ljg0NS0xNC4wNSAxNC45MSAwIDguMDUyIDUuMzggMTQuOTIzIDE0LjAwMiAxNC45MjMgNS41NDMgMCA5LjYxLTIuODU0IDEwLjg0NS05LjQxM2wtMS4xOTMtLjM0NGMtMS4xNSA1LjM0Ny00LjAwMiA4LjQ0Mi04Ljk0MiA4LjQ0Mi01LjI0MiAwLTguMDEtNC4yLTguMDEtMTMuNjEgMC05LjM3NCAyLjQ5LTEzLjY4MyA3LjM4Ny0xMy42ODMgNC44IDAgNy44IDMuMzMgOS4xNSAxMC4yNzJoMS4zVi45OTNoLS43NmwtMi4xNCAzLjM0N2gtLjA5ek03MS4xOCA0LjE5M0M2OS43ODMgMi4xOTggNjcuNTY0LjUgNjMuODUuNWMtOC40IDAtMTQuMDU0IDYuODQ1LTE0LjA1NCAxNC45MSAwIDguMDUyIDUuMzg2IDE0LjkyMyAxNC4wMDcgMTQuOTIzIDUuNTQzIDAgOS42MDUtMi44NTQgMTAuODQ3LTkuNDEzbC0xLjE5NS0uMTk3Yy0xLjQxIDUuMi0zLjY3IDguMjk1LTguOTQ1IDguMjk1LTUuMjQyIDAtOC4wMDgtNC4yLTguMDA4LTEzLjYxIDAtOS4zNzQgMi42MDUtMTMuNjgzIDcuMTU3LTEzLjY4MyA0LjggMCA3LjggMy4zMyA5LjE1IDEwLjI3MmgxLjA3Vi45OTNoLS45OWwtMS42NCAzLjJoLS4wOXptMjAuNjk1IDI0LjM4NGgtNC4yN1YyLjEyNGg0LjI3Vi45OEg3Ny4zNXYxLjE0NGg0LjI3M3YyNi40NTNINzcuMzV2MS4xODNoMTQuNTI1em05Ny41MTUgMHYxLjE4M2gxNC41MjR2LTEuMTgzaC00LjI2OFYyLjEyNGg0LjI2OFYuOThIMTg5LjM5djEuMTQ0aDQuMjcydjI2LjQ1M3ptNDUuOTgzLTI2LjQ1M2g0LjI3M3YyNi40NTNoLTQuMjczdjEuMTgzaDE0LjUyM3YtMS4xODNoLTQuMjdWMi4xMjRoNC4yN1YuOThoLTE0LjUyM3pNMTIyLjM5NyAxOS4wMzdoLS42NjdjLS45MDcgMy4wNDUtMi4xMzcgNS42MzgtMy43MSA3LjQ1Ni0xLjYzIDEuODctMy4yMjIgMi4wNjctNi4yNTUgMi4wNjdsLTQuNjEuMDA1VjE1Ljg4N2gyLjE2NWMxLjY4MyAwIDIuOTA0LjMyNCAzLjcxOCAxLjE5OCAxLjAyNC45NTQgMS43IDIuNzk0IDEuNzMgNC43NzRoLjc4M1Y4LjcxaC0uNzhjLS4wMyAyLjAwMi0uODggMy44MTgtMS43NSA0Ljc4LS43OC44NzMtMS45OSAxLjE5LTMuNyAxLjE5aC0yLjE2VjIuMTMyaDUuMTZjMi40MiAwIDQuMDYuNTk2IDUuMDggMS41NzcgMS43MSAxLjQyIDIuODEgMy4zNyAzLjg3IDcuMTRoLjY4Vi45OEg5Ni45djEuMTUzaDQuMjczdjI2LjQ0bC00LjI3My4wMDR2MS4xODNoMjUuNVYxOS4wMzd6bTEwLjU0My0xMy43MmwxOC4xMDUgMjQuNDRoMS44NlY0LjYwN2MwLTEuNjI3LjctMi40NyAyLjE0LTIuNDdoMS44NzdWLjk4aC05LjU1MnYxLjE1M2gxLjkzN2MxLjQ2IDAgMi4xNDQuODU3IDIuMTQ0IDIuNDd2MTYuMjA0aC0uMTJMMTM2Ljk0Ljk4aC0xMC44NzV2MS4xNTNoMS4yYzEuNTMgMCAyLjUzNS4zODYgMy4yNjIgMS4yMS42NDcuNjM1Ljg5IDEuMjMuODkgMS44NDV2MjAuNzc4YzAgMS41NjYtLjY1IDIuNjAyLTIuMTM4IDIuNjAybC0yLjE5LS4wMDV2MS4xOTVoMTAuMzJ2LTEuMTk1bC0yLjQzLjAwNWMtMS40NC0uMDEtMi4xMy0xLjExMy0yLjEzLTIuNjAyVjUuMzE4aC4wN3ptMzEuMzEtMS40YzEuMDEzLS45OTQgMi4xNi0xLjcyIDQuMTItMS43MmgxLjAzN3YyNi4zOGgtNC4zODN2MS4xODNoMTQuNzR2LTEuMTgzaC00LjM3NVYyLjE5N2guODFjMS45NyAwIDMuMzUuNjUzIDQuMzQgMS42NyAxLjY3IDEuNTY4IDIuNjYgMy45NiAzLjU3IDcuNTI0aDEuMTNWLjk4aC0yNS42N1YxMS4zaDEuMTJjLjkxLTMuNTYgMS45Mi01Ljc4MiAzLjU1LTcuMzg0em00My44NzcgMjQuNjZ2MS4xODNoMTQuNjAzdi0xLjE4M2gtNC4zMzNWMTUuNzcyaDEuODFjMS4zNyAwIDIuNTcuMzkgMy4zNTcgMS4yMjggMS4xOTMgMS4wNDYgMS44IDMuMTI1IDEuODMzIDQuODA2aDEuMjM4VjguNTY2aC0xLjIzOGMtLjAzMiAxLjYzNi0uNjg1IDMuNTUtMS42NzggNC42MjQtLjg5Ljk1Ni0yLjE1IDEuMzktMy41MiAxLjM5aC0xLjgxVjIuMTE4aDQuMmMyLjUyIDAgNC4wNS41MzMgNS4zMSAxLjc2MyAxLjI4IDEuMjYgMi41IDMuMzQgMy42MSA3LjAyaDEuMDdWLjk4aC0yNC40NnYxLjEzbDQuMjcuMDA0djI2LjQ2M2gtNC4yOHptLTguOTAyIDM5LjM2NWMtMS42NTggMC0zLjEyLS4yNi00LjctMS4xMDMtMi45MDUtMS44Mi00LjI4NC01Ljg5LTQuMjg0LTEyLjUxIDAtNi45IDEuMjctMTAuNDMgMy43Mi0xMi4zMyAxLjI4LS45IDMuMDMtMS4zNiA0LjY3LTEuMzYgNC42MSAwIDkuMzcgMi45MyAxMC42MyAxMC4yN2gxLjE3di0xMWgtLjk5bC0yLjAxIDMuNTZoLS4wOGMtMS40LTItNS4wNC00LjA3LTguNzYtNC4wNy04LjQgMC0xNS4wMyA2Ljg1LTE1LjAzIDE0LjkxIDAgOC4wNSA2LjI0IDE0LjkxIDE1LjUgMTQuOTEgNS41NCAwIDEwLjQ0LTIuODUgMTEuNjgtOS40MWwtMS4yNC0uMzVjLTEuMTUgNS4zNS00LjQ4IDguNDUtMTAuMjQgOC40NXptLTM0LjItMjYuNzA1aDQuMzgyVjY3LjY5aC00LjM4MnYxLjE0M2gxNC43NFY2Ny42OWgtNC4zNzZWNDEuMjM3aDQuMzd2LTEuMTVoLTE0Ljc0em0xMDAuOTc1IDBoMi4zOThjMS40NTcgMCAyLjE0Ljg2IDIuMTQgMi40NzN2MTYuMzczaC0uMTIzbC0xNS43NzMtMTkuOTk2aC0xMC42Mzh2MS4xNTNoMS4xOTVjMS41MyAwIDIuMzguNDk4IDMuMDIgMS4xMjYuNjQuNjMuODkgMS4zMi44OSAxLjkyNXYyMC43OWMwIDEuNTYtLjY2IDIuNi0yLjEzIDIuNmgtMi40M3YxLjE2aDEwLjU1di0xLjE2aC0yLjQyYy0xLjQ0LS4wMS0yLjEyLTEuMTEtMi4xMi0yLjU5VjQ0LjQzaC4wN2wxOS40OCAyNC42N2gxLjg2VjQzLjcxYzAtMS42My43LTIuNDczIDIuMTQtMi40NzNoMi4zM3YtMS4xNUgyNjZ2MS4xNXpNMTE4LjgxMiA2NS4xOGMtMS42NCAxLjg2My0zLjU1IDIuNDg1LTYuNTg0IDIuNDg1bC01LjA1LjAwNVY1NC45ODNoMi4yMWMxLjY4NyAwIDIuOTA1LjMzIDMuNzIgMS4yMDMgMS4wMjMuOTU0IDEuNyAyLjgxNiAxLjcyNyA0LjhoMS4yNDNWNDcuNzk4aC0xLjI0M2MtLjAyOCAyLS44NyAzLjg1NC0xLjc0NiA0LjgtLjc4Ljg4Mi0yIDEuMTktMy43MSAxLjE5aC0yLjIxVjQxLjIzMmg1LjQxYzIuNDEgMCA0LjE3LjYyMiA1LjE5IDEuNiAxLjcgMS40MjMgMi44NiAzLjM3MyAzLjkgNy4xMjNoMS4xMXYtOS44N0g5Ni43N3YxLjE0Nmg0LjQxNXYyNi40NUg5Ni43N3YxLjE2aDI2LjYzVjU4LjE4aC0uNjU3Yy0uODU0IDIuOTg1LTIuMzA2IDUuMTctMy45MzQgNy4wMDZ6bS00NC40MjYtNS4zMDRoLS4zMzRsLTguMDktMTkuNzlINTQuMzR2MS4xNTJoNC42ODJ2MjMuNzE0YzAgMS42Ny0uNzE1IDIuNy0yLjE3NCAyLjcxMkg1NC4zOHYxLjE3aDEwLjcwM3YtMS4xN2gtMi40OGMtMS40MjctLjAxMi0yLjEyNy0xLjExNi0yLjEyNy0yLjcxMlY0Mi4zNmguMTJMNzEuMjQgNjguOTNoMS4xNjRsOS41NzctMjYuNTdoLjExdjI1LjMyM2gtNC4zM3YxLjE1aDE0Ljcydi0xLjE1aC00LjQyVjQxLjIzN2g0LjQ0di0xLjE1SDgxLjQ2bC03LjA3NCAxOS43OXptNjUuNDc0LTE4LjY0aDQuNDdjMS4zMzYgMCAyLjY3NS4yOCAzLjQzLjcwOCAxLjY5OC45NiAyLjI5NiAyLjcyIDIuMjk2IDUuMjIgMCAyLjQ2OC0uNTg4IDQuMzg4LTIuMTEgNS40MDYtLjc1LjUzNS0yLjAzNi43NzItMy4zMS43NzJoLTQuNzc3VjQxLjIzN3pNMTU4IDY3LjMxNmMtMS4xMTYgMC0xLjczMy0uMy0yLjExNy0xLjYwNC0uMjU0LS44NzItLjQyNi0yLjcwNS0uNTg1LTQuMzYtLjQyNi00LjQzLTMuMjYyLTYuMjItNy4zMTYtNi45OHYtLjA5NmM1LjA3Mi0uNDI0IDguMjA1LTMuMDUzIDguMjA1LTcuMTMyIDAtNC40MzctMy4yODMtNy4wNTQtMTAuNjE3LTcuMDU0aC0xNi4xdjEuMTQ1bDQuNC4wMDZ2MjYuNDVoLTQuNHYxLjE1aDE0LjYzdi0xLjE1aC00LjI0MlY1NC41N2g0LjU5N2MyLjc1IDAgNC40MzcgMS4xNyA0LjU3MiA0LjM5My4wMjIuMjY2LjE1IDMuNDUuMTcyIDMuNzEuMiA0LjYxNyAyLjc2IDYuNjggNi4yOSA2LjY4IDQuNDUgMCA2LjI0LTIuMDE0IDYuMjgtNi4yODRsLTEuMjUtLjAzYy0uMDUgMy0uOTggNC4yNy0yLjUyIDQuMjd6bS0xMjcuMDkyLTguNjZsNC4yLTExLjE3NGguMTMzbDQuMDYgMTEuMTczaC04LjM5em0xOS41NCA5LjAxYy0xLjI5NSAwLTEuNzIzLS43MjYtMi4yNy0yLjE5NWwtOS41MzYtMjUuNDJIMzYuNThsLTkuMzMzIDI0LjQ5Yy0uNzgyIDEuOTgtMS40IDMuMTMtMy4yMTcgMy4xM2gtMS4zODd2MS4xN2g5LjIydi0xLjE3aC0xLjk2Yy0xLjg0NiAwLTEuODU0LTEuNDMtMS4xNTctMy4yN2wxLjcwOC00LjUzaDkuMjhsMi4wOTUgNS43OGMuNDEgMS4yMS41NyAyLjAzLS44NiAyLjAzaC0yLjI0djEuMTdoMTMuNjl2LTEuMTdoLTEuOTh6bTE3MC4wOTItOS4wMWw0LjIwMi0xMS4xNzRoLjEzMmw0LjA2IDExLjE3NGgtOC4zOTN6bTE5LjU0NCA5LjAxYy0xLjI5NSAwLTEuNzIzLS43MjYtMi4yNy0yLjE5NWwtOS41MzYtMjUuNDJoLTIuMDY0bC05LjMzNCAyNC40OWMtLjc3IDEuOTgtMS4zOSAzLjEzLTMuMjEgMy4xM2gtMS4zODN2MS4xN2g5LjIxN3YtMS4xN2gtMS45NjVjLTEuODUgMC0xLjg1LTEuNDMtMS4xNS0zLjI3bDEuNy00LjUzaDkuMjhsMi4xIDUuNzhjLjQxIDEuMjEuNTcgMi4wMy0uODcgMi4wM2gtMi4yNHYxLjE3aDEzLjd2LTEuMTdoLTEuOTh6IiBmaWxsPSIjMjMxRjIwIi8+PHBhdGggZD0iTTI4My40NTggNDAuNTk3aC0yLjE1di0uNTk1aDQuOTR2LjU5NWgtMi4xNXY2LjA2N2gtLjY0di02LjA2N3ptNC44NTItLjU5NWguODI3bDIuMjMyIDUuODM0aC4wMWwyLjIxLTUuODM0aC44NHY2LjY2MmgtLjY0di01LjU4aC0uMDJjLS4wOS4yOTYtLjI1LjczNy0uNDIgMS4xN2wtMS43MyA0LjQxaC0uNTlsLTEuNzMtNC40MWMtLjE2LS40MzMtLjI3LS43MTItLjQyLTEuMTloLS4wMnY1LjZoLS41OXYtNi42NjJ6IiBmaWxsPSIjMDEwMTAxIi8+PC9zdmc+");
  background-repeat: no-repeat;
  width: 300px;
  height: 70px; }
  .no-svg .icon__logo--lg {
    background-image: url("/img/png/icon__logo--lg.png"); }

.icon__mail--black {
  background-repeat: no-repeat;
  width: 16px;
  height: 11px; }
  .no-svg .icon__mail--black {
    background-image: url("/img/png/icon__mail--black.png"); }

.icon__mail--white {
  background-repeat: no-repeat; }
  .no-svg .icon__mail--white {
    background-image: url("/img/png/icon__mail--white.png"); }

.icon__play--lg--black {
  background-repeat: no-repeat;
  width: 76px;
  height: 76px; }
  .no-svg .icon__play--lg--black {
    background-image: url("/img/png/icon__play--lg--black.png"); }

.icon__play--lg--white {
  background-repeat: no-repeat;
  width: 76px;
  height: 76px; }
  .no-svg .icon__play--lg--white {
    background-image: url("/img/png/icon__play--lg--white.png"); }

.icon__play--xl--white {
  background-repeat: no-repeat;
  width: 150px;
  height: 150px; }
  .no-svg .icon__play--xl--white {
    background-image: url("/img/png/icon__play--xl--white.png"); }

.icon__play--md--black {
  background-repeat: no-repeat;
  width: 50px;
  height: 50px; }
  .no-svg .icon__play--md--black {
    background-image: url("/img/png/icon__play--md--black.png"); }

.icon__play--md--white {
  background-repeat: no-repeat;
  width: 50px;
  height: 50px; }
  .no-svg .icon__play--md--white {
    background-image: url("/img/png/icon__play--md--white.png"); }

.icon__play--sm--black {
  background-repeat: no-repeat;
  width: 30px;
  height: 30px; }
  .no-svg .icon__play--sm--black {
    background-image: url("/img/png/icon__play--sm--black.png"); }

.icon__play--sm--white {
  background-repeat: no-repeat;
  width: 30px;
  height: 30px; }
  .no-svg .icon__play--sm--white {
    background-image: url("/img/png/icon__play--sm--white.png"); }

.icon__print--black {
  background-repeat: no-repeat;
  width: 18px;
  height: 18px; }
  .no-svg .icon__print--black {
    background-image: url("/img/png/icon__print--black.png"); }

.icon__search--black {
  background-repeat: no-repeat;
  width: 16px;
  height: 16px; }
  .no-svg .icon__search--black {
    background-image: url("/img/png/icon__search--black.png"); }

.icon__search--white {
  background-repeat: no-repeat;
  width: 16px;
  height: 16px; }
  .no-svg .icon__search--white {
    background-image: url("/img/png/icon__search--white.png"); }

.icon__share--black {
  background-repeat: no-repeat;
  width: 17px;
  height: 14px; }
  .no-svg .icon__share--black {
    background-image: url("/img/png/icon__share--black.png"); }

.icon__timer--black {
  background-repeat: no-repeat;
  width: 73px;
  height: 73px; }
  .no-svg .icon__timer--black {
    background-image: url("/img/png/icon__timer--black.png"); }

.icon__slideshow--white {
  background-repeat: no-repeat;
  width: 20px;
  height: 16px; }
  .no-svg .icon__slideshow--white {
    background-image: url("/img/png/icon__slideshow--white.png"); }

.icon__twitter--black {
  background-repeat: no-repeat;
  width: 16px;
  height: 13px; }
  .no-svg .icon__twitter--black {
    background-image: url("/img/png/icon__twitter--black.png"); }

.icon__twitter--white {
  background-repeat: no-repeat;
  width: 16px;
  height: 13px; }
  .no-svg .icon__twitter--white {
    background-image: url("/img/png/icon__twitter--white.png"); }

.icon__rss--black {
  background-repeat: no-repeat;
  width: 16px;
  height: 19px; }
  .no-svg .icon__rss--black {
    background-image: url("/img/png/icon__rss--black.png"); }

.icon__youtube--black {
  background-repeat: no-repeat;
  width: 14px;
  height: 16px; }
  .no-svg .icon__youtube--black {
    background-image: url("/img/png/icon__youtube--black.png"); }

.icon__timeline-arrow--black {
  background-repeat: no-repeat;
  width: 16px;
  height: 10px; }
  .no-svg .icon__timeline-arrow--black {
    background-image: url("/img/png/icon__timeline-arrow--black.png"); }

.icon__menu--black {
  background-repeat: no-repeat;
  width: 20px;
  height: 12px; }
  .no-svg .icon__menu--black {
    background-image: url("/img/png/icon__menu--black.png"); }

.icon__close--filter {
  background-repeat: no-repeat;
  width: 10px;
  height: 10px; }
  .no-svg .icon__close--filter {
    background-image: url("/img/png/icon__close--filter.png"); }

.icon__close--white {
  background-repeat: no-repeat;
  width: 12px;
  height: 12px; }
  .no-svg .icon__close--white {
    background-image: url("/img/png/icon__close--white.png"); }

.icon__close--black {
  background-repeat: no-repeat;
  width: 12px;
  height: 12px; }
  .no-svg .icon__close--black {
    background-image: url("/img/png/icon__close--black.png"); }

.icon__leftarr--black {
  background-repeat: no-repeat;
  width: 7px;
  height: 10px; }
  .no-svg .icon__leftarr--black {
    background-image: url("/img/png/icon__leftarr--black.png"); }

.icon__rightarr--black {
  background-repeat: no-repeat;
  width: 7px;
  height: 10px; }
  .no-svg .icon__rightarr--black {
    background-image: url("/img/png/icon__rightarr--black.png"); }

.icon__rightarr--white {
  background-repeat: no-repeat;
  width: 7px;
  height: 10px; }
  .no-svg .icon__rightarr--white {
    background-image: url("/img/png/icon__rightarr--white.png"); }

.icon__uparr--black {
  background-repeat: no-repeat;
  width: 9px;
  height: 6px; }
  .no-svg .icon__uparr--black {
    background-image: url("/img/png/icon__uparr--black.png"); }

.icon__uparr--white {
  background-repeat: no-repeat;
  width: 9px;
  height: 6px; }
  .no-svg .icon__uparr--white {
    background-image: url("/img/png/icon__uparr--white.png"); }

.icon__leftarrlarge--black {
  background-repeat: no-repeat;
  width: 11px;
  height: 18px; }
  .no-svg .icon__leftarrlarge--black {
    background-image: url("/img/png/icon__leftarrlarge--black.png"); }

.icon__rightarrlarge--black {
  background-repeat: no-repeat;
  width: 11px;
  height: 18px; }
  .no-svg .icon__rightarrlarge--black {
    background-image: url("/img/png/icon__rightarrlarge--black.png"); }

.icon__link--black {
  background-repeat: no-repeat;
  width: 26px;
  height: 8px; }
  .no-svg .icon__link--black {
    background-image: url("/img/png/icon__link--black.png"); }

.icon__infographic--white {
  background-repeat: no-repeat;
  width: 14px;
  height: 16px; }
  .no-svg .icon__infographic--white {
    background-image: url("/img/png/icon__infographic--white.png"); }

.icon__mag-plus--white {
  background-repeat: no-repeat;
  width: 20px;
  height: 20px; }
  .no-svg .icon__mag-plus--white {
    background-image: url("/img/png/icon__mag-plus--white.png"); }

.icon__category-small--infographic {
  background-repeat: no-repeat;
  width: 20px;
  height: 15px; }
  .no-svg .icon__category-small--infographic {
    background-image: url("/img/png/icon__category-small--infographic.png"); }

.icon__category-small--video {
  background-repeat: no-repeat;
  width: 16px;
  height: 11px; }
  .no-svg .icon__category-small--video {
    background-image: url("/img/png/icon__category-small--video.png"); }

.icon__link--white {
  background-repeat: no-repeat;
  width: 26px;
  height: 8px; }
  .no-svg .icon__link--white {
    background-image: url("/img/png/icon__link--white.png"); }

.icon__share--white {
  background-repeat: no-repeat;
  width: 17px;
  height: 14px; }
  .no-svg .icon__share--white {
    background-image: url("/img/png/icon__share--white.png"); }

.icon__grid--white {
  background-repeat: no-repeat;
  width: 13px;
  height: 13px; }
  .no-svg .icon__grid--white {
    background-image: url("/img/png/icon__grid--white.png"); }

.icon__leftarrlarge--white {
  background-repeat: no-repeat;
  width: 11px;
  height: 18px; }
  .no-svg .icon__leftarrlarge--white {
    background-image: url("/img/png/icon__leftarrlarge--white.png"); }

.icon__rightarrlarge--white {
  background-repeat: no-repeat;
  width: 11px;
  height: 18px; }
  .no-svg .icon__rightarrlarge--white {
    background-image: url("/img/png/icon__rightarrlarge--white.png"); }

.icon__download--white {
  background-repeat: no-repeat;
  width: 10px;
  height: 10px; }
  .no-svg .icon__download--white {
    background-image: url("/img/png/icon__download--white.png"); }

.icon__download--black {
  background-repeat: no-repeat;
  width: 10px;
  height: 14px; }
  .no-svg .icon__download--black {
    background-image: url("/img/png/icon__download--black.png"); }

.icon__pause--sm--black {
  background-repeat: no-repeat;
  width: 30px;
  height: 30px; }
  .no-svg .icon__pause--sm--black {
    background-image: url("/img/png/icon__pause--sm--black.png"); }

.icon__leftarrsubscribe--blue {
  background-repeat: no-repeat;
  width: 11px;
  height: 18px; }
  .no-svg .icon__leftarrsubscribe--blue {
    background-image: url("/img/png/icon__leftarrsubscribe--blue.png"); }

.icon__leftarrsubscribe--white {
  background-repeat: no-repeat;
  width: 11px;
  height: 18px; }
  .no-svg .icon__leftarrsubscribe--white {
    background-image: url("/img/png/icon__leftarrsubscribe--white.png"); }

.icon__rightarrsubscribe--blue {
  background-repeat: no-repeat;
  width: 11px;
  height: 18px; }
  .no-svg .icon__rightarrsubscribe--blue {
    background-image: url("/img/png/icon__rightarrsubscribe--blue.png"); }

.icon__rightarrsubscribe--white {
  background-repeat: no-repeat;
  width: 11px;
  height: 18px; }
  .no-svg .icon__rightarrsubscribe--white {
    background-image: url("/img/png/icon__rightarrsubscribe--white.png"); }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ typography */
.t_feature-title {
  font-family: Georgia, serif;
  font-size: 48px;
  line-height: 1.1458333333;
  link-underline: "gradient"; }
  .brunel-deck-semibold-normal-normal-loaded .t_feature-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_feature-title:before, .t_feature-title:after {
    content: '';
    display: block; }
  .t_feature-title:before {
    margin-top: -0.7929166667em; }
  .t_feature-title:after {
    margin-top: -0.3529166667em; }
  .t_feature-title a {
    display: block; }
  .hit-area:hover .t_feature-title .underline,
  .hit:hover .t_feature-title .underline,
  a:hover .t_feature-title .underline,
  .t_feature-title a:hover .underline {
    position: relative;
    background-color: transparent;
    background-image: -webkit-linear-gradient(bottom, transparent 5px, #e5e5e5, 5px, #e5e5e5 6px, transparent 6px);
    background-image: linear-gradient(to top,transparent 5px, #e5e5e5, 5px, #e5e5e5 6px, transparent 6px); }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .t_feature-title .underline,
      .hit:hover .t_feature-title .underline,
      a:hover .t_feature-title .underline,
      .t_feature-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 5px, #b2b2b2, 5px, #b2b2b2 5.5px, transparent 5.5px);
        background-image: linear-gradient(to top,transparent 5px, #b2b2b2, 5px, #b2b2b2 5.5px, transparent 5.5px); } }
    html.no-cssgradients .hit-area:hover .t_feature-title .underline, html.no-cssgradients
    .hit:hover .t_feature-title .underline, html.no-cssgradients
    a:hover .t_feature-title .underline, html.no-cssgradients
    .t_feature-title a:hover .underline {
      border-bottom: 1px solid #e5e5e5;
      background-image: none; }
  @media (max-width: 1279px) {
    .t_feature-title {
      font-family: Georgia, serif;
      font-size: 36px;
      line-height: 1.1111111111;
      link-underline: "gradient"; }
      .brunel-deck-semibold-normal-normal-loaded .t_feature-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_feature-title:before, .t_feature-title:after {
        content: '';
        display: block; }
      .t_feature-title:before {
        margin-top: -0.7755555556em; }
      .t_feature-title:after {
        margin-top: -0.3355555556em; }
      .t_feature-title a {
        display: block; }
      .hit-area:hover .t_feature-title .underline,
      .hit:hover .t_feature-title .underline,
      a:hover .t_feature-title .underline,
      .t_feature-title a:hover .underline {
        position: relative;
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 4px, #e5e5e5, 4px, #e5e5e5 5px, transparent 5px);
        background-image: linear-gradient(to top,transparent 4px, #e5e5e5, 4px, #e5e5e5 5px, transparent 5px); } }
    @media (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .t_feature-title .underline,
      .hit:hover .t_feature-title .underline,
      a:hover .t_feature-title .underline,
      .t_feature-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 4px, #b2b2b2, 4px, #b2b2b2 4.5px, transparent 4.5px);
        background-image: linear-gradient(to top,transparent 4px, #b2b2b2, 4px, #b2b2b2 4.5px, transparent 4.5px); } }
  @media (max-width: 1279px) {
        html.no-cssgradients .hit-area:hover .t_feature-title .underline, html.no-cssgradients
        .hit:hover .t_feature-title .underline, html.no-cssgradients
        a:hover .t_feature-title .underline, html.no-cssgradients
        .t_feature-title a:hover .underline {
          border-bottom: 1px solid #e5e5e5;
          background-image: none; } }
  @media (max-width: 767px) {
    .t_feature-title {
      font-family: Georgia, serif;
      font-size: 22px;
      line-height: 1.1363636364;
      link-underline: "gradient"; }
      .brunel-text-medium-normal-normal-loaded .t_feature-title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_feature-title:before, .t_feature-title:after {
        content: '';
        display: block; }
      .t_feature-title:before {
        margin-top: -0.8731818182em; }
      .t_feature-title:after {
        margin-top: -0.2631818182em; }
      .t_feature-title a {
        display: block; }
      .hit-area:hover .t_feature-title .underline,
      .hit:hover .t_feature-title .underline,
      a:hover .t_feature-title .underline,
      .t_feature-title a:hover .underline {
        position: relative;
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px);
        background-image: linear-gradient(to top,transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px); } }
    @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .t_feature-title .underline,
      .hit:hover .t_feature-title .underline,
      a:hover .t_feature-title .underline,
      .t_feature-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px);
        background-image: linear-gradient(to top,transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px); } }
  @media (max-width: 767px) {
        html.no-cssgradients .hit-area:hover .t_feature-title .underline, html.no-cssgradients
        .hit:hover .t_feature-title .underline, html.no-cssgradients
        a:hover .t_feature-title .underline, html.no-cssgradients
        .t_feature-title a:hover .underline {
          border-bottom: 1px solid #e5e5e5;
          background-image: none; } }

.tx_feature-title {
  font-family: Georgia, serif;
  font-size: 48px;
  line-height: 1.1458333333;
  link-underline: "gradient"; }
  .brunel-deck-semibold-normal-normal-loaded .tx_feature-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .tx_feature-title a {
    display: block; }
  .hit-area:hover .tx_feature-title .underline,
  .hit:hover .tx_feature-title .underline,
  a:hover .tx_feature-title .underline,
  .tx_feature-title a:hover .underline {
    position: relative;
    background-color: transparent;
    background-image: -webkit-linear-gradient(bottom, transparent 5px, #e5e5e5, 5px, #e5e5e5 6px, transparent 6px);
    background-image: linear-gradient(to top,transparent 5px, #e5e5e5, 5px, #e5e5e5 6px, transparent 6px); }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .tx_feature-title .underline,
      .hit:hover .tx_feature-title .underline,
      a:hover .tx_feature-title .underline,
      .tx_feature-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 5px, #b2b2b2, 5px, #b2b2b2 5.5px, transparent 5.5px);
        background-image: linear-gradient(to top,transparent 5px, #b2b2b2, 5px, #b2b2b2 5.5px, transparent 5.5px); } }
    html.no-cssgradients .hit-area:hover .tx_feature-title .underline, html.no-cssgradients
    .hit:hover .tx_feature-title .underline, html.no-cssgradients
    a:hover .tx_feature-title .underline, html.no-cssgradients
    .tx_feature-title a:hover .underline {
      border-bottom: 1px solid #e5e5e5;
      background-image: none; }
  @media (max-width: 1279px) {
    .tx_feature-title {
      font-family: Georgia, serif;
      font-size: 36px;
      line-height: 1.1111111111;
      link-underline: "gradient"; }
      .brunel-deck-semibold-normal-normal-loaded .tx_feature-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .tx_feature-title a {
        display: block; }
      .hit-area:hover .tx_feature-title .underline,
      .hit:hover .tx_feature-title .underline,
      a:hover .tx_feature-title .underline,
      .tx_feature-title a:hover .underline {
        position: relative;
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 4px, #e5e5e5, 4px, #e5e5e5 5px, transparent 5px);
        background-image: linear-gradient(to top,transparent 4px, #e5e5e5, 4px, #e5e5e5 5px, transparent 5px); } }
    @media (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .tx_feature-title .underline,
      .hit:hover .tx_feature-title .underline,
      a:hover .tx_feature-title .underline,
      .tx_feature-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 4px, #b2b2b2, 4px, #b2b2b2 4.5px, transparent 4.5px);
        background-image: linear-gradient(to top,transparent 4px, #b2b2b2, 4px, #b2b2b2 4.5px, transparent 4.5px); } }
  @media (max-width: 1279px) {
        html.no-cssgradients .hit-area:hover .tx_feature-title .underline, html.no-cssgradients
        .hit:hover .tx_feature-title .underline, html.no-cssgradients
        a:hover .tx_feature-title .underline, html.no-cssgradients
        .tx_feature-title a:hover .underline {
          border-bottom: 1px solid #e5e5e5;
          background-image: none; } }
  @media (max-width: 767px) {
    .tx_feature-title {
      font-family: Georgia, serif;
      font-size: 22px;
      line-height: 1.1363636364;
      link-underline: "gradient"; }
      .brunel-text-medium-normal-normal-loaded .tx_feature-title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .tx_feature-title a {
        display: block; }
      .hit-area:hover .tx_feature-title .underline,
      .hit:hover .tx_feature-title .underline,
      a:hover .tx_feature-title .underline,
      .tx_feature-title a:hover .underline {
        position: relative;
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px);
        background-image: linear-gradient(to top,transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px); } }
    @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .tx_feature-title .underline,
      .hit:hover .tx_feature-title .underline,
      a:hover .tx_feature-title .underline,
      .tx_feature-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px);
        background-image: linear-gradient(to top,transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px); } }
  @media (max-width: 767px) {
        html.no-cssgradients .hit-area:hover .tx_feature-title .underline, html.no-cssgradients
        .hit:hover .tx_feature-title .underline, html.no-cssgradients
        a:hover .tx_feature-title .underline, html.no-cssgradients
        .tx_feature-title a:hover .underline {
          border-bottom: 1px solid #e5e5e5;
          background-image: none; } }

.t_article-title {
  font-family: Georgia, serif;
  font-size: 60px;
  line-height: 1.0833333333; }
  .brunel-deck-semibold-normal-normal-loaded .t_article-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_article-title:before, .t_article-title:after {
    content: '';
    display: block; }
  .t_article-title:before {
    margin-top: -0.7616666667em; }
  .t_article-title:after {
    margin-top: -0.3216666667em; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .t_article-title {
      font-family: Georgia, serif;
      font-size: 40px;
      line-height: 1.125; }
      .brunel-deck-semibold-normal-normal-loaded .t_article-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_article-title:before, .t_article-title:after {
        content: '';
        display: block; }
      .t_article-title:before {
        margin-top: -0.7825em; }
      .t_article-title:after {
        margin-top: -0.3425em; } }
  @media (min-width: 500px) and (max-width: 768px) {
    .t_article-title {
      font-family: Georgia, serif;
      font-size: 34px;
      line-height: 1.1176470588; }
      .brunel-text-medium-normal-normal-loaded .t_article-title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_article-title:before, .t_article-title:after {
        content: '';
        display: block; }
      .t_article-title:before {
        margin-top: -0.8638235294em; }
      .t_article-title:after {
        margin-top: -0.2538235294em; } }
  @media (max-width: 767px) {
    .t_article-title {
      font-family: Georgia, serif;
      font-size: 22px;
      line-height: 1.1363636364; }
      .brunel-text-medium-normal-normal-loaded .t_article-title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_article-title:before, .t_article-title:after {
        content: '';
        display: block; }
      .t_article-title:before {
        margin-top: -0.8731818182em; }
      .t_article-title:after {
        margin-top: -0.2631818182em; } }

.tx_article-title {
  font-family: Georgia, serif;
  font-size: 60px;
  line-height: 1.0833333333; }
  .brunel-deck-semibold-normal-normal-loaded .tx_article-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .tx_article-title {
      font-family: Georgia, serif;
      font-size: 40px;
      line-height: 1.125; }
      .brunel-deck-semibold-normal-normal-loaded .tx_article-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: normal; } }
  @media (min-width: 500px) and (max-width: 768px) {
    .tx_article-title {
      font-family: Georgia, serif;
      font-size: 34px;
      line-height: 1.1176470588; }
      .brunel-text-medium-normal-normal-loaded .tx_article-title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; } }
  @media (max-width: 767px) {
    .tx_article-title {
      font-family: Georgia, serif;
      font-size: 22px;
      line-height: 1.1363636364; }
      .brunel-text-medium-normal-normal-loaded .tx_article-title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; } }

.t_article-subtitle {
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.25; }
  .brunel-text-medium-normal-italic-loaded .t_article-subtitle {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  .t_article-subtitle:before, .t_article-subtitle:after {
    content: '';
    display: block; }
  .t_article-subtitle:before {
    margin-top: -0.93em; }
  .t_article-subtitle:after {
    margin-top: -0.32em; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .t_article-subtitle {
      font-family: Georgia, serif;
      font-size: 18px;
      line-height: 1.3888888889; }
      .brunel-text-medium-normal-italic-loaded .t_article-subtitle {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: italic; }
      .t_article-subtitle:before, .t_article-subtitle:after {
        content: '';
        display: block; }
      .t_article-subtitle:before {
        margin-top: -0.9994444444em; }
      .t_article-subtitle:after {
        margin-top: -0.3894444444em; } }
  @media (min-width: 500px) and (max-width: 768px) {
    .t_article-subtitle {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.375; }
      .brunel-text-medium-normal-italic-loaded .t_article-subtitle {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: italic; }
      .t_article-subtitle:before, .t_article-subtitle:after {
        content: '';
        display: block; }
      .t_article-subtitle:before {
        margin-top: -0.9925em; }
      .t_article-subtitle:after {
        margin-top: -0.3825em; } }
  @media (max-width: 767px) {
    .t_article-subtitle {
      font-family: Georgia, serif;
      font-size: 14px;
      line-height: 1.4285714286; }
      .brunel-text-medium-normal-italic-loaded .t_article-subtitle {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: italic; }
      .t_article-subtitle:before, .t_article-subtitle:after {
        content: '';
        display: block; }
      .t_article-subtitle:before {
        margin-top: -1.0192857143em; }
      .t_article-subtitle:after {
        margin-top: -0.4092857143em; } }

.tx_article-subtitle {
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.25; }
  .brunel-text-medium-normal-italic-loaded .tx_article-subtitle {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .tx_article-subtitle {
      font-family: Georgia, serif;
      font-size: 18px;
      line-height: 1.3888888889; }
      .brunel-text-medium-normal-italic-loaded .tx_article-subtitle {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: italic; } }
  @media (min-width: 500px) and (max-width: 768px) {
    .tx_article-subtitle {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.375; }
      .brunel-text-medium-normal-italic-loaded .tx_article-subtitle {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: italic; } }
  @media (max-width: 767px) {
    .tx_article-subtitle {
      font-family: Georgia, serif;
      font-size: 14px;
      line-height: 1.4285714286; }
      .brunel-text-medium-normal-italic-loaded .tx_article-subtitle {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: italic; } }

.t_listing-title {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.1666666667;
  link-underline: "gradient"; }
  .brunel-deck-semibold-normal-normal-loaded .t_listing-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_listing-title:before, .t_listing-title:after {
    content: '';
    display: block; }
  .t_listing-title:before {
    margin-top: -0.8033333333em; }
  .t_listing-title:after {
    margin-top: -0.3633333333em; }
  .t_listing-title a {
    display: block; }
  .hit-area:hover .t_listing-title .underline,
  .hit:hover .t_listing-title .underline,
  a:hover .t_listing-title .underline,
  .t_listing-title a:hover .underline {
    position: relative;
    background-color: transparent;
    background-image: -webkit-linear-gradient(bottom, transparent 3px, #e5e5e5, 3px, #e5e5e5 4px, transparent 4px);
    background-image: linear-gradient(to top,transparent 3px, #e5e5e5, 3px, #e5e5e5 4px, transparent 4px); }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .t_listing-title .underline,
      .hit:hover .t_listing-title .underline,
      a:hover .t_listing-title .underline,
      .t_listing-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 3px, #b2b2b2, 3px, #b2b2b2 3.5px, transparent 3.5px);
        background-image: linear-gradient(to top,transparent 3px, #b2b2b2, 3px, #b2b2b2 3.5px, transparent 3.5px); } }
    html.no-cssgradients .hit-area:hover .t_listing-title .underline, html.no-cssgradients
    .hit:hover .t_listing-title .underline, html.no-cssgradients
    a:hover .t_listing-title .underline, html.no-cssgradients
    .t_listing-title a:hover .underline {
      border-bottom: 1px solid #e5e5e5;
      background-image: none; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .t_listing-title {
      font-family: Georgia, serif;
      font-size: 20px;
      line-height: 1.25;
      link-underline: "gradient"; }
      .brunel-deck-semibold-normal-normal-loaded .t_listing-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_listing-title:before, .t_listing-title:after {
        content: '';
        display: block; }
      .t_listing-title:before {
        margin-top: -0.845em; }
      .t_listing-title:after {
        margin-top: -0.405em; }
      .t_listing-title a {
        display: block; }
      .hit-area:hover .t_listing-title .underline,
      .hit:hover .t_listing-title .underline,
      a:hover .t_listing-title .underline,
      .t_listing-title a:hover .underline {
        position: relative;
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px);
        background-image: linear-gradient(to top,transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px); } }
    @media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .t_listing-title .underline,
      .hit:hover .t_listing-title .underline,
      a:hover .t_listing-title .underline,
      .t_listing-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px);
        background-image: linear-gradient(to top,transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px); } }
  @media (min-width: 768px) and (max-width: 1023px) {
        html.no-cssgradients .hit-area:hover .t_listing-title .underline, html.no-cssgradients
        .hit:hover .t_listing-title .underline, html.no-cssgradients
        a:hover .t_listing-title .underline, html.no-cssgradients
        .t_listing-title a:hover .underline {
          border-bottom: 1px solid #e5e5e5;
          background-image: none; } }
  @media (max-width: 767px) {
    .t_listing-title {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.25;
      link-underline: "gradient"; }
      .brunel-deck-semibold-normal-normal-loaded .t_listing-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_listing-title:before, .t_listing-title:after {
        content: '';
        display: block; }
      .t_listing-title:before {
        margin-top: -0.845em; }
      .t_listing-title:after {
        margin-top: -0.405em; }
      .t_listing-title a {
        display: block; }
      .hit-area:hover .t_listing-title .underline,
      .hit:hover .t_listing-title .underline,
      a:hover .t_listing-title .underline,
      .t_listing-title a:hover .underline {
        position: relative;
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px);
        background-image: linear-gradient(to top,transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px); } }
    @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .t_listing-title .underline,
      .hit:hover .t_listing-title .underline,
      a:hover .t_listing-title .underline,
      .t_listing-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px);
        background-image: linear-gradient(to top,transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px); } }
  @media (max-width: 767px) {
        html.no-cssgradients .hit-area:hover .t_listing-title .underline, html.no-cssgradients
        .hit:hover .t_listing-title .underline, html.no-cssgradients
        a:hover .t_listing-title .underline, html.no-cssgradients
        .t_listing-title a:hover .underline {
          border-bottom: 1px solid #e5e5e5;
          background-image: none; } }

.tx_listing-title {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.1666666667;
  link-underline: "gradient"; }
  .brunel-deck-semibold-normal-normal-loaded .tx_listing-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .tx_listing-title a {
    display: block; }
  .hit-area:hover .tx_listing-title .underline,
  .hit:hover .tx_listing-title .underline,
  a:hover .tx_listing-title .underline,
  .tx_listing-title a:hover .underline {
    position: relative;
    background-color: transparent;
    background-image: -webkit-linear-gradient(bottom, transparent 3px, #e5e5e5, 3px, #e5e5e5 4px, transparent 4px);
    background-image: linear-gradient(to top,transparent 3px, #e5e5e5, 3px, #e5e5e5 4px, transparent 4px); }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .tx_listing-title .underline,
      .hit:hover .tx_listing-title .underline,
      a:hover .tx_listing-title .underline,
      .tx_listing-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 3px, #b2b2b2, 3px, #b2b2b2 3.5px, transparent 3.5px);
        background-image: linear-gradient(to top,transparent 3px, #b2b2b2, 3px, #b2b2b2 3.5px, transparent 3.5px); } }
    html.no-cssgradients .hit-area:hover .tx_listing-title .underline, html.no-cssgradients
    .hit:hover .tx_listing-title .underline, html.no-cssgradients
    a:hover .tx_listing-title .underline, html.no-cssgradients
    .tx_listing-title a:hover .underline {
      border-bottom: 1px solid #e5e5e5;
      background-image: none; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .tx_listing-title {
      font-family: Georgia, serif;
      font-size: 20px;
      line-height: 1.25;
      link-underline: "gradient"; }
      .brunel-deck-semibold-normal-normal-loaded .tx_listing-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .tx_listing-title a {
        display: block; }
      .hit-area:hover .tx_listing-title .underline,
      .hit:hover .tx_listing-title .underline,
      a:hover .tx_listing-title .underline,
      .tx_listing-title a:hover .underline {
        position: relative;
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px);
        background-image: linear-gradient(to top,transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px); } }
    @media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .tx_listing-title .underline,
      .hit:hover .tx_listing-title .underline,
      a:hover .tx_listing-title .underline,
      .tx_listing-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px);
        background-image: linear-gradient(to top,transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px); } }
  @media (min-width: 768px) and (max-width: 1023px) {
        html.no-cssgradients .hit-area:hover .tx_listing-title .underline, html.no-cssgradients
        .hit:hover .tx_listing-title .underline, html.no-cssgradients
        a:hover .tx_listing-title .underline, html.no-cssgradients
        .tx_listing-title a:hover .underline {
          border-bottom: 1px solid #e5e5e5;
          background-image: none; } }
  @media (max-width: 767px) {
    .tx_listing-title {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.25;
      link-underline: "gradient"; }
      .brunel-deck-semibold-normal-normal-loaded .tx_listing-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .tx_listing-title a {
        display: block; }
      .hit-area:hover .tx_listing-title .underline,
      .hit:hover .tx_listing-title .underline,
      a:hover .tx_listing-title .underline,
      .tx_listing-title a:hover .underline {
        position: relative;
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px);
        background-image: linear-gradient(to top,transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px); } }
    @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .tx_listing-title .underline,
      .hit:hover .tx_listing-title .underline,
      a:hover .tx_listing-title .underline,
      .tx_listing-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px);
        background-image: linear-gradient(to top,transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px); } }
  @media (max-width: 767px) {
        html.no-cssgradients .hit-area:hover .tx_listing-title .underline, html.no-cssgradients
        .hit:hover .tx_listing-title .underline, html.no-cssgradients
        a:hover .tx_listing-title .underline, html.no-cssgradients
        .tx_listing-title a:hover .underline {
          border-bottom: 1px solid #e5e5e5;
          background-image: none; } }

.t_listing-blog-latest-title {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.1666666667;
  link-underline: "gradient"; }
  .brunel-deck-semibold-normal-normal-loaded .t_listing-blog-latest-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_listing-blog-latest-title:before, .t_listing-blog-latest-title:after {
    content: '';
    display: block; }
  .t_listing-blog-latest-title:before {
    margin-top: -0.8033333333em; }
  .t_listing-blog-latest-title:after {
    margin-top: -0.3633333333em; }
  .t_listing-blog-latest-title a {
    display: block; }
  .hit-area:hover .t_listing-blog-latest-title .underline,
  .hit:hover .t_listing-blog-latest-title .underline,
  a:hover .t_listing-blog-latest-title .underline,
  .t_listing-blog-latest-title a:hover .underline {
    position: relative;
    background-color: transparent;
    background-image: -webkit-linear-gradient(bottom, transparent 3px, #e5e5e5, 3px, #e5e5e5 4px, transparent 4px);
    background-image: linear-gradient(to top,transparent 3px, #e5e5e5, 3px, #e5e5e5 4px, transparent 4px); }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .t_listing-blog-latest-title .underline,
      .hit:hover .t_listing-blog-latest-title .underline,
      a:hover .t_listing-blog-latest-title .underline,
      .t_listing-blog-latest-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 3px, #b2b2b2, 3px, #b2b2b2 3.5px, transparent 3.5px);
        background-image: linear-gradient(to top,transparent 3px, #b2b2b2, 3px, #b2b2b2 3.5px, transparent 3.5px); } }
    html.no-cssgradients .hit-area:hover .t_listing-blog-latest-title .underline, html.no-cssgradients
    .hit:hover .t_listing-blog-latest-title .underline, html.no-cssgradients
    a:hover .t_listing-blog-latest-title .underline, html.no-cssgradients
    .t_listing-blog-latest-title a:hover .underline {
      border-bottom: 1px solid #e5e5e5;
      background-image: none; }
  @media (max-width: 1023px) {
    .t_listing-blog-latest-title {
      font-family: Georgia, serif;
      font-size: 22px;
      line-height: 1.1363636364;
      link-underline: "gradient"; }
      .brunel-text-medium-normal-normal-loaded .t_listing-blog-latest-title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_listing-blog-latest-title:before, .t_listing-blog-latest-title:after {
        content: '';
        display: block; }
      .t_listing-blog-latest-title:before {
        margin-top: -0.8731818182em; }
      .t_listing-blog-latest-title:after {
        margin-top: -0.2631818182em; }
      .t_listing-blog-latest-title a {
        display: block; }
      .hit-area:hover .t_listing-blog-latest-title .underline,
      .hit:hover .t_listing-blog-latest-title .underline,
      a:hover .t_listing-blog-latest-title .underline,
      .t_listing-blog-latest-title a:hover .underline {
        position: relative;
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px);
        background-image: linear-gradient(to top,transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px); } }
    @media (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .t_listing-blog-latest-title .underline,
      .hit:hover .t_listing-blog-latest-title .underline,
      a:hover .t_listing-blog-latest-title .underline,
      .t_listing-blog-latest-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px);
        background-image: linear-gradient(to top,transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px); } }
  @media (max-width: 1023px) {
        html.no-cssgradients .hit-area:hover .t_listing-blog-latest-title .underline, html.no-cssgradients
        .hit:hover .t_listing-blog-latest-title .underline, html.no-cssgradients
        a:hover .t_listing-blog-latest-title .underline, html.no-cssgradients
        .t_listing-blog-latest-title a:hover .underline {
          border-bottom: 1px solid #e5e5e5;
          background-image: none; } }

.tx_listing-blog-latest-title {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.1666666667;
  link-underline: "gradient"; }
  .brunel-deck-semibold-normal-normal-loaded .tx_listing-blog-latest-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .tx_listing-blog-latest-title a {
    display: block; }
  .hit-area:hover .tx_listing-blog-latest-title .underline,
  .hit:hover .tx_listing-blog-latest-title .underline,
  a:hover .tx_listing-blog-latest-title .underline,
  .tx_listing-blog-latest-title a:hover .underline {
    position: relative;
    background-color: transparent;
    background-image: -webkit-linear-gradient(bottom, transparent 3px, #e5e5e5, 3px, #e5e5e5 4px, transparent 4px);
    background-image: linear-gradient(to top,transparent 3px, #e5e5e5, 3px, #e5e5e5 4px, transparent 4px); }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .tx_listing-blog-latest-title .underline,
      .hit:hover .tx_listing-blog-latest-title .underline,
      a:hover .tx_listing-blog-latest-title .underline,
      .tx_listing-blog-latest-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 3px, #b2b2b2, 3px, #b2b2b2 3.5px, transparent 3.5px);
        background-image: linear-gradient(to top,transparent 3px, #b2b2b2, 3px, #b2b2b2 3.5px, transparent 3.5px); } }
    html.no-cssgradients .hit-area:hover .tx_listing-blog-latest-title .underline, html.no-cssgradients
    .hit:hover .tx_listing-blog-latest-title .underline, html.no-cssgradients
    a:hover .tx_listing-blog-latest-title .underline, html.no-cssgradients
    .tx_listing-blog-latest-title a:hover .underline {
      border-bottom: 1px solid #e5e5e5;
      background-image: none; }
  @media (max-width: 1023px) {
    .tx_listing-blog-latest-title {
      font-family: Georgia, serif;
      font-size: 22px;
      line-height: 1.1363636364;
      link-underline: "gradient"; }
      .brunel-text-medium-normal-normal-loaded .tx_listing-blog-latest-title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .tx_listing-blog-latest-title a {
        display: block; }
      .hit-area:hover .tx_listing-blog-latest-title .underline,
      .hit:hover .tx_listing-blog-latest-title .underline,
      a:hover .tx_listing-blog-latest-title .underline,
      .tx_listing-blog-latest-title a:hover .underline {
        position: relative;
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px);
        background-image: linear-gradient(to top,transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px); } }
    @media (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .tx_listing-blog-latest-title .underline,
      .hit:hover .tx_listing-blog-latest-title .underline,
      a:hover .tx_listing-blog-latest-title .underline,
      .tx_listing-blog-latest-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px);
        background-image: linear-gradient(to top,transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px); } }
  @media (max-width: 1023px) {
        html.no-cssgradients .hit-area:hover .tx_listing-blog-latest-title .underline, html.no-cssgradients
        .hit:hover .tx_listing-blog-latest-title .underline, html.no-cssgradients
        a:hover .tx_listing-blog-latest-title .underline, html.no-cssgradients
        .tx_listing-blog-latest-title a:hover .underline {
          border-bottom: 1px solid #e5e5e5;
          background-image: none; } }

.t_small-listing-title {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.3157894737;
  link-underline: "border"; }
  .brunel-text-medium-normal-normal-loaded .t_small-listing-title {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_small-listing-title:before, .t_small-listing-title:after {
    content: '';
    display: block; }
  .t_small-listing-title:before {
    margin-top: -0.9628947368em; }
  .t_small-listing-title:after {
    margin-top: -0.3528947368em; }
  .t_small-listing-title a {
    display: block; }
  .hit-area:hover .t_small-listing-title .underline,
  .hit:hover .t_small-listing-title .underline,
  a:hover .t_small-listing-title .underline,
  .t_small-listing-title a:hover .underline {
    border-bottom: 1px solid #e5e5e5;
    background-image: none; }
  @media (max-width: 1279px) {
    .t_small-listing-title {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.25;
      link-underline: "border"; }
      .brunel-text-medium-normal-normal-loaded .t_small-listing-title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_small-listing-title:before, .t_small-listing-title:after {
        content: '';
        display: block; }
      .t_small-listing-title:before {
        margin-top: -0.93em; }
      .t_small-listing-title:after {
        margin-top: -0.32em; }
      .t_small-listing-title a {
        display: block; }
      .hit-area:hover .t_small-listing-title .underline,
      .hit:hover .t_small-listing-title .underline,
      a:hover .t_small-listing-title .underline,
      .t_small-listing-title a:hover .underline {
        border-bottom: 1px solid #e5e5e5;
        background-image: none; } }
  @media (max-width: 767px) {
    .t_small-listing-title {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.25;
      link-underline: "border"; }
      .brunel-text-medium-normal-normal-loaded .t_small-listing-title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_small-listing-title:before, .t_small-listing-title:after {
        content: '';
        display: block; }
      .t_small-listing-title:before {
        margin-top: -0.93em; }
      .t_small-listing-title:after {
        margin-top: -0.32em; }
      .t_small-listing-title a {
        display: block; }
      .hit-area:hover .t_small-listing-title .underline,
      .hit:hover .t_small-listing-title .underline,
      a:hover .t_small-listing-title .underline,
      .t_small-listing-title a:hover .underline {
        border-bottom: 1px solid #e5e5e5;
        background-image: none; } }

.tx_small-listing-title {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.3157894737;
  link-underline: "border"; }
  .brunel-text-medium-normal-normal-loaded .tx_small-listing-title {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .tx_small-listing-title a {
    display: block; }
  .hit-area:hover .tx_small-listing-title .underline,
  .hit:hover .tx_small-listing-title .underline,
  a:hover .tx_small-listing-title .underline,
  .tx_small-listing-title a:hover .underline {
    border-bottom: 1px solid #e5e5e5;
    background-image: none; }
  @media (max-width: 1279px) {
    .tx_small-listing-title {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.25;
      link-underline: "border"; }
      .brunel-text-medium-normal-normal-loaded .tx_small-listing-title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .tx_small-listing-title a {
        display: block; }
      .hit-area:hover .tx_small-listing-title .underline,
      .hit:hover .tx_small-listing-title .underline,
      a:hover .tx_small-listing-title .underline,
      .tx_small-listing-title a:hover .underline {
        border-bottom: 1px solid #e5e5e5;
        background-image: none; } }
  @media (max-width: 767px) {
    .tx_small-listing-title {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.25;
      link-underline: "border"; }
      .brunel-text-medium-normal-normal-loaded .tx_small-listing-title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .tx_small-listing-title a {
        display: block; }
      .hit-area:hover .tx_small-listing-title .underline,
      .hit:hover .tx_small-listing-title .underline,
      a:hover .tx_small-listing-title .underline,
      .tx_small-listing-title a:hover .underline {
        border-bottom: 1px solid #e5e5e5;
        background-image: none; } }

.t_meta {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4285714286; }
  .benton-normal-normal-loaded .t_meta {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .t_meta:before, .t_meta:after {
    content: '';
    display: block; }
  .t_meta:before {
    margin-top: -1.0642857143em; }
  .t_meta:after {
    margin-top: -0.3642857143em; }
  @media (max-width: 1279px) {
    .t_meta {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 12px;
      line-height: 1.6666666667; }
      .benton-normal-normal-loaded .t_meta {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal; }
      .t_meta:before, .t_meta:after {
        content: '';
        display: block; }
      .t_meta:before {
        margin-top: -1.1833333333em; }
      .t_meta:after {
        margin-top: -0.4833333333em; } }

.tx_meta {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4285714286; }
  .benton-normal-normal-loaded .tx_meta {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  @media (max-width: 1279px) {
    .tx_meta {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 12px;
      line-height: 1.6666666667; }
      .benton-normal-normal-loaded .tx_meta {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal; } }

.t_meta--header {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4285714286; }
  .benton-normal-normal-loaded .t_meta--header {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .t_meta--header:before, .t_meta--header:after {
    content: '';
    display: block; }
  .t_meta--header:before {
    margin-top: -1.0642857143em; }
  .t_meta--header:after {
    margin-top: -0.3642857143em; }
  @media (max-width: 1279px) {
    .t_meta--header {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 13px;
      line-height: 1.5384615385; }
      .benton-normal-normal-loaded .t_meta--header {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal; }
      .t_meta--header:before, .t_meta--header:after {
        content: '';
        display: block; }
      .t_meta--header:before {
        margin-top: -1.1192307692em; }
      .t_meta--header:after {
        margin-top: -0.4192307692em; } }

.tx_meta--header {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4285714286; }
  .benton-normal-normal-loaded .tx_meta--header {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  @media (max-width: 1279px) {
    .tx_meta--header {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 13px;
      line-height: 1.5384615385; }
      .benton-normal-normal-loaded .tx_meta--header {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal; } }

.t_landing-nav {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2; }
  .benton-normal-normal-loaded .t_landing-nav {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .t_landing-nav:before, .t_landing-nav:after {
    content: '';
    display: block; }
  .t_landing-nav:before {
    margin-top: -0.95em; }
  .t_landing-nav:after {
    margin-top: -0.25em; }

.tx_landing-nav {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2; }
  .benton-normal-normal-loaded .tx_landing-nav {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }

.t_landing-nav--current {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2; }
  .benton-bold-normal-loaded .t_landing-nav--current {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }
  .t_landing-nav--current:before, .t_landing-nav--current:after {
    content: '';
    display: block; }
  .t_landing-nav--current:before {
    margin-top: -0.95em; }
  .t_landing-nav--current:after {
    margin-top: -0.25em; }

.tx_landing-nav--current {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2; }
  .benton-bold-normal-loaded .tx_landing-nav--current {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }

.t_caption {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5384615385; }
  .benton-normal-normal-loaded .t_caption {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .t_caption:before, .t_caption:after {
    content: '';
    display: block; }
  .t_caption:before {
    margin-top: -1.1192307692em; }
  .t_caption:after {
    margin-top: -0.4192307692em; }

.tx_caption {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5384615385; }
  .benton-normal-normal-loaded .tx_caption {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }

.t_meta--sponsor {
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 1.5384615385;
  text-transform: uppercase; }
  .brunel-text-medium-normal-italic-loaded .t_meta--sponsor {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  .t_meta--sponsor:before, .t_meta--sponsor:after {
    content: '';
    display: block; }
  .t_meta--sponsor:before {
    margin-top: -1.0742307692em; }
  .t_meta--sponsor:after {
    margin-top: -0.4642307692em; }

.tx_meta--sponsor {
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 1.5384615385;
  text-transform: uppercase; }
  .brunel-text-medium-normal-italic-loaded .tx_meta--sponsor {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: italic; }

.t_tag {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3333333333;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .benton-bold-normal-loaded .t_tag {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }
  .t_tag:before, .t_tag:after {
    content: '';
    display: block; }
  .t_tag:before {
    margin-top: -1.0166666667em; }
  .t_tag:after {
    margin-top: -0.3166666667em; }
  @media (max-width: 1279px) {
    .t_tag {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 10px;
      line-height: 1.5;
      text-transform: uppercase;
      letter-spacing: 3px; }
      .benton-bold-normal-loaded .t_tag {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-style: normal; }
      .t_tag:before, .t_tag:after {
        content: '';
        display: block; }
      .t_tag:before {
        margin-top: -1.1em; }
      .t_tag:after {
        margin-top: -0.4em; } }

.tx_tag {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3333333333;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .benton-bold-normal-loaded .tx_tag {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }
  @media (max-width: 1279px) {
    .tx_tag {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 10px;
      line-height: 1.5;
      text-transform: uppercase;
      letter-spacing: 3px; }
      .benton-bold-normal-loaded .tx_tag {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-style: normal; } }

.t_tag--header {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2307692308;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .benton-bold-normal-loaded .t_tag--header {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }
  .t_tag--header:before, .t_tag--header:after {
    content: '';
    display: block; }
  .t_tag--header:before {
    margin-top: -0.9653846154em; }
  .t_tag--header:after {
    margin-top: -0.2653846154em; }
  @media (max-width: 767px) {
    .t_tag--header {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 10px;
      line-height: 1;
      letter-spacing: 2px;
      text-transform: uppercase; }
      .benton-bold-normal-loaded .t_tag--header {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-style: normal; }
      .t_tag--header:before, .t_tag--header:after {
        content: '';
        display: block; }
      .t_tag--header:before {
        margin-top: -0.85em; }
      .t_tag--header:after {
        margin-top: -0.15em; } }

.tx_tag--header {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2307692308;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .benton-bold-normal-loaded .tx_tag--header {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }
  @media (max-width: 767px) {
    .tx_tag--header {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 10px;
      line-height: 1;
      letter-spacing: 2px;
      text-transform: uppercase; }
      .benton-bold-normal-loaded .tx_tag--header {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-style: normal; } }

.t_tag--button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 2.3076923077;
  text-transform: uppercase;
  letter-spacing: 0.25em; }
  .benton-bold-normal-loaded .t_tag--button {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }
  .t_tag--button:before, .t_tag--button:after {
    content: '';
    display: block; }
  .t_tag--button:before {
    margin-top: -1.5038461538em; }
  .t_tag--button:after {
    margin-top: -0.8038461538em; }

.tx_tag--button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 2.3076923077;
  text-transform: uppercase;
  letter-spacing: 0.25em; }
  .benton-bold-normal-loaded .tx_tag--button {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }

.t_tag--product {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.3636363636;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .benton-bold-normal-loaded .t_tag--product {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }
  .t_tag--product:before, .t_tag--product:after {
    content: '';
    display: block; }
  .t_tag--product:before {
    margin-top: -1.0318181818em; }
  .t_tag--product:after {
    margin-top: -0.3318181818em; }

.tx_tag--product {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.3636363636;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .benton-bold-normal-loaded .tx_tag--product {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }

.t_tag--credit {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.3636363636; }
  .benton-normal-normal-loaded .t_tag--credit {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .t_tag--credit:before, .t_tag--credit:after {
    content: '';
    display: block; }
  .t_tag--credit:before {
    margin-top: -1.0318181818em; }
  .t_tag--credit:after {
    margin-top: -0.3318181818em; }

.tx_tag--credit {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.3636363636; }
  .benton-normal-normal-loaded .tx_tag--credit {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }

.t_body, .article-text > p, .article-text > ol, .article-text > ul, .footer-text > p, .footer-text > ol, .footer-text > ul {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.3888888889; }
  .t_body:before, .article-text > p:before, .article-text > ol:before, .article-text > ul:before, .footer-text > p:before, .footer-text > ol:before, .footer-text > ul:before, .t_body:after, .article-text > p:after, .article-text > ol:after, .article-text > ul:after, .footer-text > p:after, .footer-text > ol:after, .footer-text > ul:after {
    content: '';
    display: block; }
  .t_body:before, .article-text > p:before, .article-text > ol:before, .article-text > ul:before, .footer-text > p:before, .footer-text > ol:before, .footer-text > ul:before {
    margin-top: -1.0444444444em; }
  .t_body:after, .article-text > p:after, .article-text > ol:after, .article-text > ul:after, .footer-text > p:after, .footer-text > ol:after, .footer-text > ul:after {
    margin-top: -0.3444444444em; }
  @media (max-width: 1279px) {
    .t_body, .article-text > p, .article-text > ol, .article-text > ul, .footer-text > p, .footer-text > ol, .footer-text > ul {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.5625; }
      .t_body:before, .article-text > p:before, .article-text > ol:before, .article-text > ul:before, .footer-text > p:before, .footer-text > ol:before, .footer-text > ul:before, .t_body:after, .article-text > p:after, .article-text > ol:after, .article-text > ul:after, .footer-text > p:after, .footer-text > ol:after, .footer-text > ul:after {
        content: '';
        display: block; }
      .t_body:before, .article-text > p:before, .article-text > ol:before, .article-text > ul:before, .footer-text > p:before, .footer-text > ol:before, .footer-text > ul:before {
        margin-top: -1.13125em; }
      .t_body:after, .article-text > p:after, .article-text > ol:after, .article-text > ul:after, .footer-text > p:after, .footer-text > ol:after, .footer-text > ul:after {
        margin-top: -0.43125em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .t_body, .article-text > p, .article-text > ol, .article-text > ul, .footer-text > p, .footer-text > ol, .footer-text > ul {
      font-family: Georgia, serif;
      font-size: 18px;
      line-height: 1.6666666667; }
      .t_body:before, .article-text > p:before, .article-text > ol:before, .article-text > ul:before, .footer-text > p:before, .footer-text > ol:before, .footer-text > ul:before, .t_body:after, .article-text > p:after, .article-text > ol:after, .article-text > ul:after, .footer-text > p:after, .footer-text > ol:after, .footer-text > ul:after {
        content: '';
        display: block; }
      .t_body:before, .article-text > p:before, .article-text > ol:before, .article-text > ul:before, .footer-text > p:before, .footer-text > ol:before, .footer-text > ul:before {
        margin-top: -1.1833333333em; }
      .t_body:after, .article-text > p:after, .article-text > ol:after, .article-text > ul:after, .footer-text > p:after, .footer-text > ol:after, .footer-text > ul:after {
        margin-top: -0.4833333333em; } }

.tx_body {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.3888888889; }
  @media (max-width: 1279px) {
    .tx_body {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.5625; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .tx_body {
      font-family: Georgia, serif;
      font-size: 18px;
      line-height: 1.6666666667; } }

.t_body--article, .article-text > p, .article-text > ol, .article-text > ul, .footer-text > p, .footer-text > ol, .footer-text > ul {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6666666667; }
  .t_body--article:before, .article-text > p:before, .article-text > ol:before, .article-text > ul:before, .footer-text > p:before, .footer-text > ol:before, .footer-text > ul:before, .t_body--article:after, .article-text > p:after, .article-text > ol:after, .article-text > ul:after, .footer-text > p:after, .footer-text > ol:after, .footer-text > ul:after {
    content: '';
    display: block; }
  .t_body--article:before, .article-text > p:before, .article-text > ol:before, .article-text > ul:before, .footer-text > p:before, .footer-text > ol:before, .footer-text > ul:before {
    margin-top: -1.1833333333em; }
  .t_body--article:after, .article-text > p:after, .article-text > ol:after, .article-text > ul:after, .footer-text > p:after, .footer-text > ol:after, .footer-text > ul:after {
    margin-top: -0.4833333333em; }
  @media (max-width: 1279px) {
    .t_body--article, .article-text > p, .article-text > ol, .article-text > ul, .footer-text > p, .footer-text > ol, .footer-text > ul {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.5625; }
      .t_body--article:before, .article-text > p:before, .article-text > ol:before, .article-text > ul:before, .footer-text > p:before, .footer-text > ol:before, .footer-text > ul:before, .t_body--article:after, .article-text > p:after, .article-text > ol:after, .article-text > ul:after, .footer-text > p:after, .footer-text > ol:after, .footer-text > ul:after {
        content: '';
        display: block; }
      .t_body--article:before, .article-text > p:before, .article-text > ol:before, .article-text > ul:before, .footer-text > p:before, .footer-text > ol:before, .footer-text > ul:before {
        margin-top: -1.13125em; }
      .t_body--article:after, .article-text > p:after, .article-text > ol:after, .article-text > ul:after, .footer-text > p:after, .footer-text > ol:after, .footer-text > ul:after {
        margin-top: -0.43125em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .t_body--article, .article-text > p, .article-text > ol, .article-text > ul, .footer-text > p, .footer-text > ol, .footer-text > ul {
      font-family: Georgia, serif;
      font-size: 18px;
      line-height: 1.6666666667; }
      .t_body--article:before, .article-text > p:before, .article-text > ol:before, .article-text > ul:before, .footer-text > p:before, .footer-text > ol:before, .footer-text > ul:before, .t_body--article:after, .article-text > p:after, .article-text > ol:after, .article-text > ul:after, .footer-text > p:after, .footer-text > ol:after, .footer-text > ul:after {
        content: '';
        display: block; }
      .t_body--article:before, .article-text > p:before, .article-text > ol:before, .article-text > ul:before, .footer-text > p:before, .footer-text > ol:before, .footer-text > ul:before {
        margin-top: -1.1833333333em; }
      .t_body--article:after, .article-text > p:after, .article-text > ol:after, .article-text > ul:after, .footer-text > p:after, .footer-text > ol:after, .footer-text > ul:after {
        margin-top: -0.4833333333em; } }

.tx_body--article {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6666666667; }
  @media (max-width: 1279px) {
    .tx_body--article {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.5625; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .tx_body--article {
      font-family: Georgia, serif;
      font-size: 18px;
      line-height: 1.6666666667; } }

.t_article-summary {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6666666667; }
  .t_article-summary:before, .t_article-summary:after {
    content: '';
    display: block; }
  .t_article-summary:before {
    margin-top: -1.1833333333em; }
  .t_article-summary:after {
    margin-top: -0.4833333333em; }
  @media (max-width: 1279px) {
    .t_article-summary {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.5625; }
      .brunel-text-medium-normal-normal-loaded .t_article-summary {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_article-summary:before, .t_article-summary:after {
        content: '';
        display: block; }
      .t_article-summary:before {
        margin-top: -1.08625em; }
      .t_article-summary:after {
        margin-top: -0.47625em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .t_article-summary {
      font-family: Georgia, serif;
      font-size: 18px;
      line-height: 1.6666666667; }
      .t_article-summary:before, .t_article-summary:after {
        content: '';
        display: block; }
      .t_article-summary:before {
        margin-top: -1.1833333333em; }
      .t_article-summary:after {
        margin-top: -0.4833333333em; } }

.tx_article-summary {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6666666667; }
  @media (max-width: 1279px) {
    .tx_article-summary {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.5625; }
      .brunel-text-medium-normal-normal-loaded .tx_article-summary {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .tx_article-summary {
      font-family: Georgia, serif;
      font-size: 18px;
      line-height: 1.6666666667; } }

.t_article-summary--thin {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6666666667; }
  .t_article-summary--thin:before, .t_article-summary--thin:after {
    content: '';
    display: block; }
  .t_article-summary--thin:before {
    margin-top: -1.1833333333em; }
  .t_article-summary--thin:after {
    margin-top: -0.4833333333em; }
  @media (max-width: 1279px) {
    .t_article-summary--thin {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.375; }
      .brunel-text-medium-normal-normal-loaded .t_article-summary--thin {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_article-summary--thin:before, .t_article-summary--thin:after {
        content: '';
        display: block; }
      .t_article-summary--thin:before {
        margin-top: -0.9925em; }
      .t_article-summary--thin:after {
        margin-top: -0.3825em; } }

.tx_article-summary--thin {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6666666667; }
  @media (max-width: 1279px) {
    .tx_article-summary--thin {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.375; }
      .brunel-text-medium-normal-normal-loaded .tx_article-summary--thin {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; } }

.t_quote {
  font-family: Georgia, serif;
  font-size: 36px;
  line-height: 1.1111111111; }
  .brunel-deck-semibold-normal-italic-loaded .t_quote {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  .t_quote:before, .t_quote:after {
    content: '';
    display: block; }
  .t_quote:before {
    margin-top: -0.7755555556em; }
  .t_quote:after {
    margin-top: -0.3355555556em; }
  @media (max-width: 767px) {
    .t_quote {
      font-family: Georgia, serif;
      font-size: 18px;
      line-height: 1.3888888889; }
      .brunel-deck-semibold-normal-italic-loaded .t_quote {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: italic; }
      .t_quote:before, .t_quote:after {
        content: '';
        display: block; }
      .t_quote:before {
        margin-top: -0.9144444444em; }
      .t_quote:after {
        margin-top: -0.4744444444em; } }

.tx_quote {
  font-family: Georgia, serif;
  font-size: 36px;
  line-height: 1.1111111111; }
  .brunel-deck-semibold-normal-italic-loaded .tx_quote {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  @media (max-width: 767px) {
    .tx_quote {
      font-family: Georgia, serif;
      font-size: 18px;
      line-height: 1.3888888889; }
      .brunel-deck-semibold-normal-italic-loaded .tx_quote {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: italic; } }

.t_podcasts-subscribe-title {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.3333333333; }
  .brunel-deck-semibold-normal-italic-loaded .t_podcasts-subscribe-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  .t_podcasts-subscribe-title:before, .t_podcasts-subscribe-title:after {
    content: '';
    display: block; }
  .t_podcasts-subscribe-title:before {
    margin-top: -0.8866666667em; }
  .t_podcasts-subscribe-title:after {
    margin-top: -0.4466666667em; }

.tx_podcasts-subscribe-title {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.3333333333; }
  .brunel-deck-semibold-normal-italic-loaded .tx_podcasts-subscribe-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }

.t_article-comment-group-title {
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-transform: uppercase; }
  .brunel-deck-semibold-normal-normal-loaded .t_article-comment-group-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_article-comment-group-title:before, .t_article-comment-group-title:after {
    content: '';
    display: block; }
  .t_article-comment-group-title:before {
    margin-top: -0.97em; }
  .t_article-comment-group-title:after {
    margin-top: -0.53em; }

.tx_article-comment-group-title {
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-transform: uppercase; }
  .brunel-deck-semibold-normal-normal-loaded .tx_article-comment-group-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }

.t_small-title {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6666666667; }
  .t_small-title:before, .t_small-title:after {
    content: '';
    display: block; }
  .t_small-title:before {
    margin-top: -1.1833333333em; }
  .t_small-title:after {
    margin-top: -0.4833333333em; }

.tx_small-title {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6666666667; }

.t_current-issue-title {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.2; }
  .brunel-deck-semibold-normal-italic-loaded .t_current-issue-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  .t_current-issue-title:before, .t_current-issue-title:after {
    content: '';
    display: block; }
  .t_current-issue-title:before {
    margin-top: -0.82em; }
  .t_current-issue-title:after {
    margin-top: -0.38em; }

.tx_current-issue-title {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.2; }
  .brunel-deck-semibold-normal-italic-loaded .tx_current-issue-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }

.t_issue-label {
  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 1.6666666667;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .brunel-text-medium-normal-normal-loaded .t_issue-label {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_issue-label:before, .t_issue-label:after {
    content: '';
    display: block; }
  .t_issue-label:before {
    margin-top: -1.1383333333em; }
  .t_issue-label:after {
    margin-top: -0.5283333333em; }
  @media (max-width: 1023px) {
    .t_issue-label {
      font-family: Georgia, serif;
      font-size: 18px;
      line-height: 1.6666666667;
      text-transform: uppercase;
      letter-spacing: 3px; }
      .brunel-text-medium-normal-normal-loaded .t_issue-label {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_issue-label:before, .t_issue-label:after {
        content: '';
        display: block; }
      .t_issue-label:before {
        margin-top: -1.1383333333em; }
      .t_issue-label:after {
        margin-top: -0.5283333333em; } }

.tx_issue-label {
  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 1.6666666667;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .brunel-text-medium-normal-normal-loaded .tx_issue-label {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  @media (max-width: 1023px) {
    .tx_issue-label {
      font-family: Georgia, serif;
      font-size: 18px;
      line-height: 1.6666666667;
      text-transform: uppercase;
      letter-spacing: 3px; }
      .brunel-text-medium-normal-normal-loaded .tx_issue-label {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; } }

.t_issue-num {
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 1.1764705882; }
  .brunel-poster-bold-normal-italic-loaded .t_issue-num {
    font-family: "Brunel-Poster-Bold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  .t_issue-num:before, .t_issue-num:after {
    content: '';
    display: block; }
  .t_issue-num:before {
    margin-top: -0.8082352941em; }
  .t_issue-num:after {
    margin-top: -0.3682352941em; }

.tx_issue-num {
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 1.1764705882; }
  .brunel-poster-bold-normal-italic-loaded .tx_issue-num {
    font-family: "Brunel-Poster-Bold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }

.t_home-archive-title {
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.25; }
  .brunel-deck-semibold-normal-normal-loaded .t_home-archive-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_home-archive-title:before, .t_home-archive-title:after {
    content: '';
    display: block; }
  .t_home-archive-title:before {
    margin-top: -0.845em; }
  .t_home-archive-title:after {
    margin-top: -0.405em; }
  @media (max-width: 767px) {
    .t_home-archive-title {
      font-family: Georgia, serif;
      font-size: 20px;
      line-height: 1.25; }
      .brunel-text-medium-normal-normal-loaded .t_home-archive-title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_home-archive-title:before, .t_home-archive-title:after {
        content: '';
        display: block; }
      .t_home-archive-title:before {
        margin-top: -0.93em; }
      .t_home-archive-title:after {
        margin-top: -0.32em; } }

.tx_home-archive-title {
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.25; }
  .brunel-deck-semibold-normal-normal-loaded .tx_home-archive-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  @media (max-width: 767px) {
    .tx_home-archive-title {
      font-family: Georgia, serif;
      font-size: 20px;
      line-height: 1.25; }
      .brunel-text-medium-normal-normal-loaded .tx_home-archive-title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; } }

.t_small-li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4285714286; }
  .benton-normal-normal-loaded .t_small-li {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .t_small-li:before, .t_small-li:after {
    content: '';
    display: block; }
  .t_small-li:before {
    margin-top: -1.0642857143em; }
  .t_small-li:after {
    margin-top: -0.3642857143em; }

.tx_small-li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4285714286; }
  .benton-normal-normal-loaded .tx_small-li {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }

.t_store-nav-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.1111111111;
  text-transform: uppercase;
  letter-spacing: 10px; }
  .benton-bold-normal-loaded .t_store-nav-title {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }
  .t_store-nav-title:before, .t_store-nav-title:after {
    content: '';
    display: block; }
  .t_store-nav-title:before {
    margin-top: -0.9055555556em; }
  .t_store-nav-title:after {
    margin-top: -0.2055555556em; }
  @media (max-width: 767px) {
    .t_store-nav-title {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 20px;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: 10px; }
      .benton-bold-normal-loaded .t_store-nav-title {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-style: normal; }
      .t_store-nav-title:before, .t_store-nav-title:after {
        content: '';
        display: block; }
      .t_store-nav-title:before {
        margin-top: -0.95em; }
      .t_store-nav-title:after {
        margin-top: -0.25em; } }

.tx_store-nav-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.1111111111;
  text-transform: uppercase;
  letter-spacing: 10px; }
  .benton-bold-normal-loaded .tx_store-nav-title {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }
  @media (max-width: 767px) {
    .tx_store-nav-title {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 20px;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: 10px; }
      .benton-bold-normal-loaded .tx_store-nav-title {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-style: normal; } }

.t_course-title {
  font-family: Georgia, serif;
  font-size: 36px;
  line-height: 0.9722222222;
  link-underline: "gradient"; }
  .brunel-deck-semibold-normal-normal-loaded .t_course-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_course-title:before, .t_course-title:after {
    content: '';
    display: block; }
  .t_course-title:before {
    margin-top: -0.7061111111em; }
  .t_course-title:after {
    margin-top: -0.2661111111em; }
  .t_course-title a {
    display: block; }
  .hit-area:hover .t_course-title .underline,
  .hit:hover .t_course-title .underline,
  a:hover .t_course-title .underline,
  .t_course-title a:hover .underline {
    position: relative;
    background-color: transparent;
    background-image: -webkit-linear-gradient(bottom, transparent 4px, #e5e5e5, 4px, #e5e5e5 5px, transparent 5px);
    background-image: linear-gradient(to top,transparent 4px, #e5e5e5, 4px, #e5e5e5 5px, transparent 5px); }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .t_course-title .underline,
      .hit:hover .t_course-title .underline,
      a:hover .t_course-title .underline,
      .t_course-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 4px, #b2b2b2, 4px, #b2b2b2 4.5px, transparent 4.5px);
        background-image: linear-gradient(to top,transparent 4px, #b2b2b2, 4px, #b2b2b2 4.5px, transparent 4.5px); } }
    html.no-cssgradients .hit-area:hover .t_course-title .underline, html.no-cssgradients
    .hit:hover .t_course-title .underline, html.no-cssgradients
    a:hover .t_course-title .underline, html.no-cssgradients
    .t_course-title a:hover .underline {
      border-bottom: 1px solid #e5e5e5;
      background-image: none; }
  @media (max-width: 767px) {
    .t_course-title {
      font-family: Georgia, serif;
      font-size: 26px;
      line-height: 0.9615384615;
      link-underline: "gradient"; }
      .brunel-deck-semibold-normal-normal-loaded .t_course-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_course-title:before, .t_course-title:after {
        content: '';
        display: block; }
      .t_course-title:before {
        margin-top: -0.7007692308em; }
      .t_course-title:after {
        margin-top: -0.2607692308em; }
      .t_course-title a {
        display: block; }
      .hit-area:hover .t_course-title .underline,
      .hit:hover .t_course-title .underline,
      a:hover .t_course-title .underline,
      .t_course-title a:hover .underline {
        position: relative;
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 3px, #e5e5e5, 3px, #e5e5e5 4px, transparent 4px);
        background-image: linear-gradient(to top,transparent 3px, #e5e5e5, 3px, #e5e5e5 4px, transparent 4px); } }
    @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .t_course-title .underline,
      .hit:hover .t_course-title .underline,
      a:hover .t_course-title .underline,
      .t_course-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 3px, #b2b2b2, 3px, #b2b2b2 3.5px, transparent 3.5px);
        background-image: linear-gradient(to top,transparent 3px, #b2b2b2, 3px, #b2b2b2 3.5px, transparent 3.5px); } }
  @media (max-width: 767px) {
        html.no-cssgradients .hit-area:hover .t_course-title .underline, html.no-cssgradients
        .hit:hover .t_course-title .underline, html.no-cssgradients
        a:hover .t_course-title .underline, html.no-cssgradients
        .t_course-title a:hover .underline {
          border-bottom: 1px solid #e5e5e5;
          background-image: none; } }

.tx_course-title {
  font-family: Georgia, serif;
  font-size: 36px;
  line-height: 0.9722222222;
  link-underline: "gradient"; }
  .brunel-deck-semibold-normal-normal-loaded .tx_course-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .tx_course-title a {
    display: block; }
  .hit-area:hover .tx_course-title .underline,
  .hit:hover .tx_course-title .underline,
  a:hover .tx_course-title .underline,
  .tx_course-title a:hover .underline {
    position: relative;
    background-color: transparent;
    background-image: -webkit-linear-gradient(bottom, transparent 4px, #e5e5e5, 4px, #e5e5e5 5px, transparent 5px);
    background-image: linear-gradient(to top,transparent 4px, #e5e5e5, 4px, #e5e5e5 5px, transparent 5px); }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .tx_course-title .underline,
      .hit:hover .tx_course-title .underline,
      a:hover .tx_course-title .underline,
      .tx_course-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 4px, #b2b2b2, 4px, #b2b2b2 4.5px, transparent 4.5px);
        background-image: linear-gradient(to top,transparent 4px, #b2b2b2, 4px, #b2b2b2 4.5px, transparent 4.5px); } }
    html.no-cssgradients .hit-area:hover .tx_course-title .underline, html.no-cssgradients
    .hit:hover .tx_course-title .underline, html.no-cssgradients
    a:hover .tx_course-title .underline, html.no-cssgradients
    .tx_course-title a:hover .underline {
      border-bottom: 1px solid #e5e5e5;
      background-image: none; }
  @media (max-width: 767px) {
    .tx_course-title {
      font-family: Georgia, serif;
      font-size: 26px;
      line-height: 0.9615384615;
      link-underline: "gradient"; }
      .brunel-deck-semibold-normal-normal-loaded .tx_course-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .tx_course-title a {
        display: block; }
      .hit-area:hover .tx_course-title .underline,
      .hit:hover .tx_course-title .underline,
      a:hover .tx_course-title .underline,
      .tx_course-title a:hover .underline {
        position: relative;
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 3px, #e5e5e5, 3px, #e5e5e5 4px, transparent 4px);
        background-image: linear-gradient(to top,transparent 3px, #e5e5e5, 3px, #e5e5e5 4px, transparent 4px); } }
    @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .tx_course-title .underline,
      .hit:hover .tx_course-title .underline,
      a:hover .tx_course-title .underline,
      .tx_course-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 3px, #b2b2b2, 3px, #b2b2b2 3.5px, transparent 3.5px);
        background-image: linear-gradient(to top,transparent 3px, #b2b2b2, 3px, #b2b2b2 3.5px, transparent 3.5px); } }
  @media (max-width: 767px) {
        html.no-cssgradients .hit-area:hover .tx_course-title .underline, html.no-cssgradients
        .hit:hover .tx_course-title .underline, html.no-cssgradients
        a:hover .tx_course-title .underline, html.no-cssgradients
        .tx_course-title a:hover .underline {
          border-bottom: 1px solid #e5e5e5;
          background-image: none; } }

.t_banner-label {
  font-family: Georgia, serif;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase; }
  .brunel-text-medium-normal-normal-loaded .t_banner-label {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_banner-label:before, .t_banner-label:after {
    content: '';
    display: block; }
  .t_banner-label:before {
    margin-top: -1.005em; }
  .t_banner-label:after {
    margin-top: -0.395em; }

.tx_banner-label {
  font-family: Georgia, serif;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase; }
  .brunel-text-medium-normal-normal-loaded .tx_banner-label {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }

.t_blog-listing-detail-title {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.15em;
  text-transform: uppercase; }
  .brunel-text-medium-normal-normal-loaded .t_blog-listing-detail-title {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_blog-listing-detail-title:before, .t_blog-listing-detail-title:after {
    content: '';
    display: block; }
  .t_blog-listing-detail-title:before {
    margin-top: -0.9161111111em; }
  .t_blog-listing-detail-title:after {
    margin-top: -0.3061111111em; }

.tx_blog-listing-detail-title {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.15em;
  text-transform: uppercase; }
  .brunel-text-medium-normal-normal-loaded .tx_blog-listing-detail-title {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }

.t_category-header-title {
  font-family: Georgia, serif;
  font-size: 48px;
  line-height: 0.7291666667; }
  .brunel-deck-semibold-normal-italic-loaded .t_category-header-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  .t_category-header-title:before, .t_category-header-title:after {
    content: '';
    display: block; }
  .t_category-header-title:before {
    margin-top: -0.5845833333em; }
  .t_category-header-title:after {
    margin-top: -0.1445833333em; }
  @media (max-width: 767px) {
    .t_category-header-title {
      font-family: Georgia, serif;
      font-size: 24px;
      line-height: 1.0416666667; }
      .brunel-deck-semibold-normal-italic-loaded .t_category-header-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: italic; }
      .t_category-header-title:before, .t_category-header-title:after {
        content: '';
        display: block; }
      .t_category-header-title:before {
        margin-top: -0.7408333333em; }
      .t_category-header-title:after {
        margin-top: -0.3008333333em; } }

.tx_category-header-title {
  font-family: Georgia, serif;
  font-size: 48px;
  line-height: 0.7291666667; }
  .brunel-deck-semibold-normal-italic-loaded .tx_category-header-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  @media (max-width: 767px) {
    .tx_category-header-title {
      font-family: Georgia, serif;
      font-size: 24px;
      line-height: 1.0416666667; }
      .brunel-deck-semibold-normal-italic-loaded .tx_category-header-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: italic; } }

.t_blog-listing-subtitle {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.9444444444; }
  .t_blog-listing-subtitle:before, .t_blog-listing-subtitle:after {
    content: '';
    display: block; }
  .t_blog-listing-subtitle:before {
    margin-top: -1.3222222222em; }
  .t_blog-listing-subtitle:after {
    margin-top: -0.6222222222em; }
  @media (max-width: 767px) {
    .t_blog-listing-subtitle {
      font-family: Georgia, serif;
      font-size: 14px;
      line-height: 1.4285714286; }
      .t_blog-listing-subtitle:before, .t_blog-listing-subtitle:after {
        content: '';
        display: block; }
      .t_blog-listing-subtitle:before {
        margin-top: -1.0642857143em; }
      .t_blog-listing-subtitle:after {
        margin-top: -0.3642857143em; } }

.tx_blog-listing-subtitle {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.9444444444; }
  @media (max-width: 767px) {
    .tx_blog-listing-subtitle {
      font-family: Georgia, serif;
      font-size: 14px;
      line-height: 1.4285714286; } }

.t_issue-item-title {
  font-family: Georgia, serif;
  font-size: 26px;
  line-height: 0.7692307692; }
  .brunel-text-medium-normal-italic-loaded .t_issue-item-title {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  .t_issue-item-title:before, .t_issue-item-title:after {
    content: '';
    display: block; }
  .t_issue-item-title:before {
    margin-top: -0.6896153846em; }
  .t_issue-item-title:after {
    margin-top: -0.0796153846em; }

.tx_issue-item-title {
  font-family: Georgia, serif;
  font-size: 26px;
  line-height: 0.7692307692; }
  .brunel-text-medium-normal-italic-loaded .tx_issue-item-title {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: italic; }

.t_issue-item-date {
  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 1.1666666667;
  text-transform: uppercase;
  letter-spacing: 0.3em; }
  .brunel-text-medium-normal-normal-loaded .t_issue-item-date {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_issue-item-date:before, .t_issue-item-date:after {
    content: '';
    display: block; }
  .t_issue-item-date:before {
    margin-top: -0.8883333333em; }
  .t_issue-item-date:after {
    margin-top: -0.2783333333em; }

.tx_issue-item-date {
  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 1.1666666667;
  text-transform: uppercase;
  letter-spacing: 0.3em; }
  .brunel-text-medium-normal-normal-loaded .tx_issue-item-date {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }

.t_article-header-blog-category {
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.0416666667; }
  .brunel-deck-semibold-normal-italic-loaded .t_article-header-blog-category {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  .t_article-header-blog-category:before, .t_article-header-blog-category:after {
    content: '';
    display: block; }
  .t_article-header-blog-category:before {
    margin-top: -0.7408333333em; }
  .t_article-header-blog-category:after {
    margin-top: -0.3008333333em; }

.tx_article-header-blog-category {
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.0416666667; }
  .brunel-deck-semibold-normal-italic-loaded .tx_article-header-blog-category {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }

.t_article-next-label {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 3px;
  text-transform: uppercase; }
  .brunel-text-medium-normal-normal-loaded .t_article-next-label {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_article-next-label:before, .t_article-next-label:after {
    content: '';
    display: block; }
  .t_article-next-label:before {
    margin-top: -1.3764285714em; }
  .t_article-next-label:after {
    margin-top: -0.7664285714em; }
  @media (max-width: 767px) {
    .t_article-next-label {
      font-family: Georgia, serif;
      font-size: 12px;
      line-height: 1.6666666667;
      letter-spacing: 3px;
      text-transform: uppercase; }
      .brunel-text-medium-normal-normal-loaded .t_article-next-label {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_article-next-label:before, .t_article-next-label:after {
        content: '';
        display: block; }
      .t_article-next-label:before {
        margin-top: -1.1383333333em; }
      .t_article-next-label:after {
        margin-top: -0.5283333333em; } }

.tx_article-next-label {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 3px;
  text-transform: uppercase; }
  .brunel-text-medium-normal-normal-loaded .tx_article-next-label {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  @media (max-width: 767px) {
    .tx_article-next-label {
      font-family: Georgia, serif;
      font-size: 12px;
      line-height: 1.6666666667;
      letter-spacing: 3px;
      text-transform: uppercase; }
      .brunel-text-medium-normal-normal-loaded .tx_article-next-label {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; } }

.t_article-next-title {
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.25;
  link-underline: "gradient"; }
  .brunel-deck-semibold-normal-normal-loaded .t_article-next-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_article-next-title:before, .t_article-next-title:after {
    content: '';
    display: block; }
  .t_article-next-title:before {
    margin-top: -0.845em; }
  .t_article-next-title:after {
    margin-top: -0.405em; }
  .t_article-next-title a {
    display: block; }
  .hit-area:hover .t_article-next-title .underline,
  .hit:hover .t_article-next-title .underline,
  a:hover .t_article-next-title .underline,
  .t_article-next-title a:hover .underline {
    position: relative;
    background-color: transparent;
    background-image: -webkit-linear-gradient(bottom, transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px);
    background-image: linear-gradient(to top,transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px); }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .t_article-next-title .underline,
      .hit:hover .t_article-next-title .underline,
      a:hover .t_article-next-title .underline,
      .t_article-next-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px);
        background-image: linear-gradient(to top,transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px); } }
    html.no-cssgradients .hit-area:hover .t_article-next-title .underline, html.no-cssgradients
    .hit:hover .t_article-next-title .underline, html.no-cssgradients
    a:hover .t_article-next-title .underline, html.no-cssgradients
    .t_article-next-title a:hover .underline {
      border-bottom: 1px solid #e5e5e5;
      background-image: none; }
  @media (max-width: 767px) {
    .t_article-next-title {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.25;
      link-underline: "gradient"; }
      .brunel-deck-semibold-normal-normal-loaded .t_article-next-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_article-next-title:before, .t_article-next-title:after {
        content: '';
        display: block; }
      .t_article-next-title:before {
        margin-top: -0.845em; }
      .t_article-next-title:after {
        margin-top: -0.405em; }
      .t_article-next-title a {
        display: block; }
      .hit-area:hover .t_article-next-title .underline,
      .hit:hover .t_article-next-title .underline,
      a:hover .t_article-next-title .underline,
      .t_article-next-title a:hover .underline {
        position: relative;
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px);
        background-image: linear-gradient(to top,transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px); } }
    @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .t_article-next-title .underline,
      .hit:hover .t_article-next-title .underline,
      a:hover .t_article-next-title .underline,
      .t_article-next-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px);
        background-image: linear-gradient(to top,transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px); } }
  @media (max-width: 767px) {
        html.no-cssgradients .hit-area:hover .t_article-next-title .underline, html.no-cssgradients
        .hit:hover .t_article-next-title .underline, html.no-cssgradients
        a:hover .t_article-next-title .underline, html.no-cssgradients
        .t_article-next-title a:hover .underline {
          border-bottom: 1px solid #e5e5e5;
          background-image: none; } }

.tx_article-next-title {
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.25;
  link-underline: "gradient"; }
  .brunel-deck-semibold-normal-normal-loaded .tx_article-next-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .tx_article-next-title a {
    display: block; }
  .hit-area:hover .tx_article-next-title .underline,
  .hit:hover .tx_article-next-title .underline,
  a:hover .tx_article-next-title .underline,
  .tx_article-next-title a:hover .underline {
    position: relative;
    background-color: transparent;
    background-image: -webkit-linear-gradient(bottom, transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px);
    background-image: linear-gradient(to top,transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px); }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .tx_article-next-title .underline,
      .hit:hover .tx_article-next-title .underline,
      a:hover .tx_article-next-title .underline,
      .tx_article-next-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px);
        background-image: linear-gradient(to top,transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px); } }
    html.no-cssgradients .hit-area:hover .tx_article-next-title .underline, html.no-cssgradients
    .hit:hover .tx_article-next-title .underline, html.no-cssgradients
    a:hover .tx_article-next-title .underline, html.no-cssgradients
    .tx_article-next-title a:hover .underline {
      border-bottom: 1px solid #e5e5e5;
      background-image: none; }
  @media (max-width: 767px) {
    .tx_article-next-title {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.25;
      link-underline: "gradient"; }
      .brunel-deck-semibold-normal-normal-loaded .tx_article-next-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .tx_article-next-title a {
        display: block; }
      .hit-area:hover .tx_article-next-title .underline,
      .hit:hover .tx_article-next-title .underline,
      a:hover .tx_article-next-title .underline,
      .tx_article-next-title a:hover .underline {
        position: relative;
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px);
        background-image: linear-gradient(to top,transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px); } }
    @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .tx_article-next-title .underline,
      .hit:hover .tx_article-next-title .underline,
      a:hover .tx_article-next-title .underline,
      .tx_article-next-title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px);
        background-image: linear-gradient(to top,transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px); } }
  @media (max-width: 767px) {
        html.no-cssgradients .hit-area:hover .tx_article-next-title .underline, html.no-cssgradients
        .hit:hover .tx_article-next-title .underline, html.no-cssgradients
        a:hover .tx_article-next-title .underline, html.no-cssgradients
        .tx_article-next-title a:hover .underline {
          border-bottom: 1px solid #e5e5e5;
          background-image: none; } }

.t_footer-text-address {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 2.1428571429;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  .t_footer-text-address:before, .t_footer-text-address:after {
    content: '';
    display: block; }
  .t_footer-text-address:before {
    margin-top: -1.4214285714em; }
  .t_footer-text-address:after {
    margin-top: -0.7214285714em; }

.tx_footer-text-address {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 2.1428571429;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.t_landing-title {
  font-family: Georgia, serif;
  font-size: 72px;
  line-height: 1.1944444444; }
  .brunel-poster-bold-normal-italic-loaded .t_landing-title {
    font-family: "Brunel-Poster-Bold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  .t_landing-title:before, .t_landing-title:after {
    content: '';
    display: block; }
  .t_landing-title:before {
    margin-top: -0.8172222222em; }
  .t_landing-title:after {
    margin-top: -0.3772222222em; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .t_landing-title {
      font-family: Georgia, serif;
      font-size: 50px;
      line-height: 1.2; }
      .brunel-poster-bold-normal-italic-loaded .t_landing-title {
        font-family: "Brunel-Poster-Bold", Georgia, serif;
        font-weight: normal;
        font-style: italic; }
      .t_landing-title:before, .t_landing-title:after {
        content: '';
        display: block; }
      .t_landing-title:before {
        margin-top: -0.82em; }
      .t_landing-title:after {
        margin-top: -0.38em; } }
  @media (max-width: 767px) {
    .t_landing-title {
      font-family: Georgia, serif;
      font-size: 24px;
      line-height: 1; }
      .brunel-deck-semibold-normal-italic-loaded .t_landing-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: italic; }
      .t_landing-title:before, .t_landing-title:after {
        content: '';
        display: block; }
      .t_landing-title:before {
        margin-top: -0.72em; }
      .t_landing-title:after {
        margin-top: -0.28em; } }

.tx_landing-title {
  font-family: Georgia, serif;
  font-size: 72px;
  line-height: 1.1944444444; }
  .brunel-poster-bold-normal-italic-loaded .tx_landing-title {
    font-family: "Brunel-Poster-Bold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .tx_landing-title {
      font-family: Georgia, serif;
      font-size: 50px;
      line-height: 1.2; }
      .brunel-poster-bold-normal-italic-loaded .tx_landing-title {
        font-family: "Brunel-Poster-Bold", Georgia, serif;
        font-weight: normal;
        font-style: italic; } }
  @media (max-width: 767px) {
    .tx_landing-title {
      font-family: Georgia, serif;
      font-size: 24px;
      line-height: 1; }
      .brunel-deck-semibold-normal-italic-loaded .tx_landing-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: italic; } }

.t_listing-blog-index-title {
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.25; }
  .brunel-deck-semibold-normal-italic-loaded .t_listing-blog-index-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  .t_listing-blog-index-title:before, .t_listing-blog-index-title:after {
    content: '';
    display: block; }
  .t_listing-blog-index-title:before {
    margin-top: -0.845em; }
  .t_listing-blog-index-title:after {
    margin-top: -0.405em; }
  @media (max-width: 767px) {
    .t_listing-blog-index-title {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.875; }
      .brunel-deck-semibold-normal-italic-loaded .t_listing-blog-index-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: italic; }
      .t_listing-blog-index-title:before, .t_listing-blog-index-title:after {
        content: '';
        display: block; }
      .t_listing-blog-index-title:before {
        margin-top: -1.1575em; }
      .t_listing-blog-index-title:after {
        margin-top: -0.7175em; } }

.tx_listing-blog-index-title {
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.25; }
  .brunel-deck-semibold-normal-italic-loaded .tx_listing-blog-index-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  @media (max-width: 767px) {
    .tx_listing-blog-index-title {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.875; }
      .brunel-deck-semibold-normal-italic-loaded .tx_listing-blog-index-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: italic; } }

.t_listing-blog-index-summary {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.3888888889; }
  .t_listing-blog-index-summary:before, .t_listing-blog-index-summary:after {
    content: '';
    display: block; }
  .t_listing-blog-index-summary:before {
    margin-top: -1.0444444444em; }
  .t_listing-blog-index-summary:after {
    margin-top: -0.3444444444em; }
  @media (max-width: 767px) {
    .t_listing-blog-index-summary {
      font-family: Georgia, serif;
      font-size: 14px;
      line-height: 1.4285714286; }
      .t_listing-blog-index-summary:before, .t_listing-blog-index-summary:after {
        content: '';
        display: block; }
      .t_listing-blog-index-summary:before {
        margin-top: -1.0642857143em; }
      .t_listing-blog-index-summary:after {
        margin-top: -0.3642857143em; } }

.tx_listing-blog-index-summary {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.3888888889; }
  @media (max-width: 767px) {
    .tx_listing-blog-index-summary {
      font-family: Georgia, serif;
      font-size: 14px;
      line-height: 1.4285714286; } }

.t_listing-blog-latest-summary {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.3888888889; }
  .t_listing-blog-latest-summary:before, .t_listing-blog-latest-summary:after {
    content: '';
    display: block; }
  .t_listing-blog-latest-summary:before {
    margin-top: -1.0444444444em; }
  .t_listing-blog-latest-summary:after {
    margin-top: -0.3444444444em; }
  @media (max-width: 1023px) {
    .t_listing-blog-latest-summary {
      font-family: Georgia, serif;
      font-size: 14px;
      line-height: 1.4285714286; }
      .t_listing-blog-latest-summary:before, .t_listing-blog-latest-summary:after {
        content: '';
        display: block; }
      .t_listing-blog-latest-summary:before {
        margin-top: -1.0642857143em; }
      .t_listing-blog-latest-summary:after {
        margin-top: -0.3642857143em; } }

.tx_listing-blog-latest-summary {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.3888888889; }
  @media (max-width: 1023px) {
    .tx_listing-blog-latest-summary {
      font-family: Georgia, serif;
      font-size: 14px;
      line-height: 1.4285714286; } }

.t_small-body-summary {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.4285714286; }
  .t_small-body-summary:before, .t_small-body-summary:after {
    content: '';
    display: block; }
  .t_small-body-summary:before {
    margin-top: -1.0642857143em; }
  .t_small-body-summary:after {
    margin-top: -0.3642857143em; }

.tx_small-body-summary {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.4285714286; }

.t_duration-label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5; }
  .benton-normal-normal-loaded .t_duration-label {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .t_duration-label:before, .t_duration-label:after {
    content: '';
    display: block; }
  .t_duration-label:before {
    margin-top: -1.1em; }
  .t_duration-label:after {
    margin-top: -0.4em; }

.tx_duration-label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5; }
  .benton-normal-normal-loaded .tx_duration-label {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }

.t_btn-dd {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5384615385; }
  .benton-normal-normal-loaded .t_btn-dd {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .t_btn-dd:before, .t_btn-dd:after {
    content: '';
    display: block; }
  .t_btn-dd:before {
    margin-top: -1.1192307692em; }
  .t_btn-dd:after {
    margin-top: -0.4192307692em; }

.tx_btn-dd {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5384615385; }
  .benton-normal-normal-loaded .tx_btn-dd {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }

.t_ribbon {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.3636363636;
  letter-spacing: 0.24em;
  text-transform: uppercase; }
  .benton-bold-normal-loaded .t_ribbon {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }
  .t_ribbon:before, .t_ribbon:after {
    content: '';
    display: block; }
  .t_ribbon:before {
    margin-top: -1.0318181818em; }
  .t_ribbon:after {
    margin-top: -0.3318181818em; }

.tx_ribbon {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.3636363636;
  letter-spacing: 0.24em;
  text-transform: uppercase; }
  .benton-bold-normal-loaded .tx_ribbon {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }

.t_accordion-content {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7857142857; }
  .benton-normal-normal-loaded .t_accordion-content {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .t_accordion-content:before, .t_accordion-content:after {
    content: '';
    display: block; }
  .t_accordion-content:before {
    margin-top: -1.2428571429em; }
  .t_accordion-content:after {
    margin-top: -0.5428571429em; }

.tx_accordion-content {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7857142857; }
  .benton-normal-normal-loaded .tx_accordion-content {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }

.t_store-category-listing-title {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.5; }
  .brunel-deck-semibold-normal-italic-loaded .t_store-category-listing-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  .t_store-category-listing-title:before, .t_store-category-listing-title:after {
    content: '';
    display: block; }
  .t_store-category-listing-title:before {
    margin-top: -0.97em; }
  .t_store-category-listing-title:after {
    margin-top: -0.53em; }
  @media (max-width: 767px) {
    .t_store-category-listing-title {
      font-family: Georgia, serif;
      font-size: 24px;
      line-height: 1.0416666667; }
      .brunel-deck-semibold-normal-italic-loaded .t_store-category-listing-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: italic; }
      .t_store-category-listing-title:before, .t_store-category-listing-title:after {
        content: '';
        display: block; }
      .t_store-category-listing-title:before {
        margin-top: -0.7408333333em; }
      .t_store-category-listing-title:after {
        margin-top: -0.3008333333em; } }

.tx_store-category-listing-title {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.5; }
  .brunel-deck-semibold-normal-italic-loaded .tx_store-category-listing-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  @media (max-width: 767px) {
    .tx_store-category-listing-title {
      font-family: Georgia, serif;
      font-size: 24px;
      line-height: 1.0416666667; }
      .brunel-deck-semibold-normal-italic-loaded .tx_store-category-listing-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: italic; } }

.t_hero-tout-title {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.1666666667; }
  .brunel-deck-semibold-normal-italic-loaded .t_hero-tout-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  .t_hero-tout-title:before, .t_hero-tout-title:after {
    content: '';
    display: block; }
  .t_hero-tout-title:before {
    margin-top: -0.8033333333em; }
  .t_hero-tout-title:after {
    margin-top: -0.3633333333em; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .t_hero-tout-title {
      font-family: Georgia, serif;
      font-size: 36px;
      line-height: 1.1111111111; }
      .brunel-deck-semibold-normal-italic-loaded .t_hero-tout-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: italic; }
      .t_hero-tout-title:before, .t_hero-tout-title:after {
        content: '';
        display: block; }
      .t_hero-tout-title:before {
        margin-top: -0.7755555556em; }
      .t_hero-tout-title:after {
        margin-top: -0.3355555556em; } }
  @media (min-width: 1280px) {
    .t_hero-tout-title {
      font-family: Georgia, serif;
      font-size: 42px;
      line-height: 1.0714285714; }
      .brunel-deck-semibold-normal-italic-loaded .t_hero-tout-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: italic; }
      .t_hero-tout-title:before, .t_hero-tout-title:after {
        content: '';
        display: block; }
      .t_hero-tout-title:before {
        margin-top: -0.7557142857em; }
      .t_hero-tout-title:after {
        margin-top: -0.3157142857em; } }

.tx_hero-tout-title {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.1666666667; }
  .brunel-deck-semibold-normal-italic-loaded .tx_hero-tout-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .tx_hero-tout-title {
      font-family: Georgia, serif;
      font-size: 36px;
      line-height: 1.1111111111; }
      .brunel-deck-semibold-normal-italic-loaded .tx_hero-tout-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: italic; } }
  @media (min-width: 1280px) {
    .tx_hero-tout-title {
      font-family: Georgia, serif;
      font-size: 42px;
      line-height: 1.0714285714; }
      .brunel-deck-semibold-normal-italic-loaded .tx_hero-tout-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: italic; } }

.t_hero-tout-summary {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.3157894737; }
  .brunel-text-medium-normal-normal-loaded .t_hero-tout-summary {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_hero-tout-summary:before, .t_hero-tout-summary:after {
    content: '';
    display: block; }
  .t_hero-tout-summary:before {
    margin-top: -0.9628947368em; }
  .t_hero-tout-summary:after {
    margin-top: -0.3528947368em; }
  @media (max-width: 767px) {
    .t_hero-tout-summary {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.25; }
      .brunel-text-medium-normal-normal-loaded .t_hero-tout-summary {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_hero-tout-summary:before, .t_hero-tout-summary:after {
        content: '';
        display: block; }
      .t_hero-tout-summary:before {
        margin-top: -0.93em; }
      .t_hero-tout-summary:after {
        margin-top: -0.32em; } }

.tx_hero-tout-summary {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.3157894737; }
  .brunel-text-medium-normal-normal-loaded .tx_hero-tout-summary {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  @media (max-width: 767px) {
    .tx_hero-tout-summary {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.25; }
      .brunel-text-medium-normal-normal-loaded .tx_hero-tout-summary {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; } }

.t_product-option-subtitle {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2222222222;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .brunel-text-medium-normal-normal-loaded .t_product-option-subtitle {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_product-option-subtitle:before, .t_product-option-subtitle:after {
    content: '';
    display: block; }
  .t_product-option-subtitle:before {
    margin-top: -0.9161111111em; }
  .t_product-option-subtitle:after {
    margin-top: -0.3061111111em; }
  @media (max-width: 767px) {
    .t_product-option-subtitle {
      font-family: Georgia, serif;
      font-size: 24px;
      line-height: 1.0416666667;
      text-transform: uppercase;
      letter-spacing: 3px; }
      .brunel-text-medium-normal-normal-loaded .t_product-option-subtitle {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_product-option-subtitle:before, .t_product-option-subtitle:after {
        content: '';
        display: block; }
      .t_product-option-subtitle:before {
        margin-top: -0.8258333333em; }
      .t_product-option-subtitle:after {
        margin-top: -0.2158333333em; } }

.tx_product-option-subtitle {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2222222222;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .brunel-text-medium-normal-normal-loaded .tx_product-option-subtitle {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  @media (max-width: 767px) {
    .tx_product-option-subtitle {
      font-family: Georgia, serif;
      font-size: 24px;
      line-height: 1.0416666667;
      text-transform: uppercase;
      letter-spacing: 3px; }
      .brunel-text-medium-normal-normal-loaded .tx_product-option-subtitle {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; } }

.t_hr-title {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2222222222;
  text-transform: uppercase;
  letter-spacing: 0.3em; }
  .brunel-text-medium-normal-normal-loaded .t_hr-title {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_hr-title:before, .t_hr-title:after {
    content: '';
    display: block; }
  .t_hr-title:before {
    margin-top: -0.9161111111em; }
  .t_hr-title:after {
    margin-top: -0.3061111111em; }
  @media (max-width: 767px) {
    .t_hr-title {
      font-family: Georgia, serif;
      font-size: 14px;
      line-height: 1.4285714286;
      text-transform: uppercase;
      letter-spacing: 0.3em; }
      .brunel-text-medium-normal-normal-loaded .t_hr-title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_hr-title:before, .t_hr-title:after {
        content: '';
        display: block; }
      .t_hr-title:before {
        margin-top: -1.0192857143em; }
      .t_hr-title:after {
        margin-top: -0.4092857143em; } }

.tx_hr-title {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2222222222;
  text-transform: uppercase;
  letter-spacing: 0.3em; }
  .brunel-text-medium-normal-normal-loaded .tx_hr-title {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  @media (max-width: 767px) {
    .tx_hr-title {
      font-family: Georgia, serif;
      font-size: 14px;
      line-height: 1.4285714286;
      text-transform: uppercase;
      letter-spacing: 0.3em; }
      .brunel-text-medium-normal-normal-loaded .tx_hr-title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; } }

.t_product-listing-title {
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 2.1875; }
  .t_product-listing-title:before, .t_product-listing-title:after {
    content: '';
    display: block; }
  .t_product-listing-title:before {
    margin-top: -1.44375em; }
  .t_product-listing-title:after {
    margin-top: -0.74375em; }

.tx_product-listing-title {
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 2.1875; }

.t_toc-item-title {
  font-family: Georgia, serif;
  font-size: 25px;
  line-height: 1.4; }
  .brunel-text-medium-normal-normal-loaded .t_toc-item-title {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_toc-item-title:before, .t_toc-item-title:after {
    content: '';
    display: block; }
  .t_toc-item-title:before {
    margin-top: -1.005em; }
  .t_toc-item-title:after {
    margin-top: -0.395em; }
  @media (max-width: 767px) {
    .t_toc-item-title {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.25; }
      .brunel-text-medium-normal-normal-loaded .t_toc-item-title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_toc-item-title:before, .t_toc-item-title:after {
        content: '';
        display: block; }
      .t_toc-item-title:before {
        margin-top: -0.93em; }
      .t_toc-item-title:after {
        margin-top: -0.32em; } }

.tx_toc-item-title {
  font-family: Georgia, serif;
  font-size: 25px;
  line-height: 1.4; }
  .brunel-text-medium-normal-normal-loaded .tx_toc-item-title {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  @media (max-width: 767px) {
    .tx_toc-item-title {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.25; }
      .brunel-text-medium-normal-normal-loaded .tx_toc-item-title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; } }

.t_related-articles-title {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.4285714286;
  text-transform: uppercase;
  letter-spacing: 0.3em; }
  .brunel-text-medium-normal-normal-loaded .t_related-articles-title {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_related-articles-title:before, .t_related-articles-title:after {
    content: '';
    display: block; }
  .t_related-articles-title:before {
    margin-top: -1.0192857143em; }
  .t_related-articles-title:after {
    margin-top: -0.4092857143em; }

.tx_related-articles-title {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.4285714286;
  text-transform: uppercase;
  letter-spacing: 0.3em; }
  .brunel-text-medium-normal-normal-loaded .tx_related-articles-title {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }

.t_slide-grid-count-index {
  font-family: Georgia, serif;
  font-size: 48px;
  line-height: 0.4166666667; }
  .brunel-deck-semibold-normal-normal-loaded .t_slide-grid-count-index {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_slide-grid-count-index:before, .t_slide-grid-count-index:after {
    content: '';
    display: block; }
  .t_slide-grid-count-index:before {
    margin-top: -0.4283333333em; }
  .t_slide-grid-count-index:after {
    margin-top: --0.0116666667em; }

.tx_slide-grid-count-index {
  font-family: Georgia, serif;
  font-size: 48px;
  line-height: 0.4166666667; }
  .brunel-deck-semibold-normal-normal-loaded .tx_slide-grid-count-index {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }

.t_slide-grid-count-total {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.1111111111; }
  .brunel-text-medium-normal-italic-loaded .t_slide-grid-count-total {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  .t_slide-grid-count-total:before, .t_slide-grid-count-total:after {
    content: '';
    display: block; }
  .t_slide-grid-count-total:before {
    margin-top: -0.8605555556em; }
  .t_slide-grid-count-total:after {
    margin-top: -0.2505555556em; }

.tx_slide-grid-count-total {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.1111111111; }
  .brunel-text-medium-normal-italic-loaded .tx_slide-grid-count-total {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: italic; }

.t_tag-header-terms {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.3333333333;
  text-transform: uppercase;
  letter-spacing: 5px; }
  .benton-bold-normal-loaded .t_tag-header-terms {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }
  .t_tag-header-terms:before, .t_tag-header-terms:after {
    content: '';
    display: block; }
  .t_tag-header-terms:before {
    margin-top: -1.0166666667em; }
  .t_tag-header-terms:after {
    margin-top: -0.3166666667em; }
  @media (max-width: 767px) {
    .t_tag-header-terms {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 20px;
      line-height: 1.5;
      text-transform: uppercase;
      letter-spacing: 5px; }
      .benton-bold-normal-loaded .t_tag-header-terms {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-style: normal; }
      .t_tag-header-terms:before, .t_tag-header-terms:after {
        content: '';
        display: block; }
      .t_tag-header-terms:before {
        margin-top: -1.1em; }
      .t_tag-header-terms:after {
        margin-top: -0.4em; } }

.tx_tag-header-terms {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.3333333333;
  text-transform: uppercase;
  letter-spacing: 5px; }
  .benton-bold-normal-loaded .tx_tag-header-terms {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }
  @media (max-width: 767px) {
    .tx_tag-header-terms {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 20px;
      line-height: 1.5;
      text-transform: uppercase;
      letter-spacing: 5px; }
      .benton-bold-normal-loaded .tx_tag-header-terms {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-style: normal; } }

.t_tout-feature-title {
  font-family: Georgia, serif;
  font-size: 60px;
  line-height: 1.2;
  text-transform: uppercase; }
  .brunel-poster-black-normal-normal-loaded .t_tout-feature-title {
    font-family: "Brunel-Poster-Black", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_tout-feature-title:before, .t_tout-feature-title:after {
    content: '';
    display: block; }
  .t_tout-feature-title:before {
    margin-top: -0.82em; }
  .t_tout-feature-title:after {
    margin-top: -0.38em; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .t_tout-feature-title {
      font-family: Georgia, serif;
      font-size: 50px;
      line-height: 1.2;
      text-transform: uppercase; }
      .brunel-poster-black-normal-normal-loaded .t_tout-feature-title {
        font-family: "Brunel-Poster-Black", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_tout-feature-title:before, .t_tout-feature-title:after {
        content: '';
        display: block; }
      .t_tout-feature-title:before {
        margin-top: -0.82em; }
      .t_tout-feature-title:after {
        margin-top: -0.38em; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .t_tout-feature-title {
      font-family: Georgia, serif;
      font-size: 30px;
      line-height: 1.2;
      text-transform: uppercase; }
      .brunel-poster-black-normal-normal-loaded .t_tout-feature-title {
        font-family: "Brunel-Poster-Black", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_tout-feature-title:before, .t_tout-feature-title:after {
        content: '';
        display: block; }
      .t_tout-feature-title:before {
        margin-top: -0.82em; }
      .t_tout-feature-title:after {
        margin-top: -0.38em; } }
  @media (max-width: 767px) {
    .t_tout-feature-title {
      font-family: Georgia, serif;
      font-size: 21px;
      line-height: 1.0476190476;
      text-transform: uppercase; }
      .brunel-deck-semibold-normal-normal-loaded .t_tout-feature-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_tout-feature-title:before, .t_tout-feature-title:after {
        content: '';
        display: block; }
      .t_tout-feature-title:before {
        margin-top: -0.7438095238em; }
      .t_tout-feature-title:after {
        margin-top: -0.3038095238em; } }

.tx_tout-feature-title {
  font-family: Georgia, serif;
  font-size: 60px;
  line-height: 1.2;
  text-transform: uppercase; }
  .brunel-poster-black-normal-normal-loaded .tx_tout-feature-title {
    font-family: "Brunel-Poster-Black", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .tx_tout-feature-title {
      font-family: Georgia, serif;
      font-size: 50px;
      line-height: 1.2;
      text-transform: uppercase; }
      .brunel-poster-black-normal-normal-loaded .tx_tout-feature-title {
        font-family: "Brunel-Poster-Black", Georgia, serif;
        font-weight: normal;
        font-style: normal; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .tx_tout-feature-title {
      font-family: Georgia, serif;
      font-size: 30px;
      line-height: 1.2;
      text-transform: uppercase; }
      .brunel-poster-black-normal-normal-loaded .tx_tout-feature-title {
        font-family: "Brunel-Poster-Black", Georgia, serif;
        font-weight: normal;
        font-style: normal; } }
  @media (max-width: 767px) {
    .tx_tout-feature-title {
      font-family: Georgia, serif;
      font-size: 21px;
      line-height: 1.0476190476;
      text-transform: uppercase; }
      .brunel-deck-semibold-normal-normal-loaded .tx_tout-feature-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: normal; } }

.t_tout-feature-summary {
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.1764705882;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .brunel-text-medium-normal-normal-loaded .t_tout-feature-summary {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_tout-feature-summary:before, .t_tout-feature-summary:after {
    content: '';
    display: block; }
  .t_tout-feature-summary:before {
    margin-top: -0.8932352941em; }
  .t_tout-feature-summary:after {
    margin-top: -0.2832352941em; }
  @media (max-width: 1023px) {
    .t_tout-feature-summary {
      font-family: Georgia, serif;
      font-size: 15px;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .brunel-text-medium-normal-normal-loaded .t_tout-feature-summary {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .t_tout-feature-summary:before, .t_tout-feature-summary:after {
        content: '';
        display: block; }
      .t_tout-feature-summary:before {
        margin-top: -0.905em; }
      .t_tout-feature-summary:after {
        margin-top: -0.295em; } }

.tx_tout-feature-summary {
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.1764705882;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .brunel-text-medium-normal-normal-loaded .tx_tout-feature-summary {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  @media (max-width: 1023px) {
    .tx_tout-feature-summary {
      font-family: Georgia, serif;
      font-size: 15px;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .brunel-text-medium-normal-normal-loaded .tx_tout-feature-summary {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; } }

.t_tout-feature-with-cta-summary {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 0.8333333333; }
  .t_tout-feature-with-cta-summary:before, .t_tout-feature-with-cta-summary:after {
    content: '';
    display: block; }
  .t_tout-feature-with-cta-summary:before {
    margin-top: -0.7666666667em; }
  .t_tout-feature-with-cta-summary:after {
    margin-top: -0.0666666667em; }

.tx_tout-feature-with-cta-summary {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 0.8333333333; }

.t_paywall-intro {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6666666667; }
  .brunel-text-medium-normal-normal-loaded .t_paywall-intro {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_paywall-intro:before, .t_paywall-intro:after {
    content: '';
    display: block; }
  .t_paywall-intro:before {
    margin-top: -1.1383333333em; }
  .t_paywall-intro:after {
    margin-top: -0.5283333333em; }

.tx_paywall-intro {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6666666667; }
  .brunel-text-medium-normal-normal-loaded .tx_paywall-intro {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }

.t_archive-category {
  font-family: Georgia, serif;
  font-size: 21px;
  line-height: 1.0476190476;
  text-transform: uppercase; }
  .brunel-deck-semibold-normal-normal-loaded .t_archive-category {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_archive-category:before, .t_archive-category:after {
    content: '';
    display: block; }
  .t_archive-category:before {
    margin-top: -0.7438095238em; }
  .t_archive-category:after {
    margin-top: -0.3038095238em; }

.tx_archive-category {
  font-family: Georgia, serif;
  font-size: 21px;
  line-height: 1.0476190476;
  text-transform: uppercase; }
  .brunel-deck-semibold-normal-normal-loaded .tx_archive-category {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }

.t_tout-subscribe-title {
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: 1.0714285714; }
  .brunel-deck-semibold-normal-italic-loaded .t_tout-subscribe-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  .t_tout-subscribe-title:before, .t_tout-subscribe-title:after {
    content: '';
    display: block; }
  .t_tout-subscribe-title:before {
    margin-top: -0.7557142857em; }
  .t_tout-subscribe-title:after {
    margin-top: -0.3157142857em; }
  @media (max-width: 767px) {
    .t_tout-subscribe-title {
      font-family: Georgia, serif;
      font-size: 30px;
      line-height: 1.2; }
      .brunel-deck-semibold-normal-italic-loaded .t_tout-subscribe-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: italic; }
      .t_tout-subscribe-title:before, .t_tout-subscribe-title:after {
        content: '';
        display: block; }
      .t_tout-subscribe-title:before {
        margin-top: -0.82em; }
      .t_tout-subscribe-title:after {
        margin-top: -0.38em; } }

.tx_tout-subscribe-title {
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: 1.0714285714; }
  .brunel-deck-semibold-normal-italic-loaded .tx_tout-subscribe-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  @media (max-width: 767px) {
    .tx_tout-subscribe-title {
      font-family: Georgia, serif;
      font-size: 30px;
      line-height: 1.2; }
      .brunel-deck-semibold-normal-italic-loaded .tx_tout-subscribe-title {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: italic; } }

.t_footer-terms {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.7857142857;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .t_footer-terms:before, .t_footer-terms:after {
    content: '';
    display: block; }
  .t_footer-terms:before {
    margin-top: -1.2428571429em; }
  .t_footer-terms:after {
    margin-top: -0.5428571429em; }
  @media (max-width: 1023px) {
    .t_footer-terms {
      font-family: Georgia, serif;
      font-size: 10px;
      line-height: 1.6;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .t_footer-terms:before, .t_footer-terms:after {
        content: '';
        display: block; }
      .t_footer-terms:before {
        margin-top: -1.15em; }
      .t_footer-terms:after {
        margin-top: -0.45em; } }

.tx_footer-terms {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.7857142857;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (max-width: 1023px) {
    .tx_footer-terms {
      font-family: Georgia, serif;
      font-size: 10px;
      line-height: 1.6;
      text-transform: uppercase;
      letter-spacing: 1px; } }

.t_media-btn-label {
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.2; }
  .brunel-text-medium-normal-normal-loaded .t_media-btn-label {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_media-btn-label:before, .t_media-btn-label:after {
    content: '';
    display: block; }
  .t_media-btn-label:before {
    margin-top: -0.905em; }
  .t_media-btn-label:after {
    margin-top: -0.295em; }

.tx_media-btn-label {
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.2; }
  .brunel-text-medium-normal-normal-loaded .tx_media-btn-label {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }

.t_article-figure-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25; }
  .benton-normal-normal-loaded .t_article-figure-title {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .t_article-figure-title:before, .t_article-figure-title:after {
    content: '';
    display: block; }
  .t_article-figure-title:before {
    margin-top: -0.975em; }
  .t_article-figure-title:after {
    margin-top: -0.275em; }

.tx_article-figure-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25; }
  .benton-normal-normal-loaded .tx_article-figure-title {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }

.t_captions-credit {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.8181818182;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  .benton-normal-normal-loaded .t_captions-credit {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .t_captions-credit:before, .t_captions-credit:after {
    content: '';
    display: block; }
  .t_captions-credit:before {
    margin-top: -1.2590909091em; }
  .t_captions-credit:after {
    margin-top: -0.5590909091em; }

.tx_captions-credit {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.8181818182;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  .benton-normal-normal-loaded .tx_captions-credit {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }

.t_archive-poster-title {
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.25;
  text-transform: uppercase; }
  .brunel-deck-semibold-normal-normal-loaded .t_archive-poster-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_archive-poster-title:before, .t_archive-poster-title:after {
    content: '';
    display: block; }
  .t_archive-poster-title:before {
    margin-top: -0.845em; }
  .t_archive-poster-title:after {
    margin-top: -0.405em; }

.tx_archive-poster-title {
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1.25;
  text-transform: uppercase; }
  .brunel-deck-semibold-normal-normal-loaded .tx_archive-poster-title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }

.t_footer-text-subtitle {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.5789473684; }
  .brunel-text-medium-normal-italic-loaded .t_footer-text-subtitle {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  .t_footer-text-subtitle:before, .t_footer-text-subtitle:after {
    content: '';
    display: block; }
  .t_footer-text-subtitle:before {
    margin-top: -1.0944736842em; }
  .t_footer-text-subtitle:after {
    margin-top: -0.4844736842em; }

.tx_footer-text-subtitle {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.5789473684; }
  .brunel-text-medium-normal-italic-loaded .tx_footer-text-subtitle {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: italic; }

.t_table-heading {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1428571429; }
  .benton-bold-normal-loaded .t_table-heading {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }
  .t_table-heading:before, .t_table-heading:after {
    content: '';
    display: block; }
  .t_table-heading:before {
    margin-top: -0.9214285714em; }
  .t_table-heading:after {
    margin-top: -0.2214285714em; }

.tx_table-heading {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1428571429; }
  .benton-bold-normal-loaded .tx_table-heading {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }

.t_table-body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1428571429; }
  .benton-normal-normal-loaded .t_table-body {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .t_table-body:before, .t_table-body:after {
    content: '';
    display: block; }
  .t_table-body:before {
    margin-top: -0.9214285714em; }
  .t_table-body:after {
    margin-top: -0.2214285714em; }

.tx_table-body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1428571429; }
  .benton-normal-normal-loaded .tx_table-body {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }

.t_form-label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1428571429; }
  .benton-bold-normal-loaded .t_form-label {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }
  .t_form-label:before, .t_form-label:after {
    content: '';
    display: block; }
  .t_form-label:before {
    margin-top: -0.9214285714em; }
  .t_form-label:after {
    margin-top: -0.2214285714em; }

.tx_form-label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1428571429; }
  .benton-bold-normal-loaded .tx_form-label {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }

.t_faq-heading {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1428571429; }
  .benton-bold-normal-loaded .t_faq-heading {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }
  .t_faq-heading:before, .t_faq-heading:after {
    content: '';
    display: block; }
  .t_faq-heading:before {
    margin-top: -0.9214285714em; }
  .t_faq-heading:after {
    margin-top: -0.2214285714em; }

.tx_faq-heading {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1428571429; }
  .benton-bold-normal-loaded .tx_faq-heading {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }

.t_article-in-brief-text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6; }
  .benton-normal-normal-loaded .t_article-in-brief-text {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .t_article-in-brief-text:before, .t_article-in-brief-text:after {
    content: '';
    display: block; }
  .t_article-in-brief-text:before {
    margin-top: -1.15em; }
  .t_article-in-brief-text:after {
    margin-top: -0.45em; }

.tx_article-in-brief-text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6; }
  .benton-normal-normal-loaded .tx_article-in-brief-text {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }

.t_article-print-title {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.15em;
  text-transform: uppercase; }
  .brunel-text-medium-normal-normal-loaded .t_article-print-title {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .t_article-print-title:before, .t_article-print-title:after {
    content: '';
    display: block; }
  .t_article-print-title:before {
    margin-top: -1.0907142857em; }
  .t_article-print-title:after {
    margin-top: -0.4807142857em; }

.tx_article-print-title {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.15em;
  text-transform: uppercase; }
  .brunel-text-medium-normal-normal-loaded .tx_article-print-title {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }

.t_article-rightslink {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3333333333; }
  .benton-normal-normal-loaded .t_article-rightslink {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .t_article-rightslink:before, .t_article-rightslink:after {
    content: '';
    display: block; }
  .t_article-rightslink:before {
    margin-top: -1.0166666667em; }
  .t_article-rightslink:after {
    margin-top: -0.3166666667em; }

.tx_article-rightslink {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3333333333; }
  .benton-normal-normal-loaded .tx_article-rightslink {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }

.t_current-issue-title {
  padding-top: 30px; }

.t_feature-title {
  padding-top: 40px; }
  .t_tag + .t_feature-title {
    padding-top: 60px; }
  .t_thumb + .t_feature-title {
    padding-top: 75px; }
    @media (max-width: 767px) {
      .t_thumb + .t_feature-title {
        padding-top: 65px; } }
  @media (max-width: 1279px) {
    .t_feature-title {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .t_feature-title {
      padding-top: 20px; }
      .t_tag + .t_feature-title {
        padding-top: 35px; } }

.t_article-title {
  font-weight: normal;
  padding-top: 55px; }
  .t_tag + .t_article-title {
    padding-top: 70px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .t_tag + .t_article-title {
        padding-top: 50px; } }
    @media (max-width: 767px) {
      .t_tag + .t_article-title {
        padding-top: 35px; } }

.t_article-subtitle {
  color: #323232;
  padding-top: 25px; }
  .t_article-title + .t_article-subtitle {
    padding-top: 65px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .t_article-title + .t_article-subtitle {
        padding-top: 45px; } }
    @media (max-width: 767px) {
      .t_article-title + .t_article-subtitle {
        padding-top: 30px; } }

.t_body, .article-text > p, .article-text > ol, .article-text > ul, .footer-text > p, .footer-text > ol, .footer-text > ul {
  color: #323232;
  padding-top: 20px; }
  .t_body + .t_body, .article-text > p + .t_body, .article-text > ol + .t_body, .article-text > ul + .t_body, .footer-text > p + .t_body, .footer-text > ol + .t_body, .footer-text > ul + .t_body, .article-text > .t_body + p, .article-text > p + p, .article-text > ol + p, .article-text > ul + p, .article-text > .t_body + ol, .article-text > p + ol, .article-text > ol + ol, .article-text > ul + ol, .article-text > .t_body + ul, .article-text > p + ul, .article-text > ol + ul, .article-text > ul + ul, .footer-text > .t_body + p, .footer-text > p + p, .footer-text > ol + p, .footer-text > ul + p, .footer-text > .t_body + ol, .footer-text > p + ol, .footer-text > ol + ol, .footer-text > ul + ol, .footer-text > .t_body + ul, .footer-text > p + ul, .footer-text > ol + ul, .footer-text > ul + ul {
    padding-top: 60px; }
  .t_listing-title + .t_body, .article-text > .t_listing-title + p, .article-text > .t_listing-title + ol, .article-text > .t_listing-title + ul, .footer-text > .t_listing-title + p, .footer-text > .t_listing-title + ol, .footer-text > .t_listing-title + ul {
    padding-top: 35px; }
  .t_feature-title + .t_body, .article-text > .t_feature-title + p, .article-text > .t_feature-title + ol, .article-text > .t_feature-title + ul, .footer-text > .t_feature-title + p, .footer-text > .t_feature-title + ol, .footer-text > .t_feature-title + ul {
    padding-top: 50px; }
    @media (max-width: 1279px) {
      .t_feature-title + .t_body, .article-text > .t_feature-title + p, .article-text > .t_feature-title + ol, .article-text > .t_feature-title + ul, .footer-text > .t_feature-title + p, .footer-text > .t_feature-title + ol, .footer-text > .t_feature-title + ul {
        padding-top: 40px; } }
    @media (max-width: 767px) {
      .t_feature-title + .t_body, .article-text > .t_feature-title + p, .article-text > .t_feature-title + ol, .article-text > .t_feature-title + ul, .footer-text > .t_feature-title + p, .footer-text > .t_feature-title + ol, .footer-text > .t_feature-title + ul {
        padding-top: 25px; } }
  .t_small-title + .t_body, .article-text > .t_small-title + p, .article-text > .t_small-title + ol, .article-text > .t_small-title + ul, .footer-text > .t_small-title + p, .footer-text > .t_small-title + ol, .footer-text > .t_small-title + ul {
    padding-top: 40px; }

.t_body--article, .article-text > p, .article-text > ol, .article-text > ul, .footer-text > p, .footer-text > ol, .footer-text > ul {
  color: #656565;
  padding-top: 20px; }
  .t_body--article + .t_body--article, .article-text > p + .t_body--article, .article-text > ol + .t_body--article, .article-text > ul + .t_body--article, .footer-text > p + .t_body--article, .footer-text > ol + .t_body--article, .footer-text > ul + .t_body--article, .article-text > .t_body--article + p, .article-text > p + p, .article-text > ol + p, .article-text > ul + p, .article-text > .t_body--article + ol, .article-text > p + ol, .article-text > ol + ol, .article-text > ul + ol, .article-text > .t_body--article + ul, .article-text > p + ul, .article-text > ol + ul, .article-text > ul + ul, .footer-text > .t_body--article + p, .footer-text > p + p, .footer-text > ol + p, .footer-text > ul + p, .footer-text > .t_body--article + ol, .footer-text > p + ol, .footer-text > ol + ol, .footer-text > ul + ol, .footer-text > .t_body--article + ul, .footer-text > p + ul, .footer-text > ol + ul, .footer-text > ul + ul {
    padding-top: 60px; }
  .t_listing-title + .t_body--article, .article-text > .t_listing-title + p, .article-text > .t_listing-title + ol, .article-text > .t_listing-title + ul, .footer-text > .t_listing-title + p, .footer-text > .t_listing-title + ol, .footer-text > .t_listing-title + ul {
    padding-top: 35px; }
  .t_feature-title + .t_body--article, .article-text > .t_feature-title + p, .article-text > .t_feature-title + ol, .article-text > .t_feature-title + ul, .footer-text > .t_feature-title + p, .footer-text > .t_feature-title + ol, .footer-text > .t_feature-title + ul {
    padding-top: 50px; }
    @media (max-width: 1279px) {
      .t_feature-title + .t_body--article, .article-text > .t_feature-title + p, .article-text > .t_feature-title + ol, .article-text > .t_feature-title + ul, .footer-text > .t_feature-title + p, .footer-text > .t_feature-title + ol, .footer-text > .t_feature-title + ul {
        padding-top: 40px; } }
    @media (max-width: 767px) {
      .t_feature-title + .t_body--article, .article-text > .t_feature-title + p, .article-text > .t_feature-title + ol, .article-text > .t_feature-title + ul, .footer-text > .t_feature-title + p, .footer-text > .t_feature-title + ol, .footer-text > .t_feature-title + ul {
        padding-top: 25px; } }
  .t_small-title + .t_body--article, .article-text > .t_small-title + p, .article-text > .t_small-title + ol, .article-text > .t_small-title + ul, .footer-text > .t_small-title + p, .footer-text > .t_small-title + ol, .footer-text > .t_small-title + ul {
    padding-top: 40px; }

.tx_meta {
  color: #999;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4285714286; }
  .benton-normal-normal-loaded .tx_meta {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }

.t_meta {
  color: #999;
  padding-top: 15px; }
  .t_body + .t_meta, .article-text > p + .t_meta, .article-text > ol + .t_meta, .article-text > ul + .t_meta, .footer-text > p + .t_meta, .footer-text > ol + .t_meta, .footer-text > ul + .t_meta {
    padding-top: 35px; }
    @media (max-width: 767px) {
      .t_body + .t_meta, .article-text > p + .t_meta, .article-text > ol + .t_meta, .article-text > ul + .t_meta, .footer-text > p + .t_meta, .footer-text > ol + .t_meta, .footer-text > ul + .t_meta {
        padding-top: 25px; } }
  .t_listing-title + .t_meta {
    padding-top: 35px; }
  .t_small-listing-title + .t_meta {
    padding-top: 25px; }
    @media (max-width: 1023px) {
      .t_small-listing-title + .t_meta {
        padding-top: 20px; } }
  .t_tag + .t_meta {
    padding-top: 20px; }
  .t_feature-title + .t_meta {
    padding-top: 40px; }
    @media (max-width: 767px) {
      .t_feature-title + .t_meta {
        padding-top: 25px; } }

.t_listing-title {
  padding-top: 25px; }
  .t_meta + .t_listing-title {
    padding-top: 45px; }
  @media (max-width: 1023px) {
    .t_meta + .t_listing-title {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .t_listing-title {
      padding-top: 15px; } }

.t_small-listing-title {
  padding-top: 20px; }
  .t_small-listing-title + .t_small-listing-title {
    padding-top: 30px; }
  .t_tag + .t_small-listing-title,
  .t_meta + .t_small-listing-title {
    padding-top: 35px; }
    @media (max-width: 1279px) {
      .t_tag + .t_small-listing-title,
      .t_meta + .t_small-listing-title {
        padding-top: 25px; } }
  .t_thumb + .t_small-listing-title {
    padding-top: 40px; }

.t_tag {
  padding-top: 10px; }

.t_tag--header {
  padding-top: 10px; }

.t_tag--credit {
  padding-top: 10px;
  color: #989898;
  font-style: italic !important;
  padding-top: 20px; }

.tx_caption {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5384615385;
  color: #999; }
  .benton-normal-normal-loaded .tx_caption {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }

.t_caption {
  padding-top: 15px;
  color: #999; }
  .t_body + .t_caption, .article-text > p + .t_caption, .article-text > ol + .t_caption, .article-text > ul + .t_caption, .footer-text > p + .t_caption, .footer-text > ol + .t_caption, .footer-text > ul + .t_caption {
    padding-top: 40px; }

.t_small-title + .th_caption--horz {
  padding-top: 20px; }

.t_quote {
  padding-top: 35px; }

.t_small-title {
  padding-top: 20px; }

.t_tout-feature-title {
  padding-top: 30px; }

.t_issue-label {
  padding-top: 10px; }
  .tout_current-issue__cover + .t_issue-label {
    padding-top: 30px; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 1023px) {
      .tout_current-issue__cover + .t_issue-label {
        padding-top: 40px; } }

.t_issue-num {
  padding-top: 25px; }
  .t_issue-label + .t_issue-num {
    padding-top: 45px; }

.t_home-archive-title {
  padding-top: 20px; }

.t_article-summary {
  color: #656565;
  padding-top: 15px; }
  .t_home-archive-title + .t_article-summary {
    padding-top: 45px; }

.t_small-li {
  padding-top: 15px; }
  .t_small-li + .t_small-li {
    padding-top: 30px; }
  @media (max-width: 767px) {
    .t_small-li {
      border-bottom: 1px dotted #b2b2b2;
      padding-bottom: 20px; } }
  .t_small-li--side {
    padding-top: 15px; }
    .t_small-li--side + .t_small-li--side {
      padding-top: 35px; }

.t_tag--store {
  font-size: 13px;
  color: #b31b1b; }

.t_issue-num {
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  -moz-font-feature-settings: "swsh" 1;
  -ms-font-feature-settings: "swsh" 1;
  -webkit-font-feature-settings: "swsh" 1;
  font-feature-settings: "swsh" 1; }

.swsh {
  -moz-font-feature-settings: "swsh" 1;
  -ms-font-feature-settings: "swsh" 1;
  -webkit-font-feature-settings: "swsh" 1;
  font-feature-settings: "swsh" 1; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libs */
.sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

@keyframes progress {
  to {
    background-position: 40px 0; } }

.player {
  position: relative;
  max-width: 100%;
  min-width: 290px; }
  .player.is-hidden {
    display: none; }
  .player,
  .player *,
  .player *::after,
  .player *::before {
    box-sizing: border-box; }
  .player-video-wrapper {
    position: relative; }
  .player video {
    width: 100%;
    height: auto;
    vertical-align: middle; }
  .player-captions {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    min-height: 2.5em;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-shadow: -1px -1px 0 #565d64, 1px -1px 0 #565d64, -1px 1px 0 #565d64, 1px 1px 0 #565d64;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 768px) {
      .player-captions {
        font-size: 24px; } }
  .player.captions-active .player-captions {
    display: block; }
  .player-controls {
    zoom: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /* position: relative; */
    padding: 6px;
    background: #343f4a;
    line-height: 1;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 70px;
    background: rgba(0, 0, 0, 0.85);
    padding-top: 24px; }
    .player-controls:before, .player-controls:after {
      content: "";
      display: table; }
    .player-controls:after {
      clear: both; }
    .player-controls-right {
      display: block;
      margin: 6px auto 0;
      margin-right: 15px; }
    @media (min-width: 560px) {
      .player-controls-left {
        float: left;
        margin-left: 15px; }
      .player-controls-right {
        float: right;
        margin-top: 0; } }
    .player-controls input + label,
    .player-controls button {
      display: inline-block;
      vertical-align: middle;
      margin: 0 2px;
      padding: 3px 6px;
      transition: background .3s ease;
      border-radius: 3px;
      cursor: pointer;
      opacity: 1; }
      .player-controls input + label:hover,
      .player-controls button:hover {
        opacity: 0.6; }
      .player-controls input + label svg,
      .player-controls button svg {
        width: 18px;
        height: 18px;
        display: block;
        fill: currentColor;
        transition: fill .3s ease; }
    .player-controls button.play-button svg {
      height: 19px; }
    .player-controls button.pause-button svg {
      height: 20px; }
    .player-controls input + label,
    .player-controls .inverted:checked + label {
      color: #565d64; }
    .player-controls button,
    .player-controls .inverted + label,
    .player-controls input:checked + label {
      color: #cbd0d3; }
    .player-controls button {
      border: 0;
      background: transparent;
      overflow: hidden; }
    .player-controls button:focus,
    .player-controls input:focus + label {
      outline: 0; }
    .player-controls .icon-exit-fullscreen,
    .player-controls .icon-muted,
    .player-controls .icon-captions-on {
      display: none; }
    .player-controls .player-time {
      display: inline-block;
      vertical-align: middle;
      margin-left: 6px;
      color: #cbd0d3;
      /* font-weight: 600; */
      font-size: 14px;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      margin-left: 30px; }
    .player-controls .player-time + .player-time::before {
      content: "\2044";
      margin-right: 6px;
      color: #78858d; }
  .player-tooltip {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    bottom: 100%;
    margin-bottom: 6px;
    padding: 6px 9px;
    opacity: 0;
    background: #343f4a;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    transform: translate(-50%, 18px);
    transition: transform .2s .2s ease, opacity .2s .2s ease; }
    .player-tooltip::after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: -5px;
      margin-left: -5px;
      width: 0;
      height: 0;
      transition: inherit;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #343f4a transparent transparent; }
  .player label:hover .player-tooltip,
  .player input:focus + label .player-tooltip,
  .player button:hover .player-tooltip,
  .player button:focus .player-tooltip {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0); }
  .player label:hover .player-tooltip,
  .player button:hover .player-tooltip {
    z-index: 3; }
  .player-progress {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background: rgba(86, 93, 100, 0.4); }
    .player-progress-buffer[value], .player-progress-played[value], .player-progress-seek[type=range] {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 6px;
      margin: 0;
      padding: 0;
      vertical-align: top;
      -webkit-appearance: none;
      -moz-appearance: none;
      border: none;
      background: transparent; }
    .player-progress-buffer[value]::-webkit-progress-bar, .player-progress-played[value]::-webkit-progress-bar {
      background: transparent; }
    .player-progress-buffer[value]::-webkit-progress-value, .player-progress-played[value]::-webkit-progress-value {
      background: currentColor; }
    .player-progress-buffer[value]::-moz-progress-bar, .player-progress-played[value]::-moz-progress-bar {
      background: currentColor; }
    .player-progress-played[value] {
      z-index: 2;
      color: #b31b1b; }
    .player-progress-buffer[value] {
      color: rgba(86, 93, 100, 0.4); }
    .player-progress-seek[type=range] {
      z-index: 4;
      cursor: pointer;
      outline: 0; }
      .player-progress-seek[type=range]::-webkit-slider-runnable-track {
        background: none;
        border: 0; }
      .player-progress-seek[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        background: transparent;
        border: 0;
        width: 12px;
        height: 6px; }
      .player-progress-seek[type=range]::-moz-range-track {
        background: none;
        border: 0; }
      .player-progress-seek[type=range]::-moz-range-thumb {
        -moz-appearance: none;
        background: transparent;
        border: 0;
        width: 12px;
        height: 6px; }
      .player-progress-seek[type=range]::-ms-track {
        color: transparent;
        background: none;
        border: 0; }
      .player-progress-seek[type=range]::-ms-fill-lower, .player-progress-seek[type=range]::-ms-fill-upper {
        background: none;
        border: 0; }
      .player-progress-seek[type=range]::-ms-thumb {
        background: transparent;
        border: 0;
        width: 12px;
        height: 6px; }
      .player-progress-seek[type=range]:focus {
        outline: 0; }
      .player-progress-seek[type=range]::-moz-focus-outer {
        border: 0; }
  .player.loading .player-progress-buffer {
    animation: progress 1s linear infinite;
    background-size: 40px 40px;
    background-repeat: repeat-x;
    background-color: rgba(86, 93, 100, 0.4);
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
    color: transparent; }
  .player-controls [data-player='pause'],
  .player.playing .player-controls [data-player='play'] {
    display: none; }
  .player.playing .player-controls [data-player='pause'] {
    display: inline-block; }
  .player-volume[type=range] {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100px;
    margin: 0 6px 0 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: none; }
    .player-volume[type=range]::-webkit-slider-runnable-track {
      height: 3px;
      background: #565d64;
      border: 0;
      border-radius: 1.5px; }
    .player-volume[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      margin-top: -7.5px;
      height: 18px;
      width: 6px;
      background: #cbd0d3;
      border: 0;
      transition: background .3s ease;
      cursor: ns-resize; }
    .player-volume[type=range]::-moz-range-track {
      height: 3px;
      background: #565d64;
      border: 0;
      border-radius: 1.5px; }
    .player-volume[type=range]::-moz-range-thumb {
      height: 18px;
      width: 6px;
      background: #cbd0d3;
      border: 0;
      transition: background .3s ease;
      cursor: ns-resize; }
    .player-volume[type=range]::-ms-track {
      height: 3px;
      background: transparent;
      border-color: transparent;
      border-width: 7.5px 0;
      color: transparent; }
    .player-volume[type=range]::-ms-fill-lower, .player-volume[type=range]::-ms-fill-upper {
      height: 3px;
      background: #565d64;
      border: 0;
      border-radius: 1.5px; }
    .player-volume[type=range]::-ms-thumb {
      height: 18px;
      width: 6px;
      background: #cbd0d3;
      border: 0;
      transition: background .3s ease;
      cursor: ns-resize; }
    .player-volume[type=range]:focus {
      outline: 0; }
      .player-volume[type=range]:focus::-webkit-slider-thumb {
        background: #cbd0d3; }
      .player-volume[type=range]:focus::-moz-range-thumb {
        background: #cbd0d3; }
      .player-volume[type=range]:focus::-ms-thumb {
        background: #cbd0d3; }
  .player.ios .player-volume,
  .player.ios [data-player='mute'],
  .player.ios [data-player='mute'] + label,
  .player-audio.ios .player-controls-right {
    display: none; }
  .player-audio.ios .player-controls-left {
    float: none; }
  .player-audio .player-controls {
    padding-top: 12px; }
  .player-audio .player-progress {
    bottom: auto;
    top: 0;
    background: #d6dadd; }
  .player-fullscreen, .player.fullscreen-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    background: #000; }
    .player-fullscreen video, .player.fullscreen-active video {
      height: 100%; }
    .player-fullscreen .player-video-wrapper, .player.fullscreen-active .player-video-wrapper {
      height: 100%;
      width: 100%; }
      .player-fullscreen .player-video-wrapper .player-captions, .player.fullscreen-active .player-video-wrapper .player-captions {
        top: auto;
        bottom: 90px; }
        @media (min-width: 560px) {
          .player-fullscreen .player-video-wrapper .player-captions, .player.fullscreen-active .player-video-wrapper .player-captions {
            bottom: 60px; } }
    .player-fullscreen .player-controls, .player.fullscreen-active .player-controls {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .player-fullscreen.fullscreen-hide-controls.playing .player-controls, .player.fullscreen-active.fullscreen-hide-controls.playing .player-controls {
      transform: translateY(100%) translateY(3px);
      transition: transform .3s .2s ease; }
      .player-fullscreen.fullscreen-hide-controls.playing .player-controls.hover, .player.fullscreen-active.fullscreen-hide-controls.playing .player-controls.hover {
        transform: translateY(0); }
  .player.fullscreen-active .icon-exit-fullscreen,
  .player.muted .player-controls .icon-muted,
  .player.captions-active .player-controls .icon-captions-on {
    display: block; }
    .player.fullscreen-active .icon-exit-fullscreen + svg,
    .player.muted .player-controls .icon-muted + svg,
    .player.captions-active .player-controls .icon-captions-on + svg {
      display: none; }
  .player [data-player='captions'],
  .player [data-player='captions'] + label,
  .player [data-player='fullscreen'],
  .player [data-player='fullscreen'] + label {
    display: none; }
  .player.captions-enabled [data-player='captions'],
  .player.captions-enabled [data-player='captions'] + label,
  .player.fullscreen-enabled [data-player='fullscreen'],
  .player.fullscreen-enabled [data-player='fullscreen'] + label {
    display: inline-block; }

[data-player='fullscreen'] + label {
  display: inline-block; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mixin classes */
.cf {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */ }
  .cf:before, .cf:after {
    content: " ";
    display: table; }
  .cf:after {
    clear: both; }
  .cf {
    *zoom: 1; }

.ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none; }

.banner {
  text-align: center; }
  .banner img {
    display: inline-block;
    vertical-align: top; }

.container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .container {
      max-width: 930px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .container {
      max-width: 690px; } }
  @media (max-width: 767px) {
    .container {
      max-width: 700px;
      padding-left: 30px;
      padding-right: 30px; } }

.container--fluid-large {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .container--fluid-large {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .container--fluid-large {
      max-width: 690px; } }
  @media (max-width: 767px) {
    .container--fluid-large {
      max-width: 700px;
      padding-left: 30px;
      padding-right: 30px; } }

.container--fluid-medium {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .container--fluid-medium {
      max-width: 930px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .container--fluid-medium {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .container--fluid-medium {
      max-width: 700px;
      padding-left: 30px;
      padding-right: 30px; } }

.plus-icon {
  width: 10px;
  height: 10px; }
  .plus-icon:before {
    position: absolute;
    content: '';
    background: #999;
    width: 10px;
    height: 2px;
    top: 4px;
    left: 0; }
  .plus-icon:after {
    position: absolute;
    content: '';
    background: #999;
    width: 2px;
    height: 10px;
    left: 4px;
    top: 0; }

.minus-icon {
  width: 10px;
  height: 10px; }
  .minus-icon:before {
    position: absolute;
    content: '';
    background: #999;
    width: 10px;
    height: 2px;
    top: 4px;
    left: 0; }

.divider {
  position: relative; }
  .divider:before {
    content: '';
    width: 64px;
    height: 1px;
    border-top: 1px dotted #b2b2b2;
    position: absolute;
    top: 0;
    left: 0; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  max-width: 100%; }

.grail {
  display: table;
  width: 100%; }
  .grail__cell {
    display: table-cell;
    vertical-align: top; }

.header-divider {
  box-sizing: content-box;
  height: 2px;
  width: 65px;
  border-top: 2px solid #1a1a1a;
  border-bottom: 1px dotted #999;
  display: inline-block;
  vertical-align: top; }

.hit, .hit-area {
  position: relative;
  cursor: pointer; }
  .hit a, .hit-area a {
    position: relative;
    z-index: 1; }
  .hit .hit__link, .hit-area .hit__link, .hit .hit-area__link, .hit-area .hit-area__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    text-indent: -9999px;
    background-color: rgba(0, 0, 0, 0); }
  .hit:hover .hit__underline, .hit-area:hover .hit__underline, .hit:hover .hit-area__underline, .hit-area:hover .hit-area__underline {
    border-bottom: 1px dotted #b2b2b2; }

.horz-list {
  margin-left: -20px; }
  .horz-list__item {
    padding-left: 20px;
    display: inline-block; }

.hr-titles {
  position: relative;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
  line-height: 15px; }
  .hr-titles:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 5px;
    height: 2px;
    background: #000; }
  .hr-titles:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 9px;
    height: 1px;
    border-bottom: 1px dotted #999; }
  .hr-titles > span {
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.2222222222;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    line-height: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 27px;
    padding-right: 27px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    background: #fff; }
    .brunel-text-medium-normal-normal-loaded .hr-titles > span {
      font-family: "Brunel-Text-Medium", Georgia, serif;
      font-weight: normal;
      font-style: normal; }
  @media (max-width: 1279px) {
    .hr-titles {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .hr-titles {
      margin-top: 45px;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .hr-titles > span {
      font-family: Georgia, serif;
      font-size: 14px;
      line-height: 1.4285714286;
      text-transform: uppercase;
      letter-spacing: 0.3em;
      padding-left: 15px;
      padding-right: 15px; }
      .brunel-text-medium-normal-normal-loaded .hr-titles > span {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; } }

.listing-thumb {
  position: relative; }
  .listing-thumb img {
    width: 100%;
    max-width: none; }
  .listing-thumb__category, .listing-landscape__poster__tag {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #fff;
    padding-top: 20px;
    padding-right: 16px;
    padding-left: 16px;
    white-space: nowrap; }

.radio-button {
  cursor: pointer;
  display: block;
  position: relative; }
  .radio-button__input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
  .radio-button__indicator {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #d1d3d4;
    position: relative; }
  .radio-button__input:checked ~ .radio-button__indicator:before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    margin: auto; }

.ribbon__inner {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.3636363636;
  letter-spacing: 0.24em;
  text-transform: uppercase; }
  .benton-bold-normal-loaded .ribbon__inner {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }
  .ribbon__inner:before, .ribbon__inner:after {
    content: '';
    display: block; }
  .ribbon__inner:before {
    margin-top: -1.0318181818em; }
  .ribbon__inner:after {
    margin-top: -0.3318181818em; }

@media (max-width: 767px) {
  .ribbon__inner {
    color: #b31b1b;
    padding-top: 15px; } }

@media (min-width: 768px) {
  .ribbon {
    background: #b31b1b;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 15px;
    position: absolute;
    top: 20px;
    padding-right: 10px;
    left: 0; }
    .ribbon:before, .ribbon:after {
      content: '';
      position: absolute;
      right: -20px;
      width: 0;
      height: 0;
      border-style: solid; }
    .ribbon:before {
      border-width: 20px 20px 0 0;
      border-color: #b31b1b transparent transparent transparent;
      top: 0; }
    .ribbon:after {
      border-width: 20px 0 0 20px;
      border-color: transparent transparent transparent #b31b1b;
      bottom: 0; } }

.ribbon--persistent {
  background: #b31b1b;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 15px;
  padding-left: 15px;
  position: absolute;
  top: 20px;
  padding-right: 10px;
  left: 0; }
  .ribbon--persistent__inner {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.3636363636;
    letter-spacing: 0.24em;
    text-transform: uppercase; }
    .benton-bold-normal-loaded .ribbon--persistent__inner {
      font-family: "Benton", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-style: normal; }
    .ribbon--persistent__inner:before, .ribbon--persistent__inner:after {
      content: '';
      display: block; }
    .ribbon--persistent__inner:before {
      margin-top: -1.0318181818em; }
    .ribbon--persistent__inner:after {
      margin-top: -0.3318181818em; }
  .ribbon--persistent:before, .ribbon--persistent:after {
    content: '';
    position: absolute;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid; }
  .ribbon--persistent:before {
    border-width: 20px 20px 0 0;
    border-color: #b31b1b transparent transparent transparent;
    top: 0; }
  .ribbon--persistent:after {
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #b31b1b;
    bottom: 0; }

.stretch-img {
  width: 100%;
  max-width: none; }

.small-ribbon {
  height: 15px;
  width: 10px;
  background: #b31b1b;
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .small-ribbon:before, .small-ribbon:after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid; }
  .small-ribbon:before {
    border-width: 5px 5px;
    border-color: transparent transparent transparent #b31b1b;
    left: 0;
    bottom: -5px; }
  .small-ribbon:after {
    border-width: 5px 0 0 5px;
    border-color: #b31b1b transparent transparent transparent;
    right: 0;
    bottom: -5px; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ print friendly */
.print-friendly .sticky-header {
  height: auto !important; }
  .print-friendly .sticky-header__inner {
    border-bottom: none; }

.print-friendly .header__left, .print-friendly .header__right, .print-friendly .meta-list__item--aux, .print-friendly .primary-nav, .print-friendly .recirc-nav, .print-friendly .aside-block, .print-friendly .article-media__object__btn-container, .print-friendly .share-box, .print-friendly .article-video, .print-friendly .article-quote__share, .print-friendly .article-tags, .print-friendly .article-author, .print-friendly .article-comment-group, .print-friendly .archive-section, .print-friendly .tout_subscribe, .print-friendly skipnav {
  display: none; }

.print-friendly .podcast-detail-header .t_tag {
  margin-top: 30px; }

@media print {
  .is-sticky {
    position: relative !important; }
  .primary-nav, .subscribe-sidebar, .mobile-search {
    display: none !important; }
  .podcast-detail-header .t_tag {
    margin-top: 30px; }
  .article-grid {
    margin-left: 0px !important; }
  .article-grid__main {
    width: auto !important;
    display: inline !important; }
  @page {
    size: auto;
    margin: 20mm 20mm 20mm 20mm; }
  .header__logo__icon {
    content: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iNzAiIHZpZXdCb3g9IjAgMCAzMDAgNzAiPjxwYXRoIGQ9Ik0zNi44NTQgMTEuNzY1Yy00LjgyMy0xLjYyOC03LjM2Ni0yLjc1Ny03LjM2Ni02LjA4IDAtMi41MDQgMi4zMi0zLjk2IDQuODUzLTMuOTYgNC42NyAwIDcuMjkgMy4xNzIgOC4zMyA4LjQyOGgxLjEzVjEuMDM1aC0uOTdsLTEuMjkgMi44NWgtLjE0QzQwLjEgMi4yMSAzNy42My41NCAzNC4zOC41NGMtNS4wMTggMC04Ljk1IDMuNDk4LTguOTUgNy45NzUgMCA1LjU0OCA0LjAxIDcuNzg1IDkuMDkyIDkuNDI1IDQuNzQ0IDEuNTE2IDYuNzQ2IDMuMjQyIDYuNzQ2IDYuMDI2IDAgMy41LTEuNjYzIDUuMDEtNS43MDUgNS4wMS0yLjM5OCAwLTQuNjI0LS44NzItNi4yODUtMi43ODQtMS41NjYtMS44MDgtMi40MTgtNC4xMy0yLjkxNi02Ljk4MkgyNS4yNHYxMC41M2guOTEybDEuNjY4LTMuMTU2aC4xMzRjMS41OCAxLjkxNSA0LjE5NiAzLjU5MyA3LjYwNSAzLjU5MyA2LjE3IDAgOS45Mi0zLjkzMiA5LjkyLTkuMDQ0IDAtNS4xMTQtMy41OC03LjY1Mi04LjYzLTkuMzY4ek0yNzQuMDc4IDQuMzRDMjcyLjY4IDIuMzQ4IDI3MC4yNzYuNSAyNjYuNTYuNWMtOC4zOTcgMC0xNC4wNSA2Ljg0NS0xNC4wNSAxNC45MSAwIDguMDUyIDUuMzggMTQuOTIzIDE0LjAwMiAxNC45MjMgNS41NDMgMCA5LjYxLTIuODU0IDEwLjg0NS05LjQxM2wtMS4xOTMtLjM0NGMtMS4xNSA1LjM0Ny00LjAwMiA4LjQ0Mi04Ljk0MiA4LjQ0Mi01LjI0MiAwLTguMDEtNC4yLTguMDEtMTMuNjEgMC05LjM3NCAyLjQ5LTEzLjY4MyA3LjM4Ny0xMy42ODMgNC44IDAgNy44IDMuMzMgOS4xNSAxMC4yNzJoMS4zVi45OTNoLS43NmwtMi4xNCAzLjM0N2gtLjA5ek03MS4xOCA0LjE5M0M2OS43ODMgMi4xOTggNjcuNTY0LjUgNjMuODUuNWMtOC40IDAtMTQuMDU0IDYuODQ1LTE0LjA1NCAxNC45MSAwIDguMDUyIDUuMzg2IDE0LjkyMyAxNC4wMDcgMTQuOTIzIDUuNTQzIDAgOS42MDUtMi44NTQgMTAuODQ3LTkuNDEzbC0xLjE5NS0uMTk3Yy0xLjQxIDUuMi0zLjY3IDguMjk1LTguOTQ1IDguMjk1LTUuMjQyIDAtOC4wMDgtNC4yLTguMDA4LTEzLjYxIDAtOS4zNzQgMi42MDUtMTMuNjgzIDcuMTU3LTEzLjY4MyA0LjggMCA3LjggMy4zMyA5LjE1IDEwLjI3MmgxLjA3Vi45OTNoLS45OWwtMS42NCAzLjJoLS4wOXptMjAuNjk1IDI0LjM4NGgtNC4yN1YyLjEyNGg0LjI3Vi45OEg3Ny4zNXYxLjE0NGg0LjI3M3YyNi40NTNINzcuMzV2MS4xODNoMTQuNTI1em05Ny41MTUgMHYxLjE4M2gxNC41MjR2LTEuMTgzaC00LjI2OFYyLjEyNGg0LjI2OFYuOThIMTg5LjM5djEuMTQ0aDQuMjcydjI2LjQ1M3ptNDUuOTgzLTI2LjQ1M2g0LjI3M3YyNi40NTNoLTQuMjczdjEuMTgzaDE0LjUyM3YtMS4xODNoLTQuMjdWMi4xMjRoNC4yN1YuOThoLTE0LjUyM3pNMTIyLjM5NyAxOS4wMzdoLS42NjdjLS45MDcgMy4wNDUtMi4xMzcgNS42MzgtMy43MSA3LjQ1Ni0xLjYzIDEuODctMy4yMjIgMi4wNjctNi4yNTUgMi4wNjdsLTQuNjEuMDA1VjE1Ljg4N2gyLjE2NWMxLjY4MyAwIDIuOTA0LjMyNCAzLjcxOCAxLjE5OCAxLjAyNC45NTQgMS43IDIuNzk0IDEuNzMgNC43NzRoLjc4M1Y4LjcxaC0uNzhjLS4wMyAyLjAwMi0uODggMy44MTgtMS43NSA0Ljc4LS43OC44NzMtMS45OSAxLjE5LTMuNyAxLjE5aC0yLjE2VjIuMTMyaDUuMTZjMi40MiAwIDQuMDYuNTk2IDUuMDggMS41NzcgMS43MSAxLjQyIDIuODEgMy4zNyAzLjg3IDcuMTRoLjY4Vi45OEg5Ni45djEuMTUzaDQuMjczdjI2LjQ0bC00LjI3My4wMDR2MS4xODNoMjUuNVYxOS4wMzd6bTEwLjU0My0xMy43MmwxOC4xMDUgMjQuNDRoMS44NlY0LjYwN2MwLTEuNjI3LjctMi40NyAyLjE0LTIuNDdoMS44NzdWLjk4aC05LjU1MnYxLjE1M2gxLjkzN2MxLjQ2IDAgMi4xNDQuODU3IDIuMTQ0IDIuNDd2MTYuMjA0aC0uMTJMMTM2Ljk0Ljk4aC0xMC44NzV2MS4xNTNoMS4yYzEuNTMgMCAyLjUzNS4zODYgMy4yNjIgMS4yMS42NDcuNjM1Ljg5IDEuMjMuODkgMS44NDV2MjAuNzc4YzAgMS41NjYtLjY1IDIuNjAyLTIuMTM4IDIuNjAybC0yLjE5LS4wMDV2MS4xOTVoMTAuMzJ2LTEuMTk1bC0yLjQzLjAwNWMtMS40NC0uMDEtMi4xMy0xLjExMy0yLjEzLTIuNjAyVjUuMzE4aC4wN3ptMzEuMzEtMS40YzEuMDEzLS45OTQgMi4xNi0xLjcyIDQuMTItMS43MmgxLjAzN3YyNi4zOGgtNC4zODN2MS4xODNoMTQuNzR2LTEuMTgzaC00LjM3NVYyLjE5N2guODFjMS45NyAwIDMuMzUuNjUzIDQuMzQgMS42NyAxLjY3IDEuNTY4IDIuNjYgMy45NiAzLjU3IDcuNTI0aDEuMTNWLjk4aC0yNS42N1YxMS4zaDEuMTJjLjkxLTMuNTYgMS45Mi01Ljc4MiAzLjU1LTcuMzg0em00My44NzcgMjQuNjZ2MS4xODNoMTQuNjAzdi0xLjE4M2gtNC4zMzNWMTUuNzcyaDEuODFjMS4zNyAwIDIuNTcuMzkgMy4zNTcgMS4yMjggMS4xOTMgMS4wNDYgMS44IDMuMTI1IDEuODMzIDQuODA2aDEuMjM4VjguNTY2aC0xLjIzOGMtLjAzMiAxLjYzNi0uNjg1IDMuNTUtMS42NzggNC42MjQtLjg5Ljk1Ni0yLjE1IDEuMzktMy41MiAxLjM5aC0xLjgxVjIuMTE4aDQuMmMyLjUyIDAgNC4wNS41MzMgNS4zMSAxLjc2MyAxLjI4IDEuMjYgMi41IDMuMzQgMy42MSA3LjAyaDEuMDdWLjk4aC0yNC40NnYxLjEzbDQuMjcuMDA0djI2LjQ2M2gtNC4yOHptLTguOTAyIDM5LjM2NWMtMS42NTggMC0zLjEyLS4yNi00LjctMS4xMDMtMi45MDUtMS44Mi00LjI4NC01Ljg5LTQuMjg0LTEyLjUxIDAtNi45IDEuMjctMTAuNDMgMy43Mi0xMi4zMyAxLjI4LS45IDMuMDMtMS4zNiA0LjY3LTEuMzYgNC42MSAwIDkuMzcgMi45MyAxMC42MyAxMC4yN2gxLjE3di0xMWgtLjk5bC0yLjAxIDMuNTZoLS4wOGMtMS40LTItNS4wNC00LjA3LTguNzYtNC4wNy04LjQgMC0xNS4wMyA2Ljg1LTE1LjAzIDE0LjkxIDAgOC4wNSA2LjI0IDE0LjkxIDE1LjUgMTQuOTEgNS41NCAwIDEwLjQ0LTIuODUgMTEuNjgtOS40MWwtMS4yNC0uMzVjLTEuMTUgNS4zNS00LjQ4IDguNDUtMTAuMjQgOC40NXptLTM0LjItMjYuNzA1aDQuMzgyVjY3LjY5aC00LjM4MnYxLjE0M2gxNC43NFY2Ny42OWgtNC4zNzZWNDEuMjM3aDQuMzd2LTEuMTVoLTE0Ljc0em0xMDAuOTc1IDBoMi4zOThjMS40NTcgMCAyLjE0Ljg2IDIuMTQgMi40NzN2MTYuMzczaC0uMTIzbC0xNS43NzMtMTkuOTk2aC0xMC42Mzh2MS4xNTNoMS4xOTVjMS41MyAwIDIuMzguNDk4IDMuMDIgMS4xMjYuNjQuNjMuODkgMS4zMi44OSAxLjkyNXYyMC43OWMwIDEuNTYtLjY2IDIuNi0yLjEzIDIuNmgtMi40M3YxLjE2aDEwLjU1di0xLjE2aC0yLjQyYy0xLjQ0LS4wMS0yLjEyLTEuMTEtMi4xMi0yLjU5VjQ0LjQzaC4wN2wxOS40OCAyNC42N2gxLjg2VjQzLjcxYzAtMS42My43LTIuNDczIDIuMTQtMi40NzNoMi4zM3YtMS4xNUgyNjZ2MS4xNXpNMTE4LjgxMiA2NS4xOGMtMS42NCAxLjg2My0zLjU1IDIuNDg1LTYuNTg0IDIuNDg1bC01LjA1LjAwNVY1NC45ODNoMi4yMWMxLjY4NyAwIDIuOTA1LjMzIDMuNzIgMS4yMDMgMS4wMjMuOTU0IDEuNyAyLjgxNiAxLjcyNyA0LjhoMS4yNDNWNDcuNzk4aC0xLjI0M2MtLjAyOCAyLS44NyAzLjg1NC0xLjc0NiA0LjgtLjc4Ljg4Mi0yIDEuMTktMy43MSAxLjE5aC0yLjIxVjQxLjIzMmg1LjQxYzIuNDEgMCA0LjE3LjYyMiA1LjE5IDEuNiAxLjcgMS40MjMgMi44NiAzLjM3MyAzLjkgNy4xMjNoMS4xMXYtOS44N0g5Ni43N3YxLjE0Nmg0LjQxNXYyNi40NUg5Ni43N3YxLjE2aDI2LjYzVjU4LjE4aC0uNjU3Yy0uODU0IDIuOTg1LTIuMzA2IDUuMTctMy45MzQgNy4wMDZ6bS00NC40MjYtNS4zMDRoLS4zMzRsLTguMDktMTkuNzlINTQuMzR2MS4xNTJoNC42ODJ2MjMuNzE0YzAgMS42Ny0uNzE1IDIuNy0yLjE3NCAyLjcxMkg1NC4zOHYxLjE3aDEwLjcwM3YtMS4xN2gtMi40OGMtMS40MjctLjAxMi0yLjEyNy0xLjExNi0yLjEyNy0yLjcxMlY0Mi4zNmguMTJMNzEuMjQgNjguOTNoMS4xNjRsOS41NzctMjYuNTdoLjExdjI1LjMyM2gtNC4zM3YxLjE1aDE0Ljcydi0xLjE1aC00LjQyVjQxLjIzN2g0LjQ0di0xLjE1SDgxLjQ2bC03LjA3NCAxOS43OXptNjUuNDc0LTE4LjY0aDQuNDdjMS4zMzYgMCAyLjY3NS4yOCAzLjQzLjcwOCAxLjY5OC45NiAyLjI5NiAyLjcyIDIuMjk2IDUuMjIgMCAyLjQ2OC0uNTg4IDQuMzg4LTIuMTEgNS40MDYtLjc1LjUzNS0yLjAzNi43NzItMy4zMS43NzJoLTQuNzc3VjQxLjIzN3pNMTU4IDY3LjMxNmMtMS4xMTYgMC0xLjczMy0uMy0yLjExNy0xLjYwNC0uMjU0LS44NzItLjQyNi0yLjcwNS0uNTg1LTQuMzYtLjQyNi00LjQzLTMuMjYyLTYuMjItNy4zMTYtNi45OHYtLjA5NmM1LjA3Mi0uNDI0IDguMjA1LTMuMDUzIDguMjA1LTcuMTMyIDAtNC40MzctMy4yODMtNy4wNTQtMTAuNjE3LTcuMDU0aC0xNi4xdjEuMTQ1bDQuNC4wMDZ2MjYuNDVoLTQuNHYxLjE1aDE0LjYzdi0xLjE1aC00LjI0MlY1NC41N2g0LjU5N2MyLjc1IDAgNC40MzcgMS4xNyA0LjU3MiA0LjM5My4wMjIuMjY2LjE1IDMuNDUuMTcyIDMuNzEuMiA0LjYxNyAyLjc2IDYuNjggNi4yOSA2LjY4IDQuNDUgMCA2LjI0LTIuMDE0IDYuMjgtNi4yODRsLTEuMjUtLjAzYy0uMDUgMy0uOTggNC4yNy0yLjUyIDQuMjd6bS0xMjcuMDkyLTguNjZsNC4yLTExLjE3NGguMTMzbDQuMDYgMTEuMTczaC04LjM5em0xOS41NCA5LjAxYy0xLjI5NSAwLTEuNzIzLS43MjYtMi4yNy0yLjE5NWwtOS41MzYtMjUuNDJIMzYuNThsLTkuMzMzIDI0LjQ5Yy0uNzgyIDEuOTgtMS40IDMuMTMtMy4yMTcgMy4xM2gtMS4zODd2MS4xN2g5LjIydi0xLjE3aC0xLjk2Yy0xLjg0NiAwLTEuODU0LTEuNDMtMS4xNTctMy4yN2wxLjcwOC00LjUzaDkuMjhsMi4wOTUgNS43OGMuNDEgMS4yMS41NyAyLjAzLS44NiAyLjAzaC0yLjI0djEuMTdoMTMuNjl2LTEuMTdoLTEuOTh6bTE3MC4wOTItOS4wMWw0LjIwMi0xMS4xNzRoLjEzMmw0LjA2IDExLjE3NGgtOC4zOTN6bTE5LjU0NCA5LjAxYy0xLjI5NSAwLTEuNzIzLS43MjYtMi4yNy0yLjE5NWwtOS41MzYtMjUuNDJoLTIuMDY0bC05LjMzNCAyNC40OWMtLjc3IDEuOTgtMS4zOSAzLjEzLTMuMjEgMy4xM2gtMS4zODN2MS4xN2g5LjIxN3YtMS4xN2gtMS45NjVjLTEuODUgMC0xLjg1LTEuNDMtMS4xNS0zLjI3bDEuNy00LjUzaDkuMjhsMi4xIDUuNzhjLjQxIDEuMjEuNTcgMi4wMy0uODcgMi4wM2gtMi4yNHYxLjE3aDEzLjd2LTEuMTdoLTEuOTh6IiBmaWxsPSIjMjMxRjIwIi8+PHBhdGggZD0iTTI4My40NTggNDAuNTk3aC0yLjE1di0uNTk1aDQuOTR2LjU5NWgtMi4xNXY2LjA2N2gtLjY0di02LjA2N3ptNC44NTItLjU5NWguODI3bDIuMjMyIDUuODM0aC4wMWwyLjIxLTUuODM0aC44NHY2LjY2MmgtLjY0di01LjU4aC0uMDJjLS4wOS4yOTYtLjI1LjczNy0uNDIgMS4xN2wtMS43MyA0LjQxaC0uNTlsLTEuNzMtNC40MWMtLjE2LS40MzMtLjI3LS43MTItLjQyLTEuMTloLS4wMnY1LjZoLS41OXYtNi42NjJ6IiBmaWxsPSIjMDEwMTAxIi8+PC9zdmc+") !important; } }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ modules */
.btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 2.3076923077;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  height: 60px;
  line-height: 58px;
  border: 2px solid #000;
  padding: 0 45px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition-property: border-color, background-color;
  -moz-transition-property: border-color, background-color;
  transition-property: border-color, background-color; }
  .benton-bold-normal-loaded .btn {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }
  .btn:before {
    content: '';
    position: absolute;
    border: 1px dotted transparent;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    -webkit-transition: border-color 0.2s ease-out;
    -moz-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out; }
  .btn__icon {
    margin-right: 10px; }
  .btn .icon {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .btn:hover {
    border-color: #093969;
    color: #093969; }
    .btn:hover:before {
      border-color: #093969; }
  .btn:active {
    background: #093969;
    color: #fff;
    border-color: #093969; }
    .btn:active .icon {
      opacity: 0; }
  @media (max-width: 767px) {
    .btn {
      padding-left: 20px;
      padding-right: 20px;
      font-size: 12px; } }

.btn--small {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 2.3076923077;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  height: 60px;
  line-height: 58px;
  border: 2px solid #000;
  padding: 0 45px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition-property: border-color, background-color;
  -moz-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  line-height: 48px; }
  .benton-bold-normal-loaded .btn--small {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }
  .btn--small:before {
    content: '';
    position: absolute;
    border: 1px dotted transparent;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    -webkit-transition: border-color 0.2s ease-out;
    -moz-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out; }
  .btn--small__icon {
    margin-right: 10px; }
  .btn--small .icon {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .btn--small:hover {
    border-color: #093969;
    color: #093969; }
    .btn--small:hover:before {
      border-color: #093969; }
  .btn--small:active {
    background: #093969;
    color: #fff;
    border-color: #093969; }
    .btn--small:active .icon {
      opacity: 0; }
  @media (max-width: 767px) {
    .btn--small {
      padding-left: 20px;
      padding-right: 20px;
      font-size: 12px; } }

.btn--cart {
  border-color: #093969;
  background: #093969;
  color: #fff; }
  @media (max-width: 767px) {
    .btn--cart {
      width: 100%; } }
  .btn--cart:hover {
    color: #fff; }

.btn--load {
  width: 100%;
  text-align: center; }

.btn--inverted {
  border-color: #fff;
  color: #fff; }
  .btn--inverted:hover {
    border-color: #fff;
    color: #fff; }
    .btn--inverted:hover:before {
      border-color: rgba(255, 255, 255, 0.5); }
  .btn--inverted:active {
    background: #fff;
    color: #093969;
    border-color: #fff; }

.btn--with-dd {
  width: 170px;
  height: auto;
  line-height: 1;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden; }
  .btn--with-dd:hover, .btn--with-dd.is-animating {
    z-index: 1; }
  .btn--with-dd__label {
    height: 54px;
    line-height: 54px; }

.btn__dd {
  -webkit-transition: max-height 0.2s ease;
  -moz-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
  max-height: 0px;
  overflow: hidden;
  background: #fff; }
  .btn__dd > li > a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5384615385;
    text-transform: none;
    letter-spacing: 0;
    color: #999;
    padding-top: 30px;
    padding-bottom: 20px;
    display: block;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 1; }
    .benton-normal-normal-loaded .btn__dd > li > a {
      font-family: "Benton", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
    .btn__dd > li > a:before, .btn__dd > li > a:after {
      content: '';
      display: block; }
    .btn__dd > li > a:before {
      margin-top: -1.1192307692em; }
    .btn__dd > li > a:after {
      margin-top: -0.4192307692em; }
    .btn__dd > li > a:hover {
      color: #1a1a1a; }

.btn:hover .btn__dd {
  max-height: 200px; }

.article-in-brief {
  border-bottom: 1px dotted #b2b2b2;
  padding-bottom: 20px; }
  .article-in-brief__title {
    margin-top: 40px;
    margin-bottom: 25px; }
  .article-in-brief__body {
    padding-top: 20px; }
    .article-in-brief__body p {
      margin-bottom: 30px; }
    .article-in-brief__body li {
      margin-bottom: 30px;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 15px;
      line-height: 1.6; }
      .benton-normal-normal-loaded .article-in-brief__body li {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal; }
      .article-in-brief__body li:before, .article-in-brief__body li:after {
        content: '';
        display: block; }
      .article-in-brief__body li:before {
        margin-top: -1.15em; }
      .article-in-brief__body li:after {
        margin-top: -0.45em; }

.article-in-brief + .article-block.article-text {
  margin-top: 60px; }

.article-about-authors {
  margin-top: 50px;
  padding-bottom: 10px; }
  .article-about-authors__title {
    font-family: Georgia, serif;
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 30px; }
    .brunel-text-medium-normal-normal-loaded .article-about-authors__title {
      font-family: "Brunel-Text-Medium", Georgia, serif;
      font-weight: normal;
      font-style: normal; }
    .article-about-authors__title:before, .article-about-authors__title:after {
      content: '';
      display: block; }
    .article-about-authors__title:before {
      margin-top: -1.0907142857em; }
    .article-about-authors__title:after {
      margin-top: -0.4807142857em; }
  .article-about-authors p {
    line-height: 26px;
    margin-bottom: 30px; }
  .article-about-authors p + p {
    border-top: 1px dotted #b2b2b2;
    padding-top: 30px; }

.article-footnote {
  margin-top: 50px;
  padding-bottom: 50px; }
  .article-footnote h3 {
    font-family: Georgia, serif;
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #999;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dotted #b2b2b2; }
    .brunel-text-medium-normal-normal-loaded .article-footnote h3 {
      font-family: "Brunel-Text-Medium", Georgia, serif;
      font-weight: normal;
      font-style: normal; }
    .article-footnote h3:before, .article-footnote h3:after {
      content: '';
      display: block; }
    .article-footnote h3:before {
      margin-top: -1.0907142857em; }
    .article-footnote h3:after {
      margin-top: -0.4807142857em; }
  .article-footnote h3:first-of-type {
    border-top: none; }
  .article-footnote p {
    margin-bottom: 20px; }

.archive-feature {
  background: #093969;
  color: #fff;
  padding-bottom: 120px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .archive-feature {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .archive-feature {
      display: none; } }
  .archive-feature__title {
    font-family: Georgia, serif;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    padding-top: 70px; }
    .brunel-deck-semibold-normal-italic-loaded .archive-feature__title {
      font-family: "Brunel-Deck-Semibold", Georgia, serif;
      font-weight: normal;
      font-style: italic; }
    .archive-feature__title:before, .archive-feature__title:after {
      content: '';
      display: block; }
    .archive-feature__title:before {
      margin-top: -0.82em; }
    .archive-feature__title:after {
      margin-top: -0.38em; }
    .archive-feature__title__icon {
      margin-left: 12px; }
  .archive-feature__list {
    padding-top: 50px; }
    .archive-feature__list {
      font-size: 0;
      margin-left: -40px; }
      .archive-feature__list__item {
        display: inline-block;
        vertical-align: top;
        font-size: 1rem;
        padding-left: 40px; }
    .archive-feature__list__item {
      width: 33.333%; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .archive-feature__list {
        margin-left: -30px; }
        .archive-feature__list__item {
          padding-left: 30px;
          width: 50%; }
          .archive-feature__list__item:last-child {
            display: none; } }

.archive-item {
  color: #323232;
  background: #fff;
  padding: 30px 30px 174px 30px;
  position: relative;
  height: 695px; }
  .archive-item__body {
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.3888888889;
    padding-top: 50px; }
    .archive-item__body:before, .archive-item__body:after {
      content: '';
      display: block; }
    .archive-item__body:before {
      margin-top: -1.0444444444em; }
    .archive-item__body:after {
      margin-top: -0.3444444444em; }
  .archive-item__btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    text-align: center; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .archive-item {
      height: 735px; }
      .archive-item__btn {
        bottom: 30px; } }

.article-author {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px dotted #b2b2b2; }
  .article-author {
    display: table;
    width: 100%; }
    .article-author__avatar {
      display: table-cell;
      vertical-align: top; }
    .article-author__main {
      display: table-cell;
      vertical-align: top; }
  .article-author__avatar {
    padding-right: 30px;
    width: 90px; }
    .article-author__avatar img {
      max-width: none; }
  .article-author__name {
    color: #323232;
    font-weight: bold; }
  .article-author__desc {
    color: #323232; }
  .article-author__name + .article-author__desc {
    padding-top: 40px; }
  .article-author__social {
    margin-left: -20px;
    margin-top: 35px; }
    .article-author__social__item {
      padding-left: 20px;
      display: inline-block; }
    .article-author__social__item {
      vertical-align: top;
      line-height: 16px; }
      .article-author__social__item .icon {
        vertical-align: top;
        opacity: 0.3; }
  .article-author__suggested {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4285714286; }
    .benton-normal-normal-loaded .article-author__suggested {
      font-family: "Benton", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
    .article-author__suggested__title {
      color: #999;
      font-weight: normal;
      margin-top: 20px; }
    .article-author__suggested li {
      padding-top: 10px; }
      .article-author__suggested li a {
        color: #656565; }
        .article-author__suggested li a:hover {
          color: #1a1a1a; }

.article-banner {
  margin-top: 80px;
  border: 1px solid #e5e5e5;
  padding: 35px;
  position: relative; }
  .article-banner {
    text-align: center; }
    .article-banner img {
      display: inline-block;
      vertical-align: top; }
  .article-banner:after {
    font-family: Georgia, serif;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    content: "Advertisement";
    color: #999;
    position: absolute;
    left: 0;
    bottom: -20px; }
    .brunel-text-medium-normal-normal-loaded .article-banner:after {
      font-family: "Brunel-Text-Medium", Georgia, serif;
      font-weight: normal;
      font-style: normal; }
  @media (max-width: 1023px) {
    .article-banner {
      margin-bottom: 75px;
      margin-left: 25px;
      margin-right: 25px; } }
  @media (max-width: 767px) {
    .article-banner {
      padding: 20px;
      margin: 30px 0 40px; } }

.article-block {
  margin-top: 40px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .article-block {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 767px) {
    .article-block {
      margin-top: 20px; } }
  .article-block .article-block {
    margin-top: 0; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .article-block .article-block {
        padding-left: 0;
        padding-right: 0; } }
  .article-block:first-child {
    margin-top: 0; }

.article-blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.3888888889;
  font-style: italic;
  padding-top: 15px;
  border-left: 2px solid #323232;
  padding-left: 20px; }
  .article-blockquote:before, .article-blockquote:after {
    content: '';
    display: block; }
  .article-blockquote:before {
    margin-top: -1.0444444444em; }
  .article-blockquote:after {
    margin-top: -0.3444444444em; }

@media (min-width: 768px) {
  .article-comment {
    display: table;
    width: 100%; }
    .article-comment__avatar {
      display: table-cell;
      vertical-align: top; }
    .article-comment__main {
      display: table-cell;
      vertical-align: top; } }

.article-comment__avatar {
  padding-right: 30px;
  width: 95px; }

@media (max-width: 767px) {
  .article-comment__main {
    padding-top: 20px; } }

.article-comment__reply {
  display: none; }
  .article-comment__reply.is-visible {
    display: block; }

.article-comment__reply-list {
  display: none;
  margin-top: 20px; }
  .article-comment__reply-list.is-visible {
    display: block; }
  .article-comment__reply-list > li {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0; }
    .article-comment__reply-list > li span {
      color: #000; }

.article-comment__date {
  float: right; }

.article-comment__inreplyto a {
  font-weight: bold; }

.title-label {
  margin-left: 10px; }

.article-comments-more {
  margin-top: 40px;
  margin-bottom: 40px; }

.comment-waiting-approval {
  background-color: #e5e5e5;
  padding: 5px; }

.comments-moderation {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 20px;
  background-color: #f2f2f2;
  padding-left: 10px;
  margin-top: 30px;
  padding-top: 5px;
  padding-right: 10px; }
  .comments-moderation span {
    font-size: 14px; }
  .comments-moderation ul {
    float: right; }

.article-comment-form {
  border-top: 1px dotted #b2b2b2;
  padding-top: 60px; }
  .article-comment-form--reply {
    padding-top: 10px;
    border-top: 0; }
  @media (min-width: 768px) {
    .article-comment-form__header {
      /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */ }
      .article-comment-form__header:before, .article-comment-form__header:after {
        content: " ";
        display: table; }
      .article-comment-form__header:after {
        clear: both; }
      .article-comment-form__header {
        *zoom: 1; }
      .article-comment-form__header__name {
        float: left; }
      .article-comment-form__header__actions {
        float: right; } }
  @media (max-width: 767px) {
    .article-comment-form__header {
      margin-top: -30px; }
      .article-comment-form__header__name, .article-comment-form__header__actions {
        padding-top: 30px; } }
  .article-comment-form__form {
    padding-top: 40px;
    float: left; }
    @media (min-width: 768px) {
      .article-comment-form__form {
        /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */ }
        .article-comment-form__form:before, .article-comment-form__form:after {
          content: " ";
          display: table; }
        .article-comment-form__form:after {
          clear: both; }
        .article-comment-form__form {
          *zoom: 1; }
        .article-comment-form__form__name {
          float: left; }
        .article-comment-form__form__actions {
          float: right; } }
    @media (max-width: 767px) {
      .article-comment-form__form {
        margin-top: -30px; } }
  .article-comment-form__input {
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.3888888889;
    display: block;
    resize: none;
    margin-top: 25px;
    width: 100%;
    height: 250px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 0 5px #f2f2f2 inset;
    padding: 20px; }
  .article-comment-form__btn {
    display: block;
    margin-left: auto;
    margin-top: 20px; }
  .article-comment-form div#editProfileMsg {
    margin-bottom: 30px; }
  .article-comment-form__signin {
    margin-top: 15px; }
    .article-comment-form__signin a {
      color: #696969;
      border-bottom: 1px dotted #696969; }
      .article-comment-form__signin a:hover {
        border-bottom-style: solid;
        color: #191919; }

.article-comment-group {
  border-top: 1px dotted #b2b2b2;
  padding-top: 50px; }
  .article-comment-group__load-btn-container {
    /* padding-bottom: 25px; */ }
    @media (max-width: 1023px) {
      .article-comment-group__load-btn-container {
        text-align: center; } }
  .article-comment-group__title {
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding-top: 30px; }
    .brunel-deck-semibold-normal-normal-loaded .article-comment-group__title {
      font-family: "Brunel-Deck-Semibold", Georgia, serif;
      font-weight: normal;
      font-style: normal; }
    .article-comment-group__title:before, .article-comment-group__title:after {
      content: '';
      display: block; }
    .article-comment-group__title:before {
      margin-top: -0.97em; }
    .article-comment-group__title:after {
      margin-top: -0.53em; }
  .article-comment-group__divider {
    padding-left: 30px;
    padding-top: 40px;
    position: relative; }
    .article-comment-group__divider:before {
      content: '';
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      .article-comment-group__divider:before {
        box-sizing: content-box;
        height: 2px;
        width: 65px;
        border-top: 2px solid #1a1a1a;
        border-bottom: 1px dotted #999;
        display: inline-block;
        vertical-align: top; }
      @media (max-width: 1023px) {
        .article-comment-group__divider:before {
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none;
          left: 0;
          right: 0;
          margin-left: auto;
          margin-right: auto; } }
    @media (max-width: 1023px) {
      .article-comment-group__divider {
        padding-left: 0; } }
  .article-comment-group__sort {
    margin-top: 40px;
    padding-left: 0px !important; }
    @media (max-width: 1023px) {
      .article-comment-group__sort {
        padding-left: 110px !important; } }
  .article-comment-group__list {
    padding-top: 20px; }
    .article-comment-group__list__item {
      padding-bottom: 40px; }
      .article-comment-group__list__item:not(:first-child) {
        padding-top: 40px;
        border-top: 1px dotted #b2b2b2; }
  .article-comment-group__title, .article-comment-group__list, .article-comment-group__divider, .article-comment-group__sort {
    display: none; }
    .article-comment-group.is-active .article-comment-group__title, .article-comment-group.is-active .article-comment-group__list, .article-comment-group.is-active .article-comment-group__divider, .article-comment-group.is-active .article-comment-group__sort {
      display: block; }
  .article-comment-group__load-btn-container {
    display: block; }
    .article-comment-group.is-active .article-comment-group__load-btn-container {
      display: none; }

.article-figure {
  padding-top: 80px;
  margin-bottom: 50px; }
  .article-figure__caption__title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.25; }
    .benton-normal-normal-loaded .article-figure__caption__title {
      font-family: "Benton", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
    .article-figure__caption__title:before, .article-figure__caption__title:after {
      content: '';
      display: block; }
    .article-figure__caption__title:before {
      margin-top: -0.975em; }
    .article-figure__caption__title:after {
      margin-top: -0.275em; }
  .article-figure__caption__body {
    color: #989898; }
    .article-figure__caption__body > p, .article-figure__caption__body > ul, .article-figure__caption__body > ol {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 1.4285714286;
      padding-top: 30px; }
      .benton-normal-normal-loaded .article-figure__caption__body > p, .benton-normal-normal-loaded .article-figure__caption__body > ul, .benton-normal-normal-loaded .article-figure__caption__body > ol {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal; }
      .article-figure__caption__body > p:before, .article-figure__caption__body > p:after, .article-figure__caption__body > ul:before, .article-figure__caption__body > ul:after, .article-figure__caption__body > ol:before, .article-figure__caption__body > ol:after {
        content: '';
        display: block; }
      .article-figure__caption__body > p:before, .article-figure__caption__body > ul:before, .article-figure__caption__body > ol:before {
        margin-top: -1.0642857143em; }
      .article-figure__caption__body > p:after, .article-figure__caption__body > ul:after, .article-figure__caption__body > ol:after {
        margin-top: -0.3642857143em; }
  .article-figure__media {
    padding-top: 40px; }
    .article-figure__media img {
      width: 100%;
      max-width: none; }
  .article-figure__credit {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.8181818182;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-top: 30px;
    color: #989898; }
    .benton-normal-normal-loaded .article-figure__credit {
      font-family: "Benton", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
    .article-figure__credit:before, .article-figure__credit:after {
      content: '';
      display: block; }
    .article-figure__credit:before {
      margin-top: -1.2590909091em; }
    .article-figure__credit:after {
      margin-top: -0.5590909091em; }

/**
 * Container
 */
.article-grid-outer {
  margin-top: 75px;
  margin-bottom: 40px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .article-grid-outer {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .article-grid-outer {
      margin-top: 30px; } }

/**
 * Grid
 */
.article-grid {
  font-size: 0;
  margin-left: -40px; }
  .article-grid__share {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    padding-left: 40px; }
  .article-grid__main {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    padding-left: 40px; }
  .article-grid__aux {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    padding-left: 40px; }

.article-grid__share {
  width: 210px; }
  .article-grid__share .article-download__link {
    width: 170px;
    padding: 0px 23px;
    margin-top: 15px; }
    .article-grid__share .article-download__link .icon {
      margin-right: 10px; }

.article-grid__main {
  width: 630px; }
  .article-grid__main-wide {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 1280px) {
      .article-grid__main-wide {
        width: 75%; } }
    .article-grid__main-wide .article-text {
      margin-top: 0;
      margin-left: 40px; }
  .article-grid__main__break-share {
    margin-left: -210px;
    position: relative;
    background: white;
    z-index: 0; }
    @media (min-width: 1280px) {
      .article-grid__main__break-share__inner {
        position: relative;
        z-index: 1;
        background: #fff; } }
  .article-grid__main__break-aux {
    margin-right: -420px; }

.article-grid__aux {
  width: 420px; }

@media (min-width: 1024px) and (max-width: 1279px) {
  .article-grid__share {
    display: none; }
  .article-grid__main {
    width: 550px; }
    .article-grid__main__break-share {
      margin-left: 0;
      margin-right: -210px; } }

@media (max-width: 1023px) {
  .article-grid__share {
    display: none; }
  .article-grid__aux {
    display: block;
    width: 100%; }
  .article-grid__main {
    width: 100%; }
    .article-grid__main__break-share {
      margin-left: 0; }
    .article-grid__main__break-aux {
      margin-right: 0; } }

.article-header {
  text-align: center;
  padding-top: 40px; }
  .article-header .t_article-subtitle {
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto; }
    .article-header .t_article-subtitle a {
      color: #656565;
      border-bottom: 1px dotted #656565; }
      .article-header .t_article-subtitle a:hover {
        border-bottom: 1px solid #696969;
        color: #191919; }
  .article-header__notice {
    position: relative;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4285714286;
    color: #323232;
    padding-bottom: 65px; }
    .benton-normal-normal-loaded .article-header__notice {
      font-family: "Benton", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
    .article-header__notice:before, .article-header__notice:after {
      content: '';
      display: block; }
    .article-header__notice:before {
      margin-top: -1.0642857143em; }
    .article-header__notice:after {
      margin-top: -0.3642857143em; }
    @media (max-width: 767px) {
      .article-header__notice {
        padding-top: 30px;
        padding-bottom: 35px; } }
    .article-header__notice a {
      color: #999;
      display: inline-block; }
    .article-header__notice:after {
      width: 65px;
      border-top: 1px solid #e5e5e5;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 40px; }
      @media (max-width: 767px) {
        .article-header__notice:after {
          bottom: 20px; } }
    .article-header__notice .icon {
      margin-right: 12px; }
  .article-header__poster {
    width: 100%;
    text-align: center;
    position: relative; }
    .article-header__poster__category {
      display: none; }
      @media (max-width: 767px) {
        .article-header__poster__category {
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          background: #fff;
          padding-top: 20px;
          padding-right: 16px;
          padding-left: 16px;
          white-space: nowrap;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0); } }
    .article-header__poster img {
      width: 100%;
      max-width: none; }
  @media (max-width: 767px) {
    .article-header__inner {
      padding-top: 20px; } }
  .article-header__inner__blog-category {
    padding-top: 20px; }
    @media (min-width: 768px) {
      .article-header__inner__blog-category {
        font-family: Georgia, serif;
        font-size: 24px;
        line-height: 1.0416666667; }
        .brunel-deck-semibold-normal-italic-loaded .article-header__inner__blog-category {
          font-family: "Brunel-Deck-Semibold", Georgia, serif;
          font-weight: normal;
          font-style: italic; }
        .article-header__inner__blog-category:before, .article-header__inner__blog-category:after {
          content: '';
          display: block; }
        .article-header__inner__blog-category:before {
          margin-top: -0.7408333333em; }
        .article-header__inner__blog-category:after {
          margin-top: -0.3008333333em; } }
    .article-header__inner__blog-category + .article-header__title {
      position: relative;
      padding-top: 35px;
      margin-top: 35px; }
      .article-header__inner__blog-category + .article-header__title:before {
        content: '';
        width: 64px;
        height: 1px;
        border-top: 1px dotted #b2b2b2;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        right: 0; }
      .article-header__inner__blog-category + .article-header__title:before {
        margin-top: 0; }
    .article-header__inner__blog-category__icon {
      width: 45px; }
      @media (max-width: 767px) {
        .article-header__inner__blog-category__icon {
          margin-left: auto;
          margin-right: auto;
          display: block; } }
      @media (min-width: 768px) {
        .article-header__inner__blog-category__icon {
          position: relative;
          display: inline-block;
          margin-right: 6px;
          margin-bottom: -15px; }
          .article-header__inner__blog-category__icon img {
            position: absolute;
            bottom: 0; } }
    @media (max-width: 767px) {
      .article-header__inner__blog-category__label {
        display: block;
        font-family: Georgia, serif;
        font-size: 24px;
        line-height: 1.0416666667;
        padding-top: 35px; }
        .brunel-deck-semibold-normal-italic-loaded .article-header__inner__blog-category__label {
          font-family: "Brunel-Deck-Semibold", Georgia, serif;
          font-weight: normal;
          font-style: italic; }
        .article-header__inner__blog-category__label:before, .article-header__inner__blog-category__label:after {
          content: '';
          display: block; }
        .article-header__inner__blog-category__label:before {
          margin-top: -0.7408333333em; }
        .article-header__inner__blog-category__label:after {
          margin-top: -0.3008333333em; } }
  .article-header__inner__category {
    letter-spacing: 4px; }
  @media (max-width: 767px) {
    .article-header__inner .tooltip#media-subscribe-tooltip {
      width: 120px !important; }
      .article-header__inner .tooltip#media-subscribe-tooltip .tooltip__arrow {
        left: 90px !important; } }
  .article-header__poster + .article-header__inner {
    background-color: #fff;
    padding-top: 0;
    position: relative;
    z-index: 1;
    margin: -150px auto 0;
    max-width: 950px; }
    @media (min-width: 768px) {
      .article-header__poster + .article-header__inner {
        padding: 30px 60px 0; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .article-header__poster + .article-header__inner {
        max-width: 800px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .article-header__poster + .article-header__inner {
        margin-top: -120px;
        max-width: 570px; } }
    @media (max-width: 767px) {
      .article-header__poster + .article-header__inner {
        margin-top: 0; }
        .article-header__poster + .article-header__inner .article-header__inner__category {
          display: none; } }
  .article-header__title {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto; }
  .article-header__divider {
    margin-top: 30px;
    padding-top: 30px;
    position: relative; }
    .article-header__divider:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      .article-header__divider:before {
        box-sizing: content-box;
        height: 2px;
        width: 65px;
        border-top: 2px solid #1a1a1a;
        border-bottom: 1px dotted #999;
        display: inline-block;
        vertical-align: top; }
      @media (max-width: 1023px) {
        .article-header__divider:before {
          border-top: none;
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none;
          left: 0;
          right: 0;
          margin-left: auto;
          margin-right: auto; } }
    .article-header__divider .meta-list__item a:hover {
      border-bottom: 1px solid #696969;
      color: #191919;
      line-height: 14px; }
    @media (max-width: 767px) {
      .article-header__divider {
        margin-top: 15px;
        padding-top: 10px; } }
  @media (max-width: 1023px) {
    .article-header p {
      color: #656565; } }
  @media (max-width: 767px) {
    .article-header {
      padding-top: 0; } }

/**
 * Media
 */
.article-media__object {
  position: relative; }
  .article-media__object__btn-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

html[data-useragent*='MSIE 8.0'] .article-media__object__btn-container {
  display: none; }

.article-media__object img {
  width: 100%;
  max-width: none; }

.article-media__caption {
  margin-top: 27px; }
  @media (max-width: 767px) {
    .article-media__caption {
      margin-top: 10px; } }
  .article-media__caption a:hover {
    border-bottom: 1px solid #696969;
    color: #191919; }

.article-next {
  position: relative;
  text-align: center;
  padding: 0 130px;
  margin-bottom: 80px; }
  .article-next--prev:after {
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4xMjEiIGhlaWdodD0iMTcuNDE0IiB2aWV3Qm94PSIwIDAgMTAuMTIxIDE3LjQxNCI+PHBhdGggZD0iTTAgOC43MDdMOC43MDcgMGwxLjQxNCAxLjQxNC03LjI5IDcuMjkzTDEwLjEyIDE2bC0xLjQxMyAxLjQxNEwwIDguNzA3eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    position: absolute;
    left: 30px;
    top: 50%;
    width: 11px;
    height: 18px;
    opacity: 0.4;
    margin-top: -9px; }
    .no-svg .article-next--prev:after {
      background-image: url("/img/png/icon__leftarrlarge--black.png"); }
  .article-next--prev:hover:after {
    opacity: 1; }
  .article-next--next:before {
    content: '';
    border-left: 1px dotted #b2b2b2;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0; }
    @media (max-width: 1023px) {
      .article-next--next:before {
        border-left: none; } }
    @media (max-width: 767px) {
      .article-next--next:before {
        border-left: none; } }
  .article-next--next:after {
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4xMjEiIGhlaWdodD0iMTcuNDE0IiB2aWV3Qm94PSIwIDAgMTAuMTIxIDE3LjQxNCI+PHBhdGggZD0iTTEuNDE0IDE3LjQxNEwwIDE2bDcuMjkzLTcuMjkzTDAgMS40MTQgMS40MTQgMGw4LjcwNyA4LjcwN3oiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    width: 11px;
    height: 18px;
    opacity: 0.4;
    margin-top: -9px; }
    .no-svg .article-next--next:after {
      background-image: url("/img/png/icon__rightarrlarge--black.png"); }
  .article-next--next:hover:after {
    opacity: 1; }
  @media (max-width: 1023px) {
    .article-next--next {
      position: relative; }
      .article-next--next:before {
        content: '';
        width: 64px;
        height: 1px;
        border-top: 1px dotted #b2b2b2;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        right: 0; } }
  .article-next__label {
    font-family: Georgia, serif;
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-top: 10px; }
    .brunel-text-medium-normal-normal-loaded .article-next__label {
      font-family: "Brunel-Text-Medium", Georgia, serif;
      font-weight: normal;
      font-style: normal; }
    .article-next__label:before, .article-next__label:after {
      content: '';
      display: block; }
    .article-next__label:before {
      margin-top: -1.3764285714em; }
    .article-next__label:after {
      margin-top: -0.7664285714em; }
    @media (max-width: 767px) {
      .article-next__label {
        font-family: Georgia, serif;
        font-size: 12px;
        line-height: 1.6666666667;
        letter-spacing: 3px;
        text-transform: uppercase; }
        .brunel-text-medium-normal-normal-loaded .article-next__label {
          font-family: "Brunel-Text-Medium", Georgia, serif;
          font-weight: normal;
          font-style: normal; }
        .article-next__label:before, .article-next__label:after {
          content: '';
          display: block; }
        .article-next__label:before {
          margin-top: -1.1383333333em; }
        .article-next__label:after {
          margin-top: -0.5283333333em; } }
    @media (max-width: 1023px) {
      .article-next__label {
        padding-top: 40px; } }
  .article-next__title {
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 1.25;
    link-underline: "gradient";
    padding-top: 20px;
    margin-top: 20px; }
    .brunel-deck-semibold-normal-normal-loaded .article-next__title {
      font-family: "Brunel-Deck-Semibold", Georgia, serif;
      font-weight: normal;
      font-style: normal; }
    .article-next__title:before, .article-next__title:after {
      content: '';
      display: block; }
    .article-next__title:before {
      margin-top: -0.845em; }
    .article-next__title:after {
      margin-top: -0.405em; }
    .article-next__title a {
      display: block; }
    .hit-area:hover .article-next__title .underline,
    .hit:hover .article-next__title .underline,
    a:hover .article-next__title .underline,
    .article-next__title a:hover .underline {
      position: relative;
      background-color: transparent;
      background-image: -webkit-linear-gradient(bottom, transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px);
      background-image: linear-gradient(to top,transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px); }
      @media (-webkit-min-device-pixel-ratio: 1.5) {
        .hit-area:hover .article-next__title .underline,
        .hit:hover .article-next__title .underline,
        a:hover .article-next__title .underline,
        .article-next__title a:hover .underline {
          background-color: transparent;
          background-image: -webkit-linear-gradient(bottom, transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px);
          background-image: linear-gradient(to top,transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px); } }
      html.no-cssgradients .hit-area:hover .article-next__title .underline, html.no-cssgradients
      .hit:hover .article-next__title .underline, html.no-cssgradients
      a:hover .article-next__title .underline, html.no-cssgradients
      .article-next__title a:hover .underline {
        border-bottom: 1px solid #e5e5e5;
        background-image: none; }
    @media (max-width: 767px) {
      .article-next__title {
        font-family: Georgia, serif;
        font-size: 16px;
        line-height: 1.25;
        link-underline: "gradient"; }
        .brunel-deck-semibold-normal-normal-loaded .article-next__title {
          font-family: "Brunel-Deck-Semibold", Georgia, serif;
          font-weight: normal;
          font-style: normal; }
        .article-next__title:before, .article-next__title:after {
          content: '';
          display: block; }
        .article-next__title:before {
          margin-top: -0.845em; }
        .article-next__title:after {
          margin-top: -0.405em; }
        .article-next__title a {
          display: block; }
        .hit-area:hover .article-next__title .underline,
        .hit:hover .article-next__title .underline,
        a:hover .article-next__title .underline,
        .article-next__title a:hover .underline {
          position: relative;
          background-color: transparent;
          background-image: -webkit-linear-gradient(bottom, transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px);
          background-image: linear-gradient(to top,transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px); } }
    @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .article-next__title .underline,
      .hit:hover .article-next__title .underline,
      a:hover .article-next__title .underline,
      .article-next__title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px);
        background-image: linear-gradient(to top,transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px); } }
    @media (max-width: 767px) {
          html.no-cssgradients .hit-area:hover .article-next__title .underline, html.no-cssgradients
          .hit:hover .article-next__title .underline, html.no-cssgradients
          a:hover .article-next__title .underline, html.no-cssgradients
          .article-next__title a:hover .underline {
            border-bottom: 1px solid #e5e5e5;
            background-image: none; } }
  .article-next__meta {
    margin-top: 25px; }
  @media (min-width: 950px) and (max-width: 1279px) {
    .article-next {
      padding: 0 80px; } }
  @media (max-width: 1023px) {
    .article-next {
      margin-bottom: 40px;
      padding: 0 80px; } }
  @media (max-width: 767px) {
    .article-next {
      padding: 0 60px; } }

.article-poster {
  border: 1px solid #d1d3d4;
  position: relative;
  padding: 6px;
  height: 320px;
  text-align: center;
  background: none no-repeat 50% 27px; }
  .article-poster:before, .article-poster:after {
    content: '';
    position: absolute;
    border: 1px solid #d1d3d4; }
  .article-poster:before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px; }
  .article-poster:after {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px; }
  .article-poster__title {
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 1.25;
    text-transform: uppercase;
    padding-top: 160px;
    max-width: 186px;
    margin-left: auto;
    margin-right: auto; }
    .brunel-deck-semibold-normal-normal-loaded .article-poster__title {
      font-family: "Brunel-Deck-Semibold", Georgia, serif;
      font-weight: normal;
      font-style: normal; }
    .article-poster__title:before, .article-poster__title:after {
      content: '';
      display: block; }
    .article-poster__title:before {
      margin-top: -0.845em; }
    .article-poster__title:after {
      margin-top: -0.405em; }
  .article-poster__icon {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }

.article-quote {
  position: relative; }
  @media (max-width: 767px) {
    .article-quote {
      position: relative; }
      .article-quote:before {
        content: '';
        width: 64px;
        height: 1px;
        border-top: 1px dotted #b2b2b2;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        right: 0; }
      .article-quote:after {
        content: '';
        width: 64px;
        height: 1px;
        border-top: 1px dotted #b2b2b2;
        position: absolute;
        bottom: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        right: 0; } }
  @media (min-width: 768px) {
    .article-quote {
      padding-bottom: 15px;
      margin-bottom: 65px; } }
  .article-quote__inner {
    margin-top: 60px; }
    @media (max-width: 767px) {
      .article-quote__inner {
        margin-top: 25px;
        padding-bottom: 25px; } }
  .article-quote__share {
    margin-left: -20px;
    position: absolute;
    left: 0;
    bottom: -35px; }
    .article-quote__share__item {
      padding-left: 20px;
      display: inline-block; }
    @media (max-width: 767px) {
      .article-quote__share {
        display: none; } }

.article-tags {
  border-top: 1px dotted #b2b2b2;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 80px; }
  .article-tags__title {
    width: auto;
    margin-left: -80px;
    margin-top: 10px;
    float: left;
    padding-top: 9px;
    color: #999;
    letter-spacing: 4px; }
  .article-tags__list {
    margin-left: -15px;
    line-height: 25px; }
    .article-tags__list__item {
      padding-left: 15px;
      display: inline-block; }
    .article-tags__list__item {
      letter-spacing: 4px; }
      html[data-useragent*='MSIE 10.0'] .article-tags__list__item:first-child {
        margin-left: -15px; }

.article-text > p, .article-text > ol, .article-text > ul {
  color: #323232; }

.article-text ol {
  padding-left: 22px; }

.article-text li + li {
  margin-top: 10px; }

.article-text p + div:not(.article-quote), .article-text p + div:not(.article-grid__main__break-share) {
  margin: 20px auto; }

.article-text p + ul li {
  position: relative;
  padding-left: 22px; }
  .article-text p + ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #323232;
    position: absolute;
    top: 12px;
    left: 0; }

.article-text h2 {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #323232;
  padding-bottom: 22px;
  position: relative;
  text-align: center;
  margin-top: 53px;
  margin-bottom: 25px; }
  .brunel-text-medium-normal-normal-loaded .article-text h2 {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .article-text h2:after {
    content: '';
    width: 64px;
    border-bottom: 1px dotted #000;
    padding-bottom: 25px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0; }

.article-text p > a {
  color: #696969;
  border-bottom: 1px dotted #696969; }
  .article-text p > a:hover {
    border-bottom-style: solid;
    color: #191919; }

.article-text p > blockquote {
  margin: 45px 0; }

.article-text p > sub {
  vertical-align: sub;
  font-size: smaller; }

.article-text p > sup {
  vertical-align: super;
  font-size: smaller; }

.article-text p > table {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-spacing: 1px;
  border-spacing: 2px;
  border-color: grey; }

.article-text p > ul {
  list-style-type: disc; }

.article-text table, .article-text table th, .article-text table td {
  border: 1px solid grey;
  border-spacing: 1px;
  border-spacing: 2px; }

.article-text blockquote {
  margin: 45px 0; }

.article-text center {
  margin: 25px; }

.article-text ul {
  list-style-type: disc; }

.article-text embed, .article-text iframe {
  width: 100%; }

.article-text .article-media {
  margin: 20px auto; }

.article-video {
  position: relative; }
  .article-video:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OS42IiBoZWlnaHQ9IjQ5LjYwMSIgdmlld0JveD0iMCAwIDQ5LjYgNDkuNjAxIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjQuOCAzYzEyLjAyIDAgMjEuOCA5Ljc4IDIxLjggMjEuOCAwIDEyLjAyLTkuNzggMjEuOC0yMS44IDIxLjhTMyAzNi44MiAzIDI0LjhDMyAxMi43OCAxMi43OCAzIDI0LjggM20wLTNDMTEuMTAzIDAgMCAxMS4xMDMgMCAyNC44czExLjEwMyAyNC44IDI0LjggMjQuOGMxMy42OTcgMCAyNC44LTExLjEwMyAyNC44LTI0LjhTMzguNDk3IDAgMjQuOCAweiIvPjxwYXRoIGZpbGw9IiNGREZERkUiIGQ9Ik0xOS44IDMyLjh2LTE3bDEzLjUgOC41eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: none; }
    .no-svg .article-video:before {
      background-image: url("/img/png/icon__play--md--white.png"); }

.spon-header {
  border-bottom: 1px dotted #b2b2b2;
  padding-bottom: 30px;
  margin-bottom: 30px;
  height: 60px;
  display: table;
  width: 100%;
  table-layout: fixed; }
  .spon-header__gutter {
    display: table-cell; }
  .spon-header__logos {
    display: table-cell;
    vertical-align: middle; }
    .spon-header__logos .t_meta {
      display: inline;
      vertical-align: middle; }
      .spon-header__logos .t_meta:before, .spon-header__logos .t_meta:after {
        display: inline; }
    .spon-header__logos img {
      display: inline;
      margin: 0 5px;
      vertical-align: middle; }
  .spon-header__tooltip {
    display: table-cell;
    text-align: right;
    vertical-align: middle; }
    .spon-header__tooltip .t_meta {
      font-size: 12px;
      color: #999; }
  @media (max-width: 767px) {
    .spon-header {
      margin-bottom: 10px;
      padding-top: 20px; }
      .spon-header__gutter {
        display: none; }
      .spon-header__logos {
        display: block; }
      .spon-header__tooltip {
        padding-top: 10px;
        position: relative;
        clear: both;
        display: block;
        text-align: center; } }

.sponsor-tooltip__desc {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4285714286;
  font-size: 12px; }
  .benton-normal-normal-loaded .sponsor-tooltip__desc {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .sponsor-tooltip__desc:before, .sponsor-tooltip__desc:after {
    content: '';
    display: block; }
  .sponsor-tooltip__desc:before {
    margin-top: -1.0642857143em; }
  .sponsor-tooltip__desc:after {
    margin-top: -0.3642857143em; }

@media (max-width: 767px) {
  .article-header__poster__category__sponsored {
    display: none; } }

.article-timeline {
  border-top: 1px dotted #b2b2b2;
  padding-top: 70px;
  padding-bottom: 50px; }
  .article-timeline__category {
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.2222222222;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
    .brunel-text-medium-normal-normal-loaded .article-timeline__category {
      font-family: "Brunel-Text-Medium", Georgia, serif;
      font-weight: normal;
      font-style: normal; }
    .article-timeline__category:before, .article-timeline__category:after {
      content: '';
      display: block; }
    .article-timeline__category:before {
      margin-top: -0.9161111111em; }
    .article-timeline__category:after {
      margin-top: -0.3061111111em; }
  .article-timeline__title {
    font-family: Georgia, serif;
    font-size: 36px;
    line-height: 1.1111111111; }
    .brunel-deck-semibold-normal-italic-loaded .article-timeline__title {
      font-family: "Brunel-Deck-Semibold", Georgia, serif;
      font-weight: normal;
      font-style: italic; }
    .article-timeline__title:before, .article-timeline__title:after {
      content: '';
      display: block; }
    .article-timeline__title:before {
      margin-top: -0.7755555556em; }
    .article-timeline__title:after {
      margin-top: -0.3355555556em; }
  .article-timeline__category + .article-timeline__title {
    padding-top: 55px; }
  .article-timeline__list {
    margin-top: 25px;
    padding-left: 40px;
    position: relative; }
    .article-timeline__list:before {
      content: '';
      left: 11px;
      top: 8px;
      bottom: 4px;
      width: 1px;
      border-left: 2px solid #cccccc;
      position: absolute;
      z-index: 0; }
    .article-timeline__list__item {
      position: relative;
      z-index: 1; }
      .article-timeline__list__item + .article-timeline__list__item {
        padding-top: 25px; }
        .article-timeline__list__item + .article-timeline__list__item:before {
          top: 29px; }
      .article-timeline__list__item:before {
        content: '';
        background: #fff;
        border: 2px solid #ccc;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        position: absolute;
        left: -33px;
        top: 6px; }
      .article-timeline__list__item__title + .article-timeline__list__item__meta {
        padding-top: 30px; }
    .article-timeline__list__cta {
      padding-top: 50px;
      color: #323232;
      position: relative; }
      .article-timeline__list__cta > .icon {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        position: absolute;
        left: -36px;
        bottom: 2px; }

.article-rightslink {
  text-align: right;
  margin-top: 40px; }
  .article-rightslink a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3333333333;
    color: #999; }
    .benton-normal-normal-loaded .article-rightslink a {
      font-family: "Benton", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
    .article-rightslink a:before, .article-rightslink a:after {
      content: '';
      display: block; }
    .article-rightslink a:before {
      margin-top: -1.0166666667em; }
    .article-rightslink a:after {
      margin-top: -0.3166666667em; }
    .article-rightslink a img {
      display: none; }

.article-rightslink + .article-tags, .article-rightslink + .article-comment-group, .article-rightslink + .article-author {
  margin-top: 5px; }

.article-rightslink + .paywall:before {
  top: auto; }

.aside-banner {
  padding: 40px;
  border: 1px solid #e5e5e5;
  position: relative; }
  @media (max-width: 1023px) {
    .aside-banner {
      margin-bottom: 40px;
      margin-top: 40px;
      text-align: center;
      padding-left: 0px;
      padding-right: 0px; } }
  .aside-banner__article-bottom {
    margin-bottom: 80px;
    margin-top: 40px;
    text-align: center; }
  @media (max-width: 363px) {
    .aside-banner iframe {
      max-width: 100% !important; } }

.aside-banner__label {
  color: #b2b2b2;
  font-family: Georgia, serif;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: absolute;
  bottom: -20px;
  left: 0px;
  letter-spacing: 0.15em; }
  .brunel-text-medium-normal-normal-loaded .aside-banner__label {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .aside-banner__label:before, .aside-banner__label:after {
    content: '';
    display: block; }
  .aside-banner__label:before {
    margin-top: -1.005em; }
  .aside-banner__label:after {
    margin-top: -0.395em; }

@media (min-width: 1024px) {
  .aside-block:not(:first-child) {
    padding-top: 50px; } }

@media (max-width: 1023px) {
  .aside-block__title {
    position: relative;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
    line-height: 15px; }
    .aside-block__title:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      top: 5px;
      height: 2px;
      background: #000; }
    .aside-block__title:after {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      top: 9px;
      height: 1px;
      border-bottom: 1px dotted #999; }
    .aside-block__title > span {
      font-family: Georgia, serif;
      font-size: 18px;
      line-height: 1.2222222222;
      text-transform: uppercase;
      letter-spacing: 0.3em;
      line-height: 15px;
      height: 15px;
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding-left: 27px;
      padding-right: 27px;
      border-left: 1px solid #999;
      border-right: 1px solid #999;
      background: #fff; }
      .brunel-text-medium-normal-normal-loaded .aside-block__title > span {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; } }
  @media (max-width: 1023px) and (max-width: 1279px) {
    .aside-block__title {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media (max-width: 1023px) and (max-width: 767px) {
    .aside-block__title {
      margin-top: 45px;
      margin-bottom: 30px; } }
  @media (max-width: 1023px) and (max-width: 767px) {
    .aside-block__title > span {
      font-family: Georgia, serif;
      font-size: 14px;
      line-height: 1.4285714286;
      text-transform: uppercase;
      letter-spacing: 0.3em;
      padding-left: 15px;
      padding-right: 15px; }
      .brunel-text-medium-normal-normal-loaded .aside-block__title > span {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; } }

@media (max-width: 1023px) {
    .aside-block__title:before {
      top: -20px; }
    .aside-block__title:after {
      top: -15px; } }

@media (min-width: 1024px) {
  .aside-block__title {
    padding-top: 20px;
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.2222222222;
    text-transform: uppercase;
    letter-spacing: 3px;
    letter-spacing: 2px; }
    .brunel-text-medium-normal-normal-loaded .aside-block__title {
      font-family: "Brunel-Text-Medium", Georgia, serif;
      font-weight: normal;
      font-style: normal; }
    .aside-block__title:before, .aside-block__title:after {
      content: '';
      display: block; }
    .aside-block__title:before {
      margin-top: -0.9161111111em; }
    .aside-block__title:after {
      margin-top: -0.3061111111em; } }

.aside-block__body {
  margin-top: 30px;
  position: relative; }
  @media (min-width: 1024px) {
    .aside-block__body {
      padding-top: 40px; }
      .aside-block__body:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0; }
        .aside-block__body:before {
          box-sizing: content-box;
          height: 2px;
          width: 65px;
          border-top: 2px solid #1a1a1a;
          border-bottom: 1px dotted #999;
          display: inline-block;
          vertical-align: top; } }

.aside-product {
  padding: 30px;
  padding-left: 170px;
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .aside-product {
      margin-top: 25px !important; } }
  .aside-product__thumb {
    float: left;
    margin-left: -140px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .aside-product__thumb {
        margin: auto; } }
    .aside-product__thumb a img {
      max-width: 112px; }
      @media (max-width: 767px) {
        .aside-product__thumb a img {
          width: 60px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .aside-product__body {
      margin-left: 150px; } }
  @media (max-width: 767px) {
    .aside-product__body {
      margin-left: -50px; } }
  .aside-product__body .t_tag--store {
    padding-top: 10px; }
    .aside-product__body .t_tag--store:after {
      content: '';
      width: 64px;
      height: 1px;
      border-bottom: 1px dotted #b2b2b2;
      padding-top: 20px; }
  .aside-product__body .t_tag--category {
    padding-top: 30px;
    font-size: 11px; }
  .aside-product__body .product-title {
    padding-top: 5px;
    color: #656565; }
  .aside-product__body .product-price {
    font-size: 11px;
    color: #b31b1b;
    font-weight: bold;
    padding-top: 15px; }

.bordered-avatar {
  border: 2px solid #000; }

.citizen-science-details__title {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.2222222222;
  text-transform: uppercase;
  letter-spacing: 3px;
  letter-spacing: 6px;
  padding-bottom: 30px; }
  .brunel-text-medium-normal-normal-loaded .citizen-science-details__title {
    font-family: "Brunel-Text-Medium", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  @media (max-width: 767px) {
    .citizen-science-details__title {
      font-size: 14px; } }
  .citizen-science-details__title:after {
    content: '';
    border-bottom: 1px dotted #b2b2b2;
    width: 64px;
    display: block;
    margin-top: 30px; }

.citizen-science-details__list:after {
  content: '';
  border-bottom: 1px dotted #b2b2b2;
  width: 64px;
  display: block;
  margin-top: 30px; }

.citizen-science-details__list__item {
  margin-bottom: 5px; }
  .citizen-science-details__list__item span {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3333333333;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #656565;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block; }
    .benton-bold-normal-loaded .citizen-science-details__list__item span {
      font-family: "Benton", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-style: normal; }
  .citizen-science-details__list__item p {
    display: inline-block; }

/**
 * Media button
 */
.media-btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 2.3076923077;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  height: 60px;
  line-height: 58px;
  border: 2px solid #000;
  padding: 0 45px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition-property: border-color, background-color;
  -moz-transition-property: border-color, background-color;
  transition-property: border-color, background-color; }
  .benton-bold-normal-loaded .media-btn {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal; }
  .media-btn:before {
    content: '';
    position: absolute;
    border: 1px dotted transparent;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    -webkit-transition: border-color 0.2s ease-out;
    -moz-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out; }
  .media-btn__icon {
    margin-right: 10px; }
  .media-btn .icon {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .media-btn:hover {
    border-color: #093969;
    color: #093969; }
    .media-btn:hover:before {
      border-color: #093969; }
  .media-btn:active {
    background: #093969;
    color: #fff;
    border-color: #093969; }
    .media-btn:active .icon {
      opacity: 0; }
  @media (max-width: 767px) {
    .media-btn {
      padding-left: 20px;
      padding-right: 20px;
      font-size: 12px; } }

.media-btn {
  border: 0;
  background: #000;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 61px; }
  .media-btn__label {
    font-family: Georgia, serif;
    font-size: 15px;
    line-height: 1.2;
    opacity: 0.5;
    text-transform: none;
    letter-spacing: 0; }
    .brunel-text-medium-normal-normal-loaded .media-btn__label {
      font-family: "Brunel-Text-Medium", Georgia, serif;
      font-weight: normal;
      font-style: normal; }
  .media-btn .icon__infographic--white,
  .media-btn .icon__infographic--black {
    vertical-align: -1px; }

@media (max-width: 767px) {
  .media-btn {
    padding: 0 20px; } }

.paywall {
  border: 1px dotted #b2b2b2;
  padding: 0 30px 40px;
  text-align: center;
  position: relative;
  margin-top: 20px; }
  .paywall.no-margin {
    margin-top: 0; }
  .paywall:before {
    position: absolute;
    height: 70px;
    top: -80px;
    left: -1px;
    right: -1px;
    width: 100%;
    content: '';
    display: block;
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top,white, rgba(255, 255, 255, 0)); }
  .paywall__icon {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto; }
  .paywall__title {
    padding-top: 85px;
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.2222222222;
    text-transform: uppercase;
    letter-spacing: 3px; }
    .brunel-text-medium-normal-normal-loaded .paywall__title {
      font-family: "Brunel-Text-Medium", Georgia, serif;
      font-weight: normal;
      font-style: normal; }
    .paywall__title:before, .paywall__title:after {
      content: '';
      display: block; }
    .paywall__title:before {
      margin-top: -0.9161111111em; }
    .paywall__title:after {
      margin-top: -0.3061111111em; }
  .paywall__intro {
    padding-top: 70px;
    position: relative; }
    .paywall__intro:before {
      content: '';
      position: absolute;
      top: 30px;
      left: 0;
      right: 0;
      margin: auto;
      width: 60px;
      display: block;
      border-top: 1px dotted #000; }
    .paywall__intro p {
      font-family: Georgia, serif;
      font-size: 18px;
      line-height: 1.6666666667; }
      .brunel-text-medium-normal-normal-loaded .paywall__intro p {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .paywall__intro p:before, .paywall__intro p:after {
        content: '';
        display: block; }
      .paywall__intro p:before {
        margin-top: -1.1383333333em; }
      .paywall__intro p:after {
        margin-top: -0.5283333333em; }
    .paywall__intro a {
      color: #656565;
      border-bottom: 1px dotted #656565; }

.related-article-group {
  margin-top: -22px; }
  .related-article-group__item {
    padding-top: 22px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .related-article-group {
      font-size: 0;
      margin-left: -30px; }
      .related-article-group__item {
        vertical-align: top;
        display: inline-block;
        width: 50%;
        padding-left: 30px; } }

.sticky-share-box {
  width: inherit;
  z-index: 1; }
  .sticky-share-box.is-sticky {
    position: fixed;
    top: 370px;
    border-bottom: 1px solid #e5e5e5; }
  .sticky-share-box.is-end {
    position: absolute;
    bottom: 0; }

.share-box {
  border: 2px solid #000;
  overflow: visible; }
  .share-box__inner {
    font-size: 0;
    margin-left: 0px; }
    .share-box__inner__item {
      display: inline-block;
      vertical-align: top;
      font-size: 1rem; }
  .share-box__inner {
    margin-left: -1px;
    margin-top: -1px; }
  .share-box__inner__item {
    width: 33.33%;
    border-left: 1px dotted #ccc;
    border-top: 1px dotted #ccc; }
    .share-box__inner__item__link {
      padding-top: 100%;
      height: 0;
      display: block;
      position: relative; }
      .share-box__inner__item__link .icon {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
      .share-box__inner__item__link:hover {
        background: #f2f2f2; }

.step-list {
  list-style: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4285714286; }
  .benton-normal-normal-loaded .step-list {
    font-family: "Benton", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .step-list__item {
    display: table;
    width: 100%; }
    .step-list__item__number {
      display: table-cell;
      vertical-align: top; }
    .step-list__item__label {
      display: table-cell;
      vertical-align: top; }
  .step-list__item:not(:first-child) {
    padding-top: 20px; }
  .step-list__item__number, .step-list__item__label {
    vertical-align: middle; }
  .step-list__item__number {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.2307692308;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    text-align: center;
    text-indent: 2px; }
    .benton-bold-normal-loaded .step-list__item__number {
      font-family: "Benton", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-style: normal; }
  .step-list__item__label {
    padding-left: 20px; }

@media (min-width: 768px) {
  .with-side-figure {
    padding-left: 210px;
    overflow: hidden; } }

@media (min-width: 768px) {
  .with-side-figure__side {
    padding-bottom: 25px;
    float: left;
    width: 355px;
    margin-left: -250px;
    padding-left: 40px;
    padding-right: 40px; }
    .with-side-figure__side > .article-figure {
      padding-top: 60px; }
    .with-side-figure__side.wide {
      width: 500px; } }

.footer-newsletter {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 120px;
  padding-top: 15px; }

.footer-banner {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #e5e5e5; }
  .footer-banner {
    text-align: center; }
    .footer-banner img {
      display: inline-block;
      vertical-align: top; }

.footer-links {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 70px; }
  @media (max-width: 1023px) {
    .footer-links {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .footer-links__item {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4285714286; }
    .benton-normal-normal-loaded .footer-links__item {
      font-family: "Benton", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
    .footer-links__item:before, .footer-links__item:after {
      content: '';
      display: block; }
    .footer-links__item:before {
      margin-top: -1.0642857143em; }
    .footer-links__item:after {
      margin-top: -0.3642857143em; }
    .footer-links__item + .footer-links__item {
      padding-top: 35px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .col:nth-child(2) ~ .col .footer-links {
      padding-top: 0; } }
  @media (max-width: 1023px) {
    .footer-links {
      padding-top: 45px; }
      .col:nth-child(1) ~ .col .footer-links {
        padding-top: 0; } }
  @media (max-width: 767px) {
    .footer-links {
      padding-bottom: 0px; }
      .col:nth-child(1) ~ .col .footer-links {
        padding-top: 50px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  #footer .grid {
    margin-bottom: 40px; } }

#footer .grid .grid__col {
  width: 25%; }
  @media (max-width: 767px) {
    #footer .grid .grid__col {
      width: 100%; } }
  @media (max-width: 1023px) {
    #footer .grid .grid__col--first {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    #footer .grid .grid__col.medium-two {
      width: 50%; } }

.footer-text {
  max-width: 800px;
  margin: 0 auto; }
  .footer-text.order-confirmation {
    max-width: 100%; }
  .footer-text > p, .footer-text > ol, .footer-text > ul {
    color: #323232;
    line-height: 30px; }
    .footer-text > p a, .footer-text > ol a, .footer-text > ul a {
      color: #989898; }
      .footer-text > p a:hover, .footer-text > ol a:hover, .footer-text > ul a:hover {
        color: #191919;
        border-bottom: 1px solid #656565; }
  .footer-text h2 {
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.2222222222;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #323232;
    padding-bottom: 22px;
    position: relative;
    text-align: center;
    margin-top: 43px;
    margin-bottom: 15px; }
    .brunel-text-medium-normal-normal-loaded .footer-text h2 {
      font-family: "Brunel-Text-Medium", Georgia, serif;
      font-weight: normal;
      font-style: normal; }
  .footer-text h3 {
    font-family: Georgia, serif;
    font-size: 19px;
    line-height: 1.5789473684;
    margin-top: 40px;
    padding-bottom: 40px; }
    .brunel-text-medium-normal-italic-loaded .footer-text h3 {
      font-family: "Brunel-Text-Medium", Georgia, serif;
      font-weight: normal;
      font-style: italic; }
  .footer-text ul {
    list-style: disc;
    margin-left: 20px; }
    .footer-text ul li + li {
      padding-top: 15px; }
    .footer-text ul a {
      color: #989898; }
      .footer-text ul a:hover {
        color: #191919;
        border-bottom: 1px solid #656565; }
  .footer-text ol {
    padding-top: 35px;
    margin-left: 20px; }
    .footer-text ol li + li {
      padding-top: 35px; }
    .footer-text ol li p + p {
      padding-top: 35px; }
  .footer-text dl {
    font-family: Georgia, serif;
    font-size: 14px;
    line-height: 2.1428571429;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #323232;
    overflow: hidden;
    margin-top: 35px;
    padding-bottom: 35px; }
    .footer-text dl:before, .footer-text dl:after {
      content: '';
      display: block; }
    .footer-text dl:before {
      margin-top: -1.4214285714em; }
    .footer-text dl:after {
      margin-top: -0.7214285714em; }
    .footer-text dl dt, .footer-text dl dd {
      float: left; }
    .footer-text dl dt {
      clear: both;
      margin-right: 10px; }
  .footer-text address {
    font-family: Georgia, serif;
    font-size: 14px;
    line-height: 2.1428571429;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    color: #323232;
    margin-top: 45px;
    padding-bottom: 35px; }
    .footer-text address:before, .footer-text address:after {
      content: '';
      display: block; }
    .footer-text address:before {
      margin-top: -1.4214285714em; }
    .footer-text address:after {
      margin-top: -0.7214285714em; }

.footer-page-header {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px; }
  .footer-page-header__title {
    margin-left: auto;
    margin-right: auto;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 1.1111111111;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding-top: 30px; }
    .benton-bold-normal-loaded .footer-page-header__title {
      font-family: "Benton", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-style: normal; }
    .footer-page-header__title:before, .footer-page-header__title:after {
      content: '';
      display: block; }
    .footer-page-header__title:before {
      margin-top: -0.9055555556em; }
    .footer-page-header__title:after {
      margin-top: -0.2055555556em; }
    @media (max-width: 767px) {
      .footer-page-header__title {
        font-size: 20px; } }
  .footer-page-header__summary {
    padding-top: 50px; }
    .footer-page-header__summary p {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 1.25;
      color: #999; }
      .benton-normal-normal-loaded .footer-page-header__summary p {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal; }
  .footer-page-header__divider {
    margin-top: 30px;
    padding-top: 30px;
    position: relative; }
    .footer-page-header__divider:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      .footer-page-header__divider:before {
        box-sizing: content-box;
        height: 2px;
        width: 65px;
        border-top: 2px solid #1a1a1a;
        border-bottom: 1px dotted #999;
        display: inline-block;
        vertical-align: top; }

#page-scientific-egyptian .footer-page-header__title {
  letter-spacing: 0; }

.landing-header {
  text-align: center; }
  @media (max-width: 767px) {
    .landing-header {
      padding-top: 20px;
      padding-bottom: 25px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .landing-header {
      padding-top: 70px; } }
  @media (min-width: 768px) {
    .landing-header {
      padding-bottom: 45px; } }
  @media (min-width: 1024px) {
    .landing-header {
      padding-top: 60px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .landing-header.login {
      border-top: 1px solid #e5e5e5;
      padding-top: 46px;
      padding-bottom: 0;
      max-width: 100%; }
      .landing-header.login h1 {
        padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .landing-header.login {
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 10px;
      margin-bottom: 20px; } }
  .landing-header__title {
    font-family: Georgia, serif;
    font-size: 72px;
    line-height: 1.1944444444; }
    .brunel-poster-bold-normal-italic-loaded .landing-header__title {
      font-family: "Brunel-Poster-Bold", Georgia, serif;
      font-weight: normal;
      font-style: italic; }
    .landing-header__title:before, .landing-header__title:after {
      content: '';
      display: block; }
    .landing-header__title:before {
      margin-top: -0.8172222222em; }
    .landing-header__title:after {
      margin-top: -0.3772222222em; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .landing-header__title {
        font-family: Georgia, serif;
        font-size: 50px;
        line-height: 1.2; }
        .brunel-poster-bold-normal-italic-loaded .landing-header__title {
          font-family: "Brunel-Poster-Bold", Georgia, serif;
          font-weight: normal;
          font-style: italic; }
        .landing-header__title:before, .landing-header__title:after {
          content: '';
          display: block; }
        .landing-header__title:before {
          margin-top: -0.82em; }
        .landing-header__title:after {
          margin-top: -0.38em; } }
    @media (max-width: 767px) {
      .landing-header__title {
        font-family: Georgia, serif;
        font-size: 24px;
        line-height: 1; }
        .brunel-deck-semibold-normal-italic-loaded .landing-header__title {
          font-family: "Brunel-Deck-Semibold", Georgia, serif;
          font-weight: normal;
          font-style: italic; }
        .landing-header__title:before, .landing-header__title:after {
          content: '';
          display: block; }
        .landing-header__title:before {
          margin-top: -0.72em; }
        .landing-header__title:after {
          margin-top: -0.28em; } }
  .landing-header__nav {
    position: relative;
    padding-top: 75px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .landing-header__nav {
        padding-top: 35px; } }
    @media (max-width: 767px) {
      .landing-header__nav {
        padding-top: 30px; } }
    .landing-header__nav:before {
      content: '';
      position: absolute;
      top: 30px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
      .landing-header__nav:before {
        box-sizing: content-box;
        height: 2px;
        width: 65px;
        border-top: 2px solid #1a1a1a;
        border-bottom: 1px dotted #999;
        display: inline-block;
        vertical-align: top; }
      @media (max-width: 1023px) {
        .landing-header__nav:before {
          display: none; } }
    .landing-header__nav__switch {
      display: none; }
      @media (max-width: 1023px) {
        .landing-header__nav__switch {
          display: block; } }
    .landing-header__nav__list {
      margin-left: -35px;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 15px;
      line-height: 1.2;
      color: #999; }
      .landing-header__nav__list__item {
        padding-left: 35px;
        display: inline-block; }
      .benton-normal-normal-loaded .landing-header__nav__list {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal; }
      .landing-header__nav__list:before, .landing-header__nav__list:after {
        content: '';
        display: block; }
      .landing-header__nav__list:before {
        margin-top: -0.95em; }
      .landing-header__nav__list:after {
        margin-top: -0.25em; }
      .landing-header__nav__list__item .current {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 15px;
        line-height: 1.2;
        color: #000;
        border-bottom: 1px dotted #b2b2b2; }
        .benton-bold-normal-loaded .landing-header__nav__list__item .current {
          font-family: "Benton", Helvetica, Arial, sans-serif;
          font-weight: bold;
          font-style: normal; }
        .landing-header__nav__list__item .current:before, .landing-header__nav__list__item .current:after {
          content: '';
          display: block; }
        .landing-header__nav__list__item .current:before {
          margin-top: -0.95em; }
        .landing-header__nav__list__item .current:after {
          margin-top: -0.25em; }
        @media (max-width: 1023px) {
          .landing-header__nav__list__item .current:before, .landing-header__nav__list__item .current:after {
            margin: 0 !important; } }
      .landing-header__nav__list__item a {
        color: #989898; }
        .landing-header__nav__list__item a:hover {
          color: #656565; }
    @media (max-width: 1023px) {
      .landing-header__nav__switch + .landing-header__nav__list {
        margin-left: 0;
        padding-top: 40px; } }
  .landing-header--thin {
    padding-bottom: 10px; }
  .landing-header__util {
    padding-top: 40px; }

@media (min-width: 768px) {
  .landing-main {
    padding-top: 40px;
    border-top: 1px solid #e5e5e5; } }

.landing-main .listing-thumb__category, .landing-main .listing-landscape__poster__tag {
  letter-spacing: 0.2em; }

.subscription-grid {
  width: 100%; }
  @media (max-width: 1023px) {
    .subscription-grid {
      margin-top: 2em; } }
  @media (min-width: 1024px) {
    .subscription-grid {
      display: table;
      border-collapse: collapse; } }
  .subscription-grid__offer {
    position: relative; }
    @media (max-width: 1023px) {
      .subscription-grid__offer {
        border: 1px dotted #3e3e3e;
        padding: 20px;
        text-align: center; } }
    @media (min-width: 1024px) {
      .subscription-grid__offer {
        display: table-row; } }
    @media (max-width: 1023px) {
      .subscription-grid__offer + .subscription-grid__offer {
        margin-top: 20px; } }
  @media (min-width: 1024px) {
    .subscription-grid__datapoint {
      display: table-cell;
      border: 1px dotted #3e3e3e;
      padding: 20px;
      vertical-align: top;
      position: relative; } }
  @media (max-width: 1023px) {
    .subscription-grid__datapoint--offer-name {
      padding-top: 5px; } }
  .subscription-grid__datapoint--offer-name .ribbon--persistent {
    top: 5px; }
  @media (max-width: 1023px) {
    .subscription-grid__datapoint--offer-prices {
      padding-top: .75em;
      padding-bottom: 1em;
      margin-top: .5em;
      position: relative; }
      .subscription-grid__datapoint--offer-prices:before {
        content: '';
        width: 64px;
        height: 1px;
        border-top: 1px dotted #b2b2b2;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        right: 0; } }
  .subscription-grid__datapoint--offer-cta {
    text-align: center;
    vertical-align: middle; }
    @media (max-width: 1023px) {
      .subscription-grid__datapoint--offer-cta .btn {
        width: auto; } }
  .subscription-grid__offer-title {
    font-family: Georgia, serif;
    font-size: 36px;
    line-height: 0.9722222222;
    link-underline: "gradient";
    margin-bottom: .5em; }
    .brunel-deck-semibold-normal-normal-loaded .subscription-grid__offer-title {
      font-family: "Brunel-Deck-Semibold", Georgia, serif;
      font-weight: normal;
      font-style: normal; }
    .subscription-grid__offer-title a {
      display: block; }
    .hit-area:hover .subscription-grid__offer-title .underline,
    .hit:hover .subscription-grid__offer-title .underline,
    a:hover .subscription-grid__offer-title .underline,
    .subscription-grid__offer-title a:hover .underline {
      position: relative;
      background-color: transparent;
      background-image: -webkit-linear-gradient(bottom, transparent 4px, #e5e5e5, 4px, #e5e5e5 5px, transparent 5px);
      background-image: linear-gradient(to top,transparent 4px, #e5e5e5, 4px, #e5e5e5 5px, transparent 5px); }
      @media (-webkit-min-device-pixel-ratio: 1.5) {
        .hit-area:hover .subscription-grid__offer-title .underline,
        .hit:hover .subscription-grid__offer-title .underline,
        a:hover .subscription-grid__offer-title .underline,
        .subscription-grid__offer-title a:hover .underline {
          background-color: transparent;
          background-image: -webkit-linear-gradient(bottom, transparent 4px, #b2b2b2, 4px, #b2b2b2 4.5px, transparent 4.5px);
          background-image: linear-gradient(to top,transparent 4px, #b2b2b2, 4px, #b2b2b2 4.5px, transparent 4.5px); } }
      html.no-cssgradients .hit-area:hover .subscription-grid__offer-title .underline, html.no-cssgradients
      .hit:hover .subscription-grid__offer-title .underline, html.no-cssgradients
      a:hover .subscription-grid__offer-title .underline, html.no-cssgradients
      .subscription-grid__offer-title a:hover .underline {
        border-bottom: 1px solid #e5e5e5;
        background-image: none; }
    .ribbon--persistent + .subscription-grid__offer-title {
      padding-top: 45px; }
  .subscription-grid__checklist {
    list-style: none; }
    @media (max-width: 1023px) {
      .subscription-grid__checklist {
        overflow: hidden;
        display: inline-block; } }
    .subscription-grid__checklist li {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 1.1428571429;
      padding-left: 20px;
      margin: .25em 0;
      position: relative;
      text-align: left; }
      .benton-bold-normal-loaded .subscription-grid__checklist li {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-style: normal; }
      @media (max-width: 1023px) {
        .subscription-grid__checklist li {
          float: left;
          clear: left; } }
      .subscription-grid__checklist li::before {
        content: '';
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTIiIHdpZHRoPSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLmZhLWNoZWNrLWNpcmNsZXtmaWxsOiNFRTFGNEI7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJmYS1jaGVjay1jaXJjbGUiIGQ9Ik02LDEyYy0zLjMsMC02LTIuNy02LTZjMC0zLjMsMi43LTYsNi02czYsMi43LDYsNkMxMiw5LjMsOS4zLDEyLDYsMTJ6IE05LjksNC40TDkuMiwzLjcNCgkJQzkuMSwzLjYsOSwzLjUsOC44LDMuNVM4LjYsMy42LDguNSwzLjdMNS4zLDYuOUwzLjUsNS4xQzMuNCw1LDMuMyw0LjksMy4yLDQuOVMyLjksNSwyLjgsNS4xTDIuMSw1LjhDMiw1LjksMiw2LDIsNi4xDQoJCXMwLDAuMywwLjEsMC40bDIuOCwyLjhDNSw5LjQsNS4yLDkuNSw1LjMsOS41YzAuMSwwLDAuMy0wLjEsMC40LTAuMWw0LjItNC4yQzEwLDUsMTAsNC45LDEwLDQuN1MxMCw0LjUsOS45LDQuNHoiLz4NCjwvc3ZnPg==");
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        height: 12px;
        width: 12px;
        margin-top: 2px; }
        .no-svg .subscription-grid__checklist li::before {
          background-image: url("/img/png/icon__checkcircle--red.png"); }
  .subscription-grid__offer-price--primary {
    font-family: Georgia, serif;
    font-size: 25px;
    line-height: 1.4; }
    .brunel-text-medium-normal-normal-loaded .subscription-grid__offer-price--primary {
      font-family: "Brunel-Text-Medium", Georgia, serif;
      font-weight: normal;
      font-style: normal; }
  .subscription-grid__offer-price--secondary {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4285714286; }
    .benton-normal-normal-loaded .subscription-grid__offer-price--secondary {
      font-family: "Benton", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }

.listing {
  position: relative; }
  .listing + .listing {
    margin-top: 30px;
    padding-top: 31px; }
    @media (min-width: 768px) {
      .listing + .listing {
        position: relative; }
        .listing + .listing:before {
          content: '';
          width: 64px;
          height: 1px;
          border-top: 1px dotted #b2b2b2;
          position: absolute;
          top: 0;
          left: 0; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .listing + .listing {
        position: relative; }
        .listing + .listing:before {
          content: '';
          width: 100%;
          height: 1px;
          border-top: 1px dotted #b2b2b2;
          position: absolute;
          top: 0;
          left: 0; } }
  @media (max-width: 767px) {
    .listing, .listing + .listing {
      padding-top: 20px;
      margin-top: 25px; }
    .panel-first .listing:first-child {
      padding-top: 0;
      margin-top: 0;
      border-top: 0; } }
  .listing__thumb {
    position: relative; }
    .listing__thumb img {
      width: 100%;
      max-width: none; }
    .listing__thumb__category {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      background: #fff;
      padding-top: 20px;
      padding-right: 16px;
      padding-left: 16px;
      white-space: nowrap; }
    .listing__thumb__category {
      letter-spacing: 0.2em; }
  .listing__meta {
    margin-top: 5px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .listing {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .listing {
      /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
      border-top: 1px dotted #b2b2b2;
      padding-top: 30px; }
      .listing:before, .listing:after {
        content: " ";
        display: table; }
      .listing:after {
        clear: both; }
      .listing {
        *zoom: 1; }
      .listing--with-thumb {
        padding-right: 110px; }
        .listing--with-thumb .t_small-listing-title {
          font-size: 19px; }
      .listing__thumb {
        padding-top: 15px;
        width: 80px;
        float: right;
        margin-right: -110px; }
      .listing .t_small-listing-title {
        padding-top: 30px; } }

.listing--media {
  position: relative; }
  .listing--media + .listing--media {
    margin-top: 30px;
    padding-top: 41px; }
    @media (min-width: 768px) {
      .listing--media + .listing--media {
        position: relative; }
        .listing--media + .listing--media:before {
          content: '';
          width: 100%;
          height: 1px;
          border-top: 1px dotted #b2b2b2;
          position: absolute;
          top: 0;
          left: 0; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .listing--media + .listing--media {
        position: relative; }
        .listing--media + .listing--media:before {
          content: '';
          width: 100%;
          height: 1px;
          border-top: 1px dotted #b2b2b2;
          position: absolute;
          top: 0;
          left: 0; } }
  @media (max-width: 767px) {
    .listing--media, .listing--media + .listing--media {
      padding-top: 20px;
      margin-top: 25px; }
    .panel-first .listing--media:first-child {
      padding-top: 0;
      margin-top: 0;
      border-top: 0; } }
  .listing--media__thumb {
    position: relative; }
    .listing--media__thumb img {
      width: 100%;
      max-width: none; }
    .listing--media__thumb__category {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      background: #fff;
      padding-top: 20px;
      padding-right: 16px;
      padding-left: 16px;
      white-space: nowrap; }
    .listing--media__thumb__category {
      letter-spacing: 0.2em; }
  .listing--media__meta {
    margin-top: 5px; }
  .listing--media .icon__play--sm--white {
    display: none; }
  .listing--media__thumb {
    position: relative; }
    .listing--media__thumb img {
      width: 100%;
      max-width: none; }
    .listing--media__thumb__category {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      background: #fff;
      padding-top: 20px;
      padding-right: 16px;
      padding-left: 16px;
      white-space: nowrap; }
    .listing--media__thumb__category {
      letter-spacing: 0.2em; }
  .listing--media .t_meta--time {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px; }
    @media (max-width: 767px) {
      .listing--media .t_meta--time {
        display: none; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .listing--media .t_small-listing-title {
      min-height: 60px; } }
  @media (max-width: 767px) {
    .listing--media {
      position: relative;
      padding-top: 20px;
      padding-right: 110px; }
      .listing--media:before {
        content: '';
        width: 100%;
        height: 1px;
        border-top: 1px dotted #b2b2b2;
        position: absolute;
        top: 0;
        left: 0; }
      .listing--media + .listing--media:before {
        width: 100%; }
      .listing--media__thumb {
        padding-top: 15px;
        width: 80px;
        float: right;
        margin-right: -110px; }
      .listing--media .icon__play--md--white {
        display: none; }
      .listing--media .icon__play--sm--white {
        display: block; }
      .listing--media .t_small-listing-title {
        padding-top: 30px; } }

.listing-media-feature .t_meta--time {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px; }
  @media (max-width: 767px) {
    .listing-media-feature .t_meta--time {
      display: none; } }

@media (max-width: 1023px) {
  .listing-media-feature {
    padding-bottom: 40px; } }

@media (max-width: 767px) {
  .listing-media-feature {
    text-align: center;
    padding-bottom: 0; }
    .listing-media-feature .t_tag {
      bottom: -30px; } }

.listing-media-feature .listing-thumb__category, .listing-media-feature .listing-landscape__poster__tag {
  letter-spacing: 0.2em; }

.listing-media-feature .t_body, .listing-media-feature .article-text > p, .listing-media-feature .article-text > ol, .listing-media-feature .article-text > ul, .listing-media-feature .footer-text > p, .listing-media-feature .footer-text > ol, .listing-media-feature .footer-text > ul {
  color: #656565; }
  @media (max-width: 767px) {
    .listing-media-feature .t_body, .listing-media-feature .article-text > p, .listing-media-feature .article-text > ol, .listing-media-feature .article-text > ul, .listing-media-feature .footer-text > p, .listing-media-feature .footer-text > ol, .listing-media-feature .footer-text > ul {
      font-size: 14px;
      line-height: 20px; } }

.gridded-listings {
  padding-top: 40px; }
  @media (max-width: 767px) {
    .gridded-listings {
      padding-top: 0; } }

.tablet--with-thumb {
  margin-top: -40px; }
  .tablet--with-thumb .grid__col {
    padding-top: 40px; }

@media (min-width: 1024px) {
  .tablet--with-thumb .grid__col + .grid__col .listing {
    position: relative;
    padding-top: 30px; }
    .tablet--with-thumb .grid__col + .grid__col .listing:before {
      content: '';
      width: 64px;
      height: 1px;
      border-top: 1px dotted #b2b2b2;
      position: absolute;
      top: 0;
      left: 0; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .tablet--listing-container .tablet--with-thumb .listing {
    border-bottom: 1px dotted #b2b2b2;
    padding-bottom: 30px; }
  .tablet--listing-container .tablet--with-thumb .grid__col:nth-child(odd):last-child {
    display: none !important; } }

.listing-landscape {
  position: relative; }
  .listing-landscape__poster {
    position: relative; }
    .listing-landscape__poster img {
      width: 100%;
      max-width: none; }
    .listing-landscape__poster__tag {
      display: none; }
      @media (max-width: 767px) {
        .listing-landscape__poster__tag {
          display: block; } }
  .listing-landscape__inner {
    text-align: center;
    left: 0;
    right: 0;
    width: 950px;
    background: #fff;
    padding: 35px 80px 0 80px;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto; }
  .listing-landscape__title {
    margin-top: 5px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .listing-landscape__inner {
      width: 670px; } }
  @media (max-width: 1023px) {
    .listing-landscape__inner {
      width: 600px;
      margin-top: -150px;
      z-index: 1;
      position: relative;
      padding-left: 70px;
      padding-right: 70px; } }
  @media (max-width: 767px) {
    .listing-landscape__inner {
      width: auto;
      margin-top: 0;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0; }
      .listing-landscape__inner .t_tag {
        display: none; } }

.listing-wide {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */ }
  .listing-wide:before, .listing-wide:after {
    content: " ";
    display: table; }
  .listing-wide:after {
    clear: both; }
  .listing-wide {
    *zoom: 1; }
  @media (max-width: 767px) {
    .listing-wide {
      border-bottom: 1px dotted #b2b2b2;
      padding-bottom: 25px;
      padding-right: 110px; } }
  @media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px) {
    .listing-wide {
      padding-left: 240px; } }
  @media (min-width: 1280px) {
    .listing-wide {
      padding-left: 315px; } }
  @media (max-width: 767px) {
    .listing-wide + .listing-wide {
      margin-top: 20px; } }
  @media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px) {
    .listing-wide + .listing-wide {
      margin-top: 30px; } }
  @media (min-width: 1280px) {
    .listing-wide + .listing-wide {
      margin-top: 40px; } }
  .listing-wide__thumb {
    position: relative; }
    .listing-wide__thumb img {
      width: 100%;
      max-width: none; }
    .listing-wide__thumb__category {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      background: #fff;
      padding-top: 20px;
      padding-right: 16px;
      padding-left: 16px;
      white-space: nowrap; }
    @media (max-width: 767px) {
      .listing-wide__thumb {
        width: 80px;
        float: right;
        margin-right: -110px; } }
    @media (min-width: 768px) {
      .listing-wide__thumb {
        float: left; } }
    @media (min-width: 768px) and (max-width: 1023px), (min-width: 1024px) and (max-width: 1279px) {
      .listing-wide__thumb {
        width: 210px;
        margin-left: -240px; } }
    @media (min-width: 1280px) {
      .listing-wide__thumb {
        width: 275px;
        margin-left: -315px; } }
    @media (min-width: 1024px) {
      .listing-wide__thumb--outlined {
        padding: 20px;
        border: 1px solid #e5e5e5; } }
    .listing-wide__thumb--playable:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OS42IiBoZWlnaHQ9IjQ5LjYwMSIgdmlld0JveD0iMCAwIDQ5LjYgNDkuNjAxIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjQuOCAzYzEyLjAyIDAgMjEuOCA5Ljc4IDIxLjggMjEuOCAwIDEyLjAyLTkuNzggMjEuOC0yMS44IDIxLjhTMyAzNi44MiAzIDI0LjhDMyAxMi43OCAxMi43OCAzIDI0LjggM20wLTNDMTEuMTAzIDAgMCAxMS4xMDMgMCAyNC44czExLjEwMyAyNC44IDI0LjggMjQuOGMxMy42OTcgMCAyNC44LTExLjEwMyAyNC44LTI0LjhTMzguNDk3IDAgMjQuOCAweiIvPjxwYXRoIGZpbGw9IiNGREZERkUiIGQ9Ik0xOS44IDMyLjh2LTE3bDEzLjUgOC41eiIvPjwvc3ZnPg==");
      background-repeat: no-repeat;
      background-position: center center;
      pointer-events: none; }
      .no-svg .listing-wide__thumb--playable:before {
        background-image: url("/img/png/icon__play--md--white.png"); }
    .listing-wide__thumb__category {
      letter-spacing: 0.2em; }
      @media (max-width: 767px) {
        .listing-wide__thumb__category {
          display: none; } }
    .listing-wide__thumb__video-length {
      position: absolute;
      top: 0;
      right: 0;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 12px;
      line-height: 1.5;
      padding-top: 25px;
      padding-right: 15px;
      color: #fff; }
      .benton-normal-normal-loaded .listing-wide__thumb__video-length {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal; }
      .listing-wide__thumb__video-length:before, .listing-wide__thumb__video-length:after {
        content: '';
        display: block; }
      .listing-wide__thumb__video-length:before {
        margin-top: -1.1em; }
      .listing-wide__thumb__video-length:after {
        margin-top: -0.4em; }
    .listing-wide__thumb__icon {
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 5px;
      padding-right: 15px; }
    .listing-wide__thumb__sponsor {
      font-family: Georgia, serif;
      font-size: 13px;
      line-height: 1.5384615385;
      text-transform: uppercase;
      background: #b31b1b;
      color: #fff;
      right: 0;
      left: 0;
      letter-spacing: 0.2em;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      text-align: left;
      line-height: 30px;
      padding-top: 0;
      padding-left: 10px; }
      .brunel-text-medium-normal-italic-loaded .listing-wide__thumb__sponsor {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: italic; }
      .no-csstransforms .listing-wide__thumb__sponsor {
        width: 100%; }
  .listing-wide__inner .t_tag span {
    color: #b31b1b; }
  .listing-wide__inner .t_tag + .t_listing-title {
    padding-top: 40px; }
    @media (max-width: 767px) {
      .listing-wide__inner .t_tag + .t_listing-title {
        padding-top: 30px; } }
  .listing-wide__inner__desc {
    color: #656565; }
    @media (max-width: 1279px) {
      .listing-wide__inner__desc {
        display: none !important; }
        .listing-wide__inner__desc + .t_meta {
          padding-top: 25px; } }
  .listing-wide__inner__btn {
    padding-top: 30px; }
    @media (max-width: 767px) {
      .listing-wide__inner__btn {
        padding-top: 15px; } }
  .listing-wide__inner .t_tag--staff {
    color: #b31b1b;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #b2b2b2;
    display: inline-block; }
  .listing-wide__inner__small-sponsor {
    margin-top: 10px;
    font-size: 12px;
    color: #b31b1b;
    font-style: italic;
    text-transform: uppercase;
    font-family: Georgia;
    letter-spacing: 0.1em;
    display: block; }
    @media (min-width: 768px) {
      .listing-wide__inner__small-sponsor {
        display: none; } }
  .listing-wide__inner__pdf_button {
    margin-top: 10px; }
  .listing-wide--podcast {
    border-top: 1px dotted #b2b2b2;
    border-bottom: 1px dotted #b2b2b2;
    padding: 40px 0 40px; }
    .listing-wide--podcast .podcasts-listing {
      border-top: none;
      padding-bottom: 0;
      padding-left: 110px; }
      .listing-wide--podcast .podcasts-listing__control {
        margin-left: -85px; }
        .listing-wide--podcast .podcasts-listing__control .icon {
          width: 50px;
          height: 50px; }
      .listing-wide--podcast .podcasts-listing .player-controls {
        padding-right: 50px;
        padding-top: 35px; }
    .listing-wide--podcast + .listing-wide--podcast {
      border-top: 0;
      padding-top: 0; }
    @media (max-width: 767px) {
      .listing-wide--podcast {
        border-top: 0;
        padding-top: 0; }
        .listing-wide--podcast .podcasts-listing {
          padding-left: 0; }
          .listing-wide--podcast .podcasts-listing__control {
            display: none; }
        .listing-wide--podcast .player {
          margin-top: 20px; } }

@media (min-width: 1024px) {
  html.flexbox .listing-feature-outer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    height: 100%; }
    html.flexbox .listing-feature-outer .listing-feature {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
      html.flexbox .listing-feature-outer .listing-feature .listing-feature__inner {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        height: 100%; } }

.listing-feature {
  text-align: center; }
  .listing-feature__inner {
    padding: 50px 40px 60px;
    border: 1px dotted #b2b2b2;
    border-top: 0; }
    @media (max-width: 1279px) {
      .listing-feature__inner {
        padding-top: 40px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .listing-feature__inner {
        border-left: 0;
        border-right: 0;
        border-bottom: 0; } }
    @media (max-width: 767px) {
      .listing-feature__inner {
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 0px; } }
  .listing-feature__summary {
    margin-top: 10px;
    color: #656565; }
    @media (max-width: 767px) {
      .listing-feature__summary {
        font-family: Georgia, serif;
        font-size: 14px;
        line-height: 1.4285714286; }
        .listing-feature__summary:before, .listing-feature__summary:after {
          content: '';
          display: block; }
        .listing-feature__summary:before {
          margin-top: -1.0642857143em; }
        .listing-feature__summary:after {
          margin-top: -0.3642857143em; }
        .t_feature-title + .listing-feature__summary {
          padding-top: 15px; } }
  .listing-feature__meta {
    margin-top: 10px; }
    @media (max-width: 767px) {
      .listing-feature__meta {
        margin-top: 0; } }
  .listing-feature__related {
    position: relative;
    margin-top: 30px;
    padding-top: 20px; }
    .listing-feature__related:before {
      content: '';
      width: 64px;
      height: 1px;
      border-top: 1px dotted #b2b2b2;
      position: absolute;
      top: 0;
      left: 0;
      margin-left: auto;
      margin-right: auto;
      right: 0; }
    @media (max-width: 1023px) {
      .listing-feature__related {
        display: none; } }
  .listing-feature .listing-thumb__category, .listing-feature .listing-landscape__poster__tag {
    letter-spacing: 0.2em; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .listing-feature {
      margin-bottom: 30px; }
      .listing-feature .listing-thumb__category, .listing-feature .listing-landscape__poster__tag {
        bottom: 87px;
        z-index: 2; }
      .listing-feature__inner {
        padding-top: 0;
        margin-top: -122px;
        margin-left: auto;
        margin-right: auto;
        max-width: 570px;
        position: relative;
        z-index: 1;
        background: #fff; }
        .listing-feature__inner .t_feature-title {
          padding-top: 85px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .listing-feature {
      border-bottom: 1px dotted #b2b2b2; } }
  @media (max-width: 767px) {
    .listing-feature__inner {
      border: 0; } }

@media (max-width: 767px) {
  .related-article {
    padding-right: 100px;
    overflow: auto;
    padding-bottom: 25px; }
    .related-article__thumb {
      padding-bottom: 30px; }
      .related-article__thumb picture {
        margin-top: 20px;
        margin-right: -100px;
        float: right; }
    .related-article__title {
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.25;
      link-underline: "border"; }
      .brunel-text-medium-normal-normal-loaded .related-article__title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .related-article__title:before, .related-article__title:after {
        content: '';
        display: block; }
      .related-article__title:before {
        margin-top: -0.93em; }
      .related-article__title:after {
        margin-top: -0.32em; }
      .related-article__title a {
        display: block; }
      .hit-area:hover .related-article__title .underline,
      .hit:hover .related-article__title .underline,
      a:hover .related-article__title .underline,
      .related-article__title a:hover .underline {
        border-bottom: 1px solid #e5e5e5;
        background-image: none; }
    .related-article__meta {
      padding-top: 25px;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 12px;
      line-height: 1.6666666667; }
      .benton-normal-normal-loaded .related-article__meta {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal; }
      .related-article__meta:before, .related-article__meta:after {
        content: '';
        display: block; }
      .related-article__meta:before {
        margin-top: -1.1833333333em; }
      .related-article__meta:after {
        margin-top: -0.4833333333em; } }

@media (max-width: 1023px) {
  .related-article {
    border-bottom: 1px dotted #b2b2b2; }
    .related-article__meta {
      color: #656565; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .related-article {
    position: relative; }
    .related-article + .related-article {
      margin-top: 30px;
      padding-top: 31px; } }
    @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
      .related-article + .related-article {
        position: relative; }
        .related-article + .related-article:before {
          content: '';
          width: 64px;
          height: 1px;
          border-top: 1px dotted #b2b2b2;
          position: absolute;
          top: 0;
          left: 0; } }
    @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
      .related-article + .related-article {
        position: relative; }
        .related-article + .related-article:before {
          content: '';
          width: 100%;
          height: 1px;
          border-top: 1px dotted #b2b2b2;
          position: absolute;
          top: 0;
          left: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
    .related-article, .related-article + .related-article {
      padding-top: 20px;
      margin-top: 25px; }
    .panel-first .related-article:first-child {
      padding-top: 0;
      margin-top: 0;
      border-top: 0; } }

@media (min-width: 768px) and (max-width: 1023px) {
    .related-article__thumb {
      position: relative; }
      .related-article__thumb img {
        width: 100%;
        max-width: none; }
      .related-article__thumb__category {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background: #fff;
        padding-top: 20px;
        padding-right: 16px;
        padding-left: 16px;
        white-space: nowrap; }
      .related-article__thumb__category {
        letter-spacing: 0.2em; }
    .related-article__meta {
      margin-top: 5px; }
    .related-article__thumb {
      position: relative; }
      .related-article__thumb img {
        width: 100%;
        max-width: none; }
      .related-article__thumb__category {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background: #fff;
        padding-top: 20px;
        padding-right: 16px;
        padding-left: 16px;
        white-space: nowrap; }
    .related-article__body {
      min-height: 130px; }
    .related-article__title {
      font-family: Georgia, serif;
      font-size: 19px;
      line-height: 1.3157894737;
      link-underline: "border";
      padding-top: 35px; }
      .brunel-text-medium-normal-normal-loaded .related-article__title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .related-article__title:before, .related-article__title:after {
        content: '';
        display: block; }
      .related-article__title:before {
        margin-top: -0.9628947368em; }
      .related-article__title:after {
        margin-top: -0.3528947368em; }
      .related-article__title a {
        display: block; }
      .hit-area:hover .related-article__title .underline,
      .hit:hover .related-article__title .underline,
      a:hover .related-article__title .underline,
      .related-article__title a:hover .underline {
        border-bottom: 1px solid #e5e5e5;
        background-image: none; }
    .related-article__meta {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 1.4285714286;
      padding-top: 30px; }
      .benton-normal-normal-loaded .related-article__meta {
        font-family: "Benton", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-style: normal; }
      .related-article__meta:before, .related-article__meta:after {
        content: '';
        display: block; }
      .related-article__meta:before {
        margin-top: -1.0642857143em; }
      .related-article__meta:after {
        margin-top: -0.3642857143em; } }

@media (min-width: 1024px) {
  .related-article {
    display: table;
    width: 100%; }
    .related-article__thumb {
      display: table-cell;
      vertical-align: top; }
    .related-article__body {
      display: table-cell;
      vertical-align: top; }
  .related-article__meta {
    display: none; }
  .related-article__thumb {
    padding-right: 20px;
    width: 190px; }
    .related-article__thumb__category {
      display: none; }
  .related-article__body {
    position: relative; }
    .related-article__body:after {
      content: '';
      width: 64px;
      height: 1px;
      bottom: 0;
      position: absolute;
      border-bottom: 1px dotted #b2b2b2; }
  .related-article__title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4285714286;
    padding-top: 15px; }
    .benton-normal-normal-loaded .related-article__title {
      font-family: "Benton", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
    .related-article__title:before, .related-article__title:after {
      content: '';
      display: block; }
    .related-article__title:before {
      margin-top: -1.0642857143em; }
    .related-article__title:after {
      margin-top: -0.3642857143em; } }

@media (max-width: 767px) {
  .blog-latest-group {
    padding-bottom: 5px; } }

@media (max-width: 767px) {
  .listing-blog-latest {
    padding-bottom: 35px; }
    .grid__col + .grid__col .listing-blog-latest {
      padding-top: 25px;
      border-top: 1px dotted #b2b2b2; } }

.listing-blog-latest__title {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.1666666667;
  link-underline: "gradient"; }
  .brunel-deck-semibold-normal-normal-loaded .listing-blog-latest__title {
    font-family: "Brunel-Deck-Semibold", Georgia, serif;
    font-weight: normal;
    font-style: normal; }
  .listing-blog-latest__title:before, .listing-blog-latest__title:after {
    content: '';
    display: block; }
  .listing-blog-latest__title:before {
    margin-top: -0.8033333333em; }
  .listing-blog-latest__title:after {
    margin-top: -0.3633333333em; }
  .listing-blog-latest__title a {
    display: block; }
  .hit-area:hover .listing-blog-latest__title .underline,
  .hit:hover .listing-blog-latest__title .underline,
  a:hover .listing-blog-latest__title .underline,
  .listing-blog-latest__title a:hover .underline {
    position: relative;
    background-color: transparent;
    background-image: -webkit-linear-gradient(bottom, transparent 3px, #e5e5e5, 3px, #e5e5e5 4px, transparent 4px);
    background-image: linear-gradient(to top,transparent 3px, #e5e5e5, 3px, #e5e5e5 4px, transparent 4px); }
    @media (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .listing-blog-latest__title .underline,
      .hit:hover .listing-blog-latest__title .underline,
      a:hover .listing-blog-latest__title .underline,
      .listing-blog-latest__title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 3px, #b2b2b2, 3px, #b2b2b2 3.5px, transparent 3.5px);
        background-image: linear-gradient(to top,transparent 3px, #b2b2b2, 3px, #b2b2b2 3.5px, transparent 3.5px); } }
    html.no-cssgradients .hit-area:hover .listing-blog-latest__title .underline, html.no-cssgradients
    .hit:hover .listing-blog-latest__title .underline, html.no-cssgradients
    a:hover .listing-blog-latest__title .underline, html.no-cssgradients
    .listing-blog-latest__title a:hover .underline {
      border-bottom: 1px solid #e5e5e5;
      background-image: none; }
  @media (max-width: 1023px) {
    .listing-blog-latest__title {
      font-family: Georgia, serif;
      font-size: 22px;
      line-height: 1.1363636364;
      link-underline: "gradient"; }
      .brunel-text-medium-normal-normal-loaded .listing-blog-latest__title {
        font-family: "Brunel-Text-Medium", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      .listing-blog-latest__title:before, .listing-blog-latest__title:after {
        content: '';
        display: block; }
      .listing-blog-latest__title:before {
        margin-top: -0.8731818182em; }
      .listing-blog-latest__title:after {
        margin-top: -0.2631818182em; }
      .listing-blog-latest__title a {
        display: block; }
      .hit-area:hover .listing-blog-latest__title .underline,
      .hit:hover .listing-blog-latest__title .underline,
      a:hover .listing-blog-latest__title .underline,
      .listing-blog-latest__title a:hover .underline {
        position: relative;
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px);
        background-image: linear-gradient(to top,transparent 2px, #e5e5e5, 2px, #e5e5e5 3px, transparent 3px); } }
    @media (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .hit-area:hover .listing-blog-latest__title .underline,
      .hit:hover .listing-blog-latest__title .underline,
      a:hover .listing-blog-latest__title .underline,
      .listing-blog-latest__title a:hover .underline {
        background-color: transparent;
        background-image: -webkit-linear-gradient(bottom, transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px);
        background-image: linear-gradient(to top,transparent 2px, #b2b2b2, 2px, #b2b2b2 2.5px, transparent 2.5px); } }
  @media (max-width: 1023px) {
        html.no-cssgradients .hit-area:hover .listing-blog-latest__title .underline, html.no-cssgradients
        .hit:hover .listing-blog-latest__title .underline, html.no-cssgradients
        a:hover .listing-blog-latest__title .underline, html.no-cssgradients
        .listing-blog-latest__title a:hover .underline {
          border-bottom: 1px solid #e5e5e5;
          background-image: none; } }
  @media (max-width: 1023px) {
    .listing-blog-latest__title {
      padding-top: 20px;
      margin-top: 20px; } }
  @media (min-width: 1024px) {
    .listing-blog-latest__title {
      padding-top: 25px;
      margin-top: 25px; } }

.listing-blog-latest__summary {
  color: #656565;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.3888888889; }
  .listing-blog-latest__summary:before, .listing-blog-latest__summary:after {
    content: '';
    display: block; }
  .listing-blog-latest__summary:before {
    margin-top: -1.0444444444em; }
  .listing-blog-latest__summary:after {
    margin-top: -0.3444444444em; }
  @media (max-width: 1023px) {
    .listing-blog-latest__summary {
      font-family: Georgia, serif;
      font-size: 14px;
      line-height: 1.4285714286; }
      .listing-blog-latest__summary:before, .listing-blog-latest__summary:after {
        content: '';
        display: block; }
      .listing-blog-latest__summary:before {
        margin-top: -1.0642857143em; }
      .listing-blog-latest__summary:after {
        margin-top: -0.3642857143em; } }
  @media (max-width: 1023px) {
    .listing-blog-latest__summary {
      padding-top: 15px;
      margin-top: 10px; } }
  @media (min-width: 1024px) {
    .listing-blog-latest__summary {
      padding-top: 20px;
      margin-top: 25px; } }

.listing-blog-latest__meta {
  color: #b2b2b2; }
  @media (max-width: 1023px) {
    .listing-blog-latest__meta {
      margin-top: 20px; } }
  @media (min-width: 1024px) {
    .listing-blog-latest__meta {
      margin-top: 25px; } }

.listing-blog-latest__pdf_button {
  margin-top: 10px; }

.paginated-article-list__btn {
  margin-top: 40px;
  margin-bottom: 40px; }

.listing-blog-index {
  position: relative;
  cursor: pointer;
  border-bottom: 1px dotted #b2b2b2;
  overflow: hidden; }
  .listing-blog-index a {
    position: relative;
    z-index: 1; }
  .listing-blog-index .listing-blog-index__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    text-indent: -9999px;
    background-color: rgba(0, 0, 0, 0); }
  .listing-blog-index:hover .listing-blog-index__underline {
    border-bottom: 1px dotted #b2b2b2; }
  @media (max-width: 767px) {
    .listing-blog-index {
      padding-top: 20px;
      padding-bottom: 25px;
      padding-left: 50px;
      padding-right: 50px; }
      .grid__col:first-child .listing-blog-index {
        padding-top: 5px; } }
  @media (min-width: 768px) {
    .listing-blog-index {
      padding-top: 35px;
      padding-bottom: 40px;
      padding-left: 115px;
      padding-right: 105px; }
      .listing-blog-index:after {
        content: '';
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4xMjEiIGhlaWdodD0iMTcuNDE0IiB2aWV3Qm94PSIwIDAgMTAuMTIxIDE3LjQxNCI+PHBhdGggZD0iTTEuNDE0IDE3LjQxNEwwIDE2bDcuMjkzLTcuMjkzTDAgMS40MTQgMS40MTQgMGw4LjcwNyA4LjcwN3oiLz48L3N2Zz4=");
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 50%;
        width: 11px;
        height: 18px;
        opacity: 0.4;
        margin-top: -9px; }
        .no-svg .listing-blog-index:after {
          background-image: url("/img/png/icon__rightarrlarge--black.png"); }
      .listing-blog-index:hover:after {
        opacity: 1; } }
  .listing-blog-index__icon {
    float: left;
    margin-left: -115px;
    width: 115px;
    text-align: center; }
    .listing-blog-index__icon img {
      display: inline-block;
      vertical-align: top; }
    @media (max-width: 767px) {
      .listing-blog-index__icon {
        display: none; } }
  .listing-blog-index__title {
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 1.25; }
    .brunel-deck-semibold-normal-italic-loaded .listing-blog-index__title {
      font-family: "Brunel-Deck-Semibold", Georgia, serif;
      font-weight: normal;
      font-style: italic; }
    .listing-blog-index__title:before, .listing-blog-index__title:after {
      content: '';
      display: block; }
    .listing-blog-index__title:before {
      margin-top: -0.845em; }
    .listing-blog-index__title:after {
      margin-top: -0.405em; }
    @media (max-width: 767px) {
      .listing-blog-index__title {
        font-family: Georgia, serif;
        font-size: 16px;
        line-height: 1.875; }
        .brunel-deck-semibold-normal-italic-loaded .listing-blog-index__title {
          font-family: "Brunel-Deck-Semibold", Georgia, serif;
          font-weight: normal;
          font-style: italic; }
        .listing-blog-index__title:before, .listing-blog-index__title:after {
          content: '';
          display: block; }
        .listing-blog-index__title:before {
          margin-top: -1.1575em; }
        .listing-blog-index__title:after {
          margin-top: -0.7175em; } }
    @media (max-width: 767px) {
      .listing-blog-index__title {
        padding-top: 15px; } }
    @media (min-width: 768px) {
      .listing-blog-index__title {
        padding-top: 20px; } }
  .listing-blog-index__summary {
    color: #656565;
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.3888888889; }
    .listing-blog-index__summary:before, .listing-blog-index__summary:after {
      content: '';
      display: block; }
    .listing-blog-index__summary:before {
      margin-top: -1.0444444444em; }
    .listing-blog-index__summary:after {
      margin-top: -0.3444444444em; }
    @media (max-width: 767px) {
      .listing-blog-index__summary {
        font-family: Georgia, serif;
        font-size: 14px;
        line-height: 1.4285714286; }
        .listing-blog-index__summary:before, .listing-blog-index__summary:after {
          content: '';
          display: block; }
        .listing-blog-index__summary:before {
          margin-top: -1.0642857143em; }
        .listing-blog-index__summary:after {
          margin-top: -0.3642857143em; } }
    @media (max-width: 767px) {
      .listing-blog-index__summary {
        padding-top: 15px;
        margin-top: 5px; } }
    @media (min-width: 768px) {
      .listing-blog-index__summary {
        padding-top: 20px;
        margin-top: 10px; } }

.idr-collection {
  border: 2px solid #202020;
  padding: 40px 55px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .idr-collection {
      padding: 30px 30px; } }
  .idr-collection__title {
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.2222222222;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    padding-bottom: 40px; }
    .brunel-text-medium-normal-normal-loaded .idr-collection__title {
      font-family: "Brunel-Text-Medium", Georgia, serif;
      font-weight: normal;
      font-style: normal; }
    @media (max-width: 767px) {
      .idr-collection__title {
        font-size: 16px;
        padding-bottom: 25px; } }
  .idr-collection__article-list {
    border-top: 1px dotted #b4b4b4;
    margin-left: 15px; }
    @media (max-width: 767px) {
      .idr-collection__article-list {
        margin-left: 0; } }
    .idr-collection__article-list__item {
      line-height: 55px;
      border-bottom: 1px dotted #b4b4b4; }
      @media (max-width: 767px) {
        .idr-collection__article-list__item {
          line-height: 24px;
          padding-bottom: 10px; } }
      .idr-collection__article-list__item__category {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 1.2307692308;
        text-transform: uppercase;
        letter-spacing: 3px; }
        .benton-bold-normal-loaded .idr-collection__article-list__item__category {
          font-family: "Benton", Helvetica, Arial, sans-serif;
          font-weight: bold;
          font-style: normal; }
        @media (max-width: 767px) {
          .idr-collection__article-list__item__category {
            font-size: 11px;
            display: block;
            text-align: center;
            margin-bottom: 10px;
            margin-top: 10px; } }
      .idr-collection__article-list__item a {
        font-family: Georgia, serif;
        font-size: 19px;
        line-height: 1.3157894737;
        link-underline: "border";
        font-size: 21px;
        margin-left: 15px; }
        .brunel-text-medium-normal-normal-loaded .idr-collection__article-list__item a {
          font-family: "Brunel-Text-Medium", Georgia, serif;
          font-weight: normal;
          font-style: normal; }
        .idr-collection__article-list__item a a {
          display: block; }
        .hit-area:hover .idr-collection__article-list__item a .underline,
        .hit:hover .idr-collection__article-list__item a .underline,
        a:hover .idr-collection__article-list__item a .underline,
        .idr-collection__article-list__item a a:hover .underline {
          border-bottom: 1px solid #e5e5e5;
          background-image: none; }
        @media (max-width: 767px) {
          .idr-collection__article-list__item a {
            font-size: 16px;
            margin-left: 0; } }

.education-landing-group {
  margin-top: -40px; }

.education-landing-item {
  margin-top: 40px; }
  .education-landing-item__main {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px dotted #b2b2b2;
    border-top: 0;
    padding-bottom: 140px;
    position: relative;
    height: 435px; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .education-landing-item__main {
        height: 440px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .education-landing-item__main {
        height: 407px; } }
    @media (max-width: 767px) {
      .education-landing-item__main {
        height: auto;
        border: none;
        padding: 15px 0 125px;
        border-bottom: 1px dotted #b2b2b2; } }
    .education-landing-item__main__title {
      padding-right: 40px; }
      @media (max-width: 767px) {
        .education-landing-item__main__title {
          padding-right: 0; } }
    .education-landing-item__main__summary {
      padding-right: 20px; }
      @media (max-width: 767px) {
        .education-landing-item__main__summary {
          padding-right: 0; } }
    .education-landing-item__main__featured {
      /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
      position: absolute;
      bottom: 130px;
      left: 30px;
      right: 30px;
      padding-top: 20px;
      padding-bottom: 20px;
      border-top: 1px dotted #b2b2b2;
      border-bottom: 1px dotted #b2b2b2;
      padding-left: 85px; }
      .education-landing-item__main__featured:before, .education-landing-item__main__featured:after {
        content: " ";
        display: table; }
      .education-landing-item__main__featured:after {
        clear: both; }
      .education-landing-item__main__featured {
        *zoom: 1; }
      .education-landing-item__main__featured__thumb {
        width: 65px;
        height: 65px;
        margin-left: -85px;
        float: left; }
      .education-landing-item__main__featured .tx_caption {
        color: #323232; }
      .education-landing-item__main__featured .t_meta {
        color: #656565; }
      @media (max-width: 1023px) {
        .education-landing-item__main__featured {
          position: relative;
          left: 0;
          bottom: 0;
          margin-top: 30px; } }
    .education-landing-item__main__cta {
      position: absolute;
      bottom: 35px;
      left: 0;
      right: 0;
      text-align: center; }
      .education-landing-item__main__cta .btn {
        padding: 0 25px; }
  @media (min-width: 1024px) {
    .education-landing-item--wide .education-landing-item__main {
      height: 230px; } }
  .education-landing-item--wide .education-landing-item__main__cta .btn {
    position: relative; }
    .education-landing-item--wide .education-landing-item__main__cta .btn:before {
      content: '';
      width: 64px;
      height: 1px;
      border-top: 1px dotted #b2b2b2;
      position: absolute;
      top: 0;
      left: 0;
      margin-left: auto;
      margin-right: auto;
      right: 0; }
    .education-landing-item--wide .education-landing-item__main__cta .btn:before {
      top: -30px; }
  .education-landing-item--wide .education-landing-poster__title {
    width: auto;
    left: 100px;
    right: 100px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .education-landing-item--wide .education-landing-poster__title {
      left: 60px;
      right: 60px; } }
  @media (max-width: 767px) {
    .education-landing-item--wide .education-landing-item__main {
      height: auto;
      padding-bottom: 150px; }
    .education-landing-item--wide .education-landing-poster__title {
      left: 30px;
      right: 30px; } }

.education-landing-poster {
  position: relative; }
  .education-landing-poster img {
    width: 100%;
    max-width: none; }
  .education-landing-poster__title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
    height: 75px;
    width: 231px;
    text-align: center;
    padding: 0 20px; }
    @media (max-width: 767px) {
      .education-landing-poster__title {
        width: 200px; } }
    .education-landing-poster__title:before {
      content: '';
      position: absolute;
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px;
      z-index: 0;
      border: 1px solid #fff; }
    .education-landing-poster__title__inner {
      font-family: Georgia, serif;
      font-size: 21px;
      line-height: 1.0476190476;
      text-transform: uppercase;
      display: table;
      width: 100%;
      height: 100%;
      letter-spacing: 0.05em; }
      .brunel-deck-semibold-normal-normal-loaded .education-landing-poster__title__inner {
        font-family: "Brunel-Deck-Semibold", Georgia, serif;
        font-weight: normal;
        font-style: normal; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .education-landing-poster__title__inner {
          font-size: 16px; } }
      .education-landing-poster__title__inner span {
        position: relative;
        z-index: 1;
        display: table-cell;
        vertical-align: middle; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .education-landing-poster__title {
        width: 150px; } }

.education-resources {
  margin-top: -60px;
  margin-bottom: 60px; }
  .education-resources .category-listing__main {
    height: 135px; }
  @media (max-width: 1023px) {
    .education-resources {
      margin-top: -30px; } }
  @media (max-width: 767px) {
    .education-resources {
      margin-top: 0; }
      .education-resources .category-listing__main {
        height: auto;
        padding-bottom: 40px; } }

.education-listing__header {
  text-align: center;
  padding-top: 30px; }
  .education-listing__header__util {
    position: relative; }
    .education-listing__header__util:before {
      content: '';
      width: 64px;
      height: 1px;
      border-top: 1px dotted #b2b2b2;
      position: absolute;
      top: 0;
      left: 0;
      margin-left: auto;
      margin-right: auto;
      right: 0; }
    .education-listing__header__util .videos-util-bar {
      margin-top: 60px;
      padding-top: 70px; }
      @media (max-width: 767px) {
        .education-listing__header__util .videos-util-bar {
          margin-top: 30px;
          padding-top: 20px; } }
    .education-listing__header__util .no-util-bar {
      margin-top: 30px;
      padding-top: 70px; }
  .education-listing__header .t_tag {
    font-size: 20px; }
  .education-listing__header .t_body, .education-listing__header .article-text > p, .education-listing__header .article-text > ol, .education-listing__header .article-text > ul, .education-listing__header .footer-text > p, .education-listing__header .footer-text > ol, .education-listing__header .footer-text > ul {
    padding-top: 40px;
    color: #656565; }

.education-listing .listing {
  margin-bottom: 40px; }

.education-listing .listing-pagination {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5; }
  @media (max-width: 1023px) {
    .education-listing .listing-pagination--alt {
      border-top: none;
      margin-top: 0; } }

@media (max-width: 767px) {
  .education-listing .listing {
    margin-bottom: 0;
    padding-top: 15px; } }

.education-text h2 {
  text-align: left; }
  .education-text h2:after {
    content: '';
    width: 64px;
    border-bottom: 1px dotted #000;
    padding-bottom: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 0; }

@media (max-width: 767px) {
  .education-landing-nav {
    padding-top: 0; } }

@media (max-width: 767px) {
  .education-listing-nav {
    padding-top: 0; } }

.education-bar-container {
  margin-top: -40px;
  margin-bottom: 50px; }
  @media (max-width: 1279px) {
    .education-bar-container {
      margin-top: -20px; } }
  @media (max-width: 767px) {
    .education-bar-container {
      margin-bottom: 0px; }
      .education-bar-container .detail-bar {
        margin-bottom: 20px; } }

@media (max-width: 767px) {
  .education-partners__item {
    margin-bottom: 30px; } }

.education-grid-outer {
  padding-bottom: 0; }

@media (min-width: 768px) {
  .recent-videos-group {
    margin-top: -30px; } }

@media (min-width: 1280px) {
  .recent-videos-group {
    margin-top: -40px; } }

.recent-videos-group__item {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .recent-videos-group__item {
      padding-top: 30px; } }
  @media (min-width: 1280px) {
    .recent-videos-group__item {
      padding-top: 40px; } }
  .recent-videos-group__item .listing--media {
    border-bottom: 1px dotted #b2b2b2;
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      .recent-videos-group__item .listing--media {
        border-bottom: none;
        padding-bottom: 0; } }

.videos-util-bar {
  color: #999;
  margin-bottom: 20px;
  position: relative;
  text-align: center; }
  @media (min-width: 1280px) {
    .videos-util-bar {
      margin-top: -30px; } }
  @media (max-width: 767px) {
    .videos-util-bar {
      /* padding-top: 60px; */ }
      .videos-util-bar .util-list__item:first-child {
        border-top: 0; } }
  @media (min-width: 768px) {
    .videos-util-bar {
      max-width: 1220px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 25px; }
      .videos-util-bar {
        display: table;
        width: 100%; }
        .videos-util-bar__left {
          display: table-cell;
          vertical-align: top; }
        .videos-util-bar__right {
          display: table-cell;
          vertical-align: top; } }
  @media (min-width: 768px) and (min-width: 1024px) and (max-width: 1279px) {
    .videos-util-bar {
      max-width: 930px; } }
  @media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
    .videos-util-bar {
      max-width: 690px; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .videos-util-bar {
      max-width: 700px;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 768px) {
      .videos-util-bar__right {
        text-align: right; } }
  .videos-util-bar__group {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4285714286; }
    .benton-normal-normal-loaded .videos-util-bar__group {
      font-family: "Benton", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
    .videos-util-bar__group:before, .videos-util-bar__group:after {
      content: '';
      display: block; }
    .videos-util-bar__group:before {
      margin-top: -1.0642857143em; }
    .videos-util-bar__group:after {
      margin-top: -0.3642857143em; }
    @media (max-width: 767px) {
      .videos-util-bar__group:after {
        display: none; } }
    @media (min-width: 768px) {
      .videos-util-bar__group__list {
        margin-left: -25px; }
        .videos-util-bar__group__list__item {
          padding-left: 25px;
          display: inline-block; } }
  .videos-util-bar .tooltip {
    text-align: left; }

.videos__btn {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 35px; }
  .videos__btn .btn {
    padding-left: 60px;
    padding-right: 60px; }
  .videos__btn--related {
    padding-top: 20px; }

.video-detail-header {
  padding-top: 55px; }
  .video-detail-header .t_tag span {
    color: #b31b1b;
    margin-left: 10px; }
  .video-detail-header .article-header__divider {
    margin-top: 40px; }
    @media (max-width: 767px) {
      .video-detail-header .article-header__divider {
        margin-top: 20px; } }
  @media (max-width: 767px) {
    .video-detail-header {
      padding-top: 0px; } }

.video-feature {
  margin-top: -10px;
  padding-bottom: 60px;
  position: relative; }
  .video-feature .t_meta--time {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px; }
    @media (max-width: 767px) {
      .video-feature .t_meta--time {
        display: none; } }
  @media (max-width: 1023px) {
    .video-feature {
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .video-feature {
      text-align: center;
      padding-bottom: 0; } }
  html[data-useragent*='MSIE 8.0'] .video-feature img {
    display: none; }
  html[data-useragent*='MSIE 8.0'] .video-feature:after {
    content: 'Video is not supported in this browser';
    color: red;
    margin-top: 30px;
    display: block;
    font-size: 14px;
    text-align: center;
    font-family: 'Benton', sans-serif; }

.video-detail-text {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */ }
  .video-detail-text:before, .video-detail-text:after {
    content: " ";
    display: table; }
  .video-detail-text:after {
    clear: both; }
  .video-detail-text {
    *zoom: 1; }
  .video-detail-text > p, .video-detail-text > ul {
    line-height: 30px; }
  .video-detail-text > p + .t_meta {
    padding-top: 50px; }

.transcript {
  padding-top: 30px; }
  html[data-useragent*='MSIE 8.0'] .transcript__link {
    display: none; }
  .transcript__link__icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA5IDYiPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMSAxbDMuNSAzLjVMOCAxIi8+PC9zdmc+");
    background-repeat: no-repeat; }
    .no-svg .transcript__link__icon {
      background-image: url("/img/png/icon__ddarr--black.png"); }
  .transcript__link.open {
    margin-bottom: 30px; }
    .transcript__link.open:after {
      content: '';
      margin-top: 20px;
      width: 64px;
      height: 1px;
      border-bottom: 1px dotted #b2b2b2; }
  .transcript__link.open .transcript__link__icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjQxNCIgaGVpZ2h0PSI1LjYyMSIgdmlld0JveD0iMC4yOTMgLTAuNDE0IDguNDE0IDUuNjIxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAuMjkzIC0wLjQxNCA4LjQxNCA1LjYyMSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTggNC41TDQuNSAxIDEgNC41Ii8+PHBhdGggZD0iTTcuMjkzIDUuMjA3TDQuNSAyLjQxNCAxLjcwNyA1LjIwNy4yOTMgMy43OTMgNC41LS40MTRsNC4yMDcgNC4yMDd6Ii8+PC9zdmc+");
    background-repeat: no-repeat; }
    .no-svg .transcript__link.open .transcript__link__icon {
      background-image: url("/img/png/icon__uparr--black.png"); }
  .transcript__inner {
    display: none; }
    html[data-useragent*='MSIE 8.0'] .transcript__inner {
      display: block; }
    .transcript__inner p {
      line-height: 1.5625;
      font-size: 18px;
      color: #323232; }
  .transcript__link.open + .transcript__inner {
    display: block; }
  .transcript__list {
    list-style: none;
    padding-left: 60px;
    margin-left: 0; }
    @media (max-width: 767px) {
      .transcript__list {
        padding-left: 40px; } }
    .transcript__list > li {
      margin-bottom: 30px; }
      .transcript__list > li::before {
        display: none; }
    .transcript__list__time {
      margin-left: -60px;
      float: left;
      margin-top: 5px; }
      @media (max-width: 767px) {
        .transcript__list__time {
          margin-left: -40px; } }
  .transcript__close {
    text-align: right; }

.related-videos-group .listing--media {
  border-bottom: none; }

.video-grid-outer .video-item {
  padding-bottom: 40px; }
  .video-grid-outer .video-item--with-border {
    border-top: 1px dotted #b2b2b2;
    padding-top: 30px;
    padding-bottom: 0; }

@media (max-width: 767px) {
  .video-grid-outer {
    padding-bottom: 20px; }
    .video-grid-outer .video-item {
      padding-bottom: 0; }
      .video-grid-outer .video-item--with-border {
        border-top: none;
        padding-top: 20px; } }

.my-account__constrain-width {
  max-width: 745px;
  margin: 0 auto; }

.button-set > * + * {
  margin-left: 18px; }

.request-form__grid {
  margin-left: -30px; }
  .request-form__grid::before, .request-form__grid::after {
    content: "";
    display: table; }
  .request-form__grid::after {
    clear: both; }
  .request-form__grid--pushbelow {
    margin-bottom: 30px; }
  .request-form__grid__col {
    width: 100%;
    width: 100%;
    display: block;
    float: left;
    margin: 0;
    border-left: 30px solid transparent;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box; }
    @media (min-width: 768px) {
      .request-form__grid__col {
        width: 50%; } }
  .request-form__grid__item {
    width: 100%;
    width: 100%;
    display: block;
    float: left;
    margin: 0;
    border-left: 30px solid transparent;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box; }
    .request-form__grid__item:nth-child(2n+3) {
      clear: both; }
    @media (min-width: 768px) {
      .request-form__grid__item {
        width: 50%; } }

.request-form__field-item {
  padding: 11px 0; }
  .request-form__field-item__label {
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.1428571429;
    margin-right: 5px; }
    .benton-bold-normal-loaded .request-form__field-item__label {
      font-family: "Benton", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-style: normal; }
    .request-form__field-item__label ins {
      font-style: italic;
      color: #ef194a;
      text-decoration: none; }
  .request-form__field-item__label-helper {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4285714286;
    display: inline-block;
    color: #989898;
    font-style: italic; }
    .benton-normal-normal-loaded .request-form__field-item__label-helper {
      font-family: "Benton", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
    .request-form__field-item__label-helper--small {
      font-size: 11px; }
  .request-form__field-item--type-text__input {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4285714286;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
    padding: 14px 5px;
    width: 100%;
    margin-top: 5px; }
    .benton-normal-normal-loaded .request-form__field-item--type-text__input {
      font-family: "Benton", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
    .request-form__field-item--type-text__input--error {
      border-color: #ef194a; }
  .request-form__field-item--type-textarea textarea {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4285714286;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
    padding: 14px 5px;
    width: 100%;
    min-height: 100px;
    resize: vertical; }
    .benton-normal-normal-loaded .request-form__field-item--type-textarea textarea {
      font-family: "Benton", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
  .request-form__field-item--type-select select {
    width: 100%; }

.request-form__form-controls {
  padding: 20px 0; }

@media (min-width: 1024px) {
  .request-form__form-controls {
    text-align: center; } }

