@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

/* Reduce site size a bit on smaller screens */
@media (min-width: 1200px) and (max-width: 1300px) {
    body {
        transform: scale(0.90);
        transform-origin: top center;
    }
}


/*
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600');
*/

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.slider-arrow {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.slider-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 150%;
}

.image-left, .feature-image {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.jobs-page .image-right
  {
  width:100%;height: auto;
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  }

.image-right, .testimonials-page-footer header .btn, .product-options-wrapper header img {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.page-header, .products-wrapper {
  margin-left: -20px;
  margin-right: -20px;
}

html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  background: rgba(4, 141, 199, 0.5);
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: rgba(4, 141, 199, 0.5);
  color: #FFF;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: rgba(4, 141, 199, 0.5);
}

body {
  font-size: 20px;
  line-height: 1.25;
  color: #4E5557;
  background: #fff;
}

/* Simple Grid System */
.grid-wrap {
  margin: 0 -10px;
  *zoom: 1;
}
.grid-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.grid-col {
  float: left;
  margin: 0 10px;
}

/*
Formula for column width = ([total width 1200px/12)×[width in columns])−20
*/
.col-1 {
  width: 80px;
}

.col-1-5 {
  width: 130px;
}

.col-2 {
  width: 180px;
}

.col-2-4 {
  width: 220px;
}

.col-3 {
  width: 300px;
}

.col-4 {
  width: 380px;
}

.col-5 {
  width: 480px;
}

.col-6 {
  width: 620px;
}

.col-7 {
  width: 760px;
}

.col-8, .product-enquiry-form-wrapper {
  width: 780px;
}
.footer-meta-copyright {
  width: 740px;
}

.col-9 {
  width: 880px;
}

.col-10 {
  width: 980px;
}

.col-11 {
  width: 1080px;
}

.col-12 {
  width: 1180px;
}


/* Generic Textual Elements */
body  {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}

h1,h2,h3,h4,h5,h6,.h1  {
  color: #1f293f;
  font-weight: 600;
  margin: 1.25em 0 0.625em;
  letter-spacing: -0.05em;
}

h1, .slide-inner h2, .h1 {
  font-size: 80px;
  margin: 0 0 24px;
}

h2, .feed-page h1  {
  font-size: 40px;
  margin: 16px 0 24px;
}

h3 {
  font-size: 21px;
}
.feature h3 
	{
    font-size: 33px;
	}

h4, h5, h6 {
  font-size: 20px;
}

hr {
  border: 1px solid black;
  margin: 40px 0;
  clear: both;
}

.strong-emphasised {
  color: #79BC41;
}

ul, ol {
  padding-left: 22px;
}
ul li, ol li {
  margin-bottom: 8px;
}
ul ul, ul ol, ol ul, ol ol {
  margin-top: 8px;
  padding-left: 32px;
}

.tick-list {
  list-style-image: url("../img/icons/tick.png");
  list-style-position: outside;
  margin-top: 24px;
}

dt {
  margin-bottom: 5px;
}

dd {
  margin: 0 0 20px;
}

table {
  background: #FFF;
  /*border: 1px solid #D6DADD;*/
}


th, td {
  padding: 11px 16px;
}

/* Links */
a {
  color: #0A91C9;
  text-decoration: none;
}
a:hover {
  color: #065c80;
}
.primary-content-header a
  {
  color: #79b40a;
  }

.btn, .hs-button {
  background: #cef373;
  background-size: 100%;
  color: black !important;
  font-size: 18px;
  padding: 15px 28px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 7px;
  transition: background-color 0.15s linear;
  white-space: nowrap; 
}
.btn:hover {
  text-decoration: none;
  background: #e7fcb3;
  color: black !important;
}
.btn:focus {
  outline: 1px dotted #e7fcb3;
}
.btn[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}

.btn-small {
  padding-left: 15px;
  padding-right: 15px;
}

.btn-large {
  font-size: 23px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-cancel {
  background: #DEDEE0;
  border: 1px solid #B9B9BB;
  color: #959396;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.btn-white {
  background: #DEDEE0;
  border: 1px solid #048FCA;
  color: #000;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-grey {
  background: #234;
  color: white !important;
}
.btn-grey:hover {
  background: #456;
  color: white !important;
}
.btn-white:hover {
  background: #ebebec;
  color: #84cf3e;
}

.btn-cancel:hover {
  background: #ebebec;
  color: #959396;
}

.btn-two-lines {
  text-align: center;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 20px;
}
.btn-two-lines span {
  display: block;
  font-weight: normal;
  text-shadow: none;
  font-size: 14px;
}

/* Images */
figure img {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

figcaption {
  margin-top: 5px;
}
figcaption p {
  margin: 0 0 10px;
}
figcaption cite {
  font-style: normal;
}

.icon--tick-green {
  background: url("../img/icons/tick-green.png");
  display: inline-block;
  height: 19px;
  width: 23px;
}

.icon--arrow-right {
  background: url("../img/icons/arrow-right.png");
  display: inline-block;
  height: 10px;
  width: 7px;
}

/* Forms */
form {
  margin: 0 0;
}

.field {
  margin-bottom: 16px;
}
.field p {
  margin-top: 8px;
}

.invalid-field {
  color: #B20020;
}

.checkbox-field ul {
  list-style: none;
  padding-left: 0;
}

span.required,
.field.required h4:after,
.field.required label:after {
  color: #086A97;
}

.field.required h4:after,
.field.required label:after {
  content: '*';
  margin-left: 5px;
}

.field h4,
label {
  font-size:18px;
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
}
.invalid-field .field h4, .invalid-field
label {
  color: #B20020;
}

.checkbox-wrapper {
  padding-left: 20px;
}
.checkbox-wrapper label {
  /*font: 15px Arial, Helvetica, sans-serif;*/
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 7px;
  margin-bottom: 0;
}
.checkbox-wrapper input[type="checkbox"] {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: auto;
  margin-left: -20px;
}

input,
textarea, select {
  width: 100%;
  box-sizing:border-box;
  border: 1px solid #D6DADD;
  border-radius: 5px;
  padding: 11px 10px;
  color: #4E5557;
  /*font: 15px Arial, Helvetica, sans-serif;*/
}
.boxsizing input, .boxsizing
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 520px;
}
input:focus,
textarea:focus {
  border-color: #047DB1;
  outline: none;
}
.invalid-field input, .invalid-field
textarea {
  border-color: #B20020;
}
.invalid-field input:focus, .invalid-field
textarea:focus {
  border-color: #047DB1;
}

textarea {
  -moz-resize: none;
  resize: none;
  min-height: 120px;
}

#message {
  min-height: 156px;
}

input[type="submit"],
input[type="button"] {
  width: auto;
}

.form-controls {
  margin-top: 20px;
}
.form-controls input {
  margin-right: 20px;
}

.custom-select {
  background: #FFFFFF;
  border: solid 1px #EBEBEB;
  position: relative;
}
.custom-select:after {
  background: #0b8dcb url("../img/icons/arrow-down-white.png") center no-repeat;
  content: '';
  display: block;
  width: 29px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}
.lt-ie10 .custom-select:after {
  display: none;
}
.custom-select select {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 6px 40px 6px 10px;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.custom-select select::-ms-expand {
  display: none;
}
.custom-select select:focus {
  outline: none;
}
.lt-ie10 .custom-select select {
  padding-right: 10px;
}

:-moz-any(.custom-select):after {
  z-index: 1;
}

/* Page Header */
.header-wrapper {
  /*
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 999;
  */
  margin-bottom:-98px;
}

.page-header {
  padding: 10px 20px;
}
.page-header:after {
  content: "";
  display: table;
  clear: both;
}

.page-header-right {
  float: right;
  background-color: white;
  border-radius: 15px;
  padding:0 12px 0 30px;

}

.logo {
  display: block;
  float: left;
  background: url(../img/RS_solid_black.svg) no-repeat 50% 50%;
  background-size: 115%;
  width: 300px;
  height: 60px;
  padding-top:16px;margin-left: -5px;
}
.sector-page .logo, .pricing-page .logo, .feature-page .logo
  {
  background: url(../img/RS_solid_white.svg) no-repeat 50% 50%;
  background-size: 115%;
  }

/* Main Navigation */
.main-nav {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 18px;
  font-weight: 500;
}
.main-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 12px 0;
}
.main-nav li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-bottom: 0;
  margin-left: 18px;
}
.main-nav li:first-child {
  margin-left: 0;
}
.main-nav a {
  color: #000;
  line-height:30px;
}
.main-nav .btn:focus {
  outline: 1px dotted #FFF;
}
.main-nav .dropdown::after 
  {
  content: "⌄";
  font-size: 1.2em;
  pointer-events: none;
  position: relative;
  top: -4px; /* adjust as needed */
  }
.home-page h1
  {
  font-size:80px;font-weight:600;margin-bottom:15px;margin-top: 30px;
  }
.home-page h2
  {
  font-size:50px;font-weight:500;margin-bottom:15px;margin-top:23px;
  letter-spacing: -0.05em;
  line-height: 100%;
  }
.home-page h3
{
  text-align:left;
  font-weight: 500;letter-spacing: -0.05em;
  margin:0; 
}
.home-page .well h3 
  {
  text-align:center;padding: 5px;
  }
.home-page .accordion-item-heading
  {
  background: none;font-size:30px;width: 100%;
  border:none;
  border-top: 2px solid #eee;
  margin:0;padding: 20px 0;
  }
.home-page .ui-accordion-content, .home-page .ui-accordion-content p
  {
  padding:0;margin: 0 0 20px 0;
  }
.home-page .infobox p
  {
  margin:0;padding:10px 0;font-size: 90%;
  }
.home-page .infobox i
  {
  background-color: #cef373;
  border-radius: 6px;padding:10px;
  font-size:150%;
  }
.home-page video  
  {
  clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
  object-fit:cover;
  object-position: 53% 0;
  margin:30px 0 0 -70px;
  }
.home-page .reverse video  
  {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 30% 100%);
  object-position: 53% 0;
  margin:30px 0 0 -70px;
  }
.home-page .reverse .col-3
  {
  width: 330px;
  }
.slider-inner {
  overflow: hidden;
}

.slide {
  display: none;
  /* Hide every slide but the first to begin with to avoid all of them being visible while JS is loading */
  z-index: 0;
  color: #FFF;
  height: 562px;
  text-align: center;
  width: 100%;
  float: left;
  position: relative;
  min-width: 1060px;
  /* Vertically align .slide-inner */
}
.slide:before {
  content: '';
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 100%;
  vertical-align: middle;
}
.slider-initialised .slide, .slide:first-child {
  display: block;
}


.slide-inner .offerdetails
{
  font-size:14px;margin-top:10px;font-weight:bold;text-align:center;color:white;

}
.slide-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.slide-inner h2 {
  font-size: 60px;
  margin: 0 0 0.5rem 0;
}
.slide-inner p {
  font-size: 27px;
  font-weight: 500;
  max-width: 901px;
  margin: 0 auto;
}

/*cancel out br tag*/
.slide-inner p br {
	display: none;
}

/*.slide-inner p br:after {
	margin: 0 1rem 0 0;
	content: " ";
	position: relative;
	display: inline-block;	
}*/

.slider-nav-wrapper {
  position: absolute;
  z-index: 2;
  top: 50%;
  min-width: 1060px;
  margin-top: -27.5px;
  /* Half of the height of the arrows */
  width: 100%;
  pointer-events: none;
  /* Avoids inability to select text in the centre of the slide underneath this element */
}

.slider-arrow {
  width: 55px;
  height: 55px;
  pointer-events: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.slider-arrow.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
.slider-arrow.disabled:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  cursor: default;
}
.slider-arrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.slider-prev {
  background: url("../img/slider/prev.png") no-repeat center;
  float: left;
  margin-left: 20px;
}

.slider-next {
  background: url("../img/slider/next.png") no-repeat center;
  float: right;
  margin-right: 20px;
}

/* Testimonial Elements */
.testimonial {
  color: #3a4549;
  font-size: 27px;
  margin-top: 40px;
  padding-left: 290px;
  *zoom: 1;
}
.testimonial:after {
  content: "";
  display: table;
  clear: both;
}
.testimonial:first-child {
  margin-top: 0;
}
.testimonial blockquote {
  margin: 0;
  /* Quotation mark before - only needed on first paragraph of a blockquote */
  /* Quotation mark after - only needed on last paragraph of blockquote */
}
.testimonial blockquote p:first-child:before {
  content: url("../img/icons/quote-start.png");
  margin-right: 10px;
  margin-left: -1.5em;
}

.testimonials-page .testimonial blockquote p:first-child:before {
  margin-left: -1.35em;	
	}
.testimonial blockquote p:last-child:after {
  content: url("../img/icons/quote-end.png");
  margin-left: 10px;
}
.testimonial blockquote p {
  margin: 0 0 0.5em;
}
.testimonial .testimonial-citation {
  font-size: 18px;
  color: #599D20;
  display: block;
}
.testimonial .testimonial-citation p {
  margin: 0;
}
.testimonial .testimonial-citation cite {
  font-style: normal;
}

.testimonial .testimonial-citation cite strong {
	text-transform: uppercase;
}

.testimonial-logo {
  float: left;
  margin-left: -260px;
  /* Align the logo off to the left and avoid the main content wrapping around it */
  width: 200px;
  text-align: center;
}
.testimonial-logo img {
  max-width: 100%;
  max-height: 150px;
  /* Stop the image from overlapping its container */
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: -20px;
}

/* Testimonial Slider - Home Page */
.client-testimonials {
  /* When the slider has been initialised */
}
.client-testimonials .testimonial {
  display: none;
  /* Hide all except the first testimonial if JS is disabled */
  margin-top: 20px;
}
.client-testimonials .testimonial:first-child {
  display: block;
}
.client-testimonials.testimonials-initialised .testimonial {
  margin-bottom: 0;
  min-height: 220px;
}

.testimonials-nav-wrapper {
  margin-bottom: 20px;
  padding-bottom: 48px;
  text-align: center;
  *zoom: 1;
  position: relative;
  z-index: 1;
  background: #FFF url("../img/testimonials/slider-nav-bg.jpg") no-repeat center bottom;
  background-size: 100% auto;
  /* Make sure the background image doesn't overflow the edges */
}
.testimonials-nav-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.testimonials-nav-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.testimonials-nav-wrapper li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  margin: 0 10px;
}
.testimonials-nav-wrapper li img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.testimonials-nav-wrapper li:first-child {
  margin-left: 0;
}
.testimonials-nav-wrapper li.active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.testimonials-nav-wrapper a, .testimonials-nav-wrapper img {
  display: block;
}

.testimonials-nav {
  -webkit-transform: translate3d(0, 0, 0);
  /* Fixes twitching bug in WebKit */
}

#testimonials-arrow {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 38px;
  height: 18px;
  margin-left: -19px;
  background: url("../img/testimonials/slider-arrow.png") no-repeat 0 0;
  bottom: 0;
}

/* Secondary Navigation */
.secondary-nav-wrapper {
  padding: 20px 0;
}
.secondary-nav {
  background-color: #1f293f;
  border-radius: 20px;
  padding:10px 5px;
  font-weight: 400;
  font-size: 17px;
}
.secondary-nav ul {
  margin: 0;
  /* Equal to padding + border on active link */
  padding: 0;
  list-style: none;
}
.secondary-nav li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin:0 0 0 5px;
}
.secondary-nav a {
  display: block;
  padding: 0.75rem 1rem;
  color: white;
  border-radius: 10px;
}
.secondary-nav a:hover {
  background-color: #3d4a68;
}
.secondary-nav .active a {
  color: white;
  background-color: #0A91C9;
  font-weight: 
}
.secondary-nav .btn
  {
  padding:  3px 10px 8px 10px;
  }
.sector-page .secondary-nav, .sector-landing-page .secondary-nav
  {
  font-size: 18px;
  }
.knowledge-base .secondary-nav, .community-page .secondary-nav
  {
  font-size: 15px !important;
  }

/*
 * The Download Box
 * Mainly used in the "Get ResourceSpace" section of the site, containing call to action links to the pricing and download pages 
 */
.well.download {
  padding: 16px;
  text-align: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZmNmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZjVmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8fcff), color-stop(100%, #eaf5f9));
  background-image: -moz-linear-gradient(#f8fcff, #eaf5f9);
  background-image: -webkit-linear-gradient(#f8fcff, #eaf5f9);
  background-image: linear-gradient(#f8fcff, #eaf5f9);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #D6DADD;
  margin-left: -10px;
  margin-right: -10px;
}
.well.download h3 {
  margin-top: 0;
}
.well.download p {
  font-size: 12px;
}
.well.download .download-or {
  font-size: 18px;
  color: #00afa7;
  background: url("../img/hr/or.png") no-repeat center;
}
.well.download .btn-two-lines {
  padding-left: 14px;
  padding-right: 14px;
}

/* The Accordion Widget */
.accordion-item {
  margin-bottom: 5px;
}

.accordion-item-heading {
  margin-bottom: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #D7DADD;
  background: #FFF;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -moz-linear-gradient(#ffffff, #f5f5f5);
  background-image: -webkit-linear-gradient(#ffffff, #f5f5f5);
  background-image: linear-gradient(#ffffff, #f5f5f5);
  display: block;
  padding: 14px 16px;
}
.accordion-item-heading a {
  display: block;
  margin: -14px -16px;
  padding: 14px 16px;
  background: url("../img/accordion/down-arrow.png") no-repeat right center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* Avoid the background colour overlapping the border radius */
}
.accordion-item-heading a:hover {
  background-color: #FAFAFA;
}
.accordion-item.active .accordion-item-heading a {
  background-image: url("../img/accordion/up-arrow.png");
}
.accordion-item-content, .ui-accordion-content {
  background: #FFF;
  padding: 1em;
  margin-bottom: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.accordion--sidebar .accordion-item-heading a {
  padding-right: 55px;
}
.accordion--sidebar .accordion-item-content {
  background: none;
  padding: 0;
}
.accordion--sidebar .accordion-item-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion--sidebar .accordion-item-content li:last-child {
  margin-bottom: 0;
}
.accordion--sidebar .accordion-item-link {
  display: block;
  padding: 8px 4px 4px 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

/*
 * Testimonials Block
 * Used just above the page footer
 */
.testimonials-page-footer {
  /* Counteract padding at the bottom of .primary-content */
  margin-top: 68px;
  margin-bottom: -68px;
}
.testimonials-page-footer .well {
  padding-top: 20px;
  padding-bottom: 90px;
}
.testimonials-page-footer h3 {
  font-size: 27px;
  margin: 0.15em 0 0.8em;
  float: left;
}
.testimonials-page-footer header {
  overflow: hidden;
  /* Clearfix */
}
.testimonials-page-footer header hr {
  clear: both;
}
.testimonials-page-footer .testimonial-wrapper:first-child .testimonial {
  position: relative;
  *zoom: 1;
  /* Adds the central vertical rule */
}
.testimonials-page-footer .testimonial-wrapper:first-child .testimonial:after {
  content: "";
  display: table;
  clear: both;
}
.testimonials-page-footer .testimonial-wrapper:first-child .testimonial:before {
  /* Use ::before because the clearfix uses ::after */
  content: '';
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
  height: 100%;
  width: 1px;
  background: url("../img/testimonials/vertical-rule.png") no-repeat right center;
}
.testimonials-page-footer .testimonial {
  font-size: 20px;
  padding-left: 190px;
  margin-bottom: 0;
}
.testimonials-page-footer .testimonial blockquote p:first-child:before {
  content: url("../img/icons/quote-start-small.png");
  margin-right: 7px;
}
.testimonials-page-footer .testimonial blockquote p:last-child:after {
  content: url("../img/icons/quote-end-small.png");
  margin-left: 7px;
}
.testimonials-page-footer .testimonial-logo {
  float: left;
  margin-left: -180px;
  width: 160px;
  text-align: center;
}
.testimonials-page-footer .testimonial-logo img {
  max-width: 80%;
}
.testimonials-page-footer .testimonial-citation {
  font-size: 15px;
}

/* Alert Messages */
.message {
  padding: 5px 20px;
  margin: 20px 0;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #D6DADD;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.error-message {
  background-color: #EEE8E9;
  border-color: #bb5a5f;
  color: #bb5a5f;
}

.success-message {
  background-color: #eceee8;
  border-color: #a1bb5a;
  color: #7e9936;
}

/* Page Footer */
.footer-wrapper {
  background: #1A1E33;
  padding-top: 40px;
}

.page-footer {
  color: #FFF;
}
.page-footer h2, .page-footer-header {
  color: #BFE995;
  color: #fff;
  margin: 0 0 8px;
}
.page-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-footer li {
  margin-bottom: 8px;
}
.page-footer a {
  color: #2CB6F3;
  font-weight: normal;

}
.page-footer a:hover {
  color: #BEE896;
}

.footer-nav {
  margin-bottom: 90px;
  font-size: 16px;
}

.footer-meta {
  border-top: 1px solid #4E5557;
  padding: 20px 0 12px;
  *zoom: 1;
}
.footer-meta:after {
  content: "";
  display: table;
  clear: both;
}
.footer-meta p {
  margin: 0;
  font-size: 14px;
}

.footer-meta-copyright {
  float: left;margin-top:20px;
}

.footer-meta-translate {
  float: right;
  text-align: right;
  margin-top: 0px;
  xwidth: 180px;
}

.social-icons {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.social-icons li {
  margin-bottom: 0;
  margin-left: 4px;
}
.social-icons li:first-child {
  margin-left: 0;
}
.social-icons img {
  display: block;
}

#google_translate_element,
.social-icons li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

#google_translate_element {
  margin-right: 20px;
}

/* The link in the Google Translate widget */
.page-footer .goog-te-menu-value:hover {
  color: #555;
}

/* Common Content Page Styling */
.page-section {
  margin-bottom: 35px;
}

/* Blocks which have a background colour and some padding */
.well {
  padding: 20px 0;
  background: #FFF;
  xborder-top: 1px solid #DFE2E5;
  overflow: hidden;
}

.well-alternate {
  background: #F0F8FB;
}

.page-section-inner {
  margin: 0 auto;
  width: 1260px;
  padding: 0 10px;
}

.hero {  
  padding-top: 150px;
}

.hero img
  {
  filter: drop-shadow(0 6px 20px #0006);
  }


.primary-content {
  padding-top: 10px;
  padding-bottom: 68px;
}

.primary-content-header {
  text-align: left;
  max-width: 75%;
  font-size: 250%;
  line-height: 100%;
  margin: 30px 0 60px 0;
  letter-spacing: -0.05em;
}
.pricing-page .primary-content-header {
  font-size: 300%;
  margin-top:15px;
}
.trial-page .primary-content-header {
  max-width:85%;
  margin-bottom:20px;
}
article > h3:first-child {
  margin-top: 0;
}

.page-cta {
  text-align: center;
}
.page-cta p {
  font-size: 18px;
}
.page-cta span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 30px;
}

/* Lists of telephone numbers */
.tel-numbers {
  list-style: none;
  padding-left: 0;
  font-size: 22px;
  margin: 10px 0;
}
.tel-numbers li {
  margin-bottom: 0;
}

/* Home Page */
.home-page .bannerimage {
  height: 320px;
  width: 100%;
  padding-top: 0;
  padding-top: 0;
  background: #555 url(../img/home_hero.jpg) no-repeat 0 45%;
  background-size: cover;
}


.home-page .hero-details  
  {
  float:left;
  width:100%;
  margin:240px 0 0 140px;
  text-shadow: 0px 0px 15px black;
  font-weight: 300;
  }
.home-page .primary-content-header
  {
  max-width:33%;color:#000;font-size:22px;float:right;font-weight:400;text-align: right;
  line-height: 130%;margin-top:0;
  }

  .home-page .actionbuttons
  {
  margin-top:50px;padding-bottom: 20px;
  }
.home-page .primary-content {
  padding: 100px 0 0 0;
}
.home-page .feature-box, .resources .feature-box {
  text-align: center;
  margin-bottom: 50px;
}
.home-page .feature-box a, .resources .feature-box a {
  display: block;
}
.home-page .feature-box img, .resources .feature-box img {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.home-page .feature-box h3,.resources .feature-box h3 {
  font-size: 26px;
  margin: 0 0 5px;
}
.home-page .feature-box p, .resources .feature-box p {
  font-size: 18px;
  margin: 0 1rem 10px 1rem;
}
.testimonial-slideshow .testimonial {
  padding-left: 30px;
}
.testimonial-slideshow .testimonial img {
  margin: 0 0 10px;
}
.testimonial-slideshow .testimonial-logo {
  float: none;
  margin: 0;
  width: 100%;
}
.home-page .page-cta {
  margin: 0 0 50px;
}

.pricing-page .hero,.feature-page .hero {
  background-color: #9a72f6;
}

.pricing-page h1, .feature-page h1 {
  color: white;
}

.product-currencies-nav {
  background: #1e293b;
  border-radius: 15px;
  display: inline-block;
  margin-top: 14px;
  font-size: 17px;
  float:right;
  line-height: 1;
  padding: 12px 0 12px 12px;
}
.product-currencies-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-currencies-nav li {
  float: left;
  margin: 0 12px 0 0;
  border-radius: 6px;
}
.product-currencies-nav a {
  display: block;
  background-color: #eee;
  font-weight: 500;
  padding: 15px 25px;
  color: #1e293b;
  border-radius: 6px;
}
.product-currencies-nav a:hover,
.product-currencies-nav .active a {
  position: relative;
  background: #cef373;
  outline: 0;
  color: #1e293b;
}


.navtop
  {
  margin-top: -22px;
  margin-bottom: 11px;
  margin-right: 14px;
  }

.product-options small {font-size:30%;color:#999;}
.pricing-options__getintouch td {border-bottom-left-radius: 8px;border-bottom-right-radius:8px;}
.product-options-wrapper footer {
  position: relative;
  z-index: 1;
  background: #FFF url("../img/pricing/footer-bg.gif") repeat-x bottom;
  text-align: center;
  font-size: 18px;
  padding: 30px 0;
  border-top: 1px solid #DFE2E5;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
}
.product-options-wrapper footer p {
  margin: 0;
}

.product-options {
  clear:both;
}
.product-options:after {
  content: "";
  display: table;
  clear: both;
}
.feature .fa {margin:5px 10px 50px 0;display:block;color: #79BC41}
.pricing-on-prem .feature .fa {margin-bottom: 18px;}

.pricing-page .feature .fa {float:left;}
.home-page .feature .fa {float:left;}

.feature td {text-align:left;font-size:15px;}
.feature td:before,.summary td:before  {content:" ";display:block;float:left;height:105px;} /* Force table cell height */
.pricing-on-prem .feature td:before {height: 53px;}
.pricing-on-prem .summary td:before {height: 33px;}


.pricing-options {
  border: none;
  margin-top:15px;background:#f6f6f6;border-radius:12px;margin-bottom:40px;
}
.pricing-options__header--colour-1
	{
	width:24% !important;
	}
.pricing-options__header--colour-6,.pricing-options__header--colour-7

	{
	width:38% !important;
	}

.pricing-options td {
  padding: 10px 16px;
}

.pricing-options__prices:before {
  border-color: #fff transparent transparent transparent;
  bottom: -10px;
}


.pricing-options__label {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
}

.pricing-options__checkbox {
  display: inline-block;
  width: auto !important;
}

.pricing-options__prices
  {
  padding: 30px 15px;
  }

.pricing-options__fees {
  font-size:285%;
  letter-spacing: -0.09rem;
}
.pricing-options__fees strong {
  font-weight: 600;
}
.pricing-options__heading .strong-emphasised {
  font-size: 120%;
}

.product-enquiry-form-wrapper {
  margin: 0 auto;
}
.product-enquiry-form-wrapper h2 {
  margin: 0 0 20px;
}
.product-enquiry-form-wrapper hr {
  margin: 25px 0;
}
.product-enquiry-form-wrapper #questions {
  height: 138px;
  margin-bottom: 40px;
}
.product-enquiry-form-wrapper .form-controls {
  margin-top: 0;
}
.pricing-options .disabled td 
  {
  color: #aaa;
  }
.disabled .fa
  {
  color: #ddd;
  }
.disabled td:before
  {
  content: "\f05e";
  font-family: "Font Awesome 6 Sharp";
  color: #ddd;font-size:45px;margin-left:-4px;line-height:40px;width: 0;
  }
.disabled a
  {
  visibility: hidden;
  }
/* Testimonials Page */
.featured-testimonial {
  text-align: center;
  padding-left: 0;
  margin-bottom: 75px;
}
.featured-testimonial .testimonial-logo {
  width: 100%;
  float: none;
  margin: 0 0 30px;
}
.featured-testimonial blockquote {
  max-width: 90%;
  margin: 0 auto;
}

/* Feature List Pages */
.feature-page-header {
  text-align: center;
  /* <hr />'s directly following the page header */
}
.feature-page-header + hr {
  margin-top: 11px;
}

/* Uses display: table; to keep the image and the content the same height and vertically aligned */
.feature {
  *zoom: 1;
}

.feature h3 {
  margin-top: 0;
  margin-bottom: 8px;
}
.feature p {
  margin-top: 0;
}

.feature-image {
  width: 170px;
  /* Move the image in to the padding to avoid text in .feature-inner wrapping around it */
  margin-bottom: 0;
  display: block;
  text-align: center;
}
.feature-image img {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.feature-inner {
  display: table-cell;
  vertical-align: middle;
}

/* The Get ResourceSpace Page */
.download-wrapper .well {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #D6DADD;
  background: #FFF;
  padding: 16px;
  /* Remove the top margin from the headings that are direct descendants (>) */
}
.download-wrapper .well > h2:first-child,
.download-wrapper .well > h3:first-child {
  margin-top: 0;
}
.download-wrapper .well-alternate {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZmNmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZjVmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8fcff), color-stop(100%, #eaf5f9));
  background-image: -moz-linear-gradient(#f8fcff, #eaf5f9);
  background-image: -webkit-linear-gradient(#f8fcff, #eaf5f9);
  background-image: linear-gradient(#f8fcff, #eaf5f9);
}

.download-info {
  margin-left: -10px;
  min-height: 325px;
  /* Align the bottom of the info box with the download box on the right */
}
.download-info hr {
  margin: 28px 0;
}

/* Blog Page */
.blog-article {
  margin-bottom: 20px;
}
.blog-article header {
  text-align: center;
  font-size: 12px;
  max-width: 80%;
  /* Avoid overlapping the arrow on the left hand side of .blog-article-inner */
  margin: 0 auto;
}
.blog-article header a {
  display: block;
}
.blog-article header img {
  border: 1px solid #DADCDF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-bottom: 8px;
}
.blog-article hr {
  margin-bottom: 10px;
}
.blog-article footer {
  font-size: 14px;
  *zoom: 1;
}
.blog-article footer:after {
  content: "";
  display: table;
  clear: both;
}
.blog-article footer p {
  margin: 5px 0 0;
}

.blog-article-inner {
  background: #FFF;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  position: relative;
  border: 1px solid #DADCDF;
  /* Arrow to the left of the article */
}
.blog-article-inner:before {
  content: url("../img/blog/article-arrow.png");
  display: block;
  position: absolute;
  top: 31px;
  left: -32px;
}

.blog-article-date {
  color: #6e6e6e;
}

.blog-article-meta {
  float: right;
}

.userlistbox
  {
  width:192px;
  height:200px;
  text-align:center;
  float:left;
  vertical-align: middle;
  display: inline-block;
  margin:10px 30px;
  position: relative;
  }
  
.userlistpic
  {  
  max-height: 80%;  
  max-width: 90%;
  width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
  }
  
.home-page .userlistpic, .pricing-page .userlistpic, .sector-page .userlistpic
  {
  filter: grayscale(100%) contrast(1.2);
  }

.products-wrapper .userlistbox, .home-page .userlistbox, .sector-page .userlistbox
  {
  width:120px;
  height:120px;
  }

.knowledge-base code
  {
  overflow:auto;max-height:500px;background-color:#333;font-size:90%;display:block;color: white;
  padding:5px;
  overflow-wrap: break-word;
  }

.knowledge-base-content img {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* MODIFICATIONS JD */
  .knowledge-base-content img {
    max-width:100%;
    margin-right:5px;
    box-shadow: #929292 3px 3px 10px;
  }
  .knowledge-base-content video {
    width:100%;
    margin-right:5px;
    box-shadow: #929292 3px 3px 10px;
  }
  .knowledge-base-content .accordion-item-content,.hidden {
    display:none;
  }
  .home-page .slide {
    height: 530px;
  }

  .home-page .hero .page-section-inner {
      bottom: 0;
      height: 600px;
  }
  .header-wrapper .page-header {
    margin: 0 auto;
    width: 1260px;
  
  }
  .home-page .slide {
    min-width: 1200px;
    overflow: hidden;
  } 

@media(max-width:1600px) {

  .longnav {display:none !important;}
  }

@media(max-width:1200px) {
  .header-wrapper{
    min-width:1200px;
    position:absolute;
  }
  .hero,body {
    width:1200px;
  }
}
  
@media(max-width:1100px) {
  .home-page .hero .page-section-inner {
  width: 1035px;
  }
  .home-page .col-4 {
    width:324px;
  }
  .home-page .primary-content-header img {
    width: 100%;
  }
}

.infopanel
  {
  background: #FFF;
  padding: 1em;
  margin-bottom: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #D7DADD;
  background: #FFF;
  }
  
.infopanel h2
  {
  margin-top:0;
  font-size:1.5em;
  }
  
.appliance-page .hero {
  height: 302px;
}
.appliance-page .primary-content {
  margin-top: -244px;
}
.feed img
  {
  max-width:100%;height:auto;
  }
.feed h1
  {
  margin:0;
  }
.feed .blog-article-date
  {
  margin:15px 0 0 0;
  text-transform: uppercase;
  }
.navsearch
  {
  float:right;padding-top:8px;
  }
.navsearch input[type="search"]
  {
  width: 150px;
  padding:1px 5px;
  height: 26px;
  }

.navsearch .btn
  {
  height: 30px;
  padding: 4px 14px;
  }
.navsearch form
  {
  margin:0 10px;padding:0;
  }
  
.terms
  {
  overflow-y:scroll;
  height:200px;
  border: 1px solid #D6DADD;
  border-radius: 5px;
  padding: 0 20px 35px 20px;
  background: #FFF;
  font-size:90%;
  }
.terms ol { counter-reset: item }
.terms ol li { display: block }
.terms ol li h3:before { content: counters(item, ".") "  "; counter-increment: item }
.terms .list_no_headers li:before { content: counters(item, ".") "  "; counter-increment: item; f}
.terms h3 {font-size:18px;}
  
#buy-online-form
    {
    display:none;margin:0;padding:20px;
    background-color: #F5F5F5;
    background: #FFF url("../img/pricing/header-bg.gif") repeat-x bottom;
    }
.buy-online-summary
  {
  background-color: #F5F5F5;
  background: #FFF url("../img/pricing/header-bg.gif") repeat-x bottom;
  }
.buy-online
  {
  margin-top:20px;display:block;width:95px;
  }
#buy-online-annual, #buy-online-setup, #buy-online-total
  {
  text-align:right;
  }
  
.testimonial-slideshow img
  {
  max-width:100px;
  max-height:60px;
  }
  
.responsive-menu-icon {display:none;}

.trialform {width:600px;padding-top:15px;padding-bottom: 5px;padding-right: 20px;border-radius:5px;}

.downloadform {padding-left:15px;border-radius:15px;background-color: white;}
.downloadform input {max-width: 494px;}

.product-options-responsive {display:none;}

/* Blocks which have a background colour and some padding */
.side-nav {
width:274px;
  padding: 20px 20px;
  margin-right:30px;
  background: #FFF;
  xborder-top: 1px solid #DFE2E5;
  overflow: hidden;
  margin-bottom:30px;
  border-radius:5px;
}

.feed-page .side-nav h2 {font-size:18px;margin-bottom:15px;margin-top:0;font-weight:bold;}
.side-nav .article-link {display:block;border-top:1px solid #bbb;padding-top:10px;padding-bottom:10px;}
.side-nav strong {display:block;}
.side-nav .date {color:#888;xfont-weight:normal;font-size:12px;margin-top:4px;text-transform: uppercase;}
.side-nav .rssfeed {float:right;margin:5px 0;padding:0;}

.trial-page .testimonial {font-size:20px;}
.trial-page .testimonial-citation {font-size:16px;}

.feature-box .fa,.feature-box .fab,.feature-box .far {font-size:140px;height:170px;}
.fa-feature-icon {font-size:190px;color: #0A91C9;}

.community-page .video-js
  {
  width: 1060px !important;
  height:596px !important;
  }

.row_highlight
	{
	background-color: #e9f8ff;
	}
.code, pre
	{
	background-color: #333;
    color: white;
	border-radius: 5px;
	padding:15px;
	} 
.svn pre
    {
    width: 75%;
    } 
.codecomment
	{	
	color: #090;
	}


/* Book for whitepaper download */
.whitepaper-page .col-4 {text-align: center;}
.bookwrap {width:200px;height:283px;background-color:#fff;perspective:800px;text-align:left;margin-left:100px;border: 1px solid #999;}
.booksoon {width:200px;height:283px;border:1px dashed #999;background-color:rgba(255,255,255,0.3);perspective:800px;text-align:left;margin-left:70px;}
.book {position: absolute;transition: 0.5s;-webkit-transform-style: preserve-3d;width:200px;height:283px;box-shadow: 0 0 1px #fff;transform-origin: left;border:1px solid #999;}
.book:hover {transform: rotateY(-26deg); box-shadow: 8px 0 8px rgba(150,150,150,0.3); }
.casestudies-page .col-4 h2 {font-size:20px;font-weight:bold;text-align:left;}

.footer-logo {float:left;margin-right:20px;}


.feature-image .fa,.feature-image .far,.feature-image .fab
  {
  font-size: 80px;
  color: #000;
  background-color:#cef373;
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  padding: 20px;
  }

.sector-page .hero {

  padding-top: 0;
  background: #555 url(../img/content/sectors/product-hero.jpg) no-repeat 0 0;  
  background-size: cover;
}
.sector-page .hero-details {
  padding:20px 0 20px 0;
  margin-top:0;
  text-align: left;
  color: white;
  height:368px;
}
.sector-page .hero-details h2 {
  font-weight: 300;  
  font-size: 60px;
  color: #FFF;line-height: 1;
  margin-top:230px;
}
.sector-page .hero-details h1 {
  font-weight: 300;  
  font-size: 60px;
  color: #FFF;line-height: 1;
  margin-top:230px;
}

.sector-link, .sector-link:visited, .sector-link:hover
  {
  display:block;
  color:white;
  font-size: 40px;line-height: 1;
  font-weight: 300;
  padding:20px;
  border-radius:20px;
  margin-bottom:30px;
  background-size: cover;
  background-position: 0 -50px;
  }
.sector-page .primary-content
  {
  padding-bottom:0;
  }
.casestudies-page .col-4 p {margin-top:-20px;}


.release-config
  {
  list-style-type: none;
  padding-left: 40px;
  }
  
.release-config .config:before
  {    
  font-family: 'Font Awesome 6 Pro';
  content: '\f0ad';
  margin:0 5px 0 -28px;
    background-color: #eee;
    border-radius: 6px;
    padding: 3px 4px;
    font-weight: 900;

  }

.release-config .default:before
  {    
  font-family: 'Font Awesome 6 Pro';
  content: '\f164';
  margin:0 5px 0 -28px;
    background-color: #eee;
    border-radius: 6px;
    padding: 3px 4px;
    font-weight: 900;
  }

.releasekey .fa
  {
      background-color: #eee;
    border-radius: 6px;
    padding: 3px 4px;
  }

.pricing-options__getintouch td {

    padding: 0 15px 30px 15px;
 }
    
    
.promo-message {
  background-color: #FFF;
  border-color: #CCC;
}
.promo-message h2 {margin-top: 10px;}
.promo-message h3 {margin-top: 10px;}
.promo-message img {float: left;padding:15px;}
.promo-message .product-price {float:right;}

.ticketinfo
    {
    border:1px solid black;
    background-color: #fff;
    padding:10px;
    margin:10px 5px 5px 5px;
    }
    
.red {background: #ffcece;}
.amber {background: #fad8be;}
.green {background: #c3ffc3;}




/* LANDING PAGE */

.landing-page .page-header
    {
    display: none;
    }

.landing-page .hero
   {
   padding: 10px 0;
   background: #1A1E33;
   height:50px;min-height: inherit;
   }

.landing-page .footer-meta
  {
  border-top: none;
  padding:0 0 30px 0;
  }

.landing-page .footer-meta-translate
  {
  margin-top: 16px;
  }

.landing-page .footer-meta-translate a
  {
  font-weight:bold;
  }
.landing-page h1
  {
  display:none;
  }
.landing-page .btn
  {
  background-image: linear-gradient(#2fe82c, #2b9a07);
  }
.landing-page .btn:hover
  {
  background-image: linear-gradient(#1fd81c, #1b8a00);
  color:white;
  }

.landing-page .userlistbox
  {
  width:170px;height:150px;
  }

.landing-testimonial
  {
  width:1000px;
  }
.landing-logos h3
  {
  font-size:20px;text-align:center;margin:0;
  }


.accordion-item-heading h2
  {
  font-size:20px;margin:0;padding:0;font-weight:bold;
  }
  
.kb_qa_popup
  {
  position:fixed;bottom:-150px;left:0;
  width:100%;text-align:center;padding:18px;
  background-color: black;
  font-weight:bold;color:white;font-size:130%;
  border: 1px solid #D6DADD;
  }

.kb_qa_popup .privacy_link
  {
  text-decoration: underline; color:white;
  }


  /* Pricing updates  */

.summary td {padding:25px 15px 5px 15px;}
.summary {min-height:130px;}
.page-header, .products-wrapper {margin-left:0;margin-right:0}
.pricing-options th:before, .pricing-options th:after,
.pricing-options__header--colour-1:before, .pricing-options__header--colour-1:after  {
    border-width: 10px 148px 0 148px !important;
}
.pricing-options-header
  {
  text-align:left;
  font-size:140%;
  letter-spacing: -0.03rem;
  font-weight: 500;
  padding-top:40px;
  }

.pricing-options__getintouch  {border:none;}
.pricing-options__getintouch td {padding:8px;text-align: center;}

#pricing-onprem .pricing-options__getintouch td {background-color:#e7f8ff;}

.pricing-options__getintouch .btn {border-radius:8px;text-align: center;padding: 15px 35px;}


.pricing-options__prices {position:relative;}

  .pico-content .feature-image  
    {
    width: inherit;margin:0;
    }
  .pico-content .feature-image i
    {
    color: #79BC41;
    }

.featuredlogos img
  {
  padding: 30px 20px;vertical-align: middle;
  }

  .vcenter
    {
    display: flex;justify-content: center;align-items: center;margin:0;
    }

  .vcenter article {margin:0 !important;}



  .perspective-rotate {
    animation: perspective-rotate 4s;
    animation-timing-function: ease-in-out;
  }
  @keyframes perspective-rotate { 
    0% { 
      transform: perspective(750px) rotateX(10deg) rotateY(20deg) rotateZ(-5deg);
    }
    100% { 
      transform: rotateX(0) rotateY(0);
    }
  }

.longform select
  {
  width: 97%;
  height: 42px;
  }




















/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border: 1px solid #eee;
  z-index: 1;
  border-radius:8px;
  margin-left:-61px;
}

/* Links inside the dropdown */
.dropdown-content a {
  xcolor: #000 !important;
  padding: 11px 25px;
  text-decoration: none;
  display: block;
  line-height: 120%;
  font-size: 18px;
}

.dropdown-grid
  {
  width:498px;margin-left:-210px;
  }
.dropdown-grid a
  {
  width:126px;height:130px;float: left;text-align: center;padding: 8px 20px;
  }

.dropdown-grid .wider
  {
  width:209px;height:130px;float: left;text-align: center;
  }


/* FontAwesome icons */
.dropdown-content a i { color: #0A91C9; min-width:33px;font-size:140%;line-height:120%;margin: 0 8px 0 -10px;}

.dropdown-grid a i { width:50px;font-size:280%;line-height:120%;margin: 10px 25px 8px 22px;}

.dropdown-grid .wider i
  {
    margin: 10px 73px 8px 73px;
  }

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #eee;border-radius:8px;color: #8dbc41 !important;}
.dropdown-content a:hover i {color: #8dbc41 !important;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}


.sector-page .well {margin:0 -40px 0 -40px;;padding-bottom: 20px;}

@media print { 
.secondary-nav-wrapper, #ResourceMinBot, #ResourceBot, .btn, .footer-wrapper, .page-header, .accordion, video, .page-cta, #qa { 
  display: none!important;
 } 
}
.sector-page .well
  {
  background-color: #eee; border-radius: 8px;padding: 30px;
  }
.testimonials-page-footer .well 
  {
  background-color: transparent;
  }

#searchglass
  {
  position: relative;
  z-index: 1;
  left: -25px;
  top: 1px;
  color: #7B7B7B;
  cursor:pointer;
  width: 0;
  }

.borderimage
  {
  border:5px solid white;
  }

.bcorp
 {
 padding: 20px 0 0 30px;
 }

.termsreview
 {
  width:100%;height:400px;overflow-y:scroll;border:1px solid black;background-color:white;
 }

 .termslist ol { counter-reset: item }
 .termslist ol li { display: block }
 
 .termslist ol li h3:before { content: counters(item, ".") "  "; counter-increment: item }
 .termslist .list_no_headers li:before { content: counters(item, ".") "  "; counter-increment: item; font-weight: bold;}

.breadcrumbs {margin:0 0 30px 0;padding:0;transform: skewX(-15deg);}
.breadcrumbs li {display:inline;margin-right:10px;padding:5px 10px;font-size:90%;background-color:white;}

.stat_block {font-size: 100px;width:275px;float:left;margin:20px;font-weight:bold;}
.stat_block p {font-size:20px;padding:0;margin:0;}
.stat_block .unit {font-size:50px;}

.price-feature
 {
 background-color:white;
 display:none;
 z-index: 999;
 padding:20px;
 position:static;
 box-shadow: 7px 7px 10px #999;
 border-radius: 5px;
 }

 .ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog
  {
  z-index: 1000 !important ;
  }

.ui-accordion .ui-accordion-header
  {
  display: block;
  cursor: pointer;
  }

.version-content
  {
  padding: 20px;
  }

.sideimage  
  {
  float: right; margin: 50px 0 0 30px;clear: right;
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  }

.about-page .testimonial-logo
  {
  width:139px;
  margin-left: -183px;
  }
.about-page .testimonial
  {
  padding-left: 189px;

  }

  #overlay-fade
    {
    background: linear-gradient(to right, transparent 0%, white 70%);
    position:absolute;
    width:300px;height:358px;
    right:0;top:0;
    z-index: 2;
    }

.team-image
{
position: relative;
}

.hover-img
{
visibility:hidden;position:absolute;top:47px;left:55px;display:none;
}
.extranet-page .hover-img
  {
  left:75px;
  }

.team-image:hover .base-img
  {
  visibility: hidden;
  }
.team-image:hover .hover-img
  {
  visibility: visible;
  border-radius: 50%; /* Keep the hover image circular */
  border:4px solid white;
  object-fit: cover; /* Ensure the hover image fits nicely */
 }

/* Chevrons in accordions */
.ui-accordion .ui-accordion-header::before {
font-family: "Font Awesome 6 Pro";
content: "+";
float: right;
padding-left:1em;
}

.ui-accordion .ui-accordion-header-active::before {
font-family: "Font Awesome 6 Pro";
content: "-";
float: right;
padding-left:1em;
}

.feature-page video, .sector-page video
  {
  filter: hue-rotate(-15deg) brightness(1.1);
  }

.deck
  {
  position: relative;height:600px;margin-top:30px;
  }

.card
  {
  width:320px;height:410px;border-radius:15px;background-color:#f2f2f2;position: absolute;cursor:pointer;
  padding:25px;color: black;
  box-sizing: border-box;
  transition: top 0.4s ease, left 0.4s ease, transform 0.4s ease;
  user-select: none;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2); 
  }

.card .cite
  {
  top:330px;position:absolute;font-size:70%;
  }

.card .cite-image img
  {
  max-height:60px;max-width:100px;filter:grayscale(1) brightness(0);
  }
.card .cite-image
  {
  width: 110px;float:left;
  }
.card .cite-name
  {
  width:150px;font-size:14px;float: right;border-bottom: 1px solid;padding-bottom:4px;margin-right:25px;
  }
.card .cite-title
  {
    width:150px;font-size:10px;float: right;padding-top:6px;margin-right:25px;
  }
.card:nth-child(3)  img, .card:nth-child(2)  img
  {
  filter: grayscale(1) brightness(0) invert(1);
  }

 .card .quote
  {
  font-size:22px;
  font-weight: 500;
  letter-spacing: -0.03rem;
  line-height: 120%;
  margin:8px 0 0 0;padding:0;
  }

.card:nth-child(1)
  {
  transform:rotate(-10deg);
  background-color: #b8c9dd;
  top:120px;left:30px;
  }

.card:nth-child(2)
   {
  transform:rotate(-8deg);
  background-color: #5d77c0;
  top:30px;left:120px;
  color: white;
  }

.card:nth-child(3)
  {
  transform:rotate(0.5deg);
  background-color: #d35b5b;
  top:30px;left:440px;
  color: white;
  }

.card:nth-child(4)
   {
  transform:rotate(9deg);
  top:30px;left:780px;
  }

.card:nth-child(5)
   {
  transform:rotate(9deg);
  background-color: #f1a9a9;
  top:150px;left:830px;
  }

.card:nth-child(6)
   {
  transform:rotate(15deg);
  top:30px;left:900px;
  background-color: #cef373;
  }

.warrant 
  {
  float: right;margin:10px 0 20px 0;opacity: 0.9;
  }
.home-page .actionbuttons-tighter
    {
    margin-top:37px;
    }


  /* Slanted buttons */

  .slant {
    display: inline-block;
    padding: 12px 25px 12px 17px;
    background-color: #1e293b; /* navy style */
    color: white !important;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-bottom-right-radius: none;
    clip-path: polygon(0% 0%, 89% 0%,100% 100%, 0% 100%);
    transition: background-color 0.3s;
    border-radius: 5px;
  }
  .slant:hover
    {
    color: white !important;
    background-color: #525f74;
    }
  .slant.alt {
    background-color: #cef373; /* lime-green style */
    color: #1e293b !important;
    clip-path: polygon(0% 0%, 100% 0%,100% 100%, 10% 100%);
    margin-left:-5px;
    padding: 12px 17px 12px 25px;
  }
  .slant.alt:hover {
    background-color: #e8ffae; /* lime-green style */
  }
.left {float: left !important;}
.right {float: right !important;}


.featureanimouter
  {
  width: 580px;
  height: 800px;
  padding: 20px;
  background-image: url("../img/trial/signup.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom;
  border-radius: 35px;
  margin-top: 10px;
  animation: panBackground 4s ease-out forwards;
  }

.featureanim
  {
background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22582%22%20height%3D%22494%22%20viewBox%3D%220%200%20582%20494%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20transform%3D%22scale(-1%2C1)%20translate(-582%2C0)%22%20d%3D%22M32%20494C14.3268%20494%206.1363e-06%20479.673%204.98558e-06%20462L-1.28895e-05%20187.47C-1.38094e-05%20173.343%209.26442%20160.887%2022.7949%20156.823L540.341%201.37606C560.875%20-4.79131%20581.546%2010.5836%20581.546%2032.0235L581.546%20462C581.546%20479.673%20567.219%20494%20549.546%20494L32%20494Z%22%20fill%3D%22%23CEF373%22/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  transform: scaleX(-1);
  height:90%;
  display: flex;
  align-items: flex-end;
  padding:40px;
  opacity: 0;
  animation: fadeSlideIn 2s ease-out forwards;
  animation-delay: 0.5s; /* optional delay */
  }

 .featureanimcontent
  {
  display: inline-block;
  overflow: hidden;
  position: relative;
  }
.featureanimcontent::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  height: 100%;
  width: 100%;
  background: #cef373; /* match background */
  animation: wipe 1s forwards;
  animation-delay: 1.5s; /* optional delay */
  border-left:5px solid black;
}
  
.featureanim h2 
  {
  color: #1e293b;
  line-height:normal;
  font-size:2.5em;
  }

.featureanim p 
  {
  color: #1e293b;
  margin: 0;
  max-width:100%;
  font-weight: 500;
  }

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes wipe {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes panBackground {
  from {
    background-position: 30% bottom;
  }
  to {
    background-position: right bottom;
  }
}

.extraspace 
  {
  margin-top:40px;
  }

.morespace 
  {
  margin-top:70px;
  }
