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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: "myriad-pro";
}

header {
	border-bottom: 1px solid #C1C6C8;
	background-color: #ffffff;
	height: 50px;
	position: fixed;
	top:0;
	width: 100vw;
	z-index:999;
}
#np_logo {
	background: #FF671F;
	width: 150px;
	height: 125px;
	position: absolute;
	z-index:100;
	float: left;
}
#siteTitle {
	color: #333F48;
	float: right;
	font-family: "myriad-pro";
	font-size: 26px;
	font-weight: 100;
	padding: 10px 20px 10px 0px;
	font-weight: lighter;
}
#siteTitle::after {
	clear: both;
}
main {
	/*height: 100vh;*/
	/*height: vmax;
	width: vmax;*/
}
footer {
	/*background: #C1C6C8;*/
	opacity: 0.9;
	color: #a2aaad;
	height: 100px;
	width: 60%;
	margin-left: 25%;
	margin-right: 25%;
	display: block;
	position: fixed;
	bottom: 0;
}
footer h2 {
	color: #fff;
	font-size: 16px;
	padding-top: 10px;
	line-height: inherit;
}
footer h3 {
	font-family: "myriad-pro-condensed";
	font-size: 10pt;
	padding:0px;
}
footer .row {
	background-color: #333f48;
	height: 100%;
}
footer .col-md-3 {
	height: 100%;
	align-content:center;
}
/*footer .col-md-2:first-child, footer .col-md-2:last-child {
	background: none;
	
}*/
.container-fluid {
	padding: 0;
}
.imgContainer {
	width: 100%;
	height: 100%;
	overflow:hidden;
}
.imgContainer img {
	/*width: 100%;*/
	/*width: vmax;*/
	/*height: vmax;*/
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
		
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	/*position: fixed;
	top: 0;
	left: 0;*/
}
.download, .FAQ  {
	background: url(/_imgs/equity-page/equity_web_icons.svg) no-repeat;
	/*background-size: 150px 75px;*/
	background-size: cover;
	display: block;
	height: 50px;
	width: 50px;
	align-content: center;
	align-self: center;
}
.FAQ {
	background-position: 100% 0px;
}

/* Bootstrap Fixes */
.row {
	margin: 0px;
}
.vidContainer {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	/*-webkit-box-shadow: 0 0px 5px 2px #333F48;
	box-shadow: 0 0px 5px 2px #333F48;*/
	display: block;
	background-color: rgba(51, 63, 72, 0.85);
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}
.vidContainer video {
	width: 100%;
}
hr {
	box-sizing:border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #EEE -moz-use-text-color -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}

/* Menu Fixes because of Bootstrap */

#men li#subMen a {
	box-sizing:content-box;
}
.searchField {
	box-sizing:content-box;
}

@media screen and (max-width: 2000px) { /* Specific to this particular image */
  .imgContainer img {
    /*left: 50%;
    margin-left: -515px;*/   /* 50% */
  }
}
@media (min-width:1200px){
	
}
@media (max-width:992px){
	footer {
		width: 100%;
		/*height: 175px;*/
		height: inherit;
		margin: 0;
	}
	footer .row {
		padding-bottom:15px;
	}
	footer .col-md-3 {
		float: left !important;
		width: 25%;
	}
	/*.imgContainer img {
		height: 100%;
		width:auto;
	}*/
	/*footer h2 {
		color: #fff;
		font-size: 24px;
		padding-top: 10px;
	}
	footer h3 {
		font-family: "myriad-pro-condensed";
		font-size: 16pt;
	}
	.download, .FAQ {
		width: 150px;
		height: 150px;
	}*/
}
@media (max-width:768px){
	footer {
	}
}
