body {
  font-family: Montserrat, sans-serif;
  color: #152431;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 45px;
  line-height: 50px;
  font-weight: 300;
}

h2 {
  font-family: Montserrat, sans-serif;
  color: #152431;
  font-size: 16px;
  line-height: 22px;
  font-weight:unset;
  margin: 0px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  width: 100%;
  margin-bottom: 10px;
}

a {
  color: #01ad95;
  text-decoration: none;
}

a:hover {
  color: #616ebf;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.container.upcont {
  margin-top: -130px;
}

.container.top {
  position: relative;
  z-index: 3;
}

.container.introcont {
  padding-right: 30%;
}

.brand {
  width: 195px;
  margin-left: -10px;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.brand:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.87);
  -ms-transform: scale(0.87);
  transform: scale(0.87);
}

.navbar {
  background-color: #152431;
  color: #fff;
  font-weight: 700;
}

.navbar.white {
  z-index: 1001;
  padding-left: 10px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .23);
}

.navbar.nbw {
  z-index: 1002;
  padding-left: 0px;
}

.nav-link {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 20px;
  -webkit-transition: background-color 200ms ease, color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, border 200ms ease;
  color: #152431;
  line-height: 18px;
}

.nav-link:hover {
  background-color: transparent;
  color: #01ad95;
}

.nav-link.w--current {
  color: #152431;
}

.nav-link.wt {
  background-color: #ff9617;
  color: #152431;
}

.nav-link.wt:hover {
  background-color: #fff;
}

.nav-link.wwa:hover {
  background-color: #616ebf;
}

.nav-link.ow:hover {
  background-color: #01ad95;
}

.nav-link.nm:hover {
  background-color: #e5403d;
}

.nav-link.c:hover {
  background-color: #8a8a94;
}

.nav-link.ow2 {
  border-bottom-color: #01ad95;
}

.nav-link.ow2:hover {
  background-color: transparent;
  color: #01ad95;
}

.nav-link.nm2 {
  padding-bottom: 15px;
  border-bottom-color: #d84a42;
}

.nav-link.nm2:hover {
  background-color: transparent;
  color: #d84a42;
}

.nav-link.c2 {
  padding-bottom: 15px;
  border-bottom-color: #841c88;
}

.nav-link.c2:hover {
  background-color: transparent;
  color: #841c88;
}

.nav-link.wt3 {
  padding-top: 20px;
  border-bottom-color: #ff9617;
  color: #ff9617;
}

.nav-link.wt3:hover {
  color: #01ad95;
}

.nav-link.nlw {
  padding-top: 20px;
  -webkit-transition: background-color 200ms ease, color 200ms ease, border 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, border 200ms ease, opacity 200ms ease;
  color: #fff;
}

.nav-link.nlw:hover {
  opacity: 0.9;
  color: #01ad95;
}

.subnav {
  position: relative;
  z-index: 1001;
  min-height: 30px;
  background-color: #e9e9f5;
}

.subnav.sbv2 {
  background-color: #fff;
}

.hero {
  position: relative;
  display: block;
  overflow: visible;
  padding-top: 250px;
  padding-bottom: 250px;
  background-color: #e9e9f5;
}

.hero.blueh {
  z-index: 0;
  background-color: #cbcee2;
  background-image: linear-gradient(45deg, #ff9617, #fdd248 56%, #ff9617), linear-gradient(45deg, #944291 1%, #616ebf 39%, #436bd3 70%, #616ebf);
}

.search {
  min-width: 220px;
  margin-bottom: 0px;
  float: right;
  background-color: #e9e9f5;
}

.search:focus {
  background-color: #fff;
}

.search.siv2 {
  margin-right: -8px;
  padding-right: 5px;
  border-right: 1px dotted #8a8a94;
  background-color: #fff;
}

.searchinput {
  display: inline-block;
  width: 88%;
  height: 30px;
  margin-bottom: 0px;
  padding-right: 0px;
  float: left;
  border-style: none;
  background-color: transparent;
}

.searchinput:focus {
  background-color: #fff;
}

.searchinput::-webkit-input-placeholder {
  color: #8a8a94;
}

.searchinput:-ms-input-placeholder {
  color: #8a8a94;
}

.searchinput::-ms-input-placeholder {
  color: #8a8a94;
}

.searchinput::placeholder {
  color: #8a8a94;
}

.search-button {
  display: inline-block;
  height: 30px;
  padding: 2px;
  float: right;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #8a8a94;
  font-size: 18px;
  font-weight: 400;
}

.search-button:hover {
  color: #152431;
}

.socialrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 6px 20px 0px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #152431;
}

.socialrow.sharepop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left-style: none;
  color: #fff;
}

.socialrow.leftsr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-left: 0px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left-style: none;
}

.socialrow.leftsr.mobher {
  color: #fff;
}

.socialrow.srcentre {
  display: inline-block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 15px 6px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 400px;
  background-color: #fff;
}

.socialrow.srcentre.tlshare {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 7px 2px 6px 5px;
  float: right;
  border-radius: 0px;
  background-color: #ececec;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.socialrow.srcentre.tlshare:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.socialrow.quoteshare {
  margin-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 18px;
}

.socialrow.srimage {
  position: absolute;
  top: 11px;
  right: 12px;
  z-index: 2;
  max-width: 40%;
  padding: 7px 10px;
  border-radius: 400px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .19);
  opacity: 0;
}

.socialrow.personsocial {
  display: block;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.sociallink {
  margin-right: 5px;
  margin-left: 5px;
  padding: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #8a8a94;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.sociallink:hover {
  color: #152431;
}

.sociallink.nl {
  margin-right: 3px;
  margin-left: 3px;
  padding: 1px 8px;
  border-radius: 20px;
  background-color: #8a8a94;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #e9e9f5;
  font-size: 13px;
}

.sociallink.nl:hover {
  background-color: #152431;
}

.sociallink.nl.whitenl {
  background-color: #ececec;
  color: #152431;
}

.sociallink.nl.whitenl:hover {
  background-color: #01ad95;
}

.sociallink.nl.whitenl.searchb {
  margin-right: 0px;
  background-color: #fdd248;
}

.sociallink.nl.whitenl.searchb:hover {
  background-color: #01ad95;
}

.sociallink.revsl {
  color: #e9e9f5;
}

.sociallink.revsl:hover {
  color: #152431;
}

.sociallink.whitesl {
  color: #dfdfdf;
}

.sociallink.whitesl:hover {
  color: #01ad95;
}

.sociallink.dark {
  color: #152431;
}

.sociallink.dark:hover {
  color: #fff;
}

.tiny {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.herohead {
  position: relative;
  z-index: 10;
  width: 60%;
  padding: 20px;
  border: 1px solid #152431;
  background-color: #e9e9f5;
  box-shadow: none;
  font-size: 45px;
  line-height: 50px;
  font-weight: 300;
}

.herohead.hh2 {
  z-index: 4;
  overflow: hidden;
  border-style: none;
  border-radius: 15px;
  background-color: rgba(253, 210, 72, .85);
  box-shadow: 40px 28px 50px 0 rgba(255, 150, 23, .37);
}

.pimage {
  position: fixed;
  left: 84%;
  top: auto;
  right: auto;
  bottom: 12%;
  z-index: 1;
  overflow: hidden;
  width: 13%;
  max-width: 100%;
  padding-left: 0px;
  border-radius: 1000px;
  background-color: #fdd248;
}

.pimage._2 {
  left: 62%;
  bottom: 11%;
  width: 17%;
}

.pimage._3 {
  left: 56%;
  bottom: 64%;
  z-index: 1;
  width: 16%;
}

.pimage._4 {
  left: 48%;
  bottom: 13%;
  width: 13%;
}

.pimage._5 {
  left: 45%;
  bottom: 68%;
  width: 12%;
}

.pimage._6 {
  left: 2%;
  bottom: 58%;
  overflow: hidden;
  width: 18%;
}

.pimage._7 {
  left: 32%;
  bottom: 12%;
  width: 15%;
}

.pimage._8 {
  left: 13%;
  bottom: 9%;
  width: 18%;
}

.pimage._9 {
  left: 71%;
  bottom: 63%;
  z-index: 3;
  width: 12%;
  max-width: 100%;
}

.pimage._10 {
  left: 2%;
  bottom: 27%;
  z-index: 2;
  width: 12%;
}

.pimage._11 {
  left: 34%;
  bottom: 67%;
  width: 10%;
}

.pimage._12 {
  left: 21%;
  bottom: 66%;
  width: 12%;
}

.pimage._13 {
  left: 82%;
  bottom: 59%;
  width: 17%;
}

.pimage._14 {
  left: 77%;
  bottom: 34%;
  z-index: 1;
  width: 14%;
}

.pimage.big-col1 {
  left: 64%;
  bottom: 26%;
  z-index: 0;
  width: 400px;
  height: 400px;
  background-color: #fdd248;
  box-shadow: none;
}

.pimage.big-col1.bc2 {
  left: -8%;
  bottom: 14%;
  width: 600px;
  height: 600px;
  background-color: #fdd248;
}

.pimage.big-col1.bc3 {
  left: 31%;
  bottom: 13%;
  width: 350px;
  height: 350px;
  background-color: #fdd248;
}

.pimage.big-col1.bc4 {
  left: 41%;
  bottom: 73%;
  width: 180px;
  height: 180px;
  background-color: #fdd248;
}

.pimage.big-col1.bc5 {
  left: auto;
  right: 0%;
  bottom: -26%;
  background-color: #fdd248;
}

.pimage._15 {
  left: 64%;
  bottom: 42%;
}

.page-section {
  position: relative;
  z-index: 11;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/wiggle.svg');
  background-position: 50% 0px;
  background-size: cover;
  text-align: center;
}

.page-section.whiteps {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.button {
  position: relative;
  z-index: 5;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 9px 15px;
  border-radius: 30px;
  background-color: #152431;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #e9e9f5;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.button:hover {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  color: #fff;
}

.button.work:hover {
  background-color: #01ad95;
}

.button.news:hover {
  background-color: #e5403d;
}

.button.reverse {
  margin-top: 10px;
  background-color: #fdd248;
  color: #152431;
}

.button.reverse:hover {
  opacity: 0.8;
}

.button.reverse.push {
  margin-bottom: 80px;
}

.button.reverse.rev2 {
  background-color: #a2bf39;
}

.button.reverse.leftrev {
  margin-top: 15px;
  margin-right: 20px;
  margin-left: 0px;
}

.button.reverse.opennow {
  border: 1px solid #fdd248;
  box-shadow: inset 0 0 0 2px #152431;
}

.button.reverse.tlbutton {
  margin-top: 15px;
  margin-left: 0px;
}

.button.newsletterb {
  margin-left: 0px;
  border-radius: 0px;
}

.button.leftrev {
  margin-left: 0px;
}

.button.cookieb {
  margin-top: 10px;
  margin-left: 45px;
  color: #fdd248;
}

.fixnav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  max-height: 62px;
  opacity: 1;
}

.topnav {
  position: relative;
  z-index: 1001;
}

.namelink {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12%;
  padding-left: 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 150, 23, 0);
  opacity: 1;
  -webkit-transition: opacity 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 1000ms ease;
  transition: opacity 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 1000ms ease;
  transition: opacity 300ms ease, transform 1000ms ease, color 300ms ease, background-color 300ms ease;
  transition: opacity 300ms ease, transform 1000ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 1000ms ease;
  color: hsla(0, 0%, 100%, 0);
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.namelink:hover {
  background-color: rgba(0, 0, 40, .33);
  opacity: 1;
  -webkit-transform: scale(1.22);
  -ms-transform: scale(1.22);
  transform: scale(1.22);
  color: #fff;
}

.image {
  width: 80%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.section-heading {
  margin-top: 1px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  color: #8a8a94;
  font-size: 44px;
  line-height: 49px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-heading.white {
  color: #fff;
}

._4-block {
  display: inline-block;
  width: 24%;
  margin-right: 0.5%;
  margin-bottom: 10px;
  margin-left: 0.5%;
  float: left;
}

._4-block.nomar4 {
  display: inline-block;
  overflow: hidden;
  width: 25%;
  margin-right: 0%;
  margin-left: 0%;
  float: left;
}

.newslink {
  position: relative;
  display: block;
  border: 1px solid #152431;
  background-color: #e9e9f5;
  text-align: center;
  text-decoration: none;
}

.card-text {
  position: relative;
  overflow: visible;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 18px;
}

.card-text.short {
  display: block;
  width: 70%;
  min-height: 0px;
  float: left;
  text-align: left;
}

.card-text.short.full {
  width: 100%;
  color: #e9e9f5;
}

.card-text.person {
  min-height: 0px;
}

.card-text._20pad {
  padding-right: 20px;
  padding-left: 20px;
}

.card-text.forcedown {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  color: #fff;
}

.cardimage {
  display: block;
  width: 100%;
  max-height: 180px;
  min-height: 24px;
  background-color: #152431;
}

.cardimage.nomax {
  max-height: 500px;
}

.cardtitle {
  margin-top: -1px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
}

.cardtitle.shortct {
  font-size: 22px;
  line-height: 26px;
}

.cardtitle.bigct {
  font-size: 32px;
  line-height: 40px;
}

.lilbreak {
  display: inline-block;
  width: 40%;
  height: 1px;
  max-width: 130px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #152431;
}

.lilbreak.whitelb {
  background-color: #fff;
}

.latest-news {
  position: relative;
  z-index: 10;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  text-align: center;
}

._2block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  float: left;
}

._2block.nomar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagetype {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 11;
  display: inline-block;
  padding: 5px 5px 5px 7px;
  border-radius: 2px;
  background-color: #152431;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.pagetype.impactpt {
  background-color: #01ad95;
}

.pagetype.media {
  background-color: #a2bf39;
}

.pagetype.tweet {
  background-color: #44a6fc;
}

.pagetype.pressrel {
  background-color: #d84a42;
}

.pagetype.camp {
  background-color: #ff9617;
}

.pagetype.vid {
  background-color: #5e3243;
}

.pagetype.gb {
  background-color: #01ad95;
}

.pagetype.op {
  background-color: #152431;
}

.pagetype.heropt {
  margin-right: 5px;
  margin-left: 20px;
}

.pagetype.posttype {
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.pagetype.posttype:hover {
  opacity: 0.8;
  color: #fff;
}

.pagetype.posttype.el {
  background-color: #274168;
}

.pagetype.posttype.co {
  background-color: #d84a42;
}

.pagetype.posttype.rev {
  background-color: #fff;
  color: #152431;
}

.pagetype.searchpt {
  padding-left: 16px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pagetype.searchpt.conred {
  background-color: #d84a42;
}

.pagetype.spark {
  background-color: #fdd248;
  color: #152431;
}

.fa {
  font-family: 'Fontawesome webfont', sans-serif;
  font-weight: 400;
}

.fa.green {
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 25px;
  line-height: 22px;
}

.fa.dblue {
  color: #274168;
}

.fa.lblue {
  color: #44a6fc;
}

.shortcard {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #152431;
  background-color: #e9e9f5;
}

.shortcard.noimage {
  padding-top: 22px;
  background-color: #000028;
  color: #e9e9f5;
}

.shortimage {
  width: 30%;
  max-width: auto;
  float: left;
}

.centre {
  text-align: center;
}

.readmore {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #152431;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #e9e9f5;
  font-weight: 700;
}

.readmore:hover {
  background-color: #e5403d;
}

.who-are {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 120px;
  background-image: linear-gradient(33deg, #e9e9f5 13%, rgba(97, 110, 191, 0) 72%, rgba(229, 61, 95, .31) 95%), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/nmlong2.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: none;
  color: #e9e9f5;
  text-align: center;
}

.who-are.hhwversion {
  z-index: 0;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/curve.svg'), linear-gradient(33deg, #e9e9f5 13%, rgba(97, 110, 191, 0) 72%, rgba(229, 61, 95, .31) 95%), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/nmlong2.jpg');
  background-position: 50% 0px, 0px 0px, 100% 50%;
  background-size: 110%, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.quoteblock {
  display: inline-block;
  max-width: 800px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 30px;
  border-left: 5px solid #152431;
  color: #152431;
  font-size: 25px;
  line-height: 32px;
  font-weight: 800;
}

.meetelders {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  text-align: center;
}

._5-block {
  display: inline-block;
  width: 19%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  float: left;
}

.personblock {
  width: 100%;
  margin-bottom: 15px;
  padding: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  text-align: center;
  text-decoration: none;
}

.personblock:hover {
  border-color: #fff;
}

.personimage {
  width: 100%;
  max-width: 180px;
  margin-bottom: -10px;
  padding: 10px;
  border-radius: 1000px;
}

.video {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(21, 36, 49, .95);
  opacity: 0;
  color: #fdd248;
  text-align: center;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #8a8a94;
  color: #e9e9f5;
  font-size: 12px;
  line-height: 24px;
}

.footer.fb {
  position: relative;
  padding-top: 55px;
  background-color: #01ad95;
}

.footer.fc {
  position: relative;
  background-color: #152431;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffb517), to(#fdd248));
  background-image: linear-gradient(90deg, #ffb517, #fdd248);
  color: #fff;
}

.footerblock {
  padding-left: 6px;
  border-left: 1px solid #fff;
}

._30pxspacer {
  height: 30px;
}

.subfooter {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #152431;
  color: #e9e9f5;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
}

.body2 {
  background-color: #fff;
  font-family: Lato, sans-serif;
}

.navbar-2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fff;
}

.nav-link-2 {
  z-index: 1;
  -webkit-transition: color 200ms ease, padding 200ms ease;
  transition: color 200ms ease, padding 200ms ease;
  color: #8a8a94;
  font-size: 20px;
}

.nav-link-2:hover {
  padding-bottom: 15px;
  color: #152431;
}

.nav-link-2.ab {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/lavendarswipe.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-link-2.ow2 {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/greenswipe2.svg');
  background-position: 50% 97%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-link-2.nm {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/resswipe.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-link-2.con {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/greyswipe2.svg');
  background-position: 50% 97%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-link-2.wt2 {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/orangeswipe.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.brand-2 {
  z-index: 1;
  width: 195px;
}

.inlineblock {
  display: inline-block;
}

.hero2 {
  position: relative;
  min-height: 91vh;
  padding-top: 120px;
  padding-bottom: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #152431;
  color: #fff;
}

.hero2.mah2 {
  background-color: #aac2c4;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/martti-ahtisaari-portrait-for-banner.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero2.h2 {
  min-height: 20px;
  background-color: #152431;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/mjanwel.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero2.kah2 {
  background-color: #ff9617;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/ka2.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero2.bmh2 {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/bmk2.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero2.ebh2 {
  background-color: #01ad95;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/eb2.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero2.lbh2 {
  background-color: #616ebf;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/lb2.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero2.ghbg2 {
  background-color: #e5403d;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/ghb2.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero2.fhc2 {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/fhbc2.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero2.jc2 {
  background-color: #01ad95;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/jc2.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero2.hjh2 {
  background-color: #8a8a94;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/hj2.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero2.rlh2 {
  background-color: #ff9617;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/rl2.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero2.gmh2 {
  background-color: #616ebf;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/gm2.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero2.mrh2 {
  background-color: #01ad95;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/mr2.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero2.dth2 {
  background-color: #e5403d;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/dt2.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero2.ezh2 {
  background-color: #8a8a94;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/ez2.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero2.vidh {
  padding-top: 25vh;
  padding-bottom: 11vh;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 36, 49, .5)), to(rgba(21, 36, 49, .5)));
  background-image: linear-gradient(180deg, rgba(21, 36, 49, .5), rgba(21, 36, 49, .5));
}

.swipe {
  width: 200px;
  margin-left: -10px;
  padding-left: 0px;
}

.elderblock {
  z-index: 1;
  display: inline-block;
  overflow: visible;
  width: 6.666666%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: #152431;
}

.elderblock.w--current {
  background-color: #152431;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.elderblock.v2 {
  margin-right: 6px;
  margin-bottom: 20px;
  margin-left: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: none;
}

.elderblock.v2:hover {
  background-image: none;
}

.elderblock.v2.w--current {
  -webkit-filter: grayscale(0%) contrast(100%);
  filter: grayscale(0%) contrast(100%);
}

.elderblock.v2.hidefirst {
  display: none;
}

.elderblock.v2.hidefirst.w--current {
  display: none;
}

.elderblock.v2.elderemerwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navswipe {
  position: absolute;
  left: 0px;
  top: 41px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
}

.navswipe.nstop {
  left: 0px;
  top: -20px;
  right: 0px;
  bottom: auto;
}

._23block {
  display: block;
  width: 66%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  float: left;
}

.introsection {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 40px;
}

.tabtextpop {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #152431;
  opacity: 1;
  color: #fff;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
}

.tabtextpop.flat {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #8a8a94;
}

.tabtextpop.pop {
  position: absolute;
  left: 0px;
  top: -50px;
  right: 0px;
  display: block;
  width: 120%;
  margin-right: -10%;
  margin-left: -10%;
  border-radius: 3px;
  background-color: #e9e9f5;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
  opacity: 0;
  color: #152431;
  font-weight: 400;
  text-align: center;
}

.readmorebuttontabs {
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 100px;
  background-color: #fdd248;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #152431;
  font-weight: 700;
}

.readmorebuttontabs:hover {
  opacity: 0.85;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #152431;
}

.readmorebuttontabs.newsrm {
  border-radius: 200px;
  background-color: #d84a42;
  color: #fff;
}

.readmorebuttontabs.workrm {
  border-radius: 100px;
  background-color: #01ad95;
  color: #fff;
}

.readmorebuttontabs.aboutrm {
  background-color: #616ebf;
  color: #fff;
}

.readmorebuttontabs.push {
  margin-bottom: 80px;
}

.updatesbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.updatesbox.impact {
  overflow: hidden;
  background-color: #152431;
}

.pagelink {
  position: relative;
  width: 100%;
  min-height: 200px;
  float: left;
  background-color: #535380;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#152431), to(rgba(0, 0, 40, 0)));
  background-image: linear-gradient(0deg, #152431, rgba(0, 0, 40, 0));
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.pagelink:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.pagelink.half {
  position: relative;
  min-height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 40, 0)), to(rgba(0, 0, 40, .7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 40, 0), rgba(0, 0, 40, .7));
  text-decoration: none;
}

.pagelink.half:hover {
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}

.pagelink.half.half2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(24%, rgba(0, 0, 40, 0)), to(#152431)), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/banner-refugees-and-migration-640x270.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 40, 0) 24%, #152431), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/banner-refugees-and-migration-640x270.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pagelink.half.fb {
  overflow: hidden;
  width: 49%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  border: 0px none #e9e9f5;
  border-radius: 3px;
  background-color: transparent;
  background-image: none;
}

.pagelink.wtop {
  background-image: linear-gradient(21deg, rgba(0, 0, 40, .7) 10%, rgba(0, 0, 40, 0)), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/2_the_elders_wt_banner_2a_940x270px.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pagelink.plbkm {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 40, .7)), to(rgba(0, 0, 40, 0))), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/ban-ki-moon-addresses-unsc-650x450.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 40, .7) 10%, rgba(0, 0, 40, 0)), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/ban-ki-moon-addresses-unsc-650x450.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pagelink.plmmw {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 40, .69)), to(rgba(0, 0, 40, 0))), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/usa.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 40, .69) 10%, rgba(0, 0, 40, 0)), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/usa.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pagelink.eh1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#152431), to(rgba(0, 0, 40, 0))), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/3262258962_65f71a6dc9_z.jpg');
  background-image: linear-gradient(0deg, #152431, rgba(0, 0, 40, 0)), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/3262258962_65f71a6dc9_z.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pagelink.manvis {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#152431), to(rgba(0, 0, 40, 0))), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/nelson-mandela-launch-elders-940x430.jpg');
  background-image: linear-gradient(0deg, #152431, rgba(0, 0, 40, 0)), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/nelson-mandela-launch-elders-940x430.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pagelink.contact {
  background-color: #8a8a94;
  background-image: none;
}

.pagelink.shoes {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 40, .7)), to(rgba(0, 0, 40, 0))), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/walk.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 40, .7) 10%, rgba(0, 0, 40, 0)), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/walk.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pagelink.intwo {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 40, .69)), to(rgba(0, 0, 40, 0))), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/hina-jilani-and-mary-robinson-ba-650px.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 40, .69) 10%, rgba(0, 0, 40, 0)), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/hina-jilani-and-mary-robinson-ba-650px.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pagelink.mary {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 40, .7)), to(rgba(0, 0, 40, 0))), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/mary-robinson-650px_1.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 40, .7) 10%, rgba(0, 0, 40, 0)), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/mary-robinson-650px_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pagelink.indo {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #152431), to(rgba(0, 0, 40, 0))), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/gro-brundtland-ernesto-zedillo-the-elders-jokowi-visit-indonesia-november-2017-650px.jpg');
  background-image: linear-gradient(0deg, #152431 10%, rgba(0, 0, 40, 0)), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/gro-brundtland-ernesto-zedillo-the-elders-jokowi-visit-indonesia-november-2017-650px.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pagelink.wbw {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#152431), color-stop(75%, rgba(0, 0, 40, 0))), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/Jimmy-Carter-West-Bank-girls-and-women_600x367.jpg');
  background-image: linear-gradient(0deg, #152431, rgba(0, 0, 40, 0) 75%), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/Jimmy-Carter-West-Bank-girls-and-women_600x367.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pagelink.pii {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#152431), color-stop(74%, rgba(0, 0, 40, 0))), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/gro-brundtland-ernesto-zedillo-the-elders_puskesmas-health-centre-visit-indonesia-november-2017-650px.jpg');
  background-image: linear-gradient(0deg, #152431, rgba(0, 0, 40, 0) 74%), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/gro-brundtland-ernesto-zedillo-the-elders_puskesmas-health-centre-visit-indonesia-november-2017-650px.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pagelink.cc {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#152431), color-stop(76%, rgba(0, 0, 40, 0))), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/banner-climate-change.jpg');
  background-image: linear-gradient(0deg, #152431, rgba(0, 0, 40, 0) 76%), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/banner-climate-change.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pagelink.gnb {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#152431), color-stop(75%, rgba(0, 0, 40, 0))), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/Desmond-Tutu-Ela-Bhatt-Elders-India_600x367.jpg');
  background-image: linear-gradient(0deg, #152431, rgba(0, 0, 40, 0) 75%), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/Desmond-Tutu-Ela-Bhatt-Elders-India_600x367.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pagelink.twitter {
  overflow: hidden;
  width: 24%;
  margin-top: -10px;
  margin-right: 0.5%;
  margin-left: 0.5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px none transparent;
  background-color: transparent;
  background-image: none;
}

.link-titile {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 10px;
  color: #fff;
  font-size: 25px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.link-titile.biglt {
  font-size: 45px;
  line-height: 50px;
  font-weight: 300;
}

.tagbox {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 4px 10px 4px 9px;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/whitetextbg2.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #e5403d;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

.tagbox.about {
  color: #616ebf;
}

.tagbox.contacttb {
  color: #8a8a94;
}

.tagbox.walk {
  color: #ff9617;
}

.mission {
  position: relative;
  padding-top: 80px;
  padding-bottom: 70px;
  background-color: #e9e9f5;
}

.missionblock {
  width: 100%;
  min-height: 390px;
  background-color: #01ad95;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.missionblock:hover {
  opacity: 0.9;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.missionimage {
  width: 100%;
  margin-bottom: -54px;
}

.heading {
  color: #fff;
  font-weight: 300;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  color: #152431;
  font-size: 16px;
  line-height: 22px;
}

.link {
  display: block;
  margin: 10px auto;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  -webkit-transition: opacity 200ms ease, margin 200ms ease, padding 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, margin 200ms ease, padding 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, margin 200ms ease, padding 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, margin 200ms ease, padding 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.link:hover {
  opacity: 0.85;
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  color: #fff;
}

.link.w--current {
  margin-bottom: 0px;
  padding-bottom: 25px;
}

.link.ccb {
  background-color: #44a6fc;
  color: #fff;
}

.link.glsb {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #274168;
}

.link.glsb.v2l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0px;
  text-align: center;
}

.link.uhcb {
  background-color: #01ad95;
}

.link.uhcb.uhcb2 {
  background-color: #4c9983;
}

.link.uhcb.v2l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  text-align: center;
}

.link.atjb {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffa217;
}

.link.atjb.atjb2 {
  background-color: #a2bf39;
}

.link.atjb.v2l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px;
  text-align: center;
}

.link.cccb {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d84a42;
}

.link.cccb.v2l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px;
  text-align: center;
}

.link.refb {
  background-color: #841c88;
}

.link.refb.refb2 {
  background-color: #ae98a1;
}

.link.cbb {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #44a6fc;
}

.link.cbb.v2l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0px;
  text-align: center;
}

.link.refb-copy {
  background-color: #841c88;
}

.link.refb-copy.v2l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  text-align: center;
}

.horizontal-bar {
  height: 1px;
  background-color: #e9e9f5;
}

.newsletter {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.viddiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.video-2 {
  margin-top: -4px;
  margin-bottom: -3px;
  border-style: none;
}

.tabs {
  background-color: #152431;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
}

.tabs.fulltabs {
  min-height: 90vh;
  background-color: transparent;
}

.newslttersign {
  margin-top: -20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  background-color: #e9e9f5;
  color: #616ebf;
}

.newslttersign.newsns {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 0px;
  border-radius: 20px;
  color: #e5403d;
  text-align: left;
}

._3block {
  display: inline-block;
  width: 32.3%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  float: left;
}

.text-field {
  margin-bottom: 15px;
  border-style: none;
  border-radius: 100px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.text-field.searchagain {
  margin-bottom: 0px;
  border: 1px solid #8a8a94;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#ececec));
  background-image: linear-gradient(180deg, #ececec, #ececec);
}

.hide {
  opacity: 0;
}

.subbutton {
  display: inline-block;
  width: 90%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #616ebf;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-weight: 700;
}

.subbutton:hover {
  opacity: 0.85;
}

.subbutton.newssb {
  border-radius: 100px;
  background-color: #e5403d;
  text-align: center;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.tabs-menu.hovertm {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.text-block {
  margin-top: -5px;
}

.brand-4 {
  width: 220px;
  margin-top: -26px;
  padding-top: 5px;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.brand-4:hover {
  opacity: 0.9;
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
}

.brand-4.smallb4 {
  width: 140px;
  margin-top: 2px;
}

.brand-4.logo2 {
  width: 270px;
  margin-top: -27px;
  padding-top: 0px;
}

.body3 {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.small {
  margin-top: 4px;
  padding-top: 8px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.nl2 {
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  border-radius: 3px;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  color: #152431;
  text-align: center;
  text-decoration: none;
}

.nl2:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .17);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #152431;
}

.nl2.tweet {
  width: 48%;
  margin-right: 1%;
  margin-bottom: 10px;
  margin-left: 1%;
  padding-top: 0px;
  border: 1px solid #e9e9f5;
  text-align: left;
}

.nl2.bgimage {
  display: block;
  width: 97%;
  min-height: 350px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 36, 49, 0)), to(#152431)), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/2_the_elders_wt_banner_2a_940x270px.jpg');
  background-image: linear-gradient(180deg, rgba(21, 36, 49, 0), #152431), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/2_the_elders_wt_banner_2a_940x270px.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-align: center;
}

.nl2.bgimage.bgimg2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 36, 49, 0)), to(#152431)), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/abyei-livelihoods-credit-iom-muse-mohammed-650px.jpg');
  background-image: linear-gradient(180deg, rgba(21, 36, 49, 0), #152431), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/abyei-livelihoods-credit-iom-muse-mohammed-650px.jpg');
}

.nl2.page {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 3px;
  background-color: #152431;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.topnav2 {
  float: right;
}

.red {
  color: #fdd248;
}

.green {
  color: #01ad95;
}

.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
  border-top: 1px solid #dfdfdf;
  background-color: #ececec;
  text-align: center;
}

.slide-nav {
  display: none;
}

.mask {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.slider {
  height: 100%;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  background-color: transparent;
}

.slider.gallerys {
  width: 100%;
  height: 100%;
  text-align: center;
}

.icon.g {
  color: #01ad95;
}

.icon.y {
  color: #fdd248;
}

.icon.y:hover {
  color: #ff9617;
}

.right-arrow:hover {
  color: #616ebf;
}

.tweetdate {
  margin-top: 5px;
  color: #c6c6c9;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.tweetlink {
  color: #44a6fc;
}

.tweetlink.tl2 {
  color: #44a6fc;
}

.introhead.centreih {
  position: relative;
  z-index: 1;
  text-align: center;
}

.videxpand {
  overflow: hidden;
  height: 0px;
}

.introhead2 {
  display: inline-block;
  max-width: 1200px;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 60px;
  text-shadow: 0 0 11px #000;
}

.stop {
  width: 100%;
}

.tabs-content {
  min-height: 90vh;
}

.gold {
  color: #fdd248;
  font-weight: 700;
}

.footlogo {
  margin-bottom: 10px;
}

.searchover {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  padding: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(21, 36, 49, .95);
  opacity: 0;
  color: #fff;
  text-align: center;
}

.searchbar {
  display: block;
  max-width: 600px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border-style: none;
  border-radius: 50px;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
}

.close {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 6px 9px;
  border-radius: 30px;
  background-color: #d84a42;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.close:hover {
  opacity: 0.9;
  color: #fff;
}

.close.personcard-close {
  top: 102px;
  right: 20px;
}

.dropdown-list {
  margin-top: 0px;
}

.dropdown-list.w--open {
  position: absolute;
  right: 0px;
  overflow: hidden;
  margin-top: 10px;
  border-radius: 10px;
}

.heading-3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.heading-4 {
  display: inline-block;
  border-bottom: 1px solid #fdd248;
  font-weight: 900;
  text-transform: uppercase;
}

.left-arrow {
  color: #152431;
}

.left-arrow:hover {
  color: #616ebf;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -12px;
  display: block;
  width: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bgvid {
  position: absolute;
  width: 100%;
  min-height: 91vh;
  -webkit-filter: saturate(53%);
  filter: saturate(53%);
}

.mediahead {
  display: block;
  margin-bottom: 10px;
  padding-right: 9%;
  padding-left: 9%;
}

.gallery {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  padding-top: 30px;
  background-color: rgba(21, 36, 49, .95);
  opacity: 0;
  color: #fdd248;
  text-align: center;
}

.media-image {
  display: block;
  margin: 0px auto 15px;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, .68);
}

.gallerypara {
  display: block;
  max-width: 1000px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.carano {
  display: block;
  width: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 3px 8px;
  float: none;
  border-radius: 100px;
  background-color: #fff;
  color: #152431;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.elderimage {
  width: 100%;
  border-radius: 1000px;
  background-color: #152431;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#888da3), to(#8a8a94));
  background-image: linear-gradient(180deg, #888da3, #8a8a94);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.elderimage:hover {
  background-color: #e9e9f5;
  background-image: none;
}

.elderimage.des {
  background-color: #5e3243;
  background-image: none;
}

.elderimage.elderemer {
  background-color: #274168;
  background-image: none;
}

.elderimage.elderemer:hover {
  background-color: #152431;
}

.ee {
  display: inline-block;
  margin-top: 3px;
  color: #8a8a94;
  font-size: 12px;
  line-height: 12px;
}

.namesub {
  margin-top: 10px;
  margin-bottom: 10px;
}

.socialpop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  padding: 10px;
}

.socialpoplink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #8a8a94;
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
}

.socialpoplink:hover {
  color: #152431;
}

.sharenote {
  position: fixed;
  right: 46px;
  bottom: 13px;
  z-index: 2000;
  color: #8a8a94;
  font-size: 12px;
  text-align: right;
}

.socialpoplink2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
  opacity: 1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #8a8a94;
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
}

.socialpoplink2:hover {
  color: #152431;
}

.popimage {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  max-height: 180px;
  max-width: 100%;
  padding-top: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 100px;
  font-weight: 400;
  text-shadow: 0 0 50px #000, 0 0 33px #000;
}

.workbar {
  padding: 20px 20px 0px;
}

.footttext {
  display: block;
  opacity: 0.7;
  color: #152431;
  text-decoration: none;
}

.footttext:hover {
  color: #fff;
}

.text-block-2 {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #8a8a94;
}

.text-block-2:hover {
  color: #616ebf;
}

.text-block-2.leftalign {
  margin-top: -1px;
  text-align: left;
}

.right-arrow-2 {
  color: #152431;
}

.right-arrow-2:hover {
  color: #616ebf;
}

.workblock {
  padding: 25px 20px 15px;
  color: #616ebf;
  text-align: center;
  text-decoration: none;
}

.workblock.horizontal {
  width: 100%;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: left;
}

.workicon {
  display: block;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 1000px;
  background-color: #e9e9f5;
}

.workicon.floatleft {
  margin-right: 15px;
  float: left;
}

.imageflat {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  color: #616ebf;
}

.workno {
  position: relative;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  margin: -25px auto 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 360px;
  background-color: #616ebf;
  color: #fff;
  line-height: 30px;
  font-weight: 700;
}

.onpagenav {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 12;
  display: none;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.onpagelink {
  padding: 10px;
  opacity: 0.51;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.onpagelink:hover {
  opacity: 1;
  -webkit-transform: scale(1.22);
  -ms-transform: scale(1.22);
  transform: scale(1.22);
}

.onpagelink.w--current {
  opacity: 1;
  -webkit-transform: scale(1.22);
  -ms-transform: scale(1.22);
  transform: scale(1.22);
}

.dot {
  width: 100%;
  height: 100%;
  min-height: 10px;
  min-width: 10px;
  border-radius: 1000px;
  background-color: #8a8a94;
}

.subimage {
  position: relative;
}

.newsletterpop {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 101;
  display: none;
  max-width: 500px;
  margin-bottom: 30px;
  margin-left: 30px;
  padding: 20px 20px 5px;
  background-color: #fdd248;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, .16);
  opacity: 0;
}

.newslettericon {
  margin-right: 12px;
  margin-bottom: 11px;
  padding-top: 4px;
  float: left;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #152431;
  font-size: 50px;
  line-height: 50px;
}

.closenews {
  position: static;
  top: 0px;
  right: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  float: right;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #d84a42;
  text-decoration: none;
}

.closenews:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.text-block-3 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}

.select-field {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.heading-6 {
  display: block;
  margin-top: 8px;
  font-size: 25px;
  line-height: 28px;
  text-align: left;
}

.diagram {
  position: relative;
  display: block;
  width: 60%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60%;
  float: left;
}

.topcircle {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(97, 110, 191, 0);
  border-radius: 1000px;
  background-color: rgba(0, 0, 0, .1);
  background-image: url('../images/conflict.svg');
  background-position: 50% 3%;
  background-size: 20%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease, border 500ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border 500ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, transform 400ms ease, border 500ms ease;
  transition: background-color 400ms ease, transform 400ms ease, border 500ms ease, -webkit-transform 400ms ease;
}

.topcircle:hover {
  border: 1px solid #616ebf;
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
}

.left-circle {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 70%;
  padding-top: 70%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(97, 110, 191, 0);
  border-radius: 1000px;
  background-color: rgba(0, 0, 0, .1);
  background-image: url('../images/scalesunbal.svg');
  background-position: 20% 55%;
  background-size: 20%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease, border 500ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border 500ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, transform 400ms ease, border 500ms ease;
  transition: background-color 400ms ease, transform 400ms ease, border 500ms ease, -webkit-transform 400ms ease;
}

.left-circle:hover {
  border: 1px solid #616ebf;
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
}

.right-circle {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 70%;
  padding-top: 70%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(97, 110, 191, 0);
  border-radius: 1000px;
  background-color: rgba(0, 0, 0, .1);
  background-image: url('../images/poli1.svg');
  background-position: 80% 55%;
  background-size: 20%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease, border 500ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border 500ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, transform 400ms ease, border 500ms ease;
  transition: background-color 400ms ease, transform 400ms ease, border 500ms ease, -webkit-transform 400ms ease;
}

.right-circle:hover {
  border: 1px solid #616ebf;
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
}

.centre-circle {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 30%;
  margin-top: 39%;
  margin-left: 35%;
  padding-top: 30%;
  border-radius: 1000px;
  background-color: transparent;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/5b17b064f5c1620d95013ff6_centrecircle.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, transform 400ms ease;
  transition: background-color 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}

.centre-circle:hover {
  background-color: #fff;
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
}

.workrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vennwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5%;
  margin-left: 0.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ourwork {
  position: relative;
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: linear-gradient(135deg, rgba(21, 36, 49, .53), #274168), linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .06)), url('../images/5942aad54.jpg');
  background-position: 0px 0px, 0px 0px, 100% 100%;
  background-size: auto, auto, cover;
  color: #fff;
  text-align: center;
}

.theme {
  width: 33.3332%;
  padding: 200px 20px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
}

.theme:hover {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  color: #fff;
}

.theme.conf {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 36, 49, 0)), to(rgba(21, 36, 49, .53))), url('../images/5942aad54.jpg');
  background-image: linear-gradient(180deg, rgba(21, 36, 49, 0), rgba(21, 36, 49, .53)), url('../images/5942aad54.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.theme.equal {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 36, 49, .09)), to(rgba(21, 36, 49, .8))), url('../images/1e15872673d574b3f4039170af42256b.jpg');
  background-image: linear-gradient(180deg, rgba(21, 36, 49, .09), rgba(21, 36, 49, .8)), url('../images/1e15872673d574b3f4039170af42256b.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 600px;
}

.theme.gov {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(21, 36, 49, .9))), url('../images/DW-MGzAWAAEzbAI.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(21, 36, 49, .9)), url('../images/DW-MGzAWAAEzbAI.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.work-spacer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.themetitle {
  margin-bottom: 0px;
  font-weight: 800;
}

.background2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  background-image: linear-gradient(135deg, rgba(1, 173, 149, .8), rgba(21, 36, 49, .84) 56%), url('../images/1e15872673d574b3f4039170af42256b.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 0;
}

.background3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  background-image: linear-gradient(225deg, rgba(97, 110, 191, .81), #274168), url('../images/DW-MGzAWAAEzbAI.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 0;
}

.progtab {
  padding: 20px;
  border-radius: 3px;
  text-align: left;
}

.progtab.tab1 {
  background-color: #274168;
}

.progtab.tab2 {
  background-color: #44a6fc;
}

.progtab.tab3 {
  background-color: #841c88;
}

.progtab.tab4 {
  background-color: #01ad95;
}

.progtab.tab5 {
  background-color: #ffa217;
  color: #fff;
}

.progtab.tab6 {
  background-color: #d84a42;
}

.progtabhead {
  margin-bottom: 0px;
}

.progtabicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 20px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 1000px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
}

.progtabicon.smallpti {
  width: 50px;
  height: 50px;
  margin-top: 3px;
  margin-right: 10px;
  font-size: 25px;
  line-height: 25px;
}

.progtabicon.bigpti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  float: none;
  border-color: #44a6fc;
  color: #44a6fc;
  font-size: 50px;
  line-height: 50px;
}

.progtabicon.list-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  margin-bottom: 20px;
  float: none;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.progtabicon.list-icon.dblue {
  -webkit-transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease;
}

.progtabicon.list-icon.dblue:hover {
  border-color: #152431;
  background-color: #fff;
  color: #152431;
}

.progtabicon.list-icon.purple:hover {
  border-color: #841c88;
  background-color: #fff;
  color: #841c88;
}

.progtabicon.list-icon.greenli:hover {
  border-color: #01ad95;
  background-color: #fff;
  color: #01ad95;
}

.progtabicon.list-icon.yellow:hover {
  border-color: #ffa217;
  background-color: #fff;
  color: #ffa217;
}

.progtabicon.list-icon.red:hover {
  border-color: #d84a42;
  background-color: #fff;
  color: #d84a42;
}

.instaimage {
  position: relative;
  width: 15.666%;
  margin-right: 0.5%;
  margin-bottom: -1px;
  margin-left: 0.5%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.instaimage:hover {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.instaicon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(21, 36, 49, .23);
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

.instaicon:hover {
  opacity: 1;
}

.heading-8 {
  font-weight: 800;
}

.tag {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 4px;
  padding: 5px 7px 5px 10px;
  background-color: #fff;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.purp {
  color: #841c88;
}

.cblu {
  color: #44a6fc;
}

.eblu {
  color: #274168;
}

.cred {
  color: #d84a42;
}

.uhcgreen {
  color: #01ad95;
}

.jyel {
  color: #ffa217;
}

.ourworkintro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #152431;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/image-flip.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.ourworkintro.cc {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .15)), to(rgba(0, 0, 0, .15))), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/smoke.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/smoke.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.ourworkintro.elder {
  min-height: 70vh;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/annan-hero_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.ourworkintro.elder.mary {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/mary1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.ourworkintro.smallintro {
  display: block;
  min-height: 0vh;
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #152431;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  text-align: center;
}

.programblock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.programcard {
  overflow: hidden;
  min-width: 30%;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-color: #274168;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.programcard:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.programcard.ccb {
  background-color: #44a6fc;
}

.programcard.refpc {
  background-color: #841c88;
}

.programcard.atj {
  background-color: #ffa217;
}

.programcard.ccr {
  background-color: #d84a42;
}

.programcard.uhc {
  background-color: #01ad95;
}

.programcard.pastwork {
  background-color: #5e3243;
}

.programtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 19px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.progimage {
  width: 100%;
}

.progtitle {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 800;
}

.readmorecard {
  margin-top: 10px;
  color: hsla(0, 0%, 100%, .8);
  font-size: 14px;
  line-height: 18px;
}

.intro {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.pagehead {
  display: block;
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  text-transform: uppercase;
}

.doublesec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.doublesec.videods {
  min-height: 0px;
}

.dsimg {
  position: relative;
  max-width: 50%;
  min-height: 250px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/5942aad54.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dsimg._2 {
  background-image: url('../images/1e15872673d574b3f4039170af42256b.jpg');
}

.dsimg._3 {
  background-image: url('../images/DW-MGzAWAAEzbAI.jpg');
}

.dsimg._4 {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/nambibn.jpg');
}

.dsimg._5 {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/windmill-62257_1280.jpg'), url('../images/5942aad54.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.dsimg._6 {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/cropdsc07980.jpg');
}

.dsimg.k1 {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/816px-Kofi_Annan_2012_cropped.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dsimg.k2 {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/Kofi2hero.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.dsimg.k3 {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/KA-with-Pdt-Obama1.jpg');
  background-position: 50% 50%;
  background-size: 960px;
}

.dsimg.videodsb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: none;
}

.dsimg.m1 {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/river.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dsimg.m2 {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/2-Mary-Robinson.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dsimg.m3 {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/Mary_Robinson_in_Somalia.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.dstext {
  display: block;
  max-width: 50%;
  min-height: 400px;
  padding: 70px 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.dstext.rightds {
  padding-right: 15%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dstext.rightds.dark {
  background-color: #152431;
  color: #fff;
}

.dstext.leftds {
  padding-left: 15%;
}

.dstext.leftds.dark {
  background-color: #152431;
  color: #fff;
}

.themeh3 {
  position: relative;
  width: 100%;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
}

.missionstatement {
  padding: 80px 20px;
  background-color: #e9e9f5;
  text-align: center;
}

.missionstatement.msimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.missiontext {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.missionpara {
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.heading-9 {
  margin-bottom: 20px;
}

.workpage {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  text-align: center;
}

.ddblock {
  position: relative;
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px 10px;
  border-bottom: 1px solid #e9e9f5;
}

.goal {
  color: #8a8a94;
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.ddhead {
  margin-bottom: 20px;
  padding-right: 70px;
  font-size: 36px;
  line-height: 47px;
  text-align: left;
}

.rich-text-block {
  overflow: hidden;
  height: 0px;
  line-height: 25px;
  text-align: left;
}

.rich-text-block li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.rich-text-block figcaption {
  display: block;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 6px 10px;
  background-color: #152431;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.rich-text-block img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.rich-text-block blockquote {
  display: block;
  width: 50%;
  float: left;
  font-weight: 900;
}

.rich-text-block.rtbopen {
  height: auto;
}

.cross {
  position: absolute;
  top: 22px;
  right: 0px;
  z-index: 2;
  margin-right: -26px;
  padding: 10px 36px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #01ad95;
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
  cursor: pointer;
}

.cross:hover {
  color: #152431;
}

.relevant-news {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  text-align: center;
}

.relevant-news.rngrey {
  background-color: #ececec;
}

.icons-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imagecaption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-width: 60%;
  margin-right: 15%;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, .39);
  color: #fff;
}

.imagecaption.inlineic {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  margin-right: 0px;
  padding: 5px 8px;
  background-color: #ececec;
  color: #8a8a94;
  font-size: 12px;
  line-height: 18px;
}

.tagtext {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 12;
  display: inline-block;
  margin-top: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #8a8a94;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.tagtext.searchtag {
  position: absolute;
  margin-top: 10px;
  padding-bottom: 9px;
  padding-left: 15px;
  text-align: left;
}

.iltagname {
  position: absolute;
  margin-top: 45px;
  opacity: 0;
  color: #fff;
}

.meganews {
  display: block;
  width: 100%;
  padding: 40px 45% 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #274168;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/herostory.jpg');
  background-position: 50% 0px;
  background-size: cover;
  color: #152431;
  text-align: left;
}

.meganews:hover {
  color: #152431;
}

.meganews.mn2 {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/rmrpto.jpg');
}

.meganews.mn3 {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/uhc_1.jpg');
  background-position: 50% 50%;
}

.meganews.mn4 {
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/kimtrump.jpg');
  background-position: 100% 0px;
}

.megatitle {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 55px;
  font-weight: 800;
}

.newsblock {
  padding-top: 70px;
  padding-bottom: 60px;
  text-align: center;
}

.bextext {
  position: relative;
  margin-left: 70px;
  padding: 20px 15px 20px 20px;
  background-color: hsla(0, 0%, 100%, .83);
}

.bextext.noscroll {
  margin-left: 0px;
}

.tabs-2 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newstab {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, padding 200ms ease, margin 200ms ease;
  transition: background-color 200ms ease, padding 200ms ease, margin 200ms ease;
  color: #152431;
  font-weight: 900;
  text-transform: uppercase;
}

.newstab:hover {
  background-color: #dfdfdf;
}

.newstab.w--current {
  margin-top: -10px;
  padding-top: 25px;
  background-color: #152431;
  color: #fff;
}

.tab-wrapper {
  position: relative;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.tab-prev {
  position: absolute;
  left: 0px;
  top: 235px;
  z-index: 1;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #152431;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
}

.tab-prev:hover {
  background-color: rgba(21, 36, 49, .8);
}

.tab-next {
  position: absolute;
  top: 235px;
  right: 0px;
  z-index: 1;
  display: block;
  margin-right: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #152431;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
}

.tab-next:hover {
  background-color: rgba(21, 36, 49, .8);
}

.heronewsection {
  padding: 40px 10px;
  background-color: #ececec;
  text-align: center;
}

.loading-more {
  padding: 30px 20px 50px;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
}

.loadicon {
  display: inline-block;
  padding: 5px;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}

.heroarticleblock {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ececec;
  text-align: center;
}

.newsfilter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -60px;
  padding: 20px 10px;
  background-color: #ececec;
}

.dropdown {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

.dropdown-toggle {
  width: 100%;
  color: #152431;
}

.dropdown-list-2.w--open {
  border: 1px solid #dfdfdf;
  background-color: #fff;
  font-weight: 400;
  text-transform: none;
}

.dropdown-list-2.elderlist.w--open {
  left: -100%;
  width: 300%;
}

.dropdown-link {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #dfdfdf;
  color: #152431;
}

.dropdown-link.elderdl {
  display: inline-block;
  width: 33%;
  margin-bottom: -5px;
}

.check {
  display: inline-block;
  padding: 5px;
  float: left;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.checktext {
  display: inline-block;
  max-width: 70%;
  margin-left: 10px;
  padding-top: 4px;
  float: left;
  color: #152431;
}

.tick {
  opacity: 0;
  color: #01ad95;
}

.tick.currenttick {
  opacity: 1;
}

.postbody {
  position: relative;
  padding-top: 60px;
  padding-bottom: 0px;
}

.postbody.postgallery {
  padding-bottom: 0px;
  background-color: #152431;
}

.postbody.postgallery.light {
  background-color: #fff;
}

.postcentrecol {
  position: relative;
  display: block;
  width: 55%;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

.postcentrecol.bighero {
  width: auto;
  max-width: 1200px;
  margin-top: -14vh;
  float: none;
  color: #fff;
  text-align: left;
}

.post-title {
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: 800;
}

.post-title.subpt {
  margin-bottom: 0px;
  padding-top: 0px;
  font-weight: 300;
}

.newstag {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px 10px;
  border-radius: 3px;
  background-color: #ececec;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #8a8a94;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.newstag:hover {
  background-color: #dfdfdf;
}

.newstag.filternt:hover {
  color: #d84a42;
}

.newstag.closent {
  background-color: #d84a42;
  color: #fff;
}

.postdate {
  margin-top: 10px;
  color: #8a8a94;
  font-size: 14px;
  line-height: 18px;
}

.posthero {
  position: relative;
  display: block;
  width: 100%;
  min-height: 2px;
  margin-bottom: 40px;
  float: left;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
  text-align: center;
}

.post-rich-text {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

.post-rich-text blockquote {
  border-left-color: #8a8a94;
  font-size: 25px;
  line-height: 32px;
  font-weight: 900;
}

.post-rich-text a {
  color: #01ad95;
}

.post-rich-text a:hover {
  color: #616ebf;
}

.post-rich-text img {
  position: relative;
}

.post-rich-text p {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 25px;
}

.post-rich-text figcaption {
  position: relative;
  margin-top: 0px;
  padding: 5px 8px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #ececec;
  color: #8a8a94;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  text-align: left;
}

.post-rich-text figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

.quotename {
  color: #01ad95;
  font-size: 16px;
  line-height: 18px;
}

.quotename:hover {
  color: #616ebf;
}

.quotetext {
  text-indent: -12px;
}

.text-block-6 {
  font-weight: 400;
}

.text-block-6.white {
  color: #fff;
}

.mediainq {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #8a8a94;
  border-bottom: 1px solid #8a8a94;
  color: #8a8a94;
}

.article-end {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  background-color: #ececec;
  text-align: center;
}

.aeblock {
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  float: left;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.postabout {
  display: block;
  width: 22%;
  min-height: 10px;
  padding-left: 10px;
  float: left;
  border-left: 1px solid #ececec;
}

.inlineimage {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 1px;
}

.elderlinkblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
  background-color: #ececec;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #8a8a94;
  font-size: 12px;
  line-height: 16px;
}

.elderlinkblock:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.elderhead {
  width: 30%;
  margin-right: 4%;
  border-radius: 1000px;
  background-color: #8a8a94;
}

.elderheadtext {
  display: inline-block;
  width: 66%;
}

.elderheadtitle {
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 18px;
}

.articleleftcol {
  display: block;
  width: 22%;
  min-height: 10px;
  padding-right: 1%;
  float: left;
}

.postherobig {
  min-height: 70vh;
  background-image: url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/mandela2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}

.videoposthero {
  background-color: #000;
}

.galleryrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid hsla(240, 4%, 56%, .33);
}

.imagedesc {
  width: 20%;
  min-height: 30px;
  padding-right: 20px;
  padding-left: 0px;
  color: #fff;
  text-align: left;
}

.imagedesc.lightimgdec {
  color: #8a8a94;
}

.gallerytitle {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.credit {
  margin-top: 11px;
  font-size: 12px;
  line-height: 16px;
}

.galleryintro {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: -20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #152431;
}

.galleryintro.lightgi {
  background-color: #fff;
  color: #152431;
}

.heading-10 {
  margin-top: -10px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.quoteicon {
  margin-bottom: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.open {
  position: absolute;
  top: 44px;
  right: 42px;
  z-index: 1;
  padding-right: 12px;
  padding-left: 3px;
  border-radius: 2px;
  background-color: #ececec;
  font-size: 12px;
}

.quicknewsrow {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .08);
  color: #152431;
  text-align: center;
}

.micronewsblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  max-width: 300px;
  margin-top: 10px;
  margin-right: 1%;
  margin-bottom: 10px;
  padding-left: 1%;
  float: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px solid hsla(0, 0%, 93%, .27);
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #152431;
  font-size: 14px;
  text-align: left;
}

.micronewsblock:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #274168;
}

.mobileimage {
  display: none;
}

.timelistitem {
  position: relative;
  margin-left: 13px;
  padding: 15px 20px 15px 40px;
  border-left: 1px solid #8a8a94;
  text-align: left;
}

.timelistitem.endtli {
  padding-bottom: 5px;
}

.timebullet {
  position: absolute;
  left: -13px;
  top: 50%;
  display: block;
  margin-top: -15px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 400px;
  background-color: #fff;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #8a8a94;
  font-size: 30px;
  line-height: 26px;
}

.timebullet.endtb {
  left: -9px;
  top: 16%;
  margin-top: 0px;
  background-color: transparent;
}

.slider-3 {
  height: 100%;
  background-color: #e9e9f5;
}

.slide-nav-2 {
  opacity: 0.37;
}

.left-arrow-3 {
  margin-right: 40px;
  margin-left: 40px;
  color: #8a8a94;
}

.eldercard {
  position: relative;
  z-index: 1;
  display: block;
  width: 18%;
  min-height: 40px;
  margin-right: 1%;
  margin-bottom: 40px;
  margin-left: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, width 300ms ease, height 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, width 300ms ease, height 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, width 300ms ease, height 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, width 300ms ease, height 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.eldercard:hover {
  z-index: 2;
  background-color: #ececec;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.eldercard:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.eldercard.popec {
  width: auto;
  min-width: 20%;
  margin-right: 20px;
  margin-left: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.eldercard.popec:hover {
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.eldercard.teammember {
  width: 15%;
  margin-right: 0.5%;
  margin-left: 0.5%;
}

.eldercardtitle {
  padding: 10px 15px 10px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #152431;
  text-align: left;
}

.text-block-7 {
  position: relative;
  margin-bottom: 2px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #8a8a94;
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.overimage {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  opacity: 0;
}

.eldertag {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  display: inline-block;
  padding: 3px 5px 2px;
  float: left;
  background-color: #ececec;
  color: #274168;
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

.eldertag.etee {
  background-color: #274168;
  color: #ececec;
}

._2coltext {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

._2coltext.left {
  display: inline-block;
  width: 50%;
  float: left;
  color: #274168;
}

._2coltext.right {
  display: inline-block;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
}

.curve {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 110vw;
  max-width: 110vw;
  min-width: 110vw;
  margin-bottom: -30px;
  text-align: center;
}

.curve-container {
  overflow: hidden;
  margin-top: -2px;
  margin-left: -6px;
  padding-bottom: 30px;
  text-align: center;
}

.abouttext {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 30px 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .46);
  color: #152431;
}

.personcontainer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  overflow: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, .56);
  opacity: 0;
}

.aboutcentrecol {
  position: relative;
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.aboutrightcol {
  position: relative;
  top: 0px;
  display: inline-block;
  width: 30%;
  min-height: 50px;
  padding-top: 30px;
  padding-bottom: 29px;
  padding-left: 40px;
  float: right;
  text-align: left;
}

.ddblockwsidebar {
  display: block;
  text-align: left;
}

.smalltext {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}

.onpagenlform {
  margin-bottom: 15px;
  padding: 10px 10px 15px;
  border-radius: 3px;
  background-color: #fdd248;
}

.breadcrumbs {
  position: absolute;
  left: 0px;
  top: 88px;
  right: 0px;
  z-index: 100;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.breadcrumbs.nopush {
  top: 0px;
}

.crumb {
  display: inline-block;
  margin-right: 6px;
  padding: 5px 8px;
  border-radius: 100px;
  background-color: hsla(240, 4%, 56%, .4);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #ececec;
  font-size: 14px;
  line-height: 18px;
}

.crumb:hover {
  background-color: #8a8a94;
}

.crumbarrow {
  display: inline-block;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: hsla(240, 4%, 56%, .43);
  font-size: 14px;
  line-height: 18px;
}

.newshero {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #44a6fc;
  background-image: linear-gradient(225deg, #44a6fc, #274168);
  color: #fff;
}

.newshero.searchhero {
  background-image: linear-gradient(225deg, #841c88, #274168);
  color: #fff;
}

.newshero.pagehero {
  background-image: linear-gradient(225deg, #fdd248, #ff9617);
}

.pastworkhide {
  overflow: hidden;
  height: 0px;
  -webkit-transition: height 500ms ease;
  transition: height 500ms ease;
}

.filterapply {
  padding-bottom: 10px;
}

.timelinewrapper {
  position: relative;
  min-height: 100px;
  padding-top: 75px;
}

.timelinecontainer {
  position: relative;
  display: block;
  max-width: 1200px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.timeline {
  position: absolute;
  left: 49.75%;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 0.5%;
  height: 100%;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #fdd248;
}

.timeline.strategy {
  background-color: #616ebf;
}

.timelinerow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timelinerow.smallrow {
  padding-top: 0px;
  padding-bottom: 0px;
}

.timelineleft {
  position: relative;
  display: inline-block;
  width: 45%;
  min-height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-align: right;
}

.timelinecentre {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 10%;
  min-height: 40px;
  background-color: transparent;
}

.timelineright {
  position: relative;
  display: inline-block;
  width: 45%;
  min-height: 60px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  text-align: left;
}

.tllcontent {
  position: relative;
  z-index: 4;
  overflow: hidden;
  min-height: 20px;
  padding: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  background-color: #fff;
  text-align: left;
}

.tllcontent.mediatc {
  position: relative;
  display: inline-block;
  padding: 0px;
}

.tllcontent.tlvid {
  padding: 0px;
}

.tldot {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 400px;
  background-color: #fdd248;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, .63) 24%, hsla(0, 0%, 100%, 0) 27%);
}

.tldot.strategy {
  background-color: #616ebf;
}

.timelinedate {
  color: #8a8a94;
  text-transform: uppercase;
}

.tlbreak {
  width: 15%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fdd248;
}

.timeline-title {
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
}

.tlleftarrow {
  position: absolute;
  top: 50%;
  right: -13px;
  bottom: 0px;
  z-index: 2;
  display: inline-block;
  height: 30px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  text-shadow: 0 0 1px rgba(0, 0, 0, .6), 4px 0 17px rgba(0, 0, 0, .22);
}

.tlrightarrow {
  position: absolute;
  left: -13px;
  top: 50%;
  bottom: 0px;
  z-index: 3;
  display: inline-block;
  height: 30px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  text-shadow: 0 0 1px rgba(0, 0, 0, .6), -4px 0 17px rgba(0, 0, 0, .22);
}

.tlimage {
  width: auto;
  max-height: 300px;
}

.tlquote {
  margin-top: 10px;
  padding-left: 10px;
  border-left: 3px solid #152431;
  font-weight: 800;
}

.tlquotename {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  font-weight: 400;
}

.timlineblocktitle {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  color: rgba(21, 36, 49, .15);
  font-size: 80px;
  line-height: 80px;
  font-weight: 900;
}

.timelinenav {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
}

.timelinelink {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  color: #fdd248;
  font-weight: 700;
}

.timelinelink.w--current {
  color: #152431;
}

.div-block-4 {
  position: fixed;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  padding-top: 2px;
  padding-bottom: 1px;
  border-top: 1px solid #dfdfdf;
  background-color: #fff;
}

.contact-sidebar {
  display: inline-block;
  width: 30%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  text-align: left;
}

.form-wrapper {
  width: 65%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  float: left;
}

.form-block {
  width: 100%;
  padding: 20px 20px 30px;
  border-radius: 3px;
  background-color: #ececec;
  text-align: left;
}

.textarea {
  min-height: 250px;
  margin-bottom: 15px;
  border: 0px none #000;
  border-radius: 15px;
}

.fieldlabel {
  display: inline-block;
}

.fieldlabel.req {
  padding-right: 8px;
  float: right;
  color: #d84a42;
  font-size: 12px;
  font-weight: 400;
}

.fieldlabel.wordcount {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  padding-right: 13px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 14px;
}

.tickbox {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 0px;
  color: #152431;
}

.messagewrap {
  position: relative;
}

.searchwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 30px;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #152431;
  text-align: left;
}

.searchwrap:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.searchimage {
  position: relative;
  overflow: hidden;
  width: 45%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ececec;
}

.searchtitle {
  display: block;
  margin-bottom: 5px;
  font-weight: 800;
}

.searchtext {
  position: relative;
  width: 54%;
  padding: 31px 15px 30px;
  float: left;
  font-size: 14px;
  line-height: 18px;
}

._100image {
  position: relative;
  width: 100%;
}

.searchitem {
  margin-right: -2px;
  margin-left: -2px;
  padding-right: 2px;
  padding-left: 2px;
  background-color: #01ad95;
}

.searchcol {
  width: 70%;
  float: left;
}

.searchrightcol {
  width: 30%;
  padding-left: 40px;
  float: left;
  text-align: left;
}

.pagenumber {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  background-color: #8a8a94;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 900;
}

.pagenumber:hover {
  background-color: #01ad95;
  color: #fff;
}

.pagenumber.w--current {
  background-color: #01ad95;
}

.ventext {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 50%;
  margin-top: 22%;
  margin-right: auto;
  margin-left: auto;
  color: #274168;
  font-weight: 800;
}

.ventext.bright {
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0px;
  width: 30%;
  margin-right: 12%;
  margin-bottom: 22%;
}

.ventext.bleft {
  left: 0px;
  top: auto;
  right: auto;
  bottom: 0px;
  width: 30%;
  margin-right: auto;
  margin-bottom: 22%;
  margin-left: 12%;
}

.venkey {
  width: 35%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 5%;
  padding: 10px 20px;
  float: left;
  border-radius: 5px;
  background-color: #ececec;
}

.subgenres {
  min-width: 25%;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #44a6fc;
  border-radius: 3px;
  background-color: #274168;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/johannesburg-408643_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/johannesburg-408643_1920.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-shadow: 0 0 15px #000;
}

.subgenres:hover {
  opacity: 0.85;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #fff;
}

.subgenres.sg1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/rubish.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/rubish.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.subgenres.sg2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/pb2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/pb2.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

.div-block-5 {
  display: inline-block;
}

.pagenumberrow {
  text-align: center;
}

.cookies {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 120;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fdd248;
  opacity: 1;
  font-size: 14px;
  line-height: 18px;
}

.info {
  display: block;
  margin-right: 10px;
  float: left;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.text-block-9 {
  display: block;
}

.div-block-6 {
  display: none;
  opacity: 0;
}

.bartext {
  width: 100%;
}

html.w-mod-js *[data-ix="imagefly1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}

html.w-mod-js *[data-ix="imagefly-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}

html.w-mod-js *[data-ix="imagefly-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}

html.w-mod-js *[data-ix="timelineload"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px) scale(1.14, 1.14);
  -ms-transform: translate(0px, 200px) scale(1.14, 1.14);
  transform: translate(0px, 200px) scale(1.14, 1.14);
}

@media (max-width: 991px) {
  .nav-link.nlw {
    color: #152431;
  }
  .hero {
    padding-top: 30px;
    padding-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .herohead {
    display: inline-block;
    width: 100%;
    border-style: none;
    background-color: transparent;
    box-shadow: none;
  }
  .herohead.hh2 {
    background-color: transparent;
  }
  .pimage {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    display: inline-block;
    width: 15%;
    max-width: 15%;
    margin-top: 10px;
    margin-right: 4px;
    margin-left: 4px;
  }
  .pimage._2 {
    left: auto;
    bottom: auto;
  }
  .pimage._3 {
    left: auto;
    bottom: auto;
  }
  .pimage._4 {
    left: auto;
    bottom: auto;
    width: 15%;
  }
  .pimage._5 {
    left: auto;
    bottom: auto;
    width: 15%;
  }
  .pimage._6 {
    left: auto;
    bottom: auto;
  }
  .pimage._7 {
    left: auto;
    bottom: auto;
  }
  .pimage._8 {
    left: auto;
    bottom: auto;
  }
  .pimage._9 {
    left: auto;
    bottom: auto;
    width: 15%;
  }
  .pimage._10 {
    left: auto;
    bottom: auto;
    width: 15%;
  }
  .pimage._11 {
    left: auto;
    bottom: auto;
    width: 15%;
  }
  .pimage._12 {
    left: auto;
    bottom: auto;
    width: 15%;
  }
  .pimage._13 {
    left: auto;
    bottom: auto;
  }
  .pimage._14 {
    left: auto;
    bottom: auto;
    width: 15%;
  }
  .pimage.big-col1 {
    display: none;
  }
  .pimage.big-col1.bc2 {
    left: auto;
    bottom: auto;
  }
  .pimage._15 {
    left: auto;
    bottom: auto;
  }
  .page-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .button {
    margin-bottom: 10px;
  }
  .button.reverse.push {
    margin-bottom: 0px;
  }
  .button.reverse.leftrev {
    border-radius: 20px;
  }
  .button.reverse.tlbutton {
    font-size: 14px;
    line-height: 18px;
  }
  .button.cookieb {
    margin-left: 0px;
  }
  .namelink {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 18px;
  }
  .image {
    width: 100%;
  }
  .section-heading {
    font-size: 43px;
    line-height: 48px;
  }
  ._4-block.nomar4 {
    width: 50%;
    float: none;
  }
  .card-text {
    min-height: 200px;
  }
  .card-text.short {
    width: 60%;
  }
  .card-text._20pad {
    min-height: 0px;
  }
  .card-text.forcedown {
    min-height: 0px;
  }
  .cardimage {
    max-height: 250px;
  }
  .cardtitle {
    font-size: 18px;
    line-height: 25px;
  }
  .body {
    font-size: 14px;
    line-height: 18px;
  }
  ._2block.nomar.special {
    width: 100%;
  }
  .shortimage {
    width: 40%;
  }
  .who-are {
    background-image: linear-gradient(180deg, rgba(21, 36, 49, .61), rgba(21, 36, 49, .61)), linear-gradient(33deg, #e9e9f5 13%, rgba(97, 110, 191, 0) 72%, rgba(229, 61, 95, .31) 95%), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/nmlong2.jpg');
    background-position: 0px 0px, 0px 0px, 100% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .video {
    padding-right: 10%;
    padding-left: 10%;
  }
  .hero2 {
    min-height: 0px;
    padding-top: 40px;
    padding-bottom: 120px;
  }
  .hero2.mah2 {
    background-position: 100% 100%;
  }
  .hero2.kah2 {
    background-position: 100% 100%;
  }
  .hero2.bmh2 {
    background-position: 100% 100%;
  }
  .hero2.vidh {
    padding-top: 10vh;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#152431), color-stop(16%, rgba(21, 36, 49, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(21, 36, 49, .5)), to(rgba(21, 36, 49, .5)));
    background-image: linear-gradient(0deg, #152431, rgba(21, 36, 49, 0) 16%), linear-gradient(180deg, rgba(21, 36, 49, .5), rgba(21, 36, 49, .5));
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }
  .elderblock {
    display: inline-block;
    width: 12.5%;
  }
  .elderblock.v2 {
    margin-top: 0%;
    margin-bottom: 5px;
  }
  .elderblock.v2.elderemerwrap {
    width: 5.5%;
    padding-top: 0%;
  }
  .introsection {
    padding-top: 30px;
  }
  .tabtextpop {
    font-size: 14px;
    line-height: 18px;
  }
  .tabtextpop.pop {
    display: none;
  }
  .readmorebuttontabs.push {
    margin-bottom: 21px;
  }
  .link-titile {
    font-size: 18px;
    line-height: 22px;
  }
  .mission {
    padding-top: 29px;
  }
  .missionblock {
    min-height: 320px;
  }
  .heading {
    font-size: 16px;
    line-height: 20px;
  }
  .newsletter {
    padding-top: 30px;
  }
  .tabs.fulltabs {
    min-height: 0vh;
  }
  .newslttersign.newsns {
    display: none;
  }
  .tabs-menu {
    display: block;
  }
  .tabs-menu.hovertm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block {
    margin-top: -13px;
  }
  .small {
    display: none;
  }
  .nl2.page {
    display: inline-block;
    width: 32%;
    margin-right: 1%;
    float: left;
  }
  .nl2.page.stacking {
    width: 100%;
  }
  .slider.gallerys {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .right-arrow {
    margin-right: -20px;
  }
  .introhead {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .introhead2 {
    font-size: 32px;
    line-height: 40px;
    text-shadow: none;
  }
  .stop {
    position: relative;
  }
  .tabs-content {
    min-height: 0vh;
  }
  .close {
    position: relative;
    margin-top: 0px;
  }
  .heading-3 {
    font-size: 28px;
    line-height: 32px;
  }
  .menu-button {
    padding-top: 10px;
    padding-bottom: 8px;
    color: #8a8a94;
    font-size: 40px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #fdd248;
  }
  .slide-2 {
    padding-right: 45px;
    padding-left: 40px;
  }
  .left-arrow {
    display: none;
    margin-left: -10px;
  }
  .nav-menu {
    background-color: #fff;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .15);
  }
  .bgvid {
    min-height: 0vh;
  }
  .gallery {
    padding-top: 50px;
  }
  .right-arrow-2 {
    display: none;
  }
  .workblock.horizontal {
    margin-top: 13px;
  }
  .imageflat {
    display: block;
  }
  .onpagelink {
    padding-right: 5px;
    padding-left: 5px;
  }
  .newsletterpop {
    left: 0px;
    top: 58px;
    right: 0px;
    bottom: auto;
    overflow: auto;
    max-width: none;
    margin-left: 0px;
    padding-top: 38px;
  }
  .heading-6 {
    font-size: 22px;
    line-height: 22px;
  }
  .diagram {
    width: 60%;
    padding-top: 60%;
  }
  .progtabicon.bigpti {
    margin-right: 10px;
  }
  .progtabicon.list-icon {
    margin-right: 7px;
  }
  .ourworkintro {
    min-height: 80vh;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 15px;
    background-position: 50% 50%;
  }
  .ourworkintro.smallintro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .programblock {
    padding-right: 10px;
    padding-left: 10px;
  }
  .programcard {
    min-width: 45%;
  }
  .pagehead {
    font-size: 60px;
    line-height: 60px;
  }
  .doublesec {
    min-height: 300px;
  }
  .dstext {
    min-height: 0px;
    padding: 40px;
  }
  .dstext.rightds {
    padding: 60px 40px 60px 30px;
  }
  .dstext.leftds {
    padding-right: 30px;
    padding-left: 40px;
  }
  .themeh3 {
    font-size: 28px;
    line-height: 34px;
  }
  .missionstatement.msimg {
    padding: 50px 80px;
  }
  .missionpara {
    font-size: 18px;
    line-height: 25px;
  }
  .ddhead {
    font-size: 32px;
    line-height: 40px;
  }
  .megatitle {
    font-size: 32px;
    line-height: 40px;
  }
  .newsblock {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .bextext {
    margin-left: 60px;
  }
  .bextext.noscroll {
    margin-left: 0px;
  }
  .tabs-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tabs-menu-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .newstab {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
  .tab-wrapper {
    display: block;
  }
  .tab-prev {
    margin-left: 0px;
  }
  .tab-next {
    margin-right: 0px;
  }
  .heronewsection {
    padding: 0px;
  }
  .newsfilter {
    margin-bottom: 0px;
  }
  .postbody {
    padding-top: 0px;
  }
  .postcentrecol {
    width: 80%;
    float: none;
  }
  .posthero {
    float: none;
  }
  .quotetext {
    font-size: 18px;
    line-height: 25px;
    text-indent: -10px;
  }
  .aeblock {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .postabout {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
    border-left-style: none;
  }
  .elderlinkblock {
    display: inline-block;
    width: 32%;
    margin-right: 1%;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .elderhead {
    margin-bottom: 10px;
  }
  .elderheadtext {
    width: 100%;
  }
  .articleleftcol {
    display: block;
    width: 75%;
    min-height: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    float: none;
  }
  .galleryrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .imagedesc {
    width: 100%;
    padding-top: 10px;
  }
  .left-arrow-3 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .eldercard {
    width: 23%;
    margin-bottom: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .eldercard.popec {
    max-width: 25%;
    min-width: 25%;
  }
  .eldercard.teammember {
    width: 18%;
  }
  .eldertag {
    font-size: 12px;
  }
  .curve {
    display: block;
  }
  .aboutcentrecol {
    width: 90%;
    float: none;
  }
  .aboutrightcol {
    width: 100%;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }
  .onpagenlform {
    float: left;
  }
  .breadcrumbs {
    display: none;
  }
  .newshero.searchhero {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .timelinewrapper {
    padding-top: 48px;
  }
  .timelinerow {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .timelineleft {
    padding-left: 0px;
  }
  .timelineright {
    padding-right: 15px;
  }
  .tllcontent {
    padding: 20px 20px 15px;
    font-size: 12px;
    line-height: 16px;
  }
  .timlineblocktitle {
    font-size: 50px;
    line-height: 50px;
  }
  .contact-sidebar {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .searchimage {
    background-color: #ececec;
  }
  .searchrightcol {
    padding-right: 10px;
    padding-left: 16px;
  }
  .ventext {
    font-size: 12px;
    line-height: 14px;
  }
  .venkey {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .container.introcont {
    padding-right: 30px;
    padding-left: 30px;
  }
  .hero.blueh {
    padding-top: 20px;
    padding-bottom: 13px;
  }
  .socialrow.srcentre.tlshare {
    right: 0px;
    bottom: 0px;
  }
  .herohead {
    font-size: 26px;
    line-height: 32px;
  }
  .pimage {
    display: none;
  }
  .page-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .button.reverse.tlbutton {
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
  }
  .section-heading {
    font-size: 26px;
    line-height: 32px;
  }
  ._4-block {
    width: 49%;
  }
  ._4-block.nomar4 {
    float: none;
    clear: left;
  }
  .card-text {
    min-height: 210px;
    font-size: 14px;
    line-height: 18px;
  }
  .card-text.short {
    width: 100%;
  }
  .cardtitle.bigct {
    font-size: 25px;
    line-height: 32px;
  }
  .latest-news {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  ._2block.nomar.special {
    margin-bottom: 20px;
  }
  ._2block.earlyfold {
    width: 100%;
  }
  .shortimage {
    width: 100%;
  }
  .quoteblock {
    padding-left: 19px;
    font-size: 26px;
    line-height: 32px;
  }
  .meetelders {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  ._5-block {
    width: 100%;
    float: left;
  }
  .personimage {
    max-width: 100px;
  }
  .video {
    overflow: auto;
    padding-top: 10px;
  }
  .footer.fc {
    display: none;
  }
  .footerblock {
    margin-bottom: 25px;
  }
  .hero2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hero2.vidh {
    padding-top: 4vh;
    padding-bottom: 5vh;
  }
  .elderblock.v2 {
    width: 11%;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .elderblock.v2.elderemerwrap {
    width: 9%;
    padding-top: 1%;
  }
  .introsection {
    padding-top: 20px;
  }
  .tabtextpop {
    display: none;
  }
  .updatesbox {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pagelink.half.fb {
    width: 99%;
  }
  .pagelink.twitter {
    width: 49%;
    margin-bottom: 11px;
  }
  .link-titile {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .link-titile.biglt {
    font-size: 32px;
    line-height: 40px;
  }
  .link {
    display: inline-block;
    min-width: 30%;
    margin: 5px;
  }
  .link.w--current {
    margin-bottom: 5px;
    padding-bottom: 15px;
  }
  ._3block {
    width: 90%;
    float: none;
  }
  .hide {
    display: none;
  }
  .subbutton.newssb {
    width: 100%;
  }
  .tabs-menu.hovertm {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #152431;
  }
  .eb {
    display: none;
  }
  .brand-4.logo2 {
    width: 180px;
    margin-top: -14px;
  }
  .nl2.page {
    width: 48%;
  }
  .nl2.page.stacking {
    width: 32%;
  }
  .heading-3 {
    font-size: 18px;
    line-height: 25px;
  }
  .heading-5 {
    margin-bottom: 10px;
  }
  .mediahead {
    font-size: 18px;
    line-height: 25px;
  }
  .text-block-2.leftalign {
    text-align: center;
  }
  .workblock.horizontal {
    width: 100%;
    margin-top: 31px;
    margin-bottom: -19px;
  }
  .workicon.floatleft {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .newsletterpop {
    margin-left: 0px;
  }
  .heading-6 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .diagram {
    width: 80%;
    padding-top: 80%;
    float: none;
  }
  .workrow {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .theme {
    width: 100%;
    min-width: 60%;
    margin-bottom: 10px;
    padding-top: 100px;
  }
  .progtab {
    padding-left: 0px;
    text-align: center;
  }
  .progtab.tab1 {
    padding-left: 0px;
  }
  .progtabhead {
    margin-top: 9px;
  }
  .progtabicon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-size: 20px;
  }
  .progtabicon.bigpti {
    margin-right: 0px;
    margin-left: 0px;
  }
  .progtabicon.list-icon {
    display: none;
  }
  .ourworkintro {
    min-height: 0vh;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#000)), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/image-flip.jpg');
    background-image: linear-gradient(270deg, transparent, #000), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/image-flip.jpg');
    background-position: 0px 0px, 62% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .ourworkintro.elder {
    min-height: 0vh;
    padding-top: 20px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#152431), to(#152431)), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/annan-hero_1.jpg');
    background-image: linear-gradient(180deg, #152431, #152431), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/annan-hero_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    text-align: center;
  }
  .ourworkintro.elder.mary {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .ourworkintro.smallintro {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .intro {
    font-size: 18px;
  }
  .pagehead {
    font-size: 32px;
    line-height: 40px;
  }
  .doublesec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .doublesec.rimg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .dsimg {
    max-width: 100%;
  }
  .dstext {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    text-align: left;
  }
  .dstext.rightds {
    min-height: 0px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .dstext.leftds {
    min-height: 0px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .missiontext {
    font-size: 18px;
  }
  .workpage {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ddblock {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .ddhead {
    padding-right: 80px;
    font-size: 25px;
    line-height: 30px;
  }
  .cross {
    top: 20px;
  }
  .imagecaption {
    max-width: none;
  }
  .meganews {
    min-height: 400px;
  }
  .meganews.mn4 {
    padding-left: 0px;
  }
  .megatitle {
    font-size: 18px;
    line-height: 25px;
  }
  .bextext {
    font-size: 14px;
    line-height: 18px;
  }
  .newstab {
    padding-right: 21px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tab-prev {
    top: 180px;
  }
  .tab-next {
    top: 180px;
  }
  .heroarticleblock {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .newsfilter {
    margin-right: -10px;
    margin-left: -10px;
    padding: 10px 0px;
  }
  .dropdown-toggle {
    font-size: 14px;
  }
  .dropdown-list-2.elderlist.w--open {
    left: -50%;
    width: 200%;
  }
  .dropdown-link.elderdl {
    width: 100%;
  }
  .postbody {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .postcentrecol {
    width: 100%;
    margin-bottom: 0px;
  }
  .postcentrecol.bighero {
    margin-top: 0vh;
  }
  .post-title {
    padding-bottom: 0px;
  }
  .post-title.subpt {
    font-size: 18px;
    line-height: 25px;
  }
  .newstag {
    padding: 5px 8px;
    font-size: 10px;
    line-height: 14px;
  }
  .posthero {
    margin-bottom: 30px;
  }
  .post-rich-text {
    font-size: 14px;
    line-height: 18px;
  }
  .quotetext {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    text-indent: -8px;
  }
  .mediainq {
    font-size: 14px;
    line-height: 18px;
  }
  .aeblock {
    font-size: 14px;
  }
  .postabout {
    border-left-style: none;
  }
  .articleleftcol {
    width: 100%;
    margin-bottom: 17px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }
  .postherobig {
    min-height: 50vh;
  }
  .galleryrow {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .gallerytitle {
    margin-bottom: -5px;
  }
  .galleryintro {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .open {
    top: 42px;
  }
  .quicknewsrow {
    display: none;
  }
  .mobileimage {
    position: relative;
    display: block;
    margin-bottom: 0px;
  }
  .mobileimage.hemomi {
    display: none;
    margin-top: -20px;
  }
  .eldercard {
    width: 31%;
  }
  .eldercard.popec {
    max-width: 40%;
    min-width: 40%;
  }
  .eldercard.teammember {
    width: 23%;
  }
  .eldercardtitle {
    font-size: 24px;
    line-height: 28px;
  }
  .eldercardtitle.teamtitle {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 20px;
  }
  ._2coltext {
    width: 100%;
  }
  ._2coltext.left {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    float: none;
  }
  ._2coltext.right {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    float: none;
  }
  .curve {
    width: 800px;
    max-width: 800px;
    min-width: 800px;
    margin-bottom: 0px;
  }
  .curve-container {
    padding-bottom: 20px;
  }
  .abouttext {
    padding-right: 30px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .personcontainer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .aboutcentrecol {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .aboutrightcol {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .tags {
    display: none;
  }
  .tags.mobiletags {
    display: block;
    margin-bottom: 20px;
  }
  .tllcontent {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .timeline-title {
    font-size: 18px;
    line-height: 25px;
  }
  .contact-sidebar {
    width: 100%;
    padding-right: 20px;
  }
  .form-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 10px;
  }
  .searchtitle {
    font-size: 18px;
    line-height: 25px;
  }
  .searchtext {
    font-size: 12px;
    line-height: 16px;
  }
  .searchcol {
    width: 100%;
    padding-right: 15px;
    padding-left: 0px;
    float: none;
  }
  .searchrightcol {
    width: 100%;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 0px;
    float: none;
  }
  .venkey {
    width: 100%;
    margin-left: 0%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .subgenres.sg2 {
    display: inline-block;
  }
}

@media (max-width: 479px) {
  h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .container {
    text-align: center;
  }
  .container.introcont {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar.white {
    padding-bottom: 10px;
  }
  .socialrow {
    margin-left: -2px;
  }
  .socialrow.leftsr.mobher {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .socialrow.srcentre.tlshare {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .tiny {
    display: none;
  }
  .pimage {
    max-width: 20%;
  }
  .page-section {
    padding: 30px 10px;
  }
  .button.reverse {
    font-size: 14px;
  }
  .button.reverse.leftrev {
    margin-right: 0px;
    margin-left: 0px;
  }
  ._4-block {
    width: 99%;
  }
  ._4-block.nomar4 {
    width: 100%;
    margin-bottom: 5px;
  }
  .card-text {
    max-height: auto;
    min-height: 0px;
  }
  ._2block {
    width: 100%;
  }
  ._2block.nomar {
    width: 100%;
  }
  .who-are {
    padding-top: 50px;
    background-image: linear-gradient(180deg, rgba(21, 36, 49, .34), rgba(21, 36, 49, .34)), linear-gradient(33deg, #e9e9f5 13%, rgba(97, 110, 191, 0) 72%, rgba(229, 61, 95, .31) 95%), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/nmlong2.jpg');
    background-position: 0px 0px, 0px 0px, 95% 50%;
  }
  .quoteblock {
    font-size: 18px;
    line-height: 25px;
  }
  .meetelders {
    display: none;
  }
  ._30pxspacer {
    height: 10px;
  }
  .hero2 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero2.mah2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero2.h2 {
    background-position: 100% 100%;
    background-size: contain;
  }
  .hero2.kah2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero2.bmh2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero2.ebh2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero2.lbh2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero2.ghbg2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero2.fhc2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero2.jc2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero2.hjh2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero2.rlh2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero2.gmh2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero2.mrh2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero2.dth2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero2.ezh2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .elderblock {
    width: 20%;
  }
  .elderblock.v2 {
    width: 11%;
    margin-right: 4px;
    margin-left: 4px;
  }
  .elderblock.v2.elderemerwrap {
    width: 11%;
    padding-top: 0%;
  }
  .navswipe.nstop {
    top: -5px;
  }
  ._23block {
    width: 100%;
  }
  .pagelink {
    margin-bottom: 20px;
  }
  .pagelink.half {
    min-height: 300px;
  }
  .pagelink.half.fb {
    width: 98%;
  }
  .pagelink.twitter {
    width: 98%;
    margin-bottom: 20px;
  }
  .missionblock {
    min-height: 0px;
  }
  .link {
    min-width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .horizontal-bar {
    margin-top: 10px;
  }
  .tabs-menu.hovertm {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .brand-4 {
    margin-top: 0px;
    padding-left: 0px;
  }
  .brand-4.smallb4 {
    margin-top: 6px;
  }
  .brand-4.logo2 {
    margin-top: 0px;
  }
  .nl2.page {
    width: 99%;
  }
  .nl2.page.stacking {
    width: 100%;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .right-arrow {
    display: none;
  }
  .introhead {
    max-width: 100%;
  }
  .introhead2 {
    font-size: 28px;
    line-height: 35px;
  }
  .searchover {
    padding-right: 5%;
    padding-left: 5%;
    background-color: rgba(21, 36, 49, .95);
  }
  .close.personcard-close {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    text-align: center;
  }
  .heading-3 {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .heading-4 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .menu-button {
    padding-top: 18px;
    padding-bottom: 0px;
  }
  .slide-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .left-arrow {
    display: none;
  }
  .namesub {
    padding-right: 30px;
    padding-left: 30px;
  }
  .socialpop {
    display: block;
    padding: 2px;
  }
  .sharenote {
    right: 34px;
    bottom: 6px;
    display: none;
  }
  .workbar {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .diagram {
    width: 100%;
    padding-top: 100%;
  }
  .topcircle {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .left-circle {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .right-circle {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .ourwork {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .theme {
    padding-top: 100px;
  }
  .progtabicon.bigpti {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    font-size: 35px;
    line-height: 35px;
  }
  .instaimage {
    width: 31.666%;
    margin-bottom: 4px;
  }
  .heading-8 {
    display: inline-block;
  }
  .ourworkintro {
    padding: 30px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .ourworkintro.cc {
    background-position: 50% 50%, 50% 0px;
    background-size: cover, cover;
    background-attachment: scroll, fixed;
  }
  .ourworkintro.elder {
    min-height: 0vh;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#152431), to(#152431)), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/annan-hero_1.jpg');
    background-image: linear-gradient(180deg, #152431, #152431), url('../../../sites/default/files-relocated/docroot/sites/all/themes/theelders/images/annan-hero_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .ourworkintro.smallintro {
    padding-bottom: 15px;
  }
  .programblock {
    padding-right: 0px;
    padding-left: 0px;
  }
  .programtext {
    font-size: 12px;
    line-height: 16px;
  }
  .progtitle {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
  }
  .intro {
    margin-bottom: 10px;
    line-height: 25px;
  }
  .pagehead {
    margin-bottom: 19px;
  }
  .dsimg {
    min-height: 200px;
  }
  .dstext {
    padding-right: 30px;
    text-align: center;
  }
  .dstext.rightds {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .dstext.leftds {
    padding-bottom: 30px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .missionstatement.msimg {
    padding: 40px 30px;
  }
  .missiontext {
    font-size: 16px;
    line-height: 25px;
  }
  .missionpara {
    font-size: 16px;
  }
  .ddblock {
    padding-left: 5px;
  }
  .goal {
    text-align: left;
  }
  .ddhead {
    padding-right: 66px;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
  }
  .rich-text-block {
    font-size: 14px;
    line-height: 23px;
  }
  .cross {
    top: 10px;
  }
  .imagecaption {
    margin-right: 0%;
    font-size: 10px;
    line-height: 12px;
  }
  .meganews {
    padding-right: 0%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 94% 50%;
  }
  .meganews.mn3 {
    background-position: 77% 50%;
  }
  .meganews.mn4 {
    padding-bottom: 0px;
    background-position: 83% 0px;
  }
  .bextext {
    margin-left: 0px;
  }
  .bextext.noscroll {
    margin-top: 80%;
    margin-right: 0px;
    padding-bottom: 10px;
  }
  .tabs-menu-3 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .newstab {
    display: none;
    max-width: 33%;
  }
  .newstab.w--current {
    display: block;
    max-width: 100%;
    text-align: center;
  }
  .tab-prev {
    left: 0px;
    top: auto;
    bottom: 5px;
  }
  .tab-next {
    top: auto;
    right: 0px;
    bottom: 5px;
  }
  .newsfilter {
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dropdown {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dropdown-list-2.elderlist.w--open {
    left: 0px;
    right: 0px;
    width: 100%;
  }
  .postcentrecol {
    text-align: left;
  }
  .postcentrecol.bighero {
    padding-right: 5px;
    padding-left: 5px;
  }
  .elderlinkblock {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .articleleftcol {
    text-align: left;
  }
  .imagedesc {
    font-size: 14px;
    line-height: 18px;
  }
  .gallerytitle {
    margin-bottom: -5px;
    font-size: 18px;
    line-height: 24px;
  }
  .credit {
    font-size: 10px;
  }
  .open {
    top: 32px;
  }
  .mobileimage {
    margin-bottom: -20px;
  }
  .mobileimage.hemomi {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .timelistitem {
    font-size: 14px;
  }
  .eldercard {
    width: 48%;
  }
  .eldercard.popec {
    max-width: 80%;
    min-width: 80%;
    margin-bottom: 25px;
  }
  .eldercard.teammember {
    width: 48%;
    margin-bottom: 10px;
  }
  .eldercardtitle {
    padding: 7px 10px 4px 5px;
    font-size: 18px;
    line-height: 25px;
  }
  .text-block-7 {
    padding-right: 10px;
    padding-left: 5px;
    font-size: 12px;
    line-height: 15px;
  }
  .eldertag {
    line-height: 14px;
  }
  .eldertag.etee {
    font-weight: 700;
  }
  ._2coltext.left {
    padding-left: 20px;
  }
  ._2coltext.right {
    padding-left: 20px;
  }
  .curve-container {
    padding-bottom: 0px;
  }
  .aboutcentrecol {
    padding-right: 0px;
    padding-left: 0px;
  }
  .timelinerow {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .timelineleft {
    width: 90%;
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .timelinecentre {
    z-index: 5;
    width: auto;
    min-width: 40px;
    margin-bottom: -5px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .timelineright {
    width: 90%;
    min-height: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .tllcontent {
    padding-bottom: 33px;
    text-align: center;
  }
  .tlbreak {
    display: inline-block;
  }
  .tlleftarrow {
    display: none;
  }
  .tlrightarrow {
    display: none;
  }
  .tlimage {
    display: block;
  }
  .tlquote {
    padding-left: 0px;
    border-left-style: none;
    border-left-width: 0px;
  }
  .form-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .searchimage {
    width: 100%;
  }
  .searchtext {
    width: 100%;
  }
  .ventext {
    margin-top: 12%;
    font-size: 11px;
    line-height: 13px;
  }
  .ventext.bright {
    width: 35%;
    margin-right: 8%;
    margin-bottom: 22%;
  }
  .ventext.bleft {
    margin-bottom: 22%;
    margin-left: 9%;
  }
  .venkey {
    margin-top: -5px;
    margin-bottom: 0px;
    background-color: transparent;
  }
  .cookies {
    text-align: left;
  }
  .info {
    display: none;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}