@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&family=Playball&display=swap" rel="stylesheet');
body {
    color: #000;
    font-family: Gibson-Regular ,sans-serif;
    font-size: 17px;
    -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5 {
    color: #000;
    font-family: Gibson-Regular ,sans-serif;
}
h1 {
  margin: 0 0 20px;
}
h2 {
    margin: 30px 0 10px;
}
/*-- EN homepage h1 --*/
#intro-heading h1 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 0;
}
@media (max-width: 500px) {
 #intro-heading h1 {
    font-size: 24px;
} 
}
/*-- Global Styles --*/
.wtm-content-block {
    padding: 20px 20px;
}
.content-wrapper {
    max-width: 1020px;
    margin: auto;
}
.content-block-inner-wrapper {
    margin-left: 20px;
    margin-right: 20px;
}
.colour-box {
    background: #005B93;
    max-width: 1020px;
    margin: 20px auto;
    padding: 30px 20px 20px;
    border: 6px solid #F2CB05;
    border-radius: 15px;
    color: #ffffff;
}
.white-block-box {
    background: rgba(255,255,255,1);
    max-width: 1100px;
    margin: 40px auto;
    padding: 10px 20px;
    border: 6px solid #005B93;
    border-radius: 15px;
    color: #000000;
}
.blue-background {
  background: #005B93;
}
.wtm-content-section p {
    font-size: 18px;
    max-width: 1020px;
    margin: 0 auto 10px;
    line-height: 140%;
}
.wtm-content-section a {
    color: #F70B0B;
    text-decoration: none;
    font-weight: 600;
}
.white-box {
    background-color: #ffffff;
    padding: 40px 50px;
    border-radius: 20px;
    margin: 20px auto;
    max-width: 1012px;
}
@media (max-width: 1000px) {
    .white-box {
    margin: 20px 20px;
    padding: 30px;
}
}
@media (max-width: 600px) {
    .white-box {
    padding: 20px;
    margin: 20px 0;
}
}
.white-border-top {
    border-top: solid 30px #ffffff;
}
.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: 14px;
  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;
}


/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-nav-menu {
    line-height: 120%;
    padding: 20px 5px 15px;
    font-size: 14px;
    background: #FFFFFF;
    border-bottom: 2px solid #005B93;
    border-top: 2px solid #005B93;
    align-items: center;
    font-family: Gibson-SemiBold;
}
.wtm-nav-menu li {
    max-width: 10%;
    text-align: center;
} 
}
@media (min-width: 701px) and (max-width: 1000px) {
.wtm-nav-menu li {
    font-size: 1.5vw;
    line-height: 125%;
}   
}
.wtm-mobile-menu-icon {
    color: #000000;
}
.wtm-nav-menu a {
    text-decoration: none;
    color: #000000;
}
.wtm-nav-menu li:last-child a {
    color: #f2b705;
}


/* --Header-- */
.wtm-logo-header img {
    border-radius: 100px;
}
@media(min-width: 500px) {
  .wtm-header-banner-text br {
    display: none;
  }  
}
.wtm-header-banner-text {
    font-family: "Playball", cursive;
    color: #005B93;
    font-size: 100px;
    font-weight: bold;
    margin-left: 2%;
}
@media(max-width:975px) {
.wtm-header-banner-text {
    font-size: 9vw;
}
}
.wtm-header-banner {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
@media(max-width: 700px) {
.wtm-header-banner {
    padding: 50px 0 20px;
}  
}
@media(max-width: 500px) {
.wtm-header-banner {
    padding: 30px 0 20px;
}  
.wtm-header-banner-text {
    text-align: center;
    font-size: 60px;
    line-height: 100%;
}
.wtm-logo-header {
    margin: 0 0 20px;
}
}

/*-- 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: 20px 20px 10px;
}
@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;
}
}

#the-interview h2 {
  margin-bottom: 10px;
}
.the-interview-wrapper p:first-child a {
  font-weight: 400;
}
#wtm-centres-block h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#social-media-block .heading {
    font-weight: 400;
}
#social-media-block h2 {
  margin-top: 0;
}
@media (max-width: 600px) {
  #social-media-block h2 {
  margin-top: 10px;
  }
}
/*--Footer styles--*/
#footer-banner {
    background: url(https://images.wtmfiles.com/WTM-Sunrise-of-a-new-world-Extended_Crp_WEB_1400x450.jpg);
    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;
    background-position: 20% 0;
}
footer {
    background-color: #fff;
    padding: 20px 10px;
    text-align: center;
    font-size: 15px;
    border-top: 10px solid #005B93;
    border-bottom: 10px solid #005B93;
}
footer .global-footer #navigation-map ul li a, .global-footer #navigation-map ul li, footer .global-footer h3, .global-footer #navigation-map ul li:first-child p, .global-footer #navigation-map ul li a em {
	color: #2d2d2d;
}
.global-footer #navigation-map ul li:first-child {
	border-color: #2d2d2d;
}
#social-list {
  padding: 0 auto;
}
#social-list a {
    color: #F70B0B;
}
.footer-p {
    margin: 10px auto 0;
    color: #000;
    font-weight: 600;
    max-width: 300px;
}
/*-- English homepage --*/
div#intro-heading {
    padding-bottom: 0;
}

/* --Non home pages-- */
.other-page-title h1 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 34px;
}
@media (max-width: 600px) {
  .other-page-title h1 {
    font-size: 25px;
    text-align: left;
}
}
.other-page-title h2 {
  font-size: 20px;
}
.image-wrapper {
    max-width: 500px;
    margin: 20px auto 25px;
    text-align: center;
}
.image-wrapper .img-caption {
    font-size: 14px;
}
/* --THE WTM-- */
ul.wtm-summary-list {
    margin: 10px 0 20px 30px;
}
ul.wtm-summary-list li {
    margin: 10px 0;
}
.h2-sub {
    font-size: 20px;
    margin: 10px 0 10px;
}
#sebastian-quote {
    margin-left: 30px;
    margin-bottom: 20px;
}
p.signoff {
    margin-bottom: 0;
}

/*-- Jeremy Griffith pages --*/
.asid-review {
    font-style: italic;
    margin: 30px 20px;
    text-align: center;
}
#jeremy-griffith-es .asid-review {
    font-style: italic;
    margin: 30px 36px;
    text-align: center;
}
.asid-review p:nth-of-type(2) {
  font-size: 15px;
}

.invite-heading h2 {
    margin: 40px 0 10px;
}
/* --About-- */
#about-intro-quote {
  margin-bottom: 30px;
}
img#sebastian-and-lorena {
  display: block;
  margin: 30px auto 20px;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 600px) {
  img#sebastian-and-lorena {
  margin: 20px auto 20px;
  }
} 

/* --Translations-- */
.translations-page .other-page-title h1 {
    max-width: 935px;
    margin: 0 auto 25px;
}

.wtm-content-section .feature-quote {
    font-size: 20px;
    text-align: center;
    margin: 30px;
    color: #005B93;
    font-family: 'Gibson-SemiBold';
}
.translations-page .image-wrapper {
    max-width: 300px;
}
.translations-page h2 {
    font-size: 25px;
    margin: 35px 0 10px;
    text-align: center;
}
#translation-flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: center;
}
#flex-text {
  max-width: 500px;
  text-align: center;
}
#flex-image img {
  width: 100%;
  max-width: 200px;
  margin: 0 30px 20px;
}

@media (max-width: 950px) {
    #translation-flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  #flex-image img {
    margin: auto;
  }
}
@media (max-width: 754px) {
  #flex-image img {
    margin: 20px auto;
  }
}

@media (max-width: 600px) {
    #flex-text {
    text-align: left;
  }
}

/* --TEENAGE MIND SPECIALTY-- */

#doug-quote.colour-background {
    padding: 30px 20px 20px;
    color: #fff;
    background: #005B93;
}
.wtm-content-section #teenage-mind-specialty-page a {
    font-weight: 400;
}