@charset "UTF-8";
/* CSS Document */
	#wrapper {
		margin: 0 auto;
		padding: 90px 0 30px 0; 
		min-width: 960px;
		background: ;
	}
	
	/* unvisited link */
	a:link {
		color: white;
	}
	
	/* visited link */
	a:visited {
		color: white;
	}
	
	/* mouse over link */
	a:hover {
		color: #8fc73e;
	}
	
	/* selected link */
	a:active {
		color: #8fc73e;
	}

.no-limits {
  font-size: 3vw;
}

.limit-min {
  font-size: 3vw;
}
@media (max-width: 666.66667px) {
  .limit-min {
    font-size: 20px;
  }
}

.limit-min-max {
  font-size: 3vw;
}
@media (max-width: 666.66667px) {
  .limit-min-max {
    font-size: 20px;
  }
}
@media (min-width: 1050px) {
  .limit-min-max {
    font-size: 40px;
  }
}


/* Style for our header texts * --------------------------------------- */
	
	@font-face {
		font-family: "Pirulen";
		src: url("pirulen.ttf");
		color: #000;
	}
	
	@font-face {
		font-family: "Myriad Pro Regular";
		src: url("MyriadPro-Regular.otf");
	}
	
	@font-face {
		font-family: "Myriad Pro Light";
		src: url("MyriadPro-Light.otf");
	}
	
	h1{
		font-size: 5em;
		font-family: "Pirulen",arial,helvetica;  
		color: #fff;
		margin:0;
		padding:0;
	}
	.intro p{
		color: #fff;
	}

/* Header Menu * --------------------------------------- */
	#header_holder {
		margin: 0 auto;
		min-width: 1150px; 
	}

	#navigation {
		float: right;
		padding: 5px 0 0 0;
		font-family: "Pirulen", Helvetica, sans-serif;   
		font-size: 12px; 
	}
	
	#navigation a {
		color: #FFF;
	}
	
	#navigation a:hover {
		color: #8fc73e;
	}
	
	#navigation a.current {
		color: #8fc73e;
	}
	
	
	#navigation ul 
	{
		margin: 0;
		padding: 0;
	}
	
	#navigation ul li
	{
		list-style-type: none;
		display: inline;
		color: #FFF;
	}
	
	#navigation ul li.active a, ul li.selected a, ul li.current a
	{
		color: #8fc73e;
	}
	 
	
	#navigation li:before {
	content: " | ";
	margin: 0 15px 0 15px;
	color: #FFF;
	}
	
	#navigation li:first-child:before {
	content: none;
	}
	
	
/* Centered texts in each section * --------------------------------------- */
	.section{
		text-align:center;
	}

/* Fixed header and footer * --------------------------------------- */ 
	#header{ 
		position:fixed;
		height: 70px;
		font-family: "Pirulen", Helvetica, sans-serif;
		display:block;
		width: 100%;
		background: #FFF;
		z-index:12;
		text-align:center; 
		color: ;
		padding: 5px 0 0 0; 
	}
	
	#header_top {
		height: 30px;
	}
	
	#header_bottom {
		height: 45px;
		background: url(/images/header_bg.png) right no-repeat #080808;
	}
		
	
	#footer{ 
		position:fixed;
		height: 23px;
		display:block;
		width: 100%;
		background: #8fc73e;
		z-index:12;
		text-align:center;
		font-size: 12px; 
		color: #000;
		padding: 9px 0 0 0;  
	}

	#header{
		top:0px; 
	}
	#footer{
		bottom:0px; 
	}
	
/* Miscellaneous *----------------------------------- */

#spacer {
	margin: 0 15px 0 15px; 
}

#about {
	width: 80%;
	margin: 0 auto;
	min-width: 960px;
}

#section_holder {
	width: 70%; 
	float: right;
	text-align: left;	 
}

.main_holder {
	width: 80%;
	min-width: 960px;
	margin: 0 10% 70px 10%;
}

/* Non-Static Footer * --------------------------------------- */

#footer_full{ 
		height: 250px;
		width: 80%;
		min-width: 960px;
		background: url(images/footer_bg.png) right no-repeat #080808;
		z-index:9;
		text-align:left;
		font-size: 14px; 
		line-height: 1.75;
		color: #FFF;
		padding: 9px 20% 0 0%;  
	}


.footer_column_1 {
		position: relative;		
		width: 250px;
		margin: 40px 0 0 10%;
		float: left;
		font-family: "Myriad Pro Regular", Arial, Helvetica;
}

.footer_column_2 {
		position: relative;		
		width: 150px;
		margin: 40px 0 0 10%;
		float: left;
		font-family: "Myriad Pro Regular", Arial, Helvetica;
}
	
.footer_column_offset_2 {
		left: 10%;
}

.footer_column_offset_3 {
		left: 10%;
}

#footer_column_3 {
		width: 300px;
		margin: 40px 0 0 200px;
		font-family: "Myriad Pro Regular", Arial, Helvetica;
}

/* Homepage  * --------------------------------------- */

.slider {
	width: 100%;
	height: 600px;
	padding: 000px 0 0 0;
	background: #FFF;	
	text-align: center;
}

.slide {
	position: relative; 
	vertical-align: middle; 
	height: 700px; 
	background-size: cover;
	font-size: 2vw; 
	font-family: "Myriad Pro Light", Arial, Helvetica;
	color: #000;
}

.bottom_boxes {
	width: 100%;
	margin: 30px 0% 0 0%;
	min-width: 960px;
	height: 310px;
}

.bottom_boxes_hire {
	width: 100%;
	margin: 30px 0 0 0;
	min-width: 960px;
	height: 130px;
}


/* Intro text and dividers * --------------------------------------- */

#intro_text {
	width: 80%;
	min-width: 960px;
	font-family: "Myriad Pro Light", Arial, Helvetica;
	margin: 0px 10% 40px 10%;
	font-size: 10px;
}

.highlighted_text {
	width: 80%;
	min-width: 960px;
	padding: 70px 10% 50px 10%;
	border-top: 1px solid #000;
	background: #080808;
	border-bottom: 2px solid #FFF; 
	font-size: 21px; 
	color: #000;
}

.highlighted_text h2 {
	color: #FFF;
	font-family: "Myriad Pro Regular", Arial, Helvetica;
	font-size: 2vw ;
	padding: 3%  0 2% 0;
}

.highlighted_text p {
	color: #FFF;
	font-family: "Myriad Pro Light", Arial, Helvetica;;
	font-size: 1.5vw;
	padding: 0%  0 3% 0;
}

.bulk_text {
	width: 80%;
	min-width: 960px;
	padding: 0px 10% 50px 10%;
	background: ; 
	font-size: 10px; 
	font-family: "Myriad Pro Light", Arial, Helvetica;
	color: #000;
}

.bulk_text p {
	padding: 0 0 30px 0;
	text-align: justify;
}

.bulk_text h2 {
	font-size: 20px;
	font-weight: bold;
	font-family: "Myriad Pro Light", Arial, Helvetica;
	color: #000;
	text-align: justify;
}

.bullet_text {
	font-size: 10px;
	margin: 0 0 0 50px; 
    padding: 0px;
	font-family: "Myriad Pro Light", Arial, Helvetica;
	color: #000;
}

#divider {
	width: 80%;
	min-width: 960px;
	margin: 0 0 40px 0;
	padding: 0 10% 0 10%;
	background: url(images/divider_bg.png) repeat-x center;
	height: 17px;
	font-family: "Pirulen", Arial, Helvetica;  
	font-size: 17px;
	letter-spacing: 2px;
	text-align: center;
	color: #000;
	background-color: white;
}

/* Executive Team * --------------------------------------- */

.left_column {
	position: relative;	
	width: 10%;
	height: 530px;
	float: left;
}

.right_column {
	position: relative;	
	width: 10%;
	height: 530px;
	float: right;
}


div.member_profile {
	position: ;
	margin-right: -16px;
	overflow-y: scroll;
	overflow-x: hidden;	width: 100%;
	height: 485px;
	padding: 0px 0 0 0;
	color: #333;
	font-family: "Myriad Pro Regular", Arial, Helvetica;
}


div.tabcontent {
	width: 50%;
	height: 492px;
	float: right;
	margin: 96px 0 100px 0;
	border-radius: 10px;
	padding: 30px 30px 20px 40px; 
    border: 1px solid #b5b5b5;
    overflow: hidden; 
    background: none; 
}

.inner {
 margin-right: -16px;
 overflow-y: scroll;
 overflow-x: hidden;
}			

div.tabcontent h3 {
	font-family: "Pirulen", Arial, Helvetica;
	font-size: 12px;
	color: #8fc73e;
}

div.tabcontent h2 {
	font-family: "Pirulen", Arial, Helvetica;
	font-size: 16px;
	padding: 0 0 10px 0;
	color: #000;
}

div.tabcontent p {
	padding: 10px 0 0 0;
	font-size: 16px;
}

ul.porttabs2
{
    width: 20%;
	float: left;
	height: 550px;
	margin: 0% 20px 0 0;
	list-style-type: inline;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
	color: #FFF;
}
        
ul.porttabs2 li
{
    display: ;
	margin: 0;
}
        
ul.porttabs2 li a
{
	color: #FFF;
}
        
ul.porttabs2 li a:visited
{
    color: #FFF;
}
        
ul.porttabs2 li a:hover
{ 
	color: #FFF;
}
        
ul.porttabs2 li.selected a, ul.porttabs2 li.selected a:hover
{
    position: relative;
	color: #FFF;
}
        
        
ul.porttabs2 li.selected a:hover
{
    text-decoration: none;
}



.circle_holder {
	width: 150px;
	height:200px;
	margin: 0 0px 0 15px;
	font-family: "Pirulen", Arial, Helvetica;	
}


/*---- hover circle ----*/

.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 65px 0 0 0;
	height: 110px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 110px rgba(200,95,66, 0.4),
		inset 0 0 0 16px rgba(255,255,255,0.8),
		0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}


/* Code for Hire Us tabs Specific* --------------------------------------- */

div.tabcontents
{
    border: 1px solid #B7B7B7; 
	padding: 30px 30px 40px 30px;
    background-color:#FFF;
    border-radius: 0 0px 0px 0px;
}


ul.porttabs
{
    padding: 0 13% 2% 13%;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.porttabs li
{
    display: inline;
	margin: 0;
    margin-right:3%; /*distance between tabs*/
	overflow: hidden;
}

ul.porttabs li.right
{
	display: inline;
	margin: 0;
    margin-right:0%; /*distance between tabs*/
}
        
ul.porttabs li a
{
	text-decoration: none;
	position: relative;
	display: inline-block;
	text-align: center; 
	vertical-align:: middle;
	overflow: none;
	font-size: 14px;
	color: #FFF;
	font-family: "Pirulen", Arial, Helvetica;
	padding: 3% 0 3% 0;
	width: 22.75%;
	height: ;
	background-color: #757575;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}



        
ul.porttabs li a:visited
{
    color: #FFF;
}
        
ul.porttabs li a:hover
{
	-webkit-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
	background-color: #000;
	color: #FFF;
}
        
ul.porttabs li.selected a, ul.porttabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:;
    /*---- background: url(images/menu_active.png) 0 0 repeat-x;  ----*/
	background-color: #000;
	color: #FFF;
}
        
        
ul.porttabs li.selected a:hover
{
    text-decoration: none;
}


.hire_headers:hover {
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
  text-decoration: none;
	color: #FFF;
}

.hire_headers:hover::after {
    opacity: 1;
}



/* Hire Us * --------------------------------------- */

.hire_column_1 {
		position: relative;	
		width: 20%;
		height: 50px;
		margin: 10px 7% 10px 13%; 
		float: left;
		font-family: "Pirulen", Arial, Helvetica;
}

.hire_column_2 {
		position: relative;		
		width: 20%;
		height: 50px;
		vertical-align: middle;
		margin: 10px 7% 10px 0; 
		float: left;
		font-family: "Pirulen", Arial, Helvetica;
}

.hire_column_3 {
		position: relative;		
		width: 20%;
		height: 50px;
		margin: 10px 13% 10px 0; 
		float: left;
		font-family: "Pirulen", Arial, Helvetica;
}

.hire_column_offset_1 {
		left: 0%;
}
	
.hire_column_offset_2 {
		left: 0%;
}

.hire_column_offset_3 {
		left: 0%;
}


.hire_headers {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-family: "Pirulen", Arial, Helvetica;
  padding: 32px 0 0 0;
  width: 100%;
  height: 48px;
  background-color: #757575;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hire_headers::after {
  content: "";
  background-color: #111;
  text-align: center;
  font-size: 16px;
  font-family: "Pirulen", Arial, Helvetica;
  padding: 40px 0 0 0;
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.hire_headers:hover {
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

.hire_headers:hover{
	text-decoration: none;
	color: #FFF;
}

.hire_headers:hover::after {
    opacity: 1;
}

.anchor{
  display: block;
  height: 600px; /*same height as header*/
  margin-top: -600px; /*same height as header*/
  visibility: hidden;
}

div.hire_description {
	position: ;
	width: 100%;
	height: auto;
	padding: 0px 0 40px 0;
	color: #555; 
	font-size: 18px;
	font-family: "Myriad Pro Light", Arial, Helvetica;
}



div.hire_us_content {
	position: relative;
	width: 68%;
	height: auto;
	float: left;
	margin: 0 13% 0 13%;
	border-radius: 10px;
	padding: 30px 3% 20px 3%; 
    border: 1px solid #b5b5b5;
	border-style: solid;
    border-top: 20px solid #000;
    overflow: hidden; 
    background: none; 
}
			

div.hire_us_content h3 {
	font-family: "Pirulen", Arial, Helvetica;
	font-size: 12px;
	color: #8fc73e;
}

div.hire_us_content h2 {
	font-family: "Pirulen", Arial, Helvetica;
	font-size: 16px;
	padding: 0 0 10px 0;
	color: #000;
}

div.hire_us_content p {
	padding: 10px 0 0 0;
	font-size: 15px;
}

.button {
  /* POSITIONING */
  padding: 20px;
  margin: 30px 0 0px 0;
  top: ;
  border-radius: 5px;
  position: relative;

  /* BUTTON STYLING */
  border-top: 1px solid #fff;
  box-shadow: 0 3px 5px #505050, 0 5px 0 #505050, -2px 1px 0 #717171, 2px 1px 0 #717171, 0px 3px 5px #000, 0 5px 20px #1b1b1b;

  /* FONT STYLING */
  font-family: "Pirulen", Arial, Helvetica;
  font-size: 1vw;
  color: #FFF;
  letter-spacing: 2px;
  text-decoration: none;
}



.button:hover {  
  /* BUTTON SHADOW */
  box-shadow: 0 4px 4px #505050, 0 4px 0 #505050, -1px 0px 0 #717171, 0px 0px 0 #717171, 0px 4px 6px #000, 0 6px 15px #1b1b1b;
  color: #fff;
}

.button:active {  
  border-top: 1px solid #cde4fc;
  /* BUTTON SHADOW */
  box-shadow: 0 0px 0px #505050, 0 3px 0 #505050, 0px 0px 0 #717171, 0px 0px 0 #717171, 0px 2px 4px #000, 0 2px 10px #1b1b1b;
}

/* BLUE GRADIENT ON BUTTON */
.grad {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(117,117,117,1)), color-stop(100%,rgba(157,157,157,1)));
  background: linear-gradient(to bottom, rgba(117,117,117,1) 0%,rgba(157,157,157,1) 100%);
}

/* ANIMATE THE BUTTON */
.transition,
.transition:hover,
.transition:active{
  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}



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


.contact_column_1 {
	position: relative;	
	width: 48.75%;
	height: 800px;
	margin: 0 2.5% 0 0; 
	float: left;
	background-color: ;
}

.contact_column_2 {
	position: relative;		
	width: 48.75%;
	height: 800px;
	vertical-align: middle;
	margin: 0 0 0 0; 
	float: left;
	background-color: ;
}

.contact_us {
	width: 89.5%;
	height: auto;
	float: left;
	margin: 0 0 0px 0;
	border-radius: 3px;
	padding: 30px 5% 0px 5%; 
    border: 1px solid #b5b5b5;
	border-top: 10px solid #000;
	border-style: solid;
    /* border-top: 20px solid #000; */ 
    overflow: hidden; 
    background: #FFF;
}

.contact_us p {
	font-size: 16px;
	color: #000;
}

.contact_us h2 {
	font-size: 22px;
	font-family: "Pirulen", Arial, Helvetica;\
	padding: 0 0 20px 0;
	color: #000;
}

.contact_form {
	width: 89.5%;
	height: 635px;
	float: left;
	margin: 0 0 0px 0;
	border-radius: 3px;
	padding: 30px 5% 20px 5%; 
    border: 0px solid #b5b5b5;
	border-style: solid;
    /* border-top: 20px solid #000; */
    overflow: hidden; 
    background: none;	
}

.contact_info {
	width: 90.5%;
	height: 254px;
	float: left;
	margin: 0 0 22px 0;
	border-radius: 3px;
	padding: 40px 0% 20px 9%; 
    border: 1px solid #b5b5b5;
	border-top: 10px solid #000;
	border-style: solid;
    /* border-top: 20px solid #000; */
    overflow: hidden; 
    background: #ededed;
}

.contact_info p, .contact_info h2 {
	color: #000;
	font-size: 21px;
	line-height: 1.5;
	font-family: "Myriad Pro Light", Arial, Helvetica;
}

.contact_info_column {
	position: relative;
	width: 55%;
	margin: 0 0px 0 0;
	float: left;
	
}

.contact_info_column2 {
	position: relative;
	width: 40%;
	margin: 0 0px 0 0;
	float: left;
	
}

.contact_map {
	width: 89.5%;
	height: 700px;
	float: left;
	margin: 0 0 0px 0;
	border-radius: 3px;
	padding: 30px 5% 20px 5%; 
    border: 1px solid #b5b5b5;
	border-style: solid;
    /* border-top: 20px solid #000; */
    overflow: hidden; 
    background: none;
}


.da_holder {
	positon: relative;
	display: table-cell;
	vertical-align: middle;
	width: 80%;
	margin: 50px 20% 0 0; 
	min-width: 960px;	
}


    

.delay3 {
	-vendor-animation-delay: 3s;	
}


.indices_column_1 {
	position: relative;	
	width: 50%;
	height: auto;
	min-width: 480px;
	padding: 0 0% 0 0 ;
	vertical-align: middle;
	display:table-cell;
	margin: 10px 0 0 0%; 
	float: left;
	background-color: ;
}

.indices_column_2 {
	position: relative;		
	width: 50%;
	height: auto;
	min-width: 480px;
	max-width: 900px;
	padding: 0 0 0 0% ;
	vertical-align: middle;
	margin: 40px 0 0 0 ; 
	float: left;
	background-color: ;
}

.indices_column_1 p {
	font-size: 1.5vw ;
	padding: 5%  0 10% 0;
	color: #000;
}

.indices_column_1 h2 {
	font-size: 1.5vw;
	color: #000;
	font-family: "Pirulen", Arial, Helvetica;

}
