@import url('https://fonts.googleapis.com/css?family=Muli%3A400%2C400i%2C800%2C700%2C700i&amp;ver=1.1268');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display%3A400%2C400i%2C700%2C700i&amp;ver=1.1268');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');
body {
    background-color: #fff;
    color: #282828;
    font-family: "Muli", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
    font-style: normal;
    padding: 0;
    word-wrap: break-word;
}
h1 {
    font-size: 64px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #282828;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
}
h2, h3, h4, h5 {
    color: #217fa8;
    font-family: "Playfair Display", serif;
}
.interview-text {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
}
a {
  color: #337ab7;
  text-decoration: none;
}
p {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 12px;
}
img {
  max-width: 100%;
  height:auto;
}
/*-- Global Styles --*/
.wtm-content-block {
    padding: 20px 0;
}
.content-block-inner-wrapper {
    margin-left: 20px;
    margin-right: 20px;
}
.content-wrapper {
    max-width: 1020px;
    margin: auto;
    padding: 0 20px;
}
.wtm-content-block.grey {
  background: #f1f1f2;
}
.bold {
    font-weight: 600;
}
.em {
  font-style: italic;
}
.bold-italic {
  font-weight: 600;
  font-style: italic;
}
.centred-text {
  text-align: center;
}
@media (max-width: 600px) {
  .centred-text {
  text-align: left;
}
}
.wtm-content-section .quote {
  font-size: 18px;
  font-weight: bold;
}
.wtm-content-section .quote-source {
  font-size: 15px;
  font-weight: normal;
}
.paragraph-quote {
  font-weight: normal;
  font-style: italic;
}
.bold-underline {
    font-weight: 700;
    text-decoration: underline;
}
p.image-caption {
  text-align: center;
  font-size: 14px;
  max-width: 700px;
  margin: -10px auto;
}
.btn {
    border-width: 2px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-bordered {
    border: 2px solid #217fa8;
    border-radius: 4px;
    color: #217fa8;
    background: 0 0;
    font-size: 12px;
    font-weight: 800;
    -webkit-transition: background-color .25s linear;
    -o-transition: background-color .25s linear;
    transition: background-color .25s linear;
}
.btn-large {
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    font-family: playfair display, serif;
    padding: 10px 20px 14px;
}
@media (min-width: 768px) {
.btn-large {
    font-size: 24px;
    padding: 20px 35px 24px;
}
}
.blockquote {
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    font-family: playfair display, serif;
    color: #217fa8;
    border: 0;
    line-height: 32px;
    padding: 0;
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
/*-- Navigation --*/
@media(min-width: 1101px) {
.wtm-mobile-menu-icon {
    display: none;
}  
}
.wtm-navigation {
    border-bottom: 0px solid #204270;
    border-top: 0px solid #204270;
    background: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 50px;
    background: #204270;
}
.wtm-nav-menu {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    line-height: 50px;
    font-weight: 400;
    font-size: 14px;
    background: #204270;
    padding-right: 200px;
}
@media(max-width: 1100px) {
  .wtm-nav-menu {
    display: none !important;
  }
  .wtm-mobile-menu-icon {
    display: flex !important;
    color: white;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 6px;
    font-size: 12px;
  }
  .menu-open .wtm-nav-menu {
    display: flex !important;
    background: #204270;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    max-width: 450px;
    flex-direction: column;
    line-height: 100%;
    justify-content: flex-start;
    border-radius: 0;
    padding: 20px;
    z-index: 99;
    margin: auto;
    box-sizing: border-box;
  }
  .close-nav {
    display: none;
  }
  .menu-open .close-nav {
    display: block;
  }
  .menu-open .wtm-mobile-menu-icon, .menu-open .close-nav i {
    display: block;
  }
  .wtm-mobile-menu-icon i {
    font-size: 38px;
  }
  .menu-open .close-nav i {
      font-size: 30px;
      position: absolute;
      right: 20px;
      top: 10px;
      z-index: 100;
      color: #fff;
    }
    .menu-open .wtm-nav-menu li {
      margin-bottom: 30px;
      border-bottom: 2px solid #d2d2d2;
      padding-bottom: 27px;
      list-style: none;
    }
  .menu-open .wtm-nav-menu li:first-child {
      margin-top: 45px;
  }
}
.wtm-nav-menu a {
    text-decoration: none;
    color: #72c2e6;
}
#enquire-button {
    position: fixed;
    z-index: 3;
    right: 10px;
    top: 10px;
    border: 2px solid #72c2e6;
    padding: 1px 7px;
    border-radius: 3px;
}
#enquire-button a {
    color: #72c2e6;
}
@media(max-width: 1100px) {
#enquire-button {
    left: 10px;
    right: auto;
    top: 10px;
}    
}
/*-- Header Styles --*/
.tms-com.wtm-header-banner {
    padding: 0;
}
/*-- VIDEOS --*/
.video-size {
    max-width: 560px;
    margin: 0 auto;
}

#video-wrapper {
    max-width: 560px;
    display: block;
    margin: 0 auto;
    padding-bottom: 0px;
    box-shadow: 1px 2px 8px #002157;
}

#video {
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 560px;
    text-align: center;
    line-height: 1.3;
    padding: 25px 20px 10px;
}

.read-text {
    text-align: center;
    margin-top: 10px;
    color: #BF0A30;
}

.wtm-print-download-text a:hover, .wtm-print-download-text a {
    color: #001B47;
}

#video-description {
    padding: 20px 20px 10px;
    text-align: center;
}
@media (max-width: 600px) {
#video-description {
    text-align: left;
  }
    .read-text {
    text-align: left;
    padding: 0 0 10px 10px;
    margin-top: 0px;
  }
}

@media (max-width: 560px) {
    #video-wrapper {
    margin: 0;
    background-color: rgba(255,255,255, 0.99);
}
}

/* pop-up box */
#video-transcript {
    max-width: 800px;
    width: 100%;
}
.transcript-pdf-p {
    text-align: center;
}
#video-transcript p {
    margin: 0 auto 10px;
    line-height: 140%;
}
.transcript-title {
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #1A1A1B;
}
@media (max-width: 600px) {
	.fancybox-content {
		padding: 20px
	}
}
@media (max-width: 370px) {
    .transcript-title {
        font-size: 25px;
    }
	#video-transcript {
    padding: 20px;
}
}

#wtm-centres-block h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*--Footer styles--*/
footer {
    background-color: #fff;
    padding: 20px 10px;
    text-align: center;
    font-size: 12px;
}
.custom-footer-content {
  color: #757575;
}

/* --Non home pages-- */
.other-page-title h2 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 35px;
}
@media (max-width: 600px) {
  .other-page-title h2 {
    text-align: left;
    font-size: 30px;
}
}

/* --THE WTM-- */
.wtm-content-block .publishing-text-wrapper {
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}

/*-- ARTICLES --*/
.article h1 {
    margin: 60px 0 8px;
    text-align: center;
    font-size: 50px;
    line-height: 120%;
    color: #204270;
}
@media(max-width: 550px) {
.article h1 {
    font-size: 40px;
}  
}
/*-- article h1 numbers --*/
span.title-number {
    font-size: 60px;
}
@media (max-width: 550px) {
  span.title-number {
    font-size: 50px;
}
}
.article h2 {
    text-align: center;
    line-height: 140%;
    margin: 0 auto;
    color: #204270;
}
span.sub-heading-number {
    font-size: 1.05em;
    font-family: "DM Serif Text";
}
.article h3 {
    margin: 30px 0 15px;
}
.article .blockquote {
    margin: 40px auto 20px;
    padding: 30px 0 10px;
}
.article-list {
    margin-top: 30px;
}
.article-list p {
   margin: 0;
}
.article-list li {
/*     margin: 0 0 20px 20px; */
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
.article-list li {
  justify-content: space-between;
  margin-bottom: 35px;
}
}
.article-list li div:first-of-type {
  margin-right: 20px;
}
@media (max-width: 500px) {
.article-list li div:first-of-type {
  margin: 0 0 0 20px;
}
}
.article-list img {
  border: 1px solid #d2d2d2;
  max-width: 100px;
}
@media (max-width: 500px) {
.article-image {
    order: 1;
}
}
ul.article-list li a {
    font-weight: bold;
}
/*-- individual article pages --*/
.image-wrapper {
    float: right;
    margin-left: 20px;
}
@media (max-width: 550px) {
.image-wrapper {
    float: none;
    margin: 0 auto 20px;
}
}
.image-wrapper.portrait-image {
    max-width: 250px;
}
@media (max-width: 550px) {
.image-wrapper.portrait-image {
    max-width: 200px;
}
}
.image-wrapper.landscape-image {
    max-width: 40%;
}
@media (max-width: 550px) {
.image-wrapper.landscape-image {
    max-width: 300px;
}
}
.article-source {
    margin-top: 25px;
}
.article-source a {
   font-size: 14px;
}
ul.source-list {
    margin-left: 20px;
}
@media (min-width: 370px) {
#excellence-reporter-what-is-the-meaning-of-life br {
  display: none;
}
}