body {
    color: #000;
    font-family: Gibson-Regular;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #08a04b;
}
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: #428bca;
  text-decoration: none;
}
/*-- Global Styles --*/
.wtm-page-wrapper {
    background-color: #fff;
    max-width: 1100px;
    margin: 20px auto;
}
.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: #428bca;
    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; */
}
.ftw {
  font-size: 97%;
}
.centred-text {
  text-align: center;
}
@media (max-width: 600px) {
  .centred-text {
  text-align: left;
  }
}
.quote {
  font-size: 92%;
  font-family: 'Gibson-SemiBold';
}
.quote-source {
  font-size: 80%;
  font-family: Gibson-Regular;
}
hr.hr-green {
  border: 0;
  height: 10px;
  background: #08a04b;
  margin: 0;
}
.background-lgreen {
  background: #92d395;
}
/*-- Header Styles --*/
.wtm-header-banner {
  background: #fff;
  padding: 15px 5px;
  justify-content: center;
}
.wtm-logo-header {
  margin-right: 20px;
}
.wtm-header-banner-text {
   font-size: 50px;
   color: #515151;
}
@media (max-width: 600px) {
.wtm-header-banner-text {
      font-size: 8vw;
}
}
@media (max-width: 500px) {
.wtm-header-banner-text {
      font-size: 9vw;
      text-align: center;
}
.wtm-logo-header {
    margin: 0;
    max-width: 30vw;
}
}
.wtm-logo-header img {
  border-radius: 100%;
}

/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}
.wtm-nav-menu li {
    padding: 10px 8px;
}
.wtm-nav-menu a {
    color: #808080;
    text-decoration: none;
    font-size: 15px;
}
}

@media (max-width: 700px) {
.wtm-mobile-menu-icon {
  color: #333;
}
.menu-open .wtm-nav-menu {
  background: #08a04b;
}
.menu-open .wtm-nav-menu a {
  color: #fff;
}
.close-nav {
  color: #fff;
}
.menu-open .wtm-nav-menu li {
  border-bottom: 2px solid #fff;
}
}

/*-- Home --*/
p.top-sentence {
  font-size: 22px;
  margin-top: 20px;
}
.small-line {
    border-bottom: 1px dashed #888;
    margin: 20px auto;
    max-width: 200px;
}
p.top-quote {
  font-style: italic;
  max-width: 900px;
  margin: 0 auto 20px;
}
.top-quote .bold {
    font-size: 22px;
}
@media (max-width: 600px) {
  .top-quote .bold {
    font-size: 19px;
}
}
#julie-text {
    box-shadow: 0px 0px 8px #888;
    padding: 20px;
}
#julie {
    float: right;
    margin: 0 0 10px 20px;
    border-radius: 100%;
}
@media (max-width: 600px) {
#julie {
    float: none;
    margin: 0 auto 10px;
    display: block;
} 
}
#degrees-list {
  margin: 0 20px 20px 20px;

}
#degrees-list li {
    margin-bottom: 5px;

}
#centre-img > img {
    float: left;
    border-radius: 20px;
    max-width: 250px;
    margin: 0 20px 10px 0;
}
@media (max-width: 600px) {
#centre-img > img {
    float: none;
    margin: 0 auto 15px;
    display: block;
} 
}
img.people-icon {
    float: left;
    margin: 0 20px 10px 0;
}
@media (max-width: 700px) {
img.people-icon {
    float: none;
    margin: 0 auto 10px;
    display:block;
}
}
.colab-dublin {
    margin: 20px;
}
.colab-dublin .centred-text {
    max-width: 700px;
}
#sydney-img {
    margin-top: 20px;
    text-align: center;
}
#sydney-img img {
    border-radius: 20px;
}
#sydney-img p {
    font-size: 15px;
    max-width: 550px;
    margin: 5px auto 10px;
}
#harry-list {
    display: flex;
    list-style: none;
}
#harry-list li {
    margin: 10px;
    width: 50%;
}
@media (max-width: 900px) {
  #harry-list {
      flex-direction: column;
  }
  #harry-list li {
    max-width: 500px;
    width: 100%;
    margin: 10px auto;
  }
  #harry-list li:last-child {
    max-width: 100%;
  }
}
#video-professor-prosen-home {
    margin-top: 0;
}
#harry-list .wtm-print-download-text {
  display: none;
}
#harry-quote {
    font-size: 22px;
    color: #333;
    font-family: 'Gibson-SemiBold';
}
@media (max-width: 600px) {
  #harry-quote {
    font-size: 20px;
}
}
#freedom-flexbox #freedom-text .button {
    border: 2px solid #428bca;
    border-radius: 30px;
    background: #fff;
}
#social-media {
    background: #fff;
    padding: 20px;
}

/*-- About page --*/
#julie-img {
    float: right;
    max-width: 250px;
    box-shadow: 1px 3px 7px #000;
    margin: 0 0 10px 20px;
}
@media (max-width: 500px) {
  #julie-img {
    float: none;
    max-width: 200px;
    margin: 20px auto;
    display: block;
}
}
.julie-quote p {
    text-align: center;
    color: #424242;
    font-size: 22px;
    font-family: 'Gibson-SemiBold';
}
#wtm-list {
    display: flex;
    list-style: none;
    align-items: center;
}
#wtm-list li {
    width: 50%;
    margin: 0 24px;
}
@media (max-width: 900px) {
  #wtm-list {
      flex-direction: column;
  }
  #wtm-list li {
    max-width: 500px;
    width: 100%;
    margin: 10px auto;
  }
  #wtm-list li:last-child {
    max-width: 100%;
  }
} 
/* --JG Page-- */
.images {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 30px;
  align-items: start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.images li {
  min-width: 0;
  text-align: center;
}

.images img {
  display: block;
  width: 100%;
  height: auto;
}
.images p {
  margin: 10px 0 10px;
  font-size: 15px;
}

/* Stack below 700px */
@media (max-width: 700px) {
.images {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 30px;
}
.images li {
  width: 100%;
  max-width: 500px;
}
}
.images-2 {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 20px;
}
.images-2 li {
    text-align: center;
}
.images-2 img{
    max-width: 250px;
    margin: 0 10px;
}
.images-2 li:last-child img {
    border: 1px solid #d2d2d2;
}
@media (max-width: 600px) {
.images-2 {
    flex-direction: column;
}
.images-2 li {
    margin: 10px;
}
}
/* --  Effective Therapy-- */
#blake-img, #teen-img {
    margin-bottom: 10px;
}
/*--Footer styles--*/
footer {
    background-color: #08a04b;
    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;
}
