/**
 * @license
 * MyFonts Webfont Build ID 2694195, 2013-11-22T15:06:27-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: PF Din Text Comp Pro XThin by Parachute
 * URL: http://www.myfonts.com/fonts/parachute/pf-din-text-comp-pro/xthin/
 * Copyright: Copyright (c) 2002, 2005 Parachute&#x00A8;, www.parachute.gr.  All rights reserved.
 * Licensed pageviews: 500,000
 * 
 * Webfont: Hurme Geometric Sans 4 Light by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans-4/4-light/
 * Copyright: Copyright (c) 2012 by Toni Hurme. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2694195
 * 
 * © 2013 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/291c33");

  
@font-face {font-family: 'PFDinTextCompPro-XThin';src: url('../webfonts/291C33_0_0.eot');src: url('../webfonts/291C33_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/291C33_0_0.woff') format('woff'),url('../webfonts/291C33_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HurmeGeometricSans4-Light';src: url('../webfonts/291C33_1_0.eot');src: url('../webfonts/291C33_1_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/291C33_1_0.woff') format('woff'),url('../webfonts/291C33_1_0.ttf') format('truetype');}
 

/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

body {
	background: #343434;
}

h1,h2 {
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

h1,h2,h3,h4,h4 {
	/*text-transform: uppercase;*/
	line-height: 100%;
	color: #343434;
}


/* Header */

#section-header {
	height: 76px;
	border-bottom: 3px solid #C2C2C2;
	overflow: hidden;
	
	background: #343434;
	background: rgba(52,52,52,0.90);
	width: 100%;
	position: fixed;
	z-index: 500;
	top: 0px;
	box-shadow: 0px 0px 2px #333;
}

.logged-in #section-header {
	position: relative;
}

.front #section-content {
	padding-top: 76px;
}

.logged-in #section-content {
	padding-top: 0px;
}

.site-name-slogan {
	display: none;
}

#region-branding .logo-img {
	position: relative;
	top: 13px;
	z-index: 500;
}

#logo_mobile {
	display: none;
}

/* Menu */

#region-menu {
	margin-right: 0px;
	position: relative;
	top: -58px;
}

a.menu-toggle {
	position: absolute;
	left: 0px;
	top: 21px;
	padding: 10px;
	padding-top: 7px;
	border-radius: 5px;
	
	border-style: solid;
    border-width: 1px;
	
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	background-color: #0E0E0E;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

a.menu-toggle .line {
	background-color: #F5F5F5;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    
    margin-top: 3px;
}

#block-system-main-menu {
	height: 76px;
}

#block-system-main-menu ul.menu ul.menu {
	display: none;
}

/* Hide work submenu */
ul.menu ul.menu {
	display: none;
}


#block-system-main-menu ul.menu li {
	margin-right: 0.8em;
	display: inline-block;
	padding-top: 0px;
}

#block-system-main-menu ul.menu li.last {
	margin-right: 0px;
	padding-right: 0px;
}

#block-system-main-menu ul.menu a:link,
#block-system-main-menu ul.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 24px;
	line-height: 70px;
	height: 71px;
	display: inline-block;
	text-transform: uppercase;
	border-top: 0px;
	letter-spacing: 0.035em;
}

#block-system-main-menu ul.menu a:hover {
	color: #C2C2C2;
}

#block-system-main-menu ul.menu a.active:link,
#block-system-main-menu ul.menu a.active:visited {
	color: #FEC426;
	border-top: 5px solid #FEC426;
}


/* Content */

#region-content {
	padding-top: 25px;
}

.front #region-content {
	padding-top: 0px;
}

/* Footer */

#zone-footer {
	color: #E6E6E7;
	font-size: 14px;
	line-height: 20px;
}

#zone-footer h2,
#zone-footer h2.block-title{
	font-weight: 100;
	font-size: 14px;
	margin-bottom: 2px;
	color: #fff;
}

#zone-footer .block p,
#zone-footer .block div {
	margin-bottom: 10px;
}

#region-footer-first {
	padding-top: 42px;
	padding-bottom: 54px;
}

#region-footer-first .block {
	float: left;
	padding-right: 10px;
}

#zone-footer ul.menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#zone-footer ul.menu li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
	padding-left: 0px;
}

#zone-footer a:link,
#zone-footer a:visited {
	color: #E6E6E7;
	text-decoration: underline;
}

#zone-footer a:hover {
	color: #C2C3C4;
	text-decoration: none;
}

.footer-navigate {
	width: 180px;
}

.footer-newsletter {
	width: 265px;
}
.social-links {
	position: absolute;
}

.social-link {
	width: 40px;
	height: 40px;
	display: inline-block;
	overflow: hidden;
	text-indent: -500px;
}
.social-link-fb {
	background: url('../images/social-fb.png');
}
.social-link-fb:hover {
	background: url('../images/social-fb-over.png');
}
.social-link-li {
	background: url('../images/social-li.png');
}
.social-link-li:hover {
	background: url('../images/social-li-over.png');
}
.social-link-twitter {
	background: url('../images/social-twitter.png');
}
.social-link-twitter:hover {
	background: url('../images/social-twitter-over.png');
}
.social-link-google {
	background: url('../images/social-google.png');
}
.social-link-google:hover {
	background: url('../images/social-google-over.png');
}

.footer-address {
	width: 205px;
}

.footer-copy {
	width: 250px;
}

.footer-copy .note {
	font-size: 9px;
	line-height: 12px;
}


/* Home page features */
#zone-preface-wrapper {
	/*background: #fff url('../images/background-home-features.png') repeat-x 0 -3px;*/
	padding-top: 0px;
	margin-bottom: 20px;
}

/* Global features */

#zone-content-wrapper {
	background: #fff url('../images/background-stripe.png');
	margin-top: 76px;
}

.logged-in #zone-content-wrapper {
	margin-top: 0px;
}

#zone-content {
	background: #fff;
} 

/* Homepage */

.front h1 {
	display: none;
}

.front #zone-content-wrapper {
	margin-top: 0px;
}

.front #zone-content {
	font-size: 16px;
}

.front #zone-content .block {
	margin-bottom: 25px;
	padding-bottom: 30px;
}

.front #zone-content h2.block-title {
	font-weight: normal;
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 50px;
}

.front #zone-preface a.learn-more:link,
.front #zone-preface a.learn-more:visited {
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	padding-right: 23px;
	background: url('../images/arrow_right_light_18.png') no-repeat 98% 4px;
}

.front #zone-preface a.learn-more:hover {
	background-position: 100% 4px;
}

.learn-more a:link,
.learn-more a:link,
.front #zone-content a.learn-more:link,
.front #zone-content a.learn-more:visited {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	padding-right: 20px;
	background: url('../images/arrow_right_dark_16.png') no-repeat 98% 4px;
}

.front #zone-content a.learn-more:hover {
	background-position: 100% 4px;
}

.front #zone-content .block.expertise {
	border-bottom: 1px solid #c2c2c2;
}

.front #zone-content #block-system-main {
	display: none;	
}

/* Home Page Features */

.view-home-page-features.view-display-id-block {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}

.view-home-page-features .view-content {
	overflow: hidden;
	position: relative;
}

.view-home-page-features .view-content > div {
	float:left;
	width:100%;
	position: relative;
}

.view-home-page-features .views-field-field-main-image {
	position: relative;
	left: -130px;
}

.view-home-page-features .views-row {
	float: left;
	padding: 0 100px;
	margin: 0 -100px;
}

.view-home-page-features .views-field-body {
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	margin: 40px 95px 0px 95px;
}

.view-home-page-features .views-field-body p {
	margin-bottom: 18px;
}

.view-home-page-features .views-field-field-main-image {
	left: 0px;
}

.view-home-page-features .views-field-field-main-image img {
	height: auto;
	width: 100%;
}

.view-home-page-features a.title-image {
	width: 365px;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}

#block-views-home-page-features-block {
	position: relative;
}

#block-views-home-page-features-block .nav {
	position: absolute;
	bottom: 65px;
	width: 40px;
	height: 42px;
	display: block;
	text-indent: -100px;
	overflow: hidden;
	border: 0px;
	border-radius: 25px;
}

#block-views-home-page-features-block .nav-prev {
	left: 20px;
	background: url('../images/homepage-feature-prev.png');
}

#block-views-home-page-features-block .nav-next {
	right: 20px;
	background: url('../images/homepage-feature-next.png');
}
/* Slide Deck */

.view-slidedeck .title-header {
	background-color: #FEC426;
	border-top: 3px solid #fff;
}

.view-slidedeck .title-header.selected {
	background: #FEC426 url('../images/slidedeck-active-trail.png') no-repeat 310px 0px;
}

.view-slidedeck .title-header span {
	display: none;
}

.view-slidedeck .title-header b {
	right: 78px;
	font-size: 36px;
	font-weight: normal;
}

.view-slidedeck .field-content {
	padding-left: 22px;
	padding-top: 40px;
}

.view-slidedeck .field-content .body {
	height: 290px;
	overflow: hidden;
}

.view-slidedeck .field-content h2 {
	font-size: 24px;
}

.view-slidedeck .field-content h2,
.view-slidedeck .field-content p {
	margin-bottom: 20px;
}

.view-slidedeck .field-content a.learn-more {
	position: absolute;
	bottom: 35px;
	left: 54px; /* 22px + 32px */
}

.view-slidedeck .field-content .item-list {
	width: 525px;
	height: 375px;
	overflow: hidden;
	float: right;
	margin-left: 15px;
	position: relative;
	top: -40px;
}

.view-slidedeck .field-content .item-list .slidedeck-controls {
	position: absolute;
	bottom: 4px;
	right: 50px;
	padding: 3px;
	background: rgba(255,255,255,0.85);
	border-radius: 10px;
}

.view-slidedeck .slidedeck-controls a:link,
.view-slidedeck .slidedeck-controls a:visited {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #323232;
	border-radius: 6px;
	text-indent: -200px;
	overflow: hidden;
	margin-left: 4px;
	margin-right: 4px;
}

.view-slidedeck .slidedeck-controls a:hover {
	background: #FEC426;
}

.view-slidedeck .slidedeck-controls a.active-trail:link,
.view-slidedeck .slidedeck-controls a.active-trail:visited {
	background: #323232;
}

.view-slidedeck .field-content .item-list ul {
	margin: 0px;
	padding: 0px;
}

.view-slidedeck .field-content .item-list ul li {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}


/* Back to Top */
a.back-to-top:link,
a.back-to-top:visited {
	padding: 12px;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	clear: both;
	padding-right: 45px;
	padding-bottom: 14px;
	background: url(../images/back-to-top.png) no-repeat 100% 0%;
	
	margin-bottom: 10px;
	margin-top: 20px;
}

a.back-to-top:hover {
	text-decoration: underline;
}

#region-content .action-links {
	display: none;
}

hr {
	background: #ccc;
}

.field-name-field-pull-quote {
	text-transform: none;
	padding-left: 52px;
	width: 320px;
	font-size: 33px;
	line-height: 34px;
	padding-top: 30px;
	padding-bottom: 40px;
	position: absolute;
	left: 0px;
	top: 19px;
	font-family: 'HurmeGeometricSans4-Light', Arial, sans-serif;
	font-weight: normal; 
	font-style: normal; 
}

.not-logged-in .contextual-links-wrapper {
	display: none;
}

.front .block-block-1 img{
	margin-left: 30px;
}
