@charset "UTF-8";
/* The Sun Gear Website Styles 
Author: Karen Wegehenkel  */

@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Slab:wght@600&display=swap');

/* STYLE RESET---
	http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	/*border-collapse: collapse;*/
	border-spacing: 0;
}

/*========General Styles=========*/
body {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	background: #031646;
	margin-bottom: 40px;
	}
a {
	color: #fff;
	text-decoration:none;}
img {
	max-width: 100%;
	height: auto;
	}
p {
	margin: 20px 0;
	}	
ul li {
	list-style-image: url(images/sungear-list-bubble.png);
	list-style-position:inside;
	}	
	/*========Content Styles=========*/
.logo {
	margin: 20px auto;
	width: 77%; 
	max-width: 555px;
	box-sizing: border-box;
	}
	.block-wrapper {
	position: relative;
	width: 77%; 
	max-width: 555px;
	margin: 10px auto;
	display: flex;
	}	
.block {
	margin-left: auto;
	box-sizing: border-box;
	padding: 22px 77px;
	background: rgb(5,36,96);
	width: 100%;
	}	
.block-hd {
	position: absolute;
	left: -55px;
	transform: rotate(-90deg);
	align-self: center;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	color:#273996;
	font-size: 26px;
	}	
.block-hd.what {
left: -63px;}	
.block-hd.contact {
left: -84px;}	
table {
	width: 90%;
	margin: 0 auto;
	border:3px solid  rgb(5,36,96);
	font-size: 80%;
	}	
th {
	background: rgb(5,36,96);
	padding: 5px 20px;
	text-align: left;
	}
td {padding: 2px 20px;
border:1px solild white;
} 
.patents {
	margin: 20px auto;
	}	
.columns {
	display: flex;}
.columns ul {
width: 50%;	
}	
.portfolio {
	width: 80%; 
	margin: 20px auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	}
.portfolio .item {
	max-width: 19%;
	height: auto;
	}	
input[type=text] {
background: rgba(255,255,255,0.3);
padding: 6px 8px;
font-size: 14px;
color: #fff;
text-align: left;
width: 96%;
border: 1px solid #031646;
margin:4px 0;
}
textarea {
background: rgba(255,255,255,0.3);
padding: 6px 8px;
font-size: 14px;
color: #fff;
text-align: left;
width: 96%;
border: 1px solid #031646;
margin:4px 0;
}

input[type=text]:focus, textarea:focus {
  background-color: rgba(255,255,255,1);
  border: 1px solid #fff;
  color: #000;
}	
input[type=button], input[type=submit], input[type=reset] {
  background-color: #325da8;
  border: none;
  color: #fff;
  padding: 11px;
  text-decoration: none;
  width: 100%;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
  cursor: pointer;
  text-transform: uppercase;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	color: #324377;
	background: rgba(255,255,255,0.7);
	}
a.button:link, a.button {
	display:inline-block;
	padding: 5px 22px;
	background: rgba(255,255,255,0.7);
	color: #324377;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
	}
a.button:hover {
	background: rgba(255,255,255,0.2);
	color: #fff;
	transition: ease 0.8s;}
footer {
	width: 80%;
	max-width: 555px;
	margin: 0 auto;
	text-align:center;
	font-size:70%;
	color: rgba(255,255,255,0.4);
	padding-top: 10px;
	margin-top: 40px;
	border-top: 1px solid rgb(5,36,96);
	}
footer a	{
	color: rgba(255,255,255,0.4);}
/*=========light box=============*/
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: scroll;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: #031646;
}	
div.item {
	position:relative;
	}
.portfolio .item > a span{
	position: absolute;
	width: 100%;
	height: 88px;
	top: 20%;
	left: 0;
	text-align: center;
	color: rgba(27,54,81,0.8);
	font-size: 18px;
	line-height: 88px;
	opacity: 0;
	background: rgb(255,255,255);
	transition: opacity 0.3s linear;
}
.portfolio .item > a:hover span{
	opacity: 0.9;
}	
.lb-overlay > div {
	position: relative;
	color: #fff;
	margin: 5px auto 0px auto;
	display: flex;
	justify-content: center;
}
.lb-overlay:target {
width: auto;
height: auto;
bottom: 0px;
right: 0px;
padding: 22px 44px 188px 44px;
}
.lb-overlay div h3 {
	margin-top: 10px;
padding-right: 20px;
}

.lb-overlay div h3{
	font-size: 18px;
	text-align: right;
	max-width: 222px;
	border-right: 1px solid rgba(255,255,255,0.4);
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 16px;
}
.lb-overlay div h3 span{
	display: block;
	line-height: 6px;
}
.lb-overlay div p{
	font-size: 14px;
	text-align: left;
	max-width: 555px;
	margin: 10px 0 0 20px;
}
.lb-overlay a.lb-close{
	background: rgba(27,54,81,0.8);
	z-index: 1001;
	color: #fff;
	position: absolute;
	top: 22px;
	left: 50%;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration:none;
	line-height: 26px;
	text-align: center;
	width: 77px;
	height: 23px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
}
.lb-overlay img{
	max-height: 100%;
	position: relative;
	opacity: 0;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	transition: opacity 1 0.5s linear;
}
.lb-prev, .lb-next{
	font-size: 1px;
	width: 55px;
	height: 55px;
	/*text-indent: -9000px;
	position: absolute;
	top: -32px;
	left: 50%;
	width: 24px;
	height: 25px;
*/
}
a.lb-prev, a.lb-next {
	color: #052460;
	}

.lb-prev{
	background: transparent url(images/portfolio-arrow-left.png) no-repeat top left;
	height: 55px;
	background-size: contain;
	background-position:top;
	position: absolute;
top: 34%;
left: 10px;
opacity: 0.4;
}
.lb-next{
	background: transparent url(images/portfolio-arrow-right.png)  no-repeat top right;
	height: 55px;
	background-size: contain;
	background-position:top;
	position: absolute;
top: 34%;
right: 10px;
opacity: 0.4;
}
.lb-prev:hover, .lb-next:hover{
	opacity: 1;
	transition: ease 0.2s;
}	

.lb-overlay:target img,
.lb-overlay:target a.lb-close{
	opacity: 1.0;
}
.lb-overlay:target img {
	animation: fadeInScale 1.2s ease-in-out;
}
@keyframes fadeInScale {
  0% { transform: scale(0.6); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/*=========media queries==========*/
@media screen and (max-width:760px) {
	body {
	margin-bottom: 20px;
	}
	.logo {
	width: 94%; 
	max-width: 94%;
	}
	.block-wrapper {
width: 83%;
max-width: 555px;
margin: 10px 10px 10px auto;
}
	.block {
padding: 11px 22px;
}
.block-hd {
top: 44px;
align-self: flex-start;
}
.portfolio {
width: 96%;}
.portfolio .item {
	max-width: 24%;
	}	
ul {
	padding-bottom: 11px;}
ul li {
list-style-position: outside;
margin-left: 10px;
}
.columns {
display: block;
}
.columns ul {
width: 100%;}
.columns ul:first-child {
	padding-bottom: 0;
	}
textarea, input[type=text] {
width: 93%;}	
.block-hd.contact {
top: 77px;
}	
/*====responsive table=====*/
/*Mobile View*/
tbody {
	border-collapse: collapse;
	border:none;
	}
table {
width: 94%;
border: none;
}
.patents {
width: 83%;
max-width: 555px;
margin: 20px 10px 20px auto;
position:relative;
}
table:before {
	content: "Patents";
	position: absolute;
	left: -80px;
margin-top: 55px;
	transform: rotate(-90deg);
	align-self: center;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	color:#273996;
	font-size: 26px;
	}
td, tr { display: block; }
/* Hide table headers (but not display: none; for accessibility) */
th {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
tr { border: 1px solid #273996;}
tr + tr { margin-top: 10px; }
tr:first-of-type {
	margin-top: 0;
	border: none;
	}
td {
  /* make like a "row" */
  border: none;
  border-bottom: 1px solid #273996;
  position: relative;
  padding-left: 10%;
  background-color: rgb(5,36,96);
  text-align: left;
}
}