﻿

html {
    overflow-y: scroll;
}


#page, #subHeader {
    min-width: 1260px;
}

.fixed {
    position: fixed;
    z-index: 10;
}

canvas {
    -ms-touch-action: double-tap-zoom;
}


h1, h2, h3, h3, h4, ul, body, p {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #0f6091;
}

    a:hover {
        color: #202323;
    }

strong, b {
    font-weight: bold;
}

h1, h2, h3, h4 {
    font-weight: lighter;
    font-family: "Segoe UI Light","Segoe UI","PT Sans",Verdana,Arial,Helvetica,sans-serif;
}

body {
    font-family: "Segoe UI","PT Sans",Verdana,Arial,Helvetica,sans-serif;
    font-size: 1em;
    color: #202323;
    line-height: 1.3;
    background: rgb(238, 238, 238);
}

input[type=text], input[type=password], textarea {
    font-family: "Segoe UI","PT Sans",Verdana,Arial,Helvetica,sans-serif;
    font-size: 115%;
    color: #202323;
    line-height: 1.3;
    padding: 2px;
    border: solid 1px #e0e0e0;
}

li {
    margin-left: 16px;
}

ul {
    margin-bottom: 16px;
}


input[type=submit], button {
    cursor: pointer;
}
/* general styles */

.clear {
    clear: both;
}


a.button, input[type=submit].button {
    display: inline-block;
    padding: 5px 12px 9px 40px;
    font-size: 125%;
    min-width: 112px;
    text-align: left;
    color: #fff !important;
    background: #87b62b url('../img/icon_play_s_white-4943cde128e8aaee37ca9bbbcbd93f20.png') no-repeat 10px 10px;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: 0.1s;
}

input[type=submit].button {
    min-width: 160px;
    border: none;
}

    a.button:hover, input[type=submit].button:hover {
        background-color: #67891d;
        transition-property: background-color;
        transition-duration: 0.1s;
    }


#page {
    background: white;
    margin: 0 auto 0 auto;
    position: relative;
}

.centered, .infoBox .main, .wrap {
    /* TODO: responsive design */
    max-width: 1200px;
    margin: 0 auto !important;
    position: relative;
    /* Padding has effect only when the size is smaller than 1200px */
    padding: 0 20px 0 20px;
}

/* Purchase page does not work with responsive design now */
#purchasePage .centered {
    width: 1200px;
}
/* header */


.logo {
    float: left;
    margin-right: 20px;
    padding-top: 2px;
}

    .logo a {
        display: block;
        text-indent: -31337px;
        background: url('../img/logo-6597acd8de3b47373a4db69e1195557e.png');
        width: 150px;
        height: 19px;
        margin: 9px 0 0 0;
    }

#menu {
    display: block;
    float: left;
    margin-left: 30px;
}

    #menu > li {
        position: relative;
        display: block;
        float: left;
    }

    #menu li {
        list-style: none;
        margin-left: 0;
    }


    #menu > li > a:hover {
        color: white;
    }

    #menu > li > a {
        font-size: 106%;
        float: left;
        padding: 10px 0 6px 18px;
        margin-right: 36px;
        background: transparent url('../img/sprite_tri_s-2e8abb8fcebf07a7e3a9568efe98dba9.png') no-repeat 0 16px;
        color: #E8E8E8;
    }

        #menu > li > a.n2 {
            background: transparent url('../img/sprite_tri_s-2e8abb8fcebf07a7e3a9568efe98dba9.png') no-repeat 0 -308px;
        }

            #menu > li > a.n2:hover {
                color: #67891d;
            }

        #menu > li > a.selected {
            font-weight: bold;
        }

        #menu > li > a.n3 {
            background: transparent url('../img/sprite_tri_s-2e8abb8fcebf07a7e3a9568efe98dba9.png') no-repeat 0 -632px;
        }

            #menu > li > a.n3:hover {
                color: #e5a13d;
            }

        #menu > li > a.n4 {
            background: transparent url('../img/sprite_tri_s-2e8abb8fcebf07a7e3a9568efe98dba9.png') no-repeat 0 -794px;
        }

            #menu > li > a.n4:hover {
                color: #b72f29;
            }

        #menu > li > a.n5 {
            background: transparent url('../img/sprite_tri_s-2e8abb8fcebf07a7e3a9568efe98dba9.png') no-repeat 0 -146px;
            margin-right: 0;
        }

            #menu > li > a.n5:hover {
                color: #0f6091;
            }

    #menu .submenu {
        position: absolute;
        top: 30px;
        left: 0;
        display: none;
        padding-top: 0px;
    }

        #menu .submenu ul {
            margin-bottom: 0;
        }

        #menu .submenu > div.submenuContent {
            padding: 15px 0 15px 0;
            background: #444848;
            border-radius: 5px 5px 5px 5px;
            width: 250px;
            margin-top: 0px;
            color: #E8E8E8;
        }

        #menu .submenu li {
            font-size: 88%;
            overflow: hidden;
            padding: 0px 20px 5px 20px;
            display: block;
        }

        #menu .submenu a:hover {
            color: white;
        }

        #menu .submenu a {
            margin: 0;
            border: none;
            color: #E8E8E8;
        }

        #menu .submenu .newGroup {
            margin-top: 10px;
        }

    #menu li:hover > .submenu {
        display: block;
    }

    #menu .triangle {
        border-color: transparent transparent #444848;
        border-style: solid;
        border-width: 0 8px 8px;
        bottom: 0;
        height: 0;
        width: 0;
        margin-left: 25px;
    }

.cat-menu {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
}

#subHeader .cat-menu {
    margin-left: 140px;
    float: right;
    overflow: hidden;

}

#subHeader {
    overflow: hidden;
}

.cat-menu {
    float: right;
    overflow: hidden;
}

ul.submenu {
    margin-bottom: 0px;
}
#submenuHeader-pinned .parent {
    float: left;
    margin-top: 10px;
    color: white;
}

#submenuHeader-pinned .siblings {
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    color: white;
    margin-bottom: 30px;
}

.cat-menu > li {
    position: relative;
    display: block;
    float: left;
    margin-left: 20px;
    border: 1px solid #a5de35;
    padding: 5px;
    text-transform: uppercase;
}



    .cat-menu > li > a {
        color: #a5de35;
    }

        .cat-menu > li > a:hover {
            color: #beff3d;
            transition-property: color;
            transition-duration: 0.1s;
        }

#subHeader a.search {
    display: block;
    margin-top: 12px;
    background: none;
    float: right;
}

#menu > li > a:hover {
    color: #969696;
}

#submenuHeader {
    padding-bottom: 10px;
    padding-top: 10px;
    background: #323535;
}


#submenuHeader-pinned {
    top: 0;
    position: fixed;
    z-index: 10;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    height: 35px;
    overflow: hidden;
    background: #262828;
}

.submenu {
    clear: left;
    display: block;
   
}

    .submenu > li {
        float: left;
        list-style: none;
        margin-left: 0;
        margin-right: 20px;
         margin-bottom: 4px;

    }

        .submenu > li > a {
            color: white;
        }

        .submenu > li.selected > a {
            font-weight: bold;
        }

#subHeader {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
}

#subHeaderPlaceholder, #subHeader
{
    height: 55px;
    background: #262828;

}

/* content */
.infoBox {
    background-color: hsl(206,100%,25%);
    background-position: -10px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .infoBox .main {
        position: relative;
        color: #fff;
        min-height: 132px;
        padding: 30px 48px 0;
    }

        .infoBox .main h3 {
            font-size: 143%;
            font-weight: normal;
            color: #e0e0e0;
            margin-bottom: 0px;
            text-transform: uppercase;
        }

        .infoBox .main h1, .infoBox .main h2 {
            font-size: 300%;
            margin-bottom: 20px;
        }




.content blockquote {
    font-size: 119%;
    background: transparent url('../img/sprite_tri_l-cbb3870b0b460cb6eff8b361c64befca.png') no-repeat 0 -179px;
    padding-left: 48px;
    line-height: 1.2;
    margin-bottom: 50px;
}

    .content blockquote.red {
        background: transparent url('../img/sprite_tri_l-cbb3870b0b460cb6eff8b361c64befca.png') no-repeat 0 -551px;
    }

    .content blockquote.green {
        background: transparent url('../img/sprite_tri_l-cbb3870b0b460cb6eff8b361c64befca.png') no-repeat 0 7px;
    }

    .content blockquote.orangeyellow {
        background: transparent url('../img/sprite_tri_l-cbb3870b0b460cb6eff8b361c64befca.png') no-repeat 0 -365px;
    }

    .content blockquote.blue {
        background: transparent url('../img/sprite_tri_l-cbb3870b0b460cb6eff8b361c64befca.png') no-repeat 0 -2225px;
    }

    .content blockquote h1, .content blockquote h2 {
        font-size: 162%;
        font-weight: bold;
        position: relative;
        top: -12px;
        margin-bottom: -6px;
    }

.content h2:not(:first-child) {
    margin-top: 30px;
}

.content h1 {
    margin-bottom: 30px;
}

.content h2 {
    font-size: 160%;
    margin-bottom: 30px;
    line-height: 1;
}

.content h3 {
    font-size: 140%;
    margin-bottom: 30px;
    line-height: 1;
}

.content h4 {
    font-size: 100%;
    font-weight: bold;
    color: #969696;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1;
}


.content .whiteBox {
    width: 540px;
    float: left;
    margin: 20px 40px 20px 0px;
    padding: 20px;
    background: none repeat scroll 0 0 rgb(237, 236, 236);
}

    .content .whiteBox.last {
        clear: right;
        margin-right: 0;
    }

.content .box {
    margin-bottom: 30px;
    float: left;
}

    .content .box li {
        background: none;
        padding: 0;
        margin-bottom: 5px;
    }

    .content .box.onehalf {
        width: 424px;
        margin-right: 32px;
    }

    .content .box.onethird {
        margin-right: 40px;
        width: 373px;
    }

.content .onethird.box > h3 {
    font-size: 125%;
    text-wrap: none;
}

.content .box.onethirdplus {
    width: 318px;
    margin-right: 36px;
}

.content .box.twothirds {
    width: 572px;
    margin-right: 42px;
}

.content .box.twothirdsplus {
    width: 632px;
    margin-right: 36px;
}

.content .box.onequarter {
    width: 278px;
    margin-right: 29px;
}

.content .box.full {
    width: 1120px;
    float: none;
}

.content .box.rightcolumn {
    width: 252px;
    float: right;
}

.content .box.last {
    margin-right: 0;
}

.content .box.noheading {
    padding-top: 50px;
}

.content .box .boxLink {
    display: block;
    color: #202323;
    position: relative;
    padding: 19px 25px 19px 25px;
    height: 97px;
    margin-bottom: 10px;
    transition-property: background-color;
    transition-duration: 0.1s;
}

.content .box a.boxLink {
    padding: 19px 45px 19px 25px;
}

    .content .box a.boxLink.selected {
        background-color: #dadada;
        transition-property: background-color;
        transition-duration: 0.1s;
    }

    .content .box a.boxLink:hover {
        background-color: #f5f5f5;
        transition-property: background-color;
        transition-duration: 0.1s;
    }

        .content .box a.boxLink:hover i {
            background-image: url('../img/icon_play_s_black-cf25ed645c99268a9fcb815fc3938fad.png');
        }

.content .box .boxLink.small {
    height: 48px;
    padding-right: 45px;
}

.content .box .boxLink.large {
    padding-right: 60px;
}

    .content .box .boxLink.large i {
        background: url('../img/icon_play_l-fdefb9e213ca4eeeb5e7967222c88937.png');
        height: 30px;
        position: absolute;
        right: 23px;
        top: 60px;
        width: 30px;
    }

.content .box a.boxLink i {
    position: absolute;
    top: 40px;
    right: 16px;
    width: 20px;
    height: 20px;
    background: url('../img/icon_play_s-52e4b6612b77f42395667ccb451b1fa9.png') no-repeat;
}


a.play {
    display: inline-block;
}

    a.play:after {
        padding-left: 10px;
        vertical-align: -3px;
        content: url('../img/icon_play_s-52e4b6612b77f42395667ccb451b1fa9.png');
    }




.content .box .boxLink.large:hover i {
    background-image: url('../img/icon_play_l_black-2e9ad9db43c56b8e51fff6893a216513.png');
}

.content .box .boxLink h2 {
    font-size: 120%;
    margin: 0 -35px 10px 0;
    line-height: 1;
}

.content .box .moreLinks {
    padding-left: 25px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .content .box .moreLinks a {
        float: left;
        clear: left;
        margin-bottom: 9px;
        text-decoration: underline;
        color: #0f6091;
    }

        .content .box .moreLinks a:hover {
            color: #202323;
        }

.content .box.caseStudies ul {
    list-style-type: none;
}


    .content .box.caseStudies ul li {
        line-height: 40px;
        width: 135px;
        padding-left: 10px;
        background: transparent url('../img/sprite_tri_m-9c6ba92adb5a509bcbef0e7cf9fd3721.png') no-repeat 0 30px;
        margin-bottom: 10px;
        margin-top: 10px;
        float: left;
        clear: none;
    }

        .content .box.caseStudies ul li a {
            opacity: 0.85;
        }

            .content .box.caseStudies ul li a:hover {
                opacity: 1;
            }

        .content .box.caseStudies ul li img {
            vertical-align: middle;
        }

ul.triangles {
    list-style-type: none;
}

    ul.triangles > li {
        margin-top: 5px;
        margin-left: 5px;
        padding-left: 22px;
        list-style-type: none;
        background: url('../img/tri/ll_14_black-9a77f9528a6fee12d7cfba61b7834be6.png') no-repeat 0 2px;
    }


.content .box.customers h3 {
    margin-bottom: 15px;
}

.content .box.customers ul {
    list-style-type: none;
    overflow: hidden;
}

    .content .box.customers ul li {
        line-height: 64px;
        float: left;
        text-align: center;
        margin-bottom: 20px;
        width: 20%;
    }

        .content .box.customers ul li a {
            opacity: 0.85;
        }

            .content .box.customers ul li a:hover {
                opacity: 1;
            }

        .content .box.customers ul li img {
            vertical-align: middle;
        }

.content .box ul.customerGroup {
    list-style-type: none;
    padding: 7px 10px 7px 20px;
    margin-bottom: 40px;
    overflow: hidden;
}

    .content .box ul.customerGroup.last {
        margin-bottom: 80px;
    }

    .content .box ul.customerGroup li {
        float: left;
        width: 20%;
        text-align: center;
        line-height: 86px;
        background: none;
        padding-left: 0;
        margin-bottom: 0;
        margin-left: 0;
    }

        .content .box ul.customerGroup li img {
            vertical-align: middle;
        }

.testimonials h2 {
    text-align: center;
    margin-bottom: 40px;
}

.testimonial {
    position: relative;
    float: left;
    clear: left;
    padding: 20px;
    margin: 11px 30px 45px 49px;
    background: #edecec;
    width: 496px;
    font-size: 95%;
}

    .testimonial.last {
        margin-right: 0;
        clear: none;
    }

    .testimonial .photo {
        position: absolute;
        top: -11px;
        left: -49px;
        width: 65px;
        height: 91px;
        padding: 7px 0 0 7px;
        background: url('../img/speech_bubble-dfd3828b14c80fe09dbede6837d6c87d.png') no-repeat;
    }

    .testimonial blockquote {
        padding-left: 30px;
        margin-bottom: 13px;
        font-style: italic;
        font-size: 119%;
        color: #000000;
        min-height: 56px;
        background-image: none;
    }

    .testimonial p {
        margin-bottom: 13px;
        min-height: 84px;
    }

    .testimonial .author {
        min-height: 58px;
        padding-left: 70px;
    }

        .testimonial .author strong {
            font-size: 110%;
        }

/* color variations of boxes */
.boxLink.orangeyellow {
    background: #edecec url('../img/sprite_tri_m-9c6ba92adb5a509bcbef0e7cf9fd3721.png') no-repeat 0 -1224px;
}

.boxLink.red {
    background: #edecec url('../img/sprite_tri_m-9c6ba92adb5a509bcbef0e7cf9fd3721.png') no-repeat 0 -1576px;
}

.boxLink.green {
    background: #edecec url('../img/sprite_tri_m-9c6ba92adb5a509bcbef0e7cf9fd3721.png') no-repeat 0 -696px;
}

.boxLink.blue {
    background: #edecec url('../img/sprite_tri_m-9c6ba92adb5a509bcbef0e7cf9fd3721.png') no-repeat 0 -168px;
}

.boxLink.yellow {
    background: #edecec url('../img/sprite_tri_m-9c6ba92adb5a509bcbef0e7cf9fd3721.png') no-repeat 0 -1928px;
}

.boxLink.orange {
    background: #edecec url('../img/sprite_tri_m-9c6ba92adb5a509bcbef0e7cf9fd3721.png') no-repeat 0 -1048px;
}

.boxLink.brown {
    background: #edecec url('../img/sprite_tri_m-9c6ba92adb5a509bcbef0e7cf9fd3721.png') no-repeat 0 -344px;
}

.boxLink.darkblue {
    background: #edecec url('../img/sprite_tri_m-9c6ba92adb5a509bcbef0e7cf9fd3721.png') no-repeat 0 -520px;
}

.boxLink.magenta {
    background: #edecec url('../img/sprite_tri_m-9c6ba92adb5a509bcbef0e7cf9fd3721.png') no-repeat 0 -872px;
}

.boxLink.purple {
    background: #edecec url('../img/sprite_tri_m-9c6ba92adb5a509bcbef0e7cf9fd3721.png') no-repeat 0 -1400px;
}

.boxLink.turquoise {
    background: #edecec url('../img/sprite_tri_m-9c6ba92adb5a509bcbef0e7cf9fd3721.png') no-repeat 0 -1752px;
}

.boxLink.large.orangeyellow {
    background: #edecec url('../img/sprite_tri_l-cbb3870b0b460cb6eff8b361c64befca.png') no-repeat 0 -1488px;
}

.boxLink.large.red {
    background: #edecec url('../img/sprite_tri_l-cbb3870b0b460cb6eff8b361c64befca.png') no-repeat 0 -1860px;
}

.boxLink.large.green {
    background: #edecec url('../img/sprite_tri_l-cbb3870b0b460cb6eff8b361c64befca.png') no-repeat 0 -930px;
}

.boxLink.large.blue {
    background: #edecec url('../img/sprite_tri_l-cbb3870b0b460cb6eff8b361c64befca.png') no-repeat 0 -744px;
}

.boxLink.large.turquoise {
    background: #edecec url('../img/sprite_tri_l-cbb3870b0b460cb6eff8b361c64befca.png') no-repeat 0 -2046px;
}

ul.customerGroup.turquoise {
    background: #edecec url('../img/sprite_tri_l-cbb3870b0b460cb6eff8b361c64befca.png') no-repeat 0 -2046px;
}

ul.customerGroup.orange {
    background: #edecec url('../img/sprite_tri_l-cbb3870b0b460cb6eff8b361c64befca.png') no-repeat 0 -1302px;
}

ul.customerGroup.purple {
    background: #edecec url('../img/sprite_tri_l-cbb3870b0b460cb6eff8b361c64befca.png') no-repeat 0 -1674px;
}

ul.customerGroup.magenta {
    background: #edecec url('../img/sprite_tri_l-cbb3870b0b460cb6eff8b361c64befca.png') no-repeat 0 -1116px;
}
/* download button */
#downloadRibbon, .band.green {
    display: block;
    background-color: hsl(79,100%,25%);
    color: #fff;
}

#downloadRibbon {
    height: 181px;
}

    #downloadRibbon:hover {
        opacity: 0.95;
    }

a.band.green:hover {
    background-color: #67891D;
}

#downloadRibbon .centered {
    padding: 45px 25px 0;
    opacity: 1;
}

#downloadRibbon h2 {
    line-height: 1;
    font-size: 200%;
    margin-bottom: 10px;
}

#downloadRibbon p {
    line-height: 1.4;
    font-size: 120%;
}

#downloadRibbon i {
    position: absolute;
    top: 60px;
    right: 25px;
    width: 85px;
    height: 85px;
    background: url('../img/icon_download-07c958b90aa5f01f8e6c47648de77b72.png') no-repeat;
}

#downloadRibbon.pricing i {
    width: 70px;
    height: 81px;
    background-image: url('../img/icon_pricing-35107454bcde0aab1708ccfdba074329.png');
}


/* footer */
html, body {
    height: 100%;
}

#page, #body {
    min-height: 100%;
}

#body {
    padding-bottom: 350px;
}

#bottom {
    bottom: 0;
    position: absolute;
    width: 100%;
}

    #bottom > div {
        position: relative;
    }

    #bottom .sitemap {
        margin: 0 auto;
        position: relative;
        margin: 68px 40px 40px 0px;
        overflow: hidden;
    }

        #bottom .sitemap .col {
            float: left;
            width: 170px;
            height: 170px;
            padding: 0 25px 0 25px;
            margin-bottom: -10px;
            border-right: solid 2px #edecec;
        }

            #bottom .sitemap .col.thin {
                width: 95px;
            }

            #bottom .sitemap .col.last {
                border-right: 0;
                padding-right: 0;
            }

            #bottom .sitemap .col h3 {
                font-size: 110%;
                margin-bottom: 15px;
            }

            #bottom .sitemap .col a {
                float: left;
                clear: left;
                margin-bottom: 6px;
                font-size: 75%;
            }

    #bottom .footer {
        margin: 0 auto;
        position: relative;
        height: 40px;
        padding: 15px 25px 0 25px; /*background: url('../img/bg_footer-e526e0c17244c420a58c3eaf8ceff47c.png') 50% 0% no-repeat;*/
        font-size: 75%;
    }

        #bottom .footer .copy {
            float: left;
            margin-top: 5px;
        }

        #bottom .footer .nav {
            float: right;
        }


.content p {
    margin-bottom: 16px;
}


.content pre {
    padding: 12px;
    font-family: Consolas, monospace;
    font-size: 90%;
    margin-bottom: 16px;
}

/***************************************************************/
/* purchase page */
/***************************************************************/
.cartHeader {
    visibility: collapse;
    float: right;
    margin-right: 40px;
    position: relative;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.nav a {
    float: left;
    display: block;
    color: #202323;
    background: transparent url('../img/sprite_tri_s-2e8abb8fcebf07a7e3a9568efe98dba9.png') no-repeat 0 -1292px;
    font-size: 17px;
    padding-left: 18px;
    margin: 0 26px 0 0;
    cursor: pointer;
}

    .nav a:hover {
        color: #969696;
    }

    .nav a.cart {
        background: url('../img/icon_cart-33753e8514ac3cac0caf326d6c63a98a.png') 0% 50% no-repeat;
    }

        .nav a.cart:hover {
            background: url('../img/icon_cart-33753e8514ac3cac0caf326d6c63a98a.png') 0% 50% no-repeat;
            color: #67891d;
        }


.editions .footer .question {
    width: 520px;
    float: left;
    margin-right: 8px;
    font-size: 18px;
}

    .editions .footer .question h3 {
        font-size: 26px;
        padding: 58px 0 0px;
        line-height: 1.05;
        font-weight: bold;
        margin-bottom: 10px !important;
    }

.editions .table {
    background: rgb(237, 236, 236);
}

    .editions .table h4 {
        padding: 16px 8px 4px 8px;
        margin: 0 0 8px 5px !important;
    }

    .editions .table .row {
        overflow: hidden;
        margin: 0 0 5px -33px;
    }

        .editions .table .row > div {
            background: #fff;
            float: left;
            width: 216px;
            margin-right: 8px;
            padding: 8px 0;
            font-size: 15px;
            line-height: 22px;
        }

            .editions .table .row > div > p {
                text-align: center;
                font-size: 11px;
                color: gray;
                margin: 10px 0;
                line-height: 15px;
            }

        .editions .table .row i {
            display: none;
        }

            .editions .table .row i:hover {
                background-color: #969696;
            }

        .editions .table .row .title {
            width: 505px;
            padding-left: 8px;
            margin-left: 40px;
        }

        .editions .table .row.buyable .title .buy {
            float: right;
            font-size: 14px;
            font-weight: bold;
            line-height: 1;
            margin-right: 8px;
        }

        /* header rows */

        .editions .table .row.sectionHeader {
            margin-bottom: 8px;
            margin-left: -35px;
            padding-top: 16px;
            padding-bottom: 4px;
        }

            .editions .table .row.sectionHeader > div {
                padding-top: 0;
                background: none;
            }

            .editions .table .row.sectionHeader > .title {
                padding-bottom: 0;
            }

            .editions .table .row.sectionHeader .title h4 {
                padding: 0 !important;
                margin: 0 !important;
                float: left;
            }



        .editions .table .row .ultimate {
            margin-right: 0;
        }

        .editions .table .row .free, .editions .table .row .pro, .editions .table .row .ultimate {
            padding-bottom: 100px;
            margin-bottom: -100px;
        }

        .editions .table .row .on {
            background: #ffffff url('../img/sprite_tri_m-9c6ba92adb5a509bcbef0e7cf9fd3721.png') no-repeat 50% -2093px;
        }



.editions .footer {
    height: 192px;
}

    .editions .footer .edition {
        float: left;
        width: 176px;
        height: 164px;
        padding: 28px 20px 0;
        margin-right: 8px;
        position: relative;
        background: url('../img/boxes_editions-f79692f9a3287bd021b563ebdfd7fd6e.png') no-repeat;
    }

        .editions .footer .edition h2 {
            font-size: 26px;
            font-weight: normal;
            margin-right: -20px;
            padding-bottom: 20px;
            line-height: 1.05;
            margin-bottom: 0px;
            margin-top: 30px;
        }

        .editions .footer .edition .caption {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 33px;
            color: #fff;
            background: url('../img/decoration_edition_caption-281d9ac6d222c705a82dd1ad7e582d23.png') no-repeat 50% 0%;
            font-size: 13px;
            line-height: 33px;
            text-transform: uppercase;
            text-align: center;
            font-weight: bold;
        }

        .editions .footer .edition .price {
            font-size: 30px;
        }



        .editions .footer .edition a.button {
            background-position: 10px 12px;
            position: absolute;
            top: 136px;
            right: 0;
            font-size: 18px;
            min-width: 60px;
            padding-left: 32px;
            background-image: url('../img/icon_play_xs_white-4793990a1b521f88aa74f3e94c6786da.png');
        }

    .editions .footer .free {
        -margin: 0 8px 0 449px;
    }

    .editions .footer .pro {
        background-position: -220px 0;
        color: #fff;
    }

    .editions .footer .ultimate {
        background-position: -440px 0;
        color: #09496f;
        margin-right: 0;
    }

    .editions .footer .free .price {
        color: #6c6c6c;
    }

.editions .moreInfo {
    text-align: right;
    margin-bottom: 100px;
}


    .editions .moreInfo a.button:hover {
        background-color: #147fbf;
    }


/* purchase page / steps */
#steps {
    margin: 0 auto;
    position: relative;
    background: #edecec;
    height: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
}

    #steps .step {
        position: relative;
        float: left;
        width: 280px;
        padding-left: 20px;
        height: 32px;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 32px;
        color: #969696;
    }

        #steps .step a {
            color: #969696;
        }

        #steps .step i {
            display: block;
            position: absolute;
            top: 0;
            left: -7px;
            width: 46px;
            height: 32px;
            background: url('../img/bg_steps-3c608814224fea2a4e1c532f50fd8758.png') no-repeat;
        }

        #steps .step.two i {
            background-position: 0 -32px;
        }

        #steps .step.three i {
            background-position: 0 -64px;
        }

        #steps .step.four i {
            background-position: 0 -96px;
        }

        #steps .step.current i {
            background-image: url('../img/bg_steps_color-8b06e3c26849e20d8c25a6819ffe8754.png');
        }

        #steps .step.current, #steps .step.current a {
            color: #202323;
        }

        #steps .step.done i {
            background-position: 0 0;
        }

.plans {
    overflow: hidden;
}


    .plans .plan {
        padding: 22px 0 0px 24px;
        margin-bottom: 25px;
        height: 103px;
        font-size: 15px;
    }

        .plans .plan .content {
            float: left;
            width: auto;
        }

            .plans .plan .content h2 {
                font-size: 22px;
                margin-bottom: 7px;
            }

            .plans .plan .content p {
                line-height: 1.6;
            }

        .plans .plan .price {
            margin: 26px 23px 0 0;
            float: right;
            font-size: 31px;
            color: #969696;
        }

        .plans .plan .choose {
            margin-top: 29px;
            float: right;
            color: #969696;
        }

            .plans .plan .choose .save {
                margin-right: 10px;
            }

        .plans .plan a.button, .smallbutton {
            margin-right: 20px;
            margin-bottom: 8px;
            min-width: 0;
            padding: 0 16px 0 34px;
            font-size: 18px;
            height: 34px;
            line-height: 34px;
            cursor: pointer;
        }

        .plans .plan.one {
            background: #edecec url('../img/sprite_tri_m-9c6ba92adb5a509bcbef0e7cf9fd3721.png') no-repeat 0 -2280px;
        }

        .plans .plan.two {
            background: #edecec url('../img/sprite_tri_m-9c6ba92adb5a509bcbef0e7cf9fd3721.png') no-repeat 0 -2456px;
        }

        .plans .plan.three {
            background: #edecec url('../img/sprite_tri_m-9c6ba92adb5a509bcbef0e7cf9fd3721.png') no-repeat 0 -2632px;
        }

    .plans .summary {
        position: relative;
        background: #edecec url('../img/sprite_tri_m-9c6ba92adb5a509bcbef0e7cf9fd3721.png') no-repeat 0 -2808px;
        float: right;
        width: 200px;
        min-height: 275px;
        padding: 30px 25px 120px 25px;
    }

        .plans .summary h2 {
            font-size: 22px;
            margin-bottom: 30px;
        }

        .plans .summary .product {
            font-size: 18px;
            color: #6c6c6c;
            margin-bottom: 30px;
        }

            .plans .summary .product strong {
                display: block;
            }

        .plans .summary .support, .plans .summary .support * {
            font-size: 15px;
            font-weight: bold;
            margin-bottom: 30px;
        }

        .plans .summary .price {
            position: absolute;
            bottom: 54px;
            height: 66px;
            left: 25px;
            right: 25px;
            border-top: solid 1px #e0e0e0;
        }

            .plans .summary .price .label {
                float: left;
                font-size: 15px;
                font-weight: bold;
                text-transform: uppercase;
                margin-top: 20px;
                color: #969696;
            }

            .plans .summary .price strong {
                float: right;
                font-size: 26px;
                margin-top: 10px;
                color: #6c6c6c;
            }

        .plans .summary input.button {
            position: absolute;
            bottom: 0px;
            height: 54px;
            left: 0;
            right: 0;
            padding-left: 60px;
            background: #0f6091 url('../img/icon_play_l_white-007ad016d7793624d145b0ea181433ce.png') 16px 50% no-repeat;
            color: #fff;
            font-size: 22px;
            text-align: left;
        }

            .plans .summary input.button:hover {
                background-color: #147fbf;
            }
/* summary + customer info */
.order {
    width: 100%;
}

    .order .summary {
        background: #edecec url('../img/sprite_tri_m-9c6ba92adb5a509bcbef0e7cf9fd3721.png') no-repeat 0 -2808px;
        padding: 25px 26px 23px 25px;
        font-size: 15px;
    }

        .order .summary h2 {
            font-size: 22px;
            line-height: 1;
            margin-bottom: 35px;
        }

        .order .summary table {
            width: 100%;
            border-spacing: 0;
            border: none;
        }

        .order .summary td, .order .summary th, .order .summary td span {
            text-align: right;
            font-weight: bold;
            padding: 6px 0;
            border: none;
        }

            .order .summary td:first-child, .order .summary th:first-child {
                text-align: left;
            }

        .order .summary th {
            color: #969696;
            text-transform: uppercase;
        }

        .order .summary td.product, .order .summary td.product span {
            font-weight: bold;
        }

            .order .summary td.product.option {
                padding-left: 20px;
            }

                .order .summary td.product.option span {
                    font-weight: normal;
                }

        .order .summary tr.spacer td {
            border-bottom: solid 1px #e0e0e0;
        }

    .order a.tabSwitcher {
        display: block;
        width: 200px;
        padding: 8px 8px 8px 32px;
        margin: 8px 0;
        color: #202323;
        text-decoration: none;
        background: url('../img/btn_radio-f97273005d7b3005fc0c5696945077cf.png') 0px 8px no-repeat;
    }

        .order a.tabSwitcher:hover {
            background-color: #edecec;
        }

        .order a.tabSwitcher.active {
            background-position: 0px -72px;
        }

    .order .forms {
        margin-top: 40px;
    }

        .order .forms form {
            margin: 40px 0 0 25px;
        }

    .order .section {
        margin: 30px 0 40px;
        border-bottom: solid 1px #e0e0e0;
        width: 555px;
    }

    .order .row {
        padding: 6px 0;
        height: 34px;
        border-top: solid 1px #edecec;
    }

    .order label {
        float: left;
        width: 240px;
        margin-top: 8px;
        color: #6c6c6c;
    }

    .order input[type=text], .order .dropdown {
        float: left;
        width: 300px;
        height: 24px;
        line-height: 24px;
        padding: 4px;
        border: solid 1px #e0e0e0;
        color: #6c6c6c;
    }

    .order .dropdown {
        position: relative;
        background: url('../img/decoration_arrow_small-2311c809a22258ea9cec4671f740b86e.png') 98% 50% no-repeat;
        cursor: pointer;
    }

        .order .dropdown ul {
            display: none;
            position: absolute;
            top: 32px;
            left: -1px;
            right: -1px;
            z-index: 2;
            list-style-type: none;
            border: solid 1px #e0e0e0;
            background: #fff;
        }

        .order .dropdown li {
            padding: 4px;
        }

            .order .dropdown li:hover {
                background: #e0e0e0;
            }

    .order input[type=submit] {
        display: block;
        font-size: 22px;
        padding: 12px 16px 12px 60px;
        min-width: 224px;
        text-align: left;
        color: #fff;
        background: #0f6091 url('../img/icon_play_l_white-007ad016d7793624d145b0ea181433ce.png') 16px 50% no-repeat;
    }

        .order input[type=submit].right {
            float: right;
            margin-top: -71px;
            border: 0;
        }

        .order input[type=submit]:hover {
            background-color: #147fbf;
        }

    .order .row.large {
        height: auto;
    }

        .order .row.large textarea {
            height: 82px;
            width: 540px;
            max-width: 540px;
            margin-top: 4px;
        }

.overview > .right-column {
    float: right;
    height: 100%;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 40px;
    margin-left: -40px;
    width: 229px;
}

.overview > .left-column {
    float: left;
    width: 800px;
    padding-right: 40px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #d0d0d0;
    padding-bottom: 20px;
}

    .overview > .left-column > blockquote {
        padding-right: 40px;
    }


.overview > .right-column > h2 {
    color: #4f4f4f;
    font-size: 13px !important;
    font-weight: bold;
    margin-bottom: 5px !important;
    margin-top: 10px;
    text-transform: uppercase;
}



.overview > .right-column > h3 {
    color: gray;
    font-size: 13px !important;
    font-weight: bold;
    margin-bottom: 5px !important;
    margin-top: 20px;
    text-transform: uppercase;
}

.overview > .right-column > p {
    color: darkslategray;
    font-size: 12px;
    margin-bottom: 0;
}


.overview > .right-column a {
    color: darkslategray;
}

.introduction {
    font-size: 19px;
    margin-bottom: 20px;
}

    .introduction p {
        margin-bottom: 10px;
    }

.snowbox {
    background-color: #fafafa;
    margin: -30px -40px 40px -40px;
    padding: 30px 40px 20px 40px;
}

ol {
    margin-left: 20px;
}

    ol li {
        margin-bottom: 5px;
    }


div.sibling-navigation .right .arrow {
    width: 0;
    height: 0;
    opacity: 0.7;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid whitesmoke;
}

div.sibling-navigation.dark .right .arrow {
    border-left-color: #bbbbbb;
}

div.sibling-navigation .left .arrow {
    width: 0;
    height: 0;
    opacity: 0.5;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid whitesmoke;
    float: left;
}

div.sibling-navigation .arrow:hover {
    opacity: 1;
}

div.sibling-navigation {
    position: absolute;
    top: 50px;
    padding: 10px;
    margin-left: -60px;
    margin-right: -80px;
    width: 1300px;
    z-index: 10;
}

#featureNavigationBand div.sibling-navigation {
    z-index: 0;
}

div.sibling-navigation > div {
    cursor: pointer;
    padding: 20px;
    margin: -20px;
    width: 20px;
}

    div.sibling-navigation > div.right {
        float: right;
    }

    div.sibling-navigation > div.left {
        float: left;
    }

#featureNavigationBand .sibling-navigation {
    top: 130px;
}

.nav {
    margin-left: 10px;
}

    .nav a.selected {
        font-weight: bold;
    }

.content input[type=text], .content textarea {
    margin: 4px 0px;
}

.content input[type=radio] {
    margin: 2px 5px 2px 0px;
}

.testimonial:hover {
    background: #f5f5f5;
}



.infoBox .main .photo {
    float: left;
    margin: 5px 15px 0px 0px;
    border: 1px solid #eeeeee;
}

    .infoBox .main .photo img {
        display: block;
    }


.testimonial p {
    color: #000000;
}

.testimonial div {
    color: #000000;
}



.order .summary input[type=text] {
    color: #404040;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    width: 30px;
    text-align: right;
    padding: 0px 2px;
    margin-right: -2px;
    float: right;
}

.order .summary input[type=submit].delete {
    width: 20px;
    text-align: center;
    min-width: 0px;
    padding: 2px;
    background: none;
    color: #ee0000;
    margin: 0px 0px 6px 10px;
    font-size: 24px;
    padding: 0px;
    border: 0;
}

.order .summary td, .order .summary th, .order .summary td span {
    text-align: right;
    font-weight: bold;
    padding: 6px 0;
}

.order .summary a.productLink {
    margin-left: 15px;
    font-weight: normal;
}

.order .summary td.separator {
    padding-top: 10px;
}

.order .buttons {
    margin: 10px 0px 0px 0px;
}

.order a.button {
    float: left;
    font-size: 18px;
    min-width: 60px;
    background-image: url('../img/icon_play_xs_white-4793990a1b521f88aa74f3e94c6786da.png');
    margin-right: 10px;
    background-position: 10px 12px;
    padding-left: 32px;
}

.section .row input[type=text], .section .row textarea {
    margin: 0px;
}

.section .row select.dropDownList {
    float: left;
    width: 310px;
    padding: 4px;
    border: solid 1px #e0e0e0;
    background: #ffffff;
    height: auto;
    color: #6c6c6c;
    font-size: 16px;
    margin: 0px;
}

.radioLabel label {
    font-size: 20px;
    margin-left: 5px;
}

.editions .table .tooltippedHeader i {
    display: block;
    float: left;
    width: 0px;
    text-indent: -31337px;
}

.textContent p {
    margin: 10px 0px 15px 0px;
}

.textContent h2 {
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

.textContent li {
    padding-left: 5px;
    margin: 3px 0px 0px 30px;
}


/* --- OLD STYLES --- */

.validation-error, .required-star {
    color: Red;
}

    .validation-error.customerInfo {
        margin: 8px -300px 0px 10px;
        display: block;
        float: left;
    }

span.alert,
span.tip {
    display: block;
}

div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
    margin: 10px 0px 20px 0px;
    padding: 15px 10px 0px 10px;
}

    div.alert h2,
    div.download h2,
    div.tip h2 {
        margin-top: 0px;
    }

div.alert, span.alert {
    background: #fff5eb;
    border: 1px dotted #ffb4a0;
}


table.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

    table.table td {
        border: solid 1px #e5e5e5;
        padding: 5px;
    }

    table.table th {
        border: solid 1px #e5e5e5;
        padding: 5px;
        text-align: left;
        background-color: #efefef;
    }

        table.table th.center {
            text-align: center;
        }

    table.table td.center {
        text-align: center;
    }



table.form tr.radio-list td {
    vertical-align: top;
}

div.grey, p.grey {
    color: #7f7f7f;
}

a.button.small {
    float: left;
    font-size: 18px;
    min-width: 60px;
    background-image: url('../img/icon_play_xs_white-4793990a1b521f88aa74f3e94c6786da.png');
    margin-right: 10px;
}

input[type=text].discountCodeTextBox {
    margin: 0px 10px 0px 0px;
    padding: 3px 3px 2px 3px;
    width: 200px;
    height: 24px;
    float: left;
}


.boxLink[href='#'] {
    opacity: 0.5;
    transition-property: opacity;
    transition-duration: 0.1s;
}

    .boxLink[href='#']:hover {
        opacity: 0.2;
        transition-property: opacity;
        transition-duration: 0.1s;
    }

.download-breadcrum {
    font-size: 80%;
}

span.tag, span.tags > a {
    background-color: #00487F;
    color: white !important;
    padding: 0 5px 2px 5px;
    border-radius: 2px;
    font-size: 85%;
    opacity: 0.7;
}

#left-nav h3 {
    color: #8a8a8a;
}

/* Vimeo */
iframe.vimeo {
    border: #EDECEC solid 1px;
    background-color: #EDECEC;
}


/* Home page */

#homepage #benefits h2 {
    font-size: 22px;
    margin-bottom: 40px;
    text-align: left;
}

#homepage #benefits p {
    min-height: 130px;
}

#homepage #cover {
    background-image: url(../images/screenshots/picture-e596c87005ed63d3a76f974a21f54d3c.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#homepage #features {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: -40px;
}

#homepage .feature {
    width: 500px;
    float: left;
    margin-right: 40px;
    padding: 20px 40px 40px 40px;
    color: white;
    background-color: rgba(38, 40, 40, 0.9);
}

    #homepage .feature.left {
        float: left;
    }

    #homepage .feature.right {
        float: right;
    }

    #homepage .feature h3 {
        font-size: 220% !important;
        margin-bottom: 20px;
    }

    #homepage .feature p {
        font-size: 22px;
        padding-bottom: 20px;
    }

#homepage .statement {
}

    #homepage .statement h2 {
        text-align: center;
        color: white;
        margin-bottom: 20px;
        letter-spacing: 2px;
    }

#homepage .band h2 {
    font-size: 140%;
    text-align: center;
    margin-bottom: 40px;
}

#triangle {
    border-color: transparent transparent white;
    border-style: solid;
    border-width: 0 19px 18px;
    bottom: 0;
    height: 0;
    margin-left: 50px;
    width: 0;
    transition-property: margin-left;
    transition-duration: 0.5s;
}



span.star {
    color: #0f6091;
    margin-left: 2px;
    cursor: pointer;
}

#hero {
    background-color: hsl(206,100%,25%);
    min-height: 220px;
    color: white;
    padding-bottom: 40px;
}

#homepage .features {
    margin-top: 80px;
}

#topDownloadButton {
    float: right;
    margin-top: 60px;
}

/** products page start **/
.product.last {
    height: auto;
    margin-bottom: 40px;
}

.product {
    clear: both;
    -height: 1100px;
    -overflow: hidden;
    margin-bottom: 160px;
    margin-top: 20px;
}


    .product .productHeader h2 {
        margin: 0;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .product .productLogo {
        width: 154px;
        height: 120px;
        float: left;
        margin: 20px 0 0 20px;
    }

    .product.free .productLogo {
        background: url('../img/logo-express-8a7cf4e3e49d3a7d38dc33f74ef1cbac.png') no-repeat;
    }

    .product.pro .productLogo {
        background: url('../img/logo-pro-e734810f07118103cb20cce148c8a91a.png') no-repeat;
    }

    .product.ultimate .productLogo {
        background: url('../img/logo-ultimate-f20002fe1900d78307c978f9cfd120c3.png') no-repeat;
    }

    .product .productDesc {
        position: relative;
        height: 140px;
        vertical-align: bottom;
        margin-left: 200px;
        line-height: 150%;
        font-size: 120%;
    }

        .product .productDesc > p {
            position: absolute;
            bottom: 0;
            margin: 0;
        }

    .product .productFeatures {
        clear: both;
        margin-top: 40px;
    }

        .product .productFeatures .intro {
            font-size: 80%;
            color: gray;
            margin-left: 20px;
            margin-bottom: 20px;
            margin-top: 0;
        }

.productFeatures .intro a {
    color: #111111;
}

.product .productFeatures .featuresList {
    background: none repeat scroll 0 0 white;
    float: left;
    margin: 20px 20px 20px 0;
    padding: 0 20px 0 20px;
    position: relative;
    width: 296px;
}

    .product .productFeatures .featuresList.last {
        clear: right;
        margin-right: 0;
    }

    .product .productFeatures .featuresList ul {
        height: 150px;
    }

.content .product .productFeatures .featuresList h3 {
    color: gray;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.content .product .productFeatures .featuresList li {
    font-size: 14px;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 22px;
    list-style-type: none;
    background: url('../img/tri/ll_14_black-9a77f9528a6fee12d7cfba61b7834be6.png') no-repeat 0 2px;
}

.product .productFeatures .featuresList a.play {
    margin-left: 22px;
}

    .product .productFeatures .featuresList a.play:after {
        vertical-align: -6px;
    }

.product .cat {
    background-color: #f0f0f0;
    margin-top: 10px;
    clear: both;
    position: relative;
    height: 29px;
    font-size: 110%;
    padding-top: 8px;
    padding-left: 12px;
}

    .product .cat a.button {
        position: absolute;
        top: 0;
        right: 0;
        height: 32px;
        width: 146px;
    }


#productsMenu {
    height: 57px;
    z-index: 10;
    padding: 0;
    text-align: center;
    background-color: #edecec;
}

    #productsMenu.fixed {
        position: fixed;
        top: 412px;
    }

    #productsMenu .menuItem {
        display: inline-block;
    }

        #productsMenu .menuItem a.menuItemLink {
            display: inline-block;
            padding: 15px 0 5px 40px;
            margin: 0 20px 0 20px;
            color: #0F6091;
            cursor: pointer;
        }

        #productsMenu .menuItem.selected a.menuItemLink {
            color: black;
            cursor: default;
        }

        #productsMenu .menuItem.free a.menuItemLink {
            background: url('../img/ico-express-8d38dee9c20980215e3dd5a76f42092e.png') no-repeat 0 10px;
        }

        #productsMenu .menuItem.free.selected a.menuItemLink {
            background: url('../img/ico-express-select-983f9c298b52bcbdc2f85d39c53f888c.png') no-repeat 0 10px;
        }

        #productsMenu .menuItem.pro a.menuItemLink {
            background: url('../img/ico-pro-c3a65fcb299d925083cc0e71d64533a0.png') no-repeat 0 10px;
        }

        #productsMenu .menuItem.pro.selected a.menuItemLink {
            background: url('../img/ico-pro-select-fd00ec3a43c4ceb3e3bff0824cc982f8.png') no-repeat 0 10px;
        }

        #productsMenu .menuItem.ultimate a.menuItemLink {
            background: url('../img/ico-ultimate-bede8b62b1908cbcd8066cc104748d76.png') no-repeat 0 10px;
        }

        #productsMenu .menuItem.ultimate.selected a.menuItemLink {
            background: url('../img/ico-ultimate-select-e88efa4955ed45e89e956ab9ccc9bcbd.png') no-repeat 0 10px;
        }

        #productsMenu .menuItem .menuItemArrow {
            display: block;
            width: 0;
            height: 0;
            border-left: 16px solid transparent;
            border-right: 16px solid transparent;
            border-bottom: 16px solid transparent;
            margin-left: auto;
            margin-right: auto;
        }

        #productsMenu .menuItem.selected .menuItemArrow {
            border-bottom: 16px solid white;
        }
/** products page end **/


.band {
    padding-top: 80px;
    padding-bottom: 80px;
    display: block;
}


    .band.dark {
        background-color: #edecec;
    }

    .band.darker {
        background-color: #444848;
        color: #E8E8E8;
    }

    .band.gradient {
        background: linear-gradient(#edecec, #FFF 80px) repeat scroll 0% 0% transparent;
    }

    .band.dark.gradient {
        background: linear-gradient(#FFF, #edecec 200px) repeat scroll 0% 0% transparent;
    }

    .band.blue {
        background-color: #00487F;
        color: #E8E8E8;
    }

    .band.mediumblue {
        background-color: hsl(206, 80%, 40%);
        color: white;
    }

    .band.green {
        background-color: hsl(79,100%,25%);
    }

    .band.narrow {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .band.darker a, .band.blue a, .band.green a {
        color: #E8E8E8;
    }

        .band.darker a:hover, .band.blue a:hover, .band.green a:hover {
            color: white;
        }




/* Produce pages */


#referenceCard p {
    font-size: 85%;
    margin-bottom: 0px;
}

#referenceCard h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

#referenceCard .download {
    float: right;
    margin-top: 10px;
    margin-right: 80px;
}

.goldenRatioLeft > div.left {
    width: 62%;
    float: left;
}

.goldenRatioLeft > div.right {
    width: 38%;
    float: right;
}

.goldenRatioLeft > div.left > div, .goldenRatioRight > div.left > div {
    margin-right: 40px;
}

.goldenRatioLeft > div.right > div, .goldenRatioRight > div.right > div {
    margin-left: 40px;
}


.goldenRatioRight > div.left {
    width: 38%;
    float: left;
}

.goldenRatioRight > div.right {
    width: 62%;
    float: right;
    position: relative;
}

div.code {
    padding: 20px;
}

div.dark.code {
    background-color: #262828;
}

img.autoSize {
    width: 100%;
    height: auto;
}

.productDesc h1 {
    font-size: 150%;
    margin-bottom: 30px;
}

h1.big {
    text-align: center;
    font-size: 300%;
    margin-bottom: 50px;
}

.productDesc ul {
    list-style-type: none;
}

.productDesc ol {
    margin-left: 0;
    padding-left: 0;
}

.productDesc ul li {
    background: transparent url('../img/sprite_tri_s-2e8abb8fcebf07a7e3a9568efe98dba9.png') no-repeat 0 -1451px;
    padding-left: 20px;
    margin-bottom: 10px;
    margin-left: 0;
}

.fourColumns .column {
    float: left;
    margin-right: 40px;
    width: 240px;
}

#referenceCard .column:nth-child(3) {
    width: 300px;
}

.threeColumns .column {
    float: left;
    margin-right: 40px;
    width: 360px;
}

.twoColumns {
    margin-right: -40px;
}

    .twoColumns .column {
        float: left;
        margin-right: 40px;
        width: 560px;
    }


.featureNavigator {
    color: #686868;
}


    .featureNavigator h2 {
        font-size: 135%;
        text-transform: uppercase;
        color: #686868;
        text-align: right;
        margin-top: 25px;
        margin-bottom: 0;
    }



    .featureNavigator h3 {
        margin-top: 25px;
        margin-bottom: 6px;
        font-size: 100%;
        text-transform: uppercase;
    }

        .featureNavigator h3:first-child {
            margin-top: 0;
        }

    .featureNavigator p {
        margin: 10px 0;
        padding-top: 10px;
        font-size: 85%;
        clear: both;
        height: 26px;
    }

    .featureNavigator a {
        color: #686868;
    }

        .featureNavigator a.selected {
            font-weight: bold;
        }


        .featureNavigator a:hover {
            color: black;
        }

    .featureNavigator span.icon {
        display: block;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        float: left;
        margin-right: 5px;
        background-color: #686868;
        padding: 8px;
    }

        .featureNavigator span.icon > i {
            display: block;
            opacity: 0.8;
        }

    .featureNavigator a:hover span.icon > i, .featureNavigator a.selected span.icon > i {
        opacity: 1;
    }

    .featureNavigator img {
        width: 22px;
        height: 22px;
        vertical-align: middle;
        margin-right: 10px;
    }

#featureFooter h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

#featureFooter .testimonial {
    float: right;
    width: 250px;
    margin-right: 0;
    padding: 20px 20px 20px 40px;
    margin-bottom: 0;
    margin-top: 66px;
}



#menu .featureNavigator {
    padding: 10px 30px;
    color: #E8E8E8;
}

#featuresSubmenu {
    width: 860px !important;
}

    #featuresSubmenu .column {
        width: 240px;
    }

        #featuresSubmenu .column:nth-child(3) {
            width: 200px;
        }

.mediumblue .featureNavigator, .mediumblue .featureNavigator h2, .mediumblue .featureNavigator a {
    color: white;
}

    .mediumblue .featureNavigator span.icon {
        background-color: hsl(206.1, 80%, 20%);
    }
/* Customers list */

.customers ul {
    list-style: none;
    margin-right: -20px;
}

.customers .centered {
    margin-bottom: -20px;
}

.customers ul li {
    display: block;
    float: left;
    background-color: white;
    width: 184px;
    padding: 20px;
    height: 50px;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.customers ul div.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    text-align: center;
    text-indent: -10000px;
}


div.tiles {
    margin-right: -40px;
    margin-bottom: -40px;
}

    div.tiles > div {
        position: relative;
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;
        color: white;
        background: #246193;
        width: 116px;
        height: 40px;
        text-align: center;
        padding: 15px;
    }

        div.tiles > div > div {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }


        div.tiles > div.green {
            background: #67891D;
        }


img.border {
    border: lightgray solid 1px;
}

img.border-bottom {
    border-bottom: lightgray solid 1px;
}



#documentationRibbon .column {
    border-right: white solid 1px;
}

    #documentationRibbon .column:last-child {
        border-right: none;
    }

#documentationRibbon li {
    list-style-type: none;
    margin-left: 0;
}



.hasFeature {
    background: url(../images/yes-25eebe5515bcba90c8a5d85f3af6a6d8.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 14px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -999px;
    width: 16px;
}


/* No sibling navigation when narrow monitor */
@media only screen and (max-width: 1320px) {
    .sibling-navigation {
        display: none;
    }
}


@media only screen and (max-width: 1200px) {

    #page {
        min-width: 0;
    }

    .logo{
        margin-bottom: 20px !important;
    }

    #menu {
        margin-left: 0;
    }

    .cat-menu {
        display: none;
    }

    .twoColumns .column, .threeColumns .column, .goldenRatioLeft .left, .goldenRatioLeft .right, .goldenRatioRight .left, .goldenRatioRight .right {
        float: none !important;
        width: inherit !important;
        margin: 40px 0 0 0;
    }

    #submenuHeader,#submenuHeader-pinned {
        font-size: 70%;
        padding-bottom: 5px;
    }

    #submenuHeader-pinned  .logo, #submenuHeader-pinned .first-bracker {
        display: none;
    }

   

    #subHeader, #subHeaderPlaceholder {
        height: 40px !important;
        padding-top: 0px;
    }

    .sitemap .col {
        margin-bottom: 10px !important;
        border-right: none !important;
        width: 25% !important;
        height: 12em !important;
    }

    #featureNavigationBand .testimonial {
        display: none;
    }

    #featureNavigationBand .column {
        height: 240px;
    }

        #featureNavigationBand .column:last-child {
            height: auto;
        }

    #referenceCard .download {
        float: none;
        margin: 0;
        padding: 20px 0 0 0;
        clear: both;
    }

    #referenceCard h2 {
        margin-bottom: 0;
    }

    #referenceCard h4 {
        margin-top: 20px;
    }

    #referenceCard .column:nth-child(3) {
        width: 240px;
    }

    #body {
        padding-bottom: 20px;
    }

    #bottom {
        position: inherit;
    }

    .goldenRatioLeft > div.left > div, .goldenRatioRight > div.left > div,
    .goldenRatioLeft > div.right > div, .goldenRatioRight > div.right > div {
        margin: 0 0 40px 0;
    }

    #subHeader {
        min-width: 0;
    }
    
    #menu > li > a {
        font-size: 70%;
        background: none !important;
        margin-right: 0 !important;
        margin-top: 5px !important;
    }
       
    .band {
        padding-top: 40px;
    }

    .testimonial {
        width: inherit;
        min-height: 0 !important;
        float: none;
        margin-right: 0;
    }


    #homepage #features {
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        #homepage #features .feature {
            width: auto;
            float: none;
            margin-bottom: 20px;
        }

    #homepage #benefits p {
        min-height: 0;
        margin-bottom: 10px;
    }

    /*
    #menu {
        position: absolute;
        z-index: 10;
        float: right;
        top: 50px;
        right: 0;
        background: #262828;
        padding: 10px 20px;
        width: 250px;
    }

        #menu li {
            float: none;
        }

        #menu .submenu {
            display: none !important;
        }
        */
    #downloadRibbon {
        height: auto;
        padding-bottom: 40px;
    }
}


div.number {
    text-align: center;
    float: left;
    margin-bottom: 60px;
}

    div.number > i {
        display: block;
        float: left;
        border-right: 40px solid transparent;
        border-top: 40px solid grey;
    }

    div.number > span {
        font-weight: bold;
        font-size: 120%;
        margin-right: 40px;
        margin-left: -44px;
        display: inline-block;
        padding-left: 10px;
        color: #E8E8E8;
    }


@media only screen and (max-width: 1200px) and (min-resolution: 100dpi) {
    body {
        font-size: 20pt;
    }
}
