body {
/*
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: none;
*/
	background-color: white;
	width: 1350px;
	margin: 0 auto;
	display: 
}

p {
	text-align: left !important;
}

body.home .unit1 {
	float: none !important;
}

.unit1_home_fixed_height {
	height: 760px;
}

#box-group.slicknav {
	display: none;
}

.slicknav_menu {
	display:none;
}

.slicknav_nav_social {
	display: none;
}

#cookie-bar {
	left: 0;
}

#header_top {
	width: 100%;
	background-color: #f9f9f9;
	height: 90px;
}

.nav_bg_home {
	background-color: white !important;
}

ul#nav {
	width: 88%;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 80px;
	padding: 15px 0 0 0;
	position: relative;	
/* 	left: 250px; */
	z-index: 100;
}

ul#nav li {
	list-style: none;
	position: relative;
	float: left;	
}

ul#nav li a {
	display: block;
	text-transform: capitalize;
	text-decoration: none;
	height: auto;
	height: 49px;	
	padding: 0 18px;
	line-height: 58px;
	font-size: 13.5px;
	color: #5d6883;
	text-transform: uppercase;
}

ul#nav li a.sub-menu-icon {
	background-image: url('/images/icons/nav-arrow-down.png');
	background-position: right 27px;
	background-repeat: no-repeat;
}

ul#nav li a:hover {
	color: #e46543;
}

/*
body#home .home,
body#about .about,
body#services .services,
body#vacancies .vacancies,
body#news .news,
body#support .support,
body#contact .contact {
	color: #ffd500;
}
*/

ul#nav li ul {
	left:-9999px;
	list-style:none;
	position:absolute;
	width:auto;
	z-index:1000;
	margin: 0;
}

ul#nav li:hover ul {
	background-image: url(/assets/img/global/sub-nav-image-2.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: white;
	box-shadow: 2px 5px 5px rgba(0,0,0,.2);
	left:0;
	padding:15px;
	border: 0;
}

ul#nav ul li ul {
}

ul#nav li ul li {
}

ul#nav li ul li:hover {
}

ul#nav li ul li a {
	width: 300px !important;
	padding: 0 0 0 20px !important;
	display: block;
	font-size: 13px !important;
	color: #5d6883 !important;
}

ul#nav li:hover ul li a {
	border:0;
	color:#5d6883 !important;
	display:block;
	height:30px;
	line-height:150%;
	margin:0;
	padding:0;
	text-align:left;
	text-shadow: unset;
	font-weight: 300;
	width: auto;
}

ul#nav li ul img {
	float: right;
}

ul#nav li:hover ul li a:hover {
	color: #e46543 !important;
}

ul#nav li:hover ul li:hover {
	border: 0 !important;
}

a.staff_login {
	display: none !important;
}

.sub_nav_arrow_green {
	color: #688238;
}

.logo {
	position: absolute !important;
	top: 0;
	width: 10%;
	z-index: 3000;
	width: 150px !important;
}

#logo-block {
	margin-left: 220px;
}

#box-group {
	float: right;
	width: 150px;
	height: 90px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: white;
	font-weight: 700;
}

#box-search a {
	display: block;
	float: left;
	width: 50%;
	height: 45px;
	background-color: #74ba57;
	background-image: url('/images/icons/box-group/search.png');
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 5px;
	text-align: center;
	padding: 20px 0 0 0;
	color: white;
	z-index: 1000;
}

#box-login a {
	display: block;
	float: left;
	width: 50%;
	height: 45px;
	background-color: #cfb725;
	background-image: url('/images/icons/box-group/login.png');
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 5px;
	text-align: center;
	padding: 20px 0 0 0;
	color: white;
	z-index: 1000;
}

#box-social {
	float: left;
	width:100%;
	height: 45px;
	background-color: #5d6883;
	margin: 0;
	padding: 0 2.5% 0 2.5%;
}

#box-social a {
	float: left;
	display: block;
	width: 25%;
	height: 25px;
	margin: 10px 0 0 0;
/* 	background-color: red; */
	text-align: center;
}

section.main .content article {
	float: left;
	margin-bottom: 32px;
	padding: 0 24px 40px 0;
	width: 100%;
}

body.contact section.main {
	margin-top: 60px;
	float: none;
	position: relative;
	top: 0;
}

body.contact section.main .content article {
	margin: 0;
}

.contact_banner {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.contact_banner img {
	width: 100%;
	height: auto;
}

#banner_image_text {
	position: absolute;
	top: 40%;
	left: 5%;
	z-index: 1000;
	color: white;
	width: 50%;
	text-align: left;
	font-size: 35px;
	font-weight: normal;
}

#banner_image_text strong {
	text-transform: uppercase;
}

a.banner_image.banner_contact {
	position: relative;
	top: 0;
	left: 0;	
}

#footer_social_icons {
	width: 100%;
	height: auto;
	padding: 0 0 20px 0;
}

#footer_social_icons li a {
	float: left;
	padding: 0 10px 0 0;
}

footer .unit4 {
	padding: 0 !important;
	margin: 0 !important;
	padding: 0 15px !important;
}

footer .unit4 p {
	padding: 0 !important;
	margin: 0 !important;
}

footer {
	padding: 42px 20px 42px 20px;
	position: relative;
	float: none;
}

footer p  a {
	color: #8dabd8 !important;
}

footer p  a:hover {
	color: #e6653d !important;
}

header.unit1 {
	min-height: 30px;
	background-color: white;
	max-width: 100%;
	display: none;
}

.breadcrumb {
	background-color: white !important;
	padding: 10px 0 10px 15px !important;
}

.breadcrumb ul li a {
	color: #5d6883 !important;
}

section.main .content article > .unit1 .unit3 nav.subNav ul li {
	border-bottom: none;
	font-weight: 500;
}

section.main .content article>.unit1 .unit3 nav.subNav ul li a:before {
	content:none;
}

section.main .content article>.unit1 .unit3 nav.subNav ul {
	margin:0 0 10px;
	width:80%;
	background-color: #f9f9f9;
	padding: 20px 20px 30px 10px;
}

section.main .content article > .unit1 .unit3 nav.subNav ul li a {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 150%;
}

section.main .content .breadcrumb li::before {
	border-left-color: #e6653d;
}

.breadcrumb ul li a {
	color: #aaa !important;
}

section.main .content .breadcrumb ul li {
	color: #535D78;
}

section.main sidebar ul {
	margin-left: 10px;
/* 	background-color: #eee; */
	padding: 30px 40px;
}

section.main sidebar {
	float: left;
	margin-top: 44px;
	padding: 0 0 0 10px;
	width: 22%;
}

.home .unit1.staticHero .unit1 img {
	width: 100% !important;
	margin-bottom: 0;
}

.home .unit1.staticHero {
	margin-top: 0;
	padding-bottom: 0;
}

.bx-wrapper {
	-moz-box-shadow: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0 !important;
	background: white !important;
	margin-bottom: 0 !important;
}

.unit1.staticHero .bx-wrapper .bx-controls-direction a {
	display: none !important;
}

.unit1.staticHero .bx-wrapper .bx-pager {
	text-align: left !important;
	position: relative !important;
	bottom: 100px !important;
	left: 75px !important;
	width: 50% !important;
}

.unit1.staticHero .bx-wrapper .bx-pager.bx-default-pager a {
	width: 13px !important;
	height: 13px !important;
	-moz-border-radius: 13px !important;
	-webkit-border-radius: 13px !important;
	border-radius: 13px !important;
}

.unit1.staticHero .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.unit1.staticHero .bx-wrapper .bx-pager.bx-default-pager a.active, 
.unit1.staticHero .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #e6653d !important;
}

.unit1.staticHero .bx-wrapper .bx-pager.bx-default-pager a {
	background: white !important;
}

.home_banner_height {
	max-height: 650px;
}

.home_banner_text {
	position: absolute;
	top: 150px;
	left: 70px;
	width: 530px;
	height: auto;
	/* background-color: blue; */
	/* opacity: 0.5; */
	font-size: 50px;
	text-align: left;
	color: white;
	display: block;
	line-height: 100%;
	font-weight: 300;
}

a.home_banner_link {
	position: absolute;
	top: 405px;
	left: 75px;
	display: block;
	border: 2px solid white;
	padding: 10px 0;
	text-transform: uppercase;
	width: 405px;
	height: 70px;
	color: white;
	font-size: 21px;
	line-height: 190%;
}

a:hover.home_banner_link {
	border: 2px solid #666;
	color: #666;
}

.home_badge_bg {
	height: 430px !important;
	display: block !important;	
	text-align: left;
	background-repeat: no-repeat;
	background-position: center top;
	color: #5D6883;
}

.home_badge_bg a {
	color: #5D6883;
}

.home_badge_bg.home_badge_bg_1 {
	background-image: url('/images/banner-images/home_badge_1.jpg') !important;
}

.home_badge_bg.home_badge_bg_2 {
	background-image: url('/images/banner-images/home_badge_2.jpg') !important;
}

.home_badge_bg.home_badge_bg_3 {
	background-image: url('/images/banner-images/home_badge_3.jpg') !important;
}

.home_badge_bg_box {
	width: 200px;
	height: 160px;
	background-color: #eee;
	margin: 0 auto 20px auto;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}

.home_badge_bg_box.orange {
	color: #F06D50;
}

.home_badge_bg_box.blue {
	color: #398AD5;
}

.home_badge_bg_box.green {
	color: #74BA57;
}

.home_badge_bg_box img {
	width: 150px !important;
	height: auto !important inherit;
	margin: 0 auto !important inherit;
}

.home_badge_bg_icon {
	float: right;
	display: block;
	width: 15%;
	padding: 15px 10px 0 0;
}

.home_badge_bg_icon img {
	width: 32px !important;
	float: right;
}

.home_badge_bg_text {
	padding: 15px 0 0 0 !important;
	width: 85%;
	display: block;
}

.home_badge_bg_text p {
	text-align: left;
}

.home_badge_bg_text h3 {
	padding: 0 !important;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

.home_badge_bg_text p {
	padding: 0 !important;
	font-size: 15px;
}

a.home_badge_url {
	display: block;
	border: 2px solid white;
	padding: 10px;
	font-size: 18px;
	text-transform: uppercase;
	color: white;
	width: 80%;
	margin: 0 auto;
}

a:hover.home_badge_url {
	border: 2px solid #666;
	color: #666;
}

.home_badge_url_position {
	position: absolute;
	bottom: 50px;
}

#cantab_home {
	width: 96%;
	padding: 0 2%;
	position: relative;
	display: block;
	height: 800px;
	color: #666;
	margin: 0 0 30px 0;
}

#cantab_home_text {
	width: 400px;
	display: block;
	position: absolute;
	z-index: 1000;
	padding: 35px 0 0 0;
}

#cantab_home_text h2 {
	font-size: 35px;
	font-weight: 500;
	color: #5D6883;
	margin: 0 0 15px 0;
}

#cantab_home_text h3 {
	font-size: 20px;
	font-weight: 500;
	padding: 10px 0;
}

#cantab_home_text p {
	font-size: 15px;
	text-align: left;
}

#cantab_home img#laptop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

#cantab_carousel {
	width: 100%;
	height: 230px;
	position: absolute;
	bottom: 100px;
}

#cantab_carousel_cantab {
	width: 30%;
	height: inherit;
	background-color: #eee;
	float: left;
}

#cantab_carousel_cantab img#logo {
	position: absolute;
	top: 35px;
	left: 110px;
}

#cantab_carousel_inner {
	width: 70%;
	height: inherit;
	background-color: white;
	float: right;
	opacity: 0.9;
	text-align: center;
}

#cantab_carousel_inner .bx-wrapper {
	height: 100px !important;
}

#cantab_carousel_inner .bx-wrapper .bx-prev {
	right: 10px;
	background: url('/images/banner-images/cantab_carousel_left_arrow.png') no-repeat;
	background-position-x: 20px;
}

#cantab_carousel_inner .bx-wrapper .bx-next {
	right: 10px;
	background: url('/images/banner-images/cantab_carousel_right_arrow.png') no-repeat;
}

.cantab_carousel_message {
	width: 80%;
	height: auto;
/* 	background-color: yellow; */
	margin: 0 auto;
}

.cantab_carousel_message .icon {

}

.cantab_carousel_message p {
	font-size: 25px;
	text-align: center;
	line-height: 130%;
	color: #5D6883;
}

#cantab_carousel_inner img#cantab_carousel_icon {
	margin: 20px 0 10px 0;
}

#cantab_carousel_inner .bx-wrapper .bx-pager.bx-default-pager a {
	width: 13px !important;
	height: 13px !important;
	-moz-border-radius: 13px !important;
	-webkit-border-radius: 13px !important;
	border-radius: 13px !important;
}

#cantab_carousel_inner .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#cantab_carousel_inner .bx-wrapper .bx-pager.bx-default-pager a.active, 
#cantab_carousel_inner .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #5D6883 !important;
}

#cantab_carousel_inner .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ced1da !important;
}

#cantab_cta {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0px;
	background-color: white;
}

a#cantab_cta_link {
	width: 300px;
	border: 2px solid #5d6883;
	padding: 10px 0;
	font-size: 16px;
	color: #333;
	text-align: center;
	display: block;
	text-transform: uppercase;
	color: #5d6883;
	float: right;
	margin: 20px 20px 0 0;
}

a:hover#cantab_cta_link {
	border: 2px solid #999;
	color: #999;
}

img#cantab_img_top {
	display: none;
}

section.main {
	margin-top: 0;
	float: none;
	position: relative;
	top: 60px;
}

.products_home h3 {
	font-weight: normal;
	text-transform: capitalize;
	color: #5d6883;
	font-size: 25px;
}

.products_home h3 strong {
	font-weight: 700 !important;
/* 	color: blue; */
	text-transform: uppercase;
}

.products_home h4 {
	font-weight: normal;
	text-transform: capitalize;
	color: #5d6883;
	font-size: 20px;
	padding: 10px 0;
}

.products_home p {
	color: #666;
}

.products_home ul li {
	padding: 0 0 20px 0;
	color: #666;
}

.products_home a.products_home_link {
	width: 90%;
	border: 2px solid #5d6883;
	padding: 10px 0;
	font-size: 16px;
	color: #333;
	text-align: center;
	display: block;
	text-transform: uppercase;
	color: #5d6883;
	position: absolute;
	bottom: 20px;
}

.products_home a:hover.products_home_link {
	border: 2px solid #999;
	color: #999;
}

.unit1.products_inner a {
	display: block;
	position: relative;
	top: 6px;
}

.unit1.products_inner h3 p {
	text-transform: capitalize;
	color: #5D6883;
}

.unit1.products_inner p {
	color: #797957;
}

.unit1.products_inner h3 strong {
	text-transform: uppercase;
}

.products_inner_top {
	margin: 20px 0 0 0;	
}

.products_inner_text {
	width: 100%;
	display: block;
	padding: 10px 25px;
	background-color: #eee;
	height: 200px;
}

section.main .content article .related {
	margin: 0 0 50px 0;
	background-color: #eee;
}

.sub-nav-social-box {
	width: 80%;
	height: 130px;
	padding: 20px 10px 20px 10px;
	background-color: #f9f9f9;
	margin: 0 0 10px 0;
}

img.social-share {
	float: left;
}

img.social-arrow {
	float: right;
	margin: 10px 0 0 0;
}

.sub-nav-social-box p {
	float: left;
	width: 150px;
	height: auto;
	display: block;
	/* background-color: red; */
	font-size: 14px;
	line-height: 120%;
	padding: 0 0 0 5px;
	color: #797957;
	margin: 0 0 10px 0;
}

.sub-nav-social-box p strong {
	color: #272c37;
}

.social-share-icons {
	float: left;
	width: 140px;
	height: auto;
	display: block;
	/* background-color: yellow; */
	margin: 0 0 0 68px;
}

.social-share-icons img {
	float: left;
	margin: 0 10px 0 0;
}

.preventDuplicate {
	width: 100%;
	background-color: #eee;
}

.ebook {
	width: 100%;
	background: none;
	padding-top: 0;
}

#ebook_article {
	padding-bottom: 0;	
}

.ebook_top_gap {
	padding-top: 0 !important;
}

section.main .content.content_contact {
	width: 1350px;
	margin: 0 auto;
	float: none;
}

.contact_text p {
	color: #333;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 125%;
	font-weight: 400;
}

h3#contact_us_h3 {
	color: #797957;
	font-weight: 300;
	font-size: 25px;
	line-height: 125%;
}

#form_contact {
	width: 100%;
	background-color: #eee;
	padding: 20px;
}

#form_contact .unit4 {
	width: 100% !important;
	padding: 10px 0;
	color: #666;
}

#form_contact .unit4 p strong {
	font-weight: normal;
}

#form_contact .unit1 .unit3-4 {
	width: 100%;
}

#form_contact .unit1 .unit3-4 p input {
	padding: 15px 20px;
	border: 1px #ddd solid;
}

#form_contact .unit1 .unit3-4 p select {
	padding: 15px 20px;
	border: 1px #ddd solid;
}

#form_contact .unit1 .unit3-4 p input.submitButton {
	padding: 15px 20px !important;
	background-color: #e6653d;
	height: 60px;
	color: white;
}

a#contact_us {
	-moz-border-radius: 4px;
	-moz-transition: background .4s linear;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-o-transition: background .4s linear;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-webkit-transition: background .4s linear;
	background-color: #e6653d;
	border: none;
	border-radius: 4px;
	color: white;
	font-family: 'Montserrat';
	font-size: 1.1em;
	font-weight: 700;
	height: 36px;
	margin: 30px 0 0 0;
	padding: 8px 20px;
	transition: background .4s linear;
	width: 150px;
	height: 40px;
	display: block;
	text-align: center;
}

a:hover#contact_us {
	background-color: #666;	
}

ul.opt_in li {
	width: 100%;
	display: block;
	margin: 0 0 10px 0;
	color: #666;
}

ul.opt_in input {
	float: left;
	border: 0;
	margin: 5px 0 0 0;
}

ul.opt_in label {
	float: right;
	width: 95%;
	margin: 0 0 20px;
}

#contact_left {
	float: left;
	width: 49%;
	padding: 0 1% 0 0;
}

#contact_right {
	float: right;
	width: 49%;
	padding:20px 10px 20px 1%;
}

.contact_location_box {
	width: 100%;
	display: block;
	margin: 0 0 30px 0;	
}

.contact_location {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 20px;
	color: #797957;
	text-transform: uppercase;
	background-image: url('/images/icons/contact_map_icon.png');
	background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: 0;
	padding: 0 0 0 35px;
	background-size: 5%;
}

.contact_phone {
	color: #666;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
}

.contact_address {
	font-size: 15px;
	padding: 20px 0 0 0;
	color: #666;
}

.contact_google_map iframe {
	width: 100%;
	border: 10px solid white !important;
	border-radius: 10px;
	margin: 20px 0 0 0;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

ul.errorTxt {
	color: red;	
}

#firstname-error,
#lastname-error,
#telephone-error,
#email-error,
#organisation-error,
#password-error,
#country-error,
#area-of-interest-error,
#where-did-you-hear-error
 {
/*
	display: block;
	width: 100%;
	height: 30px;
*/
	color: red;
}

#opt-in-error {
	color: red;	
}

.community .unit4 img {
	width: 100%;
}

#thankyou_unit3 {
	float: left;
	display: block;
	width: 330px;
	height:300px;
	background-color: none;
}

a#ebook-link-hide {
	display: none;
}

#home_value_stament_wrapper {
	position: relative;
	display: block;
	width: 1200px;
	background-color: white;
	text-align: center;
	color: #5d6883;
	font-size: 30px;
	padding: 20px 0 50px 0;
	margin: 0 auto;
	line-height: 135%;
}

a.cta {
	padding: 10px 20px;
	font-weight: bold;
	color: white;
	border-radius: 10px;
	background-color: #e6653d;
	width: auto;
	border: 0;
}

a:hover.cta {
	background-color: #ccc;
	color: #e6653d;
}


#expressionengine_template_debug {
	overflow-wrap: break-word;	
}

@media all and (max-width: 1370px) {

	ul#nav li a,
	ul#nav li ul li a {
		font-size: 12.5px !important;	
	}

}

@media all and (max-width: 1350px) {

	body {
		width: 100%;
	}

	.logo {
		left: 20px;
	}

	#home_value_stament_wrapper {
		width: 95%;
		padding: 20px 2.5% 50px 2.5%;
	}

}

@media all and (max-width: 1340px) {

	ul#nav li a,
	ul#nav li ul li a {
		font-size: 12.5px !important;	
	}

	.home_badge_bg_text h3 {
		font-size: 25px;
	}

	.home_badge_bg_text p {
		font-size: 16px;
	}
	
	#logo-block {
		margin-left: 250px;
	}

}

@media all and (max-width: 1320px) {

	ul#nav li a,
	ul#nav li ul li a {
		font-size: 11.5px !important;	
	}

}

@media all and (max-width: 1260px) {

	.home_banner_text {
		position: absolute;
		top: 150px;
		left: 70px;
		width: 480px;
		height: auto;
		font-size: 45px;
	}
	
	a.home_banner_link {
		position: absolute;
		top: 375px;
		left: 75px;
		width: 405px;
		height: 70px;
		font-size: 21px;
	}

	.sub-nav-social-box p {
		width: 130px;
	}

	#thankyou_unit3 {
		display: none;
	}

	#nav {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}
	
	.slicknav_menutxt {
		display: none !important;
	}
	
	.slicknav_nav {
		text-align: right !important;
		padding-top: 30px !important;
	}
	
	.slicknav_nav a:hover {
		color: #e46543 !important;
	}
	
	.slicknav_nav li {
		padding-right: 25px;
	}
	
	.slicknav_nav li.slicknav_collapsed {
		padding-right: 0;
	}
	
	.slicknav_nav li.slicknav_open {
		padding-right: 0;
	}
	
	.slicknav_nav ul li a img {
		display: block;
	}
	
	.slicknav_nav ul li a img {
		display: block;
		float: right;
	}

	.slicknav_nav ul li a.slick_nav_a {
		padding: 0;
		float: right;
	}
	
/*
	.slicknav_nav_social {
		width: 100;
		height: auto;
		padding: 20px 0 10px 0;
		display: block;
	}
*/

	.slicknav_nav_social {
		display: none;
	}

	.logo {
		position: absolute !important;
		width: 150px !important;
		top: 0;
		left: 25px;
		padding: 0;
	}
	
	.logo img {
		width: 140px !important;
		height: auto
	}

	#header_top {
		visibility: hidden;
	}
	
	#box-group>#box-login {
		display: block !important ; 
		visibility: visible;
		position: absolute;
		top: 0;
		right: 60px;
	}
		
	#box-group>#box-login a {
		width: 70px;
		height: 52px;
		background-color: #cfb725;
		padding: 25px 0 0 0;
		background-position-y: 10px;
	}

	#box-group>#box-search {
		display: block !important ; 
		visibility: visible;
		position: absolute;
		top: 0;
		right: 130px;
	}
		
	#box-group>#box-search a {
		width: 70px;
		height: 52px;
		background-color: #74ba57;
		padding: 25px 0 0 0;
		background-position-y: 10px;
	}

	#header_top {
		height: 30px;
		position: absolute;
	}

	#box-group {
		height: 40px;
	}

	.home .unit1.staticHero {
/* 		top: -30px; */
	}

	#cantab_home img#laptop {
		width: 60%;
		height: auto;
	}

	.home .unit1.staticHero {
		margin-bottom: 0;
	}

	.home .unit1.promo1 {
		position: relative;
		top: 0;
	}

	.bx-controls.bx-has-controls-direction.bx-has-pager {
		height: 10px;;
	}

	#cantab_home {
		width: 96%;
		padding: 0 2%;
		height: 860px;
		margin: 20px 0 30px 0;
	}

	.home .unit1.promo1 {
		margin-bottom: 0;
	}

	a.home_banner_link {
		position: absolute;
		top: 355px;
		left: 75px;
		width: 405px;
		height: 70px;
		font-size: 21px;
	}

	section.main {
		top: 50px;
	}

	section.main .content {
		width: 100%;
	}

	section.main .content article {
		float: left;
		margin-bottom: 32px;
		padding: 0 24px 0 20px;
		width: 100%;
	}

	section.main sidebar {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	section.main sidebar ul {
		margin-left: 0;
	}

	section.main sidebar ul li img {
		width: 50%;
	}

	.products_inner_text {
		height: auto;
		min-height: 200px;
	}

	section.main .content.content_contact {
		width: 100%;
	}

	h3#contact_us_h3 {
		width: 100%;
		padding: 0 20px;
	}

	#box-group.slicknav {
		display: block;
		height: 0;
	}
	
	#box-group.desktop_nav {
		display: none;
	}

	#box-social {
		display: none;
	}

}

@media all and (max-width: 1100px) {

	.home_banner_text {
		position: absolute;
		top: 60px;
		left: 70px;
		width: 350px;
		height: auto;
		font-size: 40px;
	}

	a.home_banner_link {
		position: absolute;
		top: 260px;
		left: 65px;
		width: 30%;
		height: 70px;
		font-size: 19px;
	}

}

@media all and (max-width: 1050px) {

	.logo {
		width: 250px !important;
	}

	.unit1.staticHero .bx-wrapper .bx-pager {
		bottom: 70px !important;
		left: 55px !important;
	}
	
	#cantab_home img#laptop {
		width: 60%;
		height: auto;
	}

	#cantab_home_text {
		width: 35%;
		padding: 0;
	}

	#cantab_carousel_cantab img#logo {
		left: 30px;
	}

	#cantab_carousel_inner img#cantab_carousel_icon {
		margin: 0 0 10px 0;
	}

	#contact_left {
		float: left;
		width: 100%;
		padding: 0;
	}
	
	#contact_right {
		float: right;
		width: 100%;
		padding: 20px 0 20px 0;
	}

	.contact_location {
		background-size: 3%;
	}
	
	.contact_location_box {
		padding: 0 20px;
	}

	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: 0 !important;
	}

	.unit1_home_fixed_height {
		height: 790px;
	}

	#cantab_carousel_inner .bx-wrapper {
		height: 150px !important;
	}

	.cantab_carousel_message p {
		font-size: 23px;
	}

}

@media all and (max-width: 940px) {

	#footer_social_icons {
		width: 70%;
		height: auto;
		padding: 0 0 20px 0;
	}

	.home_badge_bg_text h3 {
		font-size: 23px;
	}

	.home_badge_bg_text p {
		font-size: 15px;
	}

	.sub-nav-social-box p {
		width: 120px;
		padding: 0 0 0 10px;
	}

	.social-share-icons {
		margin: 0 0 0 45px;
	}

	img.social-share {
		float: left;
		width: 35px;
		height: 35px;
	}
	
	.contact_location {
		padding: 0 0 0 4%;
	}	
	
	.home_badge_bg_text h3 {
		font-size: 25px;
	}

	.home_badge_bg_text p {
		font-size: 16px;
	}	

}

@media all and (max-width: 840px) {

	.home_badge_bg_text h3 {
		font-size: 25px;
	}

	.home_badge_bg_text p {
		font-size: 16px;
	}	

	a.home_badge_url {
		font-size: 16px;
	}

	.bx-wrapper .bx-controls-direction a {
		top: 20%;
	}

	.cantab_carousel_message p {
		font-size: 20px;
	}

	.cantab_carousel_message p {
		font-size: 22px;
		width: 70%;
		margin: 0 auto;
	}

	.home_banner_text {
		position: absolute;
		top: 60px;
		left: 40px;
		width: 40%;
		height: auto;
		font-size: 35px;
	}

	a.home_banner_link {
		position: absolute;
		top: 220px;
		left: 40px;
		width: 25%;
		height: auto;
		font-size: 16px;
		padding: 5px 0;
	}

	.sub-nav-social-box {
		width: 80%;
		height: 165px;
	}

	.social-share-icons {
		margin: 0 0 0 10px;
	}

	img.social-share {
		float: left;
		width: 35px;
		height: 35px;
		margin: 0 0 5px 5px;
	}

	.sub-nav-social-box p {
		clear: left;
		width: 140px;
	}

	img.social-arrow {
		margin: 5px 0 0 0;
	}

	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: -30px !important;
	}

	.cantab_carousel_message p {
		font-size: 21px;
	}

	.cantab_carousel_message {
		width: 100%;
	}

}

@media all and (max-width: 880px) {

	.home_badge_bg_text h3 {
		font-size: 22px;
	}

	.home_badge_bg_text p {
		font-size: 16px;
	}	

	.unit1_home_fixed_height {
		height: 810px;
	}

}

@media all and (max-width: 768px) {

	footer {
		padding-left: 15px;
		width: 100% !important;
	}

	footer {
		padding: 42px 10px 42px 10px;
	}

	section.main .content article > .unit1 header p.cantabLogoMob {
		display: none;
	}

	section.main .content article > .unit1 {
		padding-top: 10px;
	}

	.unit1.staticHero .bx-wrapper .bx-pager {
		bottom: 70px !important;
		left: 40px !important;
	}

	#cantab_home img#laptop {
		width: 100%;
		height: auto;
	}

	#cantab_home_text {
		width: 100%;
		padding: 0;
	}

	.home .unit1.promo1 {
		position: static;
		top: 0;
	}

	#cantab_home_text {
		position: static;
	}

	#cantab_home img#laptop {
		position: static;
		display: none;
	}

	#cantab_home {
		height: auto;
		top: -25px;
		position: static;
		width: 100%;
	}
	
	#cantab_carousel {
		position: static;
	}

	section.main .content .breadcrumb {
		background: #5e6983;
		float: left;
		height: auto;
		margin-bottom: 0;
		padding: 2px 24px 4px 36px;
		width: 100%;
		display: block;
		padding: 0;
	}

	section.main .content article > .unit1 .unit3 nav.subNav ul {
		width: 100%;
		background-color: #eee;
		padding: 30px 0 30px 10px;
		margin: 0;
	}

	section.main .content article > .unit1 .unit2-3 {
		margin-bottom: 0;
	}

	section.main .content article .related {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.home .unit1.promo1 .unit3 {
		margin: 5px 0 10px 0;
		padding: 0 0 10px 0;
		top: 0;
	}

	.products_inner_text {
		height: auto;
		min-height: 50px;
	}

	.sub-nav-social-box {
		width: 100%;
		margin: 20px 0 10px 0;
	}

	#simplemodal-container .submit {
		float: right;
		width: 28%;
	}

	#simplemodal-container .input {
		float: left;
		width: 70%;
	}

	a#cantab_cta_link {
		width: 100%;
		float: none;
	}

	#cantab_carousel_cantab {
		display: none;
	}

	#cantab_carousel_inner {
		width: 100%;
		padding: 20px 0;
/*
		height: inherit;
		float: right;
		opacity: 0.9;
		text-align: center;
*/
	}

	#cantab_cta {
		position: static;
	}

	.cantab_carousel_message p {
		font-size: 20px;
	}

	#cantab_carousel_inner .bx-wrapper {
		height: 120px !important;
	}

	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: -20px !important;
	}
	
	img#cantab_img_top {
		display: block;
		width: 100%;
		height: auto;
	}

	.home_badge_bg_text h3 {
		font-size: 28px;
	}

	.home_badge_bg_text p {
		font-size: 18px;
	}	

	.unit1_home_fixed_height {
		height: auto;
	}

	.products_home a.products_home_link {
		width: 100%;
		position: static;
		bottom: 0;
	}

}

@media all and (max-width: 760px) {

	.logo img {
/* 		width: 130px !important; */
	}

	.home header.unit1 {
		min-height: 0;
	}

	#footer_social_icons {
		width: 100%;
	}

	#cantab_carousel_cantab img#logo {
		top: 35px;
		left: 30px;
		width: 100px;
		height: auto;
	}

	.home_banner_text {
		position: absolute;
		top: 60px;
		left: 40px;
		width: 35%;
		height: auto;
		font-size: 30px;
	}

	a.home_banner_link {
		position: absolute;
		top: 65%;
		left: 40px;
		width: 25%;
		height: auto;
		font-size: 14px;
		padding: 5px 0;
	}

}

@media all and (max-width: 650px) {

	.home_banner_text {
		position: absolute;
		top: 60px;
		left: 40px;
		width: 35%;
		height: auto;
		font-size: 25px;
	}

	a.home_banner_link {
		position: absolute;
		top: 65%;
		left: 40px;
		width: 25%;
		height: auto;
		font-size: 13px;
		padding: 5px 0;
	}

	#banner_image_text {
		top: 35%;
		font-size: 30px;
	}

	.contact_text img {
		width: 100% !important;
		height: auto !important;
	}

	.contact_location {
		background-position-y: 0;
		background-size: 4%;
		padding: 0 0 0 5.5%;
	}

}

@media all and (max-width: 580px) {

	.home_banner_text {
		position: absolute;
		top: 55px;
		left: 40px;
		width: 80%;
		height: auto;
		font-size: 30px;
	}

	a.home_banner_link {
		position: absolute;
		top: 55%;
		left: 40px;
		width: 200px;
		height: auto;
		font-size: 13px;
		padding: 5px 10px;
	}
	
	.home .unit1.staticHero .unit1 img {
		display: none;
	}

	a.banner_image {
		width: 100%;
		height: 250px;
		background-color: #EC9F43;
		display: block;
	}

	a.banner_image.banner_contact {
		width: 100%;
		height: auto;
		background-color: white;
		display: block;
	}
	
	.contact_text p {
		font-size: 20px;
	}

	#cantab_carousel_inner .bx-wrapper {
		height: 140px !important;
	}

	#home_value_stament_wrapper {
		width: 95%;
		padding: 10px 2.5% 30px 2.5%;
		font-size: 20px;
	}

	section.main .content article > .unit1 .unit2-3 img {
		float: none !important;
		margin: 0 !important;
	}

}

@media all and (max-width: 540px) {

	.unit1.staticHero .bx-wrapper .bx-pager {
		bottom: 60px !important;
		left: 25px !important;
	}

}

@media all and (max-width: 500px) {

	.logo img {
		width: 140px !important;
		height: auto;
	}
	
	.logo {
		left: 7px !important;
	}

	#cantab_carousel {
/* 		display: none; */
	}

}

@media all and (max-width: 480px) {

	header.unit1 {
		min-height: 0;
	}

	.unit1.staticHero .bx-wrapper .bx-pager {
		bottom: 50px !important;
		left: 20px !important;
	}

	.home_banner_text {
		position: absolute;
		top: 45px;
		left: 40px;
		width: 80%;
		height: auto;
		font-size: 30px;
	}

	a.home_banner_link {
		position: absolute;
		top: 65%;
		left: 40px;
		width: 200px;
		height: auto;
		font-size: 13px;
		padding: 5px 10px;
	}
	
	.home .unit1.staticHero .unit1 img {
		display: none;
	}

	#banner_image_text {
		top: 30%;
		font-size: 25px;
	}

	.logo {
		width: 130px !important;
	}

	.contact_location {
		background-position-y: 0;
		background-size: 6%;
		padding: 0 0 0 8%;
	}
	
	.home_badge_bg_text h3 {
		font-size: 28px;
	}

	.home_badge_bg_text p {
		font-size: 17px;
	}	

	ul.opt_in label {
		float: right;
		width: 90%;
		margin: 0 0 20px;
	}

}

@media all and (max-width: 380px) {

	.logo img {
		width: 120px !important;
		height: auto;
	}

	section.main .content article > .unit1 {
		padding-top: 0;
	}
	
	.home_banner_text {
		position: absolute;
		top: 45px;
		left: 40px;
		width: 80%;
		height: auto;
		font-size: 25px;
	}

	.contact_location {
		background-position-y: 0;
		background-size: 6%;
		padding: 0 0 0 8%;
	}
	
	#box-group>#box-login a {
		width: 60px;
	}

	#box-group>#box-search {
		right: 120px;
	}
		
	#box-group>#box-search a {
		width: 60px;
	}

	#cantab_carousel {
		height: 300px;
	}

	#cantab_carousel_inner .bx-wrapper {
		height: 200px !important;
	}

	#cantab_carousel_inner .bx-wrapper .bx-prev {
		right: 0;
		background-position-x: 0;
	}

	#cantab_carousel_inner .bx-wrapper .bx-next {
		right: -5px;
	}

	#cantab_cta {
		height: 50px;
	}

}
