﻿/* @override http://teamexcellence.com/themed/teamex/css/screen.css */

/*------------------------------------------------------------

	Screen.css
	www.teamexcellence.com
	
	Last Modified : 	
	Created by : 		Dave Rupert
	Contact: 			dave@paravelinc.com
	
	Copyright 2007 - 2010
	
	
/* Colour Palette
--------------------------------------------------------------

Light Grey - #f8f8f8

--------------------------------------------------------------*/

/* Reset
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, code, del, dfn, em,  q, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody,  thead, tr, th, td {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
 
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}






/* Typography
-------------------------------------------------------------- */

/* Default font settings
   The font-size percentage is of 16px (0.75 * 16px = 12px) */
body {
    font-size: 87.5%;
    line-height: 1.7;
    color: #444;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}



/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #2e2e2e;
    line-height: 1;
    margin-bottom: 1.3em;
   
  
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
}

h6 {
    font-size: 1em;
}

    h1 img, h2 img, h3 img,
    h4 img, h5 img, h6 img {
        margin: 0;
    }

    h1 a, h2 a, h3 a,
    h4 a, h5 a, h6 a {
        color: #2e2e2e;
    }


/* Links
-------------------------------------------------------------- */

a {
    color: #2099ca;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    font-weight: normal;
}

    a:focus,
    a:hover {
        color: #666;
    }

    a:visited {
    }

    a:visted:hover {
    }

    a.arrow {
        background: url(../img/arrow.png) no-repeat right center;
        padding-right: 20px;
        text-decoration: none;
        color: #333;
        font-weight: normal;
    }

    a:hover.arrow, a:hover.book_arrow h2 {
        color: #2b8eb8;
    }

    a.readmore {
        display: block;
        text-align: right;
        text-transform: uppercase;
        color: #111;
        text-shadow: 0px 2px 1px #fff;
    }

    a.calculateThis img {
        vertical-align: -36px;
        margin-right: 10px;
    }

/* Tables - You still need cellspacing="0" in the markup
-------------------------------------------------------------- */

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
}

tbody {
}

tfoot {
}

th, td {
    padding: 4px 10px 4px 5px;
    vertical-align: top;
}

th {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    background: #f0f0f0;
}

td {
    border-bottom: 1px solid #ccc;
}

tr {
}

caption {
    background: #ffc;
}

/* Use this if you use span-x classes on th/td. */
table .last {
    padding-right: 0;
}

tr.even td {
    background: #f0f0f0;
}


/* Lists
-------------------------------------------------------------- */

li ul,
li ol {
    margin: 0 1.5em;
}

ul, ol {
    margin: 0 0.5em 1.5em 1.5em;
}

ul {
    list-style-type: disc;
}

    ul + li {
    }

ol {
    list-style-type: decimal;
}

    ol + li {
    }

dl {
    margin: 0 0 1.5em 0;
}

    dl dt {
        font-weight: bold;
    }

dd {
    margin-left: 1.5em;
}

/* Forms
-------------------------------------------------------------- */

form {
}

fieldset {
    padding: 1.4em;
    margin: 0 0 1.5em 0;
    border: 1px solid #ccc;
}

legend {
    font-weight: bold;
    font-size: 1.2em;
}

    legend .span {
    }

label {
    font-weight: bold;
}

input[type='text'] {
}

input[type='checkbox'] {
}

input[type='radio'] {
}

input[type='file'] {
}

textarea {
    width: 400px;
    height: 80px;
    padding: 5px;
}

select {
    width: 200px;
}

option {
}

optgroup {
}


input:focus, textarea:focus, select:focus {
    border: 1px solid #666;
}

input, textarea, select {
    margin: 0.5em 0;
    border: 1px solid #bbb;
}

    input.text, input.title {
        width: 300px;
        margin: 0.5em 0.5em 0.5em 0;
    }

    input.text, input.title {
        border: 1px solid #bbb;
        background: #f6f6f6;
        padding: 5px;
    }

        input.text:focus,
        input.title:focus {
            border: 1px solid #999;
            background: #fff;
        }

    input.title {
        font-size: 1.5em;
    }

/* Other Elements
-------------------------------------------------------------- */


blockquote {
    margin: 1.5em;
    color: #333;
    font-style: italic;
}

dfn {
    font-style: italic;
    font-weight: bold;
    background: #ffc;
}

sup, sub {
    line-height: 0;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin: 0 0 1.5em;
    font-style: italic;
}

del {
    color: #666;
}

pre, code {
    margin: 1.5em 0;
    white-space: pre;
}

tt {
    display: block;
    margin: 1.5em 0;
    line-height: 1.5;
}

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
}

/* Navigation
-------------------------------------------------------------- */
#top-nav {
    background: #000 url(../img/topnav_bg.png) repeat;
    color: #fff;
    text-align: center;
    font-size: 10px;
    display: block;
    height: 15px;
    padding: 3px 0px;
    margin-bottom: 51px;
    float: right;
    clear: both;
}

    #top-nav ul {
        margin-bottom: 0px;
    }

        #top-nav ul li {
            display: inline;
            margin-right: 10px;
            font-size: 10px;
        }

            #top-nav ul li a {
                padding-left: 15px;
                background: url(../img/rightfooter_stripe.png) no-repeat 0 2px;
            }

                #top-nav ul li a.login-link {
                    background: none;
                    margin-left: -10px;
                    padding-right: 0px;
                }

    #top-nav a {
        color: #fff;
        -webkit-text-shadow: 0px 0px 1px #000;
        text-transform: uppercase;
        text-decoration: none;
    }

        #top-nav a:hover,
        #top-nav a.active {
            color: #2099ca;
        }

#nav {
    clear: both;
    text-align: right;
}

    #nav ul {
        float: right;
        margin: 0px;
    }

        #nav ul li {
            list-style-type: none;
            display: inline;
        }

            #nav ul li a {
                color: #000;
                font-weight: bold;
                margin-left: 20px;
                text-decoration: none;
                text-transform: uppercase;
            }

                #nav ul li a.culture-link {
                    text-transform: none;
                }

                #nav ul li a:hover {
                    color: #2b8eb8;
                }

                #nav ul li a.active {
                    color: #2b8eb8;
                    -webkit-transition: none;
                }


#subnav {
    background: url(../img/subnavbg.png) repeat-x;
    margin-top: 50px;
}

    #subnav ul {
        padding-top: 10px;
        margin-left: -10px;
    }

        #subnav ul li {
            list-style-type: none;
            display: inline;
        }

    #subnav a {
        height: 42px;
        margin: 0;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        padding: 20px 20px;
        color: #333;
    }

    #subnav ul li a.active, #subnav ul li a:hover {
        background: url(../img/bg.jpg) repeat;
        color: #2099ca;
    }



/* Classes
-------------------------------------------------------------- */
.small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

.large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
}

.hide {
    display: none;
}

.quiet {
    color: #666;
}

.loud {
    color: #000;
}

.highlight {
    background: #ff0;
}

.added {
    background: #060;
    color: #fff;
}

.removed {
    background: #900;
    color: #fff;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.error,
.message,
.success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

.error {
    background: #FBE3E4;
    border-color: #FBC2C4;
}

.message {
    background: #FFF6BF;
    border-color: #FFD324;
}

.success {
    background: #E6EFC2;
    border-color: #C6D880;
}

.error, .error a {
    color: #D12F19;
}

.message, .message a {
    color: #817134;
}

.message, .success a {
    color: #529214;
}

img.alignleft {
    float: left;
    clear: left;
}

img.alignright {
    float: right;
    clear: right;
}

img.alignmiddle {
    float: none;
    clear: both;
}

.quote {
    font-weight: bold;
    font-style: italic;
}

.padleft {
    padding-left: 15px;
}

.padright {
    padding-right: 15px;
}


/* Sliders & Banners
-------------------------------------------------------------- */

.banner p 
{
    
    color: #717171;
    font-size: 16px;
    line-height: 26px;
    position: absolute;
}

#banner1 {
    background: url(pics/banner1.gif) no-repeat center bottom;
    top: 0px;
    left: 0px;
}

#banner2 {
    background: url(pics/banner2.gif) no-repeat center bottom;
}

#banner3 {
    background: url(pics/banner3.gif) no-repeat center bottom;
}

/*#banner4 {
    background: url(pics/banner4.png) no-repeat center bottom;
}
*/

#banner1 p {
    top: 205px;
    left: 22px;
}

#banner2 p {
    top: 150px;
    right: 40px;
    text-align: right;
}

#banner3 p {
    top: 300px;
    left: 560px;
}

/*#banner4 p {
    top: 150px;
    left: 33px;
}*/

#slider,
.banner {
    width: 940px;
    height: 432px;
    margin: 0 auto;
    position: relative;
}


.scroll {
    overflow: auto;
    margin-top:10px;
   /* position: relative;  fix for IE to respect overflow */
    clear: left;
}

    clear: left;
}

.scrollContainer div.panel 
{
    margin-top:20px;
    width: 940px; /* change to 560px if not using JS to remove rh.scroll */
}


/* Main Slider */
.mainSlider ul.navigation {
    background: url(pics/slider_bg.png) repeat-x left bottom;
    list-style-type: none;
    height: 54px;
    margin: 0px;
}

    .mainSlider ul.navigation li {
        display: inline;
    }

        .mainSlider ul.navigation li a {
            display: block;
            float: left;
            /* 	height: 54px; */
            height: 72px;
            width: 54px;
            margin-top: -18px;
            background: url(pics/sliderbutton.png) no-repeat right bottom;
        }

    .mainSlider ul.navigation a.selected {
        background: url(pics/sliderbutton_active.png) no-repeat right bottom;
        height: 72px;
        /* 	margin-top:-18px; */
        position: relative;
        z-index: 100;
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        -o-transition: all 500ms linear;
    }

    .mainSlider ul.navigation li a span {
        display: none;
    }

    .mainSlider ul.navigation li.learn a {
    
        float: right;
        height: 54px !important;
        width: 1px;
        margin-top: 0px !important;
    }

.panel {
    overflow: hidden;
    width: 940px;
    margin: 0px auto;
}


.banner.short {
    width: 940px;
    height: 136px;
    margin: 0px 10px 30px;
}

    .banner.short p {
        position: relative;
    }

    .banner.short img {
        margin-right: 60px;
        float: left;
    }

    .banner.short h1 {
        margin-bottom: .8em;
    }

/* Testimonials
-------------------------------------------------------------- */
.banner-quote {
    padding: 20px 240px 5px 20px;
    background: #f2f2f3 url(../img/clientlogos/completerx.png) no-repeat 780px center;
    margin-bottom: 40px;
    margin-top: 40px;
}

    .banner-quote blockquote {
        color: #333;
        font-size: 16px;
        line-height: 26px;
    }


.testimonials blockquote {
    font-style: normal;
    font-weight: normal;
    margin: 0px 0 1.8em;
    color: #333;
}

.testimonials cite {
    display: block;
    margin-top: 2.2em;
}

.testimonial-logo {
    float: left;
    margin: -25px 10px 0 0;
}

.banner-quote cite {
    margin-top: 1.5em;
}


/* Page-Specific - based on the <body> class
-------------------------------------------------------------- */
#alert {
    background: url(../img/subcontent_bg.png) repeat;
    border-bottom: 1px solid #fff;
}

    #alert .alert_icon {
        float: left;
        margin-bottom: 0px;
        margin-right: 14px;
    }

    #alert .book_icon {
        float: left;
        margin: -18px 8px -32px -12px;
    }

    #alert h2 {
        font-size: 14px;
        margin-bottom: 3px;
        margin-top: 9px;
    }

    #alert a.arrow {
        font-weight: normal;
        padding-bottom: 1px;
    }

.news h5 {
    margin-bottom: 10px;
}

.news h2 {
    margin-bottom: 40px;
}

.news {
}

a.book_arrow h2 {
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
}

#alert a.book_arrow {
    background: url(../img/arrow.png) no-repeat right 80%;
    padding-right: 17px;
    text-decoration: none;
    color: #333;
    font-weight: normal;
    padding-bottom: 1px;
    float: left;
}

#alert a:hover.book_arrow {
    color: #2b8eb8;
}

.bio {
    margin-bottom: 70px;
}

   

.team h3 {
    margin-bottom: 0px;
}

ul.boxed {
    margin: 0px 0px 1.5em;
    padding: 15px 20px 15px 35px;
    background: #f2f2f3 url(../img/teamexcellence_mark.png) no-repeat 310px center;
    list-style-image: url(../img/bullet.png);
}

.boxedpackage {
    margin: 0px 0px 1.5em;
    padding: 15px 20px 15px 35px;
    background: #eceeee url(../img/box_icon.png) no-repeat 310px center;
    list-style-image: url(../img/bullet.png);
}

ul.unboxed {
    margin: 0px 0px 0 0;
    padding: 0px 0px 0px 17px;
    list-style-image: url(../img/bullet.png);
}

ul.unboxed_nopadding {
    margin: 0px 0px 0 0;
    padding: 0px 0px 0px 0px;
    list-style-image: url(../img/bullet.png);
}

    ul.unboxed a {
        text-decoration: none;
        font-weight: bold;
    }

    ul.boxed li, ul.unboxed li {
        line-height: 2.2;
        padding-left: 5px;
    }

ul.unboxed_min {
    margin: -35px 0px 0px 40px;
    padding: 0px 0px 0px 205px;
    font-size: 12px; 
    font-weight: bold;
    list-style-image: url(../img/bullet.png);
}

    ul.unboxed_min li {
        line-height: 2.0;
        padding-left: 5px;
    }


#figures {
    margin-top: 50px;
}

    #figures img {
        margin-bottom: 23px;
    }

#toolsTable {
    margin: 60px 10px 25px;
    width: 940px;
}

    #toolsTable th,
    #toolsTable td {
        border-bottom: 1px solid #fff;
        background: #036 url(../img/toolstable_bg.jpg) no-repeat left top;
        color: #fff;
        line-height: 1.5;
        padding: 15px 30px 15px 10px;
        width: 195px;
        vertical-align: middle;
    }

        #toolsTable th.tool {
            color: #064469;
            background: #036 url(../img/toolstable_bg.jpg) no-repeat;
        }


            #toolsTable th.tool h3 {
                color: #fff;
                text-shadow: none;
            }

            #toolsTable th.tool h3,
            #toolsTable th.toolstop h3 {
                margin-bottom: 5px;
            }


        #toolsTable th.toolstop {
            color: #666;
            font-weight: normal;
            background: #ECEEEE;
        }

        #toolsTable th.toolstop,
        #toolsTable th.tools {
            width: 215px;
            padding: 15px 10px 15px 10px;
        }

        #toolsTable th.tools {
            font-style: italic;
            vertical-align: middle;
            font-weight: bold;
            color: #222;
            text-transform: uppercase;
            background: #ECEEEE;
        }

        #toolsTable th.psi {
            color: #09c !important;
        }

        #toolsTable th.pars,
        #toolsTable th.psi,
        #toolsTable th.ess {
            padding: 15px 40px 15px 10px;
            width: 185px;
        }

        #toolsTable td img {
            margin-bottom: 0px;
        }

#row1 th {
    height: 67px;
    overflow: hidden;
    vertical-align: top;
}

#row2 td, #row3 td {
    height: 70px;
}

#row4 td, #row5 td, #row6 td {
    height: 50px !important;
    text-align: center;
    padding: 0px;
}

#row1 th.psi {
    background-position: left top;
}

#row1 th.pars {
    background-position: -235px top;
}

#row1 th.ess {
    background-position: -470px top;
}

#row2 td.psi {
    background-position: left -97px;
}

#row2 td.pars {
    background-position: -235px -97px;
}

#row2 td.ess {
    background-position: right -97px;
}

#row3 td.psi {
    background-position: left -200px;
}

#row3 td.pars {
    background-position: -235px -200px;
}

#row3 td.ess {
    background-position: right -200px;
}

#row4 td.psi {
    background-position: left -297px;
}

#row4 td.pars {
    background-position: -235px -297px;
}

#row4 td.ess {
    background-position: right -297px;
}

#row5 td.psi {
    background-position: left -347px;
}

#row5 td.pars {
    background-position: -235px -347px;
}

#row5 td.ess {
    background-position: right -347px;
}

#row6 td.psi {
    background-position: left bottom;
}

#row6 td.pars {
    background-position: -235px bottom;
}

#row6 td.ess {
    background-position: right bottom;
}


.award_box {
    margin: 50px 0px 0px 9px;
    padding: 45px 20px 45px 175px;
    background: #f2f2f3 url(../img/major_award.png) no-repeat 10px center;
}

.quantifying_culture_box {
    padding: 75px 20px 15px 215px;
    background: #f2f2f3 url(../img/engagement.jpg) no-repeat 10px center;
}

.birkmantable th {
    background-color: #cdcece;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
}

.birkmantable td {
    background-color: #eceeee;
    border-color: #fff;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
}

.video {
    margin-bottom: 20px;
}

p.pad {
    width: 400px !important;
}


.book {
    margin-top: 80px !important;
}

    .book #mc-embedded-subscribe.btn, a.buy {
        background: url(../img/booksliver.png) repeat-x right bottom;
        color: #fff;
        margin-bottom: 1.3em;
        text-transform: uppercase;
        height: 30px !important;
        margin-top: 15px !important;
        padding: 0px 30px;
        font: 14px/1 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    }

        .book #mc-embedded-subscribe.btn:hover, a.btn:hover {
            cursor: pointer;
        }

    .book legend span {
        margin-left: 0 !important;
        padding-left: 0px !important;
    }

    .book fieldset {
        padding: 0;
        border: none;
        margin: 0;
    }

        .book fieldset h5 {
            margin-bottom: 0px;
        }

        .book fieldset p {
            margin-bottom: 20px;
        }

.mc-field-group label {
    width: 120px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 2px;
    clear: both;
    vertical-align: middle;
}

.mc-field-group input {
    width: 36%;
    font-size: 14px;
}

a.buy {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    line-height: 2;
    margin-top: 0 !important;
    margin-bottom: 26px !important;
}

.home_news {
    float: left;
}

.sidebar p {
    font-size: 13px;
}

.sidebar h5, .sidebar img {
    margin-bottom: 0;
}


.composite_box {
    padding: 10px 5px 0px 5px;
    background: #f2f2f3 url(../img/composite.png) no-repeat 5px 130px;
}

.chart_banner {
    margin: 0px 0px 5px 0px;
    padding: 5px 5px 0px 5px;
    height: 295px;
    background:  #f2f2f3;
}