body {
    color: #000;
    font-family: Gibson-Regular;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5 {
    color: #2d2d2d;
    font-family: lato,sans-serif;
    font-weight: 600;
    max-width: 1020px;
    margin: 30px auto 20px;
}
@media (max-width: 600px) {
h1, h2, h3, h4, h5 {
    margin: 20px auto 10px;
  }
}
h1 {
  font-style: normal;
}

/*-- Global Styles --*/
.content-wrapper {
    padding: 20px;
}
.content-block-inner-wrapper {
    margin: 0 auto;
    max-width: 1100px;
}

.wtm-content-section p {
    max-width: 1020px;
    margin: 0 auto 15px;
    line-height: 140%;
}
.wtm-content-section a {
    color: #0059b3;
    font-family: Gibson-SemiBold;
    font-weight: 400;
    text-decoration: none;
}
b {
  font-family: Gibson-SemiBold;
  font-weight: 400;
  color: #2d2d2d;
/*   -moz-osx-font-smoothing: grayscale; */
}

.bold {
    font-family: Gibson-SemiBold;
    font-weight: 400;
    color: #2d2d2d;
/*     -moz-osx-font-smoothing: grayscale; */
}
.em {
  font-style: italic;
}
.underline {
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}
u {
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}
.bold-italic {
  font-family: Gibson-SemiBold;
  font-weight: 400;
  font-style: italic;
/*   -moz-osx-font-smoothing: grayscale; */
}
.ftw {
  font-size: 97%;
}
.centred-text {
  text-align: center;
}
@media (max-width: 600px) {
  .centred-text {
  text-align: left;
  }
}
.wtm-content-section .quote {
  font-family: Gibson-SemiBold;
  font-weight: 400;
  font-style: normal;
  color: #2d2d2d;
  -moz-osx-font-smoothing: grayscale;
}
.wtm-content-section .quote-source {
  font-size: 16px;
  font-weight: normal;
}
.wtm-content-section .quote-addition {
  font-weight: normal;
}
.paragraph-quote {
  font-weight: normal;
  font-style: normal;
}
.bold-underline {
    font-family: Gibson-SemiBold;
    font-weight: 400;
    text-decoration: underline;
/*     -moz-osx-font-smoothing: grayscale; */
}
hr {
    max-width: 300px;
    margin-top: 25px;
    margin-bottom: 35px;
    color: #000;
    border-top: 1px solid;
}
.colour-border-box {
    margin: 0px auto;
    padding: 30px 20px 10px;
    border: 10px solid #0059b3;
}
@media (max-width: 600px) {
  .colour-border-box {
    margin: 0px auto;
    padding: 20px 10px 10px;
    border-top: 15px solid #0059b3;
    border-bottom: 15px solid #0059b3;
    border-left: none;
    border-right: none;
  }
}
.colour-border-top {
    border-top: 15px solid #0059b3;
}
.colour-background {
  background-color: #efba34;
}
.colour-background-blue {
  background-color: #66A5C6;
}
.colour-block {
    background: #0059b3;
    padding: 40px;
    color: #fff;
}
@media (max-width: 600px) {
  .colour-block {
    padding: 20px;
}
}
.colour-box {
    background: #efba34;
    padding: 40px 40px 20px;
    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: 20px;
}
}
.white-box {
  background-color: #fff;
  max-width: 1100px;
  margin: auto;
  color: #000;
  padding: 10px 40px 30px;
  border-radius: 30px;
}
@media (max-width: 600px) {
  .white-box {
  padding: 20px;
  }
}

/*-- Header Styles --*/
.wtm-header-banner {
  background: #efb21c;
  padding: 5px 5px;
  justify-content: center;
  position: absolute;
  border-radius: 0px;
  left: 0;
  right: 0;
  top: 0;
}
.wtm-logo-header {
  margin-right: 20px;
}
.wtm-header-banner-text {
   font-size: 50px;
   color: #fff;
}
/* .banner-image img {
    position: absolute;
    top: 50px
} */
@media(max-width: 1135px) {
.wtm-header-banner-text {
   font-size: 3.8vw;
}
}
@media(max-width: 500px) {
.wtm-header-banner-text {
    font-size: 35px;
    text-align: center;
    max-width: 350px;
}
}
@media(max-width: 360px) {
.wtm-header-banner-text {
    font-size: 9vw;
}
}
.wtm-header-banner-text span {
    color: #FFF;
}

/*-- Navigation --*/
.wtm-mobile-menu-icon {
    display: none;
}  

.wtm-navigation {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    display: none;
}
.wtm-nav-menu {
    line-height: 120%;
    padding: 20px 0px 15px;
    font-size: 17px;
    background: #FFFFFF;
    margin: 30px auto;
    border-radius: 30px;
    border: 1px solid #efb21c;
    max-width: 1500px;
    align-items: center;
}
.wtm-nav-menu li {
    margin: 0 6px;
    text-align: center;
}
.wtm-nav-menu li:first-of-type {
    margin-left: 10px;
}
.wtm-nav-menu li:last-of-type {
    margin-right: 10px;
}
.wtm-nav-menu a {
    text-decoration: none;
    color: #efb21c;
    font-family: Gibson-SemiBold;
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
}
.wtm-nav-menu .nav-active a {
  color: #efb21c;
}
@media (max-width: 1500px) {
  .wtm-nav-menu {
    margin: 30px 20px;
  }
}
@media (max-width: 1300px) {
  .wtm-nav-menu {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  .wtm-nav-menu {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .wtm-nav-menu {
    font-size: 12.5px;
  }
}
@media (max-width: 840px) {
  .wtm-nav-menu {
    font-size: 11px;
    padding: 12px 0px 10px;
  }
}
@media (max-width: 740px) {
  .wtm-nav-menu {
    font-size: 11px;
  }
}
@media (max-width: 700px) {
    .menu-open .wtm-nav-menu li {
        border-bottom: 1px solid  #efb21c;
    }
    .wtm-nav-menu {
    font-size: 16px;
  }
}


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

/*-- Home --*/

/*--Flex Box Centres--*/
#centres-flex-box {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
#centres-flex-box p {
    text-align: center;
    margin-top: 8px;
    font-size: 18px;
}
#capetown, #easterncape, #mahikeng,#centurion, #portelizabeth, #kimberley {
    max-height: 400px;
    max-width: 380px;
    margin: 20px;
}
#capetown img, #easterncape img, #mahikeng img, #centurion img, #portelizabeth img, #kimberley img {
    max-width: 380px;
    border: 1px solid #d2d2d2;
}

/*-- books section--*/
ul.tyl-ul {
    list-style: none;
    text-align: center;
    margin: 0;
    margin-bottom: 40px;
}
ul.tyl-ul li {
    display: inline-block;
    vertical-align: middle;
}
ul.tyl-ul li:nth-child(1) {
    width: 59%;
}
ul.tyl-ul li:nth-child(2) {
    width: 39%;
}

.download-p {
    font-weight: 700;
}
.fl-module.fl-module-html.fl-node-5d96c9a23e960 {
    background-image: linear-gradient(to right, rgba(254,254,149), rgba(255,102,1));
}
.book-heading {
    margin-top: 0;
    font-size: 29px;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 45px;
    font-style: italic;
    color: #0059b3
}
@media (max-width: 700px) {
    .book-para {
    padding: 10px;
    margin-left: 40px;
}
    ul.tyl-ul {
    list-style: none;
    text-align: center;
    margin: 0;
    margin-bottom: 25px;
}
    .book-heading {
    padding: 0;
}
}
@media (max-width: 667px) {
    .book-para {
    margin-left: 0;
}
    .book-heading {
    font-size: 25px;
    line-height: 30px;
}
}
@media (max-width: 550px) {
    ul.tyl-ul li {
    display: block;
    width: 100%;
    padding: 0 10px 0;
}    
    ul.tyl-ul li:nth-child(1) {
    width: 100%;
}
    ul.tyl-ul li:nth-child(2) {
    width: 100%;
}

}

#interview-img img {
    border: 1px solid #d2d2d2;
    box-shadow: 1px 2px 7px #979797;
    max-width: 185px;
}