/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
html, body
{
	height: 100%;
	width:100%;
	background-size:cover;
	overflow-x:hidden;
	
}

body
{
	margin: 0px;
	padding: 0px;
	background: transparent;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 11pt;
	font-weight: 300;
	color: #6c6c6c;
	background-size: cover;
	width: 100%;
}

h1, h2, h3
{
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
	font-weight: ;
	color: #454445;
}

p, ol, ul
{
	margin-top: 0;
}

ol, ul
{
	padding: 0;
	list-style: none;
}

p
{
	line-height: 180%;
	color: #333;
}

strong
{
}

a
{
	color: #fff;
}

a:hover
{
	color: #fff;
}

.container
{
	margin: 0px auto;
	width: 100%;
	overflow-x:hidden;
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
{
	display: inline-block;
}

.image img
{
	display: block;
	width: 100%;
}

.image-full
{
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image-left
{
	float: left;
	margin: 0 2em 2em 0;
}

.image-centered
{
	display: block;
	margin: 0 0 2em 0;
}

.image-centered img
{
	margin: 0 auto;
	width: auto;
}



/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
{
	margin: 0;
	padding: 0em 0em 0em 0em;
	overflow: hidden;
	list-style: none;
	color: #6c6c6c
}

ul.style1 li
{
	overflow: hidden;
	display: block;
	padding: 2.80em 0em;
	border-top: 1px solid #D1CFCE;
}

ul.style1 li:first-child
{
	padding-top: 0;
	border-top: none;
}

ul.style1 .image-left
{
	margin-bottom: 0;
}

ul.style1 h3
{
	padding: 1.2em 0em 1em 0em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	color: #454445;
}

ul.style1 a
{
	text-decoration: none;
	color: #525252;
}

ul.style1 a:hover
{
	text-decoration: underline;
	color: #525252;
}

ul.style2
{
	margin: 0;
	padding-top: 1em;
	list-style: none;
}

ul.style2 li
{
	border-top: solid 1px #E5E5E5;
	padding: 0.80em 0 0.80em 0;
	font-family: 0.80em;
}

ul.style2 li:before
{
	display: inline-block;
	padding: 4px;
	background: #DB3256;
}

ul.style2 a
{
	display: inline-block;
	margin-left: 1em;
}

ul.style2 li:first-child
{
	border-top: 0;
	padding-top: 0;
}

ul.style2 .icon
{
	color: #FFF;
}

ul.style3
{
	margin: 0;
	padding-top: 1em;
	list-style: none;
}

ul.style3 li
{
	border-top: solid 1px rgba(255,255,255,.2);
	padding: 1em 0 1em 0;
	font-family: 0.80em;
}

ul.style3 li:before
{
	display: inline-block;
	padding: 4px;
	background: #FFF;
}

ul.style3 a
{
	display: inline-block;
	margin-left: 1em;
	font-size: 1em !important;
	color: #FFF;
}

ul.style3 li:first-child
{
	border-top: 0;
	padding-top: 0;
}

ul.style3 .icon
{
	color: #DB3256;
}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/


	#social.contact ul
{
	list-style-type:none;
	width: 980px;
	margin:0;
	padding:0;
	
	
}
#social.contact ul li: {
	float: right;
}

ul.contact li a {
	display:block;
	
}
ul.contact li a.icon-twitter:before
{
	background: #2DAAE4;
}

ul.contact li a.icon-facebook:before
{
	background: #39599F;
}

ul.contact li a.icon-dribbble:before
{
	background: #C4376B;
}

ul.contact li a.icon-linkedin:before
{
	background: #31516A;
}

ul.contact li a.icon-envelope:before
{
	background: #F2600B;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
{
	display: inline-block;
	padding: 1.3em 3em;
	background: #1B9772;9F8F53;
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	letter-spacing: .20em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	color: #FFF;

}

.buttonheader {
	display: inline-block;
	padding: 1.3em 3em;
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	letter-spacing: ;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
}

.buttonheader a {
	text-decoration: none;
	color:#fff;
}

.buttonheader:hover{
	border:1px solid #091d2d;
	background: #1A5582; 

}


.button:hover
{
}

.button:active
{
}

.button-big
{
	padding: 1.6em 4em;
	font-size: 1.4em;
	font-weight: 900;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
{
	margin-bottom: 2em;
	display:;
}

.title h2
{
	font-weight: 400;
	font-size: 2.8em;
	color: #323232;
	text-align: ;

}
.title a {
	color:#fff;
	text-decoration: none;
	padding: 10px;
	
}
.title a:hover {
	border-bottom: 1px solid #ddd;
	font-weight: ;
	color: #ddd;
	font-size: px;
	
}
.title .byline
{
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.1em;
	color: #6F6F6F;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
#header.container{
	background: url("images/executive-search-header.jpg");
	background-position:;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}
#header-wrapper
{
	background: #fff;2D495B;2C5885;fff;2D495B;B8CBD9; 96B3C8;;8DBDF6;A8B5C7;B6D8FF;95BBBF;416593;FFF;
}

#header
{
	position: relative;
	height: 120px;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo
{
	padding-top:;
	position: absolute;
	top: 0em;
	left: 0em;
	width: 20%;
	background-color:transparent;
}

#logo h1
{
	display: inline-block;
	font-size: em;
	text-transform: uppercase;
	font-weight: 700;
	color: #2C383B;
	padding-right: .9em;
	padding-left:1.3em;
	background-color:transparent;
	padding-top:;
	top:;
}



#logo span
{
	position:absolute;
	top: em;
	display: inline-block;
	padding-left: 1.50em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 0.90em;
	color:#fff;
	background-color:#fff;
}

#logo a
{
	text-decoration: none;
	color: #2C383B;
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

#menu
{
	position: absolute;
	right: 0em;
	top: 3em;
}

#menu ul
{
	display: inline-block;
	padding-right: 3em;
}

#menu li
{
	display: block;
	float: left;
	text-align: center;
	line-height: 60px;
	padding: 2px;
}

#menu li a, #menu li span
{
	display: inline-block;
	margin-left: 2px;
	padding: 0em 2.5em;
	letter-spacing: 0.10em;
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
	outline: 0;
	color: #fff;212121;
	background: ECECEC;
}

#menu li:hover a, #menu li.active a, #menu li.active span
{
	background-color: rgba(238,238,238,0.56);
5A7A8D;
	opacity: ;
	color: #000;
	text-decoration: ;
	border: 0 solid #C5C5C5;
	border-radius: px;
	border-left: ;
	border-right: ;
	border-top: ;
}

#menu .current_page_item a
{
	background: #2D495B;E24E2A;
	color: #FFF;
}
#menu .current_page_item:hover a {
	background-color: #383838;
	color:#fff;
}

#menu .icon
{
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/
	
	#banner-wrapper
{
		overflow: hidden;
	padding: 6em 0em;
	background-image:;
	background-repeat: ;
	background-position: ;
	background: url("css/images/debutdark.png%3B.html")#383838;
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding: 3em 0em;
	background-size: cover;
	background: #2d495b;2B3842;445968;2d495b;1B2d38;2E4051;1b2d38;171F2B;1b2d38;172736;152432;2d495b;1B2D38;17252E;1B2D38;2d495b;;406b95;173152;263446;2D495B;0a2240; E24E2A;
	opacity:0.9;
}


#banner
{
	overflow: hidden;
	width: 1000px;
	padding: 0px 100px;
	text-align: center;
	color: rgba(255,255,255,.7);
	background-size: cover;
}

#banner a
{
	color: rgba(255,255,255,.9);
}

#banner .box-left
{
	float: left;
}

#banner .box-right
{
	float: right;
}

#banner h2
{
	margin: 0em;
	padding: 0em;
	font-weight: 400;
	font-size: 3em;
	color: #555555;
}

#banner span
{
	display: block;
	padding-top: 0.20em;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #A2A2A2;
}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

#wrapper
{
	background: #;
}

#page
{
	overflow: hidden;
	padding: 6em 0em;
	border-bottom: 2px solid #E3E3E3;
	text-align: center;
}

#page .button
{
	margin-top: 2em;
}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

#content
{
	padding: 0em 7em;
}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
{
	float: right;
	width: 450px;
}

#stwo-col
{
	margin-top: 2em;
}

#stwo-col h2
{
	display: block;
	padding-bottom: 1.5em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	color: #454445;
}

#stwo-col .sbox1
{
	float: left;
	width: 210px;
}

#stwo-col .sbox2
{
	float: right;
	width: 210px;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright
{
	overflow: hidden;
	padding-top: 5em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 5em;
	border-top: 1px solid rgba(255,255,255,0.08);
	background-color: #2d495b;
	background-size: cover;
}
#copyright.container {
	background-color: #2D495B;
	background-size: cover;
}

#copyright p
{
	letter-spacing: 0.20em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	color: rgba(255,255,255,0.3);
}

#copyright a
{
	text-decoration: none;
	color: rgba(255,255,255,0.6);
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
#featured.container {
	width: 1200px;
	max-width: 100%;
	background-size: cover;
	margin: 0 auto;
	color: #f1f1f1;
}
#featured-wrapper
{
	overflow: hidden;
	padding-top: 6em;
	padding-right: 0px;
	padding-bottom: 6em;
	background-image:;
	background-repeat: ;
	background-position: ;
	background: url("css/images/debutdark.png.html");
#383838;
	text-align: center;
	width: 100%;
	padding-left: 2em;
}

#featured
{
	overflow: hidden;
}

#featured .major
{
	overflow: hidden;
	margin-bottom: 3em;
	padding-bottom: 2em;
	border-bottom: 1px solid #E8E8E8;
	
}

#featured .major h2
{
	font-size: 3em;
}

#featured .major .byline
{
	font-size: 1.3em;
}

#featured .title
{
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

#featured .title h2
{
	font-size: 1.2em;
}

#featured h2
{
	text-align: center;
	color: #FFF;
}

#featured .icon
{
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	background: #75a48b;B4A56F;9F8F53;CAB66F;E24E2A;
	margin: 0px auto 20px auto;
	line-height:  100px;
	font-size: 3em;
	text-align: center;
	color: #FFF;
}

.column1,  .column2,  .column3,  .column4
{
	width: 24%;
}

.column1,  .column2
{
	float: left;
	margin:0 auto;
	margin-right: px;
}

.column3
{
	float: left;
}

.column4
{
	float: left;
	clear: ;
	border-right:;
}


#header-featured
	{
		background-image: url("images/hourglassbb.jpg.html");
		width: 100%;
	
		border-top: 1px solid #;
		height: 25em;
		
		background-position: bottom;
		background-size: cover;
	}
	
	


#slider-wrapper
{
	padding: 6em 0em;
	background: #DB3256;
}

#slider
{
	margin: 0em auto 0em auto;
	width: 1200px;
	position: relative;
}

#slider .button
{
}

#slider .button:hover
{
}

#slider .viewer
{
	width: 1000px;
	height: 375px;
	margin: 0 auto;
	overflow: hidden;
}

#slider .viewer .reel
{
	display: none;
	height: 375px;
}

#slider .viewer .reel .slide
{
	position: relative;
	width: 1000px;
	height: 375px;
}

#slider .viewer .reel h2
{
	position: absolute;
	top: 130px;
	left: 0;
	width: 1200px;
	height: 80px;
	line-height: 80px;
	background: #111111;
	text-align: center;
	opacity: 0.85;
	font-weight: normal;
	color: #ffffff;
	font-size: 2.25em;
}

#slider .viewer .reel p
{
	position: absolute;
	top: 210px;
	left: 0;
	width: 1200px;
	height: 40px;
	line-height: 40px;
	background: #0074C6;
	text-align: center;
	opacity: 0.85;
	font-weight: normal;
	color: #ffffff;
	font-size: 1.1em;
}

#slider .icon
{
	font-size: 4em;
	color: #FFF;
}

#slider .previous-button
{
	position: absolute;
	top: 150px;
	left: 0;
}

#slider .next-button
{
	position: absolute;
	top: 150px;
	right: 0;
}

#slider .indicator
{
	margin: 30px auto 0 auto;
}

#slider .indicator ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#slider .indicator ul li
{
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: #c8c8c8;
	margin: 0 2px 0 2px;
	border-radius: 8px;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #909090;
}

#slider .indicator ul li.active
{
	background: #505050;
	border-top: solid 1px #505050;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/


#footer-wrapper
{
	overflow: hidden;
	padding-top: 6em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 4em;
	background: #383838;
	text-align: center;
	background-size: cover;
}

#footer
{
	overflow: hidden;
}



#footer .title h2
{
	font-size: 1.6em;
	font-weight: 300;
	color: #FFF;
	border-right: 1px solid ;
}
#footer .column4 h2 {
	border:none;
}

#footer .title .byline
{
	display: block;
	padding-top: 1em;
	text-transform: uppercase;
	font-size: 0.80em;
	color: rgba(255,255,255,0.5);
}

#footer .button
{
	margin-top: 2em;
}

#extra
{
	overflow: hidden;
	margin: 0em auto 0em auto;
	padding: 5em 0em 5em 0em;
	text-align: center;
}

#extra h2
{
	margin: 0em;
	padding: 0em;
	font-weight: 400;
	font-size: 2.4em;
	color: #555555;
}

#extra span
{
	display: block;
	padding-top: 0.20em;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #A2A2A2;
}


#extra .button
{
	margin-top: 2em;
}

#extra2
{
	overflow: hidden;
	padding-bottom: 5em;
}

#extra2 .button
{
	margin-top: 2em;
}

#extra2 .title h2
{
	font-size: 2em;
}

#extra2 .title .byline
{
	font-size: 0.80em;
}

#extra2 #ebox1,
#extra2 #ebox2
{
	width: 560px;
}

#extra2  #ebox1
{
	float: left;
}

#extra2 #ebox2
{
	float: right;
}







/************************************ABOUT*****************************/

#about{
	overflow: hidden;
	background-color: #fff;
	color:#000;
	padding:;
	width: 100%;
	margin: 0 auto;
	display: block;
}

#about h1{
	color: #406B95;
	font-weight: 300;
	background-color: #E6E6E6;
	text-align: ;
	padding-left: 15%;
	padding-top:4%;
	padding-right: 5%;
	padding-bottom: 2%;
	font-size: 40px;
	border-bottom: 1px solid #;
	  box-shadow: 5px 5px 8px 0px rgba(192, 192, 192, 1.000) ;

  -webkit-box-shadow: 5px 5px 8px 0px rgba(192, 192, 192, 1.000) ;

  -moz-box-shadow: 5px 5px 8px 0px rgba(192, 192, 192, 1.000) ;
}


.aboutcontent p{
	background:;
	color: #333;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.67em;
	letter-spacing: .2px;
	word-spacing: 1px;
	display: block;
	margin: 0 auto;
	/* [disabled]padding:40px; */
	width: 65%;
	text-align:;
}
.aboutcontent span {
	font-size: 23px;
	font-weight: 400;
	display:block;
	margin:0 auto;
	padding-left: px;
	color: #406B95;
}

p.george {
	  border-top:1px solid rgb(192, 192, 192);

}


	
/**************social******************/










/*********************************************************************************/
/* Styles Index Pg                                                                   */
/*********************************************************************************/


.title span a{
	color: #fff;
	font-size: 15px;
	
}
#nonprofit {
	background: url("images/non-profit.jpg.html");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
	padding-top: 2em;
}
#nonprofit p{
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 23px;
	text-align: center;
	font-weight: 300;
}
#nonprofit .npbottom {
	background: rgba(221,221,221,0.26);
	
}
#nonprofit .npbottom img{
	margin: ;
	margin-top: 3px;
	margin-left: 80%;
	margin-bottom: 1px;
	text-align: right;
	margin-right: 0px;
}