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;
  
}
h1 {
  font-style: italic;
}

/*-- 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: #F06A5E;
    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; */
}
.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; */
}
/* p.image-caption {
  text-align: center;
  font-size: 14px;
  max-width: 700px;
  margin: -10px auto;
} */
.green-border-top {
    border-top: 15px solid #164A2F;
}
.green-background {
  background-color: #164A2F;
}
.green-box {
  background-color: #164A2F;
  border-radius: 30px;
  margin: 20px auto;
  padding: 30px 80px 20px;
  color: #fff;
  max-width: 590px;
}
.green-box .quote {
  color: #fff;
}
@media (max-width: 600px) {
  .green-box {
  margin: 20px auto;
  padding: 30px 20px 20px;
  }
}
.colour-block {
    background: #164A2F;
    padding: 20px;
}
@media (max-width: 600px) {
    .colour-block {
    padding: 15px;
  }
}
.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 10px;
    padding: 20px;
  }
}
.border-box {
  border: 5px solid #164A2F;
  border-radius: 30px;
  padding: 40px 30px 30px;
  margin: 20px auto;
  max-width: 1000px;
}
@media (max-width: 600px) {
  .border-box {
  margin: 20px auto;
  padding: 30px 25px 20px;
  }
}

/*-- Header Styles --*/
.wtm-header-banner {
  background: #164A2F;
  padding: 15px 5px;
  justify-content: center;
}
.wtm-header-banner-text {
   font-size: 65px;
    color: #fff;
   font-style: italic;
}
@media(max-width: 1135px) {
.wtm-header-banner-text {
   font-size: 5.8vw;
}
}
@media(max-width: 500px) {
.wtm-header-banner-text {
    font-size: 42px;
    text-align: center;
    max-width: 350px;
}
}
@media(max-width: 360px) {
.wtm-header-banner-text {
    font-size: 9vw;
}
}
.wtm-header-banner-text span {
    color: #F06A5E;
}


/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}  
}
.wtm-navigation {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}
.wtm-nav-menu {
    line-height: 120%;
    padding: 20px 0px 15px;
    font-size: 17px;
    background: #FFFFFF;
    margin: 30px auto;
    border-radius: 30px;
    border: 1px solid #164A2F;
    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: #164A2F;
    font-family: Gibson-SemiBold;
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
}
.wtm-nav-menu .nav-active a {
    color: #F06A5E;
}
@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  #164A2F;
    }
    .wtm-nav-menu {
    font-size: 16px;
  }
}

/*-- VIDEOS --*/
#video-wrapper {
    max-width: 560px;
    display: block;
    margin: 0 auto 40px;
    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;
}

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

#video-description {
    padding: 0;
}
@media (max-width: 600px) {
  #video-wrapper {
    border-bottom: 2px solid black;
    box-shadow: none;
}
  #video-description {
    text-align: left;
  }
  .read-text {
    text-align: left;
    margin-top: 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-- */
#footer-banner {
    background: url(https://images.wtmfiles.com/web/Ethiopian-tribal-pattern-Strip.jpg);
    height: 0px;
    padding-top: 8%;
    position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 10px solid #fff;
}
footer {
    background-color: #164A2F;
    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 --*/
#yonas-quote h2, #yonas-quote .profile-img {
  text-align: center;
}
#yonas-quote .profile-img {
  margin-bottom: 10px;
}
#yonas-quote .quote {
    font-size: 95%;
}
h2.home-commendations  {
    text-align: center;
    max-width: 780px;
}

/* --Non home pages-- */
.other-page-title h2 {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 34px;
    margin-left: 40px;
}
@media (max-width: 1140px) {
  .other-page-title h2 {
    margin-left: 0px;
  }
}
/*-- WTM Publicity page --*/
#wtm-publicity h2 {
    color: #164A2F;
    font-size: 29px;
    margin-bottom: 10px;
}
@media (max-width: 500px) {
#wtm-publicity h2 {
    font-size: 23px;
}
}
.image-wrapper {
    max-width: 500px;
    margin: 20px auto 25px;
    text-align: center;
}
p.image-caption {
    margin-top: 5px;
    line-height: 125%;
    font-size: 15px;
}
.freedom-img .image-caption {
    max-width: 340px;
}
.wtm-img .image-caption, .ti-img .image-caption {
    max-width: 475px;
}

/*-- Jeremy Griffith Essays page --*/
#jeremy-griffith-essays h2 {
    color: #164A2F;
    font-size: 25px;
    margin-bottom: 10px;
}
@media (max-width: 500px) {
#jeremy-griffith-essays h2 {
    font-size: 23px;
}
}
#jeremy-griffith-essays .intro-p {
  margin-bottom: 0;
}
ul.essays-list {
    margin: 0 0 20px 30px;
}
.essays-list li {
    margin: 10px 0 0 40px;
    line-height: 140%;
}
@media (max-width: 1080px) {
.essays-list li {
    margin: 10px 0 0 0;
}
}

/*-- About page --*/
#about-page .green-box {
  margin: 40px auto;
  padding: 40px 95px 20px;
  max-width: 865px;
}
@media (max-width: 1120px) {
  #about-page .green-box {
  margin: 40px auto;
  padding: 40px 40px 20px;
  }
}
@media (max-width: 600px) {
  #about-page .green-box {
  margin: 20px auto;
  padding: 30px 25px 20px;
  }
}

.tibebe-freedom-flexbox {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
}
#tibebe-freedom-book img {
  margin: 0px 20px 20px;
  max-height: 400px;
}
@media (max-width:767px) {
  #tibebe-freedom-book img {
    margin: 20px auto;
    max-width: 350px;
    max-height: auto;
  }
}
@media (max-width:600px) {
  #tibebe-freedom-book .tibebe-freedom-flexbox {
    margin: 20px auto;
  }
  #tibebe-freedom-book img {
    margin: 10px auto;
  }
}

#tibebe-writing h2 {
  margin-bottom: 10px;
  text-align: center;
  margin-top: 0;
}
#tibebe-writing .quote-source {
  text-align: center;
  margin-bottom: 30px;
}


/* --Translations page-- */
#translations h2 {
    color: #164A2F;
    font-size: 29px;
    margin-bottom: 10px;
}
@media (max-width: 500px) {
#translations h2 {
    font-size: 23px;
}
}
.translations-intro {
  display: flex;
  max-width: 1020px;
  margin: 0 auto;
}
#ti-cover-img img {
  border: 1px solid #d2d2d2;
  max-width: 200px
}
/* #translation-flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: left;
}

#flex-text {
  max-width: 650px;
  margin-left: 40px;
}
#flex-image img {
  width: 100%;
  max-width: 200px;
  margin: 0 30px 20px;
  border: 1px solid #d2d2d2;
}

@media (max-width: 991px) {
  #flex-text {
  max-width: 450px;
  }
}

@media (max-width: 787px) {
  #flex-text {
  max-width: 350px;
  }
}

@media (max-width: 690px) {
  #translation-flexbox {
  display: block;
  }
  #flex-text {
  max-width: 600px;
  }
  #flex-image img {
  margin: 20px auto;
  display: block;
  }
}

@media (max-width: 500px) {
  #flex-text {
  margin-left: 0px;
  }
} */

/*-- Jeremy Griffith Commendations  page --*/
.commendations h2 {
    font-size: 20px;
    margin: 40px auto 10px;
}
p.commendation-text {
    color: #164A2F;
    font-size: 29px;
    line-height: 125%;
}
@media (max-width: 500px) {
p.commendation-text {
    font-size: 27px;
}
}

/* --Specialty-Page-- */
/* #watch-video {
      margin-bottom: 40px
} */