:root {
  /* -- Variables -- */
  /* --Colours-- */
  --main-color: #21265e; /* Sets the main colour to use throughout the system. */
  --alt-color-dark: #8cf4d0; /* Dark colour to complement the main colour. */
  --alt-color-light: #fff; /* Light colour to complement the main colour. */
  --alt-mode: #8cf4d0; /* Sets what alt mode to use primarily */
  --alt-mode-2: var(
    --alt-color-dark
  ); /* Sets what alt mode to use secondarily, this should be the opposite of the variable above. */

  --nav-text-color: rgb(255, 255, 255);
  --nav-text-color-hover: rgb(0, 0, 0);

  --standard-link-color: #2980b9;

  --heading-bg-color: var(--main-color);
  --heading-text-color: rgb(255, 255, 255);
  --heading-border-width: 0px;
  --heading-border-color: transparent;

  --footer-bg: #333;
  --footer-text: white;
  --footer-links: #6fabfe;
  --transition-time: 0.25s; /* General animation length. */

/* --Navigation Styles-- */
.wjps-nav {
  background-color: var(--main-color);
}

.wjps-nav .nav-link {
  border-radius: 0.25rem;
  transition: var(--transition-time);
}
.wjps-nav .nav-link:not(.wjps-nav-button):not(.tab-link):not(.wjps-tabs) {
  color: var(--nav-text-color) !important;
}
.wjps-nav .nav-link:hover:not(.wjps-nav-button):not(.tab-link):not(.wjps-tabs) {
  color: var(--nav-text-color-hover) !important;
  background-color: var(--alt-mode);
}
.navbar-brand img {
  max-height: 100px !important;
}
.dropdown-menu {
  background-color: var(--alt-color-light);
}
.dropdown-item:hover {
  background-color: var(--main-color);
  color: var(--nav-text-color);
}
.wjps-toggler {
  color: var(--nav-text-color) !important;
}
.wjps-toggler > i {
  font-size: 30px;
}
.btn-outline-light.nav-link {
    color: var(--nav-text-color) !important;
}
.btn-outline-light {
    border-color: var(--nav-text-color);
}
.navbar-brand img {
    max-height: 100px !important;
  }

  .teamprofiles .profilename, .teamprofiles .accordion-icon {
    color: #ffffff;
}

.teamprofiles .profilejob {
    color: #ffffff;
}

.card-header {
        background-color: #534f4f !important;
        color: #fff !important;
    }

.tile-hover:hover {
  backdrop-filter: blur(0px) saturate(1.5) brightness(1.1) !important;
  transition: 0.1s ease-in-out;
}    

ul.links-list {
  padding-left: 0px;
}

/* --End of Navigation Styles-- */

/* --General Styles-- */
a:link:not(.btn, .dropdown-item) {
  color: var(--standard-link-color);
}
a:visited:not(.btn, .dropdown-item) {
  color: var(--standard-link-color);
}
.wrap-title {
  background-color: var(--heading-bg-color);
  color: var(--heading-text-color);
  border-width: var(--heading-border-width);
  border-color: var(--heading-border-color);
}
@media only screen and (max-width: 768px) {
  .col-12 {
    display: unset;
  }
}

#latestnews .card-img-top {
  background: var(--main-color);
}

.card-header {
  background-color: var(--main-color) !important;
  color: #fff !important;
}
/* --End of General Styles-- */

/* --Footer Styles-- */
html {
  background-color: var(--footer-bg);
}
footer {
  background-color: var(--footer-bg);
  color: var(--footer-text);
}
#footer a {
  color: var(--footer-links);
  text-decoration: none;
}
.social-link {
  color: #ffffff !important;
}
/* --End of Footer Styles-- */

/* --SQCL Custom Logo Styling-- */
.wjpslogo {
  margin-top: 15px;
  max-height: 105px !important;
}
/* --End of SQCL Custom Logo Styling-- */
.second-logo-nav {
  height: 85px;
  background: var(--main-color);
}

/* -- MRS 3.0 Page Styles -- */

/* Unset overflow to allow fullwidth hero */
.wjps-main-container {
  overflow-x: unset !important;
}

.product-container img {
  max-width: 100%;
}

.blockquote {
  font-size: 1rem;
}

.quote-author {
  display: inline-block;
  margin-top: 1rem;
  color: #2e2e2e;
}

.hero-fullwidth {
  background-color: #ffffff;
  background-image: linear-gradient(
      315deg,
      rgba(255, 255, 255, 0) 0%,
      #83a4d43b 100%
    ),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%23e6944d' fill-opacity='0.07' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: -25px;
  padding-bottom: 50px;
  padding-top: 25px;
}

.hero-content-align {
  text-align: center;
}

.heroimg-offset {
  transform: none;
  height: auto;
  width: 100%;
}

.product-logo {
  width: 100px;
  height: auto;
  padding-right: 0;
  padding-bottom: 1rem;
}

.product-title {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -1px;
  line-height: 0.9;
  padding-bottom: 0.3em;
  margin-bottom: -0.3em;
}

.product-version {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  margin-top: 30px;
  color: #fafafa;
  border-radius: 30px;
}

.product-version h5 {
  font-size: 0.85rem;
}

.product-description {
  font-size: 1rem;
  font-weight: 500;
  color: #717171;
  margin-top: 20px;
  padding-top: 20px;
}

.product-hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-info-container {
  display: flex;
  flex-direction: column;
}

.product-title-container {
  display: flex;
  align-items: center;
}

.btn-group-product {
  max-width: 370px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: none;
}

.btn-group-product .btn:last-of-type {
  border-left: none;
}

.btn-product {
  -webkit-appearance: none;
  font-size: 1rem;
  font-weight: 600;
}

.btn-deac {
  background: #bfbfbf;
  border: 2px solid #bfbfbf;
  color: #848484;
}

.btn-group-cta {
  max-width: 500px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: none;
}

.product-intro h2 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -1px;
  padding-bottom: 1rem;
}

.product-intro img {
  max-width: 185px !important;
}

.product-feature-item:not(:first-of-type) {
  margin-top: 50px;
}

.product-feature-text-l {
  margin-right: 30px;
}

.product-feature-text-r {
  margin-left: 30px;
}

.product-feature-title {
  font-weight: 700;
  color: #f03c23;
}

.product-feature-card img {
  width: 150px;
  height: auto;
  margin: auto;
}

.card-feature {
  padding-left: 5%;
  padding-right: 5%;
}

.card-feature:not(:last-of-type) {
  margin-bottom: 2rem;
}

.dropshadow {
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3);
}

.dropshadow-icon {
  filter: drop-shadow(0px 10px 10px rgba(50, 50, 93, 0.4));
}

.sectionseparator {
  margin-top: 100px;
}

.sectionseparator:last-of-type {
  margin-bottom: 100px;
}

table.productdata {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.85rem;
}

table.productdata thead {
  text-transform: uppercase;
  color: #6d6d6d;
  background: #f1f1f1;
}

table.productdata td {
  vertical-align: middle !important;
}

table.productdata tfoot {
  background: #f1f1f1;
}

table.productdata i {
  color: #28a745;
}

table.productdata tr td:nth-of-type(2) i {
  color: #abaaaa !important;
}

.table thead th,
.table th {
  vertical-align: baseline;
  border-bottom: none;
  border-top: none;
}

#mrs3col {
  font-size: 1.2rem;
  color: var(--mrsgradient-fallback);
}

tr td:not(:first-of-type),
tr th:not(:first-of-type) {
  text-align: center;
}

tbody tr td:not(:first-of-type) {
  font-size: 1.2rem;
}

#testimonials-mrs .nav-link {
  color: var(--mrsgradient-fallback);
  font-weight: 500;
}

.testimonial-nav-justify {
  justify-content: center;
}

#testimonials-mrs .nav-link:hover {
  color: var(--mrsgradient-darkstop);
}

#testimonials-ewt .nav-link:hover {
  color: var(--ewtgradient-darkstop);
}

#testimonials-mrs .nav-link.active,
#testimonials-ewt .nav-link.active {
  border-radius: 50px;
  color: #fff;
  background: linear-gradient(to top left, #ec644b 0%, #f22613 100%);
}

#testimonials-mrs .nav-link.active {
  background: var(--mrsgradient-webkit);
  background: var(--mrsgradient-moz);
  background: var(--mrsgradient);
}

#testimonials-ewt .nav-link.active {
  background: var(--ewtgradient-webkit);
  background: var(--ewtgradient-moz);
  background: var(--ewtgradient);
}

.testimonials .blockquote {
  font-style: oblique;
  padding: 2rem;
  border-radius: 5px;
  background: #f1f1f1;
  margin-top: 2rem;
}

.testimonials .blockquote-footer {
  margin-top: 1rem;
}

.testimonials .tab-content {
  margin-top: 1.5rem;
}

.pillnav-menu > h2 {
  margin-right: 0;
}

.product-end-cta {
  text-align: center;
}

/* XS BREAKPOINT */
@media only screen and (max-width: 576px) {
  #intro .card-title {
    font-size: 3rem;
  }

  #intro .card-text {
    font-size: 1rem;
  }

  .product-home-card {
    margin-top: 3rem;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1.3rem;
  }

  .logo {
    margin-bottom: 2rem;
  }

  .product-home-decor-wrapper {
    padding-left: 0;
  }

  /* Create col-xs bootstrap class that doesn't exist for some reason */
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .newsitem {
    margin-top: 3rem;
  }
}

/* SMALL BREAKPOINT */
@media only screen and (min-width: 576px) {
  .product-home-card .screenshot {
    transform: translateX(10%);
  }

  .product-home-decor-wrapper {
    padding-left: 1.25rem;
  }

  .newsitem:not(:first-of-type) {
    margin-top: 3rem;
  }
}

/* MED BREAKPOINT */
@media only screen and (min-width: 768px) {
  #intro .card-title {
    font-size: 4rem;
  }

  #intro .card-text {
    font-size: 1.5rem;
  }
  #mrs p:not(.blockquote) {
    font-size: 1rem;
  }

  .product-intro h2 {
    font-size: 2rem;
  }

  .blockquote {
    font-size: 1.25rem;
  }

  .heroimg-offset {
    transform: translateX(20%);
    height: 400px;
    width: auto;
  }

  .hero-content-align {
    text-align: left;
  }

  .product-logo {
    padding-right: 1rem;
    padding-bottom: 0;
  }

  .product-description {
    margin-top: 50px;
  }

  .product-intro img {
    max-width: 250px !important;
  }

  .card-feature {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-feature:not(:last-of-type) {
    margin-bottom: 0;
  }

  #testimonials .nav-link,
  #features-orgspecific .nav-link {
    font-size: 1rem;
  }

  .pillnav-menu > h2 {
    margin-right: 1rem;
  }

  .testimonial-nav-justify {
    justify-content: left;
  }

  .newsitem:not(:first-of-type) {
    margin-top: 0rem;
  }
}

/* LARGE BREAKPOINT */
@media only screen and (min-width: 992px) {
  .product-logo {
    width: 110px;
    height: auto;
  }
  .product-title {
    font-size: 2.5rem;
    letter-spacing: -1px;
  }

  .product-version h5 {
    font-size: 1rem;
  }

  .product-intro h2 {
    font-size: 2.5rem;
  }

  .btn-group-product {
    margin-bottom: 0;
  }
  .heroimg-offset {
    transform: translateX(20%);
    height: 500px;
    width: auto;
  }

  .product-feature-card img {
    width: 200px;
  }

  .testimonials .nav-link {
    color: var(--mrsgradient-fallback);
    font-weight: 500;
    font-size: 1.1rem;
  }

  #features-orgspecific .nav-link {
    color: var(--wcsgradient-fallback);
    font-weight: 500;
    font-size: 1.1rem;
  }
  #wcs-pricing .pricing-card-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* X-LARGE BREAKPOINT */
@media only screen and (min-width: 1200px) {
  .product-logo {
    width: 135px;
    height: auto;
  }
  .product-title {
    font-size: 3.5rem;
    letter-spacing: -2px;
  }
  .product-description {
    font-size: 1.35rem;
  }

  .btn-product {
    font-size: 1.15rem;
  }

  .product-version h5 {
    font-size: 1.1rem;
  }
}

/* PRODUCT PAGE DOWN ICON ANIM */
.down-icon-mrs:before {
  font-size: 3rem;
  background: var(--mrsgradient-fallback);
  background: var(--mrsgradient-webkit);
  background: var(--mrsgradient-moz);
  background: var(--mrsgradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.down-icon-ewt:before {
  font-size: 3rem;
  background: var(--ewtgradient-fallback);
  background: var(--ewtgradient-webkit);
  background: var(--ewtgradient-moz);
  background: var(--ewtgradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.down-icon-wcs:before {
  font-size: 3rem;
  background: var(--wcsgradient-fallback);
  background: var(--wcsgradient-webkit);
  background: var(--wcsgradient-moz);
  background: var(--wcsgradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

/* MRS SPECIFIC */
.mrs-bg {
  background: var(--mrsgradient-fallback);
  background: var(--mrsgradient-webkit);
  background: var(--mrsgradient-moz);
  background: var(--mrsgradient);
}

.btn-mrs {
  color: var(--mrsgradient-fallback);
  border: 2px solid var(--mrsgradient-fallback);
  background: none;
}

.btn-mrs:hover {
  color: var(--alt-color-light);
  background: var(--mrsgradient-fallback);
}

.btn-mrs:active {
  background: var(--mrsgradient-darkstop);
}

/* EWT SPECIFIC */
.ewt-bg {
  background: var(--ewtgradient-fallback);
  background: var(--ewtgradient-webkit);
  background: var(--ewtgradient-moz);
  background: var(--ewtgradient);
}

.btn-ewt {
  color: var(--ewtgradient-fallback);
  border: 2px solid var(--ewtgradient-fallback);
  background: none;
}

.btn-ewt:hover {
  color: var(--alt-color-light);
  background: var(--ewtgradient-fallback);
}

.btn-ewt:active {
  background: var(--ewtgradient-darkstop);
}

/* WCS SPECIFIC */

#wcs p {
  font-size: 1.085rem;
}

.wcs-bg {
  background: var(--wcsgradient-fallback);
  background: var(--wcsgradient-webkit);
  background: var(--wcsgradient-moz);
  background: var(--wcsgradient);
}

.btn-wcs {
  color: var(--wcsgradient-fallback);
  border: 2px solid var(--wcsgradient-fallback);
  background: none;
}

.btn-wcs:hover {
  color: var(--alt-color-light);
  background: var(--wcsgradient-fallback);
}

.btn-wcs:active {
  background: var(--wcsgradient-darkstop);
}

#features-orgspecific a,
#wcs-allfeatures a,
#wcs-testimonials a {
  color: var(--wcsgradient-fallback);
  font-weight: 500;
}

#features-orgspecific .nav-link.active,
#wcs-testimonials .nav-link.active {
  background: var(--wcsgradient-webkit);
  background: var(--wcsgradient-moz);
  background: var(--wcsgradient);
  border-radius: 50px;
  color: #fff;
}

#features-orgspecific a:hover,
#wcs-allfeatures a:hover,
#wcs-testimonials a:hover {
  color: var(--wcsgradient-darkstop);
  text-decoration: none;
}

.price {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.11rem;
}

#wcs-testimonials .ext-site-link {
  font-size: 1.25rem;
}

#pricing .fa-li {
  color: var(--wcsgradient-darkstop);
}

#pricing .pricing-card-wrapper:not(:first-of-type) {
  margin-top: 2rem;
}

/* WJPS Homepage */
.wjpsintro-heading {
  color: var(--mrsgradient-fallback);
  line-height: 0.9;
}

#services a {
  color: var(--wcsgradient-fallback);
  font-weight: 500;
}

#services .nav-link.active {
  background: var(--wcsgradient-fallback);
  background: var(--wcsgradient-webkit);
  background: var(--wcsgradient-moz);
  background: var(--wcsgradient);
  border-radius: 50px;
  color: #fff;
}

#services a:hover {
  color: var(--wcsgradient-darkstop);
  text-decoration: none;
}

#intro img {
  width: inherit;
}

#intro span {
  font-weight: 600;
}

#intro .card-title {
  letter-spacing: -0.2rem;
  font-weight: 700;
}

#intro .card-text {
  font-weight: 400;
}

.product-home-card {
  color: rgba(255, 255, 255, 0.9);
  transition: 0.1s ease-in-out;
}

.product-home-card a {
  /* Fix for when ckeditor poo's itself (technical term) */
  color: rgba(255, 255, 255, 0.9) !important;
}

.product-home-card .logo {
  width: 100px;
}

.product-home-card .screenshot {
  max-width: 400px;

  max-height: 200px;
}

.product-home-card .card-title {
  font-size: 2.5rem;
  letter-spacing: -0.03rem;
  font-weight: 600;
  text-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
}

.product-home-card .card-text {
  font-size: 1.15rem;
  text-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
}

#products a:hover {
  text-decoration: none !important;
}

.product-home-card:hover {
  transform: translateY(-10%);
  filter: saturate(1.8);
  transition: 0.1s ease-in-out;
}

.orglogo {
  height: 150px;
}
.orglogo img {
  max-width: 50%;
  max-height: 100px;
}

/* -- Text Mask for gradients - must be at bottom of file! -- */
.text-mask {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
}