/*InsideStyle_3-col.css */


a:link
{
	color: rgb(31,78,121); 
}
{
	color: rgb(0,32,96); 
} 
a:active
{
	color: rgb(46,117,182);
}

body
{
	font-family: Tahoma, Calibri, Sans Serif;
	padding-left: none;
	font-size: medium;
	background-color: #FFFFFF;
}



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

#topbar
{
	width: 100%;
	height: auto;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Tahoma, Calibri, Sans Serif;
	background-color: rgb(75,75,75);
	clear: both;
	float: left;
}

#blurb
{
	padding-left: 2%; 
	padding-right: 2%;
	padding-top: 3%; 
	padding-bottom: 2%;
	min-width: 30vw; 
	display: block;
	vertical-align: middle; 
	background-color: #FFFFFF;
	color: #000000;
	text-align: left; 
	float: left;
	font-size: 14px;
    font-size: 2vw;
}

#logo 
{
	float: left;
	margin-left: 0;
	background-color: rgb(75,75,75);
	padding-top: 1%;
}

#log
{
	float:right;
	clear: right;
	margin-right: 3%;
	margin-left:0;
	font-size: 10pt;
	color: #000000;
}

#iframe
{
	float: left;
	height: auto;
	width: auto;
	resize: both;
	overflow: visible;
	margin-left: 25px;
}



#compare{
	text-align: middle;
	width: 100%;
	margin: auto;
	padding: auto;
}
.parallax_1 { 
    /* The image used */
    background-image: url("../images/bkgd_gradient_Thermo.png");

    /* Set a specific height */
    height: 350px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_2 { 
    /* The image used */
    background-image: url("../images/bkgd_gradient_Image.png");

    /* Set a specific height */
    height: 740px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_3 { 
    /* The image used */
    background-image: url("../images/bkgd_gradient_Faults.png");

    /* Set a specific height */
    height: 300px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_4 { 
    /* The image used */
    background-image: url("../images/bkgd_gradient_Cost.png");

    /* Set a specific height */
    height: 380px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_5 { 
    /* The image used */
    background-image: url("../Images/IMG_6446.JPG");

    /* Set a specific height */
    height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
	padding-left: 10%;
    font-size: 16px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: rgb (255,255,255);}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */

@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: left;
    display: inline-block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    float: left;
	display: block;
	clear: both;
	background-color: lightgreen;
  }
  ul.topnav.responsive li {
    float: left;
    display: block;
	clear: both;
	font-size: 17px;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
	float: left;
	clear: both;
	padding: none;  }
}

#nav1
{
	float:right;
	clear: right;
	margin-left:0;
	text-decoration: none;
	background-color: rgb(75,75,75);
	padding: 2%;
}

#nav1 a
{
	text-decoration: none;
	display: inline-block;
	color: rgb(255,255,255);
	text-align: center;
	background-color: rgb(75,75,75);
}

#nav1 ul
{
	margin-left: -2.5em;
	background-color: rgb(75,75,75);
}

.pic {
	float: left;
	width: 15%;
	margin-top: 15px;
	margin-left: 10px;
	text-align: center;
}

.pic2 {
	float: left;
	width: 60px;
	margin-top: 15px;
	margin-left: 30px;
	text-align: center;
	width:100px;
	height:100px;
	padding-left: 10px;
}

.message {
	float: left;
	clear: right;
	font-size: 20pt;
	color: red;
	width: 70%;
	margin-top: 40px;
	font-weight: bold;
}
.message2 {
	float: left;
	clear: right;
	font-size: 18pt;
	color: rgb(75,75,75);
	width: auto;
	margin-top: 40px;
	margin-left: 15px;
}

#nav1 li
{
	list-style-type: none;
	float: left;
	width: 8em;
	text-align: center;
	font-size: medium;
	font-size: 14px;
	font-family: Century Gothic, Arial, Helvetica;
	color: rgb(75,75,75);
	background-color: rgb(75,75,75);
}

#bottom
{
	background-color: #FFFFFF;
	min-height: 430px;
}



#presentation{
	color: rgb(220,230,242);
	float: right;
	padding-right: 2%;
	padding-top: 1%;
}

ul.menu li
{
	list-style-type: none;	
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	padding: 0px;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	font-family: Century Gothic, Arial, Helvetica;
	color: #000000;
}

ul.news_menu li
{
	list-style-type: none;	
	border-style: solid;
	border-width: 1px;
	border-color: rgb(220,230,242);
	padding-left: 10%;
	width: auto;
	height: auto;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	font-family: Open Sans, Arial, Helvetica;
	color: #000000;
	background-color: #FFFFFF;
	
}

#hiddenVideo
{
	display: none;
	margin-left: 20px;
}

#divider
{
	float: left;
	clear: both;
	margin-top: 5px;
	width: 100%;
	height: 1px;
	background-color: rgb(75,75,75);
}

#footer 
{
	float: left;
	clear: both;
	width:100%;
	padding-top: 10px;
	padding-left: 3%;
	color: #000000;
	background-color: rgb(220,230,242);
}



#table
{
	border-collapse: collapse;
    width: 100%;
}

th, td 
{
    padding: 4px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

tr:hover
{	background-color:#f5f5f5;
}

}

h1, h2, h3, h4, h5, h6
{
	font-family: Trebuchet, Helvetica;
}
h1
{
	font-style: bold;
}
h2
{
	padding-left: 1%;
}
h3
{
	font-size: 14pt;
	font-style: bold;
}
h4
{
	color: rgb(75,75,75);
}
h5
{
	color: rgb(75,75,75);
}
h6
{
	color: rgb(75,75,75);
}

ul
{
	position: relative;
	left: -20px;
}

#ul05
{
	display: none;
	color: rgb (225,232,245);
}

#bulletsR
{
	position: relative;
	left: 20px;
}

#all
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#cover
{
	background-color: rgb(75,75,75);
}
#coverTitle
{
	color: rgb(225,232,245);
	font-size: 30pt;
}
#coverTitle_2
{
	color: rgb(225,232,245);
	font-size: 20pt;
}

#clue
{
	visibility: hidden;
	text-align: center;
}

#hint
{
	display: block;
	float: left;
}


#topcenter_index
{
	clear: both;
	max-width: 100%;
	height: auto;
	text-align: left;
}

#reference
{
	clear: both;
	max-width: 100%;
	height: auto;
		background-color: rgb(255,255,255);

}

#spacer
{
	clear: both;
	width:100%;
	height: 50px;
}

#iconL {
		float: left;
		clear: left;
		padding-left: 1%;
		padding-right: 3%;
		width: 20%;
		background-image: url("Images/Process_2_Blu.png");
		background-repeat: no-repeat;
		background-position: right top;
}

.Centered {
		float: left;
		padding-left: 5%;
		padding-right: 1%;
		height: auto;
		text-align: center;
}

#borderR {
		float: left;
		padding-left: 1%;
		padding-right: 1%;
		width: 25%;
		min-width: 300px;
		height: auto;
		border-right-style: solid;
		border-width: 1.5px;
		border-color: rgb(75,75,75);
}
		
#blurbR {
		float: left;
		padding-left: 1%;
		padding-right: 1%;
		width: 60%;
		min-width: 300px;
		height: auto;
}
		
#blurbCover {
		float: left;
		font: century gothic;
		padding-left: 1%;
		padding-right: 1%;
		padding-top: 10%;
		min-height: 140px;
		width: 90%;
		font-size: 24pt;
		text-align: right;
		vertical-align: middle;
		color: rgb(255,255,255);
}

#search {
		clear: both;
		padding-left: 1%;
		padding-right: 1%;
		width: 50%;
		font-size: small;
}
	
#triangleL {
		float: left;
		clear: left;
		width: 50%;
}
		
#triangleR {
		float: left;
		width: 15%;

}
		
#dashboard {
		float: left;
		width: 80%;
		clear: both;
		padding-left: 1%;
}
		
#story {
		float: left;
		clear: both;
		width: 95%;
		height: 95%;
		padding-left: 3%;
}

#bulletTabs {
		float: left;
		clear: both;
		padding-left: 3%;
}

#AboutMsg {
		width: 100%;
		padding-left: 3%;
		font-size: large;
}

#Myths {
	background-color: rgb (225,232,245);
}

#Issues {
	display: block;
}

#milestones {
		background-color: rgb (150,250,150);
		max-width: 40%;
}

#milestoneInfo {
		padding-right: 2%;
		float: left;
}

.teamInfo {
		padding-left: 1%;
		float: left;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.Leftwide {
		display: block;
		float: left;
		clear: left;
		padding-left: 1%;
		padding-right: 1%;
		width: 60%;
		min-width: 320px;
		min-height: 400px;
		background-color: rgb(225,232,245);
		border-style: solid;
		border-color: rgb(75,75,75);
		border-width: 1px;
		margin-top: 4px;
		margin-bottom: 4px;
		opacity: 1;
}

.Rightnarrow {
		display: block;
		float: left;
		margin-left: 1%;
		padding-left: 1%;
		padding-right: 1%;
		width: 39%;
		min-width: 100px;
		min-height: 400px;
		background-color: rgb(255,255,255);
		border-style: solid;
		border-color: rgb(75,75,75);
		border-width: 1px;
		margin-top: 4px;
		margin-bottom: 4px;
		opacity: 1;
}
.Lefteven {
		display: block;
		float: left;
		clear: left;
		padding-left: 1%;
		padding-right: 1%;
		width: 48%;
		background-color: rgb(225,232,245);
		border-style: solid;
		border-color: rgb(75,75,75);
		border-width: 1px;
		margin-top: 4px;
		margin-bottom: 4px;
		opacity: 1;
}

.Righteven {
		display: block;
		float: left;
		margin-left: 1%;
		padding-left: 1%;
		padding-right: 1%;
		width: 48%;
		background-color: rgb(255,255,255);
		border-style: solid;
		border-color: rgb(75,75,75);
		border-width: 1px;
		margin-top: 4px;
		margin-bottom: 4px;
		opacity: 1;
		height: inherit;
}
.Topic {
		display: block;
		float: left;
		clear: left;
		padding-left: 1%;
		padding-right: 1%;
		width: 20%;
		min-width: 100px;
		min-height: 400px;
		background-color: rgb(225,232,245);
		border-style: solid;
		border-color: rgb(75,75,75);
		border-width: 1px;
		margin-top: 4px;
		margin-bottom: 4px;
		opacity: 1;
}

.Status {
		display: block;
		float: left;
		margin-left: 1%;
		padding-left: 1%;
		padding-right: 1%;
		width: 75%;
		min-width: 320px;
		min-height: 400px;
		background-color: rgb(255,255,255);
		border-style: solid;
		border-color: rgb(75,75,75);
		border-width: 1px;
		margin-top: 4px;
		margin-bottom: 4px;
		opacity: 1;
}



.Article {
	clear: both;
	height: 720px;
	width: 1080pt;
}

.imageL {
		float: left;
		width: 30%;
		min-width: 200px;
		height: 310px;
		padding-left: 1%;
		padding-right: 1%;
		font-size: 40pt;
		background-color: rgb(225,232,245);
		color: rgb(75,75,75);	
		border-style: solid;
		border-color: rgb(255,255,255);
		border-width: 3px;
}

#imageR {
		float: left;
		width: 30%;
		padding-left: 1%;
		font-size: 20pt;
		
}

#imageBack {
		float: left;
		width: 60%;
		padding-left: 1%;
		background-image: url("Images/Gradient3.png");
		color: rgb(255,153,51);
		font-size: 20pt;
}
#goLeft {
		width: 5%;
		height: 400px;
		clear: left;
}

#goRight {
		width: 5%;
		height: 400px;
		float: left;
		clear: right;
}

#newProd {

}


#button
 { 
		border: none;
		width: 10px;
 }

.prh-container{
	clear: both;
	position: relative;
	margin: auto;
	height: auto;
}
 
.prh-container_L{
	float: left;
	clear: both;
	position: relative;
	margin: auto;
}
.prh-container_L2{
	float: left;
	position: relative;
	margin: auto;
}
 
 
/* Slideshow container */
.slideshow-container {
  width: 1000px;
  max-height: 700px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  margin-left: 0px;
  padding: 5px;
  background-color: rgba(220, 230, 245, 0.5);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.ph-prev, .ph-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  margin-left: -500px;
  padding: 5px;
  background-color: rgba(220, 230, 245, 0.5);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.ph-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.ph-prev:hover, .ph-next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}