:root {
  --remf-textcolour: #555555;
  --remf-primary: #474DA4;
  --remf-secondary: #54595F;
  --remf-primarytint: #474DA466;
  --remf-secondarytint: #54595F66;
  --remf-grey-text: #5a5a5a;
  --remf-white: white;
  --remf-headings: var(--remf-secondary);
  --remf-button-bg: hsl(from var(--remf-primary) h s calc(l - 10));
  --remf-button-hov: hsl(from var(--remf-primary) h s calc(l + 10));
  --wp--style--global--content-size: 10000px !important;
}

* {
  box-sizing: border-box;
}

.remote-feeds h1 {
  color: var(--remf-primary);
  font-family: "CS Boris", Sans-serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 20px;
  text-align: center;
}
.remote-feeds .gil-feeds {
  margin: 0 auto;
}
.remote-feeds .gil-feeds .gform_button {
  align-content: center;
  background-color: var(--remf-primary);
  background-image: none;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  justify-content: center;
  margin-left: auto;
  padding: 8px 20px;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
.remote-feeds .gil-feeds .gform_button:hover {
  background-color: var(--remf-secondary);
  color: #fff;
}
.remote-feeds .gil-feeds.calculator {
  margin: 40px auto 0;
  width: 100% !important;
}
.remote-feeds .gil-feeds.calculator .calculator_row {
  align-items: stretch;
  color: rgba(90, 90, 90, 0.7019607843);
  display: flex;
  grid-area: span 1/span 1/span 1/span 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 0.5fr 1fr;
  grid-template-rows: auto;
  min-height: 3.5rem;
  width: 100%;
}
.remote-feeds .gil-feeds.calculator .calculator_row.align-right {
  place-items: center end;
}
.remote-feeds .gil-feeds.calculator .calculator_row.is--button {
  justify-items: end;
}
.remote-feeds .gil-feeds.calculator .calculator_row.is--cis {
  align-items: flex-end;
  color: rgba(90, 90, 90, 0.9019607843);
  display: flex;
  flex-direction: column;
  grid-template-columns: 0.75fr 1fr;
  margin-bottom: 0.75rem;
}
.remote-feeds .gil-feeds.calculator .calculator_row.is--startup {
  grid-template-columns: 1fr 0.75fr;
}
.remote-feeds .gil-feeds.calculator .calculator_row.is--startup label {
  font-size: 0.65rem;
}
.remote-feeds .gil-feeds.calculator .calculator_row.hides {
  display: none;
}
.remote-feeds .gil-feeds.calculator .calculator_row-left {
  align-items: center;
  background-color: var(--remf-primary);
  color: var(--remf-white);
  display: flex;
  grid-area: span 1/span 1/span 1/span 1;
  min-width: 65%;
  padding-left: 0.5rem;
}
.remote-feeds .gil-feeds.calculator .input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(90, 90, 90, 0.4);
  color: rgba(90, 90, 90, 0.9019607843);
  border-left-width: 0;
  height: 100%;
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
}
.remote-feeds .gil-feeds.calculator .input::-moz-placeholder {
  color: rgba(90, 90, 90, 0.9019607843);
}
.remote-feeds .gil-feeds.calculator .input::placeholder {
  color: rgba(90, 90, 90, 0.9019607843);
}
.remote-feeds .gil-feeds.calculator .calculator_button-row {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.remote-feeds .gil-feeds.calculator .calculators {
  display: flex;
  grid-column-gap: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.remote-feeds .gil-feeds.calculator .calculator_select {
  background-color: var(--remf-white);
  color: rgba(90, 90, 90, 0.9019607843);
  height: 100%;
}
.remote-feeds .gil-feeds.calculator .calculator_result {
  color: var(--remf-headings);
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
}
.remote-feeds .gil-feeds.calculator .calculator_result.not-bold {
  font-weight: 400;
}
.remote-feeds .gil-feeds.calculator .calculator_result-row-top-wrapper {
  align-self: flex-end;
  display: flex;
  border-bottom: 0.25rem solid var(--remf-primary);
  border-top: 3px solid var(--remf-primary);
  grid-column-gap: 0.5rem;
  margin-top: 0.5rem;
}
.remote-feeds .gil-feeds.calculator .image-3 {
  filter: invert(1);
  height: 1.6rem;
  width: 1.75rem;
}
.remote-feeds .gil-feeds.calculator .text-block {
  margin-bottom: -0.125rem;
}
.remote-feeds .gil-feeds.calculator .calculator_form {
  display: grid;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
.remote-feeds .gil-feeds.calculator .calculator_form.has--2-column {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  grid-column-gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.remote-feeds .gil-feeds.calculator .calculator_result-wrapper {
  align-items: center;
  display: flex;
}
.remote-feeds .gil-feeds.calculator .w-form {
  margin: 0 0 15px;
}
.remote-feeds .gil-feeds.calculator .text-color-white {
  color: var(--remf-white);
}
.remote-feeds .gil-feeds.calculator .text-style-allcaps {
  text-transform: uppercase;
}
.remote-feeds .gil-feeds.calculator label {
  display: block;
  line-height: 1.5;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.remote-feeds .gil-feeds.calculator .w-select {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  display: block;
  /*height: 38px;*/
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 10px;
  padding: 8px 12px;
  width: 100%;
}
.remote-feeds .gil-feeds.calculator .calculator_button-wrapper {
  justify-self: end;
  position: relative;
}
.remote-feeds .gil-feeds.calculator .padding-section-medium {
  color: var(--remf-headings);
}
.remote-feeds .gil-feeds.calculator .button.is--calculate {
  bottom: 0;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 10.25rem;
  z-index: 1;
}
.remote-feeds .gil-feeds.calculator input.w-button {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
.remote-feeds .gil-feeds.calculator .button {
  align-self: flex-end;
  align-items: center;
  background-color: var(--remf-button-bg);
  border-radius: 0.5rem;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  grid-column-gap: 0.5rem;
  justify-content: flex-end;
  padding: 0.7rem 1.25rem;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.4s;
}
.remote-feeds .gil-feeds.calculator .button:hover {
  background-color: var(--remf-button-hov);
}
.remote-feeds .gil-feeds.calculator .button:active {
  background-color: var(--remf-button-hov);
}
.remote-feeds .gil-feeds.calculator .button:focus {
  background-color: var(--remf-button-hov);
  outline: 0;
}
.remote-feeds .gil-feeds.calculator .text-block-2 {
  text-decoration: none;
}
.remote-feeds .gil-feeds.calculator .w-button {
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: inherit;
  padding: 9px 15px;
  text-decoration: none;
}
.remote-feeds .gil-feeds.calculator .input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(90, 90, 90, 0.4);
  border-left-width: 1px;
  border-left-width: 0;
  color: rgba(90, 90, 90, 0.9019607843);
  height: 100%;
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
}
.remote-feeds .gil-feeds.calculator .w-input,
.remote-feeds .gil-feeds.calculator .w-select {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 10px;
  padding: 8px 12px;
  width: 100%;
}
.remote-feeds .gil-feeds.calculator .w-input,
.remote-feeds .gil-feeds.calculator .w-select,
.remote-feeds .gil-feeds.calculator .w-tab-link,
.remote-feeds .gil-feeds.calculator .w-nav-link,
.remote-feeds .gil-feeds.calculator .w-dropdown-btn,
.remote-feeds .gil-feeds.calculator .w-dropdown-toggle,
.remote-feeds .gil-feeds.calculator .w-dropdown-link {
  color: inherit;
  font-size: 1rem;
  text-decoration: inherit;
}
.remote-feeds .gil-feeds.calculator a:where(:not(.wp-element-button)) {
  color: var(--remf-wp--preset--color--contrast);
  text-decoration: none !important;
}
.remote-feeds .gil-feeds.calculator .image-4 {
  filter: invert(1);
  width: 1.75rem;
}
.remote-feeds .gil-feeds.calculator img {
  display: inline-block;
  max-width: 100%;
}
.remote-feeds .gil-feeds.calculator .padding-section-medium {
  color: var(--remf-headings);
}
.remote-feeds .gil-feeds.calculator .w-form-done,
.remote-feeds .gil-feeds.calculator .w-form-fail {
  display: none;
}
.remote-feeds .gil-feeds.calculator .input-top-wrapper {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.65fr;
  margin-bottom: 0.5rem;
  width: 100%;
}
.remote-feeds .gil-feeds.calculator .calculator_button-wrapper {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: end;
}
.remote-feeds .gil-feeds.calculator .calculator_result-row {
  display: flex;
  grid-area: span 1/span 1/span 1/span 1;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
.remote-feeds .gil-feeds.calculator .input-sub-text-wrapper,
.remote-feeds .gil-feeds.calculator .calculator_result-wrapper {
  align-self: flex-end;
  color: var(--remf-headings);
  text-align: right;
  /*width: 80%;*/
}
.remote-feeds .gil-feeds.calculator .calculator_result-row-top-wrapper {
  justify-self: end;
}
.remote-feeds .gil-feeds.calculator .calculator_form-column {
  display: grid;
  flex-direction: column;
  grid-column-gap: 16px;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
}
.remote-feeds .gil-feeds > .gil-sibling-pages {
  width: 100%;
}
.remote-feeds .gil-feeds table.tax-rates {
  border: solid 1px var(--remf-grey-text);
  border-collapse: collapse;
  font-size: smaller;
  margin: 0 auto 1em;
  overflow-x: auto;
  width: 100%;
}
.remote-feeds .gil-feeds table.tax-rates thead tr:first-of-type {
  background-color: var(--remf-primary);
  color: var(--remf-white) !important;
}
.remote-feeds .gil-feeds table.tax-rates thead tr th {
  background-color: var(--remf-secondary);
  color: var(--remf-white) !important;
}
.remote-feeds .gil-feeds table.tax-rates tr:nth-child(odd) {
  background-color: var(--remf-primarytint);
}
.remote-feeds .gil-feeds table.tax-rates tr:nth-child(even) {
  background-color: var(--remf-secondarytint);
}
.remote-feeds .gil-feeds table.tax-rates th,
.remote-feeds .gil-feeds table.tax-rates td {
  border: solid 1px var(--remf-primary);
  padding: 8px;
  text-align: center;
}
.remote-feeds .gil-feeds table.tax-rates td:first-child {
  text-align: left;
}
.remote-feeds .gil-feeds table.tax-rates .note {
  font-style: italic;
}
.remote-feeds .gil-feeds table.tax-rates .embolden {
  font-weight: 700;
}
.remote-feeds .gil-feeds .links td:nth-child(odd) {
  border-right: none;
}
.remote-feeds .gil-feeds .links td:nth-child(even) {
  border-left: none;
}
.remote-feeds .gil-feeds .hide {
  display: none;
}
.remote-feeds .gil-feeds h3 {
  color: var(--remf-textcolour);
  font-size: 1.3em;
}
.remote-feeds .gil-feeds p {
  color: var(--remf-textcolour);
  font-size: 1.1em;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.remote-feeds .gil-feeds p:last-child {
  margin-bottom: 20px;
}

ul.gil-sibling-pages {
  border-top: solid 1px var(--remf-grey-text);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 20px auto;
  padding-top: 10px;
  text-align: center;
  width: 65%;
}

ul.gil-feeds {
  border: solid 8px var(--remf-secondary);
  border-radius: 8px;
  margin: 0 auto;
  padding: 20px 40px;
  width: -moz-fit-content;
  width: fit-content;
}
ul.gil-feeds li {
  list-style-type: disc;
}
ul.gil-feeds li::marker {
  color: var(--remf-primary);
}
ul.gil-feeds li li {
  list-style-type: disc;
}
ul.gil-feeds li li::marker {
  color: var(--remf-secondary);
}

.InnerListings ul.SSWrap-Ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}
.InnerListings ul.SSWrap-Ul li {
  border: solid 1px var(--remf-textcolour);
  color: var(--remf-textcolour);
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
}
.InnerListings ul.SSWrap-Ul li:nth-of-type(odd) {
  background-color: var(--remf-primary);
  color: var(--remf-white);
}
.InnerListings ul.SSWrap-Ul li:nth-of-type(even) {
  background-color: var(--remf-button-hov);
  color: var(--remf-white);
}
.InnerListings ul.SSWrap-Ul li a {
  align-content: center;
  color: var(--remf-white);
  display: grid;
  font-weight: 600;
  font-size: 22px;
  justify-content: center;
  margin: 0;
  min-height: 200px;
  padding: 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.gil-feeds:nth-child(2n) .SSWrap-Ul li a {
  background-color: var(--remf-secondary) !important;
}

@media screen and (min-width: 768px) {
  .gil-feeds {
    width: 65%;
  }
  .gil-feeds.calculator {
    width: 90% !important;
  }
  .gil-feeds.calculator .calculator_form.has--2-column {
    grid-column-gap: 4rem;
  }
  .gil-feeds.calculator .calculator_form .calculator_row.is--startup label {
    font-size: 0.85rem;
  }
  .gil-feeds.calculator .calculator_row-left {
    padding-left: 1rem;
  }
  ul.gil-sibling-pages {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .gil-feeds.calculator {
    width: 65% !important;
  }
}
.news-index-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  overflow: auto;
}
.news-index-wrapper .next-link {
  display: flex;
  justify-content: center;
  width: 100%;
}
.news-index-wrapper .next-link .view-more-btn {
  background-color: var(--remf-secondary);
  background-image: none;
  border: 0;
  border-radius: 0;
  color: var(--remf-white);
  cursor: pointer;
  display: block;
  font-weight: 600;
  padding: 8px 20px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.news-index-wrapper .next-link .view-more-btn:hover {
  background-color: var(--remf-primary);
}

.news-wrapper {
  overflow: auto;
}
.news-wrapper h1 {
  color: var(--remf-primary);
  font-family: "CS Boris", Sans-serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 20px;
  text-align: center;
}
.news-wrapper .news-banner-image {
  height: 24rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.news-wrapper .news-support-image {
  float: right;
  height: auto;
  margin-left: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 30%;
}
.news-wrapper .news-body + p a {
  display: block;
}
.news-wrapper .published {
  font-style: italic;
}

.news-content {
  border: solid 1px grey;
  margin-bottom: 2%;
  padding: 15px;
  width: 29%;
}
.news-content img {
  height: auto;
  width: 100%;
}
.news-content .published {
  font-style: italic;
}
.news-content .news-title {
  font-weight: 900;
}

.error {
  background-color: white;
  border: solid 3px red;
  color: red;
  padding: 15px;
}