body {
    color: #014455;
    font-family: Gibson-Regular;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5 {
    color: #014455;
    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: #F29A2E;
  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: #F29A2E;
}
b {
  font-family: Gibson-SemiBold;
  font-weight: 400;
}

.bold {
    font-family: Gibson-SemiBold;
    font-weight: 400;
}
.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, .quote-wt {
    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;
}
}
.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

#flex-1 img {
    max-height: 270px;
    border: 1px solid #014455;
    margin: 10px;
}

#flex-2 {
    max-height: 270px;
    max-width: 270px;
    background-color: #014455;
    color: #ffffff;
    padding: 20px;
    border: 1px solid #014455;
    margin: 10px;
    font-size: 16px;
}

#flex-3 img {
    max-height: 270px;
    border: 1px solid #014455;
    margin: 10px;
}
@media (max-width: 330px) {
#flex-2 {
    max-height: 300px;
}
}
.background-blue {
    background: #014455;
    color: #fff;
    text-align: center;
}
hr.blue-hr {
    height: 20px;
    border: 0;
    margin: 0;
    background: #014455;
}
/*-- Header Styles --*/
.wtm-banner {
    width: 100%;
    height: 30vw;
    overflow: hidden;
}
.wtm-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.wtm-header-banner {
    padding: 0;
}
.wtm-logo-header {
    position: absolute;
    top: 10px;
    left: 20px;
    max-width: 80px;
}
@media (max-width: 700px) {
.wtm-logo-header {
    top: 5px;
    left: 20px;
    max-width: 50px;
}
}
.wtm-header-banner-text {
    color: #F29A2E;
    font-family: 'Gibson-SemiBold';
    text-shadow: 1px 2px 6px #000;
    line-height: 1;
    position: absolute;
    bottom: 4vw;
    font-size: 7vw;
    left: 10vw;
}
.wtm-header-banner-text span {
    display: block;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
    font-size: 5vw;
}
@media (max-width: 700px) {
.wtm-header-banner-text {
    bottom: 2vw;
}
.wtm-navigation.type-normal {
    height: 60px;
    background: #014455;
}
}

/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}
.wtm-navigation.type-normal {
    background: #014455;
    height: 100px;
}
.wtm-nav-menu {
    height: 100px;
    align-items: center;
    justify-content: flex-end;
    margin-right: 15px;
}
.wtm-nav-menu li {
    margin: 0 8px;
}
.wtm-navigation.type-normal a {
    color: #fff;
    text-decoration: none;
    font-size: 13.5px;
    font-family: Gibson-SemiBold;
}
.wtm-nav-menu li.nav-active a {
    color: #F29A2E;
}
}

@media (max-width: 700px) {
.menu-open .wtm-nav-menu {
  background: #014455;
}
.close-nav {
  color: #fff;
}
.wtm-nav-menu li.nav-active a {
    color: #fff;
}
}

/*-- Home --*/
.victor-hugo .bold {
    margin-top: 20px;
}
@media (max-width: 600px) {
.victor-hugo .bold {
    text-align: left;
}
}
#yvonne-listening-quote .bold {
    margin-top: 20px;
    max-width: 700px;
}
@media (max-width: 600px) {
#yvonne-listening-quote .bold {
    text-align: left;
}
}
.sunrise-background {
    background-image: url(https://images.wtmfiles.com/web/PrestonHomePreBannerAutumn_Full.jpg);
    background-size: cover;
    background-position: center;
}
.sunrise-background .vid-wrapper {
    background: #fff;
    padding: 10px;
}
#freedom-flexbox {
    background:#014455;
    color: #fff;
}
#freedom-flexbox {
    margin: 0 auto;
}

#freedom-flexbox h2 {
    color: #fff;
}
.tree-background {
    background-image: url(https://images.wtmfiles.com/web/PrestonQuotesBannerTrees.jpg);
    background-size: cover;
    background-position: center;
}
.tree-background h2 {
    text-align: center;
    font-size: 25px;
}
#freedom-quotes {
    background-color: rgba(255,255,255,0.85);
    padding: 20px 60px 30px;
    max-width: 640px;
    display: block;
    margin: 0 auto 20px;
}
#freedom-quotes .small-quote {
    line-height: 138%;
}
#freedom-quotes hr {
    margin-top: 28px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #014455;
    border-top: 2px solid #014455;
    width: 50%;
}
#freedom-quotes .quote-source {
    font-size: 15px;
}
@media (max-width: 680px) {
#freedom-quotes {
    padding: 35px 40px 30px;
    margin: 0 10px 10px;
}
}
.pale-yellow-background {
    background-color: #FFD678;
    color: #014455;
    text-align: center;
    padding-top: 30px;
}
#yvonne-freedom-quote {
    max-width: 920px;
    margin: auto;
}
@media (max-width: 600px) {
#yvonne-freedom-quote .bold, #karen-riley-quote {
    text-align: left;
}
}
#interview-box {
    background: #fff;
    color: #014455;
    padding: 20px;
}
/* --NON HOME PAGES-- */


/*-- Transformation page --*/
@media (max-width: 450px) {
.page-the-transformation h1 {
    font-size: 30px;
}
}
.page-the-transformation .centred-img {
    margin-bottom: 20px;
}


/* --JG Page-- */


/* --FIX THE WORLD-- */

/*--Footer styles--*/
footer {
    background-color: #014455;
    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;
}
