:root {
  --midnight-blue: #011055;
  --lightblue: #c1dffa;
  --white: white;
  --royal-blue: #1d4dd8;
  --white-smoke: #f3f3f3;
  --cornflower-blue: #537fff;
  --lightyellow: #f5e06a;
  --indian-red: #eb5e6f;
  --yellow-green: #9ccc45;
  --deep-sky-blue: #2cc1ff;
  --light-grey: #d0d3db;
  --transparent: #fff0;
  --lightsteel: #e0e8ff;
  --lightpink: #ffd6f3;
  --lightorange: #ffead2;
  --lightgreen: #ceffda;
  --lightpurple: #e9d4ff;
  --orange: #fbb03b;
  --olive-drab: #6faa05;
  --brown: #b9283a;
  --peru: #ce7d00;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--midnight-blue);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Chillax, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Chillax, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Chillax, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}

a {
  text-decoration: underline;
}

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

blockquote {
  border-left: 5px solid var(--lightblue);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Chillax, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

figcaption {
  color: #011055c4;
  text-align: left;
  margin-top: 1px;
  font-size: .8em;
  line-height: 1.2em;
}

.container {
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.container.footercont {
  align-items: flex-start;
}

.container.cards {
  align-items: stretch;
}

.container.centre {
  text-align: center;
  justify-content: center;
}

.container.hcentre {
  justify-content: flex-start;
  align-items: center;
}

.container.filter {
  max-width: 25%;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.container.cardsfilter {
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

.col {
  flex: 1;
  min-width: 20%;
  max-width: 840px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.col.c2 {
  max-width: 60%;
  padding-right: 0;
}

.col.statuscol {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.section.hero {
  color: var(--white);
  background-color: #01105580;
  background-image: radial-gradient(circle at 100% 0, #01105580, #1d4dd836);
  margin-bottom: -20px;
  padding-top: 130px;
  padding-bottom: 140px;
}

.section.hero.h23 {
  background-color: #36363670;
  padding-top: 100px;
  padding-bottom: 230px;
}

.section.dark {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.section.blue {
  background-color: var(--royal-blue);
  color: var(--white);
}

.section.blue.hshort {
  background-color: var(--lightblue);
  color: var(--midnight-blue);
  padding-top: 1px;
}

.section.lblue {
  background-image: linear-gradient(to bottom, #c1dffa00, var(--lightblue) 50%, #c1dffa00);
}

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

.section.light {
  background-color: var(--lightblue);
}

.section.greys {
  background-color: var(--white-smoke);
}

.section.midblues {
  background-color: var(--cornflower-blue);
}

.navcontainer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: fixed;
}

.navcontainer.nc2 {
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 0%;
  bottom: auto;
}

.grid {
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid.g2 {
  border-radius: 20px;
  overflow: hidden;
}

.gridblock {
  color: var(--midnight-blue);
  flex: 1;
  min-width: 33.333%;
  max-width: 50%;
  min-height: 300px;
  padding: 40px 60px 50px;
  position: relative;
}

.gridblock.dark {
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
}

.gridblock.yellow {
  background-color: var(--lightyellow);
  color: var(--midnight-blue);
}

.gridblock.blue {
  background-color: var(--lightblue);
  color: var(--midnight-blue);
}

.gridblock.midblue {
  background-color: var(--cornflower-blue);
  color: var(--midnight-blue);
}

.gridblock.mapb {
  background-color: var(--lightblue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.gridblock.mapb.mp2 {
  background-color: #0000;
  align-items: center;
}

.gridblock.whitegb {
  background-color: var(--white);
  color: var(--midnight-blue);
}

.gridblock.wide {
  max-width: 100%;
}

.gridblock.mapb-2 {
  background-color: var(--midnight-blue);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.gridblock.mapb-2.mp2 {
  background-color: #0000;
  align-items: center;
}

.cardrow {
  padding-top: 20px;
  position: relative;
}

.cardrow.filter {
  max-width: 75%;
}

.card {
  background-color: var(--white);
  color: var(--midnight-blue);
  text-align: left;
  border-radius: 10px;
  flex: 1;
  min-width: 23%;
  max-width: 31.333%;
  margin-bottom: 20px;
  margin-right: 2%;
  padding-bottom: 55px;
  text-decoration: none;
  transition: transform .2s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px -2px #0003;
}

.card:hover {
  transform: scale(.98);
}

.cardpro {
  background-color: var(--lightyellow);
  color: var(--midnight-blue);
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.cardpro.convcp {
  background-color: var(--lightblue);
}

.cardpro.newscp {
  background-color: var(--indian-red);
}

.cardpro.resourcecp {
  background-color: var(--yellow-green);
}

.cardpro.topiccp {
  background-color: var(--cornflower-blue);
}

.profileimage {
  object-fit: cover;
  border-radius: 300px;
  width: 70px;
  height: 70px;
  margin-right: 0;
  padding: 5px;
}

.profileimage.p2 {
  margin-right: 0;
  padding: 5px;
}

.profilename {
  font-family: Chillax, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.1em;
}

.profilename.fpn {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-right: 10px;
  font-size: .9em;
}

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

.cardcontent {
  padding: 15px 20px;
}

.cardtag {
  opacity: .8;
  justify-content: flex-start;
  align-items: center;
  font-size: .8em;
  line-height: 1.1em;
  display: flex;
}

.tagicon {
  object-fit: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
  display: flex;
}

.cardcomment {
  padding-top: 10px;
  padding-bottom: 10px;
}

.interactrow {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.interactrow.relir {
  padding-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  position: relative;
}

.interact {
  border: 1px solid var(--white);
  background-color: var(--lightblue);
  color: var(--royal-blue);
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 6px;
  padding: 7px 10px 7px 8px;
  font-family: Chillax, sans-serif;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.interact.li:hover {
  background-color: var(--royal-blue);
  color: var(--lightblue);
}

.interacticon {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  display: flex;
}

.interacticon.untick {
  margin-right: 0;
  font-family: "Fa 400", sans-serif;
}

.featureimage {
  background-color: var(--lightblue);
  justify-content: flex-start;
  align-items: center;
  min-height: 60vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bgimage {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bgimage.blur {
  filter: blur(5px);
}

.bgimage._2col {
  width: 50%;
  margin-left: auto;
}

.featurecontent {
  position: relative;
}

.navlink {
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 300px;
  align-items: center;
  margin-left: 8px;
  padding: 15px 20px;
  font-family: Chillax, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 10px -3px #0003;
}

.navlink:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.navlink.w--current {
  color: var(--midnight-blue);
}

.navlink.w--current:hover {
  color: var(--white);
}

.navlink.alt {
  background-color: var(--royal-blue);
  color: var(--white);
}

.navlink.alt:hover {
  background-color: var(--midnight-blue);
}

.navlink.ph {
  background-color: var(--lightblue);
}

.navlink.ph:hover {
  background-color: var(--royal-blue);
}

.navformwrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  display: block;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.nav-menu.nm2 {
  margin-left: auto;
  margin-right: auto;
}

.searchbutton {
  background-color: var(--white);
  color: var(--midnight-blue);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  align-items: center;
  height: 55px;
  padding-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.searchbutton:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.navform {
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  box-shadow: 0 0 10px -3px #0003;
}

.text-field {
  border: 0 #000;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  max-width: 210px;
  height: 55px;
  margin-bottom: 0;
  font-family: Chillax, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}

.logo {
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.socialicon {
  background-color: var(--lightblue);
  color: var(--royal-blue);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.socialicon:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.socialrow {
  justify-content: flex-start;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 20px;
  display: flex;
}

.socialrow.src {
  justify-content: center;
}

.footer {
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.footerlink {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footerlink:hover {
  color: var(--deep-sky-blue);
}

.button {
  background-color: var(--lightblue);
  color: var(--midnight-blue);
  border-radius: 500px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 20px;
  font-family: Chillax, sans-serif;
  font-weight: 500;
  display: inline-block;
}

.button:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.button.alt {
  background-color: var(--lightyellow);
}

.button.alt:hover {
  background-color: var(--midnight-blue);
}

.button.blueb {
  background-color: var(--royal-blue);
  color: var(--white);
}

.button.blueb:hover {
  background-color: var(--midnight-blue);
}

.button.gray {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #0000;
  padding-top: 13px;
  padding-bottom: 13px;
}

.button.gray:hover {
  background-color: var(--white);
  color: var(--midnight-blue);
}

.button.gray.darkg {
  border-color: var(--cornflower-blue);
  color: var(--cornflower-blue);
}

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

.navbar {
  background-color: #0000;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.n2 {
  z-index: 1000;
  text-align: center;
  position: fixed;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brand {
  z-index: 100;
  text-align: left;
  max-width: 190px;
  margin-top: 0;
  margin-left: 0;
  transition: transform .2s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brand:hover {
  transform: scale(1.05);
}

.brand.b2 {
  z-index: 100;
  max-width: 190px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.overimage {
  box-shadow: 0 0 20px -5px var(--midnight-blue);
  border-radius: 10px;
}

.text-field-2 {
  background-color: var(--white);
  color: var(--royal-blue);
  border: 0 solid #000;
  border-radius: 80px;
  max-width: 100%;
  height: 55px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Chillax, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
  display: inline-block;
}

.text-field-2.textarea {
  border-radius: 20px;
  min-width: 100%;
  height: auto;
  min-height: 200px;
}

.field-label {
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Chillax, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
}

.footlogo {
  width: 100%;
  max-height: 140px;
}

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

.herobg {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.herobg.blur {
  filter: blur(5px);
}

.herobg._2col {
  width: 50%;
  margin-left: auto;
}

.herobg.tophb {
  inset: 0% 0% auto;
}

.bhead {
  font-weight: 600;
}

.body {
  text-align: center;
}

.biglogo-image {
  max-width: 300px;
  margin-bottom: -10px;
}

.circ {
  position: absolute;
  inset: 0%;
}

.proimage {
  margin-right: 10px;
  position: relative;
}

.centreblock {
  background-color: var(--cornflower-blue);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin: 90px auto;
  padding: 20px 20px 30px;
  position: relative;
}

.centreblock.light {
  background-color: var(--white);
  color: var(--midnight-blue);
  align-self: center;
}

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

.fa.fabr {
  font-family: "Fa brands 400", sans-serif;
}

.form-block {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.inlineicon {
  width: 25px;
  height: 25px;
  margin-left: -8px;
  margin-right: 5px;
  display: inline-block;
}

.gridcont {
  max-width: 600px;
  margin-left: 0;
  margin-right: auto;
}

.gridsec {
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.gridsec.hero {
  color: var(--white);
  background-color: #01105580;
  margin-bottom: -70px;
  padding-top: 150px;
  padding-bottom: 160px;
}

.gridsec.hero.h23 {
  background-color: #36363670;
  padding-top: 100px;
  padding-bottom: 230px;
}

.gridsec.dark {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.gridsec.blue {
  background-color: var(--royal-blue);
  color: var(--white);
}

.gridsec.blue.hshort {
  background-color: var(--lightblue);
  color: var(--midnight-blue);
  padding-top: 1px;
}

.gridsec.lblue {
  background-color: var(--lightblue);
}

.bigheading {
  text-transform: uppercase;
  margin-right: 40px;
  font-size: 10vw;
  font-weight: 700;
  line-height: 1em;
}

.textimage {
  z-index: 0;
  opacity: .3;
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.textimage.blur {
  filter: blur(5px);
}

.textimage._2col {
  width: 50%;
  margin-left: auto;
}

.logged {
  padding-left: 60px;
}

.sidebarlog {
  z-index: 10;
  background-color: var(--midnight-blue);
  box-shadow: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.sidebarlink {
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  width: 60px;
  padding: 5px 10px;
  font-size: 17px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.sidebarlink:hover {
  color: var(--royal-blue);
}

.sbicon {
  background-color: var(--lightblue);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.sblinktitle {
  background-color: var(--lightblue);
  box-shadow: 4px 0 10px -5px var(--royal-blue);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 0;
  height: 21px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Chillax, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  position: absolute;
  inset: 15px auto 0% 46px;
  overflow: hidden;
}

.pageheader {
  background-color: var(--midnight-blue);
  background-image: radial-gradient(circle farthest-corner at 100% 0%, #14277e, var(--midnight-blue));
  color: var(--white);
  padding-top: 140px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.pageheader.hero {
  color: var(--white);
  background-color: #01105580;
  margin-bottom: -20px;
  padding-top: 130px;
  padding-bottom: 140px;
}

.pageheader.hero.h23 {
  background-color: #36363670;
  padding-top: 100px;
  padding-bottom: 230px;
}

.pageheader.dark {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.pageheader.blue {
  background-color: var(--cornflower-blue);
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--cornflower-blue), var(--royal-blue));
  color: var(--white);
}

.pageheader.blue.hshort {
  background-color: var(--lightblue);
  color: var(--midnight-blue);
  padding-top: 1px;
}

.pageheader.lblue {
  background-image: linear-gradient(to bottom, #c1dffa00, var(--lightblue) 50%, #c1dffa00);
}

.pageheader.post {
  padding-top: 120px;
  padding-bottom: 30px;
}

.pageheader.oheader {
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: left;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.pageheader.profile {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--midnight-blue) 42%, #c1dffa00 42%);
  color: var(--midnight-blue);
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.pageheader.midblueheader {
  background-color: var(--cornflower-blue);
  color: var(--midnight-blue);
}

.pageheader.contentph {
  background-color: var(--white-smoke);
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--light-grey), var(--white-smoke));
  color: var(--midnight-blue);
}

.siblingshot {
  border-top: 3px solid var(--cornflower-blue);
  border-bottom: 3px solid var(--cornflower-blue);
  border-left: 3px solid var(--cornflower-blue);
  object-fit: cover;
  object-position: 50% 50%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 90px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 0 0 10px #011055c9;
}

.siblingshot.phss {
  border-top-color: var(--midnight-blue);
  border-bottom-color: var(--midnight-blue);
  border-left-color: var(--midnight-blue);
}

.siblingbutton {
  z-index: 10;
  background-color: var(--cornflower-blue);
  color: var(--white);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: center;
  padding: 20px 50px 20px 100px;
  font-family: Chillax, sans-serif;
  line-height: 20px;
  text-decoration: none;
  transition: padding .2s;
  display: block;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.siblingbutton:hover {
  padding-right: 90px;
}

.siblingbutton.phsb {
  background-color: var(--midnight-blue);
}

.big {
  border: 2px solid #fff3;
  border-radius: 5px;
  margin-top: 4px;
  margin-bottom: 0;
  padding: 2px 5px;
  font-family: Chillax, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
  display: inline-block;
}

.big.whiteb {
  border-color: var(--white);
  color: var(--white);
  margin-bottom: 0;
}

.siblinggrad {
  background-image: linear-gradient(to right, #01105500, var(--midnight-blue));
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.siblinggrad.blue {
  background-image: linear-gradient(to right, #1d4dd800, var(--royal-blue));
}

.siblinggradtop {
  background-image: linear-gradient(to top, #01105500 50%, var(--midnight-blue));
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.siblinggradtop.blue {
  background-image: linear-gradient(to top, #1d4dd800 50%, var(--royal-blue));
}

.poarrow {
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 46% 25px 0% auto;
  transform: rotate(45deg)translate(0, -50%);
}

.siblingcol {
  background-color: var(--cornflower-blue);
  box-shadow: inset 5px 0 8px -7px var(--midnight-blue);
  width: 30px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.siblingcol.phsc {
  background-color: var(--midnight-blue);
}

.link-block {
  background-color: var(--royal-blue);
  color: var(--white);
  transition: padding .2s;
}

.forumsection {
  padding: 40px 20px;
}

.forumcontainer {
  background-color: var(--lightblue);
  border-radius: 20px;
  max-width: 1100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 1px;
  position: relative;
}

.forumcontainer.wide {
  width: 100%;
  max-width: none;
  margin-right: 2%;
  padding-bottom: 0;
}

.pagelink {
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pagelink:hover {
  background-color: var(--lightblue);
  box-shadow: 0 0 14px -4px var(--royal-blue);
}

.pagelink.sticky {
  border-top: 7px solid var(--midnight-blue);
  background-color: #f1f9ff;
}

.pagelink.sticky:hover {
  background-color: var(--lightblue);
}

.forumpro {
  border-right: 2px solid var(--lightblue);
  color: var(--midnight-blue);
  text-align: left;
  word-break: break-all;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 130px;
  display: flex;
}

.forumpro.convcp {
  background-color: var(--lightblue);
}

.flcontent {
  flex: 1;
  padding-left: 20px;
  position: relative;
}

.posteddays {
  opacity: .8;
  font-size: .8em;
}

.fltitle {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.stickytag {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-bottom-left-radius: 10px;
  padding: 7px 20px;
  font-size: .8em;
  line-height: 1em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.togglerow {
  z-index: 5;
  background-color: var(--transparent);
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.dropdown-toggle {
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 10px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-right: 30px;
  font-weight: 700;
  transition: box-shadow .2s, background-color .2s;
}

.dropdown-toggle:hover {
  background-color: var(--lightblue);
  box-shadow: 0 0 8px -3px var(--royal-blue);
}

.dropdown-toggle.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle.topdt {
  background-color: var(--lightsteel);
}

.dropdown-toggle.yeardt {
  background-color: var(--lightpink);
}

.dropdown-toggle.statedt {
  background-color: var(--lightorange);
}

.dropdown-toggle.progdt {
  background-color: var(--lightgreen);
}

.dropdown-toggle.leasedt {
  background-color: var(--lightpurple);
}

.icon {
  margin-right: 10px;
}

.filterbutton {
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 10px;
  margin: 10px 3px;
  padding: 10px 15px;
  font-weight: 700;
  transition: color .2s, background-color .2s, box-shadow .2s;
}

.filterbutton:hover {
  background-color: var(--lightblue);
  box-shadow: 0 0 8px -3px var(--royal-blue);
}

.filterbutton.np {
  background-color: var(--midnight-blue);
  color: var(--white);
  margin-left: auto;
  transition: color .2s, background-color .2s, box-shadow .2s;
  position: relative;
}

.filterbutton.np:hover {
  background-color: var(--lightblue);
  color: var(--midnight-blue);
}

.filterbutton.ddfb {
  border-radius: 0;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  transition: color .2s, background-color .2s;
}

.filterbutton.ddfb:hover {
  background-color: var(--royal-blue);
  box-shadow: none;
  color: var(--white);
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.filterbutton.yellow {
  background-color: var(--orange);
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.filterbutton.yellow:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.filterbutton.reset {
  background-color: #ffffff8c;
}

.filterbutton.reset:hover {
  background-color: #fff;
}

.dropdown {
  margin: 10px 10px 10px 0;
}

.dropdown-list {
  margin-top: 0;
  overflow: auto;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 0 0 10px 10px;
  max-height: 300px;
  margin-top: 0;
  padding: 10px 0;
}

.post-rtb {
  max-width: 700px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: .9em;
  line-height: 1.3em;
}

.forumpost {
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
}

.forumpost.sticky {
  border-top: 7px solid var(--midnight-blue);
}

.forumpost.lv1 {
  background-color: #ffffffb3;
}

.forumpost.lv2 {
  background-color: #ffffff80;
  width: 95%;
  margin-left: auto;
}

.forumpost.lv3 {
  background-color: #ffffff4a;
  width: 90%;
  margin-left: auto;
}

.forumpost.reply {
  color: var(--white);
  background-color: #0000;
  border: 2px solid #ffffff80;
}

.sourcelink {
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 5px;
  margin-top: -10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 6px 9px;
  font-size: .8em;
  line-height: 1.2em;
  text-decoration: none;
  display: inline-block;
}

.sourcelink:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.attachmentlink {
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 5px;
  max-width: 300px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 3px 70px 3px 25px;
  font-size: .9em;
  line-height: 1.1em;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.attachmentlink:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.atsmall {
  opacity: .7;
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: .8em;
}

.text-block, .text-block-copy {
  font-size: .8em;
}

.aticon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.1em;
  position: absolute;
  inset: 7px auto auto 7px;
}

.dlicon {
  background-color: var(--midnight-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.3em;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.reply-field {
  width: 100%;
}

.replyfield {
  background-color: var(--white);
  color: #686868;
  border-radius: 5px;
  width: 100%;
  min-height: 250px;
  margin-left: 20px;
  padding: 20px 20px 10px;
  font-size: .9em;
  position: relative;
}

.reply-button {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-radius: 10px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 10px 15px;
  font-weight: 700;
  transition: background-color .2s, box-shadow .2s;
}

.reply-button:hover {
  background-color: var(--lightblue);
  box-shadow: 0 0 8px -3px var(--royal-blue);
  color: var(--midnight-blue);
}

.reply-button.np {
  background-color: var(--midnight-blue);
  color: var(--white);
  margin-left: auto;
  transition: color .2s, background-color .2s, box-shadow .2s;
  position: relative;
}

.reply-button.np:hover {
  background-color: var(--lightblue);
  color: var(--midnight-blue);
}

.reply-button.ddfb {
  margin-bottom: 5px;
}

.replybar {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.stagetext {
  background-color: var(--white-smoke);
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 10px 15px;
  font-size: .8em;
  line-height: 1em;
}

.stagetext.orange {
  background-color: var(--orange);
  color: var(--midnight-blue);
  font-weight: 700;
}

.stagetext.green {
  background-color: var(--yellow-green);
  color: var(--midnight-blue);
  font-weight: 700;
}

.stagetext.lblue {
  background-color: var(--lightblue);
  font-weight: 700;
}

.stagetext.red {
  background-color: var(--indian-red);
  color: var(--midnight-blue);
  font-weight: 700;
}

.datatable {
  background-color: var(--lightblue);
  border-radius: 10px;
  padding: 20px;
}

.datarow {
  border-bottom: 1px solid #ffffff80;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.data {
  flex-wrap: wrap;
  display: flex;
}

.dataitemlink {
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 5px;
  padding: 3px 10px;
  text-decoration: none;
}

.dataitem {
  color: var(--midnight-blue);
  border-radius: 5px;
  margin-left: 5px;
  padding: 3px 10px;
  text-decoration: none;
}

.datatitle {
  font-weight: 700;
}

.mappro {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.stat {
  background-image: linear-gradient(to right, var(--midnight-blue), var(--royal-blue));
  color: var(--white);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.staticon {
  background-color: var(--white);
  object-fit: contain;
  border-radius: 300px;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  padding: 5px;
}

.statpre {
  opacity: .8;
  margin-top: 10px;
  margin-bottom: -10px;
}

.phgraphcontainer {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mapmain {
  cursor: pointer;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
  width: 70%;
  max-height: 700px;
  display: block;
  position: relative;
  inset: 0%;
}

.procount {
  color: var(--yellow-green);
  text-align: center;
  font-family: Chillax, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.1em;
  position: absolute;
}

.pronumber {
  font-size: 3em;
}

.mapsection {
  background-color: var(--midnight-blue);
  padding-bottom: 59px;
  position: relative;
}

.red {
  color: var(--indian-red);
}

.orange {
  color: var(--orange);
}

.green {
  color: var(--yellow-green);
}

.mapcontainer {
  z-index: 4;
  color: var(--midnight-blue);
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1870px;
  margin: 10px auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.mapcontainer.footercont {
  align-items: flex-start;
}

.mapcontainer.cards {
  align-items: stretch;
}

.mapcontainer.centre {
  text-align: center;
  justify-content: center;
}

.mapcontainer.hcentre {
  align-items: center;
}

.filtersmap {
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 0 20px 20px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding: 20px 15px;
  display: flex;
  overflow: hidden;
}

.filtersec {
  border-bottom: 1px solid var(--lightsteel);
  width: 100%;
  margin-bottom: 11px;
  padding-bottom: 9px;
  padding-left: 0;
  padding-right: 0;
  font-family: Chillax, sans-serif;
}

.fsecttitle {
  font-family: Chillax, sans-serif;
  font-weight: 600;
}

.filterrow {
  float: left;
  color: var(--midnight-blue);
  cursor: pointer;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2px;
  margin-right: 10px;
  padding: 2px 7px 2px 2px;
  font-size: .8em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.filterrow:hover {
  background-color: var(--white-smoke);
}

.filterrow.active {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.filterrow.inactive {
  opacity: .5;
}

.filterrow.inactive:hover {
  opacity: 1;
}

.filterrow.reset {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.filterrow.reset:hover {
  background-color: var(--royal-blue);
}

.filtericon {
  width: 27px;
  height: 27px;
  margin-right: 4px;
}

.listcontainer {
  letter-spacing: -1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Chillax, sans-serif;
  font-size: .9em;
  line-height: 1.1em;
  overflow: auto;
}

.row {
  background-color: var(--light-grey);
  color: var(--midnight-blue);
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 5px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.row:hover {
  z-index: 2;
  box-shadow: 0 0 16px -5px #1d4dd8;
}

.row.projectrow {
  background-color: var(--white-smoke);
  margin-left: 1%;
}

.row.ddrow {
  background-color: var(--white);
  font-weight: 600;
  overflow: visible;
}

.row.stater {
  background-color: var(--white-smoke);
}

.rowcol {
  border-right: 1px solid #0000001a;
  justify-content: flex-start;
  align-items: center;
  width: 12%;
  min-height: 65px;
  padding: 10px;
  display: flex;
}

.rowcol.first {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 14%;
  padding-top: 0;
  font-weight: 600;
}

.rowcol.first.profirst {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rowcol.first.dd, .rowcol.first.pp {
  width: 13%;
}

.rowcol.last {
  width: 9%;
}

.rowcol.link {
  background-color: var(--royal-blue);
  color: var(--white);
  border-right-style: none;
  justify-content: center;
  width: 6%;
}

.rowcol.filterspacers {
  color: var(--white);
  border-right-style: none;
  justify-content: center;
  width: 6%;
}

.rowcol.smallrc {
  width: 10%;
}

.droparrow {
  justify-content: center;
  align-items: center;
  width: 3%;
  display: flex;
}

.droparrow.emptya {
  background-color: #0000;
}

.ddicon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.5em;
}

.tabletag {
  opacity: .5;
  text-transform: uppercase;
  height: 14px;
  font-size: .8em;
}

.linkiconrow {
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.5em;
}

.dropdown-toggle-2 {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  padding: 10px 20px 10px 10px;
  font-weight: 600;
}

.dropdown-2 {
  text-align: left;
  width: 110%;
  margin-left: -10px;
}

.icon-2 {
  margin-right: 0;
}

.greentext {
  color: var(--olive-drab);
}

.redtext {
  color: var(--brown);
}

.linkedrowitem {
  background-color: var(--light-grey);
  color: var(--midnight-blue);
  border-radius: 5px;
  margin-right: 5px;
  padding: 2px 5px;
}

.linkedrowitem.greenlri {
  background-color: var(--yellow-green);
}

.linkedrowitem.yellowlri {
  background-color: var(--orange);
}

.linkedrowitem.redlri {
  background-color: var(--indian-red);
}

.orangetext {
  color: var(--peru);
}

.bluetext {
  color: var(--cornflower-blue);
}

.dropdown-list-2 {
  margin-top: 4px;
}

.dropdown-list-2.w--open {
  z-index: 5;
  background-color: var(--white);
  border-radius: 10px;
  max-height: 400px;
  overflow: auto;
  box-shadow: 0 2px 5px #0003;
}

.mapfields {
  z-index: 2;
  background-color: var(--white);
  box-shadow: 0 0 80px 0 var(--midnight-blue);
  opacity: 0;
  border-radius: 10px;
  max-width: 400px;
  margin-left: 20%;
  padding: 10px 15px 10px 20px;
  font-family: Chillax, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.2em;
  display: none;
  position: absolute;
  inset: 50% auto auto 0%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.maprow {
  justify-content: space-between;
  align-items: center;
  min-width: 300px;
  min-height: 27px;
  display: flex;
}

.mapcol {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  display: flex;
}

.mapcol.rightmc {
  text-align: right;
  justify-content: flex-end;
  font-weight: 500;
}

.mappoptitle {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.5em;
}

.mappopclose {
  background-color: var(--indian-red);
  color: var(--white);
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 21px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.mappopclose:hover {
  background-color: var(--midnight-blue);
}

.dropdown-list-3, .dropdown-list-3.w--open {
  margin-top: 4px;
}

.dllinkblock {
  color: var(--midnight-blue);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.check {
  border: 3px solid var(--midnight-blue);
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.dropdown-link {
  background-image: url('../images/checkmark.png');
  background-position: 8px 6px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 35px;
  padding-right: 10px;
  font-weight: 500;
}

.dropdown-link:hover {
  background-color: var(--white-smoke);
}

.dropdown-link.raddl {
  background-image: url('../images/circRadio.png');
}

.linkbutton {
  border: 3px solid var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #0000;
  border-radius: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Chillax, sans-serif;
  font-weight: 600;
}

.linkbutton:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.arrowt {
  opacity: 0;
  height: 60px;
  display: none;
  position: absolute;
  inset: 50% auto 0% 15%;
  transform: translate(0, -50%);
}

.projectwrapper {
  height: auto;
}

.tabs {
  width: 100%;
}

.tabs-menu {
  text-align: right;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  padding-right: 15px;
  display: block;
  left: auto;
  right: 0;
}

.tab {
  background-color: var(--light-grey);
  color: var(--midnight-blue);
  border-radius: 200px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 15px 20px;
  font-family: Chillax, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.tab:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.tab.w--current {
  background-color: var(--royal-blue);
  color: var(--white);
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
  padding-bottom: 25px;
}

.tabs-content {
  border: 2px solid var(--royal-blue);
  border-radius: 10px;
  width: 100%;
  padding: 0;
}

.smicon {
  width: 20px;
  height: 20px;
}

.listoptionswrapper {
  z-index: 2;
  background-color: var(--lightblue);
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.projecttrigger {
  background-color: var(--midnight-blue);
  border-radius: 200px;
  margin-left: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Chillax, sans-serif;
  font-weight: 600;
  line-height: 25px;
}

.projecttrigger:hover {
  background-color: var(--royal-blue);
}

.prgdata {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.ddcontainer {
  width: 100%;
  max-width: 700px;
  margin-top: 0;
}

.ddheadcont {
  cursor: pointer;
  border-bottom: 2px solid #36363633;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.ddarrow {
  text-align: center;
  flex: 0 auto;
  width: 30px;
  height: 36px;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 21px;
  line-height: 36px;
}

.ddheader {
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Chillax, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}

.ddrtb {
  height: 0;
  padding-top: 10px;
  overflow: hidden;
}

.html-embed {
  border: 2px solid var(--lightblue);
  border-radius: 10px;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.spacer {
  height: 40px;
}

.listicon {
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
}

.pagetagrow {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.pagetag {
  background-color: var(--white);
  opacity: .8;
  color: var(--midnight-blue);
  border-radius: 5px;
  margin: 2px 5px 2px 0;
  padding: 3px 10px;
  text-decoration: none;
}

.pagetag.linkpt {
  opacity: 1;
  transition: box-shadow .2s;
}

.pagetag.linkpt:hover {
  box-shadow: 0 0 10px -3px var(--royal-blue);
}

.taglinetitle {
  min-width: 120px;
}

.profile-tabs {
  border-bottom: 2px solid var(--royal-blue);
  max-width: 1100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.profiletab {
  background-color: var(--light-grey);
  color: var(--midnight-blue);
  border-radius: 10px;
  margin-right: 10px;
  padding: 15px 20px;
  font-family: Chillax, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.profiletab.w--current {
  background-color: var(--royal-blue);
  color: var(--white);
}

.editbutton {
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 0 20px;
  padding: 10px 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-2 {
  margin-top: -37px;
  margin-right: 10px;
  display: inline-block;
}

.progiletabswrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

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

.pltag {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 5px;
  padding: 6px 10px;
  font-family: Chillax, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.2em;
  display: inline-block;
  position: relative;
}

.pltag.projectpl {
  background-color: var(--royal-blue);
}

.pltag.plresource {
  background-color: var(--yellow-green);
}

.contentimage {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100px;
  margin-top: -5px;
  margin-bottom: 10px;
}

.contentpageimage {
  background-image: linear-gradient(to bottom, var(--white-smoke) 50%, var(--white) 50%);
  margin-top: -40px;
  margin-bottom: -40px;
}

.wideimage {
  z-index: 2;
  border-radius: 20px;
  margin-left: 0;
  position: relative;
}

.rtb img {
  border-radius: 10px;
}

.rtb figure {
  border-radius: 10px;
  overflow: hidden;
}

.personprofile {
  color: var(--midnight-blue);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 200px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.personprofile:hover {
  background-color: #d0d3db59;
}

.personprofile.convcp {
  background-color: var(--lightblue);
}

.searchterm {
  background-color: var(--lightblue);
  mix-blend-mode: multiply;
}

.bookmarktag {
  background-color: var(--royal-blue);
  color: var(--white);
  border-radius: 0 5px;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 5px;
  padding: 6px 10px;
  font-family: Chillax, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.2em;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bookmarktag.projectpl {
  background-color: var(--royal-blue);
}

.bookmarktag.plresource {
  background-color: var(--yellow-green);
}

.pros {
  font-size: 13px;
  line-height: 1em;
}

.commentoptions {
  font-size: .8em;
  line-height: 1em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.commentopttoggle {
  color: var(--royal-blue);
  border-radius: 0 10px 0 0;
  padding-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  line-height: 10px;
}

.commentopttoggle:hover {
  color: var(--midnight-blue);
}

.commentopttoggle.w--open {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.commentopttoggle.w--open:hover {
  color: var(--royal-blue);
}

.commentoptddlist {
  background-color: var(--white);
}

.commentoptddlist.w--open {
  box-shadow: 0 2px 5px #0003;
}

.commentoptitem:hover {
  background-color: var(--light-grey);
}

.blue {
  color: var(--deep-sky-blue);
}

.filtercontainer {
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.filtercontainer.footercont {
  align-items: flex-start;
}

.filtercontainer.cards {
  align-items: stretch;
}

.filtercontainer.centre {
  text-align: center;
  justify-content: center;
}

.filtercontainer.hcentre {
  justify-content: flex-start;
  align-items: center;
}

.filtercontainer.filter {
  padding-top: 20px;
}

.togglefilterrow {
  z-index: 5;
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.text-block-3 {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Chillax, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.form {
  width: 100%;
  height: 100%;
  position: relative;
}

.form:hover {
  background-color: #c1dffa;
}

.form-block-2 {
  min-width: 100%;
  margin-bottom: 10px;
  padding-right: 10px;
}

.text-field-3 {
  border-radius: 10px 0 0 10px;
  width: 75%;
  height: 50px;
  margin-bottom: 0;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.submit-button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 25%;
  height: 50px;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading {
  margin-bottom: 10px;
}

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

.filtercard {
  background-color: var(--white);
  color: var(--midnight-blue);
  text-align: left;
  border-radius: 10px;
  flex: 1;
  min-width: 31%;
  max-width: 33%;
  margin-bottom: 20px;
  margin-right: 2%;
  padding-bottom: 55px;
  text-decoration: none;
  transition: transform .2s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px -2px #0003;
}

.filtercard:hover {
  transform: scale(.98);
}

.dropdowncheck {
  cursor: pointer;
  background-color: #fff;
  padding: 8px 10px;
  font-weight: 700;
}

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

.tick {
  float: left;
  border: 3px solid #c1dffa;
  border-radius: 5px;
  width: 28px;
  height: 28px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

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

.tick.large {
  margin-top: 25px;
}

.dropdownlabel {
  float: left;
  width: 75%;
  height: 50px;
  padding-top: 12px;
  font-weight: 700;
  display: block;
}

.dropdownlabel.small {
  width: 75%;
  padding-bottom: 0;
  font-size: 12px;
}

.dropdownlabel._2lines {
  width: 75%;
  padding-top: 2px;
  padding-bottom: 0;
  font-size: 12px;
}

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

.div-block-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.div-block-2:hover {
  color: var(--white);
  background-color: #1d4dd8;
}

.div-block-2.larger {
  height: 70px;
  margin-bottom: 20px;
}

.dropdown-list-long {
  margin-top: 0;
  overflow: auto;
}

.dropdown-list-long.w--open {
  background-color: var(--white);
  border-radius: 0 0 10px 10px;
  min-height: 150px;
  max-height: 300px;
  margin-top: 0;
  padding: 0;
  position: relative;
}

.html-embed-2 {
  display: none;
}

.text-block-4 {
  padding-top: 10px;
}

._2colloginintab {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-3 {
  border-right: 10px solid #000;
}

.line {
  border-right: 2px solid var(--lightblue);
  flex: 0 auto;
  align-self: center;
  height: 50px;
}

.heading-2:hover {
  color: var(--lightyellow);
}

.heading-2.underline {
  border-bottom: 7px solid var(--lightblue);
  padding-bottom: 5px;
}

.heading-2.blur {
  opacity: .5;
}

.heading-2.blur:hover {
  opacity: 1;
}

.loginlinkblock {
  color: var(--white);
  text-decoration: none;
}

.form-2 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inputfieldshort {
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.inputfieldshort.third {
  width: 29%;
  min-width: 0%;
}

.inputfieldlong {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.checkbox {
  margin-top: 6px;
  margin-left: 0;
  margin-right: 10px;
}

.logintab {
  opacity: .8;
  color: var(--white);
  font-family: Chillax, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
}

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

.logintab.active {
  opacity: 1;
}

.filterbar {
  background-color: var(--transparent);
}

.filtermenu {
  width: 100%;
}

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

.filterform {
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 15px;
  display: flex;
}

.searchfilter {
  border: 1px #000;
  border-radius: 10px 0 0 10px;
  height: 47px;
  margin-bottom: 0;
  margin-right: 0;
}

.filtersearch {
  background-color: var(--cornflower-blue);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.filtersearch:hover {
  background-color: var(--royal-blue);
}

.fal {
  font-family: "Fa 400", sans-serif;
}

.tagrow {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.forumtag {
  background-color: var(--lightsteel);
  opacity: .9;
  color: var(--midnight-blue);
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 6px 8px;
  font-family: Chillax, sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.forumtag.li:hover {
  background-color: var(--royal-blue);
  color: var(--lightblue);
}

.forumtag.yearft {
  background-color: var(--orange);
  color: var(--midnight-blue);
}

.forumtag.stateft {
  background-color: var(--lightyellow);
}

.forumtag.leaseft {
  background-color: var(--indian-red);
}

.forumtag.projectft {
  background-color: var(--yellow-green);
  color: var(--midnight-blue);
}

.togglefilters {
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 10px;
  margin: 10px 3px 10px 0;
  padding: 10px 15px;
  font-weight: 700;
  transition: color .2s, background-color .2s, box-shadow .2s;
  display: none;
}

.togglefilters:hover {
  background-color: var(--lightblue);
  box-shadow: 0 0 8px -3px var(--royal-blue);
}

.togglefilters.np {
  background-color: var(--midnight-blue);
  color: var(--white);
  margin-left: auto;
  transition: color .2s, background-color .2s, box-shadow .2s;
  position: relative;
}

.togglefilters.np:hover {
  background-color: var(--lightblue);
  color: var(--midnight-blue);
}

.togglefilters.ddfb {
  border-radius: 0;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  transition: color .2s, background-color .2s;
}

.togglefilters.ddfb:hover {
  background-color: var(--royal-blue);
  box-shadow: none;
  color: var(--white);
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.togglefilters.yellow {
  background-color: var(--orange);
  padding-left: 20px;
  padding-right: 20px;
}

.togglefilters.yellow:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.togglefilters.reset {
  background-color: #ffffff8c;
}

.togglefilters.reset:hover {
  background-color: #fff;
}

.featline {
  background-color: var(--midnight-blue);
  border-radius: 20px;
  height: 3px;
  margin-bottom: 20px;
}

.searchand-filter {
  z-index: 100;
  position: relative;
}

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

html.w-mod-js [data-ix="sliderfake"] {
  opacity: 0;
  transform: translate(300px);
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 2.8em;
  }

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

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

  .container.filter {
    padding-right: 0;
  }

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

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

  .section.hero {
    padding-top: 61px;
    padding-bottom: 110px;
  }

  .navcontainer.nc2 {
    justify-content: flex-end;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .gridblock {
    min-width: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .navlink {
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .navformwrapper {
    margin-bottom: 10px;
  }

  .nav-menu.nm2 {
    background-color: var(--midnight-blue);
    text-align: center;
    padding: 30px 20px;
    position: absolute;
    inset: 45px 0% auto;
  }

  .text-field {
    text-align: center;
    max-width: none;
    padding-left: 50px;
  }

  .button.filterb {
    background-color: var(--midnight-blue);
    color: var(--white);
    border-radius: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .button.filterb:hover {
    background-color: var(--royal-blue);
  }

  .navbar.n2 {
    z-index: 100;
  }

  .brand {
    max-width: 160px;
  }

  .biglogo-image {
    max-width: 300px;
  }

  .centreblock {
    max-width: 500px;
  }

  .menu-button {
    z-index: 5;
    background-color: var(--white);
    border-bottom-left-radius: 15px;
    padding: 10px;
    font-size: 37px;
    line-height: 10px;
  }

  .menu-button:hover {
    background-color: var(--midnight-blue);
    color: var(--white);
  }

  .menu-button.w--open {
    z-index: 10;
    background-color: var(--midnight-blue);
    text-align: right;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .menu-button.w--open:hover {
    background-color: var(--midnight-blue);
    color: var(--white);
  }

  .logged {
    padding-left: 0;
  }

  .sidebarlog {
    z-index: 101;
    background-color: #0000;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    inset: 0% 0% auto auto;
  }

  .sblinktitle {
    width: 100px;
  }

  .menu-button-2 {
    z-index: 101;
    background-color: var(--lightblue);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 18px;
    font-size: 20px;
    line-height: 21px;
    text-decoration: none;
    position: absolute;
    inset: 0% 65px auto auto;
  }

  .menu-button-2:hover {
    background-color: var(--midnight-blue);
    color: var(--white);
  }

  .menu-button-2.w--open {
    background-color: var(--lightblue);
    color: var(--midnight-blue);
  }

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

  .nav-menu-2 {
    background-color: var(--midnight-blue);
    border-bottom-left-radius: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 20px;
    padding-left: 25px;
    display: flex;
    position: relative;
  }

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

  .pageheader.hero {
    padding-top: 61px;
    padding-bottom: 110px;
  }

  .pageheader.profile {
    padding-bottom: 20px;
  }

  .forumsection {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .forumpro.postfp {
    width: 140px;
  }

  .togglerow {
    flex-wrap: wrap;
  }

  .togglerow.mobilehide {
    opacity: 0;
    height: 0;
    display: none;
  }

  .forumpost {
    padding-left: 15px;
  }

  .mapmain {
    width: 65%;
  }

  .procount {
    font-size: 1.1em;
    line-height: 1em;
  }

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

  .mapcontainer.cards {
    padding-left: 20px;
    padding-right: 10px;
  }

  .filtersmap {
    width: 35%;
  }

  .row {
    flex-wrap: nowrap;
  }

  .rowcol {
    flex: 0 auto;
    min-height: 54px;
    padding: 5px;
    font-size: .85em;
    line-height: 1em;
  }

  .rowcol.first {
    width: 13%;
  }

  .rowcol.first.pp {
    width: 12%;
  }

  .rowcol.smallrc {
    width: 9%;
  }

  .tabletag {
    margin-bottom: -4px;
  }

  .dropdown-2 {
    width: 110%;
    margin-left: -5px;
  }

  .linkedrowitem {
    margin-right: 3px;
  }

  .tab {
    display: inline-block;
  }

  .smicon {
    width: 15px;
    height: 15px;
  }

  .listoptionswrapper {
    text-align: center;
    padding-right: 10px;
    display: block;
  }

  .projecttrigger {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ddarrow {
    width: 26px;
    height: 36px;
    font-size: 22px;
  }

  .personprofile.postfp {
    width: 140px;
  }

  .pros {
    font-size: 12px;
  }

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

  .filtercontainer.cards {
    padding-left: 20px;
    padding-right: 10px;
  }

  .togglefilterrow {
    flex-wrap: wrap;
    font-size: 12px;
  }

  .filtercard {
    min-width: 48%;
    max-width: 48%;
  }

  .filtermenu {
    float: left;
    clear: both;
    background-color: var(--transparent);
    position: relative;
  }

  .fulterhitbox {
    float: left;
    padding: 0 0 20px;
  }

  .fulterhitbox.w--open {
    background-color: var(--transparent);
  }

  .togglefilters {
    margin-top: -20px;
    margin-bottom: 20px;
    display: inline-block;
  }
}

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

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

  .container.footercont {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .container.hcentre {
    justify-content: center;
  }

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

  .col.statuscol {
    min-width: 20%;
    padding-right: 20px;
  }

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

  .section.filtersection {
    overflow: auto;
  }

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

  .profileimage {
    width: 60px;
    height: 60px;
  }

  .navlink {
    line-height: 26px;
  }

  .searchbutton {
    height: 43px;
  }

  .navform {
    max-width: 250px;
  }

  .text-field {
    height: 43px;
    padding-left: 15px;
  }

  .logo {
    float: left;
    position: relative;
    left: 0;
  }

  .brand {
    max-width: 130px;
    padding-left: 0;
  }

  .text-field-2 {
    height: 45px;
  }

  .biglogo-image {
    max-width: 200px;
  }

  .centreblock {
    width: 90%;
    max-width: none;
  }

  .menu-button {
    padding-top: 5px;
    padding-right: 5px;
  }

  .menu-button-2 {
    padding-top: 15px;
    padding-bottom: 16px;
  }

  .pageheader {
    padding-right: 30px;
  }

  .pageheader.post {
    padding-top: 90px;
  }

  .pageheader.oheader {
    text-align: center;
  }

  .siblingbutton {
    border-radius: 10px;
    width: 100%;
    margin-left: 20px;
    position: relative;
    inset: 0% 0;
    transform: translate(0);
  }

  .siblingbutton:hover {
    padding-right: 50px;
  }

  .link-block {
    inset: auto 0% 10px auto;
    transform: none;
  }

  .forumcontainer {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pagelink {
    flex-flow: column;
  }

  .forumpro {
    background-color: #e3f1fd;
    border-right-style: none;
    border-bottom-right-radius: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 75%;
    margin-top: -20px;
    margin-bottom: 10px;
    margin-left: -20px;
    padding: 5px 10px;
  }

  .flcontent {
    padding-left: 0;
  }

  .togglerow {
    margin-top: 0;
    margin-bottom: 0;
  }

  .dropdown-toggle {
    padding-top: 11px;
    padding-bottom: 10px;
  }

  .filterbutton {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 15px;
  }

  .filterbutton.yellow, .filterbutton.reset {
    margin-top: 5px;
  }

  .dropdown {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 10px;
    line-height: 15px;
  }

  .reply-button {
    font-size: 10px;
    line-height: 15px;
  }

  .mappro {
    min-height: 300px;
    position: relative;
  }

  .stat {
    text-align: center;
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    display: inline-block;
  }

  .staticon {
    margin-left: auto;
    margin-right: auto;
  }

  .statpre {
    margin-top: 5px;
  }

  .mapmain {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    width: 100%;
    min-height: 490px;
    position: relative;
  }

  .procount {
    font-size: 1.2em;
    line-height: 1.1em;
  }

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

  .mapcontainer.footercont {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .filtersmap {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 10px 0;
    line-height: 14px;
  }

  .filterrow {
    margin-right: 6px;
  }

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

  .listcontainer {
    min-width: 720px;
    margin-left: 0;
    padding-right: 20px;
    display: block;
    position: relative;
    overflow: auto;
  }

  .maprow {
    min-height: 20px;
  }

  .mapcol.rightmc {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .tabs-menu {
    padding-right: 10px;
  }

  .tabs-content {
    overflow: auto;
  }

  .listoptionswrapper {
    text-align: left;
    width: 100%;
    min-width: 720px;
  }

  .prgdata {
    flex-direction: row;
  }

  .div-block {
    clear: both;
    display: block;
    position: relative;
  }

  .taglinetitle {
    min-width: 100px;
  }

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

  .filtercontainer.footercont {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .filtercontainer.hcentre {
    justify-content: center;
  }

  .togglefilterrow {
    margin-bottom: 10px;
  }

  .filterdropdown {
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 10px;
    line-height: 15px;
  }

  .filterformblock {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .searchfilter, .filtersearch {
    height: 36px;
  }

  .togglefilters {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 15px;
  }

  .togglefilters.yellow, .togglefilters.reset {
    margin-top: 5px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 13px;
    line-height: 19px;
  }

  h1 {
    font-size: 2.7em;
  }

  h2 {
    font-size: 2.3em;
  }

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

  .container.cards, .container.cardsfilter {
    padding-right: 20px;
  }

  .col.statuscol {
    min-width: 50%;
    padding-right: 10px;
  }

  .section.hero {
    margin-bottom: 0;
    padding-bottom: 70px;
  }

  .section.filtersection {
    overflow: auto;
  }

  .gridblock {
    min-width: 100%;
    min-height: 200px;
    padding: 20px 20px 30px;
  }

  .card {
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }

  .profileimage {
    width: 50px;
    height: 50px;
  }

  .profileimage.p2 {
    width: 60px;
    height: 60px;
  }

  .cardcontent {
    padding-bottom: 0;
  }

  .interact {
    margin-right: 5px;
    padding: 6px 8px 6px 6px;
  }

  .searchbutton, .text-field {
    height: 43px;
  }

  .centreblock, .gridsec {
    padding: 10px;
  }

  .pageheader {
    padding-right: 20px;
  }

  .pageheader.hero {
    margin-bottom: 0;
    padding-bottom: 70px;
  }

  .pageheader.profile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .siblingbutton {
    margin-left: 10px;
    padding-right: 20px;
    line-height: 15px;
  }

  .siblingbutton:hover {
    padding-right: 20px;
  }

  .poarrow {
    width: 20px;
    height: 20px;
    right: 5px;
  }

  .siblingcol {
    width: 20px;
  }

  .link-block {
    width: 90%;
    max-width: none;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .forumsection {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .forumcontainer {
    margin-bottom: 10px;
  }

  .forumcontainer.wide {
    border-radius: 15px;
  }

  .pagelink {
    align-items: flex-start;
    padding: 10px;
  }

  .forumpro {
    width: 85%;
    margin-top: -10px;
    margin-left: -10px;
  }

  .forumpro.postfp {
    border-bottom: 1px solid var(--lightblue);
    text-align: left;
    border-right-style: none;
    align-items: flex-start;
    width: auto;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .flcontent {
    padding-left: 10px;
  }

  .stickytag {
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .togglerow {
    flex-flow: wrap;
    margin-top: -5px;
    margin-bottom: 5px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .filterbutton {
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .filterbutton.np {
    margin-left: 0;
  }

  .dropdown {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .forumpost {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    padding: 10px 10px 10px 0;
  }

  .forumpost.reply {
    padding-bottom: 0;
    padding-right: 0;
  }

  .replyfield {
    margin-left: 0;
    padding-left: 10px;
  }

  .reply-button {
    margin-bottom: 5px;
  }

  .reply-button.np {
    margin-left: 0;
  }

  .replybar {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .stat {
    width: 100%;
    min-width: 100px;
    max-width: 48%;
  }

  .mapmain {
    min-height: 400px;
  }

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

  .mapcontainer.cards {
    padding-right: 20px;
  }

  .filtersmap {
    flex-wrap: wrap;
  }

  .filtersec {
    width: 100%;
  }

  .fsecttitle {
    min-height: 0;
  }

  .filterrow {
    margin-right: 6px;
  }

  .mapfields {
    max-width: 75%;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .maprow {
    min-width: auto;
    min-height: 10px;
  }

  .mapcol {
    flex-wrap: wrap;
  }

  .mapcol.rightmc {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .linkbutton {
    margin-bottom: 5px;
    padding: 3px 6px;
  }

  .tabs-menu {
    margin-bottom: -5px;
  }

  .tab {
    margin-left: 5px;
    padding: 10px;
    display: inline-block;
  }

  .tab.w--current {
    padding-bottom: 15px;
  }

  .prgdata {
    flex-wrap: wrap;
  }

  .ddcontainer {
    max-width: 100vw;
  }

  .pagetagrow {
    flex-wrap: wrap;
  }

  .taglinetitle {
    width: 100%;
    display: block;
  }

  .personprofile {
    min-width: 60px;
  }

  .personprofile.postfp {
    border-bottom: 1px solid var(--lightblue);
    text-align: left;
    border-right-style: none;
    align-items: flex-start;
    width: auto;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .pros {
    font-size: 11px;
  }

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

  .filtercontainer.cards {
    padding-right: 20px;
  }

  .togglefilterrow {
    flex-flow: wrap;
    margin-bottom: 5px;
  }

  .filterdropdown {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .filtercard {
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }

  ._2colloginintab {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 40px;
  }

  .line {
    height: 40px;
  }

  .inputfieldshort {
    width: 100%;
  }

  .logintab {
    font-size: 1.5em;
  }

  .filterformblock {
    width: 100%;
  }

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

  .forumtag {
    margin-right: 5px;
    padding: 6px 8px 6px 6px;
  }

  .togglefilters {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .togglefilters.np {
    margin-left: 0;
  }
}


@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: 'Chillax';
  src: url('../fonts/Chillax-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
