@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------- */
/*    Declarations                                   */
/* ------------------------------------------------- */

@font-face {
    font-family:brandonGrotesque;
    src: url(../fonts/brandonGrotesque/Brandon_light.otf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:brandonGrotesque2;
    src: url(../fonts/brandonGrotesque/Brandon_reg.otf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:brandonGrotesque3;
    src: url(../fonts/brandonGrotesque/Brandon_thin.otf);
    font-weight: normal;
    font-style: normal;
}
.brand-font{
    font-family:brandonGrotesque;
	font-size:30px;
	color: #0c1c23;
}
.brand-font2{
    font-family:brandonGrotesque;
	font-size:22px;
	color: #566267;
}
.tagline-font{
    font-family:brandonGrotesque;
	font-size:24px;
	color: #0c1c23;
}
.nav-font{
    font-family:brandonGrotesque;
	font-size:18px;
	color: #76868d;
}
.tt-font{
    font-family:brandonGrotesque;
	font-size:14px;
	color: #76868d;
}
html{
	overflow-y: scroll;
}
html, body{
    height: 100%;
	margin: 0;
    padding: 0;	
}
a span{
	border:0; outline:0;
}
#section1h1{
	visibility:hidden;
}
#artical-divider{
	width:100%;
	height:2px;
	background-color:#979c9e;
	left:0; margin-top:-20px;
	position:absolute;
	display:block;
	float:left; clear:both;
}
#artical-divider2{
	width:100%;
	height:2px;
	background-color:#979c9e;
	left:0; margin-top:-100px;
	position:absolute;
	display:block;
	float:left; clear:both;
}
#workShim{
	margin-top:100px;
}
h1{
	font-family:brandonGrotesque;
	font-size:22px;
	font-weight:normal;
	color: #566267;
	margin:0;
}
h2{
	font-family:brandonGrotesque;
	font-size:30px;
	font-weight:normal;
	margin:30px;
	color: #76868d;
	clear:both
}
h3{
	font-size:0;
	margin:0;
	padding:0;
	visibility:hidden;	
}

/* ------------------------------------------------- */
/*    Home - Cover Screen                            */
/* ------------------------------------------------- */

.home-page{
	/*display: none !important;*/
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 999 !important;
	clear:both;
}
#header{
	width:100%;
	height:202px;
	border-bottom: 1px solid #cacccd;
	float:left;
}
#phase-pt1{
	width:37%;
	text-align:center;
	position:absolute;
	top:168px; left:0;
	float:left; clear:both;
}
#phase-pt2{
	width:37%;
	text-align:center;
	position:absolute;
	top:168px; right:0;
	float:right; clear:both;
}
#banner1{
	background:url(../images/banner1.png) center no-repeat;
	width:411px;
	height:243px;
	position:absolute;
	margin-left:50%;
	left:-205px;
	top:90px;
	z-index:5;
	float:left; clear:both;
}
#wrap1 {
	width:100%;
	height:100%;
	position:absolute;
	top:0; left:0;
	float:left; clear:both;
	display:block; overflow:hidden;
}
.diagonals {
	width:50%;
	position:absolute; top:204px; bottom:0;
	float: left;
}
#heading-wrap{
	width:50%;
	
	display:block;
	float:left; clear:both;
}
#heading{
	width:100%;
	text-align:center;
	margin:0 auto;
	position:relative; top:300px;;
	clear:both;
}
#mobile-ce{
	width:50%;
	height:100%;
	max-height:50%;
	margin:auto;
	margin-top:auto;
	margin-bottom:auto;
	position:absolute; top:0; bottom:0;
	float:left; clear:both;
	pointer-events: none;
}
#mobile{
	pointer-events:auto;
	background:url(../images/mobile.png) center no-repeat;
	width:101px;
	height:77px;
	margin:auto;
	margin-left:10%;
	position:relative; top:69%;
	float:left;
}
#ce{
	pointer-events:auto;
	background:url(../images/ce.png) center no-repeat;
	width:143px;
	height:93px;
	max-height:100%;
	margin:auto;
	margin-right:7%;
	position:relative; top:68%;
	float:right;
}
#auto-wrap{
	width:50%;
	height:93px;
	text-align:center;
	margin:auto;
	margin-top:auto;
	margin-bottom:5%;
	position:absolute; top:0; bottom:0;
	float:left; clear:both;
	pointer-events: none;
}
#auto{
	pointer-events:auto;
	background:url(../images/auto.png) center no-repeat;
	width:122px;
	height:93px;
	text-align:center;
	margin:0 auto;
	clear:both;
}
#adjust_auto-tt{
	text-align: left;
	margin-left:-4px;
}
svg {
	width:100%;
	height:100%;
	max-height:100%;
	position: relative;
	top:0; bottom:0;
}
#colorblock{
	width:50%;
	background-color:rgb(28,51,61);
	position:absolute; top:202px; 
	right: 0;  bottom:0;
}
#rootTopMenu{
	width:100%; height: 100%;
	top: 0;
	background:url(../images/topMenu.png) center no-repeat;
	float:right;
}
#menu-trigger{
	background-color:rgb(28,51,61);
	top: 0; width:100%; height: 100%;
	float:right; clear: both;
	display: block;
	z-index:50;
	opacity:0;
	-webkit-transition: all .3s cubic-bezier(0.455, 0.030, 0.515, 0.955); 
   	   -moz-transition: all .3s cubic-bezier(0.455, 0.030, 0.515, 0.955); 
         -o-transition: all .3s cubic-bezier(0.455, 0.030, 0.515, 0.955); 
            transition: all .3s cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); 
   -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); 
     -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); 
        transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
}
#rootTopMenu:hover #menu-trigger{
	opacity:1;
}
#hr-base{
	width:100%;
	border-bottom: 2px solid #cacccd;
	alignment-baseline: baseline;
	position:absolute; bottom:0; 
	float:left; clear:both;
}
.hr-fix{
	width:100%;
	border-bottom: 1px solid #cacccd; 
	margin-bottom:-3px;
	float:left; clear:both;
}

/* ------------------------------------------------- */
/*    Home / Social - Tooltips                       */
/* ------------------------------------------------- */

/* Home TT's */

#mobile .tooltip {
  background: #4a5d65;
  bottom: 100%;
  color: #fff;
  text-align:center;
  display: block;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
		  
  -webkit-transition: all 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	 -moz-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	   -o-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	  -ms-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	      transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
     -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
       -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);

  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
#mobile .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
#mobile .tooltip:after {
  border-left: solid transparent 15px;
  border-right: solid transparent 15px;
  border-top: solid #4a5d65 15px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
  
#mobile:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 #mobile .tooltip {
  display: none;
}

.lte8 #mobile:hover .tooltip {
  display: block;
}
#ce .tooltip {
  background: #4a5d65;
  bottom: 100%;
  color: #fff;
  text-align:center;
  display: block;
  margin-bottom: 15px;
  margin-left:-62px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 250px;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
		  
  -webkit-transition: all 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	 -moz-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	   -o-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	  -ms-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	      transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
     -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
       -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);

  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
#ce .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 200px;
}  

/* CSS Triangles - see Trevor's post */
#ce .tooltip:after {
  border-left: solid transparent 15px;
  border-right: solid transparent 15px;
  border-top: solid #4a5d65 15px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
  
#ce:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 #ce .tooltip {
  display: none;
}

.lte8 #ce:hover .tooltip {
  display: block;
}
#auto .tooltip {
  background: #4a5d65;
  bottom: 100%;
  color: #fff;
  text-align:center;
  padding:0;
  display: block;
  margin:0 auto;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 122px;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
		  
  -webkit-transition: all 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	 -moz-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	   -o-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	  -ms-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	      transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
     -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
       -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);

  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
#auto .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 122px;
}  

/* CSS Triangles - see Trevor's post */
#auto .tooltip:after {
  border-left: solid transparent 15px;
  border-right: solid transparent 15px;
  border-top: solid #4a5d65 15px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 0;
}
  
#auto:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 #auto .tooltip {
  display: none;
}

.lte8 #auto:hover .tooltip {
  display: block;
}

/* Social TT's */

#cv .tooltip {
  background: #ffffff;
  bottom: 100%;
  color: #4a5d65;
  text-align:center;
  display: block;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 150px;
  margin-left:-60px;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
		  
  -webkit-transition: all 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	 -moz-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	   -o-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	  -ms-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	      transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
     -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
       -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);

  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
#cv .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 150px;
}  

/* CSS Triangles - see Trevor's post */
#cv .tooltip:after {
  border-left: solid transparent 15px;
  border-right: solid transparent 15px;
  border-top: solid #ffffff 15px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
  
#cv:hover .tooltip {
  opacity: 1;
  margin-top:auto;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 #cv .tooltip {
  display: none;
}

.lte8 #cv:hover .tooltip {
  display: block;
}
#linkedin .tooltip {
  background: #ffffff;
  bottom: 100%;
  color: #4a5d65;
  text-align:center;
  display: block;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 150px;
  margin-left:-60px;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
		  
  -webkit-transition: all 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	 -moz-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	   -o-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	  -ms-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	      transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
     -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
       -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);

  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
#linkedin .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 150px;
}  

/* CSS Triangles - see Trevor's post */
#linkedin .tooltip:after {
  border-left: solid transparent 15px;
  border-right: solid transparent 15px;
  border-top: solid #ffffff 15px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
  
#linkedin:hover .tooltip {
  opacity: 1;
  margin-top:auto;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 #linkedin .tooltip {
  display: none;
}

.lte8 #linkedin:hover .tooltip {
  display: block;
}
#behance .tooltip {
  background: #ffffff;
  bottom: 100%;
  color: #4a5d65;
  text-align:center;
  display: block;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 150px;
  margin-left:-60px;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
		  
  -webkit-transition: all 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	 -moz-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	   -o-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	  -ms-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	      transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
     -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
       -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);

  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
#behance .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 150px;
}  

/* CSS Triangles - see Trevor's post */
#behance .tooltip:after {
  border-left: solid transparent 15px;
  border-right: solid transparent 15px;
  border-top: solid #ffffff 15px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
  
#behance:hover .tooltip {
  opacity: 1;
  margin-top:auto;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 #behance .tooltip {
  display: none;
}

.lte8 #behance:hover .tooltip {
  display: block;
}
#twitter .tooltip {
  background: #ffffff;
  bottom: 100%;
  color: #4a5d65;
  text-align:center;
  display: block;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 150px;
  margin-left:-60px;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
		  
  -webkit-transition: all 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	 -moz-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	   -o-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	  -ms-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	      transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
     -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
       -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);

  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
#twitter .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 150px;
}  

/* CSS Triangles - see Trevor's post */
#twitter .tooltip:after {
  border-left: solid transparent 15px;
  border-right: solid transparent 15px;
  border-top: solid #ffffff 15px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
  
#twitter:hover .tooltip {
  opacity: 1;
  margin-top:auto;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 #twitter .tooltip {
  display: none;
}

.lte8 #twitter:hover .tooltip {
  display: block;
}
#facebook .tooltip {
  background: #ffffff;
  bottom: 100%;
  color: #4a5d65;
  text-align:center;
  display: block;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 150px;
  margin-left:-60px;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
		  
  -webkit-transition: all 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	 -moz-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	   -o-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	  -ms-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	      transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
     -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
       -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);

  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
#facebook .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 150px;
}  

/* CSS Triangles - see Trevor's post */
#facebook .tooltip:after {
  border-left: solid transparent 15px;
  border-right: solid transparent 15px;
  border-top: solid #ffffff 15px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
  
#facebook:hover .tooltip {
  opacity: 1;
  margin-top:auto;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 #facebook .tooltip {
  display: none;
}

.lte8 #facebook:hover .tooltip {
  display: block;
}
#googleplus .tooltip {
  background: #ffffff;
  bottom: 100%;
  color: #4a5d65;
  text-align:center;
  display: block;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 150px;
  margin-left:-60px;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
		  
  -webkit-transition: all 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	 -moz-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	   -o-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	  -ms-transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	      transition: 200ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
	
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
     -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
       -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); 
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);

  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
#googleplus .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 150px;
}  

/* CSS Triangles - see Trevor's post */
#googleplus .tooltip:after {
  border-left: solid transparent 15px;
  border-right: solid transparent 15px;
  border-top: solid #ffffff 15px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
  
#googleplus:hover .tooltip {
  opacity: 1;
  margin-top:auto;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 #googleplus .tooltip {
  display: none;
}

.lte8 #googleplus:hover .tooltip {
  display: block;
}

/* ------------------------------------------------- */
/*   Lower Scrolling Content (Sub-pages)             */
/* ------------------------------------------------- */

.inside-pages{
	top:100%;
	position:relative;
	z-index: 10 !important;
	clear:both;
}
#content{
	width:960px;
	margin:0 auto;
	margin-top:200px;
	font-size: 18px;
	line-height:20px;
	clear:both;
}
#sub-heading{
	width:100%;
	height:129px;
	background-color:rgb(255,255,255);
	position:fixed;
	top:0; left:0;
	clear:both;
	z-index:1 !important;
}
#circle-home {
   width:45px;
   height:45px;
   margin-top:20px;
   margin-right:15px;
   background:url(../images/home_circle.png) center no-repeat;
   float:right;
}
#circle-home-action {
   width:45px;
   height:45px;
   border-radius:50%;
   background:url(../images/home_circle_BGhover.png) 0 0 no-repeat;
   clip: circle(45px, 45px, 50%);
   
   -o-transition:.2s;
   -ms-transition:.2s;
   -moz-transition:.2s;
   -webkit-transition:.2s;
  	/* ...and now for the proper property */
    transition:.2s;
}
div a #circle-home-action span{
	width:45px;
	height:45px;
	display:block;
	visibility:hidden;
}
#circle-home-action:hover {
   background:url(../images/home_circle_BGhover.png) 0 -46px no-repeat;
}
#sub-heading-wrap{
	width:960px;
	margin:0 auto;
}
h2:before{
	display: block;
    content: "";
    height:150px;
    margin:-150px 0 0;
}
#shim{
	margin-top:180px;
}
#maskTopOverflow{
	width:960px;
	height:510px;
	top:120px;
	position:absolute;
	overflow:hidden;
}
#maskLowerOverflow{
	margin-top:-120px;
	top:120px;
	float:left; clear:both;
}

/* ------------------------------------------------- */
/*    About                                          */
/* ------------------------------------------------- */

#biopic {
	width:960px;
	height:643px;
	margin:0 auto;
	margin-top:-80px;
	background: url(../images/biopic.png) top center fixed no-repeat;
	display:block;
}
#bio-brief{
	width:580px;
	height:420px;
	background: rgba(255,255,255,0.8);
	box-shadow: 10px 0 30px rgba(28,51,61, 0.1);
    font-family:brandonGrotesque;
    color:#607077;
    font-size:18px;
	line-height:24px;
    padding: 20px;
	position:relative;
	float:left; clear:both;
}

/* ------------------------------------------------- */
/*    Work                                           */
/* ------------------------------------------------- */

.thumb-wrap{
	width:896px;
	height:181px;
	margin:0 auto;
	clear:both;
}
.lastAdj{
	margin-bottom:100px;
	clear:both;
}
.overlay{
	width:442px;
    height:169px;
	background:rgba(0,0,0,0);
    
	-o-transition:.2s;
   -ms-transition:.2s;
   -moz-transition:.2s;
   -webkit-transition:.2s;
  	/* ...and now for the proper property */
    transition:.2s;
}
.overlay:hover{
	pointer-event:none;
	background:rgba(0,0,0,.5);
}
#project1 {
   width:442px;
   height:169px;
   background:url(../images/thumbFordSync.png) center no-repeat;
   float:left;
}
#project1-action {
   width:442px;
   height:169px;
   background:url(../images/enlarge.png) 0 169px no-repeat;
   
   -o-transition:.2s;
   -ms-transition:.2s;
   -moz-transition:.2s;
   -webkit-transition:.2s;
  	/* ...and now for the proper property */
    transition:.2s;
}
div a #project1-action span{
	width:442px;
	height:169px;
	display:block;
	visibility:hidden;
}
#project1-action:hover{
   	background:url(../images/enlarge.png) 0 0 no-repeat;
}
#project2 {
   width:442px;
   height:169px;
   background:url(../images/thumbFoxtel.png) center no-repeat;
   float:right;
}
#project2-action {
   width:442px;
   height:169px;
   background:url(../images/enlarge.png) 0 169px no-repeat;
   
   -o-transition:.2s;
   -ms-transition:.2s;
   -moz-transition:.2s;
   -webkit-transition:.2s;
  	/* ...and now for the proper property */
    transition:.2s;
}
div a #project2-action span{
	width:442px;
	height:169px;
	display:block;
	visibility:hidden;
}
#project2-action:hover{
   	background:url(../images/enlarge.png) 0 0 no-repeat;
}
#project3 {
   width:442px;
   height:169px;
   background:url(../images/thumbMotorola.png) center no-repeat;
   float:left;
}
#project3-action {
   width:442px;
   height:169px;
   background:url(../images/enlarge.png) 0 169px no-repeat;
   
   -o-transition:.2s;
   -ms-transition:.2s;
   -moz-transition:.2s;
   -webkit-transition:.2s;
  	/* ...and now for the proper property */
    transition:.2s;
}
div a #project3-action span{
	width:442px;
	height:169px;
	display:block;
	visibility:hidden;
}
#project3-action:hover{
   	background:url(../images/enlarge.png) 0 0 no-repeat;
}
#project4 {
   width:442px;
   height:169px;
   background:url(../images/thumbSiriusLynx.png) center no-repeat;
   float:right;
}
#project4-action {
   width:442px;
   height:169px;
   background:url(../images/enlarge.png) 0 169px no-repeat;
   
   -o-transition:.2s;
   -ms-transition:.2s;
   -moz-transition:.2s;
   -webkit-transition:.2s;
  	/* ...and now for the proper property */
    transition:.2s;
}
div a #project4-action span{
	width:442px;
	height:169px;
	display:block;
	visibility:hidden;
}
#project4-action:hover{
   	background:url(../images/enlarge.png) 0 0 no-repeat;
}
#project5 {
   width:442px;
   height:169px;
   background:url(../images/thumbSiriusWin8.png) center no-repeat;
   float:left;
}
#project5-action {
   width:442px;
   height:169px;
   background:url(../images/enlarge.png) 0 169px no-repeat;
   
   -o-transition:.2s;
   -ms-transition:.2s;
   -moz-transition:.2s;
   -webkit-transition:.2s;
  	/* ...and now for the proper property */
    transition:.2s;
}
div a #project5-action span{
	width:442px;
	height:169px;
	display:block;
	visibility:hidden;
}
#project5-action:hover{
   	background:url(../images/enlarge.png) 0 0 no-repeat;
}
#project6 {
   width:442px;
   height:169px;
   background:url(../images/thumbAFL.png) center no-repeat;
   float:right;
}
#project6-action {
   width:442px;
   height:169px;
   background:url(../images/enlarge.png) 0 169px no-repeat;
   
   -o-transition:.2s;
   -ms-transition:.2s;
   -moz-transition:.2s;
   -webkit-transition:.2s;
  	/* ...and now for the proper property */
    transition:.2s;
}
div a #project6-action span{
	width:442px;
	height:169px;
	display:block;
	visibility:hidden;
}
#project6-action:hover{
   	background:url(../images/enlarge.png) 0 0 no-repeat;
}
#project7 {
   width:442px;
   height:169px;
   background:url(../images/thumbSyncplicity.png) center no-repeat;
   float:left;
}
#project7-action {
   width:442px;
   height:169px;
   background:url(../images/enlarge.png) 0 169px no-repeat;
   
   -o-transition:.2s;
   -ms-transition:.2s;
   -moz-transition:.2s;
   -webkit-transition:.2s;
  	/* ...and now for the proper property */
    transition:.2s;
}
div a #project7-action span{
	width:442px;
	height:169px;
	display:block;
	visibility:hidden;
}
#project7-action:hover{
   	background:url(../images/enlarge.png) 0 0 no-repeat;
}
#project8 {
   width:442px;
   height:169px;
   background:url(../images/thumbDelphi.png) center no-repeat;
   float:right;
}
#project8-action {
   width:442px;
   height:169px;
   background:url(../images/enlarge.png) 0 169px no-repeat;
   
   -o-transition:.2s;
   -ms-transition:.2s;
   -moz-transition:.2s;
   -webkit-transition:.2s;
  	/* ...and now for the proper property */
    transition:.2s;
}
div a #project8-action span{
	width:442px;
	height:169px;
	display:block;
	visibility:hidden;
}
#project8-action:hover{
   	background:url(../images/enlarge.png) 0 0 no-repeat;
}
#project9 {
   width:442px;
   height:169px;
   background:url(../images/thumbRicoh.png) center no-repeat;
   float:left;
}
#project9-action {
   width:442px;
   height:169px;
   background:url(../images/enlarge.png) 0 169px no-repeat;
   
   -o-transition:.2s;
   -ms-transition:.2s;
   -moz-transition:.2s;
   -webkit-transition:.2s;
  	/* ...and now for the proper property */
    transition:.2s;
}
div a #project9-action span{
	width:442px;
	height:169px;
	display:block;
	visibility:hidden;
}
#project9-action:hover{
   	background:url(../images/enlarge.png) 0 0 no-repeat;
}
#project10 {
   width:442px;
   height:169px;
   background:url(../images/thumbCisco.png) center no-repeat;
   float:right;
}
#project10-action {
   width:442px;
   height:169px;
   background:url(../images/enlarge.png) 0 169px no-repeat;
   
   -o-transition:.2s;
   -ms-transition:.2s;
   -moz-transition:.2s;
   -webkit-transition:.2s;
  	/* ...and now for the proper property */
    transition:.2s;
}
div a #project10-action span{
	width:442px;
	height:169px;
	display:block;
	visibility:hidden;
}
#project10-action:hover{
   	background:url(../images/enlarge.png) 0 0 no-repeat;
}
#project11 {
   width:442px;
   height:169px;
   background:url(../images/thumbHTML5demo.png) center no-repeat;
   float:left;
}
#project11-action {
   width:442px;
   height:169px;
   background:url(../images/enlarge.png) 0 169px no-repeat;
   
   -o-transition:.2s;
   -ms-transition:.2s;
   -moz-transition:.2s;
   -webkit-transition:.2s;
  	/* ...and now for the proper property */
    transition:.2s;
}
div a #project11-action span{
	width:442px;
	height:169px;
	display:block;
	visibility:hidden;
}
#project11-action:hover{
   	background:url(../images/enlarge.png) 0 0 no-repeat;
}
#project12 {
   width:442px;
   height:169px;
   background:url(../images/thumbCNXgas.png) center no-repeat;
   float:right;
}
#project12-action {
   width:442px;
   height:169px;
   background:url(../images/enlarge.png) 0 169px no-repeat;
   
   -o-transition:.2s;
   -ms-transition:.2s;
   -moz-transition:.2s;
   -webkit-transition:.2s;
  	/* ...and now for the proper property */
    transition:.2s;
}
div a #project12-action span{
	width:442px;
	height:169px;
	display:block;
	visibility:hidden;
}
#project12-action:hover{
   	background:url(../images/enlarge.png) 0 0 no-repeat;
}
#project13 {
   width:442px;
   height:169px;
   background:url(../images/thumbItron.png) center no-repeat;
   float:left;
}
#project13-action {
   width:442px;
   height:169px;
   background:url(../images/enlarge.png) 0 169px no-repeat;
   
   -o-transition:.2s;
   -ms-transition:.2s;
   -moz-transition:.2s;
   -webkit-transition:.2s;
  	/* ...and now for the proper property */
    transition:.2s;
}
div a #project13-action span{
	width:442px;
	height:169px;
	display:block;
	visibility:hidden;
}
#project13-action:hover{
   	background:url(../images/enlarge.png) 0 0 no-repeat;
}
#project14 {
   width:442px;
   height:169px;
   background:url(../images/thumbSmarthome.png) center no-repeat;
   float:right;
}
#project14-action {
   width:442px;
   height:169px;
   background:url(../images/enlarge.png) 0 169px no-repeat;
   
   -o-transition:.2s;
   -ms-transition:.2s;
   -moz-transition:.2s;
   -webkit-transition:.2s;
  	/* ...and now for the proper property */
    transition:.2s;
}
div a #project14-action span{
	width:442px;
	height:169px;
	display:block;
	visibility:hidden;
}
#project14-action:hover{
   	background:url(../images/enlarge.png) 0 0 no-repeat;
}

/* ------------------------------------------------- */
/*    Social / Contact                               */
/* ------------------------------------------------- */

#socialOvalBkgrnd{
	width:738px;
	height:348px;
	background-color: #607077;
	margin:0 auto;
	-moz-border-radius: 600px / 300px;
	-webkit-border-radius: 600px / 300px;
	border-radius: 600px / 300px;
}
#contactFormBox{
	width:960px;
	height:393px;
	background-color:#4a5d65;
	margin:0 auto;
	margin-top:-145px;
	margin-bottom:40px;
}
#arrow-up {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #4a5d65;
	float:left; clear:both;
	margin-top:-15px;
	margin-left:323px;
}
.clear{
	clear:both;
}
.endSite{
	top:0;
	position:relative;
	width:100%;
	height:186px;
	margin:0; padding:0;
	display:block;
	z-index:5;
	clear:both;
	overflow:hidden;
}
#footer{
	width:100%;
	height:100%;
	background-color:#1c333d;
	border-top:2px solid #979c9e;
	float:left; clear:both;
}
#flwQuote{
	font-family:brandonGrotesque2;
	font-size:18px;
	font-style:italic;
	line-height: 30px;
	color:#ffffff;
	margin:30px;
}
#copyright{
	font-family:brandonGrotesque;
	font-size:18px;
	line-height:30px;
	color:#76868d;
	margin-top:50px;
	margin-left:30px;
}
#center-vertRule{
	width:1px;
	height:100px;
	background-color:#1c333d;
	margin-left:369px;
	top:-100px; position:relative;
	display:block;
}
#social-wrap{
	width:473px;
	height:35px;
	margin:0 auto;
	position:relative;
	top: 156px;
	margin-top:-173px;
	clear:both;
	display:block;
}
#social-bracket{
	width:510px;
	height:173px;
	background:url(../images/social-bracket.png) center no-repeat;
	margin:0 auto;
	margin-top:-100px;
}
#cv{
	width:35px;
	height:35px;
	background:url(../images/social_cv.png) center no-repeat;
	float:left; margin-right:46px;
}
a #cv span{
	width:35px;
	height:35px;
	display:block;
	clear:both;
	visibility:hidden;
}
#contact{
	width:35px;
	height:35px;
	background:url(../images/social_contact.png) center no-repeat;
	float:left; margin-right:40px;
}
#linkedin{
	width:35px;
	height:35px;
	background:url(../images/social_linkedin.png) center no-repeat;
	float:left; margin-right:40px;
}
a #linkedin span{
	width:35px;
	height:35px;
	display:block;
	clear:both;
	visibility:hidden;
}
#behance{
	width:35px;
	height:35px;
	background:url(../images/social_behance.png) center no-repeat;
	float:left; margin-right:39px;
}
a #behance span{
	width:35px;
	height:35px;
	display:block;
	clear:both;
	visibility:hidden;
}
#twitter{
	width:35px;
	height:35px;
	background:url(../images/social_twitter.png) center no-repeat;
	float:left; margin-right:33px;
}
a #twitter span{
	width:35px;
	height:35px;
	display:block;
	clear:both;
	visibility:hidden;
}
#facebook{
	width:35px;
	height:35px;
	background:url(../images/social_facebook.png) center no-repeat;
	float:left; margin-right:30px;
}
a #facebook span{
	width:35px;
	height:35px;
	display:block;
	clear:both;
	visibility:hidden;
}
#googleplus{
	width:35px;
	height:35px;
	background:url(../images/social_googleplus.png) center no-repeat;
	float:left;
}
a #googleplus span{
	width:35px;
	height:35px;
	display:block;
	clear:both;
	visibility:hidden;
}

/* ------------------------------------------------- */
/*    Contact Form                                   */
/* ------------------------------------------------- */

#form-left{
	width:50%;
	float:left;
}
#form-right{
	width:50%;
	float:right;
}
.TxtField-Adj{
	margin-bottom:34px;
}
.inputTxt {
	width:403px;
	height:37px;
	line-height:37px;
	font-family: brandonGrotesque;
	border:0; outline:0; 
	font-size: 22px; color: rgb(159,186,198);
	background: url(../images/inputText.png) bottom center no-repeat;
	float:left;
}
.inputTxt, .inputTxt:blur{
	padding-left:9px;
}
.inputTxt:active, .inputTxt:focus{
	padding-left:9px;
}
.form-message {
	width:429px;
	height:252px;
	font-family: brandonGrotesque;
	font-size: 22px; color: rgb(159,186,198);
	background-color: rgb(92,110,117);
	border:0; outline:0; 
	padding:10px;
	resize:none;
	float:right;
}
.form-message .jquery-spelling-incorrect{
    color:#ffffff;
    text-decoration: line-through;
}
.SubmitButton, .SubmitButton:focus {
	color: rgb(159,186,198);
	font-size: 48px;
	text-decoration: none;
	font-family: brandonGrotesque;
	background-color: transparent;
	border:0; outline:0;
	
	-o-transition:.25s;
  	-ms-transition:.25s;
  	-moz-transition:.25s;
  	-webkit-transition:.25s;
  	/* ...and now for the proper property */
  	transition:.25s;
	float:right; clear:both;
	
}
.SubmitButton:hover {
	color: rgb(255,255,255);
	cursor: pointer;
	text-decoration: none;
	border:0; outline:0;
	background-color: transparent;
}
.SubmitButton:active {
	color: rgb(159,215,241);
	cursor: pointer;
	text-decoration: none;
	border:0; outline:0;
	background-color: transparent;
}
#formDiv {
	padding: 50px;
	margin: 0px auto;
}

/* ------------------------------------------------- */
/*    Contact Form - Confirmation Modal              */
/* ------------------------------------------------- */

.wrap{
	width:100%;
	max-height:100%;
	display:block;
	z-index:1;
	content: "";
	pointer-event:none;
    background:none !important;
}
hr {
  clear: both;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #aaaaaa;
}

h1 {
  font-size: 30px;
  margin-bottom: 40px;
}

p {
  margin-bottom: 20px;
}

.btn {
  background: #607077;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-family: brandonGrotesque;
  padding: 8px 15px;
  text-decoration: none;
  text-align: center;
  min-width: 60px;
  position: relative;
  transition: color .1s ease;
}
.btn:hover {
  background: #4a5d65;
}

.btn-close {
  color: #aaaaaa;
  font-size: 30px;
  margin:5px;
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 0;
}
.btn-close:hover {
  color: #909090;
}

.modal:before {
  /*display: none;*/
  width:100%;
  max-height:100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  position:fixed;
  background: tranparent !important;
  pointer-event:none;
  
}
.modal:target:before {
  width:100%;
  max-height:100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10; 
  position:fixed;
  display:block;
  background: rgba(255, 255, 255, 0.9) !important;
  -webkit-transition: -webkit-transform 0.9s ease-out;
  -moz-transition: -moz-transform 0.9s ease-out;
  -o-transition: -o-transform 0.9s ease-out;
  transition: transform 0.9s ease-out;
}
.modal:target + .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 20%;
}
#modal-one{
	display:block;
	pointer-event:none;
	cursor:default;
}
.modal-dialog {
  background: #fefefe;
  margin-left: -200px;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 11;
  width: 360px;
  border:1px solid #eeeeee;
  box-shadow: 0 0 50px rgba(28,51,61, 0.1);
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-body {
  font-family:brandonGrotesque;
  color:#607077;
  font-size:18px;
  padding: 20px;
}

.modal-header,
.modal-footer {
  padding: 10px 10px;
}

.modal-header {
  border-bottom: #eeeeee solid 1px;
  font-weight:bold;
}
.modal-header h2 {
  font-size: 20px;
  margin:5px;
}

.modal-footer {
  border-top: #eeeeee solid 1px;
  text-align: right;
}

/* ------------------------------------------------- */
/*    Main Menu / Navbar                             */
/* ------------------------------------------------- */

.main-menu{
	margin: 0 auto;
	top: 49%; position: relative;
	
}
nav ul {
	width:340px;
	height:25px;
	max-height:25px;
	margin-left:auto;
	margin-right:auto;
	list-style:none;
	text-align:center;
	text-decoration:none;
}
.nav-action{
	float:right;
	margin:0;
	margin-left:auto;
	margin-right:auto;
}
.nav-action a:link{
	color:#76868d;
}
.nav-action a:hover{
	color:#ffffff;
}
.nav-action a:active{
	color:#ffffff;
}
#navbar{
	width:100%;
	height:50px;
	background-color:rgb(28,51,61);
	position:fixed;
	top:0;
	margin-top:84px;
	display:block;
	float:left; clear:both;
}
#banner2{
	background:url(../images/banner2.png) center no-repeat;
	width:411px;
	height:186px;
	position:fixed;
	top:0;
	margin-left:-72px;
	float:left;
	display:block;
	z-index:10;
}
#banner2 span{
	width:411px;
	height:186px;
	line-height:186px;
	display:block;
	visibility:hidden;
}
.subheading-taglines{
	height:84px;
	line-height:30px;
	margin-top:11px;
	margin-left:375px;
	float:left;
}
#menu-trigger2{
	width:540px;
	height:50px;
	top:0; right:0;
	position:relative;
	float:right;
}
.nav2{
	width:540px;
	height:50px;
	Line-height:50px;
	position:relative;
	display:block;
	list-style:none;
	margin-top:-11px;
	padding-right:16px;
	float:right;
}
.subnav{
	float:right;
}
.subnav a:link{
	color:#76868d;
}
div ul li a{
	text-align:center;
	text-decoration:none;
	color: #76868d;
	-o-transition:.25s;
  	-ms-transition:.25s;
  	-moz-transition:.25s;
  	-webkit-transition:.25s;
  	/* ...and now for the proper property */
  	transition:.25s;
}
.subnav a:hover{
	color:#ffffff;
}
.subnav a:active{
	color:#ffffff;
}
.menu-margin{
	padding:0 80px 0 80px;
}