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

body
{
	font-family: 'Lato', Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #F3F3F3;
	font-weight: 300;
}

body,html
{
	height: 100%;
}

a
{
	outline: none;
}

a:link, a:visited
{
	color: #6aa0ba;
	text-decoration: none;
}

a:hover, a:active
{
	color: #ea9d1c;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -162px;
    }

#footer, .push {
    height: 72px;
    clear: both;
    }
    
p
{
	font-size: 17px;
	line-height: 23px;
	color: #73777d;
	margin: 0 0 15px 0;
}

ul
{
	color: #73777d;
	margin: 0 0 15px 15px;
	padding: 0;
}

li
{
	color: #73777d;
	margin: 0 0 5px 0;
}

hr
{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0.1) -moz-use-text-color rgba(255, 255, 255, 0.3);
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    height: 0;
    margin: 10px 0 30px 0;
    clear: both;
}

input,
textarea
{
	font-family: 'Lato', Arial, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #73777d;
	margin: 0 0 15px 0;	
	font-weight: 300;
	border: 1px solid #cbcbcb;
	padding: 5px;
}

input.form-button
{
	background-color: #6aa0ba;
	border: none;
	color: #FFFFFF;
	padding: 10px 8px;
}

input.form-button:hover
{
	background-color: #ea9d1c;
}

label
{
	clear: both;
	display: block;
	margin: 10px 0 10px 0;
	font-size: 15px;
	color: #ea9d1c;
	text-transform: uppercase;
	font-weight: 400;
}


/* classes */
.inner
{
	width: 100%;
	max-width: 1024px;
	margin:  auto;
}
.gold
{
	color: #ea9d1c;
}

.gray
{
	color: #9d9fa2;
}

.blue 
{
	color: #6aa0ba;
}





/* header and navigation */

#header
{
	width: 100%;
	background-image: url(images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0;
	background-color: #1c1b2e;
	height: 95px;
	position: fixed;
	top: 0;
	display: block;
	z-index: 1;

}


	#header .inner
	{
		position: relative;
		padding: 15px 0 25px;
	}
	
	#logo
	{
		display: block;
		float: left;
		width: 265px;
		margin-left: -63px;
	}
	#tagline
	{
		font-family: 'Lato', Arial, sans-serif;
		text-transform: uppercase;
		color: #e99c1b;
		font-size: 18px;
		line-height: 24px;
		padding: 18px 0 0 18px;
		float: left;
		font-weight: 300;
		letter-spacing: .025em;
	}
	#nav
	{
		float: right;
		width: auto;
		margin: 18px 0 0 0;
	}
	#nav li
	{
		list-style-type: none;
		float: left;
		padding: 0 7px;
		margin: 0;
	}
	#nav li.last
	{
		padding-right: 0;
	}
	#nav li a:link,
	#nav li a:visited
	{
		font-family: 'Lato', Arial, sans-serif;
		font-weight: 300;
		text-transform: uppercase;
		text-decoration: none;
		color: #9d9fa2;
		font-size: 16px;
		padding-top: 8px;
	}
	#nav li a:hover,
	#nav li a:active,
	#nav li.active a
	{
		font-family: 'Lato', Arial, sans-serif;
		font-weight: 300;
		text-transform: uppercase;
		text-decoration: none;
		color: #6aa0ba;
		font-size: 16px;
		position: relative;
		background-image: url(images/nav-arrow.png);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	.shadow
	{
		-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
		box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
	}
	#phone
	{
		display: block;
		position: absolute;
		right: -140px;
		width: 140px;
		padding-left: 20px;
		box-sizing: border-box;
		top: 34px;
		color: #e99c1b;
		font-weight: 300;
	}

#image
{
	background-image: url(images/photo-bkg.jpg);
	background-repeat: repeat-x;
	background-color: #282339;
	margin-top: 95px;
	margin-bottom: 120px;
}
	
#image-bkg
{
	background-image: url(images/photo.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	height: 532px;
	display: block;
	clear: both;
}
	#image #meet
	{
		display: block;
		margin: 0 auto;
		width: 454px;
		height: 206px;
		padding-top: 80px;
	}
	
.home h1
{
	font-family: 'Lato', Arial, sans-serif;
	font-size: 43px;
	line-height: 48px;
	color: #FFFFFF;
	font-weight: 100;
	text-align: center;
	margin: 50px auto 0 auto;
	width: 90%;
}

#beyond .title
{
	width: 305px;
	float: left;
	display: block;
}
	.home h1.big-title
	{
		color: #6aa0ba;
		font-size: 60px;
		font-weight: 300;
		line-height: 58px;
		margin: 0;
		text-align: left;
		text-transform: uppercase;
	}

#beyond
{
	display: block;
	height: 265px;
	margin-bottom: 120px;
}

#beyond .arrow
{
	height: 265px;
	float: left;
	width: 113px;
	padding: 0 55px 0 36px;
}

#beyond .arrow a
{
	display: block;
	width: 113px;
	height: 115px;
	margin-top: 70px;
	background-image: url(images/arrows.gif);
}

#beyond .arrow a:link,
#beyond .arrow a:visited
{
	background-position: 0 0;
}
#beyond .arrow a:hover,
#beyond .arrow a:active
{
	background-position: 0 -135px;
}

#beyond .copy
{
	padding-top: 60px;
	padding-left: 55px;
	box-sizing: border-box;
	width: 510px;
	float: left;
	border-left: 1px solid #ea9d1c;
	height: 265px;
}

#beyond .copy p
{
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 23px;
	color: #84888e;
	margin: 0 0 20px 0;
}

a.gray:link,
a.gray:visited
{
	color: #3d3d3d;
	text-decoration: none;
}
a.gray:hover,
a.gray:active
{
	color: #6aa0ba;
	text-decoration: none;
}

#services
{
	background-image: url(images/3-section-bkg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 120px;
	height: 487px;
}

#services .col-icon
{
	position: absolute;
	width: 31px;
	height: 31px;
	left: -50px;
	top: 5px;	
	display: block;
}

#services .col
{
	position: relative;
	width: 305px;
	display: block;
	float: left;
	margin-right: 50px;
	box-sizing: border-box;
}
#services .col.last
{
	margin-right: 0;
}

.home h2,
.home h2 a:link,
.home h2 a:visited
{
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #ea9d1c;
	font-size: 38px;
	line-height: 44px;
	margin: 0 0 20px 0;
	text-decoration: none;
}
.home h2 a:hover,
.home h2 a:active
{
	color: #FFFFFF;
}

#services .col ul
{
	margin: 0;
	padding: 0;
}

#services .col ul li
{
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 17px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: 300;
}

#who
{
	height: 464px;
	margin-bottom: 120px;
}

#who .title
{
	width: 341px;
	float: left;
}

#who .copy
{
	float: left;
	width: 100%;
	max-width: 667px;
	border-left: 1px solid #e99c1b;
	box-sizing: border-box;
}

#who .copy ul
{
	margin: 0;
	padding: 0;
}

#who .copy ul li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 333px;
	height: 116px;
}



/* inside pages */

	.not-front #header
	{
		background-image: url(images/header-inside-bkg.jpg);
		background-repeat: repeat-x;
		background-color: transparent;
	}
	
	.not-front #header .inner-layer
	{
		background-image: url(images/header-inside.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		height: 94px;
		display: block;
	}
	
	body.not-front
	{
		
	}
	
	#content
	{
		clear: both;
		margin-top: 200px;
	}
	
	body.not-front h1.title
	{
		font-weight: 300;
		text-transform: uppercase;
		margin: 0 0 60px 0;
		font-size: 64px;
		line-height: 68px;
		font-family: 'Lato', Arial, Helvetica, sans-serif;
		color: #6aa0ba;
		position: relative;
	}
		body.not-front h1.title::before
		{
			content:"";
			display: block;
			width: 20px;
			height: 37px;
			position: absolute;
			top: 15px;
			left: -40px;
			background-image: url(images/arrow-header.gif);
			background-repeat: no-repeat;
			background-position: center center;
		}
		
	body.not-front h2
	{
		font-weight: 300;
		text-transform: uppercase;
		font-size: 45px;
		line-height: 50px;
		color: #ea9d1c;
		margin: 50px 0 20px 0;
	}
	
	body.not-front h3
	{
		font-weight: 300;
		text-transform: uppercase;
		margin: 30px 0 10px 0;
		font-size: 28px;
		line-height: 32px;
		color: #3d3d3d;
	}
	
	body.not-front h4
	{
		font-weight: 300;
		color: #6aa0ba;
		font-size: 22px;
		line-height: 26px;
		margin: 15px 0 20px 0;
	}
	
	body.not-front.about h4
	{
		font-weight: 300;
		font-style: italic;
		color: #73777d;
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 20px 0;
	}
	
	body.not-front h5,
	body.not-front h5 a:link,
	body.not-front h5 a:visited
	{
		font-weight: 300;
		font-size: 17px;
		line-height: 22px;
		color: #6aa0ba;
		text-decoration: none;
	}
		body.not-front h5 a:hover,
		body.not-front h5 a:active
		{
			color: #ea9d1c;
		}
	
	.main-copy
	{
		width: 667px;
		float: left;
		margin-bottom: 150px;
	}
	
	.sidebar
	{
		width: 285px;
		margin-top: 0;
	}
	
	.sidebar.right
	{
		float: right;
		margin-left: 72px;
		display: block;
		min-height: 100px;
	}

h2.leadership
{
	position: relative;
}

h2.leadership:after
{
	content:"";
	position: absolute;
	width: 189px;
	height: 189px;
	background-image: url(images/jane-photo-2.jpg);
	background-repeat: no-repeat;
	right: 0;
	top: 0;
}	

ul#clients
{
	margin: 0;
	padding: 0;
}

ul#clients li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 333px;
	height: 116px;
	float: left;
	display: block;
}
	
.callout
{
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	padding: 20px 40px;
	box-sizing: border-box;
}

.sidebar p.icon
{
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0;
	color: #6aa0ba;
}

body.not-front .sidebar h2
{
	font-size: 22px;
	line-height: 26px;
	color: #6aa0ba;
	margin: 10px 0 35px 0;
	text-align: center;
}

.callout p a.call
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 0;
	color: #FFFFFF;
	margin: 0;
	display: block;
	width: 100%;
}

.callout p.sidebar-btn
{
	background-color: #e99c1b;
	padding: 0 10px;
}
	.callout p.sidebar-btn:hover,
	.callout p.sidebar-btn:active
	{
		background-color: #6aa0ba;	
	}

.callout .service
{
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
	.callout .service a:link,
	.callout .service a:visited
	{
		color: #73777d;
		text-decoration: none;
		padding-left: 20px;
		background-image: url(images/sidebar-icons.jpg);
		background-repeat: no-repeat;
	}
	.callout .service a:hover,
	.callout .service a:active
	{
		color: #6aa0ba;
	}
	
	.callout .service #strategic
	{
		background-position: 0 3px;
	}
		.callout .service #strategic:hover
		{
			background-position: 0 -85px;
		}
	.callout .service #premiere
	{
		background-position: 0 -27px;
	}
		.callout .service #premiere:hover
		{
			background-position: 0 -115px;
		}
	.callout .service #precise
	{
		background-position: 0 -56px;
	}
		.callout .service #precise:hover
		{
			background-position: 0 -144px;
		}

.slider,
.testimonial
{
	margin-top: 45px;
}

.author
{
	font-size: 15px;
	line-height: 20px;
}
.testimonial
{
	padding: 0 25px;
}

body.contact-submit h5
{
	font-size: 22px;
	line-height: 26px;
}

body.contact-submit .form-results h4
{
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}

.not-front .testimonial
{
	margin-top: 20px;
	padding: 0;
	margin-bottom: 5px;
}

#contact_form_errorloc ul 
{
	margin: 0 0 30px 0;
}

#contact_form_errorloc ul li
{
	font-style: italic;
	color: #f00033;
	list-style-type: none;
}

label .required
{
	color: #f00033 !important;
}


/* footer */

#footer
{
	background-color: #3d3d3d;
	color: #FFFFFF;
	padding: 45px 0;
	display: block;
	clear: both;
	text-align: center;
}

body.home #footer
{
	margin-top: 150px;
}

	#footer p
	{
		font-size: 16px;
		line-height: 22px;
		margin: 0;
	}
	
	body.not-front #footer h3,
	#footer h3
	{
		font-family: 'Lato', Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 34px;
		font-weight: 300;
		text-transform: uppercase;
		margin: 0 0 16px 0;
		color: #FFFFFF;
	}
	
	a.gold:link,
	a.gold:visited
	{
		text-decoration: none;
		color: #ea9d1c;
	}
	h3 a.gold:hover,
	a.gold:active
	{
		color: #6aa0ba;
	}
	
	#footer p a:link,
	#footer p a:visited
	{
		text-decoration: none;
		color: #FFFFFF;
	}
	#footer p a:hover,
	#footer p a:active
	{
		color: #6aa0ba;
	}
	
	
.mobile
{
	display: none;
}


h2.services
{
	position: relative;
}

h2.services:after
{
	content:"";
	position: absolute;
	width: 189px;
	height: 189px;
	background-image: url(images/services-photo.jpg);
	background-repeat: no-repeat;
	right: 0;
	top: 0;
	border: 1px solid #dcdcdc;
}	


#logo a,
#logo img
{
	border: none !important;
	text-decoration: none !important;
}

*+html #beyond .copy
{
	width: 480px;
}

.clear
{
	clear: both;
}

.img-left
{
	display: block;
	float: left;
}

.img-right
{
	display: block;
	float: right;
}

.border
{
	border: 1px solid #dcdcdc;
}

/* gallery page */

a.gallery-link
	{
		display: block;
		width: 100%;
		max-width: 667px;
		min-height: 266px;
		background-image: url(images/view-gallery.jpg);
		background-repeat: no-repeat;
		background-position: top center;
	}

    #image-gallery 
    {
      display: block;
      width: 100%;
      max-width: 667px;
    }
    
      #image-gallery ul.thumbs
      {
        margin: 0;
        padding: 0;
      }
    
      #image-gallery ul.thumbs li
      {
        list-style-type: none;
        margin: 0;
        padding: 0 33px 33px 0;
        display: block;
        float: left;
        width: 200px;
        height: 189px;
      }
      
      #image-gallery ul.thumbs li.last
      {
        padding: 0 0 30px 0;
      }
      
      #image-gallery ul.thumbs li.row
      {
	      clear: both;
      }
      
        #image-gallery ul.thumbs li a img
        {

        }

