.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #1d2933;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
}

h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 800;
  line-height: 35px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 28px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
}

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

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

figure {
  margin-top: 30px;
  margin-bottom: 0;
}

figcaption {
  color: #c2c2c2;
  text-align: left;
  border-bottom: 1px solid #bdc3c9;
  margin-top: 5px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
}

.navbar {
  z-index: 10;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.nav-link {
  z-index: 1;
  max-height: 70px;
  color: #fff;
  border-radius: 6px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 25px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .2s;
}

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

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

.nav-link.rev {
  color: #1d2933;
  background-color: #ffd000;
}

.nav-link.rev:hover {
  color: #fff;
  background-color: #355eff;
}

.nav-link.fa {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link.explorenl {
  color: #1d2933;
  background-color: #ffd000;
}

.nav-link.explorenl:hover {
  color: #1d2933;
  background-image: linear-gradient(35deg, #fb0, #ff4d00);
}

.brand {
  width: 250px;
  height: 70px;
  letter-spacing: 5px;
  cursor: pointer;
  object-fit: contain;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.subnavbar {
  z-index: 11;
  float: right;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 5px;
  padding: 23px 10px;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.subnavbar.responsivesnb {
  display: none;
}

.heroblock {
  z-index: 1;
  min-height: 250px;
  color: #fff;
  background-color: #355eff;
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
}

.heroblock.homehero {
  z-index: 1;
  color: #fff;
  background-color: rgba(33, 42, 216, .66);
  background-image: linear-gradient(100deg, #355eff, rgba(29, 41, 51, .6) 34%, rgba(29, 41, 51, .2));
  align-items: center;
  padding: 150px 0 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.heroblock.homehero.hhp {
  color: #fff;
  background-image: radial-gradient(circle at 0 0, #a28f9d, #619eb4 40%, #619eb4 55%, rgba(128, 46, 98, 0) 55%);
}

.heroblock.homehero.hhdg {
  color: #fff;
  background-image: radial-gradient(circle at 0 0, #608175, #355eff 40%, #355eff 55%, rgba(2, 63, 2, 0) 55%);
}

.heroblock.homehero.contenthh {
  background-image: radial-gradient(circle at 0 0, #eafae2, #fff 48%, #fff 70%, rgba(255, 255, 255, 0) 70%);
}

.heroblock.lighthb {
  color: #1d2933;
  background-color: #fff;
}

.heroblock.hh2 {
  z-index: 1;
  color: #fff;
  background-color: #1d2933;
  background-image: url('../images/graphiccwhite.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  align-items: center;
  padding: 150px 0 70px;
  display: block;
  position: relative;
  overflow: hidden;
}

.heroblock.hh2.hhp {
  color: #fff;
  background-image: radial-gradient(circle at 0 0, #a28f9d, #619eb4 40%, #619eb4 55%, rgba(128, 46, 98, 0) 55%);
}

.heroblock.hh2.hhdg {
  color: #fff;
  background-image: radial-gradient(circle at 0 0, #608175, #355eff 40%, #355eff 55%, rgba(2, 63, 2, 0) 55%);
}

.heroblock.hh2.contenthh {
  background-image: radial-gradient(circle at 0 0, #eafae2, #fff 48%, #fff 70%, rgba(255, 255, 255, 0) 70%);
}

.heroblock.hh2.h22light {
  color: #1d2933;
  background-color: #fff;
  background-image: url('../images/graphiccwhite.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  padding-bottom: 20px;
  overflow: visible;
}

.container {
  z-index: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.container.responsive {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container._800 {
  max-width: 800px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #355eff;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  transition: color .2s, background-color .2s, transform .2s;
}

.button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 8px -6px #1d2933;
}

.button.yellow {
  color: #1d2933;
  background-color: #ffd000;
}

.button.rev {
  color: #1d2933;
  background-color: #fff;
  align-self: center;
}

.button.centre {
  color: #fff;
  background-color: #1d2933;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
}

.button.dark {
  color: #fff;
  background-color: #1d2933;
}

.button.quoteshare {
  margin-left: 5px;
  margin-right: 5px;
}

.button.current {
  background-color: #1d2933;
}

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

.cardblock.cbalt {
  background-color: #e0eaf3;
}

.cardblock.cbslate {
  color: #fff;
  background-color: #1d2933;
}

.card-row {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.card {
  max-width: 49%;
  min-width: 23%;
  float: left;
  clear: right;
  color: #1d2933;
  text-align: left;
  border-radius: 6px;
  flex: 1;
  margin-bottom: 20px;
  margin-right: 2%;
  padding-bottom: 50px;
  text-decoration: none;
  transition: color .2s, background-color .2s, transform .2s, box-shadow .2s;
  position: relative;
  overflow: hidden;
}

.card:hover {
  color: #355eff;
  transform: scale(1.04);
  box-shadow: 0 5px 20px -3px rgba(0, 0, 0, .22);
}

.card.no-image {
  padding-top: 25px;
}

.card.sidec {
  width: 98%;
  max-width: 98%;
  min-width: 98%;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}

.card.featurec {
  min-width: 98%;
  background-color: #edf3ed;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.card.homef {
  width: 98%;
  max-width: none;
  min-height: 300px;
  color: #fff;
  background-color: #1d2933;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 2%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.card.bigtag {
  padding-bottom: 70px;
}

.card.jobc {
  max-width: 23%;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.card.mapc {
  max-width: 100%;
  min-width: 0%;
  background-color: #fff;
  margin-right: 0%;
}

.card.homea {
  width: 98%;
  max-width: none;
  min-height: 300px;
  color: #fff;
  background-color: #1d2933;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 2%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.card-title {
  z-index: 1;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  text-decoration: none;
  position: relative;
}

.card-title.featurect {
  max-width: 600px;
  font-size: 1.8em;
  line-height: 1.5em;
}

.card-blurb {
  z-index: 1;
  max-width: 600px;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 18px;
  position: relative;
}

.helpblock {
  color: #355eff;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.card-tags {
  z-index: 1;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 23px;
  position: absolute;
  bottom: 0;
}

.card-tags.featuretags {
  width: 33%;
  color: #fff;
  background-color: rgba(0, 0, 0, .69);
  padding-top: 10px;
  padding-bottom: 10px;
}

.date {
  opacity: .6;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.tags {
  opacity: .7;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.red {
  color: #ffd000;
}

.support-row {
  width: 100%;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.support-col {
  width: 31.3%;
  max-width: 31.3%;
  min-height: 30px;
  float: left;
  clear: right;
  border-bottom: 1px solid #619eb4;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 2%;
  padding-bottom: 20px;
  padding-right: 20px;
}

.support-card {
  min-width: 31.3%;
  float: left;
  clear: right;
  color: #355eff;
  background-color: #ffd000;
  border-radius: 15px;
  flex: 1;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-right: 2%;
  padding: 15px 20px 20px 10px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.support-card:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px -3px rgba(0, 0, 0, .22);
}

.support-card.scp {
  color: #fff;
  background-color: #619eb4;
}

.support-card-text {
  display: inline-block;
}

.support-card-image {
  max-width: 90px;
  margin-right: 20px;
  display: inline-block;
}

.headcol {
  width: 55%;
  float: left;
  align-self: stretch;
  margin-right: 2%;
  display: block;
  position: relative;
}

.headcol.righthc {
  width: 45%;
  float: right;
  margin-right: 0%;
}

.support-link {
  color: #355eff;
  text-indent: -21px;
  padding: 10px 10px 10px 21px;
  line-height: 23px;
  text-decoration: none;
  display: block;
}

.support-link:hover {
  color: #619eb4;
}

.fa {
  font-family: "Fa solid 900", sans-serif;
  display: inline-block;
}

.sublogo {
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline-block;
}

.supporticon {
  width: 25%;
  max-width: 120px;
  float: none;
  margin-bottom: 10px;
  display: block;
}

.quoteblock {
  color: #1d2933;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.quoteblock.qbdark {
  color: #fff;
  background-color: #1d2933;
}

.quoteblock.qbdark.bg2 {
  background-image: linear-gradient(rgba(29, 41, 51, .7), rgba(29, 41, 51, .7)), url('../images/ppe.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.quoteblock.qbdark.mapqb {
  background-image: linear-gradient(rgba(29, 41, 51, .88), rgba(29, 41, 51, .88)), url('../images/mapdemo3.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.quoteblock.qbdark.bgna {
  background-image: linear-gradient(rgba(29, 41, 51, .7), rgba(29, 41, 51, .7)), url('../images/legacyoil.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.quoteimage {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 600px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote {
  max-width: 700px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.searchblock {
  background-color: #1d2933;
  padding-top: 20px;
  padding-bottom: 20px;
}

.searchfield {
  width: 80%;
  height: 80px;
  float: left;
  color: #355eff;
  background-color: #fff;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 6px 0 0 6px;
  margin-bottom: 0;
  padding-top: 27px;
  padding-bottom: 27px;
  font-size: 20px;
  font-weight: 800;
}

.submit-button {
  width: 20%;
  height: 80px;
  color: #1d2933;
  text-align: center;
  background-color: #ffd000;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-top: 28px;
  padding-bottom: 27px;
  font-size: 20px;
  font-weight: 800;
  transition: background-color .2s;
}

.submit-button:hover {
  color: #fff;
  background-color: #355eff;
}

.searchform {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.footermenu {
  color: #1d2933;
  background-color: #e0eaf3;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 18px;
}

.footertitle {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
}

._6col {
  width: 15.6%;
  min-height: 10px;
  float: left;
  margin-right: 1%;
  display: block;
}

.footerlink {
  color: #1d2933;
  padding: 5px 10px 5px 0;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.footerlink:hover {
  color: #355eff;
}

.socialbar {
  float: right;
}

.socialbar.share {
  float: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.socialicon {
  color: #fff;
  margin-left: 10px;
  margin-right: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: 0;
}

.socialicon:hover {
  color: #ffd000;
}

.socialicon.sirev {
  color: #355eff;
}

.socialicon.sirev:hover {
  color: #619eb4;
}

.socialicon.footsi {
  color: #1d2933;
  margin-left: 0;
  margin-right: 10px;
}

.socialicon.footsi:hover {
  color: #355eff;
}

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

.searchpop {
  z-index: 1000;
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #355eff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 1%;
  overflow: hidden;
}

.form {
  text-align: left;
}

.nav-menu {
  z-index: 10;
  width: 100%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.hbig {
  font-weight: 800;
}

.headtext {
  z-index: 2;
  padding-top: 2px;
  padding-bottom: 30px;
  position: relative;
}

.breadcrumbs {
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  opacity: .7;
  color: #355eff;
  text-align: left;
  background-color: #fff;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 10px 5px;
  transition: opacity .2s;
  display: block;
  position: absolute;
  top: 110px;
  left: 1%;
  right: 2%;
}

.breadcrumbs:hover {
  opacity: .95;
}

.crumb {
  opacity: 1;
  color: #355eff;
  margin-right: 5px;
  padding: 4px 5px 3px 0;
  text-decoration: none;
  display: inline-block;
}

.crumb:hover {
  opacity: 1;
  color: #619eb4;
}

.breadarrow {
  color: #ffd000;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  display: inline-block;
}

._50col {
  width: 50%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-bottom: 5px;
  position: relative;
}

._50col.padded50 {
  border-left: 1px solid #bdc3c9;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.brandlink {
  z-index: 11;
  float: left;
  border-radius: 6px;
  margin-top: 5px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.brandlink:hover {
  background-color: #355eff;
}

.highlight {
  width: 100%;
  color: #355eff;
  background-color: #ffd000;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.contentblock {
  z-index: 2;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}

.contentblock.darkcb {
  color: #fff;
  background-color: #1d2933;
}

.contentblock.darkcb.centre {
  text-align: center;
}

.rtb {
  max-width: 700px;
  margin-left: 0;
  margin-right: auto;
}

.rtb h2 {
  font-size: 32px;
  line-height: 40px;
}

.rtb blockquote {
  max-width: 300px;
  float: left;
  color: #355eff;
  border-left-color: #1d2933;
  margin-left: -25px;
  font-weight: 800;
  line-height: 28px;
  display: block;
}

.rtb img {
  border-radius: 6px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 15px 20px -7px rgba(0, 0, 0, .2);
}

.rtb figcaption {
  color: #8a9096;
  text-align: left;
  border-bottom: 1px solid #bdc3c9;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
}

.rtb p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rtb.rtbnoside {
  margin-left: auto;
  margin-right: auto;
}

.faqblock {
  max-width: 700px;
  text-align: left;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10px;
  position: relative;
}

.faqhead {
  z-index: 2;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  font-weight: 800;
  position: relative;
}

.faqrtb {
  height: 0;
  max-width: 800px;
  line-height: 30px;
  position: relative;
  top: -15px;
  overflow: hidden;
}

.faqrtb img {
  border-radius: 6px;
}

.faqrtb figcaption {
  border-bottom: 0 rgba(0, 0, 0, 0);
}

.plus {
  width: 30px;
  height: 30px;
  background-color: #e0eaf3;
  border-radius: 100px;
  margin-top: 5px;
  padding: 3px;
  position: absolute;
  top: 5px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.planrow {
  min-height: 100px;
  display: flex;
  position: relative;
}

.planleft {
  width: 50%;
  min-height: 40px;
  text-align: right;
  border-right: 2px solid #bdc3c9;
  justify-content: flex-end;
  align-items: center;
  padding: 0 40px 0 20px;
  display: flex;
}

.plandot {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 10px solid #355eff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 45%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.planimage {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 10px;
}

.timeline {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.planright {
  width: 50%;
  min-height: 40px;
  border-left: 2px solid #bdc3c9;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px 0 40px;
  display: flex;
}

.plancontent {
  max-width: 550px;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
  display: inline-block;
}

.featureintro {
  position: relative;
}

.featurehead {
  z-index: 10;
  max-width: 760px;
  float: none;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  margin-top: -140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  position: relative;
}

.bigimage {
  min-height: 600px;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.imagetext {
  max-width: 400px;
  float: left;
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 20px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.imagetext.itright {
  float: right;
}

.filterrow {
  width: 98%;
  min-height: 20px;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 8px 0;
  display: block;
}

.filters {
  border-bottom: 1px solid #bdc3c9;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.dropdown-toggle {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-weight: 700;
}

.dropdown-toggle:hover {
  color: #fff;
  background-color: #355eff;
}

.dropdown-toggle.w--open {
  color: #fff;
  background-color: #1d2933;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.reset {
  opacity: 1;
  color: #1d2933;
  background-color: #fff;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 10px;
  padding: 13px 10px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.reset:hover {
  opacity: 1;
  color: #fff;
  background-color: #ff3c3c;
}

.reset.apply {
  background-color: #ffd000;
}

.reset.apply:hover {
  color: #fff;
  background-color: #355eff;
}

.sortrow {
  width: 98%;
  margin-bottom: 30px;
}

.resultcount {
  color: #ffd000;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  display: inline-block;
}

.sortdropdown {
  float: right;
  color: #355eff;
  background-color: #edf3ed;
  border-radius: 15px;
}

.sortdropdown:hover {
  color: #fff;
  background-color: #619eb4;
}

.sorttoggle {
  background-color: #edf3ed;
  border-radius: 15px;
  padding: 10px 60px 10px 15px;
}

.sorttoggle:hover, .sorttoggle.w--open {
  color: #fff;
  background-color: #619eb4;
}

.sortlabel {
  float: right;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 8px;
  display: inline-block;
}

.dropdown-list {
  max-height: 40vh;
  overflow: auto;
}

.dropdown-list.w--open {
  z-index: 10;
  width: 100%;
  color: #1d2933;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 0;
  position: relative;
}

.dropdown-link {
  color: #fff;
  background-color: #619eb4;
}

.dropdown-link:hover {
  background-color: #ffd000;
}

.dropdowncheck {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px 10px;
  font-weight: 700;
}

.dropdowncheck:hover {
  background-color: #e0eaf3;
}

.tick {
  width: 32px;
  height: 32px;
  float: left;
  border: 2px solid #8a9096;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
}

.dropdownlabel {
  float: left;
  padding-top: 4px;
  display: block;
}

.dropicon {
  margin-right: 10px;
}

.dropdown-list-2 {
  border-radius: 15px;
  overflow: hidden;
}

.dropdown-list-2.w--open {
  margin-top: 5px;
}

.filtertoggle {
  color: #5cb636;
  background-color: #ffd000;
  padding: 10px;
  display: none;
}

.toggletext {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.filtericon {
  width: 25px;
  height: 25px;
}

.dropdown {
  margin-bottom: 10px;
  display: block;
}

.navdrop {
  color: #fff;
  border-radius: 6px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 25px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .2s;
  position: static;
}

.navdrop:hover {
  color: #fff;
  background-color: #355eff;
}

.navdrop.w--open {
  color: #fff;
  background-color: #355eff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-bottom: 35px;
}

.navdroplist {
  width: 100vw;
  top: 70px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navdroplist.w--open {
  color: #355eff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 80px;
  padding: 0 0 40px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.navdropdown {
  position: static;
}

.searchresult {
  color: #1d2933;
  background-color: #e0eaf3;
  border-radius: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 30px 20px 20px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  position: relative;
}

.searchresult:hover {
  color: #355eff;
  transform: scale(1.02);
  box-shadow: 0 7px 14px -10px rgba(0, 0, 0, .48);
}

.resulttitle {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
}

.image {
  width: 20%;
  height: 100%;
  max-height: 150px;
  float: right;
  object-fit: cover;
  border-radius: 10px;
  align-self: center;
  display: block;
  position: relative;
}

.resulttext {
  width: 78%;
  float: left;
  margin-right: 2%;
}

.resultspan {
  background-color: #bdc3c9;
  border-radius: 4px;
  padding-left: 3px;
  padding-right: 3px;
  display: inline-block;
}

.resultend {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
}

.droplink {
  z-index: 1;
  width: 23%;
  color: #1d2933;
  border-radius: 6px;
  flex: none;
  margin-bottom: 10px;
  margin-right: 2%;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.droplink:hover {
  color: #fff;
  background-color: #355eff;
  border-color: #619eb4;
}

.droplink.w--current {
  color: #1d2933;
}

.droplink.w--current:hover {
  color: #fff;
}

.droplink.key {
  width: 100%;
  color: #fff;
  background-color: #1d2933;
  padding-top: 20px;
  padding-bottom: 20px;
}

.droplink.key:hover {
  background-color: #355eff;
}

.linksub {
  white-space: break-spaces;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.subfooter {
  color: #1d2933;
  background-color: #e0eaf3;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.slider {
  height: 100%;
  max-width: 1400px;
  color: #355eff;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.icon {
  color: #1d2933;
  top: -30px;
}

.navwrap {
  z-index: 1000;
  width: 100%;
  height: 80px;
  text-align: center;
  background-color: #1d2933;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
}

.bolder {
  font-weight: 700;
}

.heroslider {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.herowrapper {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.herowrapper.overflowt {
  overflow: visible;
}

.sliderimage {
  width: 100%;
  height: 100%;
  float: right;
  object-fit: cover;
  position: relative;
}

.slide-nav-2, .hidearrow {
  display: none;
}

.introtext {
  margin-bottom: 20px;
  font-weight: 400;
}

.results {
  padding-top: 140px;
  padding-bottom: 40px;
}

.heroimg {
  z-index: 2;
  width: 48%;
  height: 75%;
  object-fit: cover;
  border-bottom-left-radius: 8px;
  margin-top: 75px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.mission-image {
  width: 96%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mission-block {
  z-index: 2;
  min-height: 250px;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.mission-block.mbp {
  color: #fff;
  background-color: #619eb4;
}

.mission-block.mbw {
  background-color: #fff;
}

.missioncontainer {
  z-index: 1;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.leftcolumn {
  width: 66.6%;
  margin-right: 2%;
}

.leftcolumn.centrelc {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.sidecol {
  width: 31.3%;
  background-color: #e0eaf3;
  border-radius: 6px;
  padding: 0;
}

.sidecol.jobsc {
  margin-top: -580px;
}

.stickytrack {
  padding: 0 10px 30px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.stickytrack.staticst {
  position: relative;
  top: 0;
}

.cardimage {
  width: 100%;
  height: 170px;
  max-width: 100%;
  object-fit: cover;
  display: inline-block;
}

.cardimage.job {
  height: 100px;
  object-fit: contain;
  padding: 10px 20px;
}

.cardimage.featureci {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cardimage.cigraph {
  object-fit: contain;
  object-position: 50% 0%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 0;
  display: block;
}

.cardimage.analysis {
  background-color: #37970e;
}

.cardimage.news {
  background-color: #ff3c3c;
}

.cardimage.pr {
  background-color: #ff9500;
}

.cardimage.innews {
  background-color: #c53a08;
}

.cardimage.podcast {
  background-color: #15b18f;
}

.cardimage.eventci {
  background-color: #56318a;
}

.cardimage.smallci {
  height: 120px;
}

.contentmenu {
  width: 19%;
  float: left;
  color: #fff;
  background-color: #355eff;
  border-radius: 15px;
  margin-top: 20px;
  margin-right: 2%;
  padding: 20px 10px 10px 20px;
}

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

.contentlink:hover {
  color: #ffd000;
}

.contentlink.clhead {
  padding-left: 0;
  font-weight: 700;
}

.article-class {
  max-width: 60%;
  margin-right: auto;
  padding-top: 1px;
  padding-bottom: 5px;
  padding-right: 30px;
  position: relative;
}

.article-class.centreac {
  margin-left: auto;
  margin-right: auto;
}

.articleheader {
  z-index: 2;
  min-height: 250px;
  color: #fff;
  background-color: #355eff;
  padding-top: 130px;
  padding-bottom: 40px;
  position: relative;
}

.articleheader.topicah {
  text-align: center;
  background-image: linear-gradient(rgba(29, 41, 51, .6), rgba(29, 41, 51, .6)), url('../images/ptro.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.articleheader.newsah {
  background-color: #ff3c3c;
}

.articleheader.pressrhead {
  color: #1d2933;
  background-color: #ff9500;
}

.articleheader.regionah {
  text-align: center;
  background-image: linear-gradient(rgba(29, 41, 51, .6), rgba(29, 41, 51, .6)), url('../images/namerica.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.articleheader.eventah {
  background-color: #56318a;
}

.articleheader.jobah {
  background-color: #619eb4;
}

.articleimage {
  z-index: 10;
  width: 100%;
  height: auto;
  max-width: 700px;
  border-radius: 6px;
  margin-top: -80px;
  position: relative;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .18);
}

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

.authorblock {
  color: #1d2933;
  background-color: #e0eaf3;
  padding-top: 40px;
  padding-bottom: 40px;
}

.authorimage {
  width: 200px;
  height: 200px;
  float: left;
  object-fit: cover;
  border-radius: 6px;
  margin-top: 10px;
}

.authortext {
  max-width: 800px;
  float: left;
  padding: 0 10px 10px 20px;
  display: block;
}

.resourcelist {
  background-image: linear-gradient(#fff, #d6dad1);
  margin-top: -50px;
  padding-top: 20px;
  padding-bottom: 41px;
}

.job-image {
  width: 200px;
  height: 200px;
  max-height: 200px;
  object-fit: cover;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 20px;
}

.jobtitle {
  max-width: 60%;
  text-align: left;
  padding-top: 1px;
  padding-bottom: 5px;
  padding-right: 30px;
  position: relative;
}

.form-block {
  width: 100%;
}

.ifform {
  width: 98%;
  background-color: #e0eaf3;
  border-radius: 6px;
  padding: 20px;
}

.text-field-2 {
  min-height: 50px;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
  border: 2px solid #355eff;
  border-radius: 6px;
  font-size: 18px;
}

.text-field-2:focus {
  border-color: #1d2933;
}

.text-field-2.big {
  min-height: 245px;
}

.featuretext {
  padding-top: 0;
  padding-bottom: 10px;
}

.kwbutton {
  width: 20%;
  height: 50px;
  float: right;
  text-align: center;
  background-color: #355eff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.kwbutton:hover {
  background-color: #1d2933;
}

.form-block-2 {
  width: 100%;
  float: none;
  margin-bottom: 10px;
  margin-right: 0;
  display: block;
}

.text-field-3 {
  width: 80%;
  height: 50px;
  float: left;
  border: 0 rgba(0, 0, 0, 0);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.divider {
  text-align: center;
  background-color: #770002;
  margin-top: 48px;
}

.rich-text-block {
  color: #fff;
}

.featureblock {
  z-index: 2;
  min-height: 250px;
  padding-top: 80px;
  padding-bottom: 70px;
  position: relative;
}

.featureblock.fbalt {
  color: #fff;
  background-color: #355eff;
}

.featureblock.fbrev {
  color: #fff;
  background-color: #1d2933;
}

.featurecardimage {
  width: 50%;
  height: 90%;
  object-fit: cover;
  border-top-left-radius: 6px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.featurecardimage.leftci {
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.featurecontainer {
  z-index: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.access {
  color: #fff;
  margin-left: 15px;
  margin-right: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: 4px;
}

.access:hover {
  color: #ffd000;
}

.morelink {
  max-width: 25%;
  color: #1d2933;
  margin-right: 3%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  transition: color .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.morelink:hover {
  color: #355eff;
}

.footsocial {
  padding-top: 10px;
}

.type {
  z-index: 1;
  color: #fff;
  background-color: #65d336;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.type.news {
  background-color: #ff3c3c;
}

.type.tracker {
  z-index: 1;
  background-color: #1d2933;
}

.type.analysis {
  background-color: #37970e;
}

.type.pr {
  background-color: #ff9500;
}

.type.inthen {
  background-color: #c53a08;
}

.type.explore {
  color: #1d2933;
  background-color: #ffd000;
}

.type.guestt {
  background-color: #c2c2c2;
}

.type.podcast {
  background-color: #15b18f;
}

.type.enentt {
  background-color: #56318a;
}

.type.emp {
  background-color: #619eb4;
}

.featurecard {
  padding-top: 15px;
  position: relative;
}

.featurecard.leftfc {
  margin-right: 40px;
}

.featurecard.rightfc {
  margin-left: 40px;
  padding-left: 0;
}

.sechead {
  margin-bottom: 40px;
  padding-right: 25%;
}

.sublink {
  color: #1d2933;
}

.navcontainer {
  z-index: 1;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.cardslider {
  height: 100%;
  max-width: 1300px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.mask {
  margin-top: -20px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.sliderbg {
  background-color: #e0eaf3;
}

.sliderbg.yellowbg {
  background-color: #ffd000;
}

.spacer {
  height: 30px;
}

.dropcontainer {
  z-index: 100;
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 6px;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  position: relative;
  box-shadow: 0 5px 16px -8px #1d2933;
}

.left-arrow-2 {
  left: -2%;
}

.pagetitle {
  color: #fff;
  background-color: #1d2933;
  padding-top: 110px;
  padding-bottom: 20px;
}

.pagetitle.newspt {
  background-color: #ff3c3c;
  background-image: linear-gradient(to right, #ff3c3c 24%, rgba(255, 60, 60, .71)), url('../images/newplanet2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.pagetitle.expbg {
  color: #1d2933;
  background-color: #ffd000;
  background-image: linear-gradient(64deg, rgba(255, 208, 0, .9), rgba(255, 149, 0, .63)), url('../images/explore.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.pagetitle.eventpt {
  background-color: #56318a;
  background-image: linear-gradient(to right, rgba(86, 49, 138, .95) 23%, rgba(86, 49, 138, .22) 80%), url('../images/events.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
}

.pagetitle.eventpt-2 {
  background-color: #56318a;
  background-image: linear-gradient(to right, rgba(86, 49, 138, .95) 23%, rgba(86, 49, 138, .22) 80%), url('../images/videoform.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
}

.pagetitle.employmentpt {
  background-color: #619eb4;
  background-image: linear-gradient(92deg, #619eb4 18%, rgba(97, 158, 180, .86)), url('../images/emplyment.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
}

.pagetitle.confimg {
  background-image: linear-gradient(to right, #1d2933 17%, rgba(29, 41, 51, .65)), url('../images/earthconfimg.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.pagetitle.confim2 {
  background-image: linear-gradient(to right, rgba(29, 41, 51, .51) 17%, rgba(29, 41, 51, 0)), url('../images/conference.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.elink {
  color: #1d2933;
  text-transform: uppercase;
  margin-right: 0;
  padding-right: 5px;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.elink:hover {
  color: #355eff;
}

.eblock {
  margin-top: 20px;
  margin-bottom: 40px;
}

.eletter {
  font-size: 45px;
  font-weight: 800;
  line-height: 55px;
}

.eterm {
  color: #1d2933;
  margin-top: 20px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.eterm:hover {
  color: #355eff;
}

.etitle {
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
}

.shareicon {
  margin-left: 0;
  margin-right: 20px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
  position: relative;
  top: 0;
}

.shareicon:hover {
  transform: scale(1.2);
}

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

.profilecard {
  max-width: 31.3%;
  min-width: 31.3%;
  color: #1d2933;
  background-color: #fff;
  border-radius: 6px;
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 2%;
  padding: 10px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  position: relative;
}

.profilecard:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px -3px rgba(0, 0, 0, .2);
}

.profileimage {
  width: 100%;
  max-height: 160px;
  object-fit: cover;
  background-color: #e0eaf3;
  border-radius: 6px;
  margin-bottom: 5px;
}

.profileimage.countrypi {
  object-fit: contain;
}

.profileimage.picontain {
  width: 100px;
  max-width: 100px;
  object-fit: contain;
  display: inline-block;
}

.profilename {
  font-size: 18px;
  font-weight: 800;
}

.profiledesc {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.slide {
  height: 100%;
}

.fab {
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
  top: 2px;
}

.sideembed {
  margin-top: 20px;
  margin-right: 10px;
  padding-right: 0;
}

.topicimage {
  width: 100%;
  min-height: 130px;
  color: #fff;
  text-align: center;
  background-color: #355eff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 65px;
  line-height: 80px;
  display: flex;
}

.topicheadicons {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 65px;
  line-height: 80px;
  display: flex;
}

.listnav {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sidertb {
  margin-top: 10px;
}

.ptag {
  opacity: .7;
  color: #1d2933;
  background-color: #fff;
  border-radius: 5px;
  margin: 2px 4px 2px 0;
  padding: 4px 8px;
  font-size: .8em;
  font-weight: 800;
  line-height: 14px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.ptag:hover {
  opacity: 1;
}

.rightcolumn {
  width: 66.6%;
  margin-left: 2%;
}

.takeawayrow {
  max-width: 700px;
  text-align: left;
  background-color: #e0eaf3;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px 20px 0 0;
  font-weight: 700;
}

.takeawaynumber {
  width: 9%;
  height: 100%;
  float: left;
  margin-top: 10px;
  margin-right: 1%;
  padding-left: 20px;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
  display: block;
}

.takeawaytext {
  width: 90%;
  float: left;
  padding-top: 5px;
}

.reportheader {
  z-index: 2;
  min-height: 250px;
  color: #fff;
  text-align: center;
  background-color: #1d2933;
  padding-top: 200px;
  padding-bottom: 180px;
  position: relative;
}

.takeawayblock {
  padding-top: 40px;
  padding-bottom: 10px;
}

.onpagenav {
  z-index: 900;
  height: 100%;
  min-width: 80px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.sidelink {
  z-index: 1;
  color: #1d2933;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: block;
  position: relative;
}

.sidelink:hover {
  color: #355eff;
}

.sidelink.w--current {
  color: #fff;
  transition: color .2s;
}

.sidelink.profiles {
  color: #355eff;
}

.sidelink.profiles:hover {
  color: #1d2933;
}

.pin {
  z-index: 2;
  width: 30px;
  height: 30px;
  float: left;
  background-color: #1d2933;
  border: 3px solid rgba(255, 255, 255, .63);
  border-radius: 100px;
  margin-right: -15px;
  padding-top: 5px;
  padding-left: 5.5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  position: relative;
}

.pin.profiles {
  background-color: #355eff;
}

.sidetext {
  max-width: 300px;
  float: none;
  opacity: 0;
  color: #1d2933;
  background-color: #e0eaf3;
  border-radius: 4px;
  padding: 4px 5px 2px 20px;
  display: none;
  position: relative;
  top: 4px;
  overflow: hidden;
}

.sidetext.profiles {
  color: #fff;
  background-color: #355eff;
}

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

.graphimage {
  width: 100%;
  height: auto;
  max-height: 80vh;
  max-width: 1200px;
  object-fit: contain;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.sub {
  font-size: .5em;
  position: relative;
  top: -8px;
}

.cttag {
  z-index: 1;
  color: #fff;
  background-color: rgba(29, 41, 51, .6);
  border-bottom-left-radius: 6px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.regionicon {
  max-height: 180px;
  max-width: 180px;
  object-fit: contain;
  background-color: #fff;
  border-radius: 400px;
  padding: 10px;
}

.authwrap {
  max-width: 1200px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.newsletterad {
  color: #fff;
  text-align: center;
  background-color: #1d2933;
  background-image: url('../images/soalfade.png'), url('../images/coalfade.png');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.youtube {
  border-radius: 5px;
  margin-top: 10px;
  overflow: hidden;
}

.blue {
  color: #355eff;
}

.dblue {
  color: #1d2933;
}

.hoverimage {
  z-index: 1;
  width: 50%;
  object-fit: contain;
  margin-top: 35px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.top {
  z-index: 10;
  position: relative;
}

.mapcol {
  z-index: 2;
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #fff;
  padding: 100px 15px 20px;
  display: block;
  position: relative;
  overflow: auto;
  box-shadow: 0 0 10px rgba(29, 41, 51, .24);
}

.mapcol.mcleft.floatcol {
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
  margin-top: 110px;
}

.mapcol.rightmc {
  color: #fff;
  background-color: #1d2933;
}

.mapcol.floatcol {
  border-top-left-radius: 6px;
  margin-top: 110px;
  padding-top: 20px;
}

.map {
  width: 60%;
  height: 100vh;
  float: left;
  text-align: center;
  background-color: #e0e5e9;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.map.darkmap {
  background-color: #1d2933;
}

.mapcard {
  width: 100%;
  color: #1d2933;
  background-color: #e0e5e9;
  border-radius: 6px;
  flex: 1;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 2%;
  padding: 1px 10px 1px 1px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mapcard:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px -3px rgba(0, 0, 0, .2);
}

.mapcard.activemc {
  color: #fff;
  background-color: #1d2933;
}

.mapicon {
  width: 50%;
  max-height: 130px;
  object-fit: cover;
  background-color: #e0eaf3;
  border-radius: 6px;
  margin-bottom: 5px;
}

.mapicon.countrypi {
  object-fit: contain;
}

.profileimage-copy {
  width: 100%;
  max-height: 130px;
  object-fit: cover;
  background-color: #e0eaf3;
  border-radius: 6px;
  margin-bottom: 5px;
}

.profileimage-copy.countrypi {
  object-fit: contain;
}

.mapcardimage {
  width: 60px;
  max-height: 130px;
  max-width: 60px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, .68);
  border-radius: 1000px;
  margin-bottom: 0;
  margin-right: 10px;
}

.mapcardimage.countrypi {
  object-fit: contain;
}

.mapcardimage.picontain {
  width: 100px;
  max-width: 100px;
  object-fit: contain;
  display: inline-block;
}

.mapimage {
  width: 110%;
  height: 100%;
  text-align: center;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mapimage.covermi {
  object-fit: cover;
}

.mappagecontainer {
  height: 100vh;
  overflow: hidden;
}

.mappagecontainer.darkmap {
  background-color: #1d2933;
}

.note {
  font-size: .8em;
  line-height: .8em;
}

.maptoggles {
  z-index: 2;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.maptoggle {
  color: #1d2933;
  background-color: #fff;
  border-radius: 300px;
}

.maptoggle:hover, .maptoggle.onmt {
  color: #fff;
  background-color: #355eff;
}

.mapcardrow {
  flex-flow: column;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.morembutton {
  width: 100%;
  text-align: center;
  background-color: #355eff;
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.fakelink {
  z-index: 1;
  width: 600px;
  height: 600px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.controldemo {
  max-width: 60px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.artsubtitle {
  margin-top: 30px;
}

.colourtest {
  color: #ffd000;
  background-color: #56318a;
}

.feedbackb {
  z-index: 100000;
  max-width: 150px;
  text-align: center;
  background-color: #355eff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 16px;
  transition: padding .2s;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
}

.feedbackb:hover {
  padding-bottom: 16px;
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 60px;
  padding-right: 60px;
}

.arrowhs {
  width: 40px;
}

.slidehs {
  height: 100%;
  padding-left: 45px;
  padding-right: 35px;
}

.sliderhs {
  width: 100%;
  height: 100%;
  max-width: 460px;
  float: right;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 25px;
  right: -20px;
}

.mask-5 {
  height: 100%;
}

.breakpoint {
  width: 2px;
  height: 20px;
  background-color: #fff;
  margin: 0 -5px -2px 10px;
  display: inline-block;
}

.langspan {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  display: inline-block;
  position: relative;
  top: -6px;
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 55px;
    line-height: 65px;
  }

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

  p {
    font-size: 18px;
    line-height: 32px;
  }

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

  .brand {
    width: 300px;
  }

  .container {
    max-width: 1400px;
  }

  .card-row {
    min-height: 10px;
  }

  .card.sidec {
    margin-top: 20px;
  }

  .card-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brandlink {
    margin-left: 30px;
  }

  .rtb {
    max-width: 800px;
  }

  .rtb li {
    font-size: 18px;
    line-height: 32px;
  }

  .faqblock {
    max-width: 800px;
  }

  .plancontent {
    max-width: 650px;
  }

  .featurehead {
    max-width: 860px;
  }

  .reset {
    background-color: #fff;
  }

  .navdrop {
    font-size: 16px;
  }

  .leftcolumn {
    width: 70%;
  }

  .sidecol.leftsc {
    width: 23%;
  }

  .cardimage {
    height: 200px;
  }

  .article-class {
    max-width: 60%;
  }

  .articleimage {
    max-width: 800px;
  }

  .authorimage {
    width: 200px;
    height: 200px;
  }

  .featurecontainer {
    max-width: 1400px;
  }

  .morelink {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .type {
    font-size: 12px;
  }

  .cardslider {
    max-width: 1500px;
  }

  .elink {
    padding-right: 8px;
    font-size: 25px;
    line-height: 32px;
  }

  .etitle {
    font-size: 25px;
    line-height: 32px;
  }

  .profilecard {
    max-width: 23%;
    min-width: 23%;
  }

  .topicimage, .topicheadicons {
    justify-content: center;
    align-items: center;
  }

  .rightcolumn {
    width: 75%;
  }

  .takeawayrow {
    max-width: 800px;
  }

  .graphimage {
    max-width: 1400px;
  }

  .authwrap {
    max-width: 1300px;
  }

  .hoverimage {
    max-height: 105%;
    object-position: 100% 0%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .mapcol.mcleft {
    width: 15%;
  }

  .map {
    width: 65%;
  }

  .mapcard {
    max-width: 98%;
    min-width: 23%;
  }

  .sliderhs {
    max-width: 525px;
  }

  .langspan {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .navbar {
    width: 100%;
    float: right;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .nav-link {
    color: #1d2933;
    text-align: center;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.rev {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.fa {
    display: block;
  }

  .brand {
    width: auto;
    height: 55px;
    object-position: 0% 50%;
    margin-top: 0;
    display: inline-block;
  }

  .subnavbar {
    width: auto;
    float: right;
    margin-top: 0;
    margin-right: 64px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
  }

  .heroblock {
    min-height: 200px;
    padding: 1px 0;
  }

  .heroblock.homehero {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .heroblock.homehero.hhp {
    background-image: radial-gradient(circle at 0 0, #a28f9d, #619eb4 40%, #619eb4 55%, rgba(128, 46, 98, 0));
  }

  .heroblock.homehero.hhdg {
    background-image: radial-gradient(circle at 0 0, #608175, #355eff 40%, #355eff 55%, rgba(2, 63, 2, 0));
  }

  .heroblock.homehero.contenthh {
    background-image: radial-gradient(circle at 0 0, #eafae2, #fff 48%, #fff 70%, rgba(255, 255, 255, 0));
  }

  .heroblock.hh2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .heroblock.hh2.hhp {
    background-image: radial-gradient(circle at 0 0, #a28f9d, #619eb4 40%, #619eb4 55%, rgba(128, 46, 98, 0));
  }

  .heroblock.hh2.hhdg {
    background-image: radial-gradient(circle at 0 0, #608175, #355eff 40%, #355eff 55%, rgba(2, 63, 2, 0));
  }

  .heroblock.hh2.contenthh {
    background-image: radial-gradient(circle at 0 0, #eafae2, #fff 48%, #fff 70%, rgba(255, 255, 255, 0));
  }

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

  .container.responsive {
    flex-wrap: wrap;
  }

  .button {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 15px;
    padding: 15px 25px;
  }

  .cardblock {
    padding: 40px 10px;
  }

  .card-row {
    flex-wrap: wrap;
  }

  .card {
    width: 48%;
    max-width: 98%;
    min-width: 48%;
    font-size: 18px;
    line-height: 23px;
  }

  .card.homef {
    min-height: 200px;
    margin-left: 0%;
  }

  .card.jobc {
    max-width: 48%;
  }

  .card.mapc {
    float: none;
    flex: 0 auto;
    margin-right: 2%;
  }

  .card.homea {
    min-height: 200px;
    margin-left: 0%;
  }

  .card-title {
    font-size: 18px;
    line-height: 25px;
  }

  .card-title.featurect {
    font-size: 20px;
    line-height: 28px;
  }

  .card-blurb {
    font-size: 12px;
    line-height: 16px;
  }

  .helpblock {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .support-row {
    padding-left: 0;
    padding-right: 0;
  }

  .support-col {
    width: 48%;
    max-width: 48%;
  }

  .support-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .support-card-text {
    padding-left: 10px;
  }

  .headcol {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .headcol.righthc {
    width: 100%;
  }

  .support-link {
    text-indent: -21px;
    padding-left: 21px;
  }

  .quote {
    margin-bottom: 10px;
  }

  .searchfield, .submit-button {
    height: 60px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .searchpop {
    border-radius: 20px;
    margin-top: 5px;
    padding-bottom: 30px;
  }

  .nav-menu {
    z-index: 10;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-width: 4px;
    border-color: #355eff;
    padding-top: 0;
  }

  .nav-menu.w--open {
    border-radius: 15px;
    margin-top: 10px;
  }

  .menu-button {
    color: #fff;
    padding: 8px 10px;
    font-size: 40px;
  }

  .menu-button:hover {
    color: #ffd000;
  }

  .menu-button.w--open {
    background-color: #355eff;
    border-bottom-right-radius: 0;
  }

  .headtext {
    margin-bottom: 20px;
    margin-right: 2%;
    padding-bottom: 20px;
  }

  .breadcrumbs {
    width: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 21px;
    top: 50px;
    right: 1%;
  }

  ._50col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: auto;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .brandlink {
    margin-top: 0;
    margin-left: 0;
  }

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

  .contentblock {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rtb blockquote {
    margin-left: 0%;
  }

  .planleft {
    padding-right: 20px;
  }

  .planright {
    padding-left: 20px;
  }

  .featurehead {
    border-radius: 0;
    margin-top: 0;
  }

  .imagetext {
    max-width: 300px;
  }

  .filters {
    padding-right: 0;
  }

  .dropdown-toggle {
    padding-left: 10px;
  }

  .reset {
    margin-top: 10px;
  }

  .dropicon {
    margin-right: 10px;
  }

  .navdrop {
    width: 100%;
    color: #1d2933;
    text-align: center;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
  }

  .navdrop.w--open {
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 20px;
  }

  .navdroplist.w--open {
    box-shadow: none;
    background-color: #355eff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .navdropdown {
    width: 100%;
    text-align: center;
  }

  .droplink {
    color: #fff;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .linksub {
    font-size: 12px;
    line-height: 16px;
  }

  .navwrap {
    height: 55px;
    padding-top: 0;
    padding-left: 20px;
  }

  .sliderimage {
    width: 100%;
  }

  .heroimg {
    width: 100%;
    max-height: 40vh;
    border-radius: 0;
    margin-top: 50px;
    position: relative;
  }

  .mission-image {
    width: 94%;
  }

  .mission-block {
    min-height: 200px;
    padding: 50px 20px 40px;
  }

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

  .leftcolumn.centrelc {
    width: 100%;
  }

  .sidecol.jobsc {
    margin-top: -540px;
  }

  .stickytrack {
    padding-left: 15px;
  }

  .cardimage {
    height: 150px;
  }

  .cardimage.featureci {
    height: 100%;
  }

  .cardimage.cigraph {
    padding-top: 18px;
  }

  .contentmenu {
    display: none;
  }

  .article-class {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: auto;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .articleheader {
    min-height: 200px;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .authorimage {
    width: 150px;
    height: 150px;
  }

  .authortext {
    padding-top: 10px;
    padding-left: 0;
  }

  .resourcelist {
    background-color: #ececec;
    background-image: none;
    margin-top: 0;
  }

  .job-image {
    width: 150px;
    height: 150px;
  }

  .jobtitle {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: auto;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .form-block-2 {
    margin-top: 10px;
  }

  .featureblock {
    min-height: 200px;
    padding: 50px 20px 40px;
  }

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

  .morelink {
    max-width: none;
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
    position: relative;
  }

  .type {
    font-size: 10px;
  }

  .featurecard.rightfc {
    margin-left: 20px;
  }

  .sechead {
    margin-bottom: 20px;
    padding-right: 0%;
    font-size: 30px;
    line-height: 40px;
  }

  .navcontainer {
    padding-left: 20px;
    padding-right: 0;
  }

  .mask {
    padding-bottom: 0;
  }

  .dropcontainer {
    text-align: left;
    background-color: #355eff;
    border-radius: 0;
  }

  .slide-nav-3 {
    height: 0;
    display: none;
  }

  .right-arrow-2, .left-arrow-2 {
    z-index: 0;
    height: 0;
    opacity: 0;
    display: none;
  }

  .pagetitle {
    padding-top: 80px;
  }

  .profileimage {
    max-height: none;
  }

  .profilename {
    font-size: 16px;
    line-height: 23px;
    display: inline;
  }

  .topicimage {
    max-height: none;
    min-height: auto;
    font-size: 50px;
  }

  .topicheadicons {
    max-height: none;
    font-size: 50px;
  }

  .ptag {
    padding-left: 4px;
    padding-right: 4px;
    line-height: 10px;
  }

  .reportheader {
    min-height: 200px;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .takeawayblock {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .onpagenav {
    height: auto;
    min-width: 50px;
    opacity: .4;
    justify-content: flex-end;
    padding-top: 30px;
    transition: opacity .3s;
    display: block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .onpagenav:hover {
    opacity: 1;
  }

  .sidelink {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0;
  }

  .pin {
    width: 20px;
    height: 20px;
    padding-left: 4.5px;
    font-size: 5px;
    line-height: 5px;
  }

  .sidetext {
    opacity: 0;
    padding-bottom: 1px;
    font-size: 12px;
    line-height: 13px;
    display: none;
    top: 1px;
  }

  .graphimage {
    width: 95%;
  }

  .newsletterad {
    background-size: cover, cover;
  }

  .hoverimage {
    display: none;
  }

  .mapcol {
    width: 100%;
    height: auto;
    padding-top: 10px;
  }

  .mapcol.mcleft {
    width: 100%;
    height: auto;
    float: none;
    padding-top: 56px;
    padding-bottom: 10px;
  }

  .map {
    width: 100%;
    height: auto;
    min-height: 60vh;
  }

  .mapcard {
    width: auto;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
  }

  .mapicon, .profileimage-copy {
    max-height: none;
  }

  .mapcardimage {
    width: 20px;
    max-height: none;
    max-width: 20px;
    margin-right: 5px;
    display: inline;
  }

  .mapimage, .mapimage.covermi {
    padding-top: 0;
  }

  .mappagecontainer {
    height: auto;
  }

  .mapcardrow {
    flex-flow: wrap;
    display: flex;
  }

  .arrowhs {
    height: 40px;
    top: auto;
    bottom: 0%;
  }

  .slidehs {
    margin-right: 40px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .sliderhs {
    width: 100%;
    max-width: none;
    right: auto;
  }

  .mask-6 {
    overflow: visible;
  }
}

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

  h1, h2 {
    font-size: 32px;
    line-height: 38px;
  }

  h3 {
    font-size: 20px;
    line-height: 25px;
  }

  p {
    line-height: 25px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .subnavbar {
    margin-right: 59px;
    display: none;
  }

  .subnavbar.responsivesnb {
    float: none;
    background-color: #1d2933;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .heroblock {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heroblock.homehero.hhp, .heroblock.hh2.hhp {
    background-image: radial-gradient(circle at 0 0, #a28f9d, #619eb4 40%, #619eb4 55%, rgba(128, 46, 98, 0));
  }

  .container.responsive {
    flex-wrap: wrap;
  }

  .container.responsive.reverse {
    flex-wrap: wrap-reverse;
  }

  .button {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 10px;
    padding: 10px 15px;
    font-size: 14px;
  }

  .cardblock {
    padding: 30px 0;
  }

  .card-row {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .card {
    width: auto;
    flex: 1;
    margin-bottom: 10px;
  }

  .card.no-image {
    flex: 1;
  }

  .card.sidec {
    width: 98%;
    max-width: 98%;
    min-width: 98%;
  }

  .card.featurec {
    background-color: #fff;
    flex-direction: column;
    padding-bottom: 70px;
  }

  .card.mapc {
    width: 48%;
  }

  .card-title {
    font-size: 16px;
    line-height: 23px;
  }

  .card-title.featurect {
    padding-bottom: 0;
  }

  .card-blurb {
    padding-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .helpblock {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-tags.featuretags {
    width: 100%;
    color: #355eff;
    background-color: rgba(0, 0, 0, 0);
  }

  .date {
    font-size: 12px;
    line-height: 18px;
  }

  .support-row {
    flex-wrap: wrap;
  }

  .support-col {
    width: 100%;
    margin-bottom: 15px;
  }

  .support-card {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .headcol {
    padding-left: 0;
    padding-right: 0;
  }

  .support-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .supporticon {
    width: auto;
    max-width: 100px;
  }

  .searchblock {
    padding-left: 0;
    padding-right: 0;
  }

  .searchfield {
    width: 70%;
    font-size: 14px;
  }

  .submit-button {
    width: 30%;
    padding-top: 19px;
  }

  ._6col {
    width: 48%;
    min-height: 0;
    margin-bottom: 10px;
  }

  .socialicon {
    margin-left: 10px;
  }

  .menu-button {
    padding: 10px;
    font-size: 35px;
  }

  .breadcrumbs {
    padding-top: 20px;
    padding-bottom: 2px;
  }

  .crumb {
    margin-right: 0;
  }

  .breadarrow {
    margin-right: 5px;
  }

  ._50col {
    max-width: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._50col.padded50 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brandlink {
    margin-left: 0;
  }

  .rtb h2 {
    font-size: 25px;
    line-height: 32px;
  }

  .rtb blockquote {
    max-width: none;
  }

  .planrow {
    min-height: 0;
    padding-bottom: 0;
    display: block;
  }

  .planrow.resrev {
    flex-direction: column-reverse;
    display: flex;
  }

  .planleft {
    width: 100%;
    min-height: 0;
    border-right-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    display: block;
  }

  .plandot {
    top: 0%;
    bottom: auto;
    left: 20px;
    right: auto;
  }

  .planimage {
    z-index: 0;
    position: relative;
  }

  .planright {
    width: 100%;
    min-height: 0;
    border-left-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: block;
  }

  .plancontent {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .featurehead {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bigimage {
    background-size: cover;
  }

  .filterrow {
    display: none;
  }

  .filters {
    width: 100%;
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-toggle {
    width: 100%;
    border-right-style: none;
    display: block;
  }

  .dropdown-list.w--open {
    position: relative;
    top: 0;
  }

  .filtertoggle {
    width: 100%;
    color: #1d2933;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .toggletext {
    font-weight: 800;
  }

  .filtericon {
    color: #1d2933;
  }

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

  .navdrop {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .navdrop.w--open {
    font-size: 16px;
  }

  .navdroplist.w--open {
    overflow: hidden;
  }

  .droplink {
    width: 31.3%;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .linksub {
    white-space: pre-wrap;
    font-size: 12px;
    line-height: 16px;
  }

  .mission-image {
    width: 100%;
    height: 200px;
    position: relative;
  }

  .mission-block {
    padding: 40px 0 30px;
  }

  .missioncontainer {
    flex-direction: column-reverse;
  }

  .leftcolumn {
    width: 100%;
    margin-right: 0%;
  }

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

  .sidecol.jobsc {
    margin-top: 20px;
  }

  .stickytrack {
    flex-wrap: wrap;
    padding-bottom: 20px;
    display: flex;
    position: relative;
    top: 0;
  }

  .cardimage.featureci {
    width: 100%;
  }

  .article-class {
    max-width: none;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .articleheader {
    padding-left: 0;
    padding-right: 0;
  }

  .articleimage {
    margin-top: -60px;
  }

  .resourcelist {
    margin-top: 0;
  }

  .jobtitle {
    max-width: none;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .featureblock {
    padding: 174px 0 30px;
  }

  .featurecardimage {
    width: 100%;
    height: 200px;
    border-radius: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .featurecardimage.leftci {
    border-radius: 0;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .featurecontainer {
    flex-direction: column-reverse;
  }

  .featurecard.leftfc {
    margin-right: 0;
  }

  .featurecard.rightfc {
    margin-left: 0;
  }

  .navcontainer {
    padding-right: 0;
  }

  .dropcontainer {
    max-height: 70vh;
    overflow: hidden;
  }

  .slide-nav-3 {
    height: 0;
  }

  .right-arrow-2 {
    z-index: 0;
    opacity: 0;
  }

  .left-arrow-2 {
    z-index: 0;
    height: 0;
    opacity: 0;
    display: none;
  }

  .profilename {
    font-size: 12px;
    line-height: 18px;
  }

  .topicimage, .topicheadicons {
    font-size: 40px;
    line-height: 60px;
  }

  .sidertb {
    width: 100%;
  }

  .rightcolumn {
    width: 100%;
    margin-right: 0%;
  }

  .takeawaynumber {
    padding-left: 10px;
  }

  .reportheader {
    padding-left: 0;
    padding-right: 0;
  }

  .onpagenav {
    padding-top: 30px;
  }

  .sidelink {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .mapcard {
    border-radius: 4px;
  }

  .feedbackb {
    max-width: 120px;
    padding: 7px 10px;
    font-size: 10px;
    line-height: 14px;
  }

  .slidehs {
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .mask-3 {
    overflow: visible;
  }

  .langspan {
    font-size: 12px;
    top: -7px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 25px;
    line-height: 32px;
  }

  h3 {
    font-size: 18px;
    line-height: 23px;
  }

  h4 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    line-height: 23px;
  }

  .nav-link {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .brand {
    height: 50px;
    font-size: 25px;
    line-height: 25px;
  }

  .subnavbar {
    z-index: 999;
    display: none;
    position: relative;
  }

  .subnavbar.responsivesnb {
    width: 100%;
    float: none;
    text-align: left;
    background-color: #1d2933;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0%;
  }

  .heroblock {
    min-height: 0;
    padding-bottom: 40px;
  }

  .heroblock.homehero {
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .heroblock.homehero.hhp {
    background-image: radial-gradient(circle at 50% 0, #a28f9d, #619eb4 40%, #619eb4 66%, rgba(128, 46, 98, 0));
  }

  .heroblock.homehero.hhdg {
    background-image: radial-gradient(circle at 50% 0, #608175, #355eff 40%, #355eff 63%, rgba(2, 63, 2, 0));
  }

  .heroblock.homehero.contenthh {
    background-image: radial-gradient(circle at 50% 0, #eafae2, #fff 48%, #fff 70%, rgba(255, 255, 255, 0));
  }

  .heroblock.hh2 {
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .heroblock.hh2.hhp {
    background-image: radial-gradient(circle at 50% 0, #a28f9d, #619eb4 40%, #619eb4 66%, rgba(128, 46, 98, 0));
  }

  .heroblock.hh2.hhdg {
    background-image: radial-gradient(circle at 50% 0, #608175, #355eff 40%, #355eff 63%, rgba(2, 63, 2, 0));
  }

  .heroblock.hh2.contenthh {
    background-image: radial-gradient(circle at 50% 0, #eafae2, #fff 48%, #fff 70%, rgba(255, 255, 255, 0));
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.responsive {
    flex-wrap: wrap;
  }

  .button {
    padding: 10px 15px;
  }

  .cardblock {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .card {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    margin-right: 0%;
    box-shadow: 0 13px 15px -13px rgba(0, 0, 0, .28);
  }

  .card.sidec {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .card.homef {
    width: 100%;
    flex: 1;
  }

  .card.jobc {
    max-width: 100%;
  }

  .card.mapc {
    width: 100%;
    margin-right: 0%;
  }

  .card.homea {
    width: 100%;
    flex: 1;
  }

  .card-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-blurb {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .helpblock {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .card-tags {
    padding-left: 10px;
    padding-right: 10px;
  }

  .date {
    font-size: 12px;
    line-height: 18px;
  }

  .support-col {
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 0%;
    padding-bottom: 10px;
  }

  .support-card {
    min-width: 100%;
  }

  .sublogo {
    font-size: 10px;
  }

  .supporticon {
    max-width: 80px;
  }

  .quoteblock {
    flex-direction: column;
    padding-left: 45px;
    padding-right: 45px;
  }

  .searchblock {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .searchfield {
    width: 100%;
    border-radius: 15px;
    font-size: 14px;
  }

  .submit-button {
    width: 100%;
    border-radius: 15px;
    margin-top: 10px;
    padding-top: 19px;
  }

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

  .socialbar.share {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .socialicon {
    font-size: 18px;
  }

  .searchpop {
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form {
    text-align: center;
  }

  .menu-button {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .headtext {
    margin-bottom: 0;
    margin-right: 0%;
  }

  .breadcrumbs {
    padding-left: 10px;
    left: 2%;
    right: 2%;
  }

  ._50col {
    margin-right: 0%;
    padding-right: 0;
  }

  ._50col.padded50 {
    padding-right: 0;
  }

  .brandlink {
    margin-top: 0;
  }

  .featurehead {
    max-width: 100%;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bigimage {
    background-position: 50%;
    padding-top: 350px;
    padding-bottom: 20px;
  }

  .resultcount {
    float: none;
    margin-right: 10px;
    display: none;
  }

  .sortdropdown {
    float: left;
    margin-top: 10px;
  }

  .sorttoggle {
    display: block;
  }

  .sortlabel {
    float: left;
    display: none;
  }

  .dropdown-list {
    max-height: 50vh;
  }

  .dropdown-list.w--open {
    z-index: 2;
    width: 100%;
    position: relative;
  }

  .toggletext {
    margin-right: 23px;
  }

  .filtertogglebutton {
    cursor: pointer;
  }

  .navdrop {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .searchresult {
    align-items: flex-start;
  }

  .droplink {
    width: 98%;
    text-align: left;
    white-space: pre-wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .linksub {
    white-space: pre-wrap;
  }

  .navwrap {
    height: 50px;
    padding-left: 0;
  }

  .heroslider, .heroimg {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mission-image {
    height: 180px;
  }

  .mission-block {
    min-height: 0;
    padding-top: 30px;
  }

  .missioncontainer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sidecol.jobsc {
    padding-bottom: 10px;
  }

  .stickytrack {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .article-class {
    margin-right: 0%;
    padding-right: 0;
  }

  .articleheader {
    min-height: 0;
    padding-top: 70px;
  }

  .job-image {
    width: 100px;
    max-height: 100px;
  }

  .jobtitle {
    margin-right: 0%;
    padding-right: 0;
  }

  .ifform {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .featureblock {
    min-height: 0;
  }

  .featurecontainer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .access {
    font-size: 18px;
    top: 0;
  }

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

  .sechead {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 32px;
  }

  .navcontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .dropcontainer {
    max-height: 50vh;
    padding: 10px;
    overflow: auto;
  }

  .shareicon {
    font-size: 18px;
  }

  .profilecard {
    max-width: 48%;
    min-width: 48%;
    flex: 1;
    margin-top: 0;
    padding: 5px;
  }

  .topicimage, .topicheadicons {
    font-size: 30px;
    line-height: 40px;
  }

  .takeawaynumber {
    width: 14%;
    font-size: 40px;
    line-height: 50px;
  }

  .takeawaytext {
    width: 85%;
  }

  .reportheader {
    min-height: 0;
    padding-top: 70px;
  }

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

  .newsletterad {
    flex-direction: column;
    padding-left: 45px;
    padding-right: 45px;
  }

  .map {
    min-height: 50vh;
  }

  .mapcard {
    flex: 1;
    display: inline-block;
  }

  .mapcard.activemc {
    display: inline-block;
  }

  .slidehs {
    margin-right: 20px;
    overflow: visible;
  }

  .sliderhs {
    padding-right: 0;
  }

  .mask-4 {
    overflow: visible;
  }

  .langspan {
    top: -2px;
  }
}


@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;
}