/*Base for Mountain Ingenuity - Design by Jesse Doyle  | Copyright 2021 Mountain Ingenuity |*/
/*30AD23*/


/* 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 {background:#F0F0F0;/*was this -->#adb3ab*/
		margin: 0 auto;
		color: #cccccc;
		font-family:arial;
		font-size: 11px;
		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;
}

/*---------------------------------------------------------------------------------------------*/

		
p {font-family:"Arial",Arial,Tahoma,Helvetica,sans-serif;font-size:12px;letter-spacing:0px;line-height:100%;padding-left: 10px; padding-right: 10px; margin-top: 10px; color:#cccccc;}
h1 {font-size:20px; padding-top: 4px;}
h2 {font-size:13px; padding-top: 4px;}
		
a:link {color: #9A9797;}
a:visited {color: #9A9797;}
a:hover {color: #AEAEAE;}

img, embed,
object, video {
	max-width: 100%;
	border:0px;
	}

#topborder {background: #e0e0e0;
		margin: 0 auto; 
		}
		
#header {background:#e0e0e0;
		background-image:url("images/background_content.gif");
		height: 24px}

#footer {background:#e0e0e0;
		width: 100%;
		position:absolute;
		left:0;
		background-image:url("images/background_content_2.gif");
		background-repeat: repeat-x;
		height: 300px}

		
#navtop {margin: 0 auto; 
		float:right;
		padding-left: 10px;
		padding-right: 10px;
		}
		
#nav_center {margin: 0 auto; 
		padding-left: 10px;
		padding-right: 10px;
		text-decoration: none;
		text-align:center;
		}
		
#nav_right {float: right;
		padding-top: 50px;
		}

		
.nav_center {
    margin: 0 auto;
    max-width: 1180px;
    clear: both;
	    padding: 0px 15px;
}
.nav_center img {
    width: 100%;
}	

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}

/* Container holding the image and the text */
.container2 {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  color: white;
  float: left;
}

/* Top right text */
/* .top-right { */
  /* position: relative; */
  /* left: 0px; */
  /* top: 0px; */
  /* z-index: 1000; */
  /* padding: 5px; */
  /* float: right; */
/* } */



/* ------------------------------------------------------------------------------- */
						/* Topnav Content */
/* ------------------------------------------------------------------------------- */

	

/* Add a black background color to the top navigation */
.topnav {
  /* background-color: #333; */
    overflow: hidden;
    position: relative;
    left: 0;
    top: 100px;
    z-index: 1000;
    padding: 5px;
    float: right;
}

/* Style the links inside the navigation bar */
.topnav a {
  /* float: left; */
  /* display: block; */
  color: ##9A9797;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #04AA6D;
  color: white;
}

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

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  /* background-color: #555; */
  color: AEAEAE;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 650 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 650px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: 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 (display the links vertically instead of horizontally) */
@media screen and (max-width:1199px) 
{
.topnav {
    top: 90px;
}	
}
@media screen and (max-width:991px) 
{
.topnav {
    top:65px;
}	
}
@media screen and (max-width: 650px) {
	div#myTopnav a.icon {
    background-color: #555;
    color: white;
    position: absolute;
    right: 15px;
    top: -5px;
}
#header {
    height: auto;
    padding: 15px 0px;
    background-size: cover;
    margin-bottom: 30px;
}
.topnav {
top: 0;
    width: 100%;
    position: initial!important;
}
.topnav a {
    display: none;
}
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* ------------------------------------------------------------------------------- */
							/* End Topnav Content */




.photo-grid {
    margin: 1em auto;
    max-width: 1180px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
	    padding: 0px 15px;
}

.photo-grid li {
    padding: 0px 15px 0px 0px;
    margin: 1em 0;
    max-width: 50%;
    flex: 0 0 50%;
    box-sizing: border-box;
}

.photo-grid img {
display: block;
    height: auto;
    max-width: 100%;
    border: 2px solid white;
    width: 100%;
}
.photo-grid li:nth-child(even) {
    padding: 0px 0px 0px 15px;
}
.photo-grid figure {
	height: 100%;
	overflow: hidden;
	position: relative;
	max-width: 100%;
}

.photo-grid figcaption {
	background: rgba(0,0,0.8);
	color: white;
	display: table;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.photo-grid figcaption p {
	display: table-cell;
	font-size: 1.5em;
	position: relative;
	max-width: 100%;
	vertical-align: middle;
}

.photo-grid li:hover figcaption {
	opacity: 1;
}

.photo-grid figcaption {
background: rgba(0,0,0,0.6);
    color: white;
    display: table;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
    z-index: 100;
    max-width: 100%;
    width: 100%;
}


div.maintext {width:100%;float:left;font-size:12px;line-height:10px;margin-top:16px;margin-left:0;}
		
div.contentright {background:#008200 url(images/lip.png) no-repeat scroll left top;width:320px;height:1050px;margin-top:16px;margin-right:10px;margin-bottom:16px;
		float:right;font-size:12px;line-height:16px;}
		
div.contentright p {color:#222222;}
		

div.bottomlogos {float:left;width: 100%; height:50px;vertical-align:top; border-top: 1px solid #c5c5c5; margin-bottom: 16px;}
		
#navbar {width: 100%; margin:0px;padding:0px;margin-top:10px;}
#navbar ul {margin: 0; padding-right: 4px; list-style: none;}
#navbar li { float:right; padding-right: 4px; margin: 0px 0px 0px 0px; height: 5px;}
#navbar a {}
		
div.header_bottom {background: no-repeat scroll left bottom; width:100%; height:100%; float:left;margin-top:40px;}
div.header_bottom p {font-size: 12px;}

div.object_center {text-align:center;margin-top:10px;margin-bottom:30px;}
div.object_left {text-align:center;
				margin-bottom:10px;
				margin-left:-900px;
				margin-top:50px;
				}
div.object_middle {text-align:center;
				margin-bottom:10px;
				margin-left:-450px;
				margin-top:50px;
				}				
				
				
div.list_area {}
div.list_area ul {font-family: "Arial", Arial, Tahoma, Helvetica, sans-serif; font-size:14px; color:#ebebeb; line-height: 170%; padding-left: 40px;letter-spacing:1px;margin-bottom: 10px;}


.column {
  float: left;
  width: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.left {
  width: 33%;
  text-align: center;
}

.middle {
  width: 33%;
  text-align: center;
}

.right {
  width: 33%;
  text-align: center;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
  
 @media screen and (max-width: 600px) {
 .column {
    width: 100%;
	text-align: center;
}


		
