@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Tenor+Sans&display=swap" rel="stylesheet">');
body {
    color: #091E3F;
    font-family: "Raleway", sans-serif;
    font-size: 17px;
   -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5 {
    color: #091E3F;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    text-align: left;
}
/*-- Global Styles --*/
.wtm-content-block {
    
}
.content-wrapper {
    padding: 20px;
}
.content-block-inner-wrapper {
    margin: 20px auto;
    max-width: 1100px;
}
.orange-border-box {
    margin: 0px auto;
    padding: 30px 20px 20px;
    border: 10px solid #F8A303;
}
@media (max-width: 600px) {
  .orange-border-box {
    margin: 0px auto;
    padding: 20px 10px 10px;
    border-top: 15px solid #F8A303;
    border-bottom: 15px solid #F8A303;
    border-left: none;
    border-right: none;
  }
}
.orange-border-top {
    border-top: 15px solid #F8A303;
}
.orange-background {
  background-color: #F8A303;
}
.colour-block {
    background: #F8A303;
    padding: 20px;
    color: #fff;
}
.wtm-content-section p {
    font-size: 18px;
    max-width: 1020px;
    margin: 0 auto 10px;
    line-height: 140%;
}
.wtm-content-section a {
    color: #F8A303;
    text-decoration: none;
    font-weight: 600;
}
a {
  font-weight: bold;
}
.bold {
    font-weight: bold;
    font-family: "Raleway", sans-serif;
}
.em {
  font-style: italic;
}
.bold-italic {
  font-weight: bold;
  font-style: italic;
}
.centred-text {
  text-align: center;
}
@media (max-width: 600px) {
  .centred-text {
  text-align: left;
}
}
.wtm-content-section .quote {
  font-weight: bold;
  font-style: italic;
}
.wtm-content-section .quote-source {
  font-size: 15px;
  font-weight: normal;
}
.wtm-content-section .quote-addition {
  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;
}
/*-- Header Styles --*/
.wtm-header-banner {
  background-color: #F8A303;
  padding: 20px 5px;
  justify-content: center;
}
.wtm-logo-header img {
  max-width: 90px;
  margin-right: 20px;
}
.wtm-header-banner-text p {
    font-family: "Tenor Sans", sans-serif;
    font-size: 80px;
    text-align: center;
    font-weight: normal;
    color: #fff;
}
@media(max-width: 800px) {
.wtm-header-banner-text p {
   font-size: 9.8vw;
}
}
@media(max-width: 500px) {
/* .wtm-header-banner-text p {
    font-size: 35px;
    text-align: center;
    max-width: 350px;
  } */
  .wtm-logo-header img {
  max-width: 80px;
  margin-right: 0px;
  margin-bottom: 10px;
  }
}
/* @media(max-width: 360px) {
.wtm-header-banner-text p {
    font-size: 9vw;
}
} */
/* .wtm-header-banner {
    background: url(https://images.wtmfiles.com/web/Seattle-skyline.jpg?&trim-top=350);
    height: 0;
    padding-top: 32%;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.top-name-home {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 40px auto 20px;
}
.top-name-home h1 {
    font-size: 80px;
    text-align: center;
    font-weight: normal;
    color: #fff;
}
.top-name-home img {
    margin-right: 20px;
    width: 90px;
}
@media (max-width: 760px) {
  .top-name-home h1 {
    font-size: 60px;
  }
.top-name-home img {
  width: 75px;
  }
}
@media (max-width: 600px) {
  .top-name-home h1 {
    font-size: 39px;
  }
.top-name-home img {
  width: 60px;
  }
}
@media (max-width: 412px) {
  .top-name-home h1 {
    font-size: 35px;
  }
.top-name-home img {
  width: 55px;
  }
}
@media (max-width: 378px) {
  .top-name-home h1 {
    font-size: 30px;
  }
.top-name-home img {
  width: 45px;
  }
}
@media (max-width: 330px) {
  .top-name-home h1 {
    margin-top: 15px;
  }
.top-name-home img {
  width: 55px;
  }
}
 */
/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}  
}
.wtm-navigation {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}
.wtm-nav-menu {
    line-height: 120%;
    padding: 20px 0px 15px;
    font-weight: 600;
    font-size: 17px;
    background: #FFFFFF;
    margin: 0px auto;
    border-radius: none;
    max-width: auto;
}
.wtm-nav-menu a {
    text-decoration: none;
    color: #F8A303;
}
@media (max-width: 1000px) {
  .wtm-nav-menu {
    font-size: 15px;
  }
}
@media (max-width: 850px) {
  .wtm-nav-menu {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .wtm-nav-menu {
    font-size: 13px;
  }
}
@media (max-width: 700px) {
    .menu-open .wtm-nav-menu li {
        border-bottom: 1px solid  #F8A303;
    }
}

/*-- 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;
    font-weight: 400;
}

#video-description {
    padding: 0;
}
@media (max-width: 600px) {
  #video-description {
    text-align: left;
  }
  .read-text {
    text-align: left;
    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;
}
}
#interview-box h2 {
  margin-top: 20px;
  margin-bottom: 15px;
}
#wtm-centres-block h2 {
  margin-top: 20px;
  margin-bottom: 15px;
}

/*--Footer styles--*/
footer {
    background-color: #F8A303;
    padding: 20px 20ps 40px;
}
#social-list {
  padding: 0 auto;
}
#social-list a {
    color: #fff;
}
.footer-p {
    margin: auto;
    color: #fff;
    font-weight: 600;
    max-width: 260px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px;
}

/* --Non home pages-- */
.other-page-title h1 {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 34px;
    margin-left: 40px;
}
@media (max-width: 1140px) {
  .other-page-title h1 {
    margin-left: 0px;
  }
}

/* --THE WTM-- */
#publishing-para .content-block-inner-wrapper {
  margin-top: 10px;
  margin-bottom: 0;
}
#publishing-para .content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
div#video-jeremy-explanation-home {
    color: #000;
}
#watch-video {
      margin-bottom: 40px;
}
p#watch-video {
      font-weight: bold;
}
/* --About-- */
#about-jeff img {
  margin: 20px auto;
  display: block;
  width: 100%;
  max-width: 460px;
}
#about-jeff .quote-source {
  font-weight: normal;
  margin-left: 10px;
  font-style: normal;
}
