@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: lato,sans-serif;
    font-size: 17px;
    -webkit-text-size-adjust: 100%;
}
h1 {
    font-family: "Playball", cursive;
    color: #005B93;
    font-size: 120px;
}
h2, h3, h4, h5 {
    color: #000;
    font-family: lato,sans-serif;
}

/*-- Global Styles --*/
.wtm-content-block {
    padding: 20px 20px;
}
.content-block-inner-wrapper {
    margin-left: 20px;
    margin-right: 20px;
}
.content-wrapper {
    max-width: 1020px;
    margin: auto;
}
.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: 30px 20px 20px;
    border: 6px solid #005B93;
    border-radius: 15px;
    color: #000000;
}
.blue-background {
  background: #005B93;
}
.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;
}
}
.orange-border-top {
    border-top: solid 10px rgba(235,118,18,1);
}
.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;
}
.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;
}

/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}  
}
.wtm-navigation {
    border-bottom: 2px solid #005B93;
    border-top: 2px solid #005B93;
    background: #ffffff;
}
.wtm-nav-menu {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    line-height: 50px;
    font-weight: 700;
    font-size: 14px;
}
.wtm-nav-menu a {
    text-decoration: none;
    color: #000000;
}


/*-- Header Styles --*/
.wtm-header-banner {
    background: url(https://images.wtmfiles.com/web/WTM-sunrise.jpg);
    height: 0;
    padding-top: 36%;
    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;
}
#header.top-name-home {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    margin: 30px auto 0;
    flex-wrap: wrap;
}
#header img {
  border-radius: 50%;
  max-width: 110px;
  margin-right: 25px;
}

/*-- 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: 15px;
}
#social-list a {
    color: #F70B0B;
}
.footer-p {
    margin: 10px 0 0;
    color: #000;
    font-weight: 600;
}

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

