@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"');

body {
    color: #000;
    font-family: Gibson-Regular;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5 {
    font-family: Gibson-Regular;
    color: #000;
    font-weight: 600;
    font-style: normal;
    max-width: 1020px;
}
h1 {
    margin: 30px auto 20px;
}

/*-- Global Styles --*/
.content-wrapper {
    padding: 20px;
}
.content-block-inner-wrapper {
    margin: 0 auto;
    max-width: 1100px;
}

.wtm-content-section p {
    max-width: 1020px;
    margin: 0 auto 15px;
    line-height: 140%;
}
.wtm-content-section a {
    color: #DE010A;
    font-family: Gibson-SemiBold;
    font-weight: 400;
    text-decoration: none;
}
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; */
}
.centred-text {
  text-align: center;
}
@media (max-width: 600px) {
  .centred-text {
  text-align: left;
  }
}
.wtm-content-section .quote {
  font-family: Gibson-SemiBold;
  font-weight: 400;
  font-size: 17px;
  font-style: italic;
  color: #2d2d2d;
  -moz-osx-font-smoothing: grayscale;
}
.wtm-content-section .quote-source {
  font-size: 16px;
  font-weight: normal;
}
.wtm-content-section .quote-addition {
  font-weight: normal;
}
.paragraph-quote {
  font-weight: normal;
  font-style: normal;
}
.bold-underline {
    font-family: Gibson-SemiBold;
    font-weight: 400;
    text-decoration: underline;
/*     -moz-osx-font-smoothing: grayscale; */
}
.block-headings {
    margin: 0px auto 20px;
/*     padding: 20px 20px 15px; */
/*     border: 3px solid #005B93; */
    border: none;
/*     max-width: 940px;
    border-radius: 30px; */
    text-align: center;
/*     background-color: #fff; */
    color: #005B93;
}
h2.block-headings {
     font-size: 35px;
}
@media (max-width: 600px) {
  h1.block-headings {
     font-size: 26px;
  }
  h2.block-headings {
     font-size: 25px;
  }
}
.blue-border-box {
    margin: 0px auto;
    padding: 30px 20px 10px;
    border: 7px solid #005B93;
    max-width: 940px;
    border-radius: 30px;
}
@media (max-width: 600px) {
  .blue-border-box {
    margin: 0px -20px;
    padding: 20px 10px 10px;
    border-top: 15px solid #005B93;
    border-bottom: 15px solid #005B93;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
.blue-border-top {
    border-top: 15px solid #005B93;
}
.blue-background {
  background-color: #005B93;
}
.colour-block {
    background: #005B93;
    padding: 20px;
    color: #fff;
}
.white-box {
  background-color: #fff;
  max-width: 1100px;
  margin: auto;
  color: #000;
  padding: 10px 40px 30px;
  border-radius: 30px;
}
@media (max-width: 600px) {
  .white-box {
  padding: 20px;
  }
}

/*-- Header Styles --*/
.wtm-header-banner {
  background: #fff;
  padding: 5px 5px 0;
  justify-content: center;
}
.wtm-header-banner-text {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    color: #005B93;
    font-weight: 600;
}
.wtm-logo-header {
    margin: 0 20px;
}
@media(max-width: 1550px) {
  .wtm-header-banner-text {
   font-size: 3.8vw;
  }
  .wtm-logo-header {
    width: 80px;
  }
}
@media(max-width: 500px) {
.wtm-header-banner-text {
    font-size: 30px;
    text-align: center;
    max-width: 450px;
  }
  .wtm-logo-header {
    margin: 0 auto 10px;
  }
}
@media(max-width: 360px) {
.wtm-header-banner-text {
    font-size: 9vw;
  }
}
.wtm-header-banner-text span {
    color: #005B93;
}

/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}  
}
.wtm-navigation {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}
.wtm-nav-menu {
    line-height: 120%;
    padding: 20px 0px 15px;
    font-size: 17px;
    background: #FFFFFF;
    margin: 0px auto;
    border-radius: none;
    border-top: 1px solid #005B93;
    border-bottom: 1px solid #005B93;
    max-width: auto;
    align-items: center;
}
.wtm-nav-menu li {
    margin: 0 6px;
    text-align: center;
}
.wtm-nav-menu li:first-of-type {
    margin-left: 10px;
}
.wtm-nav-menu li:last-of-type {
    margin-right: 10px;
}
.wtm-nav-menu a {
    text-decoration: none;
    color: #005B93;
    font-family: Gibson-SemiBold;
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1500px) {
  .wtm-nav-menu {
  }
}
@media (max-width: 1300px) {
  .wtm-nav-menu {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  .wtm-nav-menu {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .wtm-nav-menu {
    font-size: 12.5px;
  }
}
@media (max-width: 840px) {
  .wtm-nav-menu {
    font-size: 11px;
    padding: 12px 0px 10px;
  }
}
@media (max-width: 740px) {
  .wtm-nav-menu {
    font-size: 11px;
  }
}
@media (max-width: 700px) {
    .menu-open .wtm-nav-menu li {
        border-bottom: 1px solid  #005B93;
    }
    .wtm-nav-menu {
    font-size: 16px;
  }
}

/*-- VIDEOS --*/
#video-wrapper {
    max-width: 560px;
    display: block;
    margin: 0 auto 40px;
    padding-bottom: 0px;
    box-shadow: 1px 2px 8px #A9A9A9;
}

#video {
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 560px;
    text-align: center;
    line-height: 1.3;
    padding: 25px 20px 10px;
}
.wtm-single-video-player {
    margin: 0px auto 0;
}

.wtm-print-download-text a:hover, .wtm-print-download-text a {
    color: #001B47;
    font-weight: 400;
    display: none;
}

#video-description {
    padding: 20px 20px 10px;
    text-align: center;
}
#frankfurt-video .content-wrapper {
    padding: 0 20px;
}

@media (max-width: 600px) {
  #video-wrapper {
    border-bottom: none;
    box-shadow: none;
    margin-bottom: 0;
  }
  #frankfurt-video.content-wrapper {
    padding: 0 20px;
  }
}

/*--Footer styles--*/
footer {
    background-color: #005B93;
    padding: 20px 20ps 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;
}

/*-- Home --*/
#quotes-block {
    background-image: url(https://images.wtmfiles.com/web/Lohr-Park.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
#quotes-flex-container .quote-box {
    text-align: center;
    max-width: 991px;
    display: block;
    margin: 20px auto; 
    border: 1px solid #0F5D8D;
    border-radius: 15px;
    padding: 25px 30px 5px;
    background: rgba(255, 255, 255, 0.85);
}
#quotes-flex-container .read-more {
    max-width: 550px;
}
@media (max-width: 600px) {
  #quotes-block {
    padding-bottom: 30px;
}
  #quotes-flex-container {
    text-align: left;
  }
  #quotes-flex-container .read-more {
    text-align: center;
    margin-top: -8px;
}
}
#quotes-flex-container .quote {
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
}

#read-more-block {
    background: rgba(255, 255, 255);
    max-width: 830px;
    margin: 0px auto;
    padding: 20px 20px 0px;
    border-radius: 30px;
    border: 1px solid #0F5D8D;
}  

#community h2.block-headings {
  margin-top: -20px;
}
/* --NON HOME PAGES-- */



/*-- About page --*/
#about-page .blue-border-box {
  border: 2px solid #005B93;
  margin-bottom: 30px;
}
#intro img {
  max-width: 300px;
  display: block;
  margin: 20px auto;
}
#intro .quote {
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
}
#about-page h2 {
  margin-top: 50px;
  margin-bottom: 20px
}


/* --THE WTM-- */
#publishing-para .content-block-inner-wrapper {
  margin-top: 10px;
  margin-bottom: 0;
}
#publishing-para .content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
#watch-video {
    margin-bottom: 40px;
    max-width: 800px;
}

/* --Translations page-- */
#translations h2 {
    margin-top: 50px;
}
.translations-intro {
  display: flex;
  max-width: 1020px;
  margin: 0 auto;
}
#ti-cover-img img {
  border: none;
  max-width: 250px;
  display: block;
  margin: 20px auto;
}
#translations .image-caption {
  text-align: center;
  max-width: 600px;
  font-size: 16px;
  margin-bottom: 30px;
}

/* --Frequently Asked Questions FAQ-- */
.faq-headings {
  margin-bottom: 10px;
  font-size: 22px;
}
@media (max-width: 600px) {
  .faq-headings {
  font-size: 20px;
  }
}
#faq p {
  margin-bottom: 40px;
}

