/*
 * Copyright (C) 2011 Heyunka B.V. All rights reserved.
 *
 * This software is the proprietary information of Heyunka B.V.
 * Use is subject to license terms.
 */

/*
 * COLOR SCHEME
 *
 * Blue-light:          #23a5ff
 * Blue-bright:         #0b81cf
 * Blue-mid:            #0f75ba
 * Blue-headings        #0e649d
 * Blue-dark:           #093a55
 * Gradient-end:        #ebebeb     (Grey-main top to this gradient to this)
 * Green:               #98cb02
 * Green-light:         #bbf900
 * Grey-light:          #ededed
 * Grey-main            #787878
 * Grey home-header-txt #515151
 * Grey header:         #3c3c3c     (Waypoint on homepage)
 * Grey-dark:           #282828
 * Grey-black:          #252525
 * Yellow:              #f1ff1c
 * White:               #ffffff     (Oh yes!)
 *
 */

/* FONTS */
@font-face {
    font-family: 'KlavikaRegular';
    src: url('../fonts/klavikaregular-osf-webfont.eot');
    src: local('☺'), url('../fonts/klavikaregular-osf-webfont.woff') format('woff'),
         url('../fonts/klavikaregular-osf-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavikaregular-osf-webfont.ttf') format('truetype'),
         url('../fonts/klavikaregular-osf-webfont.svg#KlavikaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KlavikaLight';
    src: url('../fonts/klavikalight-osf-webfont.eot');
    src: url('../fonts/klavikalight-osf-webfont.eot?#iefix') format('embedded-opentype'),
         local('☺'), url('../fonts/klavikalight-osf-webfont.woff') format('woff'),
         url('../fonts/klavikalight-osf-webfont.ttf') format('truetype'),
         url('../fonts/klavikalight-osf-webfont.svg#KlavikaLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KlavikaMedCapsMedium';
    src: url('../fonts/klavikamedcaps-sc-webfont.eot');
    src: local('☺'), url('../fonts/klavikamedcaps-sc-webfont.woff') format('woff'),
         url('../fonts/klavikamedcaps-sc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavikamedcaps-sc-webfont.ttf') format('truetype'),
         url('../fonts/klavikamedcaps-sc-webfont.svg#KlavikaMedCapsMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
 * General styles
 */
*{
	outline:none;
}
html{
    overflow-y: scroll; /* IE7 */
}
html, body{
	height:100%;
    width:100%
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1em;
	margin:0; padding:0;
    /*background:#ebebeb url('../img/backgr.jpg') */
    background: #252525;
}

#container-content{
    position:relative;
    background: url('../img/content-back.png') repeat-y top center transparent;
    z-index:1;
}

#container-bottom{
    background:#282828;
    position: relative;
    z-index: 10;
}

/*
 * Top Container (top/header/content-top)
 */
#wrapper-top{
    background: #EBEBEB url('../img/backgr.jpg') top left repeat-x;
}
#container-top{
    background:url("../img/header_back_noshade.png") repeat-x scroll center 0 transparent;
    height:12.6em;
    position: relative;
    z-index:11;
}
    #top-shade{
        background:url("../img/top_shade.png") repeat-x scroll center 0 transparent;
        height:0.7em;
        position:absolute;
        left:0;
        right:0;
        top:0;
        z-index: 999;
    }
    #top{
        height:8.7em;
            _height: 8.6em;
        width:97em;
        position:relative;

    }
        #top-bottom-shade{
            background:url("../img/header_back_bottom.png") repeat-x bottom center transparent;
            height:0.7em;
            position:absolute;
            left:0;
            right:0;
            top:8em;
        }
        #top-logo{
            width:24em !important;
            padding: 1.3em 0 0 0;
        }
        #top-logo a:hover{
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            filter: alpha(opacity=80);
            -moz-opacity: 0.8;
            -khtml-opacity: 0.8;
            opacity: 0.8;
        }
        #top-logo a:active{
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
            filter: alpha(opacity=9);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
            padding: 2px 0px 0px 0px;
        }
        #top-logo-img{
        }

        #top-navigation-wrapper{
            background:url("../img/top_menu_back_opac.png") no-repeat scroll center 0 #e4e4e4;
            height:4em;

        }

        #top-navigation{
            height:4em;
            width:97em;
            clear:both;
        }
        #top-navigation ul{

            display: block;
            float: left;
            margin-left:1em;
            /*margin:1em 1em 0.1em 0.5em;*/
            /*margin:1em 0em 0.1em 0;*/
        }
            #top-navigation li{
                display:block;
                float:left;
                height: 5em;
            }
            #top-navigation li:hover, #top-navigation li.active{
                margin-left:-1px;
                padding-left:1px;
            }
            #top-navigation li.last{
                border-right:none;
            }

                #top-navigation li a{
                    display: block;
                    color:#787878;
                    padding: 1.5em 0em 2.2em 0em;
                    text-decoration: none;
                }
                    #top-navigation li.active{
                        background: url("../img/top_menu_back_active.png") repeat-x;
                    }
                        #top-navigation li.active a span{
                            border-right:  1px solid transparent;
                        }
                    #top-navigation li.active a{
                        text-decoration:none;
                        color:#fff;
                        background: url("../img/top_menu_arrow_active.png") no-repeat bottom center;
                        _background: none;
                    }
                        #top-navigation li.active:hover a span{
                            text-decoration:none;
                            color:#fff;
                        }
                     #top-navigation li:hover span{
                         color:#444;
                         text-decoration:underline;
                     }
                    #top-navigation li a span{
                        font-size: 1.4em;
                        font-weight: bold;
                        padding: 0.2em 1em;
                        border-right: 1px solid #999;
                    }
                    #top-navigation li.last a span{
                        border-right: none;
                    }

        a#top-signin {
            display:block;
            float:right;
            width: 8.7em;
            height: 5.9em;
            background: transparent no-repeat url('../img/button-signin.png');
            text-decoration: none;
            color:#fff;
            opacity: 0.9;
        }
            a:hover#top-signin, a.button-trynow-small:hover{
                opacity: 1; /* todo hover */
            }
            a#top-signin span{
                display:none;
                font-size:1.2em;
                font-weight:bold;
            }
            a#top-signin:active{
                 margin:1px 0px 0px 0px;
            }

        .button-trynow-top{
            position: absolute;
            right: 7em;
            display: block;
            background-image: url('../img/button_trynow_top.png');
            width: 151px;
            height: 64px;
            top: 7.5em;
        }

        .button-trynow-top:hover{
            background-position: 0 -66px;
        }
        .button-trynow-top:active{
            background-position: 0 -136px;

        }

            .button-trynow-top-beta{
                position: absolute;
                right: -0.2em;
                top: -1.5em;
                width: 4em;
                height: 4em;
/*
                background:transparent top left no-repeat url('../img/beta_small.png');
*/
            }
                .button-trynow-top-beta span{
                    display:none;
                }

	.button-goto-waypoint{
		display: block;
		background-image: url('../img/button_goto_waypoint_clean.png');
		background-position: -150px;
		width: 145px;
		height: 34px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.button-goto-waypoint:hover{
		background-position:  0px;
	}
	.button-goto-waypoint:active{
		background-position: -150px 1px;
		opacity:0.9;
	}


/*    a.button-trynow-top{
        float:right;
        *//*background: transparent no-repeat url('../img/try_now.png')  right center;*//*
        display:block;
        width: 7.9em;
        height: 5em;
        text-decoration: none;
        color:#fff;
    }
        a.button-trynow-top .button-trynow-btn{
            background: transparent no-repeat url('../img/try_now.png')  left center;
            display:block;
            width: 7.9em;
            height: 5em;
            position:relative;
            z-index:51;
        }
        a.button-trynow-top .button-trynow-free{
            text-align: center;
            height: 1.2em;
            position: absolute;
            z-index: 50;
            right: 2.2em;
            padding: 0.4em 0.8em;
            top: 0;
            background: #f52a47;
            margin: 0 0.5em;
            border-radius: 0 0 0.5em 0.5em;
            box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.2);
            font-weight:bold;
        }
        a.button-trynow-top:hover .button-trynow-free{
            opacity:1;
            color:#fff;
        }*/

    a.button-signin-top{
        float:right;
        background: transparent no-repeat url('../img/sign_in.png')  right center;
        display:block;
        width: 7.3em;
        height: 5em;
        text-decoration: none;
        color:#fff;
        margin-right:0.5em;
        z-index: 51;
        position: relative;
    }



/*
 * Header area
 */
#container-header{
    position:relative;
    z-index:2;
}
    #background-underlay{
        position:absolute;
        width:100%;
        height:70em;
        background:url("../img/header-backgr.jpg") no-repeat scroll center -5.9em transparent;
        z-index: 0;
    }
     /* header for homepage */
    #header-home{
        height:40.5em;
        position: relative;
    }
        #header-home-bullseye{
            /* not used atm */
            height:41.2em;
            width:33em;
            left:0;
            top:0;
            position:absolute;
            /* todo change image filenames */
            background:url("../img/huge-bullseye.png") no-repeat scroll left 3em transparent
        }
        #header-home-left{
            background:url("../img/home-header-left.png") no-repeat scroll left top transparent;
            height: 44.5em;
            left: -2.5em;
            position: absolute;
            width: 63.7em;
        }
        #header-home-right{
            position: absolute;
            right: 0;
            top: 0;
            width: 73em;
            height: 38.3em;
            padding-top: 3em;
        }
            #header-home-right-top{
                padding-right: 1em;
                padding-top: 2.5em;
                position: absolute;
                right: 0;
                top: 0;
                width: 72em;

            }
            #header-home-right h1{
                font-family:'KlavikaLight', Arial, sans-serif;
                text-align:right;
                line-height: 1.2em;
            }

            #header-home-right-bot{
                position:absolute;
                right:0;
                bottom:0;
                width:73em;
                height:24em;
            }
                #header-home-video{
                    float:left;
                    width:29.6em;
                    height:19.5em;
                    background: url("../img/header-video-still.png") repeat scroll left top transparent;
                    opacity: 0.9;
                    margin-left: -1px;
                }

                #header-trynow-block{
                    float: right;
                    padding-right: 1em;
                    width: 38em;
                }
                    #header-trynow-copy{
                        margin-bottom:3.5em;
                    }
                        #header-copy span, #header-trynow-copy span{
                            font-size: 1.8em;
                            line-height: 1.4em;
                            color:#515151;
                            font-weight:100;
                        }
                            #header-copy span a{
                                text-decoration:none;
                            }
                    #header-trynow-smallprint{
                        padding-top:1.5em;
                        text-align:center;
                    }
                        #header-trynow-smallprint span{
                            color: #093A55;
                            font-size: 1.1em;
                            line-height: 1.2em;
                        }
                        .header-trynow-free{
                            color:#fff;
                            display:block;
                            text-align:center;
                            bottom:-3em;
                            font-size:1.2em;
                            position:absolute;
                            background:#f52a47;
                            padding: 0.6em;
                            margin: 0.5em;
                            border-radius:0.4em;

                            box-shadow:0.1em 0.1em 0.5em rgba(0,0,0,0.5);
                            left:3.1em;

                        }
                            a.button-trynow:hover .header-trynow-free{

                            }

                    .button-trynow-large{
                        display: block;
                        background-image: url('../img/button_trynow_large.png');
                        width: 248px;
                        height: 74px;
                        margin: 0 auto;
                    }
                        .button-trynow-large:hover{
                            background-position: 0 -80px;
                        }
                        .button-trynow-large:active{
                            background-position: 0 -161px;
                            opacity: 0.9;
                        }
                            .button-trynow-large:hover .button-trynow-beta{
                                background-position: left -98px;
                                opacity:0.85;
                            }
                             .button-trynow-large:active .button-trynow-beta{
                                opacity:1;
                            }
                        .button-trynow-beta{
                            position: absolute;
                            right: -.2em;
                            top: -2em;
                            width:5.8em;
                            height:5.8em;
                            background:transparent top left no-repeat url('../img/button-trynow-beta.png');
                        }
                            .button-trynow-beta span{
                                display:none;
                            }

                    a.button-trynow{
                        background:transparent top left no-repeat url('../img/button-trynow.png');
                        display: block;
                        height: 6em;
                        text-decoration: none;
                        width: 21em;
                    }
                        a.button-trynow:hover{
                             background-position: left -98px;
                        }

                        a.button-trynow:active{
                             margin:1px 0px -1px 0px;
                        }


                    a.button-trynow-small{
                        background:transparent top left no-repeat url('../img/button-trynow-small.png');
                        display: block;
                        height: 30px;
                        text-decoration: none;
                        width: 100px;
                        margin-left: -3px;
                    }
                        a.button-trynow-small:hover{
                             background-position: left -48px;
                        }
                        a.button-trynow-small:active{
                             margin-top:1px;
                        }

                #header-social-block {
                    position: absolute;
                    bottom: 1.6em;
                    right: 5em;
                }

    /* header for content-page */
    #header-content{
        /*height: 15em;*/
        padding: 3em 0;
    }

    /* end of header, beginning of content */
    #content-top{
        height: 2em;
        background:transparent url('../img/content-top.png') top center no-repeat;
    }


/*
 * Content Container
 */
#content{
    min-height: 30em;
}
    #main-content{
        padding: 0 1em;
    }

    /* for areas with content (only define styles within) */
    .content-border{
        background: url("../img/content-back-line.png") repeat-y scroll 1px 0 transparent;
    }
        .content-border.pricing{
            background:none transparent !important;
        }
        .errorpage .content-border{
            background:none transparent !important;
        }
        .errorpage .content-area .grid_3a{
            display:none;
        }
        .errorpage .content-area .grid_9.omega{
            width:94em;
        }
    .content-area a{
        color:#0b81cf;
        text-decoration:none;
    }
        .content-area a:hover{
            color:#093a55;
        }
        .content-area .image-block {
            display: block;
            margin: 2em auto;
            width: 58em;
        }
            .content-area .image-block p {
                margin-top: 0.3em;
                font-style: italic;
            }


        /* New image container */

        div.image-container {
            margin: 0 auto 2em auto;
            text-align: center;
            width: 586px;
            display:block;
            /*display: table; width:auto;*/ /*optional for other size images in future */
            background-color: #EBEBEB;
            padding: 1em;
            border-radius: 6px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            box-shadow: 0 2px 2px #c0c0c0;
            -moz-box-shadow: 0 2px 2px #c0c0c0;
            -webkit-box-shadow: 0 2px 2px #c0c0c0;
        }
            div.autosize{
                display: table !important; width:auto !important;
            }
            div.image-container div.image {
                background-color: #fff;
                box-shadow: inset 0 0 6px #808080;
                -moz-box-shadow: inset 0 0 6px #808080;
                -webkit-box-shadow: inset 0 0 6px #808080;
                padding: .8em;
            }
            div.image-container div.caption {
                margin-top: 1em;
                margin-bottom: .5em;
                color: #444;
                text-shadow: 1px 1px 0 #eee;
                font-size: 125%;
                line-height: 1.5;
            }

        #main-content ul, #main-content ol, .popover-inside ul, .popover-inside ol{
            font-size:1.5em;
            list-style:disc outside none;
            color:#262626;
            margin-bottom: 1.5em;
            margin-left: 2em;
            line-height:1.5em;
        }

        .popover-inside ol, #main-content ol{
            list-style-type: decimal !important;
        }

            #main-content ul.v li,.popover-inside ul.v li{
                list-style:none outside none;
                display:block;
                padding:0.3em 0.3em 0.3em 1.6em;
                background:url("../img/accept.png") no-repeat left center;
            }

            #main-content li {
                padding: 0;
                padding-bottom: 0.25em;
            }
            #main-content li{
                display: list-item;
                list-style-type: disc;
                list-style-position: outside;
                /*margin-left:1em;*/
                padding: 0;
            }
            #main-content li ul, #main-content li ul li{
                list-style-type: circle;
                font-size:1em;
                /*padding: 0 0.5em;*/
            }
            #main-content li ul{
                margin-bottom: 0.25em;
            }
            #main-content li ul ul, #main-content li ul ul li {
                list-style-type: square;
                font-size:1em;
                padding: 0 0.5em;
            }
            ol, ol li{
                list-style-type: decimal !important;
            }
            #main-content li ol, #main-content li ol li{
                list-style-type:lower-alpha !important;
                font-size:1em;
                padding: 0 0.5em;
            }
            #main-content li ol ol, #main-content li ol ol li{
                list-style-type:upper-roman !important;
                font-size:1em;
                padding: 0 0.5em;
            }

        #main-content table{
            margin: 1em 0 2em;
            width: 100%;
        }
            #main-content table td, #main-content table th {
                border: 1px solid #DDDDDD;
                padding: 0.5em 1em;
                font-size:1.4em;
            }
            #main-content table td.check {
                background: url("../img/accept.png") no-repeat scroll center center transparent;
            }
                td.check span {
                    display: none;
                }
            #main-content td.corner {
                border-left: 0 none;
                border-top: 0 none;
            }
        .popover-inside fieldset{
            padding: 0;
        }
        #main-content fieldset{
            border-color: -moz-use-text-color -moz-use-text-color #DDDDDD;
            border-style: none none dotted;
            border-width: 0 0 1px;
            margin: 1em 0 2em;
            padding: 0;
        }

        #main-content fieldset div, .popover-inside fieldset div{
            margin: 1ex 0;
            padding-top: 1ex;
        }
        #main-content fieldset div.tooltip, .popover-inside fieldset div.tooltip {
            border-top: 0 none;
            color: #666666;
            margin-top: 0;
            padding-left: 130px;
        }
        #main-content label, .popover-inside label{
            display: inline-block;
            width: 180px;
        }
        #main-content input, .popover-inside input{
            /*width: 250px;*/
        }
        #main-content legend, .popover-inside legend{
            font-weight: bold;
            padding: 0;
        }
        #main-content legend span, #main-content label, .popover-inside label {
            font-size: 1.3em;
            padding: 0;
        }
        #main-content textarea, .popover-inside textarea{
            color: #333333;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 88.25%;
            height: 5em;
            width: 375px;
        }
        #main-content fieldset.users label,  .popover-inside fieldset.users label{
            width: 100%;
        }
        #main-content input.submit, .popover-inside  input.submit{
            background-color: #06B6CB;
            border: 0 none;
            color: #FFFFFF;
            cursor: pointer;
            padding: 4px 8px;
            text-transform: uppercase;
            width: auto;
        }

        a.mc_embed_close {
            display: none;
        }

        .indicate-required, .powered-by-mailchimp {
            border-top: 0 none;
            color: #666666;
            font-size: 1.2em;
        }

    /* content menu */
    .menu-left{
        margin-top: 0.5em;
        padding-right: 1em;
    }
    .menu-left ul{
        padding-bottom:3em;
    }
        .menu-left ul li{
            border-bottom: 1px solid #dedede;
        }
        .menu-left ul li.last{
            border: none;
        }
        .menu-left ul li a{
            display:block;
            color:#0b81cf;
            text-decoration:none;
            padding:0.8em;
        }
                .menu-left ul li a span{
                    font-size:1.4em;
                }

            .menu-left ul li a:hover{
                background:#1092e9;
                color:#fff;
            }
            .menu-left ul li.current a{
                background:#1092e9;
                color:#fff;
            }


    .block-left{
        background: url('../img/block-left.png') no-repeat left top;
        margin-left:-0.9em;
        margin-top: 2em;
        padding: 2em 2em 4em;
    }

    .section{
        border-top: 1px solid #ededed;
        margin-top:1em;
        padding-top:2em;
    }

    .visual-list{
        margin-top:3em;
    }
        .visual-list .grid_3{
            text-align: center;
        }
        .visual-list h3{
            margin: 0.5em 0 0.25em;
            color: #3C3C3C;
        }
        .visual-list p{
            font-size:1.5em;
            padding:0 1em;
        }

    .scr_small{
        box-shadow: 0px 1px 4px 0px #ccc;
        -moz-box-shadow: 0px 1px 4px 0px #ccc;
        -webkit-box-shadow: 0px 1px 4px 0px #ccc;
        border: 1px solid #DDDDDD;
    }

/* headings */
h1{
    font-family:'KlavikaLight', Arial, sans-serif;
    font-size: 5.4em;
    line-height: 1em;
    color:#3C3C3C;
}
#header-content h1{
    font-family:'KlavikaLight', Arial, sans-serif;
    font-size: 4.8em;
    line-height: 1em;
    color:#3C3C3C;
}
h2{
    font-family:'KlavikaRegular', Arial, sans-serif;
    font-size: 3em;
    color:#0b81cf;
    line-height: 1.2em;
    margin-bottom: 0.25em;
}
h3{
    font-family:'KlavikaRegular', Arial, sans-serif;
    font-size:2.4em;
    line-height: 1em;
    color: #093A55;
    margin-bottom:0.5em;

}
    h3 a, h3 a span{
        color: #093A55;
        text-decoration:none;
    }
    #main-content h3{
        margin: 0.5em 0 0.25em 0;
        line-height: 1.25em;
    }

h4{
    font-family:'KlavikaRegular', Arial, sans-serif;
    font-size:1.8em;
    line-height: 1em;
    color:#0f75ba;
    margin-bottom:0.5em;
}
    h4 a, h4 a span{
        color: #0f75ba;
        text-decoration:none;
    }
h5{
    font-size:1em;
    line-height: 1.4em;
    font-weight:bold;
    color:#0f75ba;
    margin-bottom:0.5em;
}

a.heading-more{
    line-height:3em;
    margin-left:1em;

}
    a.heading-more span{
         font-size:1.2em;

    }

/* main/text elements */
hr{
    clear:both;
    border-top: 1px solid #ededed;
}
p{
    font-size: 1.5em;
    color: #3C3C3C;
    margin-bottom: 1.5em;
    line-height: 1.5em;
    /*overflow:auto;*/
}
    p.intro{
        font-weight:bold;
    }
p.huge, span.huge{
    font-size: 2em;
    line-height: 1.2em;
}
em, .em{
     font-style:italic;
     *overflow:auto; /* ie7 only */
}
strong, .strong{
    font-weight: bold;
}
a{
    color:#0b81cf;
}
    a:hover{
        color:#093a55;
    }

/*
 * Bottom container (content-bottom/footer/bot)
 */
#container-bottom{
    color:#fff;

}
    #content-bottom{
        height:30px;
        background:url("../img/content-bottom.png") no-repeat scroll center top transparent;
    }
    #footer{
        background:#282828;
        min-height:13em;
    }
        #footer-content{
            color: #FFFFFF;
            height: 18em;
            margin: 0 auto 0;
        }
        #footer-content dl{
            background: url("../img/footer-seperator.png") repeat-y scroll right top transparent;
            height: 13.3em;
            padding-top: 4em;
        }
            #footer-content dl.last{
                background: none;
            }
            #footer-content dt{
                padding-bottom: 1.3em;
            }
                #footer-content dt span{
                    font-size:1.3em;
                }

            #footer-content dd{
                padding-bottom:1em;
            }
                #footer-content dd a{
                    color:#787878;
                }
                #footer-content dd a.emphasize{
                    color:#98cb02;
                }
                    #footer-content dd span{
                        font-size:1.2em;
                    }
                    #footer-content dd a:hover{
                        color:#23a5ff;
                    }

    #bot{
        background:#252525;
    }
        #bot-logo{
            padding-top:4em;
        }
        #bot-text{
            padding-top:2em;
        }
            #bot-text p{
                font-size:1em;
                color:#7b7b7b;
                line-height: 1.4em;
            }
        .bot-bot{
            padding:1em 0 1em 0;
        }
            .bot-bot span{
                font-size:1.2em;
                color:#7b7b7b;
            }

/* Recurring elements, form elements, custom buttons, etc. */
a.video-play{
    position: relative;
    display: block;
    margin: 7.5em auto;
    width: 6em;
    height: 5.6em;
    background: url("../img/video-playbutton.png") no-repeat scroll 0 0 transparent;
}
    a.video-play:hover{
        background-position: -62px 0;
    }

    a.video-play .video-play-label{
        background: url("../img/video-play-label.png") no-repeat scroll 0 0 transparent;
        display: block;
        height: 1.9em;
        left: -2.5em;
        position: absolute;
        top: 4.4em;
        width: 10.5em;
    }
a.followlink{
    display: block;
    height: 3em;
    padding: 0.7em 0 0 3em;
    text-decoration: none;
    width: 6.5em;
}
    a.followlink span{
        display: block;
        font-size: 1.4em;
    }
    a.followlink.linkedin{
         background: url("../img/icon-linkedin.png") no-repeat scroll 0 0 transparent;
    }
    a.followlink.twitter{
         background: url("../img/icon-twitter.png") no-repeat scroll 0 0 transparent;
    }




input, textarea, select, input.mce_inline_error {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #CCCCCC;
    color: #808080;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    padding: 4px;
    width: 210px;
}

    input:focus, textarea:focus {
      outline: 0;
      border-color: rgba(82, 168, 236, 0.8);
      -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
      -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    }
    .block-left input{
        width: 160px;
    }

    input.input-tiny {
        font-size: 11px;
        height: 11px;
        line-height: 11px;
        padding: 4px;
        width: 120px;
        background:#E6E6E6;
    }

.actions {
    -moz-border-radius: 0 0 3px 3px;
    background: none repeat scroll 0 0 #F5F5F5;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 18px;
    margin-top: 18px;
    padding: 17px 20px 18px 150px;
}

.btn{
    -moz-border-radius: 0.4em 0.4em 0.4em 0.4em;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #E6E6E6;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    background-repeat: no-repeat;
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3em;
    line-height: normal;
    padding: 0.5em 1.4em 0.6em;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}
    .btn:hover {
        background-position: 0 -15px;
        color: #333;
        text-decoration: none;
    }
    .btn:focus, .btn:focus span {
      outline: 0px none;
    }
    .btn:hover {
        background-position: 0 -15px;
        color: #333333;
        text-decoration: none;
    }
    .btn:active {
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
        outline: 0px none;
    }
    .btn.btn-tiny {
        padding: 0.2em 0.5em;
        font-size:11px;
    }


/* principles pyramid */
#principles-pyramid{
    width:600px;
    height:480px;
    margin: 2em auto 4em auto;
}
    #principles-pyramid a{
        display:block;
        text-decoration:none;
        background:#23a5ff;
        margin-bottom:10px;
        text-align:center;
    }
        #principles-pyramid a:hover{
            background:#0B81CF;
        }
        #principles-pyramid a span{
            display: block;
            color:#fff;
            font-size:16px;
            margin:0 auto;
            padding:18px;
            line-height:100%;
        }
    #principles-pyramid a.pp-top{
        background-color:transparent !important;
        background-image:url("../content/principles-pyr-top.png");
        background-repeat:no-repeat;
        background-position:left top;
        font-size:24px;
        height: 113px;
    }
        #principles-pyramid a.pp-top:hover{
            background-position:left bottom;
        }
        #principles-pyramid a.pp-top span{
            font-size:24px !important;
            padding: 60px 0 0 0 !important;
        }
    #principles-pyramid a.pp-full{
        clear:both;
        height:50px;
    }
        #principles-pyramid a.pp-full span{
            font-size:20px !important;
        }
    #principles-pyramid a.pp-side{
        float:left;
        width:100px;
        height: 180px;
    }
        #principles-pyramid a.pp-side span{
            padding: 60px 20px;
            font-size:20px !important;
            line-height:22px;
        }
    #principles-pyramid a.pp-center{
        float:left;
        width:400px;
        background-color:transparent !important;
        background-image:url("../content/principles-pyr-center.png");
        background-repeat:no-repeat;
        background-position:left -3px;
        height: 190px;
        margin-bottom: 0 !important;
    }
        #principles-pyramid a.pp-center:hover{
            background-position:left bottom;
        }
    .pp-third{
        float:left;
        width:193px;
        height:50px;
    }
        .pp-third.pp-third-center{
            margin:0 10px;
             width:194px;
        }

/* Mail chimp form elements */
input.mce_inline_error{
    border: 1px solid #f00;
    -webkit-box-shadow: inset 0 1px 3px rgba(255, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(255, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(255, 0, 0, 0.1);
    color: #808080 !important;
}
.mce_inline_error{
    float:none !important;
    font-weight:normal !important;
}
.popover div.mce_inline_error{
    clear: both;
    color: #FF0000 !important;
    display: block;
    margin-left: 180px !important;
    width: auto;
}
div.mce_inline_error{
    color: #FF0000 !important;
    display: inline-block !important;
    width:auto;
    font-size: 12px;
}
#mce-success-response{
    color: #0B81CF;
    font-size: 1.4em;
    line-height: 1.2em;
    padding: 10px 10px 10px 0;
}
#mce-error-response{
    color:#f00;
    font-size: 1.4em;
    line-height: 1.2em;
    padding: 10px 10px 10px 0;
}

.field_error{
    color:#f00;
}

.button-container{
    padding-left:183px;
}

/* MODAL */
.jqmWindow, .popover-loading, .popover {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    color: #333;
}

.popover-inside{
    margin: 3em 0.85em 1em 1em;
    padding: 1em;
    max-height: 500px;
    overflow-y: auto;

}
    .popover-inside h1{
        font-size: 3.6em;
        line-height: 1em;
        margin-bottom: 0.5em;
    }
    .popover-inside h2{
        font-size:2.4em;
    }
    .popover-inside h3{
        font-size:1.8em;
    }

.jqmOverlay { background-color: #000; }

.jqmWindow a.popover-close{
    height: 1.8em;
    position: absolute;
    right: 0;
    top: -20px;
    width: 100%;
    text-decoration:none;
}
.jqmWindow .popover-close span{
    display:block;
    color: #FFFFFF;
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../img/close-white.png) center right no-repeat;
    padding-right: 1.5em;
    padding-top: 0.2em;
    margin-bottom: 0.25em;
    cursor:pointer;
}
        @media only screen and (device-width: 768px){   /* ipad fix */
            #popover, #popover-video {
                position: absolute;
                margin-top:1em;
            }
            .overlay {
                position: absolute;
                margin-top:0; height:100%;
            }
        }

.popover{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11000;
  width: 560px;
  margin: -250px 0 0 -250px;
  background: url("../img/content-back.png") repeat-y scroll center top transparent;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999; /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
    .popover a.close{
        position: absolute;
        top: 10px;
        right: 10px;
        color: black;
        font-size: 20px;
        font-weight: bold;
        line-height: 13.5px;
        text-shadow: 0 1px 0 white;
        filter: alpha(opacity=20);
        -khtml-opacity: 0.2;
        -moz-opacity: 0.2;
        opacity: 0.2;
        text-decoration: none;
    }
    .popover a.close:hover{
        filter: alpha(opacity=50);
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.5;
    }

#popover-main{
    width:880px;
    margin: -300px 0 0 -440px;

}
    #popover-main .popover-inside{
        max-height:500px;
    }

/* charts */

.jqplot-image-button {
    margin-bottom: 15px;
    margin-top: 15px;
}

div.jqplot-image-container {
    display: none;
    background-color: #fff;
    display: inline-block;
    margin-top: 25px;
}

div.jqplot-image-container-header {
    font-size: 1.0em;
    font-weight: bold;
    padding: 5px 15px;
    background-color: #eee;
}

div.jqplot-image-container-content {
    padding: 15px;
}

a.jqplot-image-container-close {
    float: right;
}

.jqplot-data-label{
    color:#ffffff;
    font-size:2.4em;

}
.graph-block{
    background:#f00;
    display:inline-block;
    width:8px;
    height:8px;
    margin:2px 5px 0px 10px;
    border:1px solid #333;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* HELPERS */
.fll{
    float:left;
}
.flr{
    float:right;
}
.rel{
    position:relative;
}
.marbot{
    margin-bottom:3em;
}
.padh{
    padding: 0.5em 1em;
}
.padtop{
    padding-top: 1em;
    text-align:center;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.65);
}
.flrimg{
    margin-top:-1em;
    padding:1em 0 1em 1.5em;
    float:right
}

/* COLORS */

.grey-header{
    color:#3c3c3c;
}
.lightgrey{
    color:#b0b0b0;
}
.blue-bright{
    color:#0b81cf;
}

.table-pricing{
    clear:both;
    color:#3C3C3C;
    text-align:center;
    margin: 0 auto 2em auto;
    width: 72em;
}
    a.table-pricing-block{
        float: left;
        background: url('../content/pricing_block.png') no-repeat;
        width: 100px;
        height: 110px;
        padding: 23px 10px;
        margin: 5.5em 0.25em 0 0.25em;
        position:relative;
        text-decoration:none;
    }
    .table-pricing-block span.overlay{
        display:block;
        width:100%;
        height:100%;
    }
    .table-pricing-block:hover span.overlay{
        background: url('../img/10percentwhite.png') repeat;
    }
        a.table-pricing-block.large{
            background: url('../content/pricing_block_em.png') no-repeat;
            width: 175px;
            height: 175px;
            padding: 35px 10px;
            margin-top: 0;
        }
        .table-pricing-block.last{
            margin-right:0px;
        }

    .table-pricing-block span{
        display:none;
    }

/* todo fix ie6 popover placing with _ */
#popover-main{
    _margin-top:0px;
}
 #popover-main .popover-inside{
     _height:400px;
 }
