/**s
 * HTML5 ? Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */
@font-face
{
    font-family: 'Myriad Headline';
    src: url('MyriadHeadline.eot');
    src: local('Myriad Headline'),
         url('MyriadHeadline.eot?#iefix') format('embedded-opentype'),
         url('MyriadHeadline.ttf') format('truetype'),
         url('MyriadHeadline.woff') format('woff'),
         url('MyriadHeadline.svg#myriadregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Myriad Web';
    src: url('MyriadWeb.eot');
    src: local('Myriad Web'),
         url('MyriadWeb.eot?#iefix') format('embedded-opentype'),
         url('MyriadWeb.ttf') format('truetype');
    font-weight: normal;
}

@font-face
{
    font-family: 'Myriad';
    src: url('MyriadRoman.eot');
    src: local('Myriad Roman'),
         url('MyriadRoman.eot?#iefix') format('embedded-opentype'),
         url('MyriadRoman.ttf') format('truetype');
    font-weight: normal;
}

@font-face
{
    font-family: 'Myriad Bold';
    src: url('MyriadBold.eot');
    src: local('Myriad Bold'),
         url('MyriadBold.eot?#iefix') format('embedded-opentype'),
         url('MyriadBold.ttf') format('truetype');
    font-weight: bold;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body { min-width: 1040px;
       font-size:14px; line-height: 150%;
       font-family: Helvetica, Arial, Sans-Serif; } /* Hack retained to preserve specificity */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; font-weight: normal;font-size: 1.14em; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; clear:both; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: 
 */

select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }
strong, strong.title{ color: #40992a; }
td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }




/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #000;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

a, a:active { color: #124986; text-decoration: underline; }
a:hover { color: #124986; }

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h2 {
	color: #40992a;
	font-size: 1.42em;
	margin:10px 0 20px;
}
h2 a{ color: #40992a; text-decoration: none; }
.main-product h2 a.close{ color: #36532f; }
.main-product h2 a.close span{ display: inline; color: #124986; font-size: .6em; font-style: italic; font-weight: normal;}
.main-product h2 a span{ display:none; }

/**
 * Primary styles
 *
 * Author: 
 */
.container{
	width: 1350px;
	margin: 0 auto;
	position: relative;
}
header{
	width: 100%;
	border-bottom: 4px solid #e6e6e6;
}
header section {
	height: 20px;
	background: #2b2b2b;
	border-bottom: 5px solid #d1f801;
	color:#fff;
	text-align: right;
	padding-top: 4px; }
	
header nav ul{ margin: 4px 0; }
header nav li{
	float:left;
	margin-right: 80px;
	padding: 45px 0 0 0; }
	
header nav li:first-child{ padding: 0; }
header nav li a,
header nav li a:link:visited
{
	font-family: 'Myriad Web', 'Myriad Pro';
	font-size: 1.57em;
	color: #8e8888;
	text-decoration: none;
	font-weight: bold;
}
	
header nav img{	vertical-align: middle; }

header nav li a:hover, 
header nav li a:active,
header nav li a.onState 
{
	color:#343434;
	text-decoration: none;
}

header .callus { font-family: 'Myriad Web'; font-size: 1em; color: silver; margin-right: 10px; }
header .callus p, header.callus a { font: inherit; color: White; }


/* .col min-height to avoid jumping up and down when scrolling down home page and switch products */
.col { float:left; width: 500px; padding-bottom: 20px; min-height: 320px; }
.col1 { padding-right:20px; }
.col ul{ margin: 0; }
.col li{
	margin: 10px 0;
	padding:0px 0 0px 15px;
	list-style: none;
	background: url(../images/bullet.png) no-repeat 0 8px; }
	
footer{ 
	background: #f1f1f1;
	text-align: center;
	padding: 10px 0; }

/*homepage specific*/
.homex{ min-width: 1400px;} /*hack to preserve width for key-visual*/
.home .col2 section{ padding:10px 0px 0 50px; }
.clickGrad{
	background: url(../images/bg_home_click.png) no-repeat 0 0;
    color: #202020;
    font: Helvetica;
    font-weight: bold;
    padding: 30px 0;
    text-shadow: 0 0 1px rgba(60, 60, 60, 0.3);
}
.key-visual { background: url(../images/bg_home_repeat.png) repeat-x; }
.key-visual .container{
	position: relative;
	background: url(../images/bg_home.png) no-repeat 0 0;
	margin: 0 auto;
	height: 368px;
	padding: 30px 0 0 0; }
.key-visual h1{
	margin: -15px 0px 0px 0px;
	text-align: center;
	font-size: 2.49em;
	line-height: 150%;
	font-family: 'Myriad Headline', Myriad Pro;
	font-weight: normal;
	text-shadow: white -0.05em 0.05em 0.05em;
}
.key-visual .cta{
	position: absolute;
	left: 750px;
	top: 175px;
	border-left: 1px solid #a7a8a9;
	padding: 20px;
	text-align: center;
	}
	
.headlines{
	margin-top: -1px;   /* Cover bottom 1px of image black line */
	background: #616060;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding:10px;
	padding-left: 60px;
	-moz-box-shadow: inset 0 3px 10px 0px #000;
	-webkit-box-shadow: inset 0 3px 10px 0px #000;
	box-shadow: inset 0 3px 10px 0px #000;
}
.headlines li{
	font-family: 'Myriad Headline', Myriad Pro, Comic Sans MS;
	list-style: none;
	float: left;
	margin-left: 200px;
}
.headlines li a
{
	color: inherit;
	text-decoration: none;
}
/*product specific*/
.main-product .container{
	width: 1040px;
	background: url(../images/bg_products.png) repeat-y -228% 0;

}
.main-product .col2 section{ padding:50px 0px 0 50px; }
.clickTag{ margin-top: 50px; }
.clickTag strong{ color: #000; }
section.product-suite{
	background: url(../images/bg_products_suite.png) no-repeat 0 0;
	padding: 100px 20px 0 40px;
}
.product-suite img{ float: left; margin-right: 15px; }
.product-suite hr{ clear: both; margin: 20px 0;}
.product-suite ul {font-weight: bold; }
.benefits dt{
	clear: both;
	float:left;
	height: 55px;
	margin: 0;
	padding: 0 0 0 70px;
	background: url(../images/icons_benefit.png) no-repeat 0 0;
}
.benefits dd{ float:left; width: 425px; margin-bottom: 20px; }
section.product-suite strong, .benefits strong, blockquote strong{ color: #000; }

.benefits .b-square {background-position: 0 -327px;}
.benefits .b-ledger{
	background-position: 0 -410px;
	height: 40px;
}
.benefits .b-arrow-up-skinny{background-position: 0 -466px;}
.benefits .b-clock{background-position: 0 -530px;}
.benefits .b-arrow-up-fat{background-position: 0 -621px;}
.benefits .b-microsoft{background-position: 0 -730px;}
.benefits .b-spreadsheet{
	background-position: 0 -1278px;
	height: 50px;}
.benefits .b-person{background-position: 0 -826px;}
.benefits .b-arrows-rl{
	background-position: 0 -1016px;
	height: 30px;
}
.benefits .b-check{background-position: 0 -256px;}
.benefits .b-arrows-circle{background-position: 0 -1206px; }
.benefits .b-timeoff{background-position: 0 -1477px;}
.benefits .b-arrow-right{
	background-position: 0 -126px;
	height: 30px;
}
.benefits .b-square-dot{background-position: 0 -63px;}
.benefits .b-paperclip{background-position: 0 -178px;}
.benefits .b-arrows-up{background-position: 0 -1063px;}
.benefits .b-magnify{background-position: 0 -1337px;}
.benefits .b-arrow-ur{background-position: 0 -1399px;}


.btn{
	background: url(../images/buttons-new.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
header .btn-border
{
	display: inline-block;
	background: linear-gradient(to bottom, #40a82a, #d1f801);
	padding: 2px;
}
header .btn
{
	background: #40a82a;
	padding: 4px 18px;
    font-size: 1.3em;
	color: white;
    text-decoration: none;
    text-indent: 0px;
}

header .btn-login{
	right: 0;
}
header .btn-signup{
	right: 155px;
}
header .btn-border:hover,
header .btn:hover  { background: none #808080; }
.map-feature{
	background: url(../images/buttons-new.png) no-repeat -434px 14px;
	position: relative;
	height: 150px;
}
.map-feature ul{
	list-style: none;
	margin: 0px;
}
.map-feature .btn{ position: absolute; }
.btn-pto{
	background-position: -206px -313px;
	height: 40px;
	width: 131px;
	top: 0;
	left: 30px;}
.btn-pto:hover, .on-state .btn-pto{	background-position: 0 -313px; }
.btn-suite{
	background-position: -203px -368px;
	height: 45px;
	width: 142px;
	top:0px;
	right:62px;}
.btn-suite:hover, .on-state .btn-suite{ background-position: 0px -368px; }
.btn-project{	
	background-position: -206px -265px;
	height: 40px;
	width: 131px;
	left: 30px;
	top: 44px;}
.btn-project:hover, .on-state .btn-project{	background-position: 0 -265px; }
.btn-time{	
	background-position: -206px -212px;
	height: 40px;
	width: 131px;
	left: 30px;
	top: 90px;}
.btn-time:hover, .on-state .btn-time{ background-position: 0 -212px; }
.btn-resource{	
	background-position: -205px -158px;
	height: 40px;
	width: 163px;
	top: 90px;
	left: 175px;}
.btn-resource:hover, .on-state .btn-resource{ background-position: 0px -158px; }
.btn-financial{	
	background-position: -206px -95px;
	height: 40px;
	width: 131px;
	top: 90px;
	right: 20px;}
.btn-financial:hover, .on-state .btn-financial{ background-position: 0px -95px; }	
.btn-explore{
	background-position: 0 -520px;
	height: 50px;
	width: 240px;
}
.btn-explore:hover{background-position: -258px -520px;}
.btn-enterprise{
	background-position: 0 -576px;
	height: 50px;
	width: 240px;	
}
.btn-enterprise:hover{background-position: -259px -576px;}
#ctaSignupLink{
	font-size: 1.2em;
	font-weight: bold;
	color: SteelBlue;
}
.btn-learn-more{
	background-position: 0 -479px;
	height: 28px;
	width: 110px;
	display: inline-block;
	vertical-align: text-top;
}
.btn-learn-more:hover{	background-position: 0 -438px; }
.btn-try-free{
	background-position: -121px -479px;
	height: 28px;
	width: 102px;
	float: left;
	margin: 10px 10px 10px 0;
}
.btn-try-free:hover{ background-position: -121px -438px; }
.btn-enterprise-sm{
	background-position: -230px -479px;
	height: 28px;
	width: 106px;
	float: left;
	margin: 10px 10px 10px 0;
}
.btn-enterprise-sm:hover{ background-position: -230px -438px; }
.btn-request-demo{
	background-position: -348px -479px;
	height: 28px;
	width: 168px;
	float: left;
	margin: 10px 10px 10px 0;
}
.btn-request-demo:hover{ background-position: -348px -438px; }

.single-col
{
	width: 620px;
	margin: 40px 20px 20px 120px;
}
.single-col h1
{
	font-size: 1.6em;
	line-height: 150%;
	font-family: Arial;
	margin-bottom: 16px;
}
.single-col p, .single-col li
{
	margin-top: 12px;
}
.about-us
{
	background: url(/about/images/about.png) no-repeat 0px 40px;
}
.about-us p
{
	background-color: White;
	color: Black;
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
}

#requestDemo
{
	display: none;
	z-index: 100;
	position: fixed;
	top: 50%; left: 50%;   /* Negative margins set by javascript to center */
/*
	top: 10%; left: 10%;
*/
	width: 1050px;
	background-color: White;
	border: 5px solid #C8D4C8;
}
#requestDemo h2 { margin: 0px 0px 4px; padding: 8px 10px; background-color: Honeydew;}
#requestDemo .closeLink { position: absolute; right: 40px; top: 5px; } 
#requestDemo p { margin: 24px 20px 10px 10px; }
#requestDemo p label { display:inline-block; width: 130px; font: 9pt Arial; }
#requestDemo p input  { display:inline-block; width: 200px; border: 1px silver solid; }
#requestDemo p select { display:inline-block; width: 206px; border: 1px silver solid;  height: 22px; }
#requestDemo .error { display:inline-block; margin-left: 133px; width: 210px; visibility: hidden; font: 10pt Arial; color: Red; }
#requestDemo .submitButton { display:inline-block; margin-left: 50px; }
#requestDemo .testimonials { float: right; padding: 20px; border-left: 1px solid silver; }
.modalOverlay {
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.3); /* black semi-transparent */
}

/* Project pages that describe a single product (simple formatting) */
/* Block elements must clear because images within paragraphs float */
.product-page p, .product-page ul, .product-page h2 { clear: both; }
.product-page img { display: block; margin: 8px 0px; }
.product-page p img { float: left; margin: 4px 15px 12px 0px; }


#cch-key-visual { 
	background: rgb(246,246,246); 
	background-image: none;
	width: 100%;
	min-width: 1020px;
	padding: 0px 30px 30px 30px;
}

#cch-key-visual .container{
	position: relative;
	margin: 0 auto;
	height: 320px;
	background: rgb(246,246,246); 
 }

#cch-key-visual h1{
	margin: -15px 0px 0px 0px;
	text-align: center;
	font-size: 2.49em;
	line-height: 150%;
	font-family: 'Myriad Web', Myriad Pro;
	font-weight: bold;
	text-shadow: white -0.05em 0.05em 0.05em;
	text-align: left;
}

#cch-key-visual .col1 {
	background: rgb(246,246,246) !important; 
	background-image: none !important;
	width: 450px;
	margin-top: 10;
}

#cch-key-visual .col {
	height: 320px;
}	

#cch-key-visual h3 {
	color: rgb(102,102,102);
	font-family: 'Myriad Web', Myriad Pro;
	font-size: 1.2em;
	margin-bottom: 30px;
	margin-top: 10px;
}

.cch-details {
	width: 430px;
	height: 100px;
	margin-left: 30px;
}

.cch-details img {
	position: relative;
	float: left;
}
.cch-details p {
	position: relative;
	float: right;
	color: rgb(102,102,102);
	font-family: 'Myriad Web', Myriad Pro;
	font-style: italic;
	width: 300px;
	font-size: .9em;
}

#cch-key-visual .col2 {
	margin-left: 40px;
	height: 300px;
}

.cch-logo-combo {
	max-height: 200px;
}

#cch-key-visual .cta img {
	max-width: 200px;
	float: left;
	margin-right: 20px;
}

#cch-key-visual .cta {
	left: 480px;
	height: 20px;
	width: 410px;
	margin-top: 60px;
	border-left: none;
}

#cta-links {
	float: left;
	width: 160px;
	height: 35px;
	text-align: left;
	border-left: 1px solid #a7a8a9;
	margin-top: 4px;
	padding: 0px 0px 10px 20px ;
}

#cta-links a { 

	font-family: 'Myriad Web'; 
	font-size: 1em; 
	color: rgb(102,102,102);
}

#cta-links a:hover { 
	font-style: italic;
}

.cta a:hover img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}


/*resource scheduling section */

#resource-scheduling-info {
	margin: 30px 30px 30px 30px;
	float: left;
	width: 500px;
	margin-bottom: 80px;
}

#resource-scheduling-info h2 {
	font-family: 'Myriad Web', Myriad Pro;
	font-weight: bold;
}

#resource-scheduling-info p {
	color: rgb(102,102,102);
	font-family: 'Myriad Web', Myriad Pro;
	font-size: 1em;
}

#resource-scheduling-info ul {
	margin-top: 10px;
}

#resource-scheduling-info ul li {
	color: rgb(102,102,102);
	font-family: 'Myriad Web', Myriad Pro;
	font-size: 1em;
	font-style: italic;
	margin-bottom: 5px;
	margin-left: 10px;
}

#resource-scheduling-image img {
	margin-top: 60px;
	position: relative;
	float: left;
	width: 300px;
}


/* Pricing Section */


.page-tab { display: none; }
.page-tab#time-and-expense { display: block; }

.container-pricing {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.active-nav {
    border-bottom: 3px solid #40992a;
    color: #40992a;
    padding-bottom: 3px
}

.headline-nav {
    float: left;
    font-family: 'Myriad Web', 'Myriad Pro';
    margin-top: 58px;
}
    .headline-nav h1 {
        color: #40992a;
        display: inline;
        font-size: 3.875em;
        float: left;
    }
    .headline-nav ul {
        float: left;
    }
    .headline-nav ul li {
        display: inline;
        list-style: none;
        margin-right: 8px;
    }
    .headline-nav ul li a {
        background-color: #ababab;
        color: #fff;
        font-size: 1.313em;
        font-weight: 600;
        padding: 6px 10px 5px 10px;
        text-decoration: none;
        text-transform: uppercase;
        outline: none;
    }
    .headline-nav ul li a:hover,
    .headline-nav ul li .current {
        background-color: #40992a;
        }

.headline-contact {
    float: right;
    font-family: 'Myriad Web', 'Myriad Pro';
    margin-top: 58px;
}
    .headline-contact .info {
        float: left;
    }
    .headline-contact .info span {
        color: #808080;
        display: block;
        font-size: 1.125em;
        font-weight: bold;
        text-align: right;
        line-height: 18px;
    }
    .headline-contact img {
        float: right;
        margin-left: 9px;
    }

.pricing-container {
    margin-top: 40px;
    margin-bottom: 94px;
    overflow: hidden;
	min-height: 780px;
}

.headline-sub {
color: #808080;
font-weight: bold;
}
    .headline-sub .title-green {
	    color: #40992a;
	    font-size: 1.42em;
        font-weight: bold;
        text-transform: uppercase;
    }

.pricing {
    font-family: 'Myriad Web', 'Myriad Pro';
    margin-top: 24px;
}

.pricing-col {
    float: left;
    margin-right: 20px;
    position: relative;
    width: 235px;
}
    .pricing-col:last-child {
        margin-right: 0 !important; 
    }

.pricing-category {
    background: url('../images/prcing-header-bg.png') repeat-x;
    height: 197px;
    padding: 22px 22px 0 22px;
    position: relative;
    text-align: center;
}
    .pricing-category hr {
        border-color: #557bb1;
    }
    .pricing-category h2 {
        color: #fff;
        font-size: 2.500em;
        font-weight: normal;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    .pricing-category h4 {
        color: #97b1d7;
        font-size: 1.313em;
        font-style: italic;
        font-weight: normal;
        padding-bottom: 5px;
    }
    .pricing-category .h4-sm {
        font-size: 1.063em;
		 padding: 8px 0px 8px 0px;
    }
    .pricing-category .icon-building {
        position: absolute;
        left: 106px;
        top: 84px;
    }
    .pricing-category .popular-ribbon {
        position: absolute;
        left: 78%;
        top: -12px;
    }
    .pricing-category .dollar {
        font-size: 50%;
        position: absolute;
        left: 21px;
        top: 10px;
    }
    .pricing-category .dollars{
        font-size: 50%;
        position: absolute;
        left: 10px;
        top: 10px;
    }

.price {
    color: #fff;
    padding-bottom: 28px;
    padding-top: 24px;
    position: relative;
    text-transform: uppercase;
}
    .price .amount {
        display: inline-block;
        font-size: 4.563em;
        font-weight: bold;
        letter-spacing: -5px;
        padding-right: 10px;
    }
    .price .user {
        display: inline-block;
        font-size: 1.125em;
        font-weight: normal;
        letter-spacing: 1px;
        line-height: 19px;
        text-align: left;
    }
    .price .contact-info {
        position: relative;
        left: 0;
        top: -8px;
    }
    .price .contact-info p {
        font-size: 1.125em;
    }
    .price .contact-info .contact-headline {
        letter-spacing: 2px;
        line-height: 10px;
    }
    .price .contact-info .contact-number {
        font-size: 1.125em;
        font-weight: bold;
        line-height: 40px;
    }

.pricing-list {
    background: #e8e8e8;
    height: 475px;
}
    .pricing-list ul {
        margin: 0;
        padding: 40px 30px 5px 20px;
    }
    .pricing-list ul li {     
        background: url('../images/price-list-bullet.png') no-repeat 0 5px; 
        color: #666666;
        font-size: 1.000em;
        font-weight: 600;
        list-style-type: none;
        margin: 12px 0;
        padding: 0 0 0 30px;
    }
    .pricing-list .bonus {
        color: #275393;
    }
    .pricing-list p {
        color: #999999;
        font-size: 0.750em;
        font-style: italic;
        line-height: 15px;
        padding: 10px 15px 0 27px;
        text-align: right;
    }
    .pricing-list .additional {
        position: absolute;
        bottom: 8px;
        right: 0;
    }

.price-btn-container  {
    background: url('../images/price-btn-bg.png') no-repeat;
    height: 44px;
    position: absolute;
    left: 25.82px;
    top: 208px;
    width: 194px;
}
.price-btn-container a {
    background: url('../images/btn_arrow.png') no-repeat 95% 12px;
    color: white;
    display: block;
    font-size: 1.438em;
    letter-spacing: 0.4px;
    padding: 12px 16px;
    text-decoration: none;
    text-shadow: 2px 2px 10px #000; 
}


/* Resources Section */

.callus{
    font-family: 'Myriad Web', 'Myriad Pro' !important; 
    margin-top: 3px;   
}

.active-nav{
    border-bottom: 3px solid #40992a;
    color: #40992a;
    padding-bottom: 3px;
}

h2{
    margin-bottom: 0;
    color: #555555;
}

h3{
    color: #40992a;
    font-size: 1.4em;
    margin-bottom: 15px;
}

h3 a{
    color: #40992a !important;
}

h4{
    color: #40992a;
    font-size: 1.5em;
    padding: 10px;
    background: #ececec;
    margin: 20px 0 0 0;

}

header nav li{
    margin-right: 64px;
}

header nav li:last-child{
    margin-right: 0px;
}

.resources-container {
    margin-top: 40px;
    margin-bottom: 94px;
    overflow: hidden;
    min-height: 780px;
}

.container-resources{
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* custom styling */

.top-level {
    float: left;
    font-family: 'Myriad Web', 'Myriad Pro';
    margin-top: 58px;
    margin-bottom: 35px;
    width: 100%;
    text-transform: none;
}
    .top-level h1 {
        color: #40992a;
        display: inline;
        font-size: 3em;
        float: left;
        margin-right: 30px;
    }
    .top-level ul {
        float: left;
    }
    .top-level ul li {
        display: inline;
        list-style: none;
        margin-right: 8px;
    }
    .top-level ul li a {
        font-weight: 600;
        padding: 6px 10px 5px 10px;
        text-decoration: none;
        font-size: 1.2em;
        outline: none;
    }

.top-level li.ui-state-default a{
    color: #b1b1b1;
}
.top-level li.ui-state-active a{
    color: #3faa4a;
}

/* SECOND LEVEL TABS */

.ui-tabs .ui-tabs-nav li a {
    float: none !important;
    text-decoration: none !important; 
    border: none;
    margin: 0 0 20px 0;
    font-family: 'Myriad Web', 'Myriad Pro';
}

.content{
    margin: 30px 0;
    min-height: 200px;
    font-family: 'Myriad Web', 'Myriad Pro';
}

.content span.item{
    padding: 30px 0;
    border-bottom: 3px solid #ececec;
    display: block;
    clear:both;
    overflow: auto;
    color: #888888;
    line-height: 150%;
    position: relative;
    min-height: 140px;

}

.content span.desc{
    font-family: 'Myriad Web', 'Myriad Pro';
    position: absolute;
    font-weight: bold;
}

#white-papers .content span.item{
    background: url('/about/images/whitepaper.jpg') no-repeat;
    background-position: 0% 30px;
    padding-left: 135px;
}

#white-papers .content span.desc{
    left: 14px;
    top: 70px;
    color: #3faa4a;
    background: url('/about/images/whitepaper.jpg') -16px -31px;
    line-height: 1em;
    max-width: 89px;
}

#events .content span.item{
    background: url('/about/images/event.jpg') no-repeat;
    background-size: 130px auto;
    background-position: 0% 30px;
    padding-left: 160px;
}

#events .content span.desc{
    left: 16px;
    top: 57px;
    color: white;
    line-height: 1em;
    width: 100px;
    text-align: center;
}

#videos .content span.item .video{
    background: url('/about/images/event.jpg') no-repeat;
    background-size: 100%;
    width: 180px;
    height: 130px;
    margin-right: 30px;
    float: left;
    border: 4px solid #ececec;
    overflow: hidden;
    position: relative;
}

#videos .content span.item img{
    width: auto;
    height: 130px;
}
#videos .content .video a{
    display: block;
    z-index: 2;
    vertical-align: middle
}

#videos .content .video a:after{
    content: "(" attr(href) ")";
    text-indent: -999px;
    position: absolute;
    background: url('/about/images/play.png');
    background-size: 100% auto;
    z-index: 9;
    width: 85px;
    height: 85px;
    top: 18%;
    left: 26%;
    z-index: 0;
}

#news .content span.item{
    background: url('/about/images/whitepaper.jpg') no-repeat;
    background-position: 0% 30px;
    padding-left: 135px;
}

#news .content span.desc{
    left: 14px;
    top: 70px;
    color: #3faa4a;
    background: url('/about/images/whitepaper.jpg') -16px -31px;
    line-height: 1em;
    max-width: 89px;
}

.content span.item:first-child{
    margin-top: -10px;
}

.content span.item:last-child{
    border-bottom: none;
}

.content span img{
    float: left;
    margin-right: 25px;
    clear: both;
    max-width: 200px;
}

.button{
    color: white !important;
    background: #3faa4a;
    padding: 6px 10px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin: 15px 5px 0 0;
    font-weight: bold;
}

.button:hover{
    background: green;
}


.button:after{
    content: '?';
    margin-left: 5px;
    font-size: 10px;
    position: relative;
    top: -1px;
    font-family: Arial, sans-serif;
}

.second-level{
    
    bottom: 0;
    width: 100%;
    display: inline-block !important;
}

.second-level ul li{
	list-style: none;

}

.second-level li a{
    text-transform: uppercase;
    color: white !important;
    font-family: 'Myriad Web', 'Myriad Pro';
    font-weight: bold;
    padding: 6px 8px !important;
    margin-right: 3px !important;
}

.ui-state-default{
    padding: 0;
    background: none !important;
}

.second-level li.ui-state-default a{
    background: #b3b3b3;
}

.second-level li.ui-state-active a{
    background: #3faa4a;
}

/*UI Override*/

.ui-widget-content {
    border: none;
}

.ui-widget-header {
    border: none !important;
    background: none !important;
    font-weight: normal;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0 !important;
}

/*#main_resources{
    clear:both;
    padding: 0;
    height: 0;
}*/

#main_resources ul, .tabs3 {
   white-space: nowrap;

}

#main_resources ul{
   border-bottom: medium none;
   padding: 6px;
    height: 25px;
    border: none;
}

.ui-widget-content {
    background: none !important;
    border: none !important;
}

.ui-tabs .ui-tabs-nav {
   margin: 0;
   padding: 0.2em 0.2em 0;
    border: none;
}

.ui-tabs .ui-tabs-panel {
    display: block; 
    border-width: 0;
    padding: 0 !important;
    background: none; 
}

#main_resources ul.ui-widget-header, #main ul.ui-widget-content, #main ul.ui-state-default, #main ul.ui-state-hover {
    background: none;
    border: none
}

#main_resources .ui-tabs-active a {
   -moz-border-bottom-colors: none;
   -moz-border-left-colors: none;
   -moz-border-right-colors: none;
   -moz-border-top-colors: none;
   background: url("images/ui-bg_highlight-hard_100_f9f9f9_1x100.png") repeat-x scroll 50% top #F9F9F9;
   border-color: #CCCCCC;
   border-image: none;
   border-style: solid;
   border-width: 1px 1px 0;
   color: #222222;
   position: relative;
   z-index: 5;
}
.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: none !important;
    font-weight: normal;
}

/*** what's new in empire suite ***/
a.hover
{
    text-decoration: underline;
    color:navy
}

a.hover:hover
{
	text-decoration: none;
	color:red
}



/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hide { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

