@import url('../bootstrap/css/bootstrap.min.css');

.flexGrid{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	list-style:none;
	padding:0!important;
}
.withGutters, .withGutters:first-child{
	margin-left:-15px;
	margin-top:-6.667px;
}
@media (min-width:768px) {
	.withGutters,ul.withGutters:first-child{
		margin-left:-20px;margin-top:-20px;
	}
}
.withGutters .unit, .withGutters:first-child .unit{
	padding:6.667px 0 0 2%;
}
@media (min-width:768px) {
	.withGutters .unit, .withGutters:first-child .unit{
		padding:20px 0 0 20px;
	}
}

.unit{
	display:flex;
	flex-direction:column;
	flex:0 0 100%;
	max-width:100%;
	position:relative;
}

@media (min-width:998px) {
	.unit50{
		flex:0 0 50%; max-width:50%;
	}
}

// ie11 hack.
_:-ms-fullscreen,:root .unit{ width:100%; }

.relative { position: relative; }
.flex { display:flex; }
.flexColumn { flex-direction: column; }
.itemsCenter { align-items:center; }
.justifyCenter { justify-content:center; }
@media (min-width:576px) {
	.sm\:flex { display: flex; }
	.sm\:flexRow { flex-direction: row; }
	.sm\:itemsCenter{ align-items:center; }
}
@media (min-width:767px) {
	.md\:flex{  display: flex; }
	.md\:itemsCenter { align-items:center; }
}

/*//// GENERAL /////*/

body {
	background-color: #fff;
	font-family: 'Catamaran', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #223344;
	overflow-x:hidden;
}

h1, h2, h3, h4 {
	margin: 0;
	font-weight: 600;
}

h1, .jumbotron h1 {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 10px;
}

h2 {
	font-size: 28px;
	font-weight: 100;
	margin-bottom: 15px;
}

h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

p {
	line-height: 1.6;
	margin-bottom: 18px;
}

a {
	color: #0055aa;
}

a:hover, a:focus {
	text-decoration: none;
}

a.read-more-link {
	text-transform: uppercase;
	font-weight: 700;
}

a.read-more-link:after {
	content: "\203A";
	font-size: 25px;
	margin-left: 5px;
}

a.read-more-link:hover, a.read-more-link:focus {
	text-decoration: none;
	color: #0055aa;
}

a.link-alt {
	text-transform: uppercase;
	letter-spacing: 0.4px;
	font-weight: 600;
}

.list-inline > li {
    margin-right: 15px;
}

.list-inline > li > a {
    text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

.imgleft img {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.imgright img {
	float: right;
	margin-top: 15px;
	margin-left: 15px;
}

.imgcenter, .imgright, .imgleft{ margin-bottom: 15px; }
.imgcenter img {
	display: inherit;
	margin: 0 auto;
}

.imgfull{ margin-bottom: 20px; }

figcaption{ margin-top: 1em; }
a:hover figcaption{ text-decoration: underline; }

.c-figure--right {
	float: right;
	width: 340px;
	max-width: 100%;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.c-figure--left {
  float: left;
  width: 340px;
  max-width: 100%;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width:767px) {

	.c-figure--right, .c-figure--left {
	  float: none;
	 	width: 100%;
	  padding: 15px 0;
	}

}

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-block svg{
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	width: 20px;
	height: 20px;
}
.video-block p:first-of-type{ margin-top:18px; }

.btn, input[type="submit"], button[type="submit"] {
  background-color: #0055aa;
  color: #fff;
  border: 2px solid #0055aa;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  width: 250px;
  max-width: 100%;
  line-height: 47px;
  padding: 0 15px;
  margin-bottom: 30px;
  -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

@media (max-width:767px) {
	.btn, input[type="submit"] {
	  width: 100%;
	}
}

.btn:hover, .btn:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #223344;
  border-color: #223344;
  color: #fff;
}

.btn:focus, .btn:active, input[type="submit"]:focus, input[type="submit"]:active {
	outline: 0;
	border-color: #223344;
}

.btn-alt {
  background-color: #fff;
  color: #0055aa;
}

.btn-alt:hover {
  background-color: #223344;
  color: #fff;
}

.btn-alt:focus, .btn-alt:active {
	outline: 0;
	border-color: #0055aa;
}

.btn-full {
	width: 100%;
}

.btn-group {
	margin-bottom: 15px;
}

.btn-group .btn {
	background-color: #fff;
	border: none;
	color: #252d35;
	width: auto;
	min-width: auto;
	margin-right: 10px;
	padding: 6px 10px;
	line-height: 25px;
	margin-bottom: 10px;
	font-size: 13px;
}

.btn.is-checked {
	color: white;
	background-color: #0055aa;
}

.btn.is-checked.disabled {
	background-color: #252d35;
}

.btn.disabled {
	background-color: #f8f9fd;
	pointer-events: none;
	color: #666;
}

form input[type="text"], form input[type="password"], form input[type="email"], form input[type="email"], form select, form textarea {
	width: 100%;
	margin-bottom: 15px;
}

form select, form input[type="checkbox"] {
	margin-bottom: 15px;
}

form input[type="submit"], form button[type="submit"] {
	margin-top: 20px;
}

#mc_embed_signup form {
	padding: 0 !important;
}

.checkbox input[type=checkbox] {
	margin-left: 0;
}

.checkbox span {
	padding-left: 22px;
}

.whichTypeOfPartnerAreYou label {
	margin-right: 10px;
	margin-bottom: 15px;
}

.whichTypeOfPartnerAreYou input[type="radio"] {
	margin-right: 5px;
}

#partnerAdditionalAccessRequest-form h3 {
	display: none;
}

#partnerAdditionalAccessRequest-form label {
	display: block;
}

.centre { text-align: center; }
.alignRight { text-align: right; }

.centre ul, .centre ol {
	text-align: left;
}

section.white {
	background-color: #fff;
	padding: 30px 0;
}

section.blue {
	background-color: #0055aa;
	color: #fff;
	padding: 30px 0;
}

section.blue a {
	color: #fff;
}

section.grey {
	background-color: #eff3f8;
	padding: 30px 0;
}

section.light-grey {
	background-color: #eff3f8;
	padding: 30px 0;
}

.dark-grey {
	background-color: #223344;
	color: #fff;
	overflow: hidden;
}

.container-fluid {
	max-width: 1170px;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.equalise.col-sm-3:nth-child(4n+1){
	clear: left;
	height: auto;
}

.equalise.col-sm-4:nth-child(3n+1){
	clear: left;
	height: auto;
}

.no-pad {
	padding: 0 !important;
}

.extra-pad {
	padding: 30px;
}

.banner {
	background-size: cover;
}

.banner.jumbotron {
	margin-bottom: 0;
}

.jumbotron p {
	font-size: 16px;
	font-weight: 100;
}

.banner-image .banner-title {
	background-color: #182d4d;
	color: #fff;
	padding: 30px;
	padding-top: 40px;
	padding-bottom: 80px;
	margin-top: -48px;
	margin-bottom: -28px;
	margin-left: -30px;
}

.banner-image .breadcrumb {
	padding-bottom: 10px;
	margin-bottom: 0;
}

.banner-image .breadcrumb>li+li:before {
  color: #fff;
}

.banner-image .breadcrumb a {
	color: #fff;
}

.jumbotron {
	background-color: #eff3f8;
}

.homepage-banner {
	background-color: #223344;
	background-position: 0 88%;
	color: #fff;
}

.homepage-banner .btn {
	background-color: #0066B3;
	border-color: #0066B3;
}

.homepage-banner .product-cats {
	padding: 40px 0;
	top: 80px;
}

.homepage-banner .product-cats .product-cat {
	display: inline-block;
	position: relative;
	margin:0 -14px;
}

.homepage-banner .product-cats .product-cat a {
	background-color: rgb(34,51,68);
	background-color: rgba(34,51,68,0.5);
	color: #fff;
	font-size: 14px;
	padding: 8px 18px;
}

.homepage-banner .product-cats .product-cat a:hover, .homepage-banner .product-cats .product-cat a:focus {
	background-color: rgba(34,51,68,1);
}

.homepage-banner .product-cats .product-cat span.vertical-line {
	width: 2px;
	height: 148px;
	display: block;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	top: 4px;
}

.homepage-banner .product-cats .product-cat:nth-of-type(1) {
	top: 70px;
	margin-left: 140px;
}
.en .homepage-banner .product-cats .product-cat:nth-of-type(1),
.fr .homepage-banner .product-cats .product-cat:nth-of-type(1),
.it .homepage-banner .product-cats .product-cat:nth-of-type(1) {
	margin-left: 10px;
}

.homepage-banner .product-cats .product-cat:nth-of-type(2) {
	top: -30px;
}

.homepage-banner .product-cats .product-cat:nth-of-type(2) span.vertical-line {
	height: 150px;
}

.homepage-banner .product-cats .product-cat:nth-of-type(3) {
	top: 26px;
  margin-right: 30px;
}

.homepage-banner .product-cats .product-cat:nth-of-type(3) span.vertical-line {
	height: 150px;
}

.homepage-banner .product-cats .product-cat:nth-of-type(4) {
	top: -23px;
}

.homepage-banner .product-cats .product-cat:nth-of-type(5) {
	top: -77px;
}

.homepage-banner .product-cats .product-cat:nth-of-type(5) span.vertical-line {
	height: 199px;
}

.homepage-banner .product-cats .product-cat:nth-of-type(6) {
	top: -6px;
}

.homepage-banner .product-cats .product-cat:nth-of-type(7) {
	top: 46px;
}

.homepage-banner .btn:hover, .homepage-banner .btn:focus {
  background-color: #004a94;
  border-color: #004a94;
  color: #fff;
}

.homepage-banner-image {
	height: 300px;
	margin-bottom: -26px;
	margin-top: -48px;
	position: relative;
	z-index: 0;
	background-size: cover;
	background-position: -15px center;
	background-repeat: no-repeat;
	overflow: hidden;
}

@media (max-width:767px) {
	.homepage-banner-image {
		margin-bottom: 15px;
		margin-top: 15px;
		background-position: center center;
	}
}

.breadcrumb {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
}

.breadcrumb a {
	color: #223344;
}

.breadcrumb>li+li:before {
    content: "\203A";
    font-size: 25px;
    color: #223344;
}

.full-width-border {
	height: 20px;
	margin-top: -20px;
	background-color: #fff;
}

.medium-width-border {
	height: 20px;
	margin-top: -20px;
	margin-left: -15px;
	background-color: #fff;
}

.medium-width-border:after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	right: -15px;
}

.light-grey-border {
	background-color: #eff3f8;
}

.page-content {
	padding: 30px 0;
}

.page-content ul, ol {
	margin-bottom: 18px;
	text-align: left;
}

.page-content li {
	line-height: 1.6;
}

/*
.main-content-body table, .product-details table {
	width: 100%;
}
*/
.gray {
	background-color: #f7f9fc;
    padding-top: 30px;
    padding-bottom: 10px;
}
.white {
    padding-top: 30px;
    padding-bottom: 10px;
}
.main-content-body table, .page-content-container table, .product-details table {
	margin: 25px 0;
}

.main-content-body table tbody tr:nth-of-type(odd), .page-content-container table tbody tr:nth-of-type(odd), .product-details table tbody tr:nth-of-type(odd) {
	background-color: #f7f9fc;
}

.main-content-body table td, .main-content-body table th, .page-content-container table td, .page-content-container table th, .product-details table td, .product-details table th {
	padding: 10px;
	vertical-align: top;
	text-align: left;
}
.main-content-body :last-child{ margin-bottom:30px; }
/*@media(min-width: 998px){*/
	.main-content-body.block-5050 :last-child{ margin-bottom:0px; }
/*}*/

.main-content-body.with-divider{
	border-top:2px solid #0055aa;
	padding-top:40px;
	padding-bottom:40px;
}
.main-content-body.with-divider *:last-child,

.main-content-body figure{ margin-bottom:1.5em; }
.main-content-body figure :last-child,.main-content-body br:last-child{ margin-bottom:0; }

/* ugh, this whole site needs a proper rebuild to avoid these very predictable problems */
.callout + .main-content-body,
.cta-strip + .main-content-body,
.breakout + .main-content-body,
.modal + .main-content-body,
.video-container + .main-content-body,
.video-block + .main-content-body,
.video-block + .video-block,
.row + .row {
	padding-top:30px;
}

.video-container + .cta-strip,
.cta-strip + .video-container,
.video-container + .callout,
.video-container + .breakout{
	margin-top: 30px
}

@media (min-width:998px) {
	.block-5050:nth-of-type(odd) .flexGrid,.block-5050.reverse:nth-of-type(even) .flexGrid { flex-direction:row-reverse; }
	.block-5050.reverse:nth-of-type(odd) .flexGrid { flex-direction:row; }
}

/*added this responsive tables from our boilerplate as the bootstap one wasnt doing what I expected*/
table {
	overflow-x:scroll;
	border-spacing:0;
	border-collapse:collapse;
	width:100%;
	overflow-x:scroll;
}
@media(min-width:768px){ table-layout:fixed; }

/*added this to make tables look better at mobile with the new responsive table, might break more things than it fixes*/
table td { min-width: 140px; }

.tableWrap{ overflow-x:auto; }
.tableWrap:-webkit-scrollbar { height:6px; }
.tableWrap:-webkit-scrollbar-track {
	box-shadow:0 0 2px rgba(0,0,0,0.15) inset;
	background:#f0f0f0;
}
.tableWrap:-webkit-scrollbar-thumb {
	border-radius:6px;
	background:#ccc;
}

.marketing-message {
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}

.marketing-message-image {
	background-size: cover;
	height: 246px;
}

.marketing-message-content {
	height: 246px;
}

.marketing-message-content:before {
	content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

.marketing-message-content-inner {
	display: inline-block;
	vertical-align: middle;
}

.sidebar-related-content {
	margin-bottom: 30px;
	overflow: hidden;
	border-bottom: 1px solid #223344;
}
@media(max-width: 767px){
	.sidebar-related-content { margin-top: 1em; }
}

.sidebar-related-products {
	padding-left: 0;
}

.sidebar-related-products li {
	list-style: none;
	margin-bottom: 30px;
}

.sidebar-related-products h3 {
	background-color: #f7f9fc;
	text-align: center;
	padding: 15px 0;
	border-top: 5px solid #f7f9fc;
	-webkit-transition: border-top-color .3s ease-out;
	-moz-transition: border-top-color .3s ease-out;
	transition: border-top-color .3s ease-out;
}

.sidebar-related-products li:hover h3 {
	border-top-color: #0055aa;
}

.sidebar-related-products img {
	display: block;
	max-height: 120px;
	width: auto;
	margin: 0 auto;
	margin-top: 15px;
}

.related-partners h3 {
	padding: 5px 0;
}

.partner-downloads {
	list-style: none;
	padding-left: 0;
}

.partner-downloads li {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.flexible-content {
	margin-bottom: 30px;
}


/*//// NAVIGATION /////*/

.navbar-default {
	background-image: none;
	background-color: #fff;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.34);
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.34);
	margin-bottom: 0;
	z-index: 4;
}

.navbar-brand {
	padding: 32px 12px;
}

@media (max-width:767px) {
	.navbar-brand {
		padding-left: 0;
	}
}

.navbar-brand > img {
	width: 190px;
	height: 28px;
	margin-top: -12px;
}

.navbar-default form {
	float: right;
}

.navbar-collapse {
	background-color: #fff;
	border-top: 1px solid #223344;
  border-color: #223344 !important;
}

.navbar-nav {
	float: none;
}

.navbar-default .navbar-nav li a {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: #666;
	padding-top: 11px;
	padding-bottom: 9px;
	padding-left: 8px;
	padding-right: 7px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #0055aa;
	background-color: #0055aa;
}

.navbar-default .navbar-nav > li:first-of-type > a {
	padding-left: 0;
}

@media (max-width:767px) {
	.navbar-default .navbar-nav > li:first-of-type > a {
		padding-left: 8px;
	}
}

.nav .locale {
	background-color: #0055aa;
	margin-right: 0;
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}

.nav .locale:hover, .nav .locale:focus {
	background-color: #001122;
}

.nav .locale img.right-chevron {
	width: 5px;
	height: 9px;
	margin-left: 4px;
}

.nav .locale, .nav .partner-logout {
	float: right;
}

@media (max-width:767px) {
	.nav .locale, .nav .partner-logout {
		float: none;
	}
}

nav .drop-down {
	position: relative;
	padding-right: 12px !important;
}

nav .drop-down:before  {
	position: absolute;
	content: '';
	top: 45%;
	right: 0;
	transform: translateY(-50%) rotate(-45deg);
	width: 6px;
	height: 6px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	transition: all 0.3s ease;
}

nav li {
	list-style: none;
}

nav .drop-down + ul {
	padding-left: 8px;
}

@media (max-width:767px) {
	nav .drop-down.--opened:before {
		transform: translateY(-50%) rotate(135deg);
	}
}

nav .drop-down + ul {
	display: none;
}

nav .drop-down + ul .drop-down {
	display: block;
	padding-top: 0;
	padding-bottom: 0;
}

nav .drop-down + ul .drop-down + ul {
	display: none;
}

.relative {
	position: relative;
}

@media (min-width:768px) {
	.navbar-nav li {
		margin-right: 13px;
	}

	.navbar-nav .drop-down + ul li {
		margin-right: 0;
	}

	nav .drop-down + ul li .drop-down + ul {
		left: 100%;
		top: -1px;
	}

	nav .drop-down + ul li:hover .drop-down + ul {
		opacity: 1;
		display: block;
	}

	nav .drop-down + ul .drop-down:before {
		transform: translateY(-50%) rotate(225deg);
	}

	nav .drop-down + ul {
		opacity: 0;
		position: absolute;
		background: #fff;
		left: -20px;
		width: 200px;
		transition: opacity 0.3s ease;
		z-index: 9;
		padding: 0;
	}

	nav .drop-down + ul li {
		padding: 0 20px;
	}

	.navbar-default .navbar-nav .drop-down + ul a {
		padding-left: 0;
		padding-right: 0;
		transition: color 0.3s ease;
	}

	nav .drop-down + ul a:hover {
		color: #333;
	}

	nav li:hover > .drop-down + ul {
		opacity: 1;
		display: block;
	}
}






li.locale img {
	width: 20px;
	height: 20px;
}

li.locale.dropdown .dropdown-toggle {
		padding-left: 13px;
		padding-right: 13px;
}

li.locale .dropdown-menu {
		min-width: auto;
		background-color: #0055AA;
}

li.locale .dropdown-menu li {
		margin-right: 0;
		margin-bottom: 5px;
}

li.locale .dropdown-menu li:last-of-type {
		margin-bottom: 0;
}

li.locale .dropdown-menu li a {
		padding: 5px 13px;
}

li.locale .dropdown-menu li a:hover, li.locale .dropdown-menu li a:focus, li.locale .dropdown-menu li a:active {
		background-color: transparent;
}

li.locale .dropdown-menu li a img:first-of-type {
		border: 1px solid #000;
}

li.locale h3 {
		background-color: #0055aa;
		color: white;
		font-size: 16px;
} 

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border: none;
	margin-top: 17px;
	margin-right: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #223344;
}

.navbar-default .navbar-toggle span:nth-of-type(2) {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position: relative;
	top: 6px;
}

.navbar-default .navbar-toggle span:nth-of-type(3) {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle.collapsed span:nth-of-type(2) {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	position: relative;
	top: 0;
}

.navbar-default .navbar-toggle.collapsed span:nth-of-type(3) {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

.header-search button {
	background-color: #eff3f8;
	border: none;
	height: 65px;
}

.header-search button img {
	width: 32px;
	height: 32px;
}

input[type="search"] {
  background-color: #eff3f8;
  background-image: url('https://s3-eu-west-1.amazonaws.com/optex-europe/search-icon.svg');
  background-size: 24px 26px;
  background-position: 9px 21px;
  background-repeat: no-repeat;
  border: none;
  line-height: 62px;
  padding: 2px 0 2px 40px;
  width: 40px;
  height: 66px;
  -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

input[type="search"]:focus {
	width: 400px;
	height: 66px;
	padding: 2px 20px 2px 58px;
	background-position: 24px 21px;
}


/*//// HOMEPAGE /////*/

.homepage-container section {
	padding: 30px 0 0 0;
}

.homepage-container section:first-of-type {
	padding-top: 15px;
}

.homepage-container section:nth-of-type(odd) {
	background-color: #eff3f8;
}

.homepage-intro-text {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.homepage-products a.link-alt {
	color: #fff;
}

.homepage-products .btn {
	width: 100%;
	line-height: 93px;
}

@media (max-width:767px) {

	.homepage-products .dark-grey {
		margin-bottom: 30px;
	}

}


/*//// CHOOSE COUNTRY /////*/

.choose-country {
	list-style: none;
}

.choose-country li {
	margin-bottom: 30px;
}

.choose-country img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	border: 1px solid #223344;
}


/*//// PRODUCT CATEGORIES & FILTERS /////*/

.product-categories {
	margin-top: 15px;
	margin-bottom: 30px;
}

.product-categories ul {
	list-style: none;
	padding-left: 0;
}

.product-categories ul ul {
	padding-left: 40px;
}

.product-categories ul li {
	margin-bottom: 15px;
}

.product-categories a {
	background-color: #eff3f8;
	padding: 4px 0;
	color: #223344;
}

.product-categories a.active {
	border-left: 4px solid #0055aa;
	color: #0055aa;
	padding: 4px 15px;
	font-weight: 600;
}

.product-categories span.glyphicon.glyphicon-chevron-right {
  font-size: 13px;
  color: #0055aa;
}

.product-categories a.active span.glyphicon.glyphicon-chevron-right {
  color: #fff;
}

.product-category {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.product-category img {
	width: 100%;
	margin-top: 52px;
}

.product-category h3 {
	position: absolute;
	width: 100%;
	background-color: #0055aa;
	color: #fff;
	font-size: 16px;
	padding: 12px 8px;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}

@media(min-width: 768px){
	.product-category h3 { padding: 18px 18px; }
}

.product-category:hover h3, .product-category:focus h3 {
	background-color: #223344;
}

ul.sensor-categories li {
	width: 50%;
	float: left;
}

ul.sensor-categories li li {
	width: 100%;
	float: none;
}

.filters {
	margin-top: 15px;
	margin-bottom: 15px;
}

.filter-buttons {
	float: left;
	display: block;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.filter-buttons h4 {
	margin-bottom: 10px;
}

.sliders {
	margin-top: 15px;
	margin-bottom: 40px;
	margin-left: 15px;
	margin-right: 15px;
	width: 377px;
	max-width: 100%;
}

.noUi-base {
	background-color: #0055aa;
}

.noUi-origin {
  background-color: #eff3f8;
}

#slider-range-value {
	display: block;
	position: absolute;
	top: 0;
	right: 30px;
	color: #0055aa;
}


/*//// PRODUCT LIST /////*/

.grid-container {
	display: block;
	min-height: 90px;
}

@media (max-width:767px) {
	.grid-item {
		width: 100%;
	}
}

.grid-item a:hover {
	text-decoration: none;
}

.grid-item h4 {
	font-family: 'Roboto', sans-serif;
	background-color: #eff3f8;
	color: #223344;
	padding: 10px 15px 15px;
	border-top: 5px solid #eff3f8;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.grid-item a:hover h4 {
	border-top: 5px solid #0055aa;
}

.grid-item p {
	padding: 0 15px;
}

.grid-item p, .grid-item li {
	color: #223344;
}

.grid-item img {
	width: auto;
	height: auto;
	display: block;
	margin: 25px auto;
	background-color: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.grid-item a:hover img {
	background-color: #f7f9fc;
}

.well {
	background-color: #eff3f8;
}


/*//// PRODUCT PAGE /////*/

.nav-tabs {
	margin-top: 30px;
	margin-bottom: 0 !important;
	background-color: #eff3f8;
	border-bottom: none;
}

.faq-tabs {
	background-color: transparent;
	padding-top: 15px;
	margin-left: -15px;
  margin-right: -15px;
}

.nav-tabs>li>a {
	border-top: 4px solid #eff3f8;
}

.nav-tabs>li>a:hover {
	border-bottom: none;
	background-color: #f7f9fc;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  border: 1px solid #eff3f8;
  border-bottom-color: transparent;
  border-top: 4px solid #0055aa;
}

.faq-tabs li {
	margin-bottom: 30px;
	text-align: center;
}

.faq-tabs li a {
	background-color: #0055aa;
	color: #fff;
	border: none;
	border-radius: 0;
}

.faq-tabs li a:hover, .faq-tabs li a:focus, .faq-tabs li a:active {
	background-color: #223344;
	color: #fff;
	border: none;
	border-radius: 0;
}

.faq-tabs li.active a, .faq-tabs li.active a:hover, .faq-tabs li.active a:focus {
	background-color: #223344;
	color: #fff;
	border: none;
	border-radius: 0;
}

.faq-tabs li a h3 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 33px;
	margin-bottom: 0;
}

.tab-content {
	padding-top: 15px;
	min-height: 100px;
	margin-bottom: 40px;
	background-color: #f7f9fc;
}

.faq-tab-content {
	background-color: transparent;
}

#accessories .grid-item:nth-of-type(4n+1) {
	clear: both;
}

#specifications img {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 15px;
}

.product-image {
	text-align: center;
	background-color: #fff;
	margin-top: 40px;
	margin-bottom: 40px;
}

.product-image img {
	width: auto;
	height: auto;
	margin: 0 auto;
}

#resellerModal a:hover {
	cursor: pointer;
}

.modal-header {
    border-bottom: none;
}

.modal-content {
    padding: 30px;
}

.listing-reseller-countries {
	overflow: hidden;
}

.listing-reseller-countries a {
	color: #223344;
	display: block;
	margin-bottom: 15px;
}

.listing-reseller-countries img {
	width: 30px;
	height: 30px;
	margin-right: 15px;
	border: 1px solid #223344;
}

.related-products {
	margin-left: -15px;
	margin-right: -15px;
}

.product-calls-to-action .btn {
	width: 100%;
}


/*//// DOWNLOADS /////*/

.downloads-content h2 {
	margin-top: 10px;
	margin-bottom: 6px;
	color: #fff;
	float: left;
}

.downloads-content .col-sm-4 {
	margin-top: 15px;
}

.downloads-content .panel-heading {
  padding: 0;
  background-color: transparent;
}

.downloads-content .panel-heading a {
  overflow: hidden;
  display: block;
  padding: 10px 15px;
  background-color: #0055aa;
}

.downloads-content .panel-heading a.collapsed {
	background-color: #0055aa;
}

.downloads-content .panel-heading a:after {
	font-family: 'Glyphicons Halflings';
	font-size: 20px;
  content: "\e114";
  float: right;
  color: #fff;
  margin-top: 8px;
}

.downloads-content .panel-heading a.collapsed:after {
	content: "\e080";
}

.downloads-content .panel-heading a:focus, .downloads-content .panel-heading a:hover, .downloads-content .panel-heading a:active {
  background-color: #223344;
}

.downloads-content .panel-body {
	padding: 0 15px;
}

.downloads-content .catalogue-download .panel-body {
	padding: 15px 0;
}

.downloads-content .catalogue-download .btn {
	width: 100%;
	white-space: normal;
	line-height: 1.6;
	padding: 15px;
}

.downloads-content table {
	width: 100%;
	margin: 15px 0;
}

.downloads-content table table {
	margin: 0;
}

.downloads-content table td {
	padding: 8px;
}

.downloads-content table h4 {
	margin-bottom: -10px;
}

.downloads-content .catalogue-download table h4 {
	margin-bottom: 10px;
}

ul.downloads-list {
	padding-left: 0;
	margin-bottom: 0;
}

ul.downloads-list li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}

ul.downloads-list li:after {
	content: '|';
	margin-left: 10px;
}

ul.downloads-list li:last-of-type:after {
	content: '';
	margin-left: 0;
}


/*//// STORIES /////*/

.story-one {
	background-color: #223344;
	color: #fff;
	margin: 0 15px 30px;
}

.story-one .col-md-8 {
	padding: 0 15px 0 0;
}
.inverted .story-one .col-md-8{ float:right;padding-right:0; }
.inverted .story-one .col-md-4{ float:left;padding-right:15px; }

.story-one h2 {
	margin-top: 30px;
}

.story-one a {
	color: #fff;
}

.story-one .btn:hover, .story-one .btn:focus {
  background-color: #004a94;
  border-color: #004a94;
  color: #fff;
}

.story {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.story img {
	width: 100%;
}

.story img.wide-image {
	display: block;
}

.story img.square-image {
	display: none;
}

@media (max-width:991px) {
	.story img.wide-image {
		display: none;
	}

	.story img.square-image {
		display: block;
	}
}

.story-details-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.story-details-container {
	position: absolute;
	bottom: 0;
	background-color: rgb(34,51,68);
	background-color: rgba(34,51,68,0.7);
	color: #fff;
	width: 100%;
	padding: 25px;
	height: auto;
	min-height: 39%;
	margin-left: 0px;
	margin-top: 0;
	text-align: left;
	white-space: nowrap;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.homepage-container .story-details-container {
	min-height: 24%;
}

.story:hover .story-details-container {
	background-color: rgb(34,51,68);
	background-color: rgba(34,51,68,0.95);
}

@media (max-width:767px) {
	.story-details-container {
		height: 100%;
	}
}

.story-details {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.story-details h2 {
	margin-bottom: 0;
}

.story-details h3 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}


/*//// NEWS & EVENTS /////*/

.news-events-overview ul {
	padding-left: 0;
}

.news-events-overview ul li {
	list-style: none;
	margin-bottom: 30px;
	overflow: hidden;
}

.news-events-overview img {
	width: 30%;
	float: left;
}

.news-events-overview .news-events-content {
	width: 70%;
	float: left;
}

.news-events-overview .news-events-content h3 {
	width: 225px;
	background-color: #eff3f8;
	text-transform: uppercase;
	padding: 10px 20px;
	line-height: 1;
}

.news-events-overview .news-events-content h2 {
	padding: 10px 20px 0 20px;
}

.news-events-overview .news-events-content p {
	padding: 0 20px;
}

.pagination {
	font-size: 30px;
	width: 100%;
	background-color: #eff3f8;
	overflow: hidden;
}

.pagination a, .pagination span {
	padding: 20px;
	display: inline-block;
	float: left;
	font-weight: 300;
	background-color: #eff3f8;
}

.pagination a {
	color: #223344;
}

.pagination a:hover {
	background-color: #f7f9fc;
}

.pagination span.current {
	background-color: #0055aa;
	color: #fff;
}

.news-events-links-container {
	margin-bottom: 15px;
}

.news-events-links {
	padding-left: 0;
	margin-bottom: 0;
	margin-left: -15px;
  margin-right: -15px;
}

.news-events-links button {
	margin-bottom: 0;
}

.news-events-links .dropdown-menu {
	width: 100%;
	border-radius: 0;
	margin: 0;
}

.news-events-links a.dropdown-item {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0;
}


/*//// PARTNER AREA /////*/

.panel-group {
	padding-right: 15px;
}

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

.panel-title {
	font-size: 22px;
	color: #223344;
}

.partner-access-request {
	padding-top: 12px;
}


/*//// SEARCH RESULTS /////*/

.search-results ul {
	padding-left: 0;
}

.search-results ul li {
	list-style: none;
	margin-bottom: 20px;
}

.search-results ul li a {
	border-left: 4px solid #fff;
	padding-left: 15px;
	display: inline-block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.search-results ul li a:hover, .search-results ul li a:focus {
	border-left: 4px solid #0055aa;
}

.search-results h2, .search-results h4 {
	color: #223344;
	display: inline-block;
	margin-bottom: 0;
}

.search-results h4 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}


/*//// CONTACT /////*/

.contact-details .other-office {
	margin-bottom: 30px;
}

.contact-details .other-office:nth-of-type(2n+2) {
	clear: both;
}

.contact-form {
    padding: 15px;
    background-color: #eff3f8;
}


/*//// CREW MEMBERS & JOBS /////*/

.crew-member {
	position: relative;
	min-height: 400px;
}

.crew-member img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 15px;
}

.crew-member a.btn {
	position: absolute;
	bottom: 0;
}

@media (max-width:767px) {
	.crew-member {
		min-height: auto;
	}

	.crew-member a.btn {
		position: relative;
	}
}

.job {
	margin-bottom: 40px;
}

.job h2 {
	margin-top: 5px;
}


/*//// NEWSLETTER SIGNUP /////*/

.newsletter-signup-forms, .back-to-options {
	display: none;
}

.newsletter-signup-forms {
	padding-left: 0;
}

.newsletter-signup-forms li {
	list-style: none;
}

.newsletter-signup {
	display: block;
}


/*//// FOOTER /////*/

footer {

	color: #666;
	padding-top: 20px;
}

@media (max-width:767px) {
	footer h3 {
		margin-top: 40px;
	}
}

footer ul {
	margin-bottom: 0;
	padding-left: 0;
}

footer ul li {
	list-style: none;
}

footer a {
	color: #666;
}

footer .news-events-content {
	margin-top: 20px;
}

footer .social-icons li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	height: 30px;
}

footer .social-icons li img {
	width: 32px;
}

footer .social-icons li svg {
	width: 25px;
  height: 22px;
}

footer .social-icons li svg path, footer .social-icons li svg polygon {
	fill: #282828;
}

footer .copyright {
	background-color: #eff3f8;
	font-size: 12px;
	margin-top: 20px;
	padding: 10px 0;
}

footer .copyright li {
	display: inline-block;
	vertical-align: sub;
}

footer .copyright ul:nth-of-type(1) {
	float: right;
}

footer .copyright ul:nth-of-type(1) li {
	margin-left: 20px;
}

footer .copyright ul:nth-of-type(2) li {
	margin-right: 20px;
}

footer .carousel-control{
	width: 12%;
	background-image:none!important;
	left: -23px;
}
footer .carousel-control span{ color: #0055aa; }
footer .carousel-control.right{
	right: -23px;
}


footer .carousel-inner{
	width: 86%;
	margin: 0 auto;
}

.breakout{
	width:100vw;
	position:relative;
	left:50%;
	margin-left:-50vw;
}
@media (min-width:1210px) {
	.breakout > .container-fluid > .row{ margin-left:-30px;margin-right:-30px; }
}
/*hack for when there is a sidebar and a breakout coloum*/
@media (min-width:768px) {
	.withSidebar .col-sm-8 .breakout { left: 76%; }
}

@media (min-width:768px) {
	.withSidebar .col-sm-9 .breakout { left: 67%; }
}
/*@media (min-width:1210px) {
	.withSidebar .col-sm-8 .breakout,
	.withSidebar .col-sm-9 .breakout{
		margin-left: -36vw;
	}
}
@media (min-width:1410px) {
	.withSidebar .col-sm-8 .breakout,
	.withSidebar .col-sm-9 .breakout{
		margin-left: -40vw;
	}
}*/

.callout{
	display:flex;
	justify-content:center;
	align-items:center;
	padding:30px 0;
	background-color:#182d4d;
	background-repeat:no-repeat;
	background-size:cover;
}
.callout.lightBlue{ background-color:#0055aa; }
.callout.darkBlue{ background-color:#223344; }
.callout.silver{ background-color:#858687; }
.callout.darkGrey{ background-color:#50504a; }
@media (min-width:767px) {
	.callout{ padding:60px; }
}
.callout *{ color:#fff; }
.callout .btn,.callout *:last-child{
	margin-bottom:0;
}
.callout .btn{
	background-color:transparent;
	border:2px solid #fff;
}
.callout .btn:hover{
	background-color:#fff;
	color:#182d4d;
}
.callout h2{
	font-weight:400;
	font-size:30px;
	margin-bottom:.6em;
}
.callout p{
	font-size:16px;
	margin-bottom:2em;
}
@media (min-width:767px) {
	.callout h2{ font-size:38px; }
	.callout p{ font-size:18px; }
}
.callout *:last-child{ margin-bottom:0; }
.callout > .container-fluid{ width:100%; }
.callout .col-sm-9{
	margin-top:2em;
}
@media (min-width:767px) {
	.callout .col-sm-9{
		margin-top:0;
	}
}
.withOverlay.callout{
	z-index: 1;
	overflow: hidden;
}
.withOverlay.callout:after{
	content:'';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(24,45,77,.8);
	z-index: -1;
}
.carousel-indicators li,.carousel-indicators .active{
	height:15px;width:15px;margin:0 5px;
}

.carousel-indicators{
	bottom: -18px;
}

@media (max-width:767px){
	.carousel.slide .item img { max-width: 150px; }
}
.carousel.slide .item h2 { font-size: 24px; }
@media (min-width:767px) {
	.carousel.slide .item h2 { font-size: 36px; }
}
.cta-strip{
	padding: 45px;
	background:#eff3f8;
}
.cta-strip a{
	margin-bottom:0;
}
.cta-strip p{
	font-size:27px;
	line-height:1.1;
	margin-bottom:1em;
}
@media (min-width:767px) {
	.cta-strip p{
		margin-bottom:0;
	}
}
.bootstrapSucks{
	text-align:center;
	font-size:0;
}
.bootstrapSucks > div{
	float:none;
	display:inline-block;
}

/*Footer Carousel overrides*/

.footer-carousel{ position: relative; }

.footer-carousel .carousel-indicators{
    bottom: -20px;
    width: 100%;
    margin: 0;
    left: 0;
}

.footer-carousel .carousel-indicators li{
	border-color: #666;
	width: 10px;
	height: 10px;
	margin: 0 2px;
}

.footer-carousel .carousel-indicators li.active{ background-color: #0055aa; }

.footer-carousel .glyphicon{
	top: 50%;
	transform: translateY(-50%);
}

.homepage-banner .btn-lg {
    border: 2px;
    border-color: white;
    width: 70%;
    height: 60px;
    border-style: solid;
    background: none;
    font-size: 20px;
}