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: #fea836;
    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: #fea836;
}
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;
  }
}
.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: 600px;
    margin: 0 auto;
    box-shadow: 0px 2px 7px #000;
}
.vid-wrapper .vid-caption {
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  font-family: Gibson-SemiBold;
  padding: 0 10px 10px;
}
.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;
}
}

.background-blue {
  background: #314360;
  color: #fff;
}
.background-yellow {
  background: #fea836;
  color: #fff;
}
/*-- Header Styles --*/
.wtm-header-banner {
  background: #314360;
  padding: 15px 5px;
  justify-content: center;
}
.wtm-logo-header {
  margin-right: 5px;
}
.banner-img {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 500px) {
.banner-img {
  height: auto;
}
}
.wtm-header-banner-text {
  font-family: Gibson-SemiBold;
   font-size: 45px;
   color: #fff;
   line-height: 1;
}
.wtm-header-banner-text span {
  color:#fea836;
  /* display: block; */
}
@media (max-width: 700px) {
.wtm-logo-header {
  max-width: 100px;
}
.wtm-header-banner-text {
  font-size: 35px;
}
.wtm-header-banner-text span {
  display: block;
}
}
@media (max-width: 700px) {
.wtm-header-banner-text {
  text-align: center;
}
}
/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}
.wtm-nav-menu {
    background: #314360;
    padding: 10px 0;
}
.wtm-nav-menu a {
    color: #fff;
    font-family: Gibson-SemiBold;
    font-size: 14px;
}
}
.wtm-nav-menu .nav-active a {
    color:#fea836;
    font-family: Gibson-SemiBold;
}
@media (max-width: 700px) {
.menu-open .wtm-nav-menu {
  background: #314360;
}
.wtm-nav-menu a, .menu-open .close-nav {
  color: #fff;
}
}

/*-- Home --*/
.the-hc-block h2 {
  color: #fff;
}
.blue-quote-block .quote {
  margin-top: 20px;
  font-size: 22px;
  font-family: Gibson-SemiBold;
  text-align: center;
}
.blue-quote-block .name {
  font-size: 18px;
  text-align: center;
}
#commendations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#commendations li {
    box-sizing: border-box;
    width: calc(33.333% - 14px);
    aspect-ratio: 1 / 1;
    background-color: #FEA836;
    text-align: center;
    font-size: 21px;
    line-height: 28px;
}
#commendations li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#commendations li.text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
@media (max-width: 900px) {
  #commendations li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 600px) {
#commendations li {
  width: 100%;
  max-width: 325px;
}
}
#commendations .name {
    font-size: 15px;
    margin: 0;
}
#commendations .bold {
    font-size: 20px;
    color: #000;
}
#commendations a {
    color: #000;
}
#freedom-flexbox {
  background:#314360
}
#freedom-flexbox h2 {
  color: #fff;
}
#interview-box {
    background: #fff;
    color: #2d2d2d;
    padding: 20px 20px;
}
#social-media {
    background: #fff;
    color: #2d2d2d;
    padding: 20px;
}
.brooklyn-img {
  background-image: url('https://images.wtmfiles.com/Sunrise-New-York_WEB_1280x515.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
}

/*-- About page --*/
#about {
    float: left;
    margin: 0 20px 10px 0;
    max-width: 400px;
}
@media (max-width: 700px) {
  #about {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
}
/* --JG Page-- */


/* -- THE HUMAN CONDITION -- */
#boxer-img {
    width: 100%;
    max-width: 640px;
    margin: 20px auto 25px;
    display: block;
}
#jg-img {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 8px;
    display: block;
}
.caption {
    font-size: 14px;
    max-width: 450px;
    display: block;
    margin: 0 auto 25px;
    text-align: center;
}
#concept-img {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 30px;
    display: block;
}
/*--Footer styles--*/
footer {
    background-color: #314360;
    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;
}
