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

/*
______ _     _
| ___ (_)   | |
| |_/ /_  __| | __ _  _____      ____ _ _   _
|    /| |/ _` |/ _` |/ _ \ \ /\ / / _` | | | |
| |\ \| | (_| | (_| |  __/\ V  V / (_| | |_| |
\_| \_|_|\__,_|\__, |\___| \_/\_/ \__,_|\__, | Boilerplate v1.1
                __/ |                    __/ |
               |___/                    |___/

@author Sam Bowler

Processing during development:
Navigate to ../ in CMD/Terminal and run: "compass watch"

Processing for production:
Navigate to ../ in CMD/Terminal and run: "compass compile -e production" (You may need to delete the existing CSS files for it to detect changes)

*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * 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;font-size:18px;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * 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: #fff;
}
.contact-page .primary-content:nth-child(3)
  {
  background-color: white;
  }
/* 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-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: 'Space Grotesk', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #3a4549;
}

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

/* Bold Weights */
h3,h4,
b,
strong,
dt,
a,
.btn,
.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 {
  font-weight: 300;  
  font-size: 60px;
  color: #000;
  margin: 10px 0 15px;
}

/*.testimonial blockquote p {
  font-family: "WorkSansLight", sans-serif;  
  font-weight: normal; 	
}*/

h2  {
  font-size: 27px;
  margin: 35px 0 24px;
}

h3 {
  font-size: 24px;
  }

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

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

tr {
  border-bottom: 1px solid #DFE3E6;
}

th, td {
  padding: 11px 16px;
  border-right: 1px solid #DFE3E6;
}

/* Links */
a {
  color: #0A91C9;
/*   color: #68AA30; */
  text-decoration: none;
  -moz-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
}

a:hover {
  color: #dd7c06;
}

.btn {
  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;
}
.btn:hover {
  text-decoration: none;
  background: #047DB1;
  color: #bbb;
}
.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-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: 20px 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;
  font-weight: 400;
}
.checkbox-wrapper input[type="checkbox"] {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: auto;
  margin-left: -20px;
}

input,
textarea {
  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;*/
}
.field input,.field textarea {width: 90%;}
.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/montala_white.svg) no-repeat 50% 50%;
  background-size: 100%;
  width: 130px;
  height: 60px;
}

.logo img {
  display: none;
}

/* Main Navigation */
.main-nav {
  display: inline-bock;
  zoom: 1;
  *display: inline;
  font-size: 18px;
}
.main-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 18px 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;
}
.main-nav a:hover,
.main-nav .active a {
  color: #BEE896;
  color: #dd7c06;;
}
.main-nav .btn {
  font-size: 18px;
}
.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;
  padding-top:50px;
  /* 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 h2 {
  color: #FFF;
}

.home-page .slide-image, .hero-feature-img {
    display: none;
}

.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: #048FCA;
  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: -240px;
  /* 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: 80%;
  /* 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: 184px;
}

.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: -1px;
}

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

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

.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: 35px 20px;
  background: #FFF;
  xborder-top: 1px solid #DFE2E5;
  overflow: hidden;
}
.home-page .well {padding:0;}

.well-alternate {
  background: #F0F8FB;
}

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

.hero {  
/*
  background: #555 url(../img/slideshow/montala-bg.jpg?nc=4) no-repeat left bottom;  
  background-size: cover;
*/
  padding-top: 95px;
  min-height: 100px;
}

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

.home-page .hero
  {
  xbackground-position: 0 0;
  }
.primary-content {
  padding-top: 27px;
  padding-bottom: 68px;
}

.primary-content-header {
  text-align: center;
  margin: 0 auto 40px;
  font-size:30px;
}

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-feature {
  width: 55.555555555%;
  padding-right: 30px;
  float: left;
  position: absolute;
  bottom: -181px;
}
.home-page .hero-video-wrapper {
  position: absolute;
  top: 23px;
  left: 21px;
  width: 528px;
  height: 296px;
  background: #000;
}
.home-page .hero-details {
  width: 41.666666666%;
  text-align: left;
  float: right;
}
.home-page .hero-details h2 {
  line-height: 1;
}
.home-page .primary-content {
  padding: 0;
}
.home-page .primary-content-header {
  margin-top: 40px;
}
.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;
}
.home-page .testimonial {
  padding-left: 30px;
}
.home-page .testimonial img {
  margin: 0 0 10px;
}
.home-page .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: 562px;
}
.pricing-page .primary-content {
  margin-top: -504px;
}

.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-bottom: 17px;
  font-size: 14px;
  /* 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, #f5f5f5);
  font-weight: normal;
  padding: 6px 20px;
}
.product-currencies-nav a:hover,
.product-currencies-nav .active a {
  position: relative;
  background-color: #EBF5F9;
  color: #3a4549;
}
.product-currencies-nav .active a:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 22px;
  height: 10px;
  margin-left: -11px;
  background: url("../img/pricing/nav-arrow.png") no-repeat 0 0;
  bottom: -10px;
}
.product-currencies-nav .icon {
  padding-left: 47px;
  background-position: 20px center;
  background-repeat: no-repeat;
  /* Use the Modernizr test for multiple background images */
}
.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"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: url("../img/icons/gb-flag.jpg"), -moz-linear-gradient(#ffffff, #f5f5f5);
  background-image: url("../img/icons/gb-flag.jpg"), -webkit-linear-gradient(#ffffff, #f5f5f5);
  background-image: url("../img/icons/gb-flag.jpg"), linear-gradient(#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"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: url("../img/icons/europe-flag.jpg"), -moz-linear-gradient(#ffffff, #f5f5f5);
  background-image: url("../img/icons/europe-flag.jpg"), -webkit-linear-gradient(#ffffff, #f5f5f5);
  background-image: url("../img/icons/europe-flag.jpg"), linear-gradient(#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"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: url("../img/icons/usa-flag.jpg"), -moz-linear-gradient(#ffffff, #f5f5f5);
  background-image: url("../img/icons/usa-flag.jpg"), -webkit-linear-gradient(#ffffff, #f5f5f5);
  background-image: url("../img/icons/usa-flag.jpg"), linear-gradient(#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"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8fcfe), color-stop(100%, #ebf5f9));
  background-image: url("../img/icons/gb-flag.jpg"), -moz-linear-gradient(#f8fcfe, #ebf5f9);
  background-image: url("../img/icons/gb-flag.jpg"), -webkit-linear-gradient(#f8fcfe, #ebf5f9);
  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"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8fcfe), color-stop(100%, #ebf5f9));
  background-image: url("../img/icons/europe-flag.jpg"), -moz-linear-gradient(#f8fcfe, #ebf5f9);
  background-image: url("../img/icons/europe-flag.jpg"), -webkit-linear-gradient(#f8fcfe, #ebf5f9);
  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"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8fcfe), color-stop(100%, #ebf5f9));
  background-image: url("../img/icons/usa-flag.jpg"), -moz-linear-gradient(#f8fcfe, #ebf5f9);
  background-image: url("../img/icons/usa-flag.jpg"), -webkit-linear-gradient(#f8fcfe, #ebf5f9);
  background-image: url("../img/icons/usa-flag.jpg"), linear-gradient(#f8fcfe, #ebf5f9);
  background-size: auto;
}

.product-options-wrapper {
  background: #FFF;
  border: 1px solid #D7DADD;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.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;
  border-radius: 5px 5px 0 0;
  background: #FFF url("../img/pricing/header-bg.gif") repeat-x bottom;
  border-bottom: 1px solid #FFF;
}
.product-options-wrapper header p {
  margin: 0;
}
.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;
  border-top: 1px solid #DFE2E5;
}
.product-options:after {
  content: "";
  display: table;
  clear: both;
}

.pricing-options {
  border: none;
}
.pricing-options th {
  color: #fff;
  border-color: #fff;
  padding-bottom: 10px;
  padding-top: 20px;
  position: relative;
  text-transform: uppercase;
  width: 19%;
}
.pricing-options__header--colour-1
	{
	width:24% !important;
	}


.pricing-options th:before, .pricing-options th:after {
  content: '';
  border-style: solid;
  border-width: 10px 105px 0 105px;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 2;
}
.pricing-options th:before {
  border-color: #fff transparent transparent transparent;
  bottom: -11px;
}
.pricing-options th:after {
  bottom: -10px;
}
.pricing-options tr {
  border-color: #fff;
}
.pricing-options td {
  /*border-color: #fff;*/
  padding: 15px 30px;
  /*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: #bbbcbe;
  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 130px 0 130px !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: -11px;
}
.pricing-options__header--colour-1:after {
  border-color: #bbbcbe 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: #e59536;
}
.pricing-options__header--colour-6:after {
  border-color: #e59536 transparent transparent transparent;
}

.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:last-child {
  background: #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:last-child {
  background: #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,
tr .pricing-options__prices {
  background: #fff;
  padding: 30px 15px;
}

.pricing-options__prices {
  font-size: 24px;
}
.pricing-options__prices .strong-emphasised {
  font-weight: normal;
}

.pricing-options__fees--borderless td.pricing-options__heading,
.pricing-options__fees--borderless td.pricing-options__prices {
  border: none;
  box-shadow: inset 0px 2px 0px 0px #ebebeb;
  padding: 30px 20px 15px;
}

.pricing-options__fees--borderless:last-child td.pricing-options__heading,
.pricing-options__fees--borderless:last-child td.pricing-options__prices {
  box-shadow: none;
  padding: 15px 20px 30px;
}

/* Product enquiry form lightbox */
.pico-overlay {
  background-image: url("../img/textures/maze_lightbox.png") !important;
}

.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: 5% !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 {
  padding-left: 360px;
  display: table;
  *zoom: 1;
}
.feature:after {
  content: "";
  display: table;
  clear: both;
}
.feature h3 {
  margin-top: 0;
  margin-bottom: 8px;
}
.feature p {
  font-size: 18px;
  margin-top: 0;
}

.feature-image {
  width: 340px;
  margin-left: -360px;
  /* 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;
}
/* MODIFICATIONS SB */



.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 .accordion-item-content {
    display:none;
  }
  .home-page .slide {
    height: 500px;
  }
  .home-page .hero {
    height: 500px;
  }
  .slide-img {
    min-width:1060px;
  }
  .home-page .hero-video-wrapper {
    width: 640px;
    height: 360px;
    top: 25px;
    left: 22px;
  }
  .home-page .hero-feature {
    width: 65%;
    bottom: -25px;
  }
  .home-page .hero-feature-img {
    height: 500px;
  }
  .home-page .hero-details {
    width: 32%;
    right: 0;
    bottom: 225px;
    float: none;
    position: absolute;
  }
  .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: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
  {
  width:100%;
  }
.feed h2
  {
  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:3px;
  height: 26px;
  padding-left:28px;
  background: 3px 3px url('/img/knowledge-base/search.png') no-repeat;
  }
.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;
  }
  
.home-page .client-testimonials img
  {
  max-width:100px;
  }
  
.responsive-menu-icon {display:none;}

.trialform {width:560px;padding-top:15px;padding-bottom: 5px;border-radius:5px;}
.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;}
.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 {padding-left:130px;}
.trial-page .testimonial-logo {margin-left:-120px; width:100px }

.feature-box .fa {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, .knowledge-base pre
	{
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding:15px;
	}  
.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:70px;}
.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); }

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



/* --------  Montala specific mods ------------  */


/* Alin's hack to push the footer to the bottom on small pages */
html, body {height: 100%; margin: 0; padding: 0;}
#container {min-height: 100%; position: relative;}
.primary-content {padding-top: 18px; padding-bottom: 430px; /*This is the footer height*/}
.home-page .primary-content {
  padding-bottom: 330px;
}
.footer-wrapper {background: #1A1E33; width: 100%; min-height: 120px; position: absolute; bottom: 0;}
.footer-meta { padding: 20px 0 5px;}
/* End of Alin's hack */

.map
  {
  width: 490px; height:350px;
  }

.contact-page h3
  {
  margin-top: 0;
  }

.userlistbox
  {
  width:200px;
  height:200px;
  text-align:center;
  float:center;
  vertical-align: middle;
  display: inline-block;
  margin:10px 15px;
  position: relative;
  }
  
.userlistpic
  {  
  max-height: 100%;  
  max-width: 85%;
  width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
  }

.feed img
  {
  width:100%;
  }
.feed h2
  {
  margin:0;
  }
.feed .blog-article-date
  {
  margin:15px 0 0 0;
  }
  
/* Testimonial Elements */
.who {
  font-size:19px;
  margin-top: 40px;
  padding-left: 280px;
  *zoom: 1;
}

.who:after {
  content: "";
  display: table;
  clear: both;
}

.who:first-child {
  margin-top: 0;
}

.who blockquote {
  margin: 0;
  font-size: 28px;
}

/* Quotation mark before - only needed on first paragraph of a blockquote */
.who blockquote p:first-child:before {
  content: url("../img/icons/quote-start.png");
  margin-right: 10px;
}

/* Quotation mark after - only needed on last paragraph of blockquote */
.who blockquote p:last-child:after {
  content: url("../img/icons/quote-end.png");
  margin-left: 10px;
}

.who blockquote p {
  margin: 0 0 0.5em;
}

.who-portrait {
  float: left;
  /* Align the logo off to the left and avoid the main content wrapping around it */
  margin-left: -300px;
  xwidth: 240px;
  text-align: center;
}

.who-portrait img {
  /* Stop the image from overlapping its container */
  max-width: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.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;
    }
    
.infotable .red {background: #ffdddd;}
.infotable .amber {background: #fde8d8;}
.infotable .green {background: #d8ffd8;}

#resolvemodal td {border: none;}

.main-nav .active .btn,
.main-nav .btn:hover {color:white;}

.insetbox {background-color: white; padding:20px;margin: 0 -20px 0 0;position:relative;overflow:hidden;box-shadow: -10px 10px 15px rgba(0,0,0,0.1);}
.insetbox h3 {margin-top:0;}

.insetbox:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 32px 32px 0;
  border-style: solid;
  border-color: #fff #f3f3f3;
  box-shadow: 0 1px 30px rgba(0,0,0,0.3), 1px 1px 20px rgba(0,0,0,0.1);

}

.home-page .primary-content-header
  {
  margin-top:90px;
  }

.stat_block .fa {
/*background-color: #9a72f6;border-radius:5px;padding:10px 8px;color: white;font-size:1.5em;*/
display:none;
}
.stat_block {width:225px;float:left;margin:20px;text-align:left;}
.stat_block p {font-size:0.9em;padding:0;margin:0;}
.stat_block h2 {font-size:1.4em;margin:12px 0 8px 0;}


/* @LB October 2025 */

.footer-wrapper{
  position: static;
}

.footer-meta p{
  margin-bottom: 20px;
}

/* Overwrites the hack above */
.primary-content {
  padding-bottom: 40px;
}

.home-page .primary-content {
  padding-bottom: 40px;
}

/* Footer */

.footer-wrapper ul.social-icons li{
  margin-left: 16px;
}

.footer-wrapper ul.social-icons li i.fa-3x{
  font-size: 1.75em;
}

.footer-wrapper ul.social-icons li i.fa-facebook.fa-3x,
.footer-wrapper ul.social-icons li i.fa-bluesky.fa-3x{
  font-size: 1.5em;
}

/* Footer logos */

footer.page-footer .grid-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    max-width: 1200px; /* Optional: constrain total width */
    margin: 0 auto; /* Optional: center the row */
    align-items: center;
}

footer.page-footer .footer-partner-logo {
    display: flex;
    align-items: center; /* Vertically centers within flex container */
    justify-content: center; /* Horizontally centers within flex container */
    height: 100%; /* Takes full height of grid cell */
}

footer.page-footer .footer-partner-logo img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block; /* Removes any inline spacing issues */
}

footer.page-footer .footer-logo-employee-owned img {
    max-width: 140px;
    max-height: 70px;
}

footer.page-footer .footer-logo-b-corp img {
    max-width: 120px;
    max-height: 140px;
}

footer.page-footer .footer-logo-iso-certified img {
    max-width: 100px;
    max-height: 100px;
}

footer.page-footer .footer-logo-crown-commercial img {
    max-width: 120px;
    max-height: 160px;
}

footer.page-footer .footer-logo-ecologi-profile img {
    margin-top: 20px;
    max-width: 140px;
    max-height: 80px;
} 

