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;
}
a {
  color: #fa280d;
  text-decoration: none;
}
/*-- Global Styles --*/
.content-wrapper {
    padding: 20px;
}
.content-block-inner-wrapper {
    margin: 0 auto;
    max-width: 1100px;
}

.wtm-content-section p, .transcript-wrapper p {
    max-width: 1020px;
    margin: 0 auto 15px;
    line-height: 140%;
}
.wtm-content-section a {
    color: #fa280d;
}
b {
  font-family: Gibson-SemiBold;
  font-weight: 400;
/*   -moz-osx-font-smoothing: grayscale; */
}

.bold {
    font-family: Gibson-SemiBold;
    font-weight: 400;
/*     -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;
  }
}
.centred-img {
  text-align: center;
}
.quote {
    font-family: Gibson-SemiBold;
    font-size: 92%;
}
.sidebyside {
    display: flex;
    justify-content: center;
    list-style: none;
}
.sidebyside li {
    margin: 0 10px;
}
.vid-wrapper {
  max-width: 560px;
  margin: 0 auto;
}
.vid-wrapper .vid-caption {
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  font-family: Gibson-SemiBold;
}
.vid-wrapper .read-text {
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 700px) {
.sidebyside {
  flex-direction: column;
  align-items: center;
}
.sidebyside li {
  margin: 10px 0;
}
}
#wtm-single-video-dropdown-stream-1 {
    color: black;
}
.background-blue {
  background-color: #2f425f;
  color: #fff;
}
hr.hr-blue {
  border: 0;
  height: 20px;
  background: #2f425f;
  margin: 20px auto;
}
/*-- Header Styles --*/
.wtm-header-banner {
  background: #2f425f;
  padding: 15px 5px;
  justify-content: center;
}
.wtm-logo-header {
  margin-right: 10px;
}
.wtm-header-banner-text {
    font-size: 45px;
    color: #fff;
    font-family: 'Gibson-SemiBold';
    line-height: 1;
}
.wtm-header-banner-text span {
    color: #FADF0D;
    font-family: 'Gibson-Regular';
    display: block;
}
@media (max-width: 700px) {
.wtm-header-banner-text {
  font-size: 6.5vw;
}
.wtm-logo-header {
  max-width: 17vw;
}
} 
@media (max-width: 500px) {
.wtm-header-banner-text {
  text-align: center;
}
} 
/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}
.wtm-nav-menu {
    background: #2f425f;
    margin-top: 10px;
    padding: 10px 0;
    font-size: 14px;
    font-family: 'Gibson-SemiBold';
}
.wtm-nav-menu a {
    color: #fff;
}
}
.wtm-nav-menu .nav-active a {
  font-family: Gibson-SemiBold;
  color:#fa280d;
}
@media (max-width: 700px) {
.menu-open .wtm-nav-menu {
  background:#2f425f;
}
.wtm-nav-menu a, .menu-open .close-nav {
  color: #fff;
  text-decoration: none;
}
}

/*-- Home --*/
  #ideas-quote-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FADF0D;
    border-top: 50px solid white;
    border-bottom: 50px solid white;
    margin: 0 20px;
}
#ideas-text {
    flex: 50%;
    padding-left: 38px;
    padding-top: 20px;
}
.ideas-quote {
    font-size: 38px;
    font-weight: bold;
    font-style: italic;
    line-height: 130%;
}
.ideas-quote-source {
    font-size: 17px;
    text-align: center;
}
#ideas-image {
    margin-top: -60px;
    margin-bottom: -50px;
}
#ideas-image img {
    max-width: 400px;
    width: 100%;
}
@media (max-width: 700px) {
#ideas-quote-box {
  flex-direction: column;
  text-align: center;
  border: none;
}
#ideas-text {
    flex: 100%;
    padding: 20px 20px 0;
}
#ideas-image {
    margin: 0 auto;
}
}
h1.intro-title {
    color: #fff;
    font-size: 25px;
}
.roberts-video .vid-caption {
  padding:0 20px;
}
.roberts-video .read-text {
  font-family: Gibson-SemiBold;
  padding-bottom: 10px;
}
#about-flexbox {
    display: flex;
    justify-content: center;
    text-align: center;
}
#about-flexbox > div {
  width: 33.33%;
  margin: 0 7px;
}
#about-flexbox .box-caption {
    font-size: 16px;
}
@media (max-width: 700px) {
#about-flexbox {
    flex-direction: column;
}
#about-flexbox > div {
  width: 100%;
  margin: 0 auto 20px;
  max-width: 400px;
}
}
@media (min-width: 1100px) {
.ti-wrapper .content-block-inner-wrapper {
  border: 1px solid #2f425f;
  padding-bottom: 20px;
}
}
#quotes-box {
    padding: 20px 0;
}
#quotes-box hr {
    max-width: 400px;
    margin: 30px auto;
}
p.large-bold-body {
    font-family: 'Gibson-SemiBold';
    margin-top: 13px;
    margin-bottom: 10px;
}
p#commendations {
    text-align: center;
    font-family: 'Gibson-SemiBold';
    max-width: 400px;
}
.background-blue h2 {
  color: #fff;
}
/*-- About page --*/
#robert-about-quote {
  padding: 20px;
  text-align: center;
}

/* -- The Explanation Page -- */
/*--Yellow Robert Quote Box--*/
#robert-quote-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #FADF0D;
    margin: 70px 50px 35px;
}

#robert-quote {
    flex: 75%;
    padding: 30px 30px 10px 10px;
}

#storks-image img {
    max-width: 300px;
    padding: 20px;
}

@media (max-width: 700px) {
    #robert-quote-box {
    flex-wrap: wrap;
    margin: 0;
    padding: 10px 0;
}

#robert-quote {
    padding: 0px 30px 10px;
}
}

/* --FIX THE WORLD-- */

/*--Footer styles--*/
footer {
    background-color: #2f425f;
    padding: 20px 20ps 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;
}
