@charset "UTF-8";

/**
 * * MAIN - This should be replicated for each page
 * */

/**
 * * GLOBAL
 * */

/* VARIABLES */

/* VENDOR */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

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

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* PUGPIG BOILERPLATE */

/**
 * * MIXINS
 * */

/**
 * * PLACEHOLDERS
 * */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dl,
dt,
dd,
blockquote {
  margin: 0;
  padding: 0;
}

/**
 * * FUNCTIONS
 * */

/**
 * * RESET
 * */

body {
  background-color: white;
}

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

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

@viewport {
  width: device-width;
}

* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  -webkit-touch-callout: none;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

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

i {
  font-style: normal;
}

/* PROJECT SPECIFIC */

/**
 * * THEME
 * *
 * * For basic sites this should simply contain colour variables. If a proper theme is to be applied this file should simply import the theme file for each component which should be contained within a theme folder.
 * */

/* BRAND COLORS */

/* SEMANTIC COLORS */

/* Theme colours */

hr {
  border-top: 1px solid #E6E6E6;
  border-bottom: 0px;
  margin: 25px -20px 20px 0px;
  width: 100%;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  hr {
    margin-right: 0px;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tm-boxout--dark .tm-boxout__introduction p,
.tm-boxout--dark .tm-boxout__content > p,
.tm-boxout--dark .tm-boxout__content > ul,
.tm-boxout--dark .tm-boxout__content > ol,
.tm-boxout--dark .tm-boxout__content > h1,
.tm-boxout--dark .tm-boxout__content > h2,
.tm-boxout--dark .tm-boxout__content > h3,
.tm-boxout--dark .tm-boxout__content > h4,
.tm-boxout--dark .tm-boxout__content > h5,
.tm-boxout--dark .tm-boxout__content > h6,
.tm-boxout--dark .tm-list--stylise > li:before,
.tm-boxout--dark .tm-boxout__content > .tm-media .tm-media__caption,
.tm-boxout--dark .tm-boxout__content > .tm-media .tm-media__credit {
  color: #ffffff;
}

.tm-boxout--dark .tm-boxout__content > .tm-media .tm-media__description {
  color: #E6E6E6;
}

.tm-boxout--dark .tm-boxout__content a {
  color: #dce358;
  border-bottom-color: rgba(220, 227, 88, 0.5);
}

.tm-boxout--dark .tm-audio__track {
  color: #333333;
}

.tm-boxout--dark .tm-boxout__button {
  color: #dce358;
}

.tm-boxout--dark .tm-list--stylise > li {
  border-color: #ffffff;
}

.tm-boxout--dark hr {
  border-color: #ffffff;
}

.tm-boxout--berry,
.tm-boxout--moss,
.tm-boxout--sky,
.tm-boxout--bluebell,
.tm-boxout--barley,
.tm-boxout--light,
.tm-boxout--white {
  color: #333333;
}

.tm-boxout--berry hr,
.tm-boxout--moss hr,
.tm-boxout--sky hr,
.tm-boxout--bluebell hr,
.tm-boxout--barley hr,
.tm-boxout--light hr,
.tm-boxout--white hr {
  border-color: #333333;
}

.tm-boxout--berry .tm-audio,
.tm-boxout--moss .tm-audio,
.tm-boxout--sky .tm-audio,
.tm-boxout--bluebell .tm-audio,
.tm-boxout--barley .tm-audio,
.tm-boxout--light .tm-audio,
.tm-boxout--white .tm-audio {
  background-color: #D2D0C0;
}

.tm-boxout--berry .tm-audio .tm-audio__title,
.tm-boxout--moss .tm-audio .tm-audio__title,
.tm-boxout--sky .tm-audio .tm-audio__title,
.tm-boxout--bluebell .tm-audio .tm-audio__title,
.tm-boxout--barley .tm-audio .tm-audio__title,
.tm-boxout--light .tm-audio .tm-audio__title,
.tm-boxout--white .tm-audio .tm-audio__title {
  color: #ffffff;
}

.tm-boxout--berry .tm-audio .tm-audio__player,
.tm-boxout--moss .tm-audio .tm-audio__player,
.tm-boxout--sky .tm-audio .tm-audio__player,
.tm-boxout--bluebell .tm-audio .tm-audio__player,
.tm-boxout--barley .tm-audio .tm-audio__player,
.tm-boxout--light .tm-audio .tm-audio__player,
.tm-boxout--white .tm-audio .tm-audio__player {
  background-color: #D2D0C0;
}

.tm-boxout--berry .tm-audio .tm-audio__player::-webkit-media-controls-panel,
.tm-boxout--moss .tm-audio .tm-audio__player::-webkit-media-controls-panel,
.tm-boxout--sky .tm-audio .tm-audio__player::-webkit-media-controls-panel,
.tm-boxout--bluebell .tm-audio .tm-audio__player::-webkit-media-controls-panel,
.tm-boxout--barley .tm-audio .tm-audio__player::-webkit-media-controls-panel,
.tm-boxout--light .tm-audio .tm-audio__player::-webkit-media-controls-panel,
.tm-boxout--white .tm-audio .tm-audio__player::-webkit-media-controls-panel {
  background-color: #D2D0C0;
}

.tm-theme--intelligence {
  background-color: #002859;
  color: #ffffff;
}

.tm-theme--intelligence .tm-header-group__publish-date,
.tm-theme--intelligence .tm-header-group__read-time,
.tm-theme--intelligence .tm-header-group__author {
  color: #ffffff;
}

.tm-theme--intelligence .tm-header-group__read-time {
  background-image: url(../images/read-time-white.svg?46ff8d0ceeb99a073a3a0f38d234d82c);
}

.tm-theme--intelligence .tm-article__body > h2,
.tm-theme--intelligence .tm-article__body > blockquote > p,
.tm-theme--intelligence .tm-article__body > blockquote footer,
.tm-theme--intelligence .tm-article__body > blockquote footer p,
.tm-theme--intelligence .tm-article__body > .tm-list--stylise > li:before,
.tm-theme--intelligence .tm-article__body > .tm-media .tm-media__caption,
.tm-theme--intelligence .tm-article__body > .tm-media .tm-media__credit,
.tm-theme--intelligence .tm-article__body > .tm-media .tm-media__description {
  color: #ffffff;
}

.tm-theme--intelligence .tm-article__body > .tm-list--stylise > li,
.tm-theme--intelligence .tm-article__body > .tm-list--stylise > li:last-child {
  border-color: #ffffff;
}

.tm-theme--intelligence .tm-footer__title,
.tm-theme--intelligence .tm-related__title,
.tm-theme--intelligence .tm-details li,
.tm-theme--intelligence .tm-details p,
.tm-theme--intelligence .tm-related__content {
  color: #ffffff;
}

.tm-theme--intelligence .tm-header-group__standfirst ul li:before,
.tm-theme--intelligence .tm-article__body > .tm-list--circles li:before {
  background-color: #ffffff;
}

.tm-theme--intelligence .tm-article__body > p > a,
.tm-theme--intelligence .tm-related a {
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.tm-theme--intelligence .tm-article__body > p > a:hover,
.tm-theme--intelligence .tm-article__body > p > a:active,
.tm-theme--intelligence .tm-article__body > p > a:visited,
.tm-theme--intelligence .tm-article__body > p > a:focus,
.tm-theme--intelligence .tm-related a:hover,
.tm-theme--intelligence .tm-related a:active,
.tm-theme--intelligence .tm-related a:visited,
.tm-theme--intelligence .tm-related a:focus {
  color: #E6E6E6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(230, 230, 230, 0.5);
}

.tm-theme--intelligence .tm-glossary {
  border-color: #ffffff;
}

.tm-theme--intelligence .tm-tooltip {
  background-color: #ffffff;
  color: #002859;
  box-shadow: 3px 3px 0px 0px rgba(102, 102, 102, 0.7);
}

.tm-theme--intelligence .tm-tooltip.show:after {
  border-top: 10px solid #ffffff;
}

/**
 * * TYPOGRAPHY
 * */

/* -- Typography -- */

@font-face {
  font-family: "FS Koopman";
  src: local("FSKoopman-Regular"), url(../fonts/FSKoopman-Regular.woff?12b5ced9aa26d60d8aa85c7f038fea24) format("woff"), url(../fonts/FSKoopman-Regular.woff2?be5ff3db34f760c1e3a7add2e2997f53) format("woff2"), url(../fonts/FSKoopman-Regular.ttf?d54116b9f34994f309eef4d9c25d0482) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "FS Koopman";
  src: local("FSKoopman-Bold"), url(../fonts/FSKoopman-Bold.woff?9483b68e6fb5f86c56fe0a5348ca9b51) format("woff"), url(../fonts/FSKoopman-Bold.woff2?518acc921b1249f08e6f5965e026f488) format("woff2"), url(../fonts/FSKoopman-Bold.ttf?f7e61d73e9004f79986586eeaba829cf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Wolpe Pegasus";
  src: local("WolpePegasus-Regular"), url(../fonts/WolpePegasus-Regular.woff?1f968fe17d94daf738d801723d071bb8) format("woff"), url(../fonts/WolpePegasus-Regular.woff2?19e86ec7fc8b96cbc0df2ba57fa1b485) format("woff2"), url(../fonts/WolpePegasus-Regular.ttf?d44ed54f4974ec7cc8d03bba4c6e8244) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Wolpe Pegasus";
  src: local("WolpePegasus-Italic"), url(../fonts/WolpePegasus-Italic.woff?237de9d1b88119f88b94b5123c4e0657) format("woff"), url(../fonts/WolpePegasus-Italic.woff2?05a91688690a2bc0ca1b2e0ea07b6835) format("woff2"), url(../fonts/WolpePegasus-Italic.ttf?5736f2712cb25117df4a53fdbf198b96) format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Wolpe Pegasus";
  src: local("WolpePegasus-Bold"), url(../fonts/WolpePegasus-Bold.woff?2f9c3518322062ef2031f6cee92945f7) format("woff"), url(../fonts/WolpePegasus-Bold.woff2?0cef5c6407280431c6afdb57fe9071f4) format("woff2"), url(../fonts/WolpePegasus-Bold.ttf?e91ef41d7574bca90ca027d38ddd8067) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Wolpe Pegasus";
  src: local("WolpePegasus-BoldItalic"), url(../fonts/WolpePegasus-BoldItalic.woff?1aa7fff3f03361cede660bfaad1cb6e2) format("woff"), url(../fonts/WolpePegasus-BoldItalic.woff2?ce4da82b36df85d41b09784423158e93) format("woff2"), url(../fonts/WolpePegasus-BoldItalic.ttf?5d27af4be7b98b84c5e6d097d77b8b6b) format("truetype");
  font-weight: 700;
  font-style: italic;
}

.tm-widget__content,
.tm-related__content h4,
p,
ul,
ol {
  font-family: "Wolpe Pegasus", serif;
  font-size: 1.375rem;
  line-height: 1.6875rem;
  margin-bottom: 1.25rem;
}

.tm-share p,
.tm-boxout__button,
.tm-authors__item p:not(.tm-authors__bio),
.tm-authors__heading,
.tm-guests__heading,
.tm-booking > p,
.tm-location__item,
.tm-button,
.tm-header-group__date,
.tm-header-group__location,
.tm-header-group__author,
.tm-header-group__read-time,
.tm-details li,
.tm-details p,
.tm-media--gallery:after,
.tm-media__credit,
.tm-small-body-caps,
.tm-footer__title,
.tm-related__title {
  font-family: "FS Koopman", sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #666666;
  text-transform: uppercase;
}

.tm-poll button {
  font-family: "FS Koopman", sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: uppercase;
}

.tm-footer__title,
.tm-related__title {
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
  margin-right: -20px;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-footer__title,
  .tm-related__title {
    margin-right: 0px;
  }
}

.tm-small-body-caps--border {
  border-top: 1px solid #d4d4c2;
  padding-top: 2px;
  display: inline-block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #006666;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  text-decoration: none;
}

a:hover,
a:active,
a:visited,
a:focus {
  color: #00B0B0;
  outline: none;
}

.tm-article__body a,
.tm-related a,
.tm-further-reading a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 102, 102, 0.5);
}

.tm-article__body a:hover,
.tm-article__body a:active,
.tm-article__body a:visited,
.tm-article__body a:focus,
.tm-related a:hover,
.tm-related a:active,
.tm-related a:visited,
.tm-related a:focus,
.tm-further-reading a:hover,
.tm-further-reading a:active,
.tm-further-reading a:visited,
.tm-further-reading a:focus {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 176, 176, 0.5);
}

p a,
ul a,
ol a {
  overflow-wrap: break-word;
}

.tm-small-body-text {
  font-family: "Wolpe Pegasus", serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  color: #999999;
}

.tm-large-body-text {
  font-family: "Wolpe Pegasus", serif;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  margin-bottom: 1.25rem;
}

.tm-small-caps {
  font-variant: small-caps;
  text-transform: lowercase;
}

ul li {
  position: relative;
  padding-bottom: 8px;
  padding-left: 30px;
}

ul li:before {
  content: "\2013";
  position: absolute;
  left: 0px;
  top: 0;
}

ol {
  list-style: decimal;
  padding-left: 20px;
}

ol li {
  padding-left: 10px;
  padding-bottom: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Wolpe Pegasus", serif;
  margin-bottom: 1.25rem;
}

h1 {
  font-size: 2.125rem;
  line-height: 2.375rem;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  h1 {
    font-size: 44px;
    line-height: 48px;
  }
}

h2 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.tm-article__body > h2 {
  color: #006666;
}

.tm-article__body > p:last-of-type:after {
  content: "";
  background-image: url(../images/tortoise-icon-kelp.png?cfd43752481351ba7e4aed44a927c63f);
  background-size: 25px 11px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 11px;
  margin-left: 8px;
  position: relative;
  top: 1px;
}

.tm-thinkin .tm-article__body > p:last-of-type:after {
  content: "";
  background-image: none;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.625rem;
}

h4 {
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin-bottom: 0px;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  font-variant: small-caps;
  text-transform: lowercase;
}

figcaption,
.tm-media__description,
.tm-caption {
  font-family: "FS Koopman", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #999999;
}

table {
  font-family: "FS Koopman", sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

table th {
  font-weight: 500;
  text-align: left;
}

.tm-media--gallery:after {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}

/* -- Typography for details -- */

.tm-details li,
.tm-details p {
  font-weight: 500;
  margin: 0;
}

blockquote {
  margin-bottom: 20px;
}

blockquote > p {
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #006666;
  margin-bottom: 5px;
}

blockquote footer,
blockquote footer p,
blockquote + footer,
blockquote + footer p {
  font-family: "Wolpe Pegasus", serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-style: normal;
  color: #00B0B0;
}

blockquote + footer,
blockquote + footer p {
  padding-bottom: 40px;
  margin: -60px 20px 20px;
}

.tm-blockquote--sans-serif p,
.tm-blockquote--sans-serif footer,
.tm-blockquote--sans-serif footer p,
.tm-blockquote--sans-serif + footer,
.tm-blockquote--sans-serif + footer p {
  font-family: "FS Koopman", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 500;
}

.tm-blockquote--sans-serif footer,
.tm-blockquote--sans-serif footer p {
  color: #666666;
}

.tm-blockquote--sans-serif + footer,
.tm-blockquote--sans-serif + footer p {
  margin: -15px 0 0 0;
  padding-bottom: 20px;
  color: #666666;
}

.tm-header-group__headline {
  font-size: 40px;
  line-height: 44px;
  /* Landscape phone to portrait tablet */
  /* Landscape tablet and desktop */
}

@media only screen and (min-width: 640px) {
  .tm-header-group__headline {
    font-size: 44px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 1024px) {
  .tm-header-group__headline {
    font-size: 60px;
    line-height: 64px;
  }
}

.tm-header-group__standfirst {
  font-family: "Wolpe Pegasus", serif;
  font-size: 1.625rem;
  line-height: 1.875rem;
  margin-bottom: 20px;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-header-group__standfirst {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.tm-header-group__standfirst p,
.tm-header-group__standfirst li {
  font-size: 1.625rem;
  line-height: 1.875rem;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-header-group__standfirst p,
  .tm-header-group__standfirst li {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.tm-header-group__standfirst ul li:before {
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-header-group__standfirst ul li:before {
    top: 14px !important;
  }
}

.tm-header-group__standfirst ol {
  padding-left: 25px;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-header-group__standfirst ol {
    padding-left: 30px;
  }
}

.tm-header-group__standfirst ol li {
  padding-left: 0;
}

.tm-header-group__publish-date {
  color: inherit;
  font-size: 1.125rem;
  font-family: "Wolpe Pegasus", serif;
  color: #666666;
}

.tm-header-group__format {
  color: inherit;
  font-size: 1.25rem;
  font-family: "Wolpe Pegasus", serif;
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 0.02rem;
  margin-bottom: 6px;
}

.tm-header-group__read-time {
  font-weight: 500;
}

.tm-header-group__author {
  font-weight: 500;
}

.tm-header-group__date,
.tm-header-group__location {
  margin: 0;
  color: inherit;
}

.tm-header-group__location {
  padding-bottom: 10px;
}

.tm-dropcap {
  font-size: 6.125rem;
  line-height: 4.8125rem;
  float: left;
  margin-right: 10px;
}

.tm-related__content h4 {
  font-weight: normal;
}

.tm-related__content h4:after {
  content: "";
  background-image: url(../images/right-arrow.svg?e0393eaf53b01d68bac529185b6eeb71);
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 10px;
}

.tm-related__content p {
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0;
}

.tm-list--stylise {
  list-style: none;
  padding-left: 0;
}

.tm-list--stylise > li {
  counter-increment: customlistcounter;
  border-top: 1px solid #006666;
  padding: 10px 0px 10px 50px;
}

.tm-list--stylise > li:before {
  position: absolute;
  content: counter(customlistcounter) "";
  color: #006666;
  font-size: 3.125rem;
  margin-left: -50px;
  line-height: 2.1875rem;
}

.tm-list--stylise > li:last-child {
  border-bottom: 1px solid #006666;
}

.tm-header-group__standfirst ul li,
.tm-list--circles li {
  padding-left: 25px;
}

.tm-header-group__standfirst ul li:before,
.tm-list--circles li:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #dce358;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

.tm-tooltip {
  font-family: "Wolpe Pegasus", serif;
  color: #666666;
}

.tm-tooltip > p {
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-bottom: 0;
}

.tm-tooltip > p:first-child {
  text-transform: capitalize;
  font-weight: 700;
}

.tm-boxout.tm-boxout--half p,
.tm-boxout.tm-boxout--half ul,
.tm-boxout.tm-boxout--half ol {
  font-family: "Wolpe Pegasus", serif;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-bottom: 0.9375rem;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-boxout.tm-boxout--half p,
  .tm-boxout.tm-boxout--half ul,
  .tm-boxout.tm-boxout--half ol {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}

.tm-boxout.tm-boxout--half ul li {
  padding-left: 18px;
}

.tm-boxout.tm-boxout--half ul li:before {
  left: 3px;
}

.tm-boxout.tm-boxout--half ol li {
  padding-left: 0;
}

.tm-boxout.tm-boxout--half h1 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-boxout.tm-boxout--half h1 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.tm-boxout.tm-boxout--half h2 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-boxout.tm-boxout--half h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.tm-boxout.tm-boxout--half h3 {
  font-size: 1rem;
  line-height: 1.125rem;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-boxout.tm-boxout--half h3 {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

.tm-boxout.tm-boxout--half h4 {
  font-size: 0.875rem;
  line-height: 1rem;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-boxout.tm-boxout--half h4 {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.tm-boxout.tm-boxout--half h5 {
  font-size: 0.875rem;
  line-height: 1.1875rem;
}

.tm-boxout.tm-boxout--half .tm-header-group__standfirst ul li,
.tm-boxout.tm-boxout--half .tm-list--circles li {
  padding-left: 14px;
}

.tm-boxout.tm-boxout--half .tm-header-group__standfirst ul li:before,
.tm-boxout.tm-boxout--half .tm-list--circles li:before {
  width: 5px;
  height: 5px;
  top: 7px;
}

.tm-boxout.tm-boxout--half .tm-list--stylise > li {
  padding-left: 20px;
}

.tm-boxout.tm-boxout--half .tm-list--stylise > li:before {
  font-size: 1.75rem;
  line-height: 1.75rem;
  margin-left: -20px;
}

.tm-boxout.tm-boxout--half .tm-dropcap {
  font-size: 2.8125rem;
  line-height: 2.125rem;
  margin-right: 7px;
}

.tm-further-reading h5 {
  color: #2896B4;
  margin-bottom: 10px;
}

.tm-further-reading p,
.tm-further-reading li {
  color: #666666;
}

/**
 * * BASE
 * *
 * * Base styles that do not belong to any component or are not for layout
 * */

/**
 * * LAYOUT
 * *
 * * Structural classes
 * */

.tm-media--align-center .tm-media__credit,
.tm-media--align-center .tm-media__caption,
.tm-media--align-center .tm-media__description,
.tm-media--align--gallery .tm-media__credit,
.tm-media--align--gallery .tm-media__caption,
.tm-media--align--gallery .tm-media__description,
.tm-related,
.tm-authors,
.tm-details,
.tm-panel,
.tm-footer,
.tm-header-group,
.tm-tint,
.tm-guests,
.tm-further-reading,
.tm-share {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.tm-boxout,
.tm-media--gallery {
  margin-left: -20px;
  margin-right: -20px;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-boxout,
  .tm-media--gallery {
    margin-left: 0;
    margin-right: 0;
  }
}

.tm-media--align-center {
  margin-left: -20px;
  margin-right: -20px;
  /* Landscape phone to portrait tablet */
  /* Landscape tablet and desktop */
}

@media only screen and (min-width: 640px) {
  .tm-media--align-center {
    margin-left: calc(-50vw + 300px);
    margin-right: calc(-50vw + 300px);
  }
}

@media only screen and (min-width: 1024px) {
  .tm-media--align-center {
    margin-left: 0;
    margin-right: 0;
  }
}

.tm-article {
  max-width: 1024px;
  margin: 0 auto;
}

.tm-article__header {
  position: relative;
}

.tm-article__body {
  padding: 0px 20px;
  max-width: 640px;
  margin: 20px auto;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-article__body {
    margin-top: 40px;
  }
}

.tm-article__body > blockquote:not(.tm-blockquote--sans-serif) {
  padding: 40px 20px;
}

.tm-related,
.tm-authors,
.tm-details,
.tm-panel,
.tm-footer,
.tm-header-group,
.tm-tint,
.tm-guests,
.tm-further-reading,
.tm-share {
  padding: 0 20px;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-related,
  .tm-authors,
  .tm-details,
  .tm-panel,
  .tm-footer,
  .tm-header-group,
  .tm-tint,
  .tm-guests,
  .tm-further-reading,
  .tm-share {
    padding: 0;
  }
}

.tm-tint {
  background-color: #F2F1E5;
  color: #333333;
  padding: 20px 20px 1px;
  margin-bottom: 20px;
}

.tm-tint hr {
  border-color: #333333;
  border-width: 2px;
}

.tm-flourish-template iframe {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

/**
 * * COMPONENTS
 * *
 * * Import all component Sass partials here
 * */

/* -- Component for details -- */

.tm-details {
  margin-bottom: 60px;
  clear: both;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-details {
    margin-left: auto;
  }
}

.tm-details li {
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 0px;
}

.tm-details li:before {
  display: none;
}

.tm-details--reduce-bottom-spacing {
  margin-bottom: 30px;
}

.tm-video {
  position: relative;
  padding-top: 56.25%;
  overflow-y: hidden;
  cursor: pointer;
  height: 0;
}

.tm-video__player,
.tm-video__poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tm-video__player {
  z-index: 1;
}

.tm-video__poster {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.tm-media {
  position: relative;
  margin-bottom: 1.25rem;
  clear: both;
}

.tm-media__credit,
.tm-media__wrapper {
  margin-bottom: 10px;
}

.tm-media__wrapper {
  position: relative;
  background-color: #d4d4c2;
  pointer-events: none;
}

.tm-media__caption {
  margin-top: 10px;
  color: #666666;
}

.tm-media__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tm-media__description {
  margin-top: 10px;
  margin-bottom: 0;
}

.tm-media__caption + .tm-media__description {
  margin-top: 0px;
}

.tm-media--hero {
  margin-bottom: 10px;
  background-color: #d4d4c2;
}

.tm-media--hero img {
  width: 100%;
}

.tm-media--align-left,
.tm-media--align-right {
  display: inline-block;
  max-width: 40%;
  width: 100%;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-media--align-left,
  .tm-media--align-right {
    max-width: 280px;
  }
}

.tm-media--align-left {
  float: left;
  margin-right: 20px;
  /* Landscape phone to portrait tablet */
}

.tm-media--align-right {
  float: right;
  margin-left: 20px;
  /* Landscape phone to portrait tablet */
}

.tm-media--align-center .tm-media__credit,
.tm-media--align-center .tm-media__caption,
.tm-media--align-center .tm-media__description,
.tm-media--align--gallery .tm-media__credit,
.tm-media--align--gallery .tm-media__caption,
.tm-media--align--gallery .tm-media__description {
  padding: 0 20px;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-media--align-center .tm-media__credit,
  .tm-media--align-center .tm-media__caption,
  .tm-media--align-center .tm-media__description,
  .tm-media--align--gallery .tm-media__credit,
  .tm-media--align--gallery .tm-media__caption,
  .tm-media--align--gallery .tm-media__description {
    padding: 0;
  }
}

.tm-media--align-center img,
.tm-media--align--gallery img {
  margin: auto;
}

.tm-media--gallery {
  position: relative;
}

.tm-media--gallery .tm-media__credit,
.tm-media--gallery .tm-media__caption,
.tm-media--gallery .tm-media__description {
  display: none;
}

.tm-media--gallery:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/gallery-icon.svg?a1b9d210636319a9e6fffcabe36ed789);
  background-repeat: no-repeat;
  display: block;
  z-index: 20;
  position: absolute;
  top: 20px;
  left: 20px;
}

.tm-media--gallery-dark:before {
  background-image: url(../images/gallery-icon-dark.svg?e92707db95dedb4b561c5fa9ccb4a7a9);
}

.tm-media--gallery.tm-media--hidden {
  display: none;
}

.tm-media--scroll-gallery {
  position: relative;
}

.tm-media--scroll-gallery .tm-media__credit,
.tm-media--scroll-gallery .tm-media__caption,
.tm-media--scroll-gallery .tm-media__description {
  display: none;
}

.tm-media--scroll-gallery:after {
  content: "View gallery";
  background-image: url(../images/down-arrow-white.svg?daacd81833a9b0cfd546db77cd25111b);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center 30px;
  border-top: 1px solid #E6E6E6;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0px 30px;
}

.tm-boxout .tm-media--align-center {
  margin-left: -20px;
  margin-right: -20px;
}

.tm-boxout .tm-media--align-center .tm-media__credit,
.tm-boxout .tm-media--align-center .tm-media__caption,
.tm-boxout .tm-media--align-center .tm-media__description {
  padding-left: 20px;
  padding-right: 20px;
}

.tm-button {
  color: #006666;
  background-color: #E4E3D6;
  border: 1px solid #D2D0C0;
  border-radius: 4px;
  padding: 8px 30px 7px;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.tm-button:hover {
  background: #D2D0C0;
  color: #006666;
}

.tm-header-group {
  margin-top: 20px;
  width: 100%;
  position: relative;
}

.tm-header-group__author {
  border-top: 1px solid #E6E6E6;
  display: inline-block;
  padding-top: 5px;
}

.tm-header-group__read-time {
  background-image: url(../images/read-time.svg?24fb7216b2c0a7956d7504271e027c28);
  background-size: 28px;
  background-repeat: no-repeat;
  float: right;
  width: 28px;
  height: 28px;
  margin: 0 20px 0 0;
  text-align: center;
  line-height: 28px;
  padding-left: 2px;
  padding-top: 1px;
}

.tm-header-group__read-time span {
  text-indent: -9999px;
  display: block;
}

.tm-header-group__data {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 15px;
  margin-right: -20px;
}

.tm-header-group__publish-date {
  display: inline-block;
  margin-bottom: 10px;
}

.tm-article__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.tm-article__header--top-left .tm-header-group,
.tm-article__header--top-center .tm-header-group,
.tm-article__header--top-right .tm-header-group,
.tm-article__header--bottom-left .tm-header-group,
.tm-article__header--bottom-right .tm-header-group,
.tm-article__header--bottom-center .tm-header-group {
  position: absolute;
  z-index: 1;
  max-width: 100%;
}

.tm-article__header--top-left .tm-header-group__author,
.tm-article__header--top-center .tm-header-group__author,
.tm-article__header--top-right .tm-header-group__author,
.tm-article__header--bottom-left .tm-header-group__author,
.tm-article__header--bottom-right .tm-header-group__author,
.tm-article__header--bottom-center .tm-header-group__author {
  color: inherit;
  border-color: inherit;
}

.tm-article__header--bottom-left .tm-header-group,
.tm-article__header--bottom-right .tm-header-group,
.tm-article__header--bottom-center .tm-header-group {
  bottom: 0;
}

.tm-article__header--top-center .tm-header-group,
.tm-article__header--bottom-center .tm-header-group {
  text-align: center;
  width: 100%;
}

.tm-article__header--top-right .tm-header-group,
.tm-article__header--bottom-right .tm-header-group {
  text-align: right;
  width: 100%;
}

.tm-article__header--below-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.tm-article__header--below-left .tm-header-group {
  margin-top: 0px;
}

.tm-location__item {
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 20px;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  min-height: 70px;
  margin: 0;
  /* Landscape tablet and desktop */
}

@media only screen and (min-width: 1024px) {
  .tm-location__item {
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
  }
}

.tm-location__item__logo {
  width: 150px;
  margin-right: 0;
  margin-left: auto;
}

.tm-location__item > span {
  margin-right: 0;
  margin-left: auto;
}

.tm-booking {
  background-color: #F2F1E5;
  margin: auto;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 20px;
}

.tm-booking > p {
  color: #006666;
  font-weight: bold;
}

.tm-guests {
  background-color: #F2F1E5;
  overflow: hidden;
}

.tm-guests__image {
  width: 80px;
  float: left;
  height: 80px;
  border-radius: 50%;
  margin: 0 1.25rem 1.25rem 0;
  overflow: hidden;
  clear: both;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-guests__image {
    margin: 0 0 1.25rem 1.25rem;
  }
}

.tm-guests__content {
  float: left;
  width: 60%;
  margin-bottom: 20px;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-guests__content {
    padding-left: 20px;
  }
}

.tm-guests__heading {
  padding: 10px 0px;
  margin: 0;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-guests__heading {
    padding: 10px 20px;
  }
}

.tm-guests__name {
  font-weight: bold;
  font-size: 0.875rem;
}

.tm-guests__job {
  font-weight: bold;
  font-family: "FS Koopman", sans-serif;
  font-size: 0.9375rem;
  color: #666666;
  margin: 0;
}

.tm-guests__description {
  font-size: 0.9375rem;
  color: #666666;
  margin: 0;
  line-height: 1.2;
}

.tm-table {
  background-color: #F2F1E5;
  color: #333333;
  padding: 20px;
  margin-bottom: 20px;
  /* Desktop */
}

@media only screen and (min-width: 1125px) {
  .tm-table {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.tm-table table {
  width: 100%;
}

.tm-table table td,
.tm-table table th {
  border: 1px solid #999999;
  padding: 4px;
  vertical-align: top;
}

.tm-modal {
  display: none;
}

.tm-modal--overlay {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.tm-modal__media {
  position: relative;
  max-height: 75vh;
  overflow: hidden;
  max-width: 1024px;
  margin: auto;
}

.tm-modal__image {
  margin: auto;
}

.tm-modal__caption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 15px 20px;
  margin: 0px;
  width: 100%;
  display: block;
}

.tm-modal__caption--hidden {
  display: none;
}

.tm-modal__close {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 45px;
  float: right;
  position: relative;
  z-index: 100;
  outline: none;
  align-self: flex-end;
  margin-right: 10px;
  width: 34px;
  padding-right: 35px;
}

.tm-modal__close svg {
  fill: white;
  width: 20px;
}

.tm-modal__navigation {
  text-align: center;
  font-size: 45px;
  line-height: 45px;
  padding-bottom: 30px;
}

.tm-modal__next,
.tm-modal__prev {
  color: #fff;
  text-decoration: none;
  padding: 0px 20px;
}

.tm-modal__next svg,
.tm-modal__prev svg {
  width: 20px;
  fill: white;
}

.tm-modal__next {
  float: right;
}

.tm-modal__prev {
  float: left;
}

.tm-modal__prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tm-panel {
  background-color: #dce358;
  padding: 20px;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  opacity: 1;
  clear: both;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-panel {
    margin: 0 auto;
  }
}

.tm-panel.hidden {
  opacity: 0;
}

.tm-panel.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.tm-panel__message {
  margin-bottom: 20px;
  color: #006666;
}

.tm-panel__message p {
  font-size: 40px;
  line-height: 42px;
}

.tm-panel__message p a {
  color: #006666;
  text-decoration: underline;
}

.tm-panel__button {
  background-color: #006666;
  color: white;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  font-family: "FS Koopman", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  font-size: 0.9375rem;
  width: 185px;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.tm-panel__button:hover,
.tm-panel__button:focus {
  background-color: #aaccaf;
  color: #006666;
}

.tm-panel__button:active,
.tm-panel__button:visited,
.tm-panel__button:focus {
  color: #ffffff;
}

.tm-panel__image {
  bottom: 0;
  left: 0;
  margin-bottom: -20px;
  width: 105px;
  height: 105px;
  display: block;
}

.tm-related {
  clear: both;
}

.tm-related__list > li {
  padding-left: 0;
}

.tm-related__list > li:before {
  display: none;
}

.tm-related--links .tm-related__list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  color: #006666;
}

.tm-related--articles .tm-related__list li {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 10px;
  white-space: nowrap;
}

.tm-related--articles .tm-related__list li:last-child {
  border-bottom: 0;
}

.tm-related--articles .tm-related__list li:after {
  content: "";
  display: table;
  clear: both;
}

.tm-related--articles a {
  color: initial !important;
  text-decoration: none;
  display: block;
  border: 0;
  border-bottom: 0px !important;
}

.tm-related--articles a:after {
  content: "";
  display: table;
  clear: both;
}

.tm-related--articles a:hover {
  border: 0;
}

.tm-related--articles .tm-related__content {
  width: 50%;
  display: inline-block;
  white-space: initial;
  vertical-align: top;
}

.tm-related--articles .tm-related__image {
  max-width: 140px;
  display: inline;
  padding-left: 20px;
  float: right;
}

.instagram-media,
.instagram-media-registered,
.twitter-tweet {
  width: calc(100% - 40px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 600px !important;
  min-width: inherit !important;
}

.instagram-media,
.instagram-media-registered {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.twitter-tweet:not(.twitter-tweet-rendered) {
  background-color: #fff;
  border: 1px solid #e1e8ed;
}

.twitter-tweet:not(.twitter-tweet-rendered) p {
  font-size: 1rem;
  font-family: Arial, sans-serif;
  color: #333333;
  line-height: 1.25rem;
}

.twitter-tweet:not(.twitter-tweet-rendered):before {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNjEyLDExNi4yNThjLTIyLjUyNSw5Ljk4MS00Ni42OTQsMTYuNzUtNzIuMDg4LDE5Ljc3MmMyNS45MjktMTUuNTI3LDQ1Ljc3Ny00MC4xNTUsNTUuMTg0LTY5LjQxMSAgICBjLTI0LjMyMiwxNC4zNzktNTEuMTY5LDI0LjgyLTc5Ljc3NSwzMC40OGMtMjIuOTA3LTI0LjQzNy01NS40OS0zOS42NTgtOTEuNjMtMzkuNjU4Yy02OS4zMzQsMC0xMjUuNTUxLDU2LjIxNy0xMjUuNTUxLDEyNS41MTMgICAgYzAsOS44MjgsMS4xMDksMTkuNDI3LDMuMjUxLDI4LjYwNkMxOTcuMDY1LDIwNi4zMiwxMDQuNTU2LDE1Ni4zMzcsNDIuNjQxLDgwLjM4NmMtMTAuODIzLDE4LjUxLTE2Ljk4LDQwLjA3OC0xNi45OCw2My4xMDEgICAgYzAsNDMuNTU5LDIyLjE4MSw4MS45OTMsNTUuODM1LDEwNC40NzljLTIwLjU3NS0wLjY4OC0zOS45MjYtNi4zNDgtNTYuODY3LTE1Ljc1NnYxLjU2OGMwLDYwLjgwNiw0My4yOTEsMTExLjU1NCwxMDAuNjkzLDEyMy4xMDQgICAgYy0xMC41MTcsMi44My0yMS42MDcsNC4zOTgtMzMuMDgsNC4zOThjLTguMTA3LDAtMTUuOTQ3LTAuODAzLTIzLjYzNC0yLjMzM2MxNS45ODUsNDkuOTA3LDYyLjMzNiw4Ni4xOTksMTE3LjI1Myw4Ny4xOTQgICAgYy00Mi45NDcsMzMuNjU0LTk3LjA5OSw1My42NTUtMTU1LjkxNiw1My42NTVjLTEwLjEzNCwwLTIwLjExNi0wLjYxMi0yOS45NDQtMS43MjFjNTUuNTY3LDM1LjY4MSwxMjEuNTM2LDU2LjQ4NSwxOTIuNDM4LDU2LjQ4NSAgICBjMjMwLjk0OCwwLDM1Ny4xODgtMTkxLjI5MSwzNTcuMTg4LTM1Ny4xODhsLTAuNDIxLTE2LjI1M0M1NzMuODcyLDE2My41MjYsNTk1LjIxMSwxNDEuNDIyLDYxMiwxMTYuMjU4eiIgZmlsbD0iIzJiN2JiOSIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  margin-left: auto;
  color: #2b7bb9;
  margin-bottom: 20px;
}

.flourish-embed iframe {
  width: 100% !important;
}

.tm-audio {
  background-color: #F2F1E5;
  color: #333333;
  padding: 20px;
  margin-bottom: 20px;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-audio {
    margin-left: auto;
    margin-right: auto;
  }
}

.tm-audio--dark {
  background-color: #D2D0C0;
}

.tm-audio--dark .tm-audio__title {
  color: #ffffff;
}

.tm-audio--dark .tm-audio__player {
  background-color: #D2D0C0;
  border-radius: 26px;
}

.tm-audio--dark .tm-audio__player::-webkit-media-controls-panel {
  background-color: #D2D0C0;
  border-radius: 26px;
}

.tm-audio__player {
  width: 100%;
}

.tm-audio__player::-webkit-media-controls-panel {
  background-color: #F2F1E5;
  padding: 0px;
}

.tm-audio--native {
  position: relative;
  padding-right: 65px;
  cursor: pointer;
}

.tm-audio--native:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 25px;
  background-image: url(../images/tortoise-headphone-icon.png?8c56b636f7a2f401e3e1c4414c35dc92);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tm-audio--native .tm-audio__player {
  display: none;
}

.tm-audio--native .tm-audio__title {
  margin-bottom: 0;
}

.tm-audio-card {
  background-color: #F2F1E5;
}

.tm-audio-card__container {
  padding: 20px;
  background-color: #ffffff;
  overflow: auto;
  margin: 20px;
  /* Landscape phone to portrait tablet */
  /* Landscape tablet and desktop */
}

@media only screen and (min-width: 640px) {
  .tm-audio-card__container {
    max-width: 600px;
    padding: 30px;
    margin: 20px auto;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (min-width: 1024px) {
  .tm-audio-card__container {
    max-width: 800px;
  }
}

.tm-audio-card__image {
  float: left;
  margin-right: 10px;
  width: 30%;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-audio-card__image {
    margin-right: 20px;
  }
}

.tm-audio-card__title {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.tm-audio-card__description {
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #666666;
}

.tm-audio-card__duration {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 2px;
}

.tm-audio-card__title,
.tm-audio-card__description {
  margin-bottom: 10px;
}

.tm-audio-card__player {
  padding-top: 20px;
  clear: both;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-audio-card__player {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.tm-audio-card__player audio {
  width: 100%;
}

.tm-further-reading {
  background-color: #F2F1E5;
  padding: 20px;
  margin-bottom: 20px;
}

.tm-further-reading ul {
  margin-bottom: 0;
}

.tm-further-reading ul + p {
  margin-bottom: 20px;
}

.tm-authors {
  background-color: #F2F1E5;
  padding: 20px;
  margin-bottom: 20px;
  clear: both;
}

.tm-authors__heading {
  margin-bottom: 10px;
}

.tm-authors__image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  float: left;
}

.tm-authors__bio {
  font-family: "Wolpe Pegasus", serif;
  display: table;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin-bottom: 10px;
  color: #333333;
}

.tm-authors__item {
  margin-bottom: 10px;
  overflow: auto;
}

.tm-authors__item p:not(.tm-authors__bio) {
  margin-bottom: 5px;
  display: table;
}

.tm-authors__item a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 102, 102, 0.5);
}

.tm-authors__item a:hover,
.tm-authors__item a:active,
.tm-authors__item a:visited,
.tm-authors__item a:focus {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 176, 176, 0.5);
}

.tm-tooltip {
  background: #F2F1E5;
  max-width: 215px;
  position: absolute;
  z-index: 100;
  padding: 15px;
  pointer-events: none;
  box-shadow: 3px 3px 3px 0px rgba(102, 102, 102, 0.7);
  left: -9999px;
}

.tm-tooltip.hide {
  opacity: 0;
  left: -9999px !important;
}

.tm-tooltip.show {
  opacity: 1;
  margin-top: 20px;
  pointer-events: all;
}

.tm-tooltip.show:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #F2F1E5;
  -webkit-filter: drop-shadow(3px 2px 1px rgba(102, 102, 102, 0.8));
          filter: drop-shadow(3px 2px 1px rgba(102, 102, 102, 0.8));
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

.tm-tooltip.show.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #F2F1E5;
  -webkit-filter: drop-shadow(5px 0 0 rgba(102, 102, 102, 0.8));
          filter: drop-shadow(5px 0 0 rgba(102, 102, 102, 0.8));
  top: -20px;
  bottom: auto;
}

.tm-tooltip.show.left:after {
  left: 10px;
  margin: 0;
}

.tm-tooltip.show.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

.tm-glossary {
  display: inline;
  border-bottom: 1px dotted #333333;
  cursor: help;
}

.tm-boxout {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  height: auto;
  clear: both;
}

.tm-boxout__kicker {
  margin-bottom: 5px;
}

.tm-boxout__title {
  color: #006666;
}

.tm-boxout__content {
  display: none;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 350ms ease-in-out;
  transition: height 350ms ease-in-out;
}

.tm-boxout__content--open {
  display: block;
  height: auto;
}

.tm-boxout__button {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  outline: none;
  text-align: center;
  font-weight: 500;
  color: #006666;
  width: 100%;
}

.tm-boxout__button-open,
.tm-boxout__button-closed {
  display: none;
}

.tm-boxout__button-open.active,
.tm-boxout__button-closed.active {
  display: block;
}

.tm-boxout__button-open:after,
.tm-boxout__button-closed:after {
  content: "";
  background-image: url(../images/down-arrow-grey.svg?37d0976e8145c817baf4e0f430cb7789);
  width: 20px;
  height: 20px;
  display: block;
  margin: 8px auto 0px;
}

.tm-boxout__button-open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tm-boxout + .tm-boxout {
  margin-top: -20px;
}

.tm-boxout--half {
  width: 40%;
  max-width: 280px;
  float: left;
  padding: 5px;
  margin: 0 20px 8px 0;
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-boxout--half {
    padding: 10px;
  }
}

.tm-boxout--half.active {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  padding: 10px;
}

.tm-boxout--half-right {
  float: right;
  margin: 0 0 8px 20px;
}

.tm-boxout--half-right.active {
  margin-left: 0;
}

.tm-boxout--half .tm-boxout__kicker {
  margin-bottom: 0;
}

.tm-boxout--half .tm-boxout__title {
  margin-bottom: 12px;
}

.tm-boxout--half .tm-boxout__button:after {
  margin-top: 2px;
}

.tm-boxout--half .tm-tint,
.tm-boxout--half .tm-audio {
  padding: 10px;
}

.tm-boxout--half .tm-tint .tm-media--gallery,
.tm-boxout--half .tm-audio .tm-media--gallery {
  margin-left: -10px;
  margin-right: -10px;
}

.tm-boxout--half .tm-media__caption,
.tm-boxout--half .tm-media__description {
  font-family: "FS Koopman", sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.tm-boxout--half .tm-media--gallery,
.tm-boxout--half .tm-media--align-center {
  margin-left: -5px;
  margin-right: -5px;
}

.tm-boxout--half .tm-media--gallery:before,
.tm-boxout--half .tm-media--align-center:before {
  width: 25px;
  height: 25px;
  top: 10px;
  left: 10px;
}

.tm-boxout--half .tm-media--align-right,
.tm-boxout--half .tm-media--align-left {
  max-width: 100%;
  margin: 0;
}

.tm-boxout--half .tm-media--align-center .tm-media__credit,
.tm-boxout--half .tm-media--align-center .tm-media__caption,
.tm-boxout--half .tm-media--align-center .tm-media__description {
  padding-left: 5px;
  padding-right: 5px;
}

.tm-boxout--half .tm-media__wrapper .tm-media__credit {
  font-family: "FS Koopman", sans-serif;
  max-width: 100%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  -webkit-text-orientation: initial;
          text-orientation: initial;
}

.tm-boxout hr {
  border-width: 2px;
}

.tm-boxout--white {
  background-color: #fff;
}

.tm-boxout--light {
  background-color: #F2F1E5;
}

.tm-boxout--barley {
  background-color: #FCF9E3;
}

.tm-boxout--bluebell {
  background-color: #F8EEFC;
}

.tm-boxout--sky {
  background-color: #E9F9FE;
}

.tm-boxout--moss {
  background-color: #E0FAEE;
}

.tm-boxout--berry {
  background-color: #FFF1EB;
}

.tm-boxout--dark {
  background-color: #666666;
}

.tm-boxout--dark .tm-boxout__kicker {
  color: #ffffff;
}

.tm-boxout--dark .tm-boxout__button:after {
  background-image: url(../images/down-arrow-white.svg?daacd81833a9b0cfd546db77cd25111b);
}

.tm-boxout--dark .tm-boxout__title {
  color: #dce358;
}

.tm-boxout--dark blockquote > p {
  color: #dce358;
}

.tm-boxout--dark blockquote footer {
  color: #e1b672;
}

.tm-media + .tm-boxout {
  border-top: 0px;
}

.tm-poll {
  margin-bottom: 20px;
}

.tm-poll h2 {
  margin-bottom: 0;
}

.tm-poll__body {
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.tm-poll button {
  width: calc(50% - 5px);
  -webkit-appearance: none;
  text-align: center;
  height: 40px;
  max-width: 200px;
  margin-right: 10px;
  border-radius: 20px;
  outline: 0;
  border: 1px solid #a6a390;
  background-color: #e4e0d5;
  color: #5B3584;
  white-space: nowrap;
  line-height: 38px;
  opacity: 0.5;
  -webkit-box-flex: 1;
          flex: 1 1 80px;
  margin-bottom: 10px;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.tm-poll button:last-child {
  margin-right: 0px;
}

.tm-poll button:after {
  content: "...";
  display: inline-block;
  position: relative;
  top: -6px;
  font-size: 25px;
}

.tm-poll button:hover {
  background-color: #5B3584;
  color: white;
}

.tm-poll .tm-poll--active {
  background-color: #5B3584;
  color: white;
  pointer-events: none;
  border-color: #5B3584;
}

.tm-poll .tm-poll--disabled {
  pointer-events: none;
}

.tm-poll__answer {
  padding: 15px;
  background-color: #e4e0d5;
  font-family: "FS Koopman", sans-serif;
  color: #5B3584;
}

.tm-poll__answer:empty {
  display: none;
}

.tm-poll__answer h3 {
  margin-bottom: 0;
  font-size: 19px;
  line-height: 26px;
  font-weight: 800;
  font-variant: small-caps;
}

.tm-poll__answer p {
  font-size: 18px;
  margin-bottom: 0;
  font-family: "FS Koopman", sans-serif;
  margin-top: 5px;
}

.tm-poll--loaded button {
  opacity: 1;
}

.tm-poll--loaded button:after {
  display: none;
}

.tm-share {
  clear: both;
  background-color: #F2F1E5;
  padding: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.tm-share__btn {
  background-image: url(../images/share.svg?052f30d3632ecb2f46a09ab70673e0da);
  width: 50px;
  height: 50px;
  font-size: 0;
  background-size: 80%;
  background-position: center;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 20px;
  border: 1px solid #999999;
  -webkit-appearance: none;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.tm-share__btn:active {
  background-color: white;
}

.tm-share p {
  max-width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.3rem;
  text-transform: none;
  margin-bottom: 0;
}

.tm-theme--notes h1 {
  border-top: 0.0625rem solid #dddddd;
  margin: 3.125rem 0 1.25rem 0;
  padding-top: 0.5rem;
}

.tm-theme--notes h2 {
  font-weight: bold;
}

.tm-theme--notes h3 {
  color: #dce358;
  font-weight: normal;
}

.tm-theme--notes blockquote {
  padding: 1.25rem 0 !important;
}

.tm-theme--notes blockquote + footer {
  margin: -2.5rem 0 0 0;
  padding-left: 0;
}

.tm-theme--notes blockquote > p {
  width: 80%;
  text-indent: -0.625rem;
}

.tm-theme--notes blockquote > p,
.tm-theme--notes blockquote + footer {
  font-family: "FS Koopman", sans-serif;
}

.tm-theme--notes h3 + blockquote {
  margin-top: -1.25rem;
}

.tm-theme--notes .blue-boxout {
  padding: 0.75rem 1rem 0.5rem 1rem;
  background-color: #d2d5e5;
  margin-bottom: 1.25rem;
}

.tm-theme--notes .blue-boxout h3,
.tm-theme--notes .blue-boxout li,
.tm-theme--notes .blue-boxout p {
  font-family: "FS Koopman", sans-serif;
  font-size: 1.125rem;
}

.tm-theme--notes ol {
  padding-left: 1.875rem;
}

.tm-footer {
  margin-bottom: 20px;
  clear: both;
}

.tm-description > div:first-child {
  margin: 20px 10px;
  font-weight: 400;
  text-align: left;
  font-family: "Wolpe Pegasus", serif;
  font-size: 1.375rem;
  line-height: 1.6875rem;
  margin-bottom: 1.25rem;
}

.tm-widget {
  width: 100%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* Landscape phone to portrait tablet */
}

@media only screen and (min-width: 640px) {
  .tm-widget {
    max-width: 520px;
  }
}

.tm-widget:before {
  content: "";
  display: block;
  background-image: url(../images/tortoise-icon-kelp.png?cfd43752481351ba7e4aed44a927c63f);
  background-repeat: no-repeat;
  background-size: contain;
  width: 78px;
  height: 35px;
  margin: auto;
}

.tm-widget--editors-letter .tm-widget:before {
  display: none;
}

.tm-widget--editors-letter .tm-widget__kicker {
  color: #006666;
  text-align: left;
}

.tm-widget--editors-letter .tm-widget__content {
  color: #666666;
}

.tm-widget--text-card {
  height: 100%;
  width: 100%;
  background-color: #e4e0d5;
}

.tm-widget__kicker {
  text-align: center;
  font-family: "Wolpe Pegasus", serif;
  text-transform: lowercase;
  font-variant: small-caps;
  font-weight: 600;
  color: #a6a390;
  font-size: 1.5625rem;
  line-height: 1.6875rem;
  letter-spacing: 0.4px;
  margin: 20px auto 30px auto;
}

.tm-widget__content blockquote {
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #006666;
  margin-bottom: 25px;
}

.tm-widget__content .tm-blockquote__cite {
  width: 100%;
  color: #a6a390;
  padding: 0 20px;
  font-size: 1.375rem;
  line-height: 1.625rem;
  display: inline-block;
}

