body {
  color: #000;
  font-family: Gibson-Regular, sans-serif;
  font-size: 17px;
  -webkit-text-size-adjust: 100%;
  font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5 {
  color: #0136ff;
  font-family: Gibson-Regular, sans-serif;
}
h1 {
  margin: 30px 0 10px;
}
h2 {
  font-size: 30px;
  margin: 0px 0 20px;
}
.h2-sub {
    font-size: 20px;
    margin: 30px 0 10px;
}
a {
  color: #0136ff;
  font-weight: normal;
  font-size: 17px;
}

/*-- Global Styles --*/
h1.page-h1 {
  text-align: center;
  margin: 10px auto 0;
}
.wtm-content-block {
  padding: 20px 20px;
}
.wtm-page-wrapper img {
  max-width: 100%;
  height: auto;
}
.content-block-inner-wrapper {
   margin: 20px auto;
}

.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;
}

#video-3 .white-box {
  max-width: 700px;
}

@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: #0136ff;
  text-decoration: none;
  font-family: Gibson-SemiBold;
}

/* .bold {
  font-weight: 600;
} */

.em {
  font-style: italic;
}

.bold-italic {
  font-style: italic;
  font-family: Gibson-SemiBold;
}

.centred-text {
  text-align: center;
}

@media (max-width: 600px) {
  .centred-text {
    text-align: left;
  }
}

.wtm-content-section .quote {
  font-size: 18px;
  font-family: Gibson-SemiBold;
}

.wtm-content-section .quote-source {
  font-size: 15px;
  font-weight: normal;
}

.paragraph-quote {
  font-weight: normal;
  font-style: italic;
}

.bold-underline {
  text-decoration: underline;
  font-family: Gibson-SemiBold;
}

p.image-caption {
  text-align: center;
  font-size: 14px;
  max-width: 700px;
  margin: -10px auto;
}

/*-- Navigation --*/
.close-nav {
    position: absolute;
    top: 3px;
    right: 0px;
    z-index: 100;
}

@media(min-width: 701px) {
.wtm-navigation {
    border-bottom: 2px solid #0136ff;
    border-top: 3px solid #0136ff;
    background: #ffffff;
    color: #0136ff;
    line-height: 50px;
    position: relative;
    top: -6px;
}
}
@media (max-width: 900px) and (min-width: 701px) {
 .wtm-nav-menu li {
    line-height: 120%;
    text-align: center;
    margin: 10px 10px 12px;
}
}
.wtm-nav-menu a {
  text-decoration: none;
  color: #0136ff;
}
@media (max-width: 1050px) {
  .wtm-nav-menu a {
    font-size: 15px;
}
}

/*-- Header Styles --*/
.wtm-banner {
  position: relative;
}
.wtm-header-banner {
  padding: 0;
}
.wtm-logo-header img {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
}
@media(max-width: 1000px) {
.wtm-logo-header img {
  top: 10px;
  left: 10px;
  max-width: 100px;
}  
}
@media(max-width: 400px) {
.wtm-logo-header img {
  top: 10px;
  left: 10px;
  max-width: 75px;
}  
}
.wtm-header-banner-text {
  position: absolute;
  z-index: 1;
  bottom: 10%;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 90px;
  font-weight: 600;
  color: #0136ff;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0px 1px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 0px 2px 0 #fff, 0px -2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, 1px 2px 0 #fff, -1px 2px 0 #fff, 1px -2px 0 #fff, -1px -2px 0 #fff, 2px 1px 0 #fff, -2px 1px 0 #fff, 2px -1px 0 #fff, -2px -1px 0 #fff;
}
@media(max-width: 1000px) {
.wtm-header-banner-text {
  font-size: 75px;
}  
}
@media(max-width: 500px) {
.wtm-header-banner-text {
  font-size: 15vw;
}  
}

/* --Video Settings-- */

.video-size {
  max-width: 560px;
  margin: 0 auto;
}

#video-wrapper {
  max-width: 560px;
  margin: 20px auto;
}
.read-text {
  margin-top: 10px;
}

.wtm-print-download-text {
  margin-left: 3px;
  color: #1A1A1B;
}
#video {
    text-align: center;
    padding: 10px 40px;
}
@media (max-width: 500px) {
  #video {
    text-align: left;
}
}
#video-wrapper {
  box-shadow: 1px 1px 4px #314360;
  max-width: 560px;
  margin: 0 auto;
}
/* pop-up box */
#video-transcript .transcript-title {
  color: #0136FF;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 370px) {
  #video-transcript .transcript-title {
    font-size: 25px;
  }
}

#video-transcript {
  max-width: 800px;
  width: 100%;
}
@media (max-width: 370px) {
  #video-transcript {
    padding: 20px;
  }
}

.transcript-pdf-p {
  text-align: center;
}

#video-transcript p {
  margin: 0 auto 10px;
  line-height: 140%;
}

@media (max-width: 600px) {
  .fancybox-content {
    padding: 20px
  }
}


#dustin-hull-commendation-video .wtm-video-dropdown-p {
    font-size: 14px;
    margin-bottom: 0;
}
.wtm-content-block .wtm-video-dropdown-choices a {
    font-size: 14px;
}

#wtm-centres-block h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*--Footer styles--*/

footer {
  background-color: #FFD300;
  padding: 20px 10px;
  text-align: center;
  font-size: 15px;
}

#social-list a,
#social-list span {
  color: #0136ff;
}

footer .global-footer #navigation-map ul li a,
.global-footer #navigation-map ul li,
footer .global-footer h3,
.global-footer #navigation-map ul li:first-child p,
.global-footer #navigation-map ul li a em {
  color: #2d2d2d;
}

.global-footer #navigation-map ul li:first-child {
  border-color: #2d2d2d;
}

footer .footer-p {
  margin: 10px 0 0;
  color: #000;
  font-weight: 600;
  color: #0136ff;
}

/* --Non home pages-- */

.other-page-title h2, .other-page-title h1 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 35px;
  color: #0136ff;
}

@media (max-width: 600px) {
.other-page-title h1 {
    text-align: left;
    font-size: 30px;
}
}

@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;
}

.wtm-content-block p.intro-para {
  font-size: 18px;
  text-align: center;
  max-width: 950px;
  margin: 20px auto;
}
#jeremy-top-quote {
    text-align: center;
    padding: 30px 50px 10px;
  }
@media (max-width: 600px) {
  .wtm-content-block p.intro-para {
    text-align: left;
    margin: 8px 10px 10px;
  }
  #jeremy-top-quote {
    text-align: left;
    padding: 20px 20px 10px;
  }
}

/*--Video--*/
#video {
    padding: 20px 20px 10px;
}
.wtm-print-download-text a {
    color: #2d2d2d;
}
/*--Freedom Book Flexbox--*/
#freedom-block.wtm-content-block {
  padding-top: 20px;
  padding-bottom: 0;
}
@media (max-width: 800px) {
.wtm-content-block.freedom-quotes-block {
    padding-top: 0;
}
}
#freedom-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #FFD300;
  border-radius: 15px;
  padding: 20px
}
#freedom-text {
   max-width: 600px;
   text-align: center;
}
#freedom-text h2 {
    font-size: 28px;
    color: #1F1C1C;
    margin: 20px auto;
}

#freedom-text p:nth-child(3) {
  margin: 40px 0 20px;
  text-align: center;
}

.button {
  border: 1px solid #0136FF;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-family: Gibson-SemiBold;
  max-width: 265px;
  cursor: pointer;
  border-radius: 15px;
  background-color: #F2F2F2;
}
.freedom-image img {
    max-width: 135px;
    margin: 20px 40px;
}
@media (max-width: 600px) {
  #freedom-text {
    text-align: left;
  }
  #freedom-text h2 {
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 130%;
  }
  .freedom-image img {
    max-width: 150px;
    margin: 20px auto 5px;
  }
}

/*--Quotes--*/

.quote-box {
  background-color: #FFD300;
  border-radius: 15px;
  margin: 20px auto;
  padding: 30px 60px 20px;
  text-align: center;
}

.commendations {
  background-color: #FFD300;
  border-radius: 15px;
  margin: 20px auto 40px;
  padding: 30px 60px 20px;
  text-align: center;
  max-width: 450px;
}

@media (max-width: 600px) {
  .quote-box {
    margin: 10px auto;
    padding: 23px 25px 15px;
    text-align: left;
  }
  .commendations {
    margin: 10px auto 20px;
    padding: 15px 25px 5px;
    text-align: center;
    max-width: 300px;
  }
}


/*--Integrative Meaning section on homepage--*/

#order-box {
  border-top: 2px solid #0136ff;
  border-bottom: 2px solid #0136ff;
  background: #FFD300;
}
#order-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#order-text {
  max-width: 400px;
  text-align: center;
}

#order-image {
  max-width: 275px;
  margin: 20px 30px;
}

#order-text .quote {
  font-size: 20px;
}

#order-text .quote-source {
  margin-bottom: 30px;
}

#order-image img {
  border-radius: 15px;
}

@media (max-width: 600px) {
  #order-text {
    text-align: left;
    margin-top: 10px;
  }
  #order-text .quote {
    margin-bottom: 5px;
  }
}

/*--The Interview--*/

#the-interview {
  background: #0136ff;
}
.wtm-content-wrapper .wtm-video-dropdown-p {
    margin-bottom: 10px;
}

/*--Global Network & Socials--*/

h3#global-network {
  color: #1F1C1C;
  margin-top: 10px;
}

a.wtmCentres-glider-prev.global-video-prev,
a.wtmCentres-glider-next.global-video-next {
  color: red;
}

#social-media-block {
  background: #0136ff;
}

/* --Text Styles-- */

a {
  font-family: Gibson-SemiBold;
}

.underline {
  text-decoration: underline;
}

.em {
  font-style: italic;
}

.body-allcapabbrev-wt,
.hyperlink-medplus-blue-wt,
.hyperlink-blue-wt,
.body-allcapbkttle-wt,
.quote-allcapfull-wt {
  font-size: 16px;
}

.quote-wt {
  font-size: 15px;
  font-family: Gibson-SemiBold;
}

.quote-source-wt,
.quote-source-digitallcapabrv-wt,
.hyperlink-xsmll-blue-wt,
.hyperlink-xxsmll-blue-wt {
  font-size: 14px;
  font-weight: normal;
}

.quote {
  font-family: Gibson-SemiBold;
  font-size: 17px;
}

.quote-source {
  font-size: 15px;
  font-weight: normal;
}

.yellow-box {
  background-color: #FFD300;
  border-radius: 15px;
  max-width: 1060px;
}

.yellow-box-mobile {
  background-color: #FFD300;
  border-radius: 15px;
  max-width: 1060px;
  margin: 0 20px;
}

.yellow-background {
  background-color: #FFD300;
}

.blue-background {
  background-color: #0136FF;
}

.blue-border-top {
  border-top: 3px solid #0136FF;
}

.blue-border-bottom {
  border-bottom: 3px solid #0136FF;
}

@media (max-width: 1100px) {
  .yellow-box {
    border-radius: 0;
    margin: 0 -20px;
  }
}


/*-- CONTACT PAGE --*/
#contact {
  color: #000;
  font-family: Gibson-Regular, sans-serif;
  font-size: 17px;
}
.wtm-content-block .lr-note a {
    font-size: 12px;
}
/*-- ABOUT TAMPA PAGE --*/

#dustin-quote-yellow-box.yellow-box-mobile {
    padding: 30px 50px 10px;
    margin: 30px auto;
    text-align: center;
}

#photo-quote-flexbox {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
#photo-box img {
    border-radius: 15px;
    max-width: 380px;
    border: 1px solid #0136FF;
    width: 100%;
}
#photo-box {
    margin: 20px;
}
#quote-box {
    margin: 20px;
    max-width: 380px;
    padding: 25px 30px 10px;
    max-height: 200px;
    text-align: center;
}


@media (max-width: 915px) {
  #photo-quote-flexbox {
    margin-top: 20px;
  }
  #photo-box {
    margin: 10px;
  }
  #quote-box {
    margin: 10px;
    padding: 20px 30px 10px;
    max-height: auto;
  }
}

@media (max-width: 600px) {
 #about h1 {
    text-align: left;
  }
  #dustin-quote-yellow-box.yellow-box-mobile {
    padding: 25px 30px 15px;
    margin: 0 0px 30px;
    text-align: left;
  }
  #photo-box {
   margin: 0 0 20px;
  }
  #quote-box {
    margin: 0px;
    padding: 20px 30px 10px;
    text-align: left;
  }
}
/*-- wtm summary page --*/
#watch-video {
      margin-bottom: 40px
}
#video-jeremy-explanation-home .wtm-video-dropdown-p {
    font-size: 14px;
    margin-bottom: 0;
}
ul.wtm-summary-list {
    margin: 10px 0 20px 30px;
}
ul.wtm-summary-list li {
    margin: 10px 0;
}
.wtm-summary-img {
    text-align: center;
}

/*-- JG Summary page --*/
p.jg-tiger-image, p.jg-jemily-image {
  text-align: center;
  max-width: 700px;
  margin: 20px auto;
}
.jg-tiger-image span, .jg-jemily-image span, p.jg-writing-imgs span:not(.imgs) {
    display: block;
    font-size: 15px;
    text-align: center;
    margin: 10px auto;
    line-height: 140%;
}
p.jg-writing-imgs {
    margin: 20px auto;
}
p.jg-writing-imgs .imgs {
    display: flex;
}
p.jg-writing-imgs .imgs img {
    width: 49%;
    margin: 0 .5%;
}
/*-- Integrative Meaning specialty page --*/

@media (max-width: 600px) {
  #integrative-meaning h1 {
    text-align: left;
  }
}
.wtm-content-block.integrative-top-block {
    padding-bottom: 0;
}

#einstein-quote.yellow-box-mobile {
  padding: 20px 50px 10px;
  margin: 30px auto;
  text-align: center;
}

#einstein-quote .quote {
  font-size: 20px;
}

@media (max-width: 600px) {
  #einstein-quote.yellow-box-mobile {
    padding: 20px 20px 10px;
    margin: 20px auto;
    text-align: left;
  }
}

#essay-intro p:nth-child(2) {
    margin-bottom: 0;
}

/*--Essay on Integrative Meaning specialty page (over riding central styles) --*/
#integrative-meaning-page #essay .quote-wt {
    font-weight: 400;
}
#integrative-meaning-page h3 {
  font-size: 1.5em;
}
/*-- Freedom review page --*/
.freedom-review-content h1 {
    margin-bottom: 20px;
}
.freedom-review-content h2 {
    color: #000;
}
.freedom-review-content h3 {
    color: #000;
}
.image-wrapper {
    max-width: 500px;
    margin: 20px auto 25px;
    text-align: center;
}
.image-wrapper.freedom-cover-img {
    max-width: 1000px;
}
.image-wrapper .img-caption {
    font-size: 14px;
}
/*-- Frequently Asked Questions page --*/
.faqs-content .page-h1 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 35px;
  color: #0136ff;
}
@media (max-width: 600px) {
  .faqs-content .page-h1 {
    text-align: left;
    font-size: 30px;
  }
}
.faqs-content h2 {
    font-size: 20px;
    margin: 30px 0 8px;
    color: #2d2d2d;
}
.faqs-content p {
    margin: 0;
}
p.faq-p .answer {
    font-family: Gibson-SemiBold;
    font-size: 15px;
}
p.faq-p a {
    font-size: 14px;
}
p.read-more {
    font-size: 20px;
    margin-top: 30px;
}
p.faq-img {
  margin: 20px auto;
  text-align: center;
}