@charset "UTF-8";
/* CSS Document */

* { transition: all 0.5s ease; }
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 50px;
	transition: all 0.5s ease;
	line-height: 1.35;
}
.wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 3%;
}
.youtube iframe,
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.youtube {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px;
}
.box {
    color: white;
    xxxfont-size: 4vw;
    padding: 10px;
    text-align: center;
    display: block;
    position: relative;
    background-color: #d4c9b8;
    display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.box:nth-child(n) {
  grid-column: span 3;
  }
.box:nth-child(1), .box:nth-child(2), .box:nth-child(3) {
grid-column: span 3;
}


@media screen and (max-width: 575px) {
    .grid {
      display: block;
      }
    .box {
      margin: 10px 0;
    }
  }



h1,
h2,
h3,
h4,
h5,
.special,
.button,
.button_sm {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Slab', serif;
}
.note {
font-size: 16px;
border-top: 0px solid #CCCCCC;
font-style: italic;
padding: 10px 0;
color: #999;
clear: both;
}
p {
	line-height: 1.3;
	margin: 0 0 10px;
	padding: 0;
    font-size: 18px;
}
.intro p {color:#cadce5;
text-align:center;
}
a {
	color: #344860;
	text-decoration: none;
}
a:hover {
	color: #344860;
	text-decoration: underline;
}
a img { border: none; }
.header h1 {
	background-image: url(isbp_logo.png);
	background-repeat: no-repeat;
	margin: 0px auto;
	height: 128px;
	width: 252px;
	text-indent: -9999px;
	font-size: 1px;
}
h3 {
border-bottom: 2px solid #CCCCCC;
color: #344860;
font-size: 20px;
margin: 10px 0 5px;
padding: 0 0 10px;
text-align: left;
text-transform: uppercase;
line-height: 1;
}
.product_link h3 {
	text-align: center;
	border-bottom: 0px solid #CCCCCC;
	margin: 0;
	padding: 0;
}
.header {
	background-color: #273B53;
	background-image: url("bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom: 2px solid #CCCCCC;
	margin: 0 0 30px;
	padding: 30px 0;
}
.mainhead {
	padding: 4px;
	line-height: 1;
	background-color: #344860;
	border-bottom: 2px solid #ccc;
	color: #FBB040;
	text-transform: uppercase;
	margin: 30px 0;
}
.introhead {
	padding: 4px;
	line-height: 1;
    font-size: 32px;
	color: #cadce5;
	text-transform: uppercase;
	margin: 30px 0;
}
.press .mainhead {margin-bottom:0}
.intro { 
    clear: both;
     background-color: #344860;
    padding: 20px
}
.intro p a {
    color: #FBB040;
    display: block;
}
.product {
height: 100%;
display: grid;
/* align-content: end; */
}
.product p { padding: 0 16px; }
.product img {
	display: block;
	margin: 0 auto;
	height: auto;
    width:100%;
}

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

.patpress-container {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-gap: 10px;
border: 0px solid #FBB040;
padding: 0;
}
.press {
  grid-column: span 6;
  }
.patents {
grid-column: span 6;
padding: 0 0 0 20px;
}
.patent ul {
margin: 0 0 20px;
}
.press {
display: grid;
/* background-color: #bada55; */

border-left: 2px solid #FBB040;
}
.mainhead.centered {
align-self: flex-start;
}
.onethird {
	width: 30%;
	margin-right: 3%;
	float: left;
}
.twothirds {
	width: 66%;
	float: right;
}
.half {
	width: 47%;
	margin-right: 3%;
	float: left;
}
.half.last {
	width: 50%;
	margin-right: 0;
	float: right;
}
.special {
	border-bottom: 2px solid #344860;
	border-top: 2px solid #344860;
	color: #5E6B7A;
	font-size: 18px;
	margin: 0 0 30px;
	padding: 10px 0;
}
.description { font-size: 12px; }
.special.onethird {
	border-top: 0px;
	border-bottom: 0px;
	padding-top: 0 !important;
}
.half ul {
	list-style-type: none;
	padding: 0px;
}
.twothirds.last li { margin-bottom: 8px; }
.centered { text-align: center; }

.advantages {clear: both}
.advantages ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.advantages li { margin: 0 0 20px; }
.team {
	clear: both;
	overflow: hidden;
}
.team strong {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    padding-bottom: 4px;
}
.team em {
	display: block;
	margin: 5px 0
}
.team p {
	margin: 0 0 10px 0;
	border-bottom: 0px solid #ccc;
	padding-bottom: 10px
}
.team a {
	display: block;
	margin: 0;
}
.content {
	padding: 0px 0 30px;
	overflow: hidden;
	border-top: 0px solid #F00;
}
.member { margin-bottom: 20px; }
.team ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.team li { margin: 0 0 10px; }
.product_link:hover {
	text-decoration: none;
	background-color: #FC6;
}
.product_link:hover .product { background-color: #FC6; }
.product_link:hover .button { color: #fff; }
.button {
	background-color: #354A62;
    padding: 4px 0;
    display: block;
    text-align: center;
    color: #FBB040;
    xxxposition: absolute;
    bottom: 0;
    width: 100%;
    font-size: 24px;
}
.product_link .button, .button {
background-color: #354A62;
padding: 4px 0;
display: block;
text-align: center;
color: #FBB040;
xxxposition: absolute;
bottom: 0;
width: 100%;
font-size: 24px;
align-self: flex-end;
}
.button_sm {
background-color: #354A62;
padding: 12px 18px 14px;
display: inline-block;
text-align: center;
color: #FBB040;
position: relative;
bottom: 0;
font-size: 18px;
}
.button:hover,
.button_sm:hover {
	background-color: #FBB040;
	text-decoration: none;
}
    
.twothirds.last p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 12px
}
.footer {
	font-size: 12px;
	text-align: center;
	margin: 30px 0;
	padding: 10px 0;
	border-top: 2px solid #ccc;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	width: 960px;
	max-width: 100%;
}
	.proof img {display: block}
.proof a {
    width: 31%;
    margin: 0 1% 3%;
    display: block;
	float: left;
}
 @media only screen and (max-width : 710px) {
/* Styles */
     .patents,
     .products,
.onethird,
.half,
.twothirds,
.product,
.half.last,
.intro {
	width: 100%;
	margin-right: 0;
}
.product { min-height: 180px; }
.product p { padding-bottom: 30px; }
	 .proof a {
    width: 49s%;
	 }
     .press {
  grid-column: span 12;
  }
.patents {
grid-column: span 12;
padding-right: 0px;
}
     .press {
display: grid;
/* background-color: #bada55; */
padding: 0 0 0 0;
border-left: 0px solid #FBB040;
         margin-bottom:20px;
}
     .release {
margin: 10px 0 20px;
}
     .advantages {
clear: both;
/* margin-top: 30px; */
padding-top: 1px;
}
     .press .mainhead {
 margin-bottom: 30px; 
}
     .patpress-container {
display: block;
 border: 0px solid; 
 padding: 0; 
}
	}