body {
    color: #254d6a;
    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: #ef2317;
  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: #ef2317;
}
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;
  margin: 10px auto;
}
.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;
}
}
.background-blue {
  background: #254d6a;
  color: #fff;
}
hr.hr-white {
  height: 20px;
  background: #fff;
  margin: 0 auto;
  border: none;
}
/*-- Header Styles --*/
.wtm-header-banner {
  background: #254d6a;
  padding: 10px 5px;
  justify-content: center;
  align-items: center;
}
.wtm-banner > picture img {
  display:block;
}
.wtm-logo-header {
  margin-right: 20px;
  max-width: 85px;
}
.wtm-header-banner-text {
   font-size: 50px;
   color: #fff;
   font-family: Gibson-SemiBold;
   line-height: 1.1;
   margin-top: 20px;
}
.wtm-header-banner-text span {
   font-size: 50px;
   color: #ef2317;
   font-size: 40px;
   /* display: block; */
}
@media (max-width: 1000px) {
.wtm-logo-header {
  margin-right: 10px;
  max-width: 20vw;
}
.wtm-header-banner-text {
  font-size: 5vw;
}
.wtm-header-banner-text span {
  font-size: 4.5vw;
}
}
@media (max-width: 500px) {
.wtm-header-banner {
  flex-direction: row;
}
.wtm-logo-header {
  margin-right: 10px;
  max-width: 20vw;
}
.wtm-header-banner-text {
  font-size: 7vw;
}
.wtm-header-banner-text span {
  font-size: 6vw;
  display:block;
}
}
/*-- Navigation --*/
ul.wtm-nav-menu {
  background: #254d6a;
}
ul.wtm-nav-menu li {
  padding: 10px 0;
}
ul.wtm-nav-menu a {
  color: #fff;
  font-family: Gibson-SemiBold;
  font-size: 14px;
}
ul.wtm-nav-menu .nav-active a {
    color: #ef2317;
}
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}

}

@media (max-width: 700px) {
.menu-open .wtm-nav-menu {
  background: #254d6a;
}
.wtm-mobile-menu-icon {
    color: #254d6a;
}
.menu-open .close-nav {
  color: #fff;
}
}

/*-- Home --*/
.vid-wrapper.pam-video {
    margin-top: 50px;
}
.background-cityscape {
    background-image: url('https://images.wtmfiles.com/web/Richmond-skyline-1920.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}
.background-blue.humanity-section img {
    display: block;
    margin: 20px auto;
}
#social-media, #interview-box {
  background: #fff;
  color: #2d2d2d;
  padding: 20px;
}
.harry-quote .bold {
  font-size: 20px;
  margin-top: 10px;
}
.flex-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.flex-boxes li {
    box-sizing: border-box;
    flex: 0 1 350px;
    width: 350px;
    min-height: 350px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.flex-boxes li:nth-child(odd) { 
    background: #254d6a;
    color: #fff;
}
.flex-boxes li:nth-child(even) {
    border: 1px solid #254d6a;

}
#freedom-flexbox, #freedom-flexbox h2 {
  background:#254d6a;
  color: #fff;
}
.countryside-background {
    background-image: url('https://images.wtmfiles.com/web/banner-county-rockingham-1920.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#question-quote {
    background-color: rgba(256, 256, 256, 0.7);
    border: 1px solid #707070;
    padding: 30px 30px 20px;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    max-width: 930px;
    margin: 0 auto;
}

#question-quote p:nth-child(2) {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
/*-- About page --*/
img.pam-fairbanks {
    display: block;
    margin: 0 0 10px 20px;
    max-width: 250px;
    float: right;
    border-radius: 10px;
}
@media (max-width: 600px) {
img.pam-fairbanks {
    margin: 20px auto;
    float: none;
}  
}

/* --JG Page-- */


/* --FIX THE WORLD-- */

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