/*==============================================================================

version:  1.1
date:	  08/16/18
author:   Capisce Design Inc.
email:    capisce@capiscedesign.com
website:  http://www.capiscedesign.com/

==============================================================================*/

@font-face {
  font-family: 'responsivenav';
  src:url('../fonts/responsivenav.eot');
  src:url('../fonts/responsivenav.eot?#iefix') format('embedded-opentype'),
	  url('../fonts/responsivenav.woff') format('woff'),
   	  url('../fonts/responsivenav.ttf') format('truetype'),
      url('../fonts/responsivenav.svg#responsivenav') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'latoblack';
    src: url('../fonts/Lato-Black-webfont.eot');
    src: url('../fonts/Lato-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Black-webfont.woff2') format('woff2'),
         url('../fonts/Lato-Black-webfont.woff') format('woff'),
         url('../fonts/Lato-Black-webfont.ttf') format('truetype'),
         url('../fonts/Lato-Black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/Lato-Bold-webfont.eot');
    src: url('../fonts/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Bold-webfont.woff2') format('woff2'),
         url('../fonts/Lato-Bold-webfont.woff') format('woff'),
         url('../fonts/Lato-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Lato-Bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/Lato-Regular-webfont.eot');
    src: url('../fonts/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Regular-webfont.woff2') format('woff2'),
         url('../fonts/Lato-Regular-webfont.woff') format('woff'),
         url('../fonts/Lato-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Lato-Regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/Lato-Light-webfont.eot');
    src: url('../fonts/Lato-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Light-webfont.woff2') format('woff2'),
         url('../fonts/Lato-Light-webfont.woff') format('woff'),
         url('../fonts/Lato-Light-webfont.ttf') format('truetype'),
         url('../fonts/Lato-Light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

body { /* Center layout */
	text-align: center;
	margin:0;
	}
	
#wrapper {
	width:100%;
	margin: 0 auto; /* Center layout */
	text-align: left; /* Center layout */
	}


/*============================================================================== 
 * Typography
==============================================================================*/

body {
	font-family: "latoregular", monospace, Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 12px;
}

a {
	color: #fff;
	text-decoration:none;
	}
	
a:link {
	color: #fff;
	}	
	
a:visited {
	color: #fff;
	}	
	
a:hover {
	color: #fff;
	}	
	
a:active {
	color: #fff;
	}				

h1 {
	font-family: "latolight", monospace, Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: .15em;
}

h2 {
	color:#cf020a;
	font-size:16px;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.bold {
	font-family: "latobold", monospace, Arial,Verdana,Geneva,Helvetica,sans-serif;
}

/*============================================================================== 
 * Header
==============================================================================*/

header {
	width: 100%;
	margin: 0 0 0 0;	
	height: 66px;
	position: fixed;
    z-index: 100;
	}
	
#logo a {
	background:url('../images/logo_mphpr.svg') no-repeat left top;
	float: left;
	width: 163px;
	height: 66px;
	text-indent: -6666px;
	margin:0 20px 0 23px;
	display:block;
	z-index: 2;
	position:relative;
	-webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    -ms-transition:all 1s ease;
	}
	
#tagline {
	float: right;
	width: 332px;
	height: 74px;	
	margin: 0 15px 0 0;	
	}

/*
.hexagon {
  position: relative;
  width: 12px; 
  height: 6.93px;
  background-color: #eb7479;
  margin: 3.46px 0;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 3.46px solid #eb7479;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 3.46px solid #eb7479;
}
*/

/*============================================================================== 
 * Main Nav
==============================================================================*/

#nav_wrapper {
	width: calc(100% - 256px);
	background-color:#e2383f;
	height: 50px;
/*	text-align:right;*/
	float: right;
	position:relative;
	z-index: 2;
}
ul#mainNav {
	margin: 0 0 0px 0;
	padding: 0;
	list-style: none;
/*	height: 50px;*/
	float: right;
	text-align: center;
/*	overflow: hidden;*/
	}
#triangle {
	position:absolute;
	left:-50px;
	top:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #e2383e transparent transparent;
	line-height: 0px;
	_border-color: #000000 #e2383e #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#white_cover {
	width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
}	
ul#mainNav li {
	float: left;
	}

ul#mainNav a {
	float: left;
	padding: 20px 30px;
	letter-spacing:.15em;
	text-transform: uppercase;
	font-size:11px;
	}	

/* Replace Text With Images
----------------------------------------------------------------------------- */

ul#mainNav li div {
	
}

#icon_about  {
	background:url(../images/icons_nav_about.svg) no-repeat top left;
	width:12px;
	height:12px;
	overflow: hidden;
	float:left;
	left: -6px;
    position: relative;
	}
	
#icon_ceo  {
	background:url(../images/icons_nav_ceo.svg) no-repeat top left;
	width:12px;
	height:12px;
	overflow: hidden;
	float:left;
	left: -6px;
    position: relative;
	}

#icon_opportunities  {
	background:url(../images/icons_nav_opportunities.svg) no-repeat top left;
	width:12px;
	height:12px;
	overflow: hidden;
	float:left;
	left: -6px;
    position: relative;
	}

#icon_contact  {
	background:url(../images/icons_nav_contact.svg) no-repeat top left;
	width:12px;
	height:12px;
	overflow: hidden;
	float:left;
	left: -6px;
    position: relative;
	}

	



/*============================================================================== 
 * Content
==============================================================================*/

#content {
	 padding: 0 0 0 0;
	 }

.bcg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.hsContainer {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.hsContent {
	max-width: 960px;
	margin: -150px auto 0 auto;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	padding: 0 8%;
	text-align: center
}
.about_panel2_box {
	background: rgba(226,56,62,1);
background: -moz-linear-gradient(top, rgba(226,56,62,1) 0%, rgba(157,3,3,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,56,62,1)), color-stop(100%, rgba(157,3,3,1)));
background: -webkit-linear-gradient(top, rgba(226,56,62,1) 0%, rgba(157,3,3,1) 100%);
background: -o-linear-gradient(top, rgba(226,56,62,1) 0%, rgba(157,3,3,1) 100%);
background: -ms-linear-gradient(top, rgba(226,56,62,1) 0%, rgba(157,3,3,1) 100%);
background: linear-gradient(to bottom, rgba(226,56,62,1) 0%, rgba(157,3,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2383e', endColorstr='#9d0303', GradientType=0 );
}
/* Slide 1 */
#slide-1 .bcg {height:1200px;background-image:url('../images/home_bg.jpg')}

/* Slide 2 */
#slide-2 .bcg {background-color:#e2383f; height: 451px; text-align: center;background:url('../images/about_bg.svg') 0 0 no-repeat;width:100%;}

/* Slide 3 */
#slide-3 .bcg {background-image:url('../images/bg_ceo.jpg')}

/* Slide 4 */
#slide-4 .bcg .hsContainer {height:704px;background:url('../images/bg_opportunities.jpg') no-repeat;width:100%;background-size: cover;}

/* Slide 5 */
#slide-5 .bcg {
	background: rgba(226,56,63,1);
	background: -moz-linear-gradient(top, rgba(226,56,63,1) 0%, rgba(138,1,1,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,56,63,1)), color-stop(100%, rgba(138,1,1,1)));
	background: -webkit-linear-gradient(top, rgba(226,56,63,1) 0%, rgba(138,1,1,1) 100%);
	background: -o-linear-gradient(top, rgba(226,56,63,1) 0%, rgba(138,1,1,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,56,63,1) 0%, rgba(138,1,1,1) 100%);
	background: linear-gradient(to bottom, rgba(226,56,63,1) 0%, rgba(138,1,1,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2383f', endColorstr='#8a0101', GradientType=0 );
	height: 200px; text-align: center;
}

	
/*==============================================================================
* About
==============================================================================*/

.about_box {
	width:100%;
	max-width:800px;
	margin:0 auto;
}
.col1 {
	width:350px;
	float:left;
}
.col1 p {
/*	font-size:24px;*/
    font-size: 13px;
    text-align: left;
    line-height: 1.5em;
}

.col2 {
	width:350px;
	float:right;
	margin-bottom:40px;
}
.col2 p {
	text-align:left;
	font-size:13px;
	line-height: 1.5em;
}

.bullets_left {
	text-align:left;
	float:left;
	width:175px;
	padding:20px 0 20px 15px;
	box-sizing: border-box;
}
.bullets_right {
	text-align:left;
	float:left;
	width:175px;
	padding:20px 0 20px 15px;
	box-sizing: border-box;
}
.bullets_left li,
.bullets_right li {
	line-height: 1.5em;
}
.vline {
	width: 1px;
    height: 480px;
    border-left: 1px solid #fff;
    margin: 0 49px 0 49px;
    float: left;
    display: block;
}
#about_pointer {
	width: 65px;
    margin: 0 auto;
    top: 17px;
    display: block;
    background: url(../images/about_pointer.svg) no-repeat;
    height: 17px;
    margin-top: -3px;
}

/*==============================================================================
* CEO
==============================================================================*/


#founder_wrapper {
	max-width:750px;
	width:750px;
	margin:0 auto;
}

#slide-3 p {
	font-size:13px;
	color:#333333;
	padding-bottom: 20px;
	line-height: 1.5em;
}

#slide-3 h1 {
	color:#e2383f;
	padding: 30px 0 50px 0;
}
.large_red_txt {
	font-size: 20px;
	font-family: "latobold", monospace, Arial,Verdana,Geneva,Helvetica,sans-serif;
	letter-spacing: .15em;
	color:#e2383f;
}

/*==============================================================================
* Opportunities
==============================================================================*/

.opportunities_wrapper {
	width:100%;
	max-width:715px;
	margin:0 auto;
}
h1.opp_header {
	padding: 20px !important;
    background-color: #a4a4a4;
    width: 420px;
    bottom: 0;
    margin: 0 auto;
    color: #fff !important;
    clear: both;
}

#slide-4 h2 {
	text-align: left;
	padding-bottom:28px;
}

#slide-4 .col1 p {
	color:#666;
	font-size:13px !important;
	text-align:left;
	line-height: 1.5em;
}
.hline {
	border-top:1px solid #999;
	width:100%;
	float:left;
	padding: 0 0 30px 0;
    margin-top: 29px;
}	
.red {
	color:#cf020a;
}
.bullets {
	padding-top:26px;
	color:#999;
	font-size:13px !important;
	text-align:left;
	padding-left:15px;
}
.bullets li { 
	line-height: 1.5em;
}

.bullets > li { 
	 color: #cf020a;
}
.bullets > li > span {
    color: #666;
}
#slide-4 .col2 {
	padding:32px 24px;
	background-color:#efefef;
	box-sizing: border-box;
	width:284px;
	color:#666;
	font-size:13px !important;
	text-align:left;
	line-height: 1.5em;
	margin-top:34px;
	padding-bottom:10px;
}
#slide-4 .col2 p {
	padding-bottom:24px;
}
#slide-4 .col2 a {
	color: #cf020a;
	text-decoration:none;
}

/*==============================================================================
* Contact
==============================================================================*/

#slide-5 h1 {
	font-size:18px;
	color:#fff;
	letter-spacing: .15em;
	text-transform:uppercase;
	text-align:center;
	padding-top:50px;
}

.copyright {
	font-size:11px;
	color:#fff;
	text-align:center;
	padding-top:26px;
}
#contact_icon {
	padding:16px;
	margin:0 auto;
	display:block;
	width:48px;
	height:48px;
}
/*==============================================================================
* Footer
==============================================================================*/

#footer,
#copyright {
	clear: both;
	}

#legal_box {
	float: left;
    clear: both;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
	height: 40px;
}
#credit_bar {
    position: absolute;
    left:0;
    bottom:0;
    background-color:#6f0102;
    width:100%;
    height:0px;
    line-height:32px;
    color:#ccc;
    letter-spacing: .1em;
    font-size:10px;
    z-index: 50;
    overflow: hidden;
    text-transform: uppercase;
    text-shadow:none;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    -ms-transition:all 1s ease;
}
#credit_bar a,
#credit_bar a:link,
#credit_bar a:visited,
#credit_bar a:hover,
#credit_bar a:active {
    color:#fff;
}
#credit_container {
    max-width:600px;
    width:100%;
    margin:0 auto;
}
#credit {
    position: absolute;
    left: 10px;
    bottom: 7px;
}	


@media screen and (max-width: 824px) {
	#logo a {
		width:114px;
		height:46px;
		margin-left:48px;
	}
	ul#mainNav {
		background-color: #9e0405;
	}
}

@media screen and (max-width: 800px) {
	#canvas {
		right: 184px !important;
	}
	.vline {
		display:none;
	}
	.about_box {
		width:85%;
	}
	.col1 {
		width:40%;
	}
	.col2 {
		width:55%;
	}
	#founder_wrapper {
		width:95%;
	}
	#founder_wrapper .col1 {
		width:55%;
	}
	#founder_wrapper .col2 {
		width:40%;
	}
	.opportunities_wrapper .col1 {
		width:50%;
	}
	.opportunities_wrapper .col2 {
		width:45%;
	}
	#slide-4 .hsContent {
		vertical-align: top;
	}
	.opportunities_wrapper {
		margin-top:40px;
	}
}
@media screen and (max-width: 736px) {
	#canvas {
		top: 20% !important;
    	right: 23% !important;
	}
}
@media screen and (max-width: 640px) {
	#canvas {
		top: 186px !important;
    	right: 10px !important;
	}
	#slide-1 .bcg {
   		background: url(../images/home_bg.jpg) -65px -128px;
	}
	.col1 {
		width:98%;
	}
	.col2 {
		width:98%;
		float:left;
		margin-top:20px;
	}
	.bullets_right {
		padding: 0px 0 20px 15px;
		width:98%;
	}
	.bullets_left {
		width:98%;
		float:left;
	}
	#founder_wrapper {
		width:98%;
	}
	#founder_wrapper .col1 {
		width:98%;
	}
	#founder_wrapper .col2 {
		width:98%;
	}
	.opportunities_wrapper .col1 {
		width:98%;
	}
	.opportunities_wrapper .col2 {
		width:98%;
	}
	h1.opp_header {
		padding: 10px 0 !important;
		background-color: #a4a4a4;
		width: 100%;
		bottom: 0;
		margin: 0 auto;
		color: #fff !important;
		clear: both;
		font-size: 30px;
	}
	#slide-4 .col2 {
		padding: 20px 24px 0px 24px;
		background-color: #efefef;
		box-sizing: border-box;
		width: 100%;
		color: #666;
		font-size: 13px !important;
		text-align: left;
		line-height: 1.5em;
		margin-top: 20px;
	}
	#slide-5 h1 {
		padding-top: 30px;
	}
}

@media screen and (max-width: 480px) {
	#canvas {
		top: 142px !important;
    	right: 10px !important;
	}
	#slide-1 .bcg {
    	background: url(../images/home_bg.jpg) -79px -124px;
	}
	
	.col1 {
		width:98%;
	}
	.col2 {
		width:98%;
		float:left;
		margin-top:20px;
	}
	.bullets_right {
		padding: 0px 0 20px 15px;
		width:98%;
	}
	.bullets_left {
		width:98%;
		float:left;
	}
	#founder_wrapper {
		width:98%;
	}
	#founder_wrapper .col1 {
		width:98%;
	}
	#founder_wrapper .col2 {
		width:98%;
	}
	.opportunities_wrapper .col1 {
		width:98%;
	}
	.opportunities_wrapper .col2 {
		width:98%;
	}
	h1.opp_header {
		padding: 10px 0 !important;
		background-color: #a4a4a4;
		width: 100%;
		bottom: 0;
		margin: 0 auto;
		color: #fff !important;
		clear: both;
		font-size: 30px;
	}
	#slide-4 .col2 {
		padding: 20px 24px 0px 24px;
		background-color: #efefef;
		box-sizing: border-box;
		width: 100%;
		color: #666;
		font-size: 13px !important;
		text-align: left;
		line-height: 1.5em;
		margin-top: 20px;
	}
	#slide-5 h1 {
		padding-top: 30px;
	}
}

@media screen and (max-width: 414px) {
	#canvas {
		top: 250px !important;
		right: 6px !important;
	}
	#slide-1 .bcg {
   		background: url(../images/home_bg.jpg) -79px top;
	}
}

@media screen and (max-width: 360px) {
	#canvas {
		top: 250px !important;
		right: 0px !important;
	}
	#slide-1 {
		height:480px !important;
	}
}

@media screen and (max-width: 360px) {
	#canvas {
		top: 170px !important;
    	right: 0px !important;
	}
	#slide-1 .bcg {
		background: url(../images/home_bg.jpg) -79px -75px;
	}
	h1.opp_header {
		font-size:24px;
	}
}
	