/*** uncss> filename: https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900 ***/

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Thin'), local('Roboto-Thin'),
		url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1MmgVxIIzc.ttf)
		format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Light'), local('Roboto-Light'),
		url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fBBc9.ttf)
		format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'),
		url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxP.ttf)
		format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local('Roboto Medium'), local('Roboto-Medium'),
		url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBBc9.ttf)
		format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'),
		url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfBBc9.ttf)
		format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: local('Roboto Black'), local('Roboto-Black'),
		url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmYUtfBBc9.ttf)
		format('truetype');
}

/*** uncss> filename: https://www.planb.co.uk/wp-content/themes/rawnet/app/stylesheets/application.css?rand=1243 ***/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

footer, header, nav, section {
	display: block
}

a {
	background-color: transparent
}

a:active, a:hover {
	outline: 0
}

strong {
	font-weight: bold
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

img {
	border: 0
}

svg:not (:root ){
	overflow: hidden
}

button, input, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button {
	text-transform: none
}

button, input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

textarea {
	overflow: auto
}
	/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*, *:before, *:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}
	a, a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	a[href^="javascript:"]:after {
		content: ""
	}
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	p, h2 {
		orphans: 3;
		widows: 3
	}
	h2 {
		page-break-after: avoid
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
	src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix")
		format("embedded-opentype"),
		url("../fonts/bootstrap/glyphicons-halflings-regular.woff2")
		format("woff2"),
		url("../fonts/bootstrap/glyphicons-halflings-regular.woff")
		format("woff"),
		url("../fonts/bootstrap/glyphicons-halflings-regular.ttf")
		format("truetype"),
		url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
		format("svg")
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
	background-color: #fff
}

input, button, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:hover, a:focus {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

img {
	vertical-align: middle
}

h1, h2 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

h1, h2 {
	margin-top: 20px;
	margin-bottom: 10px
}

h1 {
	font-size: 36px
}

h2 {
	font-size: 30px
}

p {
	margin: 0 0 10px
}

.small {
	font-size: 85%
}

ul {
	margin-top: 0;
	margin-bottom: 10px
}

ul ul {
	margin-bottom: 0
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container:before, .container:after {
	content: " ";
	display: table
}

.container:after {
	clear: both
}

@media ( min-width : 768px) {
	.container {
		width: 750px
	}
}

@media ( min-width : 992px) {
	.container {
		width: 970px
	}
}

@media ( min-width : 1200px) {
	.container {
		width: 1170px
	}
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.row:before, .row:after {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.col-md-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media ( min-width : 992px) {
	.col-md-12 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.pull-right {
	float: right !important
}

@
-ms-viewport {
	width: device-width
} /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
footer, header, nav, section {
	display: block
}

* {
	outline: none;
	-webkit-tap-highlight-color: transparent
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a {
	background: transparent;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent
}

a:active, a:hover {
	outline: 0
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

strong {
	font-weight: bold
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

img {
	border: 0
}

svg:not (:root ){
	overflow: hidden
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	min-width: 0;
	padding: 0.35em 0.625em 0.75em
}

button, input, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button, input {
	line-height: normal
}

button {
	text-transform: none
}

button, input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

.pull-right {
	float: right
}

p {
	margin: 0;
	padding: 10px 0
}

a {
	color: #fa6900
}

strong {
	font-weight: 700
}

h1, h2 {
	padding: 10px 0;
	margin: 0;
	line-height: 1;
	font-weight: 300;
	color: #434a54
}

h1 {
	font-size: 36px;
	font-weight: 900
}

h2 {
	font-size: 22px;
	font-weight: 900
}

h1.pagetitle {
	font-weight: 400;
	color: #fa6900
}

.button {
	display: table;
	border-radius: 5px;
	background: #fa6900;
	padding: 13px 50px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border: none;
	letter-spacing: 1px;
	white-space: normal;
	margin: 0 auto;
	-webkit-transition-property: background, border, color;
	-moz-transition-property: background, border, color;
	transition-property: background, border, color;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

.button:hover {
	background: #943e00;
	color: #fff;
	text-decoration: none
}

.button.empty {
	background-color: transparent;
	border: 1px solid #434a54;
	color: #434a54
}

.button.empty:hover {
	background: #fa6900;
	color: #fff;
	border: 1px solid #fa6900
}

.button.reverse {
	background-color: #fff;
	color: #fa6900
}

#banner .button.empty {
	font-size: 20px;
	border: 1px solid #fa6900;
	color: #fa6900;
	padding: 16px 40px
}

#banner .button.empty:hover {
	background: #fa6900;
	color: #fff !important;
	border: 1px solid #fa6900
}

form fieldset {
	border: none;
	margin: 0;
	padding: 10px 0;
	clear: both
}

form label {
	font-weight: 700;
	padding-bottom: 5px;
	display: block
}

form input[type="text"], form input[type="email"], form input[type="password"], form textarea {
	border: 1px solid #d9dbdd;
	border-radius: 5px;
	padding: 11px 10px;
	width: 100%
}

form textarea {
	max-height: 140px
}

form .button {
	display: block;
	width: 100%
}

@media screen and (max-width: 767px) {
	.form .row .columns {
		padding-bottom: 0
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 2
}

.slick-list:focus {
	outline: none
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img
	{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px
} /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

img {
	max-width: 100%
}

html {
	background: #eee
}

body {
	background: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #656d78;
	line-height: 1.6;
	margin-right: auto;
	margin-left: auto;
	-webkit-font-smoothing: antialiased;
	box-shadow: 0px 0px 20px 0px #999
}

#page {
	overflow: hidden
}

.container {
	max-width: 980px;
	margin: 0 auto
}

.container.small {
	max-width: 784px;
	padding: 0
}

.container.medium {
	max-width: 1140px
}

.row {
	margin: 0 -15px;
	width: auto;
	font-size: 0px
}

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

.row .columns {
	padding-right: 15px;
	padding-left: 15px;
	display: inline-block;
	font-size: 16px;
	vertical-align: top
}

.row .two {
	width: 50%
}

@media screen and (max-width: 1023px) {
	.container {
		width: 768px;
		padding: 0 30px
	}
	.container.small {
		max-width: 100%;
		padding: 0
	}
	.row .columns {
		padding-bottom: 40px
	}
}

@media screen and (max-width: 767px) {
	.container {
		width: 568px;
		padding: 0 20px
	}
	.container.small {
		padding: 0
	}
	.row .columns {
		padding-bottom: 20px
	}
	.row .two {
		width: 100%
	}
}

@media screen and (max-width: 567px) {
	.container {
		width: 100%
	}
	.container.medium {
		padding: 0px
	}
	.row .columns {
		padding-right: 0;
		padding-left: 0
	}
}

section.standard {
	padding: 0 0 40px 0;
	text-align: left;
}

section.standard footer {
	width: 100%;
	padding: 0;
	text-align: left
}

/*@media screen and (max-width: 1023px) {
	section.standard {
		padding-bottom: 40px
	}
}

@media screen and (max-width: 767px) {
	section.standard {
		padding-top: 40px
	}
}

@media screen and (max-width: 567px) {
	section.standard header.intro {
		padding-bottom: 40px
	}
}*/

*, :after, :before {
	box-sizing: border-box
}

#header {
	padding: 20px 20px 0;
	background: #fff;
	position: relative;
	z-index: 5
}

#header:after {
	content: "";
	display: table;
	clear: both
}

#header #brand {
	display: inline-block;
	height: 70px;
	position: absolute
}

#header #brand img {
	width: 85%;
	margin-top: 10px
}

#header #nav-toggle {
	border: none;
	display: none
}

#header #nav-toggle .menu {
	background: none;
	border: none;
	padding: 0;
	outline: none;
	float: right;
	width: 30px;
	height: 30px
}

#header #nav-toggle .menu:after, #header #nav-toggle .menu:before {
	content: "";
	display: block;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .1s;
	-moz-transition-duration: .1s;
	transition-duration: .1s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

#header #nav-toggle .menu:after {
	border-top: 4px solid #656d78
}

#header #nav-toggle .menu:before {
	border-top: 4px solid #656d78
}

#header #nav-toggle .menu span {
	border-top: 4px solid #656d78;
	display: block;
	margin: 7px 0;
	width: 100%;
	height: 2px
}

#header .actions-wrap {
	float: right;
	display: inline
}

#header .actions {
	padding-bottom: 20px
}

#header .actions ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	vertical-align: middle
}

#header .actions ul li {
	display: inline-block;
	padding-right: 40px;
	line-height: 1
}

#header .actions ul li:last-child {
	padding-right: 0
}

#header .actions ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: #8a919a
}

#header .actions ul li.tel {
	color: #fa6900;
	font-weight: 500;
	border: none;
	font-size: 26px;
	padding-right: 0
}

#header .actions ul li.tel:before {
	content: "";
	width: 26px;
	height: 26px;
	background-image:
		url("/CustomerPortal/images/newtheme/sprite.svg?rnd=122345");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 10px
}

#header .actions ul li.mob-tel {
	display: none
}

#header.new {
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 5;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.2) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.2) 100%);
	background: linear, to bottom, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.2) 100%;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff',
		endColorstr='#ffffff', GradientType=0)
}

#header.new .actions ul li.tel {
	color: #fff
}

#header.new .container.medium {
	padding-left: 83px;
	padding-right: 83px
}

@media screen and (max-width: 1023px) {
	#header {
		text-align: center;
		padding-right: 0;
		padding-bottom: 15px;
		padding-left: 0
	}
	#header.new {
		min-height: 97px
	}
	#header #brand {
		width: 110px;
		height: 44px;
		margin: 0 auto;
		position: relative
	}
	#header #nav-toggle {
		display: block;
		float: left;
		margin-top: 12px
	}
	#header .actions {
		padding-bottom: 0;
		float: none;
		width: 100%;
		text-align: left
	}
	#header .actions ul {
		margin-top: 10px
	}
	#header .actions ul li {
		display: none
	}
	#header .actions ul li.mob-tel {
		display: block
	}
	#header .actions ul li.mob-tel a {
		display: block
	}
	#header .actions ul li.mob-tel a:before {
		content: "";
		width: 26px;
		height: 26px;
		background-image:
			url("/CustomerPortal/images/newtheme/sprite.svg?rnd=122345");
		background-position: 0px 0px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media screen and (max-width: 567px) {
	#header.new .container.medium {
		padding-left: 20px;
		padding-right: 20px
	}
}

#nav ul li {
	display: inline-block;
	padding: 0 15px
}

#nav ul li:first-child {
	padding-left: 0
}

#nav ul li:last-child {
	padding-right: 0
}

#nav ul li a {
	text-decoration: none;
	display: block;
	font-weight: 500;
	padding-bottom: 15px;
	border-bottom: 3px solid transparent;
	-webkit-transition-property: border-color, color;
	-moz-transition-property: border-color, color;
	transition-property: border-color, color;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-timing-function: ease-in, ease-in;
	-moz-transition-timing-function: ease-in, ease-in;
	transition-timing-function: ease-in, ease-in
}

#nav ul li:hover a {
	color: #fa6900;
	border-color: #fa6900
}

#nav ul li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible
}

#nav ul li ul.sub-menu {
	width: 100%;
	height: 40px;
	background: #fa6900;
	padding-right: 20px;
	padding-left: 20px;
	position: absolute;
	top: 100%;
	right: 0px;
	left: 0px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility;
	-moz-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-timing-function: ease-in, ease-in;
	-moz-transition-timing-function: ease-in, ease-in;
	transition-timing-function: ease-in, ease-in;
	text-align: center
}

#nav ul li ul.sub-menu li {
	display: inline-block;
	margin: 0;
	padding: 0
}

#nav ul li ul.sub-menu li a {
	color: #fff;
	font-size: 14px;
	border-color: transparent;
	border: none;
	padding: 10px 20px
}

#nav ul li ul.sub-menu li a:hover {
	color: #434a54
}

.new #nav {
	font-size: 18px
}

.new #nav a {
	color: #fff
}

#mob-nav {
	position: absolute;
	top: 97px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	padding: 0;
	z-index: 4;
	opacity: 0;
	background: #4d535b;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: transform opacity;
	-moz-transition-property: transform opacity;
	transition-property: transform opacity;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

#mob-nav ul {
	margin: 0;
	padding: 0
}

#mob-nav ul li {
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #3d444b;
	background: #4d535b;
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

#mob-nav ul li:hover {
	background: #fa6900
}

#mob-nav ul li:first-child {
	border-top: 1px solid #3d444b
}

#mob-nav ul li a {
	text-decoration: none;
	color: #fff;
	padding: 15px 40px;
	font-size: 20px;
	display: block
}

#mob-nav ul li ul.sub-menu li {
	background: #70706f !important
}

#mob-nav ul li ul.sub-menu li a {
	padding-left: 60px;
	color: #f5f5f5
}

#mob-nav ul li.has-sub {
	position: relative
}

#mob-nav ul li.has-sub>a {
	width: 70%
}

#mob-nav ul li.has-sub>span {
	width: 30%;
	height: 46px;
	padding: 0 30px;
	text-align: right;
	cursor: pointer;
	position: absolute;
	top: 7px;
	right: 0px
}

#mob-nav ul li.has-sub>span:before {
	content: "";
	display: inline-block;
	margin-top: 12px;
	width: 20px;
	height: 20px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

#mob-nav ul li.has-sub ul.sub-menu {
	display: none
}

#mob-nav ul li.has-sub ul.sub-menu li {
	border-top: 1px solid #3d444b;
	border-bottom: none
}

@media screen and (max-width: 1023px) {
	#nav {
		display: none
	}
}

#banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 3;
	min-height: 119px;
	/*margin-bottom: 40px*/
}

#banner:before {
	content: "";
	width: 981px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 50%;
	bottom: 0px;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	z-index: 1
}

#banner .text {
	position: absolute;
	top: 50%;
	right: 0px;
	left: 0px;
	-webkit-transform: translateY(-82%);
	-moz-transform: translateY(-82%);
	-ms-transform: translateY(-82%);
	-o-transform: translateY(-82%);
	transform: translateY(-82%);
	z-index: 2;
	text-align: center
}

#banner .text h1 {
	text-align: center;
	padding: 0;
	font-size: 64px;
	font-weight: 100;
	color: #fff
}

#banner.home-banner {
	margin-bottom: 0px
}

#banner.home-banner .text {
	font-size: 28px;
	color: #fff;
	z-index: 99
}

#banner.home-banner .text h1 {
	font-size: 53px;
	padding-bottom: 20px;
	letter-spacing: 2px;
	line-height: 1.2em
}

#banner.home-banner .text .button-row {
	padding-top: 20px
}

#banner.home-banner .top-cta {
	position: absolute;
	bottom: 0px;
	padding-bottom: 50px;
	padding-top: 50px;
	left: 0px;
	right: 0px;
	z-index: 100;
	background-color: #1B1B1B
}

#banner.home-banner .top-cta blockquote {
	font-size: 16px;
	max-width: 686px;
	margin-left: 83px;
	padding: 0px;
	border-left: 3px solid #fa6900;
	padding-left: 30px;
	color: #fff
}

#banner.home-banner .top-cta blockquote h2 {
	color: #fff;
	font-weight: 300;
	font-size: 26px;
	padding: 0px
}

#banner.home-banner .top-cta blockquote a {
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	color: #fa6900;
	font-weight: 700;
	text-decoration: none
}

#banner.home-banner .top-cta blockquote a:hover {
	color: #70706f
}

#banner.home-banner .circle-of-life {
	position: absolute;
	bottom: -140px;
	right: -365px;
	z-index: 101
}

@media screen and (max-height: 768px) {
	#banner.home-banner .text h1 {
		font-size: 43px;
		padding-bottom: 0px
	}
}

@media screen and (max-width: 1023px) {
	#banner {
		min-height: 97px !important
	}
}

@media screen and (max-width: 767px) {
	#banner {
		min-height: 79px !important
	}
	#banner .text {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	#banner .text h1 {
		font-size: 40px
	}
	#banner.home-banner .text h1 {
		font-size: 40px
	}
	#banner.home-banner .circle-of-life {
		display: none
	}
}

@media screen and (max-width: 567px) {
	#banner {
		min-height: 79px !important
	}
	#banner .text {
		position: relative;
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
		top: 100px
	}
	#banner .text h1 {
		font-size: 40px
	}
	#banner.home-banner .text {
		position: relative
	}
	#banner.home-banner .top-cta {
		padding: 20px
	}
	#banner.home-banner .top-cta blockquote {
		width: 100%;
		margin-left: 0px
	}
}

@media screen and (max-width: 400px) {
	section {
		padding: 20px 0px
	}
	#banner .button {
		line-height: 1em;
		padding: 5px;
		margin-top: -20px
	}
	#banner.home-banner .text h1 {
		font-size: 28px
	}
	#banner.home-banner .top-cta {
		padding: 20px
	}
	#banner.home-banner .top-cta blockquote {
		margin-bottom: 0px;
		max-width: 100%;
		overflow: hidden
	}
	#banner.home-banner .top-cta blockquote h2 {
		font-size: 18px
	}
	#banner.home-banner .top-cta blockquote p {
		font-size: 12px
	}
}

@media screen and (max-width: 319px) {
	.top-cta {
		display: none
	}
}

#footer {
	color: #fff;
	font-size: 14px;
	background-color: #000;
	/*padding: 55px 0;*/
	padding-bottom: 0px;
	position: relative
}

#footer a {
	color: #fff
}

#footer h2 {
	font-weight: normal;
	color: #fff
}

#footer .info:after {
	content: "";
	display: table;
	clear: both
}

#footer .info .columns {
	font-size: 13px
}

#footer .info .columns.reg {
	padding-right: 40px
}

#footer .info .columns p {
	display: inline-block;
	vertical-align: top;
	padding-right: 20px
}

#footer .info .columns p:last-child {
	padding-right: 0
}

#footer .info .columns ul {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none
}

#footer .info .columns ul li {
	margin-bottom: 15px
}

#footer .info .columns ul li strong {
	color: #fa6900;
	display: block;
	font-size: 18px;
	font-weight: 400
}

#footer .social {
	margin: 0;
	padding: 0;
	list-style-type: none
}

#footer .social li {
	display: inline-block;
	padding: 0 2px;
	-webkit-transition: color .3s ease-in;
	-moz-transition: color .3s ease-in;
	transition: color .3s ease-in
}

#footer .social li .fa-stack-1x {
	color: #000
}

#footer .social li .icon-linkedin {
	color: #fff
}

#footer .social li .icon-linkedin:hover {
	color: #3b5998 !important
}

#footer .social li .icon-twitter {
	color: #fff
}

#footer .social li .icon-twitter:hover {
	color: #00aced !important
}

#footer .social li .icon-youtube {
	color: #fff
}

#footer .social li .icon-youtube:hover {
	color: #dd4b39 !important
}

#footer .social li .icon-rss {
	color: #fff
}

#footer .social li .icon-rss:hover {
	color: Red !important
}

#footer .cpy {
	display: block;
	background-color: #323232;
	height: 60px;
	/*margin-top: 75px*/
}

#footer .cpy .columns {
	color: #ddd;
	font-size: 13px;
	vertical-align: bottom;
	margin-top: 10px
}

#footer .cpy .columns a {
	color: #ddd
}

#footer .cpy .links {
	list-style-type: none;
	vertical-align: bottom;
	padding: 10px;
	margin: 0;
	float: right
}

#footer .cpy .links li {
	display: inline-block;
	border-right: 1px solid #777d86;
	padding: 0 15px
}

#footer .cpy .links li:last-child {
	border-right: none
}

#footer .cpy .links li a {
	color: #fff;
	text-decoration: none
}

@media screen and (max-width: 768px) {
	#footer .cpy {
		height: auto
	}
}

@media screen and (max-width: 767px) {
	#footer .info {
		padding-bottom: 0
	}
	#footer .columns {
		padding: 0px 15px
	}
}

@media screen and (max-width: 567px) {
	#footer .cpy {
		height: auto;
		margin-top: 0px
	}
	#footer .cpy .links {
		width: 100%;
		display: block;
		padding: 10px 0px
	}
	#footer .cpy .links li {
		margin-right: 15px;
		padding: 0;
		border: none
	}
	#footer .info .columns {
		padding: 15px
	}
	#footer .info .columns ul {
		display: block
	}
}

#our-clients {
	padding-top: 70px;
	padding-bottom: 40px
}

#our-clients .logo-list {
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0
}

#our-clients .logo-list li {
	display: inline-block;
	margin-right: 40px;
	vertical-align: middle
}

#our-clients .logo-list li img {
	-webkit-transition-property: color, filter;
	-moz-transition-property: color, filter;
	transition-property: color, filter;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	display: block;
	width: 100%;
	max-width: 100%;
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

#our-clients .logo-list li img:hover {
	-webkit-filter: grayscale(0);
	filter: none
}

#our-clients .slick-slide {
	float: none !important;
	height: auto !important
}

.our-clients h1 {
	font-weight: 400;
	color: #fa6900 !important
}

.our-clients h2 {
	font-weight: 400
}

@media screen and (max-width: 400px) {
	#our-clients {
		padding: 40px 35px
	}
}

#gated-content-form {
	background: #f5f5f5;
	padding: 40px 40px 20px
}

.disaster-recovery {
	display: table;
	clear: both;
	min-height: 350px
}

.disaster-recovery .decoration {
	display: table-cell;
	position: relative;
	background-image:
		/CustomerPortal/images/newtheme/diaster-recovery-image.jpg");
	background-size: cover;
	background-attachment: fixed;
	width: 50%
}

.disaster-recovery .decoration svg {
	position: absolute;
	width: 300px;
	right: 60px;
	top: 100px
}

.disaster-recovery .text {
	display: table-cell;
	width: 50%;
	padding: 60px
}

.disaster-recovery .text .content {
	margin-right: 40%;
	width: 60%;
	min-width: 350px
}

.disaster-recovery h1 {
	font-weight: 400;
	font-size: 28px;
	color: #fa6900
}

@media screen and (max-width: 1199px) {
	.disaster-recovery .decoration svg {
		margin-left: 0px
	}
}

@media screen and (max-width: 1023px) {
	.disaster-recovery .decoration svg {
		margin-left: -40px
	}
}

@media screen and (max-width: 860px) {
	.disaster-recovery {
		width: 100%
	}
	.disaster-recovery .decoration {
		display: none
	}
	.disaster-recovery .text {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 50px
	}
	.disaster-recovery .text .content {
		width: 100%
	}
}

@media screen and (max-width: 767px) {
	.disaster-recovery {
		background-image: none !important;
		width: 100%
	}
	.disaster-recovery .decoration {
		display: none
	}
	.disaster-recovery .text {
		display: block;
		max-width: 568px;
		margin: 0 auto;
		padding: 40px 0px
	}
	.disaster-recovery .text .content {
		min-width: 0px;
		width: 100%
	}
}

@media screen and (max-width: 400px) {
	.disaster-recovery {
		padding: 20px 20px;
		max-width: 100%;
		width: 100%
	}
	.disaster-recovery .text {
		display: block
	}
	.disaster-recovery .button {
		margin: 40px 0px
	}
}

.best-of-breed {
	padding: 60px 0px
}

.best-of-breed h1 {
	font-weight: 400;
	font-size: 28px;
	color: #fa6900
}

.best-of-breed p {
	font-size: 16px
}

.best-of-breed .breed-logos ul {
	margin: 0 auto;
	padding: 0px;
	clear: both;
	display: block;
	margin-top: 30px
}

.best-of-breed .breed-logos ul li {
	width: 25%;
	position: relative;
	background-color: #000;
	list-style-type: none;
	display: inline-block;
	margin: 0px;
	float: left
}

.best-of-breed .breed-logos ul li img {
	-webkit-transition-property: filter;
	-moz-transition-property: filter;
	transition-property: filter;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	width: 100%;
	height: auto;
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.best-of-breed .breed-logos ul li:hover img {
	-webkit-filter: grayscale(0);
	filter: none
}

@media screen and (max-width: 767px) {
	.best-of-breed .breed-logos ul li {
		width: 50%
	}
}

@media screen and (max-width: 400px) {
	.best-of-breed {
		padding: 20px
	}
}

.unique-service-benefits {
	text-align: center;
	padding: 55px 0px;
	padding-bottom: 70px;
	margin-top: 50px
}

.unique-service-benefits h1 {
	font-weight: 400;
	color: #fff;
	font-size: 31px
}

.unique-service-benefits .benefit-icons {
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 60px;
	margin-top: 40px
}

.unique-service-benefits .benefit-icons .icon {
	width: 20%;
	display: inline-block;
	height: 255px;
	vertical-align: top;
	margin: 0;
	padding: 0;
	float: left
}

.unique-service-benefits .benefit-icons .icon .icon-image {
	width: 185px;
	height: 115px;
	margin: 0 auto
}

.unique-service-benefits .benefit-icons .icon .icon-image img {
	max-width: 66%;
	margin: 0 auto
}

.unique-service-benefits .benefit-icons .icon h2 {
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.4em
}

.unique-service-benefits .benefit-icons .icon h2 span {
	max-width: 80%;
	margin: 0 auto;
	display: block;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4em
}

@media screen and (max-width: 1023px) {
	.unique-service-benefits .benefit-icons .icon {
		width: 33%
	}
}

@media screen and (max-width: 860px) {
	.unique-service-benefits .benefit-icons .icon {
		width: 33%
	}
}

@media screen and (max-width: 767px) {
	.unique-service-benefits .benefit-icons .icon {
		width: 50%
	}
}

@media screen and (max-width: 567px) {
	.unique-service-benefits .benefit-icons {
		margin: 0;
		padding: 0
	}
	.unique-service-benefits .benefit-icons .icon {
		width: 100%;
		height: auto
	}
}

@media screen and (max-width: 400px) {
	.unique-service-benefits {
		padding: 40px 35px
	}
	.unique-service-benefits .button {
		margin: 40px 0px
	}
}

.your-way-discover-more {
	padding: 55px 0px;
	background-color: #fa6706
}

.your-way-discover-more .your-way {
	padding-left: 100px
}

.your-way-discover-more .your-way * {
	color: #fff
}

.your-way-discover-more .your-way h1 {
	font-weight: 400;
	font-size: 31px
}

.your-way-discover-more .your-way p {
	max-width: 80%
}

.your-way-discover-more .your-way .button {
	margin-top: 50px
}

.your-way-discover-more .your-way .button.reverse {
	color: #fa6900
}

.your-way-discover-more .discover-more {
	padding-left: 100px
}

.your-way-discover-more .discover-more * {
	color: #fff
}

.your-way-discover-more .discover-more h1 {
	font-weight: 400;
	font-size: 31px;
	margin-bottom: .6em
}

.your-way-discover-more .discover-more ul {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 16px
}

.your-way-discover-more .discover-more ul li {
	margin-bottom: 1.6em
}

.your-way-discover-more .discover-more ul li i {
	margin-left: -16px
}

.your-way-discover-more .discover-more .arrow-right {
	width: 0;
	height: 0;
	left: 0;
	margin-top: -30px;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 40px solid #fa6706;
	top: 50%;
	position: absolute
}

@media screen and (max-width: 880px) {
	.your-way-discover-more {
		background-image: none !important
	}
	.your-way-discover-more .your-way, .your-way-discover-more .discover-more
		{
		display: block;
		width: 100%;
		padding-left: 0px
	}
	.your-way-discover-more .your-way p {
		max-width: 100%
	}
	.your-way-discover-more .discover-more {
		margin-bottom: 0px;
		padding-bottom: 0px
	}
	.arrow-right {
		display: none
	}
}

@media screen and (max-width: 400px) {
	.your-way-discover-more {
		padding: 40px 35px
	}
}

#contact-form {
	background-color: #000;
	padding: 55px 0px;
	text-align: center;
	border-bottom: 1px solid #fff
}

#contact-form h1, #contact-form h2 {
	font-weight: 400;
	color: #fff
}

#contact-form h1 a {
	color: #fa6900
}

#contact-form h1 a:hover {
	text-decoration: underline
}

#contact-form h1 {
	font-weight: 700
}

#contact-form h2 {
	font-size: 34px
}

#contact-form form label {
	color: #fff;
	text-align: left
}

#contact-form form label sup {
	color: #fa6900;
	font-style: normal;
	font-size: 20px;
	top: -0.1em
}

#contact-form form input {
	-moz-placeholder-color: #fff;
	-moz-placeholder-opacity: 1;
	-ms-input-placeholder-color: #fff
}

#contact-form form input ::-webkit-input-placeholder {
	color: #fff
}

#contact-form form input ::-moz-placeholder {
	color: #fff;
	opacity: 1
}

#contact-form form textarea {
	height: 336px;
	max-height: 336px !important;
	-moz-placeholder-color: #fff;
	-moz-placeholder-opacity: 1;
	-ms-input-placeholder-color: #fff
}

#contact-form form textarea ::-webkit-input-placeholder {
	color: #fff
}

#contact-form form textarea ::-moz-placeholder {
	color: #fff;
	opacity: 1
}

#contact-form form p {
	display: block;
	width: 100%;
	margin-top: 60px
}

#contact-form form p .button {
	width: auto;
	margin: 0 auto;
	display: auto
}

#contact-form p.intro {
	color: #fff;
	font-size: 17px;
	margin-top: 30px;
	margin-bottom: 20px
}

#contact-form .contact-show .container {
	position: relative
}

#contact-form .contact-show .container .contact-toggle {
	color: #fff
}

#contact-form .contact-show .container .contact-toggle:hover {
	color: #fa6900
}

#contact-form .contact-toggle {
	text-decoration: none
}

#contact-form .contact-toggle:hover {
	cursor: pointer;
	cursor: hand
}

#contact-form .contact-toggle.pull-right {
	position: absolute;
	top: 0px;
	right: 10px
}

#contact-form .contact-toggle.pull-right .contact-toggle__text {
	font-size: 14px;
	padding-top: -0.2em;
	vertical-align: middle
}

#contact-form .contact-toggle__close {
	font-size: 1.8em;
	vertical-align: middle;
	line-height: 1.2em;
	font-weight: 900
}

#contact-form .contact-toggle__close:hover {
	color: #fa6900
}

@media screen and (max-width: 400px) {
	#contact-form {
		padding: 20px 35px
	}
	#contact-form form label {
		display: none
	}
	#contact-form form textarea {
		max-height: 150px !important
	}
	#contact-form form p {
		margin: 0px
	}
}
/*# sourceMappingURL=application.css.map */

/*** uncss> filename: https://www.planb.co.uk/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1 ***/
@
supports (-webkit-overflow-scrolling:touch ){
	
}

@
supports ((position:-webkit-sticky ) or (position:sticky )){
	
}

@
supports ((position:-webkit-sticky ) or (position:sticky )){
	
}

@
supports ((position:-webkit-sticky ) or (position:sticky )){
	
}

@
supports ((position:-webkit-sticky ) or (position:sticky )){
	
}

p.has-drop-cap:not (:focus ):first-letter {
	float: left;
	font-size: 8.4em;
	line-height: .68;
	font-weight: 100;
	margin: .05em .1em 0 0;
	text-transform: uppercase;
	font-style: normal
}

p.has-drop-cap:not (:focus ):after {
	content: "";
	display: table;
	clear: both;
	padding-top: 14px
}

@
supports ((position:-webkit-sticky ) or (position:sticky )){
	
}
/*** uncss> filename: https://www.planb.co.uk/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1.1 ***/
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('/CustomerPortal/images/newtheme/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

/*** uncss> filename: https://www.planb.co.uk/wp-content/plugins/ultimate-wp-query-search-filter/themes/default.css?ver=all ***/
/*the ajax loading icon*/
/*the form div*/
/*Form title*/
/*label for each field*/
/*dropdown*/

/*taxonomy and meta field radio OPTIONS*/
/*Checkboxes*/

/*search button*/
/*keyword search label*/
/*text input for keyword*/

/*Pagination*/

/*** uncss> filename: https://www.planb.co.uk/wp-content/plugins/simple-google-recaptcha/style.css?v=2.9&ver=5.1.1 ***/

#breadcrumbs {
 font-size:14px;
 line-height:1
}
#breadcrumbs .container {
 border-bottom:1px solid #d9dbdd;
 padding:0
}
#breadcrumbs.breadcrumbs-empty .container {
 border-bottom:1px transparent;
 padding:0
}
#breadcrumbs p {
 padding-top:20px;
 padding-bottom:20px
}
#breadcrumbs p a {
 color:#fa6900;
 text-decoration:none
}
#breadcrumbs p span>span {
 padding-right:5px;
 padding-left:5px
}
#breadcrumbs p span>span:first-child {
 padding-left:0
}
@media screen and (max-width: 1023px) {
 #breadcrumbs {
  display:none
 }
}

ol {
	counter-reset: number-counter;
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
	text-align: left;
}
ol li {
	padding: 0 0 40px 85px;
	position: relative;
}
ol li::before {
	content: counter(number-counter);
	counter-increment: number-counter;
	position: absolute;
	top: -10px;
	left: 0px;
	width: 54px;
	height: 54px;
	padding-top: 5px;
	background: #fa6900;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	box-shadow: inset 0px 0px 0px 2px #fff;
	border: 3px solid #fa6900;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table.privacy-cookies {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
}
table.privacy-cookies td, table.privacy-cookies th {
	padding: 0;
}