body {
  font-family: Satoshi, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 70px;
  line-height: 74px;
  font-weight: 900;
}

h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 70px;
  line-height: 74px;
  font-weight: 900;
}

h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 900;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
}

p {
  margin-bottom: 10px;
}

strong {
  font-weight: 900;
}

blockquote {
  width: 50%;
  margin-bottom: 10px;
  margin-left: -70px;
  padding: 10px 20px;
  float: left;
  border-left: 5px solid #e2e2e2;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 900;
}

figure {
  margin-bottom: 50px;
}

figcaption {
  margin-top: 5px;
  color: #868686;
  font-size: 0.8em;
  line-height: 1em;
  text-align: left;
}

.page-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: #000;
  color: #fff;
  text-align: center;
}

.page-header.shortph {
  min-height: auto;
  padding-bottom: 30px;
  background-color: #ebe7e0;
  color: #000;
}

.brandimage {
  position: fixed;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.curtrow {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.curt {
  width: 100%;
  max-width: 30vw;
  margin-right: 2px;
  margin-left: 2px;
}

.grade {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #000), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, #000 20%, rgba(0, 0, 0, 0.2));
}

.block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.block._2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-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;
  background-color: #ebe7e0;
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: #fff;
  color: #000;
  text-align: right;
}

.nav-link {
  padding-top: 24px;
  padding-bottom: 24px;
  float: right;
  color: #000;
  font-weight: 700;
}

.nav-link:hover {
  color: #dc1a22;
}

.menuicon {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #000;
}

.menu-button {
  padding: 27px;
  color: #fff;
}

.menu-button:hover {
  background-color: #dc1a22;
}

.menu-button.w--open {
  background-color: #dc1a22;
}

.nav-menu {
  left: auto;
  top: 74px;
  right: 0%;
  bottom: auto;
  max-width: 500px;
  min-height: 100vh;
  min-width: 400px;
  float: left;
  background-color: #dc1a22;
}

.brand {
  width: 204px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.brand:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.menulink {
  display: block;
  width: 100%;
  padding: 24px 20px;
  float: none;
  color: #fff;
  font-weight: 700;
}

.menulink:hover {
  color: #000;
}

.menulink.w--open {
  background-color: #000;
  color: #fff;
}

.menulink.w--open:hover {
  color: #fff;
}

.menulink.highml {
  background-color: #fff;
  color: #dc1a22;
}

.menulink.highml:hover {
  color: #000;
}

.container {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container.small {
  position: relative;
  max-width: 650px;
}

.container.list {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container._2ccont {
  max-width: 500px;
}

.contentgrid {
  padding: 0px 20px;
}

.designcard {
  position: relative;
  display: inline-block;
  width: 23%;
  margin: 15px 1%;
  color: #fff;
}

.cardimage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section {
  position: relative;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #fff;
  color: #000;
}

.section.blacks {
  background-color: #000;
  color: #fff;
}

.section.reds {
  background-color: #dc1a22;
}

.section.greys {
  background-color: #ebe7e0;
}

.cardtitle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.cardtitle:hover {
  opacity: 1;
}

._2col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 10px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  text-align: left;
}

._2col.redbg {
  background-color: #dc1a22;
}

._2col.greybg {
  background-color: #ebe7e0;
}

.textlink {
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  text-transform: none;
}

.textlink:hover {
  text-decoration: underline;
}

.mapcard {
  position: absolute;
  left: -14%;
  top: 18%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #000;
  border-radius: 600px;
  background-color: #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.mapcard.ghana {
  left: -10%;
  top: 44%;
}

.mapcardimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mapcardtext {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 40px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  text-align: center;
}

.pageprotector {
  position: relative;
  background-color: #fff;
}

.canada {
  position: absolute;
  left: -68%;
  top: 18%;
  right: 0%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #000;
  border-radius: 600px;
  background-color: #000;
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.dropdown {
  width: 100%;
}

.dropdown-list {
  background-color: #000;
}

.dropdown-list.w--open {
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 1;
  background-color: #000;
  color: #000;
}

.dropdown-link {
  padding: 24px 20px 24px 40px;
  color: #fff;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #dc1a22;
}

.icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.card {
  position: relative;
  display: block;
  max-width: 48%;
  min-width: 23%;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: 1%;
  padding: 10px 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #000;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #000;
  font-weight: 900;
  text-align: left;
  text-decoration: none;
}

.card:hover {
  background-color: #000;
  color: #fff;
}

.card.bigger {
  width: 40%;
}

.card.bigger.bb {
  color: #000;
}

.features {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.featureimage {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.featcardtitle {
  position: relative;
}

._2colblock {
  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-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-decoration: none;
}

._2colblock.video {
  display: block;
  -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;
  background-color: #000;
  color: #fff;
  text-align: center;
}

._2colimage {
  position: relative;
  display: block;
  width: 60%;
  height: 80vh;
  margin-bottom: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

._2colimage.video {
  width: auto;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.button {
  margin: 20px 10px 20px 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
  font-weight: 900;
}

.button:hover {
  background-color: #000;
  color: #fff;
}

.button.rev {
  border-color: #fff;
  color: #fff;
}

.button.rev:hover {
  background-color: #fff;
  color: #000;
}

.button.small {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
  color: #dc1a22;
}

.button.small:hover {
  background-color: transparent;
}

.button.whiteb {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.button.whiteb:hover {
  background-color: #000;
  color: #fff;
}

.button.redb {
  border-color: #dc1a22;
  background-color: #dc1a22;
  color: #fff;
}

.button.redb:hover {
  border-color: #fff;
  background-color: #000;
  color: #fff;
}

.galleryslide {
  height: 100%;
}

.bgimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mask {
  height: 100%;
}

.slide-nav {
  display: none;
}

.featuretextcontainer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 100px 70px;
  -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(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}

.icon-2 {
  opacity: 1;
  color: #fff;
}

.tag {
  color: #dc1a22;
  font-weight: 400;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #dc1a22;
  color: #fff;
  text-align: center;
}

.footer.prefoot {
  padding-top: 70px;
  padding-bottom: 1px;
  background-color: #ebe7e0;
  color: #000;
  text-align: center;
}

.columncontentcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
}

.columncontentcontainer.centreffc {
  max-width: 1000px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.footer-logo-link {
  max-width: 250px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  max-width: 300px;
  padding-right: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.footer-image.spec {
  max-width: 300px;
  padding-right: 0px;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
}

.footer-heading.orange {
  color: #dc1a22;
}

.footer-link {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.note {
  background-color: #000;
  color: #fff;
  font-size: 0.7em;
  line-height: 1em;
}

.importantt {
  color: #dc1a22;
  text-transform: uppercase;
}

.intro-foot {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-decoration: none;
}

.ifleft {
  position: static;
  display: inline-block;
  float: left;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ifright {
  position: static;
  display: inline-block;
  float: right;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.orange {
  color: #dc1a22;
}

.buttonrow {
  text-align: center;
}

.subscribe-form {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #000;
  background-image: url('../images/pipes.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.subscribe-form-flex {
  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-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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input {
  width: 50%;
  height: 58px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-style: none solid;
  border-width: 0px 3px 0px 0px;
  border-color: #000;
  font-size: 18px;
  line-height: 25px;
}

.subscribe-form-input.wideinput {
  width: 100%;
}

.contentcolum2 {
  max-width: 50%;
  padding-right: 40px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pagewrap {
  overflow: hidden;
  max-width: 2500px;
  margin-right: auto;
  margin-left: auto;
}

.scrollbump {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 2px;
}

.mouse {
  width: 25px;
}

.highlight {
  padding-right: 5px;
  padding-left: 5px;
  background-color: #dc1a22;
}

.data {
  text-align: center;
}

.dl-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 13px;
  -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;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  font-weight: 900;
  text-decoration: none;
}

.dl-button:hover {
  background-color: #000;
  color: #fff;
}

.dl-button.dlblack {
  background-color: #000;
  color: #fff;
}

.dl-image {
  max-width: 100px;
  margin-right: 10px;
}

.cardsub {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: 500;
}

.embedcont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -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-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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  text-align: center;
}

.colcontentcontainer {
  position: relative;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.cardtag {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: 900;
}

.arrowasset {
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.highlightwhite {
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fff;
  color: #000;
}

.contentblock {
  padding: 60px 80px;
}

.contentblock.blackcb {
  background-color: #000;
  color: #fff;
}

.rtb {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
}

.rtb p {
  margin-bottom: 40px;
  line-height: 1.6em;
}

.rtb blockquote {
  padding-right: 40px;
  border-left-width: 3px;
  border-left-color: #dc1a22;
}

.fullimage {
  width: 100%;
}

.fa {
  font-family: 'Fa solid 900', sans-serif;
}

.fab {
  font-family: 'Fa brands 400', sans-serif;
}

.fullwidthimageblock {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fwicaption {
  position: absolute;
  max-width: 500px;
  padding: 40px;
  background-color: #fff;
  color: #000;
}

.socialbanner {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #dc1a22;
  color: #fff;
}

.socialcontainer {
  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;
}

.sociallink {
  margin-right: 20px;
  margin-left: 20px;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-decoration: none;
}

.sociallink:hover {
  color: #000;
}

.html-embed {
  width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.featuredcontent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: #000;
  color: #fff;
  text-align: center;
}

.featuredimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.37;
  -o-object-fit: cover;
  object-fit: cover;
}

._2colbgimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gridcontainer {
  position: relative;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.griditem {
  position: relative;
  max-width: 100%;
  min-height: 250px;
  min-width: 20%;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.griditem.redgi {
  background-color: #dc1a22;
}

.griditem.blackgi {
  background-color: #000;
  color: #fff;
}

.griditem.greygi {
  background-color: #ebe7e0;
  color: #000;
}

.biginline {
  font-size: 40px;
  line-height: 45px;
  font-weight: 900;
}

html.w-mod-js *[data-ix="mapcardhover"] {
  opacity: 0.16;
  -webkit-transform: scale(0.07, 0.07);
  -ms-transform: scale(0.07, 0.07);
  transform: scale(0.07, 0.07);
}

html.w-mod-js *[data-ix="fadein"] {
  opacity: 0;
}

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

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

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
    line-height: 27px;
  }

  h1 {
    font-size: 60px;
    line-height: 65px;
  }

  h2 {
    font-size: 60px;
    line-height: 65px;
  }

  h3 {
    font-size: 40px;
    line-height: 45px;
  }

  .curt {
    max-width: 40vw;
  }

  .block._2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .nav-menu {
    max-width: 50%;
  }

  .container.list {
    padding-bottom: 0px;
  }

  .contentgrid {
    padding-right: 10px;
    padding-left: 10px;
  }

  .designcard {
    width: 48%;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .section {
    text-align: center;
  }

  .section.blacks {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.reds {
    text-align: center;
  }

  ._2col {
    width: 100%;
  }

  .card {
    min-width: 48%;
  }

  .card.bigger {
    width: 100%;
  }

  ._2colimage {
    width: 100%;
    height: auto;
  }

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

  .columncontentcontainer {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .subscribe-form-input {
    width: 100%;
    margin-top: 10px;
  }

  .contentcolum2 {
    min-width: 30%;
    margin-bottom: 40px;
  }

  .fullwidthimageblock {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fwicaption {
    max-width: 300px;
    padding: 20px;
  }

  .sociallink {
    font-size: 40px;
    line-height: 40px;
  }

  .griditem {
    min-width: 33%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .biginline {
    font-size: 1.5em;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 23px;
  }

  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
    font-size: 40px;
    line-height: 45px;
  }

  h3 {
    font-size: 30px;
    line-height: 35px;
  }

  blockquote {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0px;
    float: none;
  }

  .curt {
    max-width: 45vw;
  }

  .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block.invert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .nav-link {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    letter-spacing: 0px;
  }

  .menu-button {
    padding: 18px;
  }

  .nav-menu {
    overflow: auto;
    max-width: none;
  }

  .brand {
    width: 150px;
  }

  ._2col {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dropdown-list.w--open {
    position: relative;
    left: 0%;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .icon {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .card {
    max-width: 98%;
  }

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

  .button.small {
    font-size: 16px;
    line-height: 20px;
  }

  .featuretextcontainer {
    min-height: auto;
    padding: 60px 20px 80px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columncontentcontainer {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-image {
    max-width: 200px;
    margin-bottom: 20px;
    padding-right: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
  }

  .footer-heading.orange {
    color: #dc1a22;
  }

  .subscribe-form {
    padding: 40px 20px;
  }

  .subscribe-form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .contentcolum2 {
    padding-right: 20px;
  }

  .left-arrow {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 50px;
    height: 50px;
  }

  .right-arrow {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 50px;
    height: 50px;
  }

  .fullwidthimageblock {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fwicaption {
    position: relative;
    max-width: none;
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #000;
    color: #fff;
  }

  .sociallink {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  ._2colbgimage {
    opacity: 0.4;
  }

  .griditem {
    min-width: 33%;
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  .curt {
    max-width: 47vw;
  }

  .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link {
    font-size: 14px;
  }

  .nav-link.feat {
    display: none;
  }

  .menu-button {
    float: right;
  }

  .menu-button.w--open {
    float: right;
  }

  .nav-menu {
    width: 100%;
    min-width: auto;
    text-align: center;
  }

  .brand {
    position: relative;
  }

  .menulink {
    text-align: center;
  }

  .container.list {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._2col {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .textlink {
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 18px;
  }

  .mapcard {
    top: 0%;
  }

  .mapcard.ghana {
    top: 22%;
  }

  .canada {
    top: 0%;
  }

  .dropdown-list.w--open {
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .card {
    min-width: 98%;
    margin-bottom: 10px;
    padding: 10px;
  }

  .card.bigger.bb {
    margin-bottom: 10px;
  }

  .features {
    padding: 10px;
  }

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

  .featuretextcontainer {
    padding-bottom: 90px;
  }

  .footer {
    text-align: center;
  }

  .footer.prefoot {
    padding-top: 20px;
  }

  .columncontentcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-image.spec {
    margin-bottom: 0px;
  }

  .footer-heading {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .subscribe-form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .contentcolum2 {
    max-width: 100%;
  }

  .embedcont {
    padding: 10px;
  }

  .contentblock {
    padding-right: 20px;
    padding-left: 20px;
  }

  .griditem {
    min-height: auto;
    min-width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brown';
  src: url('../fonts/Brown-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}