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


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

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

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

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

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

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

img.imgfull {
	margin-bottom: 20px;
}

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

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

.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: center center;
	color: #fff;
	padding: 127px 0 175px 0;
}

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

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

@media (max-width:1100px) {
	.homepage-banner .product-cats {
		display: none;
	}
}

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

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

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

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

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

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

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

/*
@media (max-width: 767px) {

	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
}
*/

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

.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-nav li {
	margin-right: 13px;
}

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

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: #223344;
}

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

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

.product-category h3 {
	position: absolute;
	width: 100%;
	background-color: #0055aa;
	color: #fff;
	font-size: 16px;
	padding: 20px;
	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;
}

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

.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 {
	background-color: #f7f9fc;
	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;
}