body {
  font-family: "Gibson-Regular", Helvetica, Arial, sans-serif;
}
h1 {
    font-family: "Gibson-SemiBold", Helvetica, Arial, sans-serif;
    color: #ff7200;
    font-size: 42px;
    margin: 20px auto 20px;
    text-align: center;
    font-weight: normal;
}
@media (max-width: 820px) {
  h1 {
        font-size: 32px;  
  }
}
@media (max-width: 635px) {
  h1 {
      font-size: 27px;  
      margin: 10px auto 15px;
  }
}

h2, h3, h4, h5 {
    color: #ff7200;
    font-family: Gibson-SemiBold, Helvetica, Arial, sans-serif;
    font-weight: normal;
}

/*-- Global Styles --*/
.wtm-content-block {
  padding: 20px 20px;
}
.content-block-inner-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

.content-wrapper {
  max-width: 1020px;
  margin: auto;
}


#jg-faq-feature-text, #wtm-faq-feature-text {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  color: #333;
  text-align: center;
  max-width: 800px;
  margin: 40px auto;
  padding: 10px 20px;
  position: relative;
}
.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;
}
@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: 10px auto;
    line-height: 140%;
}
.wtm-content-section p a {
    font-size: 95%;
}
.wtm-content-section ul {
    padding-left: 40px;
    font-size: 18px;
    max-width: 1020px;
    margin: 10px auto;
    line-height: 140%;
}
.wtm-content-section a {
    color: #0079f2;
    text-decoration: none;
    font-family: Gibson-SemiBold;
}
.bold {
    font-family: Gibson-SemiBold;
}
.em {
  font-family: Gibson-Italic;
}
.bold-italic {
  font-family: Gibson-SemiboldIt;
}
.centred-text {
  text-align: center;
}
@media (max-width: 600px) {
  .centred-text {
  text-align: left;
}
}
.wtm-content-section .quote {
  font-size: 18px;
  font-weight: bold;
}
.wtm-content-section .quote-source {
  font-size: 15px;
  font-weight: normal;
}
.paragraph-quote {
  font-weight: normal;
  font-style: italic;
}
.bold-underline {
    font-weight: 700;
    text-decoration: underline;
}
p.image-caption {
  text-align: center;
  font-size: 14px;
  max-width: 700px;
  margin: -10px auto;
}

/*-- Navigation --*/
.wtm-nav-menu {
    border-bottom: 2px solid #005B93;
    background: #fff;
}
.wtm-nav-menu a {
    text-decoration: none;
    color: #000000;
}


/*-- Header Styles --*/
.wtm-banner {
  position: relative;
}
.wtm-header-banner {
    padding: 0;
}
@media (max-width: 500px) {
.wtm-header-banner {
    flex-direction: row;
}
}
.wtm-header-banner-text {
    position: absolute;
    z-index: 1;
    right: 0;
    font-family: 'Gibson-SemiBold';
    font-size: 6vw;
    text-align: center;
}
.wtm-page-wrapper img {
    border-bottom: 2px solid #005B93;
}
/*--Footer styles--*/
footer {
    background-color: #fff;
    padding: 20px 10px;
    text-align: center;
    font-size: 15px;
}
#social-list a {
    color: #0079f2;
}
.footer-p {
    margin: 10px 0 0;
    color: #000;
    font-weight: 600;
}

/*-- Home page --*/
#wtm-uk-home h1 {
    max-width: 785px;
}
/*-- Recognition page --*/
#recognition h1 {
    max-width: 700px;
}
.commendations h2 {
    font-family: 'Gibson-Regular';
    font-size: 20px;
    color: #2d2d2d;
    margin: 30px 0 0;
}
.commendations h2 span {
    font-family: 'Gibson-SemiBold';
}
p.commendation-text {
    color: #ff7200;
    font-size: 30px;
}
p.commendations-link {
    max-width: 800px;
    text-align: center;
    margin: 37px auto 20px;
    font-size: 23px;
    font-family: 'Gibson-SemiBold';
    border-top: 2px solid #d2d2d2;
    border-bottom: 2px solid #d2d2d2;
    padding: 32px 0;
}
.review-articles h3 {
    font-size: 18px;
}
.commendations .line {
    border-bottom: 2px solid #d2d2d2;
    margin: 25px 0;
}
/* --THE WTM-- */
/* .wtm-content-block .publishing-text-wrapper {
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
} */

/* --JG FAQs-- */



/*-- content blocks customised margins --*/
div#intro-block {
    margin-bottom: 20px;
}
div#wtm-block {
    margin: 20px auto;
}
div#wtm-centres-block {
    margin: 20px auto;
}
div#social-media-block {
    margin-top: 20px;
}
/*-- section separator --*/
.separator {
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #707070;
    max-width: 35%;
    margin: auto;
}
@media (max-width: 500px) {
  .separator {
    max-width: 50%;
}
}
/*-- centre website thumbnail list --*/
#centres-flex-box {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    max-width: 900px;
    margin: auto;
}

#centres-flex-box p {
    text-align: center;
    margin-top: 10px;
}
.centre-thumbnail {
    max-height: 320px;
    max-width: 300px;
    margin: 12px;
}

.centre-thumbnail img {
    max-width: 230px;
    border: 1px solid grey;
}

@media (max-width: 1100px) {
  .centre-thumbnail {
      margin: 20px;
  }
  .centre-thumbnail img {
      max-width: 300px;
  }
}

.centre-left, .centre-right {
    text-align: center;
}

.centre-left p, .centre-right p {
    margin-top: 16px;
    font-size: 20px;
}

.centre-left img, .centre-right img {
    border: 1px solid #d2d2d2;
    width: 100%;
    max-width: 380px;
}