html {scroll-behavior: smooth;}

body {
  font-family: Lato, "Avenir Book", Arial, sans-serif;
  font-size: 15px;
	line-height: 150%;
  color: #6f6f6f;
  /*background-color: #ffffff;*/
  background-image:url(../images/page_bg.gif);
  background-repeat:repeat;
  border-top:10px solid #ff6600;
}

header {
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
	background-color: #f6f6f6;
}

.navbar-brand {
  float: left;
  padding: 28px 15px 0px 15px;
  line-height: 20px;
}

.logo_sign_off {
  float: left;
  padding: 13px 15px 30px 15px;
  font-size: 12px;
  color: #6f6f6f;
}

.logo_sign_off a {
	margin-right:10px;
}

.header_search {
	margin-top:35px;
	padding-bottom: 30px;
  margin-bottom: 50px!important;
}

.form-control {
  color: #8f8f8f;
  border: 1px solid #e5e5e5;
}

form.search-form input[type=submit].search-submit {
	background: #FF6600;
	height: 34px;
	width: 41px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 0px;
	cursor: pointer;
}

form.search-form input[type=submit].search-submit:hover {
	background: #EC7C41;
}

.field_search {
    background-image:url("../images/icon_magnify.gif");
    background-repeat:no-repeat;
    background-position:right;
}

.field_person {
    background-image:url("../images/icon_person.gif");
    background-repeat:no-repeat;
    background-position:left;
	padding-left:28px;
}

/*For responsive images not assign to image tag*/
.img-responsive img {
  display: block;
  height: auto;
  max-width: 100%;
}

/*Style nav for Desktop*/
@media (min-width: 768px) {
	
.navbar {
	border-radius: 0;
	min-height: 44px;
	}	

.navbar-nav > li > a {
	margin-top:4px;
	margin-bottom:2px;
	padding-top: 6px;
	padding-bottom: 10px;
	border-left: 1px solid #707073;
	border-right:1px solid #292929;
	font-size: 14px;
}

.navbar-nav > li > a.silvercloud {
	border-left: 0px;
	border-right:0px;
	color: #95f8ff!important;
	font-weight: 700;	
}

.navbar-inverse {
	background-color: transparent;
	border-color: none;
	border: 0px;
	background: #3F3F42;
	height:42px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #f5f5f8;
  margin-bottom:4px; /*must be same as hover bottom border to the menu doesn't jump*/
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffff00;
  background-color: #414142;
  border-bottom:4px solid #447bd4;
  margin-bottom:0px; /*must be set to 0 as we now have bottom border*/
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffff00;
  background-color: #414142;
  /*border-bottom:4px solid #447bd4;*/
}

.dropdown-menu > li > a {
  color: #6f6f6f;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #447bd4;
  text-decoration: none;
  background-color: #f5f5f5;
}
	
/* New edits for turning active nav bar yellow */
body.home ul li.home a span {color: #ffff00;}
body.parent-pageid-89 ul li.solutions a.dropdown-toggle {color: #ffff00;}
body.parent-pageid-73 ul li.products a.dropdown-toggle {color: #ffff00;}
body.page-id-73 ul li.products a.dropdown-toggle {color: #ffff00;}
body.page-id-188 ul li.wifi-solutions a {color: #ffff00;}
body.parent-pageid-274 ul li.support a.dropdown-toggle {color: #ffff00;}
body.parent-pageid-157 ul li.training a.dropdown-toggle {color: #ffff00;}
body.page-id-441 ul li.news a {color: #ffff00;}
body.single ul li.news a {color: #ffff00;}
body.parent-pageid-194 ul li.about a.dropdown-toggle {color: #ffff00;}
body.page-id-194 ul li.about a.dropdown-toggle {color: #ffff00;}
body.page-id-293 ul li.contact a {color: #ffff00;}
	
}
/*END Style nav for Desktop*/


/* Make top menu work on hover - DESKTOP ONLY */
@media only screen and (min-width: 980px) and (min-device-aspect-ratio: 1/1) {
	.dropdown-menu li:hover .sub-menu {visibility: visible;}
	.dropdown:hover .dropdown-menu {display: block;}
}
/* /Make top menu work on hover - DESKTOP ONLY */


/*Style nav for Mobile*/
@media (max-width: 767px) {

.navbar-nav {
  margin-top: 0px;
  margin-bottom:0px;
}


.navbar-nav > li > a {
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 6px;
	padding-bottom: 8px;
	background-color:#232323;
	border-bottom:1px solid #454545;
}

.navbar-inverse .navbar-nav > li > a {
  color: #f5f5f8;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffff00;
  background-color: #414142;
  /*border-bottom:4px solid #447bd4;*/
}

.navbar-inverse {
	background-color: transparent;
	border-color: none;
	border: 0px;
	background: #3F3F42;
	height:42px;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 6px 7px;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffff00;
  background-color: #414142;
}

.dropdown-menu {
	padding: 0px 0px 0px 0px;
}

.dropdown-menu > li {
  color: #6f6f6f;
  background-color: #ffffff;
  border-bottom: 1px solid #eaeaea;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #447bd4!important;
  text-decoration: none;
  background-color: #f5f5f5!important;
}

}
/*END Style nav for Mobile*/

/*Mobile only overrides*/
@media (max-width: 767px) {
	.share-icons {
	text-align:left!important;
}
.social {
	text-align:left!important;
	padding-right:30px;
}

.social img {
	margin-right:6px;
	margin-left:0px;
}

footer hr {
	margin-top:20px!important;
	margin-bottom:20px!important;
}
}
/*END Mobile only overrides*/


/*For in-between ipad width and desktop 1024*/
@media screen and (max-width: 1000px) {	

.navbar{
	font-size:13px;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 7px 9px 8px 9px;
  
}	
}
/*END For in-between ipad width and desktop 1024*/


/*For screens below 480px*/
@media screen and (max-width: 480px) {

    .navbar-brand img {
        width:250px;
        height:25px; 
    }

    .header_search {
	    margin-top:10px;
        margin-bottom:10px!important;
    }


    .related_download div {
        display:none;
    }
    .testimonial_thumb {
        display:none;
    }
    .goog-logo-link {
        display:none;
    }

    .nav-tabs > li > a {
      margin-right: 10px;
      margin-bottom: 10px;
      line-height: 1.428571429;
      border: 1px solid #e5e5e5;
      border-radius: 4px 4px 4px 4px!important;
      background-color: #ffffff;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
      border-bottom-color: #e5e5e5!important;
    }
}

.navbar-collapse {
  max-height: 100%!important;
  z-index:1000!important;
  position:relative!important;
}


/* Product mega menu */

.yamm-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.yamm-content ul li {
		position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
		padding-left: 10px;
}
.yamm-content ul li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
		content: "\f054";
	position: absolute;
	left: 0; 
	top: 0;
	font-size: 10px;
	color: #ff6600;
}

.yamm-content ul li a {
    font-size: 13px;
    line-height: 20px;
		color: #447bd4;

}
.yamm-content ul li a i {
    font-size: 10px;
    color: #ff6600;
    margin-right: 3px;
}
.yamm-content h3 {
    font-size: 15px;
    font-weight: bold;
}
.yamm-content h5 {
    font-size: 13px;
    font-weight: bold;
}
.yamm-content .view-all-products {
    margin: 0 0 6px 0;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #ff6600;
		color: #447bd4;

}

.yamm-content .view-all-products i {
    font-size: 10px;
    color: #ff6600;
}

/* Product mega menu END*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.jumbotron h1 {
    font-family: Lato, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: #385658;
}

h1, h2.home_section {font-size:36px; margin-top:10px; margin-bottom:20px;}
h2 {font-size:24px; margin-top:10px; margin-bottom:20px;}
h3 {font-size:18px; margin-top:10px; margin-bottom:10px;}
h4 {font-size:15px; margin-top:10px; margin-bottom:10px;}

a {
  color: #FF6600;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #72a5ff;
  text-decoration: underline;
}

.btn {
	font-weight:700;
}

.btn-default {
  color: #447bd4;
  background-color: #ffffff;
  border-color: #e5e5e5;
  margin-right:10px;
  margin-bottom:10px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #447bd4;
  background-color: #fafafa;
  border-color: #d5d5d5;
}

.btn-primary {
  color: #ffffff;
  background-color: #447bd4;
  border-color: #3a74cc;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #5389e4;
  border-color: #447bd4;
}

.btn-orange {
  color: #ffffff;
  background-color: #ff6600;
  border-color: #e5e5e5;
  margin-right:10px;
  margin-bottom:10px;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  color: #ffffff;
  background-color: #447bd4;
  border-color: #d5d5d5;
}

.glyphicon strong  {
    font-family: Lato, "Avenir Book", Arial, sans-serif;
}

.breadcrumb {
	color: #7f7f7f;
	font-size: 12px;
	padding: 8px 15px;
	margin-top:-20px;
	margin-bottom:0px;
	background-color: transparent;
	border-radius: 0px;
	font-weight:700;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #3f3f3f;
  content: ">";
}

.breadcrumb > .active {
	color: #447bd4;
}

.breadcrumb li.active a {
  color: #ff6600;
}

table {
    border: 1px solid #eaeaea;
}

table td, th {
    padding:10px;
    border: 1px solid #eaeaea;
}

table th {
    background-color: #fafafa;
}

table td {
    background-color: #ffffff;
}

.news-item {
padding-left: 20px; 
border-left: 5px solid #447bd4; 
display: block;
}

.orange {
    color: #ff6600;
}


/*Parallax Scrolling Home Page*/

/*Main Banner*/

#full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  top: 50px;
  left: 20%;
  right: auto;
  max-width: 30%;
  padding-bottom: 0;
  background: #000;
  background: rgba(0,0,0,0.7);
  overflow: hidden;
  padding: 20px;

}

/*
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}
*/
.infoBlock h4 {
  font-size: 20px;
  color: #eaeaea;
  font-weight:700;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #ffff00;
  text-decoration: none;
  font-size:12px;
}

.infoBlock a:hover, .infoBlock a:focus {
  color: #95f8ff;
}

.infoBlock a span.learn {
    font-size:14px;
    padding-left:5px;
    font-weight:700;

}

.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 520px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 20px;
    top: 20px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}

/*END Main Banner*/

/*Technologies Vertical Slider*/
#simple-vertical {
  width: 100%;
  color: #FFF;
}
.blockSample {
  left: 20px; 
  top: 20px; 
  padding: 6px 8px; 
  background: #FFF; 
  color:#000;
}
/*END Technologies Vertical Slider*/

.intro {
	padding-top:60px;
	padding-bottom:60px;	
}

.silvercloud {
	padding-top:60px;
	padding-bottom:60px;	
}


.technologies {
	background: #eeeeee url('../images/bg_parallax_sky_clouds_map_uk.jpg') no-repeat center center fixed; 
	padding-top:60px;
	padding-bottom:60px;
}

.benefits {
	background: #3492bf url('../images/bg_parallax_clouds_bg.jpg') no-repeat center center fixed; 
	padding-top:60px;
	padding-bottom:60px;
	border-bottom:1px solid #ffffff;
}


h1.home, h2.home, h2.home_section, h3.home, .silvercloud h1, .silvercloud h2, .silvercloud h3 {
	text-align:center;
	text-transform:uppercase;
}

.home_h1 {
		border-bottom: 3px solid #ff6600;
		width:10%;
}

.home_h1_blue {
		border-bottom: 3px solid #447bd4;
		width:10%;
}

.home_h3 {
		border-bottom: 2px solid #e1e1e1;
		width:20%;
}

.intro p, .technologies p {
	margin:0px auto; width:80%; margin-bottom:2em; text-align:center;
}

.technologies p a {
	color: #ff6600;
}

.intro p.sub {
	width:90%;
}

.benefits p {
	margin:0px auto; width:100%; margin-bottom:2em; text-align:left; color: #ffffff;
}

.benefits ul {
	color: #ffffff;
}

.silvercloud p {
	margin:0px auto; width:100%; margin-bottom:2em; text-align:center;
}

.silvercloud ul {
	text-align: center;
	list-style: none;
}
.silvercloud ul li {
	position: relative;
}


.white {
	color: #ffffff;
}

.blue {
	color: #447bd4;
}

 .icon-surround {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E1E1E1 !important;
	background-color: #ffffff;
    border-image: none;
    border-radius: 100% 100% 100% 100%;
    border-style: solid;
    border-width: 2px;
    color: #3899B5;
    display: block;
    font-size: 48px;
    height: 100px;
    margin: auto;
    padding-top: 20px;
    text-align: center;
    width: 100px;
	margin-bottom:20px;
}

.icon_silvernet {
	font-size: 50px; 
	color: #447bd4;
}

.tab-pane-overrride {
	border-left:0px!important;
	border-right:0px!important;
	border-bottom:0px!important;
	background-color: transparent!important;
	padding:0px!important;
	box-shadow:none!important;
}

ul.benefits_list {
	list-style:none;
}
ul.benefits_list li {
	float:left; font-size:15px; margin-right:40px; text-transform:uppercase;
}

ul.benefits_list li a {
	color: #ffffff;
}

ul.benefits_list li a:hover, ul.benefits_list li a:focus {
	color: #95f8ff;
}

.margin-5 {
	margin-right:5px!important;
}

.desc {
    font-family: Lato, "Avenir Book", Arial, sans-serif;
}

@media (max-width: 767px) {	
ul.benefits_list li {
	float:left; font-size:12px; margin-right:40px;
}
}

/*END Parallax Scrolling Home Page*/


/*Solutions Parallax Scrolling Page*/

.section_style_1 {
	padding-top:30px;
	padding-bottom:60px;	
}

.section_style_1 h1, .section_style_2 h1 {
	text-align:left;
	text-transform:uppercase;
    margin-top:20px;
    margin-bottom:20px;
}

.section_style_1 h2, .section_style_2 h2 {
	text-align:left;
	text-transform:uppercase;
    margin-top:20px;
    margin-bottom:20px;
}

hr.ss_1, hr.ss_2, hr.ss_3 {
		border-bottom: 3px solid #ff6600;
        text-align:left;
		width:10%;
        -webkit-margin-before: 0em;
        -webkit-margin-start:0px;
}

.section_style_1 ul, .section_style_2 ul {
    list-style:none;
	list-style-image:url(../images/bullet_tick.png);
	line-height:1.7em;
    margin-bottom:20px;
}

.section_style_1 ol, .section_style_2 ol {
    margin-bottom:20px;
}

.section_style_2 {
	background: #eeeeee url('../images/bg_parallax_sky_clouds_map_uk.jpg') no-repeat center center fixed; 
	padding-top:30px;
	padding-bottom:60px;
}

.section_style_3 {
	background: #3492bf url('../images/bg_parallax_clouds_bg.jpg') no-repeat center center fixed; 
	padding-top:30px;
	padding-bottom:60px;
	border-bottom:1px solid #ffffff;
}

.section_style_3 h1, .section_style_3 h2, .section_style_3 h3{
	text-align:left;
	text-transform:uppercase;
    color: #ffffff;
    margin-top:20px;
    margin-bottom:20px;
}

.section_style_3 p {
	margin:0px auto; width:100%; margin-bottom:2em; text-align:left; color: #ffffff;
}

.section_style_3 ul {
    list-style:none;
	list-style-image:url(../images/bullet_tick.png);
	line-height:1.7em;
	color: #ffffff;
    margin-bottom:20px;
}

.section_style_3 ol {
	color: #ffffff;
    margin-bottom:20px;
}
/*END Solutions Parallax Scrolling Page*/

/*Solutions Section Internal Menu*/

.solutions-menu {
	width: 100%;
	margin-bottom: 50px;
}

.solutions-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
list-style-image: none !important;
}

.solutions-menu ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;}

.solutions-menu ul li a {
	display: block;
	padding: 5px;
	background: rgb(252,251,249);
	background: -webkit-linear-gradient(bottom, rgba(252,251,249,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(bottom, rgba(252,251,249,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to top, rgba(252,251,249,1) 0%, rgba(255,255,255,1) 100%);
	border: 1px solid #cccccc;
	color: #447bd4;
	border-radius: 5px;}

.solutions-menu ul li a span {
	color: #ff6600;
}

.solutions-menu ul li a:hover {
	text-decoration: none;
	color: #ff6600;
}

/*END Solutions Section Internal Menu*/


/*Products overview page*/
	
.portfolio_links {
	float:left;
	display:block;
	width:100%;
}
	
/* Layout */
.boundingBox{ margin: 0 auto; width: 100%; }
	
/* Content */
	
#content{ padding: 0px 0; }
	
ul#portfolio-filter {margin: 0px; padding: 0;}
ul#portfolio-filter li {display: block; float:left; margin-right:10px; }
ul#portfolio-filter a {color: #447bd4; background-color: #ffffff; font-weight:bold; border-color: #e5e5e5; margin-bottom:10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:6px 12px 6px 12px; border: 1px solid #e5e5e5; display:table; outline:0; text-decoration:none;}
ul#portfolio-filter a:hover {background-color: #fafafa; border: 1px solid #d5d5d5; color: #447bd4; text-decoration:none;}
ul#portfolio-filter a.current{color: #ffffff; background-color: #ff6600; border-color: #e5e5e5; margin-right:0px; margin-bottom:10px;}
ul#portfolio-filter a.current:hover {color: #ffffff; background-color: #447bd4; border-color: #d5d5d5;}
	
ul#portfolio-list {margin: 36px 0 0 0; padding: 0; list-style: none; }
ul#portfolio-list li {float: left; height: 270px; width: 212px; margin: 5px; margin-right: 18px;}
ul#portfolio-list li > a {width: 212px; height: 170px; display: block; text-align: center; border: 1px solid #e5e5e5; background-color: #f9f9f9; padding:5px; box-shadow: 0px 2px 10px 0px #e0e0e0;}
ul#portfolio-list li img {max-height: 160px; max-width: 202px; mix-blend-mode: multiply;}
ul#portfolio-list li > a:hover {background-color: #f3f3f3; padding:5px; box-shadow: 0px 2px 10px 0px #d0d0d0;}
ul#portfolio-list li p {width:212px; margin-top:10px; text-align:center; font-weight:bold;}

/*END Products overview page*/

/*Products page*/

.product-gallery {
	border:1px solid #e5e5e5;
	background-color: #ffffff;
	margin-bottom:15px;
	box-shadow: 0px 2px 2px 0px #e0e0e0
}

#gallery-2 {
  width: 100%;
  background: #151515;
  -webkit-user-select: none;
  -moz-user-select: none;  
  user-select: none;
}


.sharing {
	margin-bottom:15px;
}

.share-icons {
	text-align:right;
}

.related_product {
	float:left;
    width:100px;
	margin-right:20px;
	margin-bottom:10px;
}

.related_product img {
    width:100px;
    height: 100px;
	border: 1px solid #e5e5e5;
    box-shadow: 0px 2px 10px 0px #e0e0e0;
}

.related_product img:hover {
	border: 1px solid #ff6600;
}

.related_product div a {
	font-size:12px;
    display:block;
    line-height:1.4;
}

.related_download {
	font-size:13px;
	border: 1px solid #dadada;
	border-radius: 5px;
	padding:10px;
	background-image:url(../images/resource_bg.gif);
	background-repeat:repeat-x;
	background-color: #eeeeee;
	margin-bottom:10px;
}

.related_download div {
	float:right;
	color: #1e796a;
}

.panel-group {
	margin-bottom: 30px;
}

.panel-heading {
	background-image:url(../images/resource_bg.gif);
	background-repeat:repeat-x;	
	background-color: #eeeeee!important;
}

.panel-heading h2 a {
	color: #447bd4;
}


h3.panel-title {
	color: #447bd4;
}

.panel-body img {
	margin-right:10px;
}

.testimonial_thumb {
	border: 1px solid #eaeaea;
	padding:4px;
	float:right;
	margin-left:10px;
	margin-right:0px!important;
}

/*END Products page*/


/*Downloads centre*/
h2.downloads-cat-title {
  margin-top:0px; margin-bottom:0px; 
  text-transform:none;
}
/*END Downloads centre*/


/* Flexible iFrame for Google Map */

.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	border: 1px solid #ffffff;
}

.flexible-container iframe,   
.flexible-container object,  
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* END Flexible iFrame for Google Map */



/* GENERIC FORM FIELDS
-------------------------------------------------- */

.gf_wrapper{
	float:left;
	clear:left;
	margin-bottom:1em;
	padding:5px;
}

label {
	font-family: Lato, "Avenir Book", Arial, sans-serif;
    font-weight: normal;
    display: inline-block;
    margin-left: 5px;
    color: #5f5f5f;
}

.__ai_gf_Fieldname{
    font-family: Lato, "Avenir Book", Arial, sans-serif;
	float:left;
    margin-top:-3px;
	font-size:16px;
	font-weight:700;
	color: #6f6f6f;
	clear:both;
}

.__ai_gf_Text_Input_Field, .__ai_gf_Email_Address, .__ai_gf_Selection_List, .__ai_gf_Multi_Selection_List, .__ai_gf_ISO_Country_List, .__ai_gf_Text_Area{
  float: left;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #6f6f6f;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cacaca;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.__ai_gf_Text_Input_Field:focus, .__ai_gf_Email_Address:focus, .__ai_gf_Text_Area:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

table.__ai_gf_Survey_Scale_Question, table.__ai_gf_Survey_Scale_Question td {
    border: 0px!important;
    background-color: transparent;
}

table.__ai_gf_Survey_Scale_Question td {
    padding: 0px 10px 0px 10px;
}

.__ai_gf_Survey_Scale_Question label {
    font-family: Lato, "Avenir Book", Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #5f5f5f;
}

.__ai_gf_Text_Area {
	height:80px;
}

.__ai_gf_NoteText { 
    color: #9f9f9f;
	font-size:13px;
	font-weight:normal;
	clear:left;
    padding-right:10px;
    line-height:1.4em;
}

.__ai_gf_Multi_Checkbox {
	float:left;
	font-weight: normal;
	padding-right:5px;
}

.__ai_gf_CheckBox input { 
	float:left;
	width:20px;
	margin-left:5px;
}

.__ai_gf_submit {
	font-family: Lato, "Avenir Book", Arial, sans-serif;
	letter-spacing: 0px;
	word-spacing: 2px;
	font-size:14px;
	font-weight: 700!important;
	color: #ffffff;
    background-color: #447bd4;
    border-color: #3a74cc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.__ai_gf_submit:hover {
  color: #ffffff;
  background-color: #5389e4;
  border-color: #447bd4;
}

.__ai_gf_validation { 
    font-size: 14px;
    color:#ff0000!important;
    font-weight:bold;
    padding-top:0px;
    padding-bottom:0px;
    float:left;
}

.__ai_gf_mand {
    color:#ff6600;
}

.__ai_gf_Just_Text {
    font-weight:bold;
}

/** END GENERIC FORM FIELDS **/



.tab-pane {
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	background-color: #ffffff;
	padding:20px;
	box-shadow: 0px 2px 2px 0px #e0e0e0;
}

.tab-pane h2 {
	margin-top:0px;
}

.tab-pane ul {
	list-style:none;
	list-style-image:url(../images/bullet_tick.png);
	line-height:1.7em;
}

.nav-tabs > li > a {
  border-radius: 5px 5px 0 0;
		color: #447bd4;

}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #6f6f6f;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-bottom-color: transparent;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.back-to-top {
    text-align: right;
    display: inline-block;
    float: right;
}

.video-holder {
	position: relative;
	width: 100%;
	height: auto;
	padding: 56.25% 0 0 0;
	margin-top: 25px;
}

.video-holder iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.focus-videos {
	background: #f3f6f8;
	float: left;
	padding: 75px 0;
	width: 100%;
}

.focus-videos h2 {
	color: #16212b;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 25px;
}

.focus-videos__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.focus-videos__item {
	margin: 0;
}

.focus-videos__trigger {
	background: #16212b;
	border: 0;
	border-radius: 6px;
	box-shadow: 0 14px 32px rgba(31, 41, 51, 0.16);
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.focus-videos__trigger:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.focus-videos__trigger img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: opacity 180ms ease, transform 180ms ease;
	width: 100%;
}

.focus-videos__trigger:hover img,
.focus-videos__trigger:focus img {
	opacity: 0.76;
	transform: scale(1.03);
}

.focus-videos__play {
	background: #FF6600;
	border-radius: 50%;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
	height: 58px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 58px;
}

.focus-videos__play:after {
	border-bottom: 13px solid transparent;
	border-left: 19px solid #ffffff;
	border-top: 13px solid transparent;
	content: "";
	left: 23px;
	position: absolute;
	top: 16px;
}

.focus-videos__item h3 {
	color: #234455;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	margin: 14px 0 0;
}

.focus-video-modal {
	align-items: center;
	bottom: 0;
	display: none;
	justify-content: center;
	left: 0;
	padding: 24px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.focus-video-modal[aria-hidden="false"] {
	display: flex;
}

.focus-video-modal__backdrop {
	background: rgba(10, 17, 24, 0.84);
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.focus-video-modal__dialog {
	background: #000000;
	max-width: 980px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.focus-video-modal__frame {
	height: 0;
	padding-top: 56.25%;
	position: relative;
}

.focus-video-modal__frame iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.focus-video-modal__close {
	background: #FF6600;
	border: 0;
	border-radius: 50%;
	color: #ffffff;
	font-size: 30px;
	height: 44px;
	line-height: 40px;
	padding: 0;
	position: absolute;
	right: -16px;
	top: -16px;
	width: 44px;
	z-index: 2;
}

.focus-video-modal-open {
	overflow: hidden;
}

@media screen and (max-width: 900px) {
	.focus-videos__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 600px) {
	.focus-videos {
		padding: 34px 0 38px;
	}

	.focus-videos__grid {
		grid-template-columns: 1fr;
	}

	.focus-video-modal {
		padding: 16px;
	}

	.focus-video-modal__close {
		right: 8px;
		top: 8px;
	}
}

.which-product.which-product--focus-slider {
	overflow: hidden;
}

.which-product.which-product--focus-slider .slider-which {
	margin: 0 auto;
	max-width: 1320px;
}

.which-product.which-product--focus-slider .bxslider4 {
	align-items: stretch;
}

.which-product.which-product--focus-slider .bxslider4 li > a {
	background: #ffffff;
	border: 1px solid #dfe6ec;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(31, 41, 51, 0.08);
	display: block;
	height: 100%;
	margin: 0;
	padding: 18px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.which-product.which-product--focus-slider .bxslider4 li > a:hover,
.which-product.which-product--focus-slider .bxslider4 li > a:focus {
	border-color: #FF6600;
	box-shadow: 0 16px 34px rgba(31, 41, 51, 0.14);
	transform: translateY(-2px);
}

.which-product.which-product--focus-slider a .product-detail {
	display: flex;
	flex-direction: column;
	min-height: 245px;
	padding: 0;
}

.which-product.which-product--focus-slider a .product-detail h3 {
	font-size: 17px;
	line-height: 1.3;
	min-height: 45px;
	padding-bottom: 14px;
}

.which-product.which-product--focus-slider a .product-detail .image-container {
	align-items: center;
	background: #f7fafc;
	border-radius: 8px;
	display: flex;
	flex: 1 1 auto;
	height: 165px;
	justify-content: center;
	padding: 14px;
}

.which-product.which-product--focus-slider a .product-detail img {
	display: block;
	height: 100%;
	max-height: 135px;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.which-product.which-product--focus-slider a:hover .product-detail img {
	opacity: 0.86;
}

.which-product.which-product--focus-slider .slider-which .bx-wrapper .bx-controls-direction a {
	align-items: center;
	background: #ffffff !important;
	border: 1px solid #d8e1e7;
	border-radius: 50%;
	box-shadow: 0 10px 22px rgba(31, 41, 51, 0.16);
	color: #234455;
	display: flex;
	height: 44px;
	justify-content: center;
	overflow: hidden;
	text-indent: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
}

.which-product.which-product--focus-slider .slider-which .bx-wrapper .bx-prev {
	left: -18px;
	margin-left: 0;
}

.which-product.which-product--focus-slider .slider-which .bx-wrapper .bx-next {
	left: auto;
	margin-left: 0;
	right: -18px;
}

.which-product.which-product--focus-slider .slider-which .bx-wrapper .bx-prev:before,
.which-product.which-product--focus-slider .slider-which .bx-wrapper .bx-next:before {
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	font-weight: 900;
	line-height: 1;
}

.which-product.which-product--focus-slider .slider-which .bx-wrapper .bx-prev:before {
	content: "\f053";
}

.which-product.which-product--focus-slider .slider-which .bx-wrapper .bx-next:before {
	content: "\f054";
}

.which-product.which-product--focus-slider .slider-which .bx-wrapper .bx-controls-direction a:hover,
.which-product.which-product--focus-slider .slider-which .bx-wrapper .bx-controls-direction a:focus {
	background: #FF6600 !important;
	border-color: #FF6600;
	color: #ffffff;
	opacity: 1;
	text-decoration: none;
}

@media screen and (max-width: 700px) {
	.which-product.which-product--focus-slider .slider-which {
		padding-left: 18px;
		padding-right: 18px;
	}

	.which-product.which-product--focus-slider a .product-detail {
		min-height: 250px;
	}

	.which-product.which-product--focus-slider a .product-detail h3 {
		font-size: 18px;
		min-height: 0;
	}

	.which-product.which-product--focus-slider a .product-detail .image-container {
		height: 175px;
	}
}


.spacer0 { height:0px; clear:both;}
.spacer1 { height:1px; clear:both;}
.spacer10 { height:10px; clear:both;}
.spacer20 { height:20px; clear:both;}
.spacer30 { height:30px; clear:both;}
.spacer40 { height:40px; clear:both;}
.spacer50 { height:50px; clear:both;}
.spacer100 { height:100px; clear:both;}

footer {
	background: #3F3F42;
	padding-top:20px;
	padding-bottom:30px;
}

footer h3 {
	color: #ffffff;
	font-weight:700;
	margin-top:30px;
	margin-bottom:30px;
}

footer p {
	color: #ffffff;
	font-size: 13px;
	line-height:1.6em;
}

footer p.icons {
	position: relative;
	padding-left: 23px;
}

footer p.icons span {
	position: absolute;
	left: 0;
	top: 4px;
}

footer ul.menu {
	list-style: none;
	margin-left: 0;
	padding: 0;
}

footer ul.menu li {
	position: relative;
	padding-left: 15px;
	font-size: 14px;
}
footer ul.menu li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	position: absolute;
	left: 0;
	color: #ffffff;
	font-size: 10px;
}

.glyph-blue {
	color: #60c5f3;
	margin-right:5px;
}

footer a {
	color: #60c5f3;
}

.signoff span {
	color: #95f8ff;
}

.social {
	text-align:right;
	padding-right:30px;
}

.social img {
	margin-left:6px;
}

.social img:hover {
	opacity: 0.6;
}

footer hr {
	border-top-color: #607879;
	margin-top:70px;
	margin-bottom:40px;
}


/** FOOTER - NEWSLETTER SIGN UP  **/


.error {
    float:left;
    color: #ffcc00!important;
    margin:10px 0px 10px 10px!important;
    width:100%;
}

.success {
    color: #ffffff!important;
    font-size:14px;
    font-weight:bold;
}

/** END FOOTER - NEWSLETTER SIGN UP **/


/* Captcha */
/*#recaptcha_area {width:345px; overflow:hidden;}
#recaptcha_table {border:0px !important;}
.recaptchatable #recaptcha_logo, .recaptchatable .recaptcha_only_if_privacy {display:none !important;}
.recaptchatable td {padding:0px !important; vertical-align:top;}
#recaptcha_table .recaptcha_image_cell {padding:0px !important;}
#recaptcha_reload, #recaptcha_switch_audio, #recaptcha_whatsthis {margin-left:5px;}
.recaptchatable #recaptcha_response_field {width:285px !important;}*/
/* /Captcha */

/* Captcha */
#recaptcha_area {width:305px; overflow:hidden;}
.recaptcha_only_if_privacy {display:none;}
/*#recaptcha_reload, #recaptcha_whatsthis, #recaptcha_switch_audio {display:none;}*/
.recaptchatable #recaptcha_response_field {width:244px !important; border:1px solid #dddddd !important; font-size:13px;}
#recaptcha_challenge_image {width:242px;}
.recaptchatable tr {padding:0px !important;}
.recaptcha_image_cell {width:252px !important; text-align:left !important;}
#recaptcha_image {width:247px !important;}
.recaptchatable #recaptcha_image {border:0px !important;}
.recaptcha_input_area {padding:0px !important;}
a.reload_captcha {display:block; clear:both; margin-bottom:10px; cursor:pointer; font-size:11px;}
/* / Captcha */


@media screen and (min-width: 767px) and (max-width: 1200px) {

    .hidden-small {
        display:none;
    }

}

.products-menu {width: 100%;}
.products-menu ul {margin: 36px 0 0 0; padding: 0; list-style: none;}
.products-menu ul li {display: inline-block; vertical-align: top; height: 270px; width: 202px; margin: 5px;}
.products-menu ul li > a {width: 192px; height: 170px; display: block; text-align: center; border: 1px solid #e5e5e5; background-color: #f9f9f9; padding: 5px; box-shadow: 0px 2px 10px 0px #e0e0e0;}
.products-menu ul li img {max-height: 152px; max-width: 192px; mix-blend-mode: multiply;}
.products-menu ul li > a:hover {background-color: #f3f3f3; padding: 5px; box-shadow: 0px 2px 10px 0px #d0d0d0;}
.products-menu ul li p {width: 192px; margin-top: 10px; text-align: center; font-size: 13px; line-height: 18px;}

.product-enquiry {
	width: 100%;
	display: none;
}

input.wpcf7-submit {
	background: #5da100; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #4e8800;
  border-radius: 3px;
	box-shadow: rgb(0 0 0 / 40%) 0px 1px 2px 0px, rgb(108 186 0) 0px 1px 0px 0px inset;
	text-shadow: rgb(0 0 0 / 20%) 0px 1px 1px;
	color: white;
	padding: 8px 15px;
}

/* Contact Form 7 Fields */
.wpcf7-form label {
	font-family: Lato, "Avenir Book", Arial, sans-serif;
	float:left;
	margin-top:-3px;
	font-size:16px;
	font-weight:700;
	color: #6f6f6f;
	clear:both;
}

.wpcf7-form label span {
	color: #ff6600;
	padding-left: 5px;
}

.wpcf7-form input, .wpcf7-form select {
  float: left;
  display: block;
  width: 400px;
	max-width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #6f6f6f;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cacaca;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.wpcf7-form input:focus, .wpcf7-form select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.wpcf7-form textarea {
  float: left;
  display: block;
  width: 400px;
	max-width: 100%;
  height: 120px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #6f6f6f;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cacaca;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.wpcf7-form input[type=submit] {
	margin-top: 25px;
	font-family: Lato, "Avenir Book", Arial, sans-serif;
	letter-spacing: 0px;
	word-spacing: 2px;
	width: 200px;
	height: 45px;
	font-size:16px;
	font-weight: 700!important;
	color: #ffffff;
    background-color: #447bd4;
    border-color: #3a74cc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.wpcf7-form input[type=submit]:hover {
  color: #ffffff;
  background-color: #5389e4;
  border-color: #447bd4;
}

/* IceCat Overrides */
.IcecatLive .-bp-container span {
	background: transparent;
	font-family: Lato, Arial, sans-serif !important;
	font-weight: 400 !important;
	line-height: 1.1 !important;
	color: #385658 !important;
	font-size:36px !important;
	margin-top:10px !important;
	margin-bottom:20px !important;
}

.for-marketingtext .-header {display: none !important;}

footer .screen-reader-response p {color: #ffffff !important;}

/* News overview page additions - 26/03/2021 */

.news-overview {
	background: #3F3F42;
	width: 100%;
	padding: 20px;
	height: 300px;
	margin: 10px 0 20px 0;
	color: #ffffff;
}

.news-overview h1 {
	color: #ffffff;
}

.news-overview hr.ss_1 {
	border: none;
	border-bottom: 3px solid #ff6600;
	text-align:left;
	width:30%;
	-webkit-margin-before: 0em;
	-webkit-margin-start:0px;
}

.news-summary {
	position: relative;
	width: 100%;
	height: 300px;
	margin: 10px 0 20px 0;
	overflow: hidden;
}

.news-img {
	position: relative;
	z-index: 6;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.news-img img {
	width: 100%;
	height: auto;
}

.news-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 15px;
	background: rgba(0,0,0,0.8);
	z-index: 7;
}

.news-content h2 {
	font-size: 20px;
	line-height: 125%;
	text-transform: none;
	padding-bottom: 20px;
	margin-bottom: 0px;
}

.news-content h2 a {
	color: #ffffff;
}
.news-content h2 a:hover {
	color: #ffff00;
	text-decoration: none;
}
.news-summary .news-content .news-detail {
  max-height: 0;
	transition: max-height 0.25s ease-out;
}

.news-summary:hover .news-content .news-detail {
  max-height: 500px;
	transition: max-height 0.25s ease-in;
}


.news-content .news-detail p {
	font-size: 14px;
	color: #ffffff;
}

.news-content .news-detail p:first-child {
	color: #ffffff;
	padding-bottom: 20px;
}

.news-content .news-detail .date {
	width: 110px;
	display: inline-block;
}

.news-content .news-detail .date p.meta-date {
	position: relative;
	padding-left: 15px;
	color: #ffffff;
	font-size: 12px;
	padding-bottom: 0px;
}

.news-content .news-detail .date p.meta-date::before {
	position: absolute;
	left: 0px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f073";
}

.news-content .news-detail .tags {
	width: calc(100% - 120px);
	display: inline-block;
	padding-left: 10px;
}

.news-content .news-detail .tags p.meta-tags {
	position: relative;
	padding-left: 20px;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 0px;
}

.news-content .news-detail .tags p.meta-tags a {
	color: #ffff00;
	font-style: italic;
}

.news-content .news-detail .tags p.meta-tags::before {
	position: absolute;
	left: 0px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f02c";
}
p.single-meta i {
	color: #ff6600;
	padding-right: 5px;
}

p.single-meta span {
	padding-right: 25px;
}

p.single-meta a {
	color: #447bd4;
}

.news-filter-page {
	background: #f3f6f8;
	/* margin-top: 12px; */
	padding: 34px 0 70px;
}
.page-template-page-news{
	background-image: none;
}
.news-filter-hero {
	align-items: flex-end;
	background: #ffffff;
	border: 1px solid #dfe6ec;
	border-radius: 8px;
	box-shadow: 0 14px 32px rgba(31, 41, 51, 0.08);
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-bottom: 28px;
	padding: 30px;
}

.news-filter-page .news-overview {
	background: transparent;
	color: #1f2933;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}

.news-filter-hero__eyebrow {
	color: #FF6600;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.news-filter-page .news-overview h1 {
	color: #16212b;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 12px;
}

.news-filter-page .news-overview p {
	color: #5c6b76;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	max-width: 640px;
}

.news-filter-controls {
	background: #edf2f5;
	border: 1px solid #d8e1e7;
	border-radius: 8px;
	display: flex;
	flex: 0 0 auto;
	gap: 6px;
	padding: 6px;
}

.news-filter-controls__button {
	background: transparent;
	border: 0;
	border-radius: 6px;
	color: #234455;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	padding: 11px 16px;
	transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
	white-space: nowrap;
}

.news-filter-controls__button:hover,
.news-filter-controls__button:focus,
.news-filter-controls__button.is-active {
	background: #FF6600;
	box-shadow: 0 8px 18px rgba(255, 102, 0, 0.22);
	color: #ffffff;
	outline: none;
}

.news-filter-status {
	color: #5c6b76;
	font-size: 14px;
	min-height: 20px;
	padding-bottom: 10px;
}

.news-filter-grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	position: relative;
	transition: opacity 180ms ease;
}

.news-filter-grid.is-loading {
	opacity: 0.42;
	pointer-events: none;
}

.news-filter-card {
	background: #ffffff;
	border: 1px solid #dfe6ec;
	border-radius: 8px;
	box-shadow: 0 14px 32px rgba(31, 41, 51, 0.08);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
}

.news-filter-card__image {
	background: #16212b;
	display: block;
	overflow: hidden;
	padding-top: 62%;
	position: relative;
}

.news-filter-card__image img,
.news-filter-card__placeholder {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: opacity 180ms ease, transform 180ms ease;
	width: 100%;
}

.news-filter-card__placeholder {
	background: linear-gradient(135deg, #234455 0%, #16212b 100%);
}

.news-filter-card:hover .news-filter-card__image img,
.news-filter-card__image:focus img {
	opacity: 0.82;
	transform: scale(1.03);
}

.news-filter-card__label {
	background: #FF6600;
	border-radius: 4px;
	bottom: 16px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	left: 16px;
	line-height: 1;
	padding: 8px 10px;
	position: absolute;
	text-transform: uppercase;
}

.news-filter-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 22px;
}

.news-filter-card__date {
	color: #5c6b76;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

.news-filter-card h2 {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 12px;
}

.news-filter-card h2 a {
	color: #16212b;
	text-decoration: none;
}

.news-filter-card h2 a:hover,
.news-filter-card h2 a:focus {
	color: #FF6600;
	text-decoration: none;
}

.news-filter-card__excerpt {
	color: #31404b;
	font-size: 14px;
	line-height: 1.55;
}

.news-filter-card__excerpt p {
	margin: 0;
}

.news-filter-card__tags {
	border-top: 1px solid #dfe6ec;
	font-size: 13px;
	line-height: 1.5;
	margin: auto 0 0;
	padding-top: 16px;
}

.news-filter-card__tags a {
	color: #517ece;
}

.news-filter-empty {
	background: #ffffff;
	border: 1px solid #dfe6ec;
	border-radius: 8px;
	grid-column: 1 / -1;
	padding: 32px;
	text-align: center;
}

.news-filter-empty h2 {
	color: #16212b;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px;
}

.news-filter-empty p {
	margin: 0;
}

@media screen and (max-width: 991px) {
	.news-filter-hero {
		align-items: flex-start;
		flex-direction: column;
	}

	.news-filter-controls {
		flex-wrap: wrap;
		width: 100%;
	}

	.news-filter-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 620px) {
	.news-filter-page {
		padding: 24px 0 46px;
	}

	.news-filter-hero {
		padding: 22px;
	}

	.news-filter-page .news-overview h1 {
		font-size: 28px;
	}

	.news-filter-controls__button {
		flex: 1 1 100%;
	}

	.news-filter-grid {
		grid-template-columns: 1fr;
	}
}

.bx-wrapper {position: relative; margin: 0 auto; padding: 0; height: auto;}
.bx-wrapper .bx-viewport {height: auto; padding: 15px 0;}
.bx-wrapper .bx-pager {text-align: center; font-size: 1em; font-weight: bold; padding-top: 1px; position: absolute; bottom: -40px;height: auto; width: 100%;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;}
.bx-wrapper .bx-controls-direction a {position: absolute; top: 50%; margin-top: -25px; outline: 0; width: 55px; height: 55px; text-indent: -9999px; z-index: 4;}
.bx-wrapper .bx-controls-direction a.disabled {display: none;}
.bx-wrapper .bx-prev {left: -45px; background: url(../images/control-arrow.png) no-repeat top left;}
.bx-wrapper .bx-next {right: -45px; background: url(../images/control-arrow.png) no-repeat top right;}
.bx-wrapper .bx-prev:hover {left: -50px;}
.bx-wrapper .bx-next:hover {right: -50px;}
.bx-wrapper .bx-pager.bx-default-pager a {display: none;}

.border-bottom {border-bottom: 2px solid #9A9A9A;}
img.contact-banner {margin-bottom: 25px;}
.contact-section {padding: 20px 0;}
.contact-section p i {color: #447bd4; padding-right: 5px;}

.focus-support-docs{
	float: left;
    width: 100%;
    background: #ffffff;
	padding: 40px 0 40px 0;
}

.which-product--focus-slider .slider-which .bx-wrapper .bx-controls-direction a {
	bottom: -50px;
}
