@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap');
body {
    color: #333;
    font-family: lato,sans-serif;
    font-size: 17px;
}
h1, h2, h3, h4, h5 {
    color: #333;
    font-family: lato,sans-serif;
}
h1 {
  margin: 20px 0 10px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  h1 {
    font-size: 28px;
    margin: 10px 0 10px;
  }
}
h2 {
  font-size: 22px;
  margin: 30px 0 10px;
}
/*-- Global Styles --*/
.bold {
  font-weight: 700;
  font-family: lato,sans-serif;
}
.em {
  font-style: italic;
}
.paragraph-quote {
  font-size: 95%;
  font-weight: bold;
}
.paragraph-quote-source {
  font-size: 85%;
}
.paragraph-digit-allcap {
  font-size: 95%;
}
.bold-underline {
  font-weight: 700;
  text-decoration: underline;
  font-family: lato,sans-serif;
}
.wtm-content-section p {
    font-size: 17px;
    max-width: 1020px;
    margin: 0 auto 10px;
    line-height: 140%;
}
/*-- CONTENT BLOCKS --*/
.wtm-content-block {
    padding: 20px 20px;
}
@media (max-width: 500px) {
.wtm-content-block {
    padding-left: 0;
    padding-right: 0;
}
}
.wtm-content-block.colour-block {
    background: rgba(87,93,198,1);
}
.content-block-inner-wrapper {
    margin-left: 20px;
    margin-right: 20px;
}
.content-block-inner-wrapper.colour-box {
    background: rgba(87,93,198,1);
    max-width: 1060px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 15px;
    color: #ffffff;
}
@media (max-width: 600px) {
  #transformation-intro.content-block-inner-wrapper.colour-box {
    margin: 0;
    padding: 20px;
    border-radius: 0;
}
}
@media (max-width: 600px) {
  #transformation-harry-quote.content-block-inner-wrapper.colour-box {
    margin: 20px;
}
}
.content-wrapper {
    max-width: 1020px;
    margin: auto;
}
.red-border-top {
    border-top: solid 10px rgba(242,96,79,1);
}
.white-border-top {
    border-top: solid 10px #ffffff;
}
.white-box {
    background-color: #ffffff;
    padding: 20px 50px;
    border-radius: 20px;
    margin: 20px auto;
    max-width: 900px;
}
@media (max-width: 1000px) {
    .white-box {
    margin: 20px 20px;
    padding: 30px;
}
}

@media (max-width: 600px) {
    .white-box {
    padding: 20px;
    margin: 20px 0;
}
}
/*-- LINKS --*/
a {
    text-decoration: none;
    color: rgba(242,96,79,1); 
    font-weight: 600;
}

/*-- Header Styles --*/
.wtm-header-banner {
    background: rgba(87, 93, 198, 1);
    justify-content: center;
    padding: 15px 0 20px;
}
@media(max-width: 1300px) {
.wtm-logo-header {
    position: relative;
    top: 0px;
    left: 15px;
  }
}
.wtm-header-banner-text {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin-left: 20px;
}
@media(max-width: 1300px) {
.wtm-header-banner-text {
    max-width: 900px;
  }  
}
@media(max-width: 1000px) {
.wtm-header-banner-text {
    font-size: 4.4vw;
    margin-left: 0px;
  }  
}
@media(max-width: 500px) {
.wtm-header-banner-text {
    font-size: 35px;
    max-width: 350px;
    text-align: center;
    margin-left: 0px;
  }
  .wtm-logo-header {
    left: 0px;
  }
}
@media(max-width: 350px) {
.wtm-header-banner-text {
    font-size: 30px;
  }  
}
.wtm-header-banner-text p span {
    color: rgba(242,96,79,1)
}

/*-- Navigation --*/
.wtm-navigation {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
}
.wtm-nav-menu {
    line-height: 50px;
    font-weight: 700;
    font-size: 14px;
    background: rgb(255,255,255, 0.8);
    margin: 20px auto;
    border-radius: 24px;
    max-width: 1060px;
}
@media (max-width: 1100px) {
.wtm-nav-menu {
    margin: 20px 15px;
}
}
@media (max-width: 1000px) {
.wtm-nav-menu {
    font-size: 13px;
}
}
/* @media (max-width: 700px) {
.wtm-nav-menu {
    display: none;
}
} */
.wtm-nav-menu a {
    text-decoration: none;
    color: rgba(87,93,198,1);
}

/*-- OTHER PAGE TOP TITLES --*/

/*-- 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;
}
@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;
}
}

/*--Footer styles--*/
footer {
    border-top: 15px solid #ffffff;
    background-color: rgba(87,93,198,1);
    padding: 20px 10px;
    text-align: center;
    font-size: 15px;
}
#social-list a {
    color: #ffffff;
}
.footer-p {
    margin: 0;
    color: #ffffff;
}

/* --THE WTM-- */
.sub-page-title h2 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 35px;
}
@media (max-width: 600px) {
  .sub-page-title h2 {
    text-align: left;
    font-size: 30px;
}
}
.wtm-content-block .publishing-text-wrapper {
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
p.centred-line {
    text-align: center;
    margin: 20px 0 25px;
}
.border-quote-box {
    border: 1px solid #2d2d2d;
    max-width: 95%;
    margin: 20px auto 30px;
    padding: 20px 20px 5px;
}
.border-quote-box p:not(:first-child) {
    font-size: 95%;
    font-weight: 600;
}
p.wtm-uk-img {
    margin: 28px auto;
    text-align: center;
}
p.wtm-button {
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    margin: 10px auto 50px;
    max-width: 925px;
}
.wtm-video-3 {
    background: rgba(87, 93, 198, 1);
    border-top: solid 10px rgba(242, 96, 79, 1);
    border-bottom: solid 10px rgba(242, 96, 79, 1);
    padding: 25px 20px;
}
/* --ABOUT-- */
#claire-quote.colour-box {
  max-width: 800px;
  margin: 30px auto 40px;
  padding: 32px 40px 20px;
}
@media (max-width: 600px) {
  #claire-quote.colour-box {
    margin: 20px 20px 30px;
    padding: 32px 20px 15px;
}
}

#claire-quote p.large-quote {
    font-size: 17px;
    text-align: center;
}
#claire-quote p.large-quote-source {
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
}
@media (max-width: 600px) {
    #claire-quote p.large-quote {
    text-align: left;
}
#claire-quote p.large-quote-source {
    text-align: left;
    margin-top: 20px; 
}
}

#about-image img {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 0 auto 10px;
}
#about-image p.image-caption {
  font-size: 15px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
#watch-video {
      margin-bottom: 40px
}

/*-- Jeremy Griffith Page --*/
.jg-profile-img {
    float: right;
    margin: 0 0 20px 20px;
}
@media(max-width: 700px) {
.jg-profile-img {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
}
}
p.jg-tiger-img {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    max-width: 500px;
    font-size: 15px;
}
p.jg-tiger-img span {
    display: block;
    margin-top: 10px;
}
.jeremy-griffith-img {
    float: right;
    margin: 0 0 20px 20px;
}
@media(max-width: 600px) {
.jeremy-griffith-img {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
}
}
.jeremy-griffith-books {
    text-align: center;
}
.jeremy-griffith-books h2 {
    text-align: left;
}
.jeremy-griffith-books span {
    text-align: center;
    display: block;
    margin: 20px;
}

.ti-wrapper {
    max-width: 560px;
    margin: 35px auto 20px;
}
.ti-wrapper p {
    font-size: 15px;
    text-align: center;
    margin: 5px;
}

/*-- FAQs --*/
.faqs-content h2 span {
    font-size: 90%;
}

/*-- Testimonials page --*/
.testimonial .video-wrapper {
    box-shadow: none;
    margin: 30px auto 40px;
}
p.testimonial-cta {
    max-width: 750px;
    margin: 50px auto 20px;
    text-align: center;
    font-size: 25px;
    border-top: 2px solid #d2d2d2;
    border-bottom: 2px solid #d2d2d2;
    padding: 25px 0;
}