@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
    color: #000;
    font-family: lato,sans-serif;
    font-size: 17px;
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5 {
    color: #000;
    font-family: lato,sans-serif;
  -webkit-text-size-adjust: 100%;
    font-style: italic;
    font-weight: 550;
    margin-bottom: 20px;
}
h1 {
    text-align: center;
    margin-top: -20px;
}
#the-real-solution h1 {
  font-size: 28px;
}
@media (max-width: 550px) {
  #the-real-solution h1 {
  font-size: 21px;
  margin-bottom: -20px;
}
}
.wtm-content-section p {
    font-size: 17px;
    max-width: 1020px;
    margin: 0 auto 10px;
    line-height: 140%;
}
.wtm-content-section a {
    color: #DE010A;
    text-decoration: none;
    font-weight: 400;
}
.wtm-content-block {

}
.content-wrapper {
    padding: 20px 20px;
}
.content-block-inner-wrapper {
    margin: 20px auto;
    max-width: 1100px;
}
.red-border-box {
    margin: 0px auto 0px;
    padding: 30px 30px 15px;
    border: 5px solid #DE010A;
    max-width: 1000px;
    border-radius: 30px;
}
@media (max-width: 600px) {
  .red-border-box {
    margin:   -10px -20px;
    padding: 25px 20px 15px;
    border-top: 5px solid #DE010A;
    border-bottom: 5px solid #DE010A;
    border-left: none;
    border-right: none;
    border-radius: 0px;
  }
}

.red-border-top {
    border-top: 10px solid #DE010A;
}
@media (max-width: 600px) {
  .red-border-top {
    border-top: 5px solid #DE010A;
  }
}
.yellow-background {
  background-color: rgba(252, 213, 15, 0.55);
  color: #fff;
  padding: 50px 20px;
}
@media (max-width: 600px) {
  .yellow-background {
  padding: 20px;
  }
}
.white-box {
  background-color: #fff;
  max-width: 1100px;
  margin: auto;
  color: #000;
  padding: 30px 40px;
  border-radius: 30px;
}
@media (max-width: 600px) {
  .white-box {
  padding: 20px;
  }
}

.three-wide-images-flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 0;
    flex-wrap: wrap;
}
.three-wide-images-flexbox img {
    width: 100%;
}
.three-wide-images {
     flex-grow: 1;      /* it can grow */
     flex-shrink: 1;    /* it can shrink */
     flex-basis: 225px; /* arbitrary depending on design */
     min-width: 225px;  /* equal to flex-basis */
     max-width: 33%;
     padding: 0 5px;
}
@media (max-width: 750px) {
  .three-wide-images {
     flex-basis: 400px; /* arbitrary depending on design */
     min-width: 400px;  /* equal to flex-basis */
     max-width: 33%;
     padding: 0 5px;
  }
}
@media (max-width: 450px) {
  .three-wide-images {
     min-width: 100%;  /* equal to flex-basis */
  }
}
@media (max-width: 450px) {
    .three-wide-images-flexbox img {
    width: 100%;
    max-width: 350px;
    margin: 10px auto;
    display: block;
  }
  .three-wide-images-flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 0;
    flex-wrap: wrap;
  }
}

.bold {
  font-weight: 600;
  font-family: lato,sans-serif;
}
.em {
  font-style: italic;
}
.bold-italic {
  font-weight: 600;
  font-style: italic;
  font-family: lato,sans-serif;
}
.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;
}
.paragraph-quote {
  font-weight: normal;
  font-style: normal;
  padding-left: 40px;
}
@media (max-width: 600px) {
  .paragraph-quote {
  padding-left: 20px;
  }
}
.bold-underline {
    font-weight: 700;
    text-decoration: underline;
    font-family: lato,sans-serif;
}
p.image-caption {
  text-align: center;
  font-size: 14px;
  max-width: 700px;
  margin: -10px auto;
}

/*-- Header Styles --*/
.wtm-header-banner {
  padding: 15px 5px 0;
  justify-content: center;
}
.wtm-logo-header {
  margin-right: 20px;
}
.wtm-header-banner-text {
    font-family: "Raleway", sans-serif;  
    color: #DE010A;
    font-weight: 500;
    font-size: 56px;
    text-align: center;
    font-style: italic;
}
@media(max-width: 1265px) {
.wtm-header-banner-text {
   font-size: 4.5vw;
}
}

@media(max-width: 500px) {
.wtm-header-banner-text {
    font-size: 30px;
}
}
@media(min-width: 1266px) {
.wtm-header-banner-text br {
    display: none;
}
}
/*-- Navigation --*/
.wtm-navigation {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}
.wtm-nav-menu {
    line-height: 120%;
    padding: 20px 20px 15px;
    font-weight: 400;
    font-size: 15px;
    background: #FFFFFF;
    margin: 0px auto;
    border-radius: none;
    max-width: auto;
    font-style: italic;
}

.wtm-mobile-menu-icon {
    color: #DE010A;
}

@media (max-width: 900px) {
.wtm-nav-menu {
    font-size: 13px;
}
}

.wtm-nav-menu a {
    text-decoration: none;
    color: #DE010A;
}
.wtm-nav-menu .nav-active a {
    color: #cca50a;
}

@media (max-width: 700px) {
    .menu-open .wtm-nav-menu li {
      border-bottom: 1px solid #DE010A;
    }
}

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

#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-bottom: 20px;
    color: #BF0A30;
}

.wtm-print-download-text a:hover, .wtm-print-download-text a {
    color: #000;
    font-weight: 400;
}

#video-description {
    padding: 5px;
}
@media (max-width: 600px) {
  #video-description {
    text-align: left;
    padding: 5px; 0
  }
  .wtm-content-section .read-text {
    text-align: left;
    margin: 0 10px 0px;
  }
  #video-wrapper {
    box-shadow: none;
  }
  #video {
    padding: 25px 0px 0px;
  }
}

/* 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: #2d2d2d;
}
footer #social-list {
    margin-top: 0px;
}
#the-wtm #footer-banner, #jeremy-griffith #footer-banner, #contact #footer-banner, #about #footer-banner {
    margin-bottom: -40px;
}
/* #footer-banner.content-wrapper {
    padding: 0px 20px 20px;
} */
#social-list a {
    color: #fff;
}
.footer-p {
    margin: auto;
    max-width: 295px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 20px;
    color: #fff;
}

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

/* --ftw page-- */
.colour-box {
    background: rgba(252, 213, 15, 0.55);
    padding: 40px 40px 30px;
    margin: 30px auto 30px;
    max-width: 1040px;
    border-radius: 30px;
}
.colour-box .quote, .colour-box .quote-source {
    color: #fff;
}
@media (max-width: 600px) {
  .colour-box {
    padding: 30px 30px 20px;
  }
}
#watch-video {
  text-align: center;
}

/* --About-- */
#about-images .three-wide-images-flexbox {
  margin-top: -20px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  #about-images .three-wide-images-flexbox {
  margin-top: -40px;
  margin-bottom: 20px;
  }
}

/* --Specialty Page-- */
#the-real-solution .other-page-title h2 {
    margin-bottom: -10px;
}
#the-real-solution .red-border-box {
    margin: -20px auto 20px;
    padding: 30px 40px 15px;
}
@media (max-width: 600px) {
  #the-real-solution .red-border-box {
    margin:   -10px -20px;
    padding: 25px 20px 15px;
    border-top: 5px solid #DE010A;
    border-bottom: 5px solid #DE010A;
    border-left: none;
    border-right: none;
    max-width: 960px;
    border-radius: 0px;
  }
  #the-real-solution .other-page-title h2 {
    margin-bottom: -20px;
    font-size: 21px;
  }
}
img#van-der-post {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 30px auto 18px;
}
#the-real-solution .image-caption {
  max-width:380px;
  margin-bottom: 20px;
}

