body {
    color: #000;
    font-family: Gibson-Regular;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url("/fixtheworldedmonton/img/body-background.jpeg") no-repeat center center fixed;
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
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: #fcb103;
    text-decoration: none;
}
/*-- Global Styles --*/
.wtm-page-wrapper {
    background: none;
}
.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: #fcb103;
}
b {
  font-family: Gibson-SemiBold;
  font-weight: 400;
  color: #2d2d2d;
/*   -moz-osx-font-smoothing: grayscale; */
}

.bold {
    font-family: Gibson-SemiBold;
/*     -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;
}
.quote {
    font-family: Gibson-SemiBold;
    font-size: 92%;
}
.sidebyside {
    display: flex;
    justify-content: center;
    list-style: none;
}
.sidebyside li {
    margin: 0 10px;
}
.wtm-print-download-dropdown {
    color: black;
}
.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;
}
}
#freedom-text .button {
    padding: 7px 5px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Gibson-SemiBold';
    max-width: 350px;
    cursor: pointer;
    border: 4px solid #fff;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}
.background-green {
    background-color: #00747f;
    box-shadow: 2px 1px 8px 1px #000000;
    padding: 30px 20px 20px;
    color: #fff;
}
.background-orange {
    background-color: rgba(220, 126, 60, 0.87);
    padding: 30px 20px 20px;
}
.background-white {
    background-color: #fff;
    box-shadow: 2px 1px 8px 1px #000000;
    padding: 30px 20px 20px;
}
/*-- Header Styles --*/
.wtm-header-banner {
  background: #00747f;
  padding: 15px 5px;
  justify-content: center;
}
.wtm-logo-header {
    position: absolute;
    top: 10px;
    left: 20px;
}
.wtm-banner > picture img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 300px;
    display: block;
}
.wtm-header-banner-text {
  font-family: Gibson-SemiBold;
   font-size: 40px;
   color: #fff;
}
.wtm-header-banner-text span {
   color: #fcb103;
}
@media (max-width: 750px) {
.wtm-header-banner-text {
   font-size: 5vw;
}
}
@media (max-width: 500px) {
.wtm-banner > picture img {
    height: 50vw;
}
}

/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}
.wtm-nav-menu {
    align-items: center;
    height: 80px;
    justify-content: flex-end;
    margin-right: 20px;
}
.wtm-nav-menu li {
    margin: 0 8px;
}
.wtm-nav-menu a {
    color: #fff;
    font-family: Gibson-SemiBold;
    font-size: 14px;

}
}
.wtm-navigation.type-normal {
    background: #00747f;
    height: 80px;
}
.wtm-nav-menu .nav-active a {
    color: #fcb103;
    font-family: Gibson-SemiBold;
}

@media (max-width: 700px) {
.wtm-mobile-menu-icon {
  color: #fff;
  top: 22px;
}
.menu-open .wtm-nav-menu {
  background:#00747f;
}
.wtm-nav-menu a, .menu-open .close-nav {
  color:#fff;
}
}
/* -- homepage -- */
h1.main-heading {
    color: #fff;
    font-size: 18px;
    margin: 0 auto 15px;
}
p.joseph-quote {
    font-family: Gibson-SemiBold;
    font-style: italic;
    font-size: 23px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 10px;
}
.joseph-video-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
p.read-im {
    text-align: center;
    font-family: 'Gibson-SemiBold';
    background: #00747f;
    padding: 20px;
    border-radius: 15px;
}
.integrative-arrow {
    float:right;
    margin: 0 0 10px 20px;
}
.im-list {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
}
.im-list .quote {
    font-size: 20px;
    text-align: center;
}
.im-list .name {
    font-size: 14px;
    text-align: center;
}
@media (max-width: 700px) {
.im-list {
    flex-direction: column-reverse;
}    
}
.commendations-list {
    list-style: none;
}
.commendations-list li {
    background: #fff;
    color: #2d2d2d;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.commendations-list .source {
    font-size: 14px;
    color: #fcb103;
}
#freedom-flexbox {
    background: #00747f;
}
#freedom-flexbox h2 {
    color: #fff;
}
#interview-box {
    background: #fff;
    color: #2d2d2d;
    padding: 20px;
}
#social-media {
    background: #fff;
    color: #2d2d2d;
    padding: 20px;
}
@media (max-width: 550px) {
.wtm-content-block .youtube-button {
    margin: 20px auto 0;
    max-width: 247px;
}
.youtube-button a {
    display: block;
    max-width: 247px;
}
}
.wtm-centres-wrapper h2 {
    color: #fff;
}

/*-- About page --*/
.image-wrapper {
    display: flex;
}
.image-wrapper img {
    max-width: 48%;
    height: auto;
    margin: 0 1%;
}
@media (max-width: 700px) {
.image-wrapper {
    flex-direction: column;
}
.image-wrapper img {
    max-width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    display: block;
}   
}

/* --JG Page-- */
.jg-content h1 {
    margin-top: 0;
}
div#jeremy-griffith {
    padding-top: 0;
}

/* -- Integrative Meaning Page -- */
#integrative-meaning-page {
    background: #fff;
    color: #2d2d2d;
}
#essay .quote-wt {
    font-weight: 400 !important;
    font-size: 90%;
    font-family: 'Gibson-SemiBold';
}
/*-- Contact Page --*/
.contact-background {
    background: #fff;
    color: #2d2d2d;
    padding: 20px;
    margin-bottom: 20px;
}
.contact-h2 {
    color: #fff;
}


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