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

.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 {
  line-height: 1.25;
  color: #4E5557;
  background: #f3f3f3;
}

/* 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;
}

.col-1 {
  width: 70px;
}

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

.col-2 {
  width: 160px;
}

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

.col-3 {
  width: 250px;
}

.col-4, .footer-meta-translate {
  width: 340px;
}

.col-5 {
  width: 430px;
}

.col-6 {
  width: 520px;
}

.col-7 {
  width: 610px;
}

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

.col-9 {
  width: 790px;
}

.col-10 {
  width: 880px;
}

.col-11 {
  width: 970px;
}

.col-12 {
  width: 1060px;
}


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

h1,h2,h3,h4,h5,h6,.h1  {
  font-weight: 400;
  margin: 1.25em 0 0.625em;
  letter-spacing: -0.03rem;
}

/* Bold Weights */
h3,h4,
b,
strong,
dt,
a,
.btn, .hs-button,
.main-nav a,
.well.download .download-or,
.page-footer h2, .page-footer-header,
.pricing-options__header--colour-1,
.blog-article-date,
.terms .list_no_headers li:before,
.tel-numbers .strong-emphasised,
.product-options-wrapper h2 .strong-emphasised,
.slide-inner p,
.field h4,
label   {
    font-weight: 600;
}

h1, .slide-inner h2, .h1 {
  font-weight: 300;  
  font-size: 60px;
  color: #FFF;
  margin: 0 0 24px;
}
.feed-page h1 {color: black;}
/*.testimonial blockquote p {
  font-family: "WorkSansLight", sans-serif;  
  font-weight: normal; 	
}*/

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

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

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

hr {
  border: none;
  background: url("../img/hr/full-width.png") no-repeat center 0;
  background-size: 100% 2px;
  height: 2px;
  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;
/*   color: #68AA30; */
  text-decoration: none;
}

a:hover {
  color: #065c80;
}

.btn, .hs-button {
  background: #048FCA;
  xbackground-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0OGZjYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0N2RiMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #048fca), color-stop(100%, #047db1));
  background-image: -moz-linear-gradient(#048fca, #047db1);
  background-image: -webkit-linear-gradient(#048fca, #047db1);
  background-image: linear-gradient(#048fca, #047db1);
  color: #FFF;
  font-size: 18px;
  padding: 10px 28px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  white-space: nowrap; 
}
.btn:hover {
  text-decoration: none;
  background: #047DB1;
  color: #BEE896;
}
.btn:focus {
  outline: 1px dotted #046A96;
}
.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 {
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.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-image: linear-gradient(#048fca, #047db1);
  background: #555;
}
.btn-grey:hover {
  background: #333;
}
.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: 95%;
  border: 1px solid #D6DADD;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  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 {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 3;
}

.page-header {
  background: #191E32;
  padding: 10px 20px;
  *zoom: 1;
}
.page-header:after {
  content: "";
  display: table;
  clear: both;
}

.page-header-right {
  float: right;
}

.logo {
  display: block;
  float: left;
  background: url(../img/RS_coloured_white.svg) no-repeat 50% 50%;
  background-size: 110%;
  width: 240px;
  height: 60px;
}

.logo img {
  display: none;
}

/* Main Navigation */
.main-nav {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 16px;
}
.main-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 16px 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: #FFF;
  line-height:30px;
}
.main-nav a:hover,
.main-nav .active a {
  color: #BEE896;
  color: #79BC41;
}
.main-nav .btn {
  font-size: 16px;
}
.main-nav .btn:focus {
  outline: 1px dotted #FFF;
}

/* Home Page Hero Slider */
.hero-slider {
  position: relative;
  overflow: hidden;
}

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


.home-page .slide-image, .hero-feature-img {
    display: none;
}
.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 {
  background: #FFF;
  padding: 5px 0 1px;
  margin-bottom: -1px;
}

.secondary-nav {
  font-size: 15px;
  margin: 0;
}
.secondary-nav ul {
  margin: 0 0 0 -15px;
  /* 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 -1px 15px;
  /* Equal to padding + border on active link */
}
.secondary-nav a {
  display: block;
  padding: 0.75rem 0.25rem;
  color: #888;
}
.secondary-nav .active a {
  color: #0A91C9;

  border-bottom: 4px solid #0A91C9;
  /* Add a transparent border so there's no jump when the active class is added */
  /*border-color: #066B97;*/
  /*background-color: #0982B7;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0OGVjOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA5ODJiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #048ec9), color-stop(100%, #0982b7));
  background: -moz-linear-gradient(#048ec9, #0982b7);
  background: -webkit-linear-gradient(#048ec9, #0982b7);
  background: linear-gradient(#048ec9, #0982b7);
  position: relative;
  color: #FFF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;*/
  /* Arrows */
  /* Bottom layer arrow */
  /* Top layer arrow */
}
/*.secondary-nav .active a:before, .secondary-nav .active a:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
}
.secondary-nav .active a:before {
  bottom: -23px;
  width: 34px;
  height: 18px;
  margin-left: -17px;
  background: url("../img/secondary-nav/white-arrow.png");
}
.secondary-nav .active a:after {
  bottom: -13px;
  width: 24px;
  height: 13px;
  margin-left: -12px;
  background: url("../img/secondary-nav/blue-arrow.png");
}*/

/*
 * 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: 18px;
  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: 100%;
}
.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;
  width: 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;
  background: #FFF;
  xborder-top: 1px solid #DFE2E5;
  overflow: hidden;
}

.well-alternate {
  background: #F0F8FB;
}

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

.hero {  
/*
  background: rgb(6, 99, 221);
  background: linear-gradient(140deg, #0875a3 30%, #5d9ab4 75%);
  */
  background: rgb(6, 99, 221);
  background: linear-gradient(140deg, #694 30%, #9b6 80%);

  padding-top: 95px;
  min-height: 130px;
}

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

 .hero h1 {color: #fff; }

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

.primary-content-header {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 70%;
}

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 .hero {
  padding-top: 0;
}
.home-page .hero-feature-img {
  min-width: 0;
  min-height: 0;
  position: static;
  width: auto;
}
.home-page .hero-video-wrapper {
  position: absolute;
  top: 23px;
  left: 21px;
  width: 528px;
  height: 296px;
  background: #000;
}
.home-page .hero-details  
  {
  float:right;
  width:50%;
  margin-top:130px;
  color: white;
  font-weight: 300;
  }
.home-page .primary-content-header
  {
   max-width:95%;color:#3a4549;font-size:33px;margin-top:65px;
  }
.home-page .hero-details .btn {padding-left: 14px; padding-right: 14px;}
.home-page .hero-details h2 {
  line-height: 1;
  font-size: 60px;
  text-align:center;
  font-weight: 300;
}
.home-page .hero-details p
  {
  margin-top:30px;
  text-align:center;
  font-size:30px;
  }
.home-page .primary-content {
  padding: 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 */
.pricing-page {
  /* Bring the main content up above the height of the hero to allow the full texture to show through */
}
.pricing-page .hero {
  height: 190px;
}
.pricing-page .primary-content {
  margin-top: -120px;
}
.pricing-page {background-image: linear-gradient(#ccc , #f3f3f3, #f3f3f3);}

.product-currencies-nav {
  border: 1px solid #D5DAD8;
  background: #F5F5F5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  *zoom: 1;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-top: 14px;
  font-size: 14px;
  float:right;
  line-height: 1;
  /* Arrows at the top center of each product */
}
.product-currencies-nav:after {
  content: "";
  display: table;
  clear: both;
}
.product-currencies-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-currencies-nav li {
  float: left;
  border-right: 1px solid #FFF;
  border-left: 1px solid #D5DAD8;
  margin-bottom: 0;
}
.product-currencies-nav li:first-child {
  border-left: none;
}
.product-currencies-nav li:first-child a {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
  /* Avoid the background overlapping the border-radius on .product-currencies-nav */
}
.product-currencies-nav li:last-child {
  border-right: none;
}
.product-currencies-nav li:last-child a {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
  /* Avoid the background overlapping the border-radius on .product-currencies-nav */
}
.product-currencies-nav a {
  display: block;
  background-color: #F5F5F5;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background: -moz-linear-gradient(#ffffff, #f5f5f5);
  background: -webkit-linear-gradient(#ffffff, #f5f5f5);
  background: linear-gradient(#ffffff, #ffffff, #f5f5f5);
  font-weight: normal;
  padding: 6px 20px;
}
.product-currencies-nav a:hover,
.product-currencies-nav .active a {
  position: relative;
  xbackground: #EBF5F9;
  color: #3a4549;font-weight:bold;
  outline: 0;
}


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


.product-currencies-nav .icon {
  padding-left: 47px;
  background-position: 20px center;
  background-repeat: no-repeat;
}
.multiplebgs .product-currencies-nav .icon {
  background-position: 20px center, 0;
  background-repeat: no-repeat, repeat;
}
.product-currencies-nav .icon.gb-flag {
  background-image: url("../img/icons/gb-flag.jpg");
}
.multiplebgs .product-currencies-nav .icon.gb-flag {
  background-image: url("../img/icons/gb-flag.jpg"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: url("../img/icons/gb-flag.jpg"), linear-gradient(#ffffff, #ffffff, #f5f5f5);
  background-size: auto;
}
.product-currencies-nav .icon.europe-flag {
  background-image: url("../img/icons/europe-flag.jpg");
}
.multiplebgs .product-currencies-nav .icon.europe-flag {
  background-image: url("../img/icons/europe-flag.jpg"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: url("../img/icons/europe-flag.jpg"), linear-gradient(#ffffff, #ffffff, #f5f5f5);
  background-size: auto;
}
.product-currencies-nav .icon.usa-flag {
  background-image: url("../img/icons/usa-flag.jpg");
}
.multiplebgs .product-currencies-nav .icon.usa-flag {
  background-image: url("../img/icons/usa-flag.jpg"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: url("../img/icons/usa-flag.jpg"), linear-gradient(#ffffff, #ffffff, #f5f5f5);
  background-size: auto;
}
.product-currencies-nav .icon.gb-flag:hover,
.product-currencies-nav .active .icon.gb-flag {
  background-image: url("../img/icons/gb-flag.jpg");
}
.multiplebgs .product-currencies-nav .icon.gb-flag:hover, .multiplebgs
.product-currencies-nav .active .icon.gb-flag {
  background-image: url("../img/icons/gb-flag.jpg"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZmNmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZjVmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: url("../img/icons/gb-flag.jpg"), linear-gradient(#f8fcfe, #ebf5f9);
  background-size: auto;
}
.product-currencies-nav .icon.europe-flag:hover,
.product-currencies-nav .active .icon.europe-flag {
  background-image: url("../img/icons/europe-flag.jpg");
}
.multiplebgs .product-currencies-nav .icon.europe-flag:hover, .multiplebgs
.product-currencies-nav .active .icon.europe-flag {
  background-image: url("../img/icons/europe-flag.jpg"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZmNmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZjVmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;

  background-image: url("../img/icons/europe-flag.jpg"), linear-gradient(#f8fcfe, #ebf5f9);
  background-size: auto;
}
.product-currencies-nav .icon.usa-flag:hover,
.product-currencies-nav .active .icon.usa-flag {
  background-image: url("../img/icons/usa-flag.jpg");
}
.multiplebgs .product-currencies-nav .icon.usa-flag:hover, .multiplebgs
.product-currencies-nav .active .icon.usa-flag {
  background-image: url("../img/icons/usa-flag.jpg"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZmNmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZjVmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: url("../img/icons/usa-flag.jpg"), linear-gradient(#f8fcfe, #ebf5f9);
  background-size: auto;
}

.product-options-wrapper {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  clear:both;
}
.product-options-wrapper h2 {
  font-size: 26px;
  margin: 0 0 3px;
}
.product-options-wrapper header {
  padding: 20px;
  background-color: #F5F5F5;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  background-image: linear-gradient(#fff, #e0e0e5);
  border-radius:8px;

}
.product-options-wrapper header p {
  margin: 0 0 15px 0;
}
.product-options small {font-size:50%;}
.product-options td,.product-options th,.product-options tr {border:none;}
.product-options th {border-top-left-radius: 8px;border-top-right-radius:8px;}
.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 {
  *zoom: 1;
}
.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:14px;}
.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:none;box-shadow: 3px 5px 10px #0003;border-radius:8px;margin-bottom:40px;
}
.pricing-options th {
  color: #fff;
  border-color: #fff;
  padding-bottom: 10px;
  padding-top: 20px;
  position: relative;
  text-transform: uppercase;
  xwidth: 19%;
}
.pricing-options__header--colour-1
	{
	width:24% !important;
	}
.pricing-options__header--colour-6,.pricing-options__header--colour-7

	{
	width:38% !important;
	}

.pricing-options th:before, .pricing-options th:after {
  content: '';
  border-style: solid;
  border-width: 10px 138px 0 138px;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 2;
}
.pricing-options th:before {
  border-color: #fff transparent transparent transparent;
  bottom: -10px;
}
.pricing-options th:after {
  bottom: -10px;
}
.pricing-options tr {
  border-color: #fff;
}
.pricing-options td {
  /*border-color: #fff;*/
  padding: 10px 16px;
  /*box-shadow: inset 2px 2px 0px 0px #ebebeb;*/
}
.pricing-options td:first-child {
  /*box-shadow: inset 1px 2px 0px 0px #ebebeb;*/
}
.pricing-options td:last-child {
  border-right: none;
}

.pricing-options__header {
  box-shadow: none !important;
}

.pricing-options__header--colour-1 {
  color: #fff;
  background: #999;
  position: relative;
  text-transform: uppercase;
  xwidth: 22.727272727%;
}
.pricing-options__header--colour-1:before, .pricing-options__header--colour-1:after {
  content: '';
  border-style: solid;
  border-width: 10px 138px 0 138px !important;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 2;
}
.pricing-options__header--colour-1:before {
  border-color: #fff transparent transparent transparent;
  bottom: -10px;
}
.pricing-options__header--colour-1:after {
  border-color: #999 transparent transparent transparent;
  bottom: -10px;
}

.pricing-options__header--colour-2 {
  background: #9fd1e8;
}
.pricing-options__header--colour-2:after {
  border-color: #9fd1e8 transparent transparent transparent;
}

.pricing-options__header--colour-3 {
  background: #7ec3e2;
}
.pricing-options__header--colour-3:after {
  border-color: #7ec3e2 transparent transparent transparent;
}

.pricing-options__header--colour-4 {
  background: #62b6db;
}
.pricing-options__header--colour-4:after {
  border-color: #62b6db transparent transparent transparent;
}

.pricing-options__header--colour-5 {
  background: #0a8fca;
}
.pricing-options__header--colour-5:after {
  border-color: #0a8fca transparent transparent transparent;
}

.pricing-options__header--colour-6 {
  background: #7ec3e2;
}
.pricing-options__header--colour-6:after {
  border-color: #7ec3e2 transparent transparent transparent;
  border-width: 10px 208px 0 208px !important;
}

.pricing-options__header--colour-7 {
  background: #0a8fca;
}
.pricing-options__header--colour-7:after {
  border-color: #0a8fca transparent transparent transparent;
  border-width: 10px 208px 0 208px !important;
}

.pricing-options__prices:before {
  border-color: #fff transparent transparent transparent;
  bottom: -10px;
}
.pricing-on-prem .pricing-options__prices:before, .pricing-on-prem .pricing-options__header--colour-7:after, .pricing-on-prem .pricing-options__header--colour-6:after{
  border-width: 10px 260px 0 260px !important;
}


.pricing-options__row:first-child td {
  padding-top: 20px;
        /*position: relative;

        //Shadow under triangle th
        &:before {
           content: '';
           width: 0;
           height: 0;
           border-style: solid;
           border-width: 11px 85px 0 85px;

           position: absolute;
           left: 0;
           z-index: 1;

            border-color: #bbbcbe transparent transparent transparent;
            top: 0;
            z-index: 1;
        }
    }

    // Adjust width of first column triangle
    td:first-child {
        &:before {
           border-width: 11px 125px 0 125px;
        }*/
}

.pricing-options__row:nth-child(odd) td {
  background: #e4f3fa;
}
.pricing-options__row:nth-child(odd) td:first-child {
  background: #efeef4;
}
.pricing-options__row:nth-child(odd) td:nth-child(2) {
  xbackground: #ffeccc;
}

.pricing-options__row:nth-child(even) td {
  background: #eff8fd;
}
.pricing-options__row:nth-child(even) td:first-child {
  background: #f6f5fb;
}
.pricing-options__row:nth-child(even) td:nth-child(2) {
  xbackground: #fff4e2;
}

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

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

tr .pricing-options__heading,
.pricing-options__fees td {
  background: #fff;
  padding: 15px 15px;font-size: 24px;
}
.pricing-options__prices
  {
  padding: 30px 15px;
  }

.pricing-options__fees .strong-emphasised {
  font-weight: normal;
}
.pricing-options__heading .strong-emphasised {
  font-size: 120%;
}

/* Product enquiry form lightbox */
.pico-overlay {
  background-image: url("../img/textures/maze_lightbox.png") !important;
}
.feature:nth-child(even) td:first-child /* When merging just delete the next two from main sheet. */
    {
    background: #e7f8ff;
    }
.feature:nth-child(odd) td:first-child
    {
    background: #d2f2ff;;
    }

    
.pico-content {
  -webkit-animation: lightbox-show 0.25s ease-out 1;
  -moz-animation: lightbox-show 0.25s ease-out 1;
  -ms-animation: lightbox-show 0.25s ease-out 1;
  -o-animation: lightbox-show 0.25s ease-out 1;
  animation: lightbox-show 0.25s ease-out 1;
  top: 15% !important;
  max-height: 80%;
  overflow-y: auto;
}

@-moz-keyframes lightbox-show {
  from {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes lightbox-show {
  from {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes lightbox-show {
  from {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes lightbox-show {
  from {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes lightbox-show {
  from {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.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;
}

/* 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 h2 {
  margin-bottom: 21px;
}
.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 {
  font-size: 18px;
  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: #00afa7;
}

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

.userlistbox
  {
  width:225px;
  height:200px;
  text-align:center;
  float:left;
  vertical-align: middle;
  display: inline-block;
  margin:10px 20px;
  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;
  }
  

.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 {
    height: 450px;
  }
  .home-page .hero-video-wrapper {
    width: 640px;
    height: 360px;
    top: 25px;
    left: 22px;
  }
  .home-page .hero-feature {
    width: 40%;
  }
  .home-page .hero-feature-img {
    height: 500px;
  }

  .home-page .hero .page-section-inner {
      bottom: 0;
      height: 600px;
  }
  .header-wrapper .page-header {
    margin:0px;
  }
  .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
  {
  font-weight: 300;
  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;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:520px;padding-top:15px;padding-bottom: 5px;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;
	}

.page-header
	{
	 background: hsla(233,31%,15%,0.8);
/*
	 background: hsla(0,0%,100%,0.8);
	 background: #1A1E33;
*/

	}

/* 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:50px;}
.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;}
.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: 125px;
  color: #0A91C9;
  
  }
.sector-page .hero {
  height: 462px;
  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:800px;
  }
.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-image: linear-gradient(#6b4, #8c7);
  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 125px 0 125px !important;
}


.storage td, .pricing-options__getintouch td {background-color:white;border:none;position:relative;}
.storage td {background-color:white !important;padding:15px 15px 0 15px;}
.pricing-options__getintouch  {border:none;}
.pricing-options__getintouch td {padding:8px;}

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

.pricing-options__getintouch .btn {position:absolute;left:50%; top:0; margin-left:-70px;width:120px;border-radius:8px;}
.pricing-options__prices {padding-top:22px !important;}

.pricing-options__prices {position:relative;}

.pricing-options__prices:before
  {
  content: '';
  border-style: solid;
  border-width: 10px 125px 0 125px;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 2;
  border-color: #fff transparent transparent transparent;
  }

  

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

  .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: #fff;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius:6px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #777 !important;
  padding: 16px 12px;
  text-decoration: none;
  display: block;
  line-height: 120%;
  font-size: 15px;
}

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

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #eee;border-radius:6px;color: #79BC41 !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;
 } 
}



#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:205px;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; border: 8px solid white; margin: 50px 0 0 30px;clear: right;
  }

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

  }

  #overlay-fade
    {
    background: linear-gradient(to right, rgba(34, 34, 34, 0) 0%, rgb(243, 243, 243) 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:29px;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: "\f078";
float: right;
}

.ui-accordion .ui-accordion-header-active::before {
font-family: "Font Awesome 6 Pro";
content: "\f077";
float: right;
}
