/*-- Font-face definitions--*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 2, 2013 */

@font-face {
    font-family: 'exobold';
    src: url('/fonts/exo-bold-webfont.eot');
    src: url('/fonts/exo-bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('/fonts/exo-bold-webfont.woff') format('woff'), url('/fonts/exo-bold-webfont.ttf') format('truetype'), url('/fonts/exo-bold-webfont.svg#exobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exoregular';
    src: url('/fonts/exo-regular-webfont.eot');
    src: url('/fonts/exo-regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('/fonts/exo-regular-webfont.woff') format('woff'), url('/fonts/exo-regular-webfont.ttf') format('truetype'), url('/fonts/exo-regular-webfont.svg#exoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exodemibold';
    src: url('/fonts/exo-semibold-webfont.eot');
    src: url('/fonts/exo-semibold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('/fonts/exo-semibold-webfont.woff') format('woff'), url('/fonts/exo-semibold-webfont.ttf') format('truetype'), url('/fonts/exo-semibold-webfont.svg#exodemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'wireone-regular';
    src: url('/fonts/wireone-webfont.eot');
    src: url('/fonts/wireone-webfontd41d.eot?#iefix') format('embedded-opentype'), url('/fonts/wireone-webfont.woff') format('woff'), url('/fonts/wireone-webfont.ttf') format('truetype'), url('/fonts/wireone-webfont.svg#wire_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-----Heading styles-----*/
h1, h2, h3, h4 {
    font-family: exobold;
    line-height: 1.8em;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.2em;
}

/*--------------------*/
/*-- General Styles --*/
/*-------------------
.
..-*/

.button {
    background: #D1E600; /* Old browsers */
    background: -moz-linear-gradient(top, #d1e600 0%, #bbcf00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1e600), color-stop(100%,#bbcf00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d1e600 0%,#bbcf00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d1e600 0%,#bbcf00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d1e600 0%,#bbcf00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d1e600 0%,#bbcf00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e600', endColorstr='#bbcf00',GradientType=0 ); /* IE6-9 */
    font-family: exodemibold;
    text-decoration: none;
    color: #444;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    border: none;
    cursor: pointer;
    cursor: hand;
    font-size: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border: 1px solid #CCC;
    width: 188px;
}

    .button:hover {
        background: #C9DD00;
    }

    .button:active {
        position: relative;
        top: 1px;
        left: 1px;
        background: #D1E600; /* Old browsers */
        background: -moz-linear-gradient(top, #bbcf00 0%, #d1e600 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbcf00), color-stop(100%,#bbcf00)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #bbcf00 0%,#d1e600 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #bbcf00 0%,#d1e600 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #bbcf00 0%,#d1e600 100%); /* IE10+ */
        background: linear-gradient(to bottom, #bbcf00 0%,#d1e600 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e600', endColorstr='#bbcf00',GradientType=0 ); /* IE6-9 */
    }

.button-large {
    background: #D1E600; /* Old browsers */
    background: -moz-linear-gradient(top, #d1e600 0%, #bbcf00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1e600), color-stop(100%,#bbcf00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d1e600 0%,#bbcf00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d1e600 0%,#bbcf00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d1e600 0%,#bbcf00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d1e600 0%,#bbcf00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e600', endColorstr='#bbcf00',GradientType=0 ); /* IE6-9 */
    font-family: exoregular;
    text-decoration: none;
    color: #444;
    line-height: 50px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    border: none;
    cursor: pointer;
    cursor: hand;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
}

    .button-large:hover {
        background: #C9DD00;
    }

    .button-large:active {
        position: relative;
        top: 1px;
        left: 1px;
        background: #D1E600; /* Old browsers */
        background: -moz-linear-gradient(top, #bbcf00 0%, #d1e600 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbcf00), color-stop(100%,#bbcf00)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #bbcf00 0%,#d1e600 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #bbcf00 0%,#d1e600 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #bbcf00 0%,#d1e600 100%); /* IE10+ */
        background: linear-gradient(to bottom, #bbcf00 0%,#d1e600 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e600', endColorstr='#bbcf00',GradientType=0 ); /* IE6-9 */
    }

.button-small {
    background: #d1e600; /* Old browsers */
    background: -moz-linear-gradient(top, #d1e600 0%, #bbcf00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1e600), color-stop(100%,#bbcf00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d1e600 0%,#bbcf00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d1e600 0%,#bbcf00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d1e600 0%,#bbcf00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d1e600 0%,#bbcf00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e600', endColorstr='#bbcf00',GradientType=0 ); /* IE6-9 */
    font-family: exodemibold;
    font-size: 16px;
    text-decoration: none;
    color: #444;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    width: 188px;
    margin: 10px 0;
    border: none;
    cursor: pointer;
    cursor: hand;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border: 1px solid #CCC;
}

    .button-small:hover {
        background: #C9DD00;
    }

    .button-small:active {
        position: relative;
        top: 1px;
        left: 1px;
        background: #D1E600; /* Old browsers */
        background: -moz-linear-gradient(top, #bbcf00 0%, #d1e600 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbcf00), color-stop(100%,#bbcf00)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #bbcf00 0%,#d1e600 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #bbcf00 0%,#d1e600 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #bbcf00 0%,#d1e600 100%); /* IE10+ */
        background: linear-gradient(to bottom, #bbcf00 0%,#d1e600 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e600', endColorstr='#bbcf00',GradientType=0 ); /* IE6-9 */
    }

.header {
    background: #FFFFFF;
    font-family: exoregular;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 68px;
    min-width: 990px;
    border: 1px solid #CCC;
    border-width: 0 0 1px 0;
}

    .header .home-link {
        height: 68px;
        width: 176px;
        display: inline-block;
        text-indent: 500px;
        overflow: hidden;
        background-image: url('/img/sprites.png');
        background-repeat: no-repeat;
    }

    .header .upper-navigation {
        float: right;
        font-size: 13px;
        font-family: exodemibold;
    }

        .header .upper-navigation li {
            float: left;
            min-width: 188px;
            text-align: center;
            margin: 0 5px;
        }

            .header .upper-navigation li > a {
                display: inline-block;
                text-decoration: none;
                color: #444;
            }

            .header .upper-navigation li:hover {
                background-image: url('../img/header_rollover_bg.png');
            }

            .header .upper-navigation li.selected {
                background-image: url('../img/header_rollover_bg.png');
                background-position: 0px 68px;
            }

        .header .upper-navigation > li > ul {
            display: none;
            border-right: 1px solid #DDD;
            border-left: 1px solid #DDD;
        }

        .header .upper-navigation > li:hover > ul {
            display: block;
            width: 185px;
            overflow: hidden;
        }

        .header .upper-navigation > li > ul > li {
            margin: 0;
            background: #FFFFFF;
            border-bottom: 1px solid #DDD;
        }

            .header .upper-navigation > li > ul > li:hover {
                background: #D1E601;
            }

            .header .upper-navigation > li > ul > li a {
                line-height: 30px;
                padding: 0;
                font-size: 13px;
            }

        .header .upper-navigation li.header-dropdown {
            background-image: url('../img/header_rollover_dropdown_bg.png');
            background-position: 0px -136px;
            background-repeat: no-repeat;
        }

            .header .upper-navigation li.header-dropdown:hover {
                background-image: url('../img/header_rollover_dropdown_bg.png');
                background-position: 0px 0px;
                background-repeat: no-repeat;
                border-radius: 0px 0px 5px 5px;
                overflow: hidden;
            }

ul.home .header-dropdown > a {
    background-image: url('../img/header_rollover_bg.png');
    background-position: 0px -68px;
    background-repeat: no-repeat;
}

.login-panel-container {
    background-image: url('../img/texture1.png');
    height: 60px;
}

.login-panel {
    overflow: hidden;
}

form#login {
    padding: 12px 0 6px 0px;
    line-height: 21px;
    font-size: 15px;
    color: #777;
    font-family: exobold;
    line-height: 36px;
}

    form#login label {
        font-size: 15px;
        color: #777;
        text-transform: uppercase;
    }

    form#login #btn_Login {
        margin: 0 0 0 133px;
    }

    form#login a {
        color: #777;
        font-family: exoregular;
        margin: 0 0 0 24px;
        line-height: 36px;
        display: inline-block;
        font-size: 13px;
    }

    form#login input.button-login {
        background: #D1E600; /* Old browsers */
        background: -moz-linear-gradient(top, #d1e600 0%, #bbcf00 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1e600), color-stop(100%,#bbcf00)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #d1e600 0%,#bbcf00 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d1e600 0%,#bbcf00 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #d1e600 0%,#bbcf00 100%); /* IE10+ */
        background: linear-gradient(to bottom, #d1e600 0%,#bbcf00 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e600', endColorstr='#bbcf00',GradientType=0 ); /* IE6-9 */
        text-decoration: none;
        text-transform: uppercase;
        color: #666;
        display: inline-block;
        text-align: center;
        width: 150px;
        border: none;
        cursor: pointer;
        cursor: hand;
        margin: 0 0 0 24px;
        height: 36px;
        line-height: 19px;
        font-family: exobold;
        font-size: 15px;
        vertical-align: top;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-box-shadow: 0px 0px 5px #555;
        -moz-box-shadow: 0px 0px 5px #555;
        -khtml-box-shadow: 0px 0px 5px #555;
    }

        form#login input.button-login:hover {
            background: #C9DD00;
        }

        form#login input.button-login:active {
            position: relative;
            top: 1px;
            left: 1px;
            background: #D1E600; /* Old browsers */
            background: -moz-linear-gradient(top, #bbcf00 0%, #d1e600 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbcf00), color-stop(100%,#bbcf00)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #bbcf00 0%,#d1e600 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #bbcf00 0%,#d1e600 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #bbcf00 0%,#d1e600 100%); /* IE10+ */
            background: linear-gradient(to bottom, #bbcf00 0%,#d1e600 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e600', endColorstr='#bbcf00',GradientType=0 ); /* IE6-9 */
        }

    form#login input[type="email"], form#login input[type="password"] {
        padding: 0 0 0 20px;
        width: 206px;
        color: #444444;
        height: 36px;
        margin: 0 0 0 20px;
        border: 1px solid #AAA;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        vertical-align: top;
        box-shadow: inset 0px 0px 5px #BBB;
        -webkit-box-shadow: inset 0px 0px 7px #BBB;
        -moz-box-shadow: inset 0px 0px 7px #BBB;
        -khtml-box-shadow: inset 0px 0px 7px #BBB;
    }

.content {
    padding-top: 68px;
    font-family: exoregular;
    font-size: 14px;
    background-color: #EBEBEB;
}

.heading {
    font-size: 80px;
    font-family: wireone-regular;
    line-height: 80px;
    padding-bottom: 18px;
    font-weight: normal;
}

.content-paragraph-text {
    font-size: 16px;
    font-family: exoregular;
    line-height: 1.6em;
}

    .content-paragraph-text p {
        padding-bottom: 25px;
    }

.para {
    line-height: 1.8em;
}

    .para.highlight {
        color: #333;
        font-size: 25px;
        padding: 0 0 10px 0;
        color: #BBBBBB;
    }

/*-- Styles for different types of sections --*/
.section {
    padding: 34px 0;
    overflow: hidden;
    background-repeat: repeat-x;
    background-position: bottom;
}

    .section ul, .section ol {
        margin: 0 2em;
        line-height: 2em;
    }

    .section ul {
        list-style: disc;
    }

    .section ol {
        list-style: lower-roman;
    }

        .section ul li, .section ol li {
            line-height: 1.8em;
            padding: 0 0 0.4em;
        }

strong {
    font-family: exobold;
}

em {
    font-style: italic;
}

.section_blank {
    padding: 68px 0;
    overflow: hidden;
}

.section_dark_gray {
    padding: 68px 0;
    overflow: hidden;
    background-color: #4D4D4D;
    color: #BBB;
    background-position: bottom;
    background-repeat: repeat-x;
}

    .section_dark_gray h2.heading {
        color: #D0FF00;
    }

    .section_dark_gray h3, .section_dark_gray h4 {
        color: #fff;
    }

.section_light_gray {
    padding: 68px 0;
    overflow: hidden;
    background-color: #EEE;
    background-position: bottom;
    background-repeat: repeat-x;
}

.not_padded /*-- to remove padding from sections that do not require it --*/ {
    padding: 0px;
}

/*--------------------------------------------*/

.wide-container {
    min-height: 450px;
}

.min-height-350 {
    min-height: 350px !important;
}

.footer {
    font-family: exoregular;
    overflow: hidden;
    height: 300px;
    font-size: 13px;
    background-color: #4D4D4D;
}

    .footer .grid_1 {
        padding-top: 30px;
        height: 240px;
    }

    .footer ul li {
        line-height: 26px;
    }

    .footer h3 {
        padding: 25px 0 0;
        font-size: 13px;
        font-family: exodemibold;
        border-bottom: 1px solid #CCC;
        margin-bottom: 10px;
        color: #FFF;
    }

    .footer a {
        text-decoration: none;
        color: #EEE;
        width: 185px;
    }

    .footer .button {
        border: 1px solid #3F3F3F;
        color: #444;
    }

    .footer ul.social-icons {
        margin: 0 0 0 6px;
    }

        .footer ul.social-icons li {
            float: left;
        }

            .footer ul.social-icons li a {
                width: 30px;
                height: 30px;
                display: inline-block;
                text-indent: -1000px;
                overflow: hidden;
                width: 30px;
                height: 30px;
                margin-left: 20px;
                background-image: url('/img/sprites.png');
            }

            .footer ul.social-icons li:first-child a {
                margin-left: 0px;
            }

            .footer ul.social-icons li a[title=twitter] {
                background-position: 0 -68px;
                background-repeat: no-repeat;
            }

                .footer ul.social-icons li a[title=twitter]:hover {
                    background-position: 0 -98px;
                }

            .footer ul.social-icons li a[title=facebook] {
                background-position: -33px -68px;
                background-repeat: no-repeat;
            }

                .footer ul.social-icons li a[title=facebook]:hover {
                    background-position: -33px -98px;
                }

            .footer ul.social-icons li a[title=linkedin] {
                background-position: -66px -68px;
                background-repeat: no-repeat;
            }

                .footer ul.social-icons li a[title=linkedin]:hover {
                    background-position: -66px -98px;
                }

            .footer ul.social-icons li a[title=youtube] {
                background-position: -99px -68px;
                background-repeat: no-repeat;
            }

                .footer ul.social-icons li a[title=youtube]:hover {
                    background-position: -99px -98px;
                }

    .footer .site-attribute {
        color: #CCC;
        font-size: 11px;
        clear: both;
        padding: 15px 5px 0 0;
        text-align: right;
    }

        .footer .site-attribute a {
        }

/*--Navigation widget styles--*/

#nav_2 {
    position: fixed;
    top: 100px;
    right: 400px;
    z-index: 100;
    background-color: #CCC;
    overflow: hidden;
    width: 25px;
}

    #nav_2 .btn {
        cursor: pointer;
        cursor: hand;
        height: 15px;
        margin: 5px 0;
        background-color: #777;
        color: white;
        font-size: 12px;
        text-align: center;
    }

/*-- HOME PAGE STYLES --*/
/*----------------------*/

#slides-home {
    height: 450px;
    position: relative;
    display: none;
}

    #slides-home .slide {
        height: 450px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        #slides-home .slide .slide-content {
            padding: 10px;
            position: relative;
            height: 430px;
        }

            #slides-home .slide .slide-content .heading {
                height: 200px;
                padding: 0;
                position: relative;
            }

            #slides-home .slide .slide-content .text {
                height: 131px;
                font-size: 18px;
                line-height: 24px;
            }

        #slides-home .slide h6 {
            color: #D1E61D;
            font-size: 42px;
            line-height: 52px;
            font-family: exoregular;
            position: absolute;
            bottom: 10px;
            background-color: rgba(0,0,0,0.7);
            padding: 0 10px;
            width: 100%;
        }

        #slides-home .slide p {
            color: #FFFFFF;
            background-color: rgba(0,0,0,0.7);
            padding: 0 10px 10px;
            width: 100%;
        }

        #slides-home .slide a.button-small {
            margin: 12px 0 0 0;
            border: none;
            position: absolute;
            bottom: 58px;
        }

            #slides-home .slide a.button-small:active {
                position: static;
            }

    #slides-home .slidesjs-previous {
        bottom: 16px;
        left: 50px;
        position: absolute;
        z-index: 95;
        color: white;
        display: inline-block;
        width: 41px;
        height: 41px;
        overflow: hidden;
        text-indent: -1000px;
        background-image: url('/img/sprites.png');
        background-repeat: no-repeat;
        background-position: -40px -127px;
    }

        #slides-home .slidesjs-previous:hover {
            background-position: -121px -127px;
        }

    #slides-home .slidesjs-next {
        bottom: 16px;
        right: 50px;
        position: absolute;
        z-index: 95;
        color: #FFF;
        display: inline-block;
        width: 41px;
        height: 41px;
        overflow: hidden;
        text-indent: -1000px;
        background-image: url('/img/sprites.png');
        background-repeat: no-repeat;
        background-position: 0 -127px;
    }

        #slides-home .slidesjs-next:hover {
            background-position: -81px -127px;
        }

    #slides-home .slidesjs-pagination {
        display: block;
        position: absolute;
        bottom: 20px;
        z-index: 99;
        margin-left: 110px;
    }

        #slides-home .slidesjs-pagination li {
            float: left;
            margin-right: 24px;
        }

            #slides-home .slidesjs-pagination li a {
                width: 20px;
                height: 20px;
                overflow: hidden;
                text-indent: -1000px;
                display: inline-block;
                background-image: url('/img/sprites.png');
                background-position: -318px -66px;
            }

                #slides-home .slidesjs-pagination li a.active {
                    background-position: -318px -97px;
                }

.home-sub-heading {
    font-size: 25px;
    font-family: exodemibold;
    color: #444;
    margin-bottom: 8px;
}

/*--------------------------*/

#about-us ul.management-list {
    padding-top: 30px;
}

    #about-us ul.management-list li {
        overflow: hidden;
        padding-bottom: 30px;
    }

        #about-us ul.management-list li h3 {
            color: #777;
            font-size: 20px;
        }

        #about-us ul.management-list li h4, #about-us ul.management-list li h5, #about-us ul.management-list li h6 {
            color: #777;
            font-size: 16px;
            padding-bottom: 25px;
        }

        #about-us ul.management-list li p {
            color: #444;
            font-size: 14px;
            line-height: 1.8em;
            padding-bottom: 25px;
        }

/*-- PRODUCT PAGE STYLES --*/
/*-------------------------*/
#products p {
    line-height: 18px;
    font-size: 14px;
}

#products h3 {
    font-size: 22px;
    padding: 0 0 8px 0;
    color: #999;
}

#products .button {
    margin: 50px 0 0;
}

#products .section_dark_gray h3 {
    color: #fff;
}

#products h4, #products h5 {
    font-size: 16px;
    padding-bottom: 5px;
}

#products #how-does-vertika-work {
    height: 694px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#products #platform-and-product ul {
    padding: 0 0 0 16px;
    list-style: disc;
    list-style-position: outside;
    color: #FFF;
}

    #products #platform-and-product ul li {
        font-size: 14px;
        line-height: 22px;
    }

#products #industries-and-sectors ul {
    list-style: disc;
    padding: 20px 0 0 0;
    line-height: 24px;
    font-size: 14px;
}

#products #features p {
    color: #444;
}

#products #features a {
    width: 188px;
}

#products #industries-and-sectors h4 {
    padding: 75px 0 0 5px;
    font-family: exobold;
    font-size: 18px;
}

#products #industries-and-sectors p {
    padding: 5px 0 0 5px;
    color: #FFF;
}

#products ul.benefits {
    margin-top: 50px;
}

    #products ul.benefits li {
        width: 385px;
        height: 130px;
        float: left;
        padding: 20px 10px 20px 92px;
    }

#products #benefits h4 {
    font-size: 16px;
    text-transform: none;
    padding-bottom: 20px;
    color: #444;
}

#products #benefits h5 {
    font-size: 14px;
    padding: 95px 0 10px;
    text-transform: none;
    font-weight: bold;
}

#products #benefits p {
    color: #444;
}

#products #benefits .benefits-container {
    overflow: hidden;
}

    #products #benefits .benefits-container .benefits_grid {
        margin: 0 5px;
        width: 235px;
        float: left;
    }

#products #benefits .get-started {
    display: block;
    padding-top: 35px;
    margin: 0 auto;
    width: 188px;
}

    #products #benefits .get-started .button {
        width: 188px;
        text-transform: capitalize;
        margin: 0px auto;
    }

#products #section-7 p {
    padding-bottom: 20px;
    width: 787px;
}

#products #clicking-on-vertika h4 {
    font-size: 16px;
    text-transform: none;
}

#products #clicking-on-vertika p {
    color: #494949;
}

/*-- CONTACT-US PAGE STYLES --*/
/*----------------------------*/

div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
    position: relative;
}

.content label.required::after {
    content: " *";
}

.field-validation-error {
    margin-left: 155px;
    display: inline-block;
    margin-top: 4px;
    color: red;
    font-size: 12px;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    background: #fff;
    border: 1px solid #ff0000;
    font-size: 10pt;
    width: 280px;
    padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
    color: #f00;
    font-size: 10pt;
    display: block;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
}

div.wpcf7 .placeheld {
    color: #888;
}

#contact-us {
    overflow: hidden;
}

    #contact-us .enquiry-form {
        overflow: hidden;
    }

        #contact-us .enquiry-form ul {
            overflow: hidden;
            padding-bottom: 20px;
        }

        #contact-us .enquiry-form li {
            width: 50%;
            float: left;
            height: 75px;
        }

            #contact-us .enquiry-form li.right-column {
                margin-left: 66px;
                width: 429px;
            }

                #contact-us .enquiry-form li.right-column label {
                    width: 100px;
                }

                #contact-us .enquiry-form li.right-column .wpcf7-not-valid-tip-no-ajax {
                    padding: 5px 0 0 103px;
                }

            #contact-us .enquiry-form li .purpose label:hover {
                cursor: pointer;
                cursor: hand;
            }

            #contact-us .enquiry-form li.salutation {
                width: 100%;
                height: 45px;
            }

            #contact-us .enquiry-form li.purpose {
                width: 100%;
                height: 40px;
            }

            #contact-us .enquiry-form li.salutation span.main-label {
                width: 150px;
                display: inline-block;
            }

            #contact-us .enquiry-form li.salutation label {
                width: 74px;
                display: inline-block;
            }

                #contact-us .enquiry-form li.salutation label:hover {
                    cursor: pointer;
                    cursor: hand;
                }

            #contact-us .enquiry-form li select {
                width: 325px;
                margin: 0;
                border: 1px solid #AAA;
                height: 40px;
                border-radius: 3px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -khtml-border-radius: 3px;
                vertical-align: top;
                box-shadow: inset 0px 0px 5px #555;
                -webkit-box-shadow: inset 0px 0px 7px #BBB;
                -moz-box-shadow: inset 0px 0px 7px #BBB;
                -khtml-box-shadow: inset 0px 0px 7px #BBB;
                font-size: 15px;
            }

            #contact-us .enquiry-form li.text-area {
                width: 100%;
                padding-top: 5px;
                min-height: 100px;
            }

                #contact-us .enquiry-form li.text-area label {
                    position: relative;
                }

                #contact-us .enquiry-form li.text-area textarea {
                    font-family: Helvetica, Arial, sans-serif;
                    margin: 0;
                    padding: 3px 3px 0 3px;
                    width: 814px;
                    border: 1px solid #AAA;
                    border-radius: 3px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    -khtml-border-radius: 3px;
                    vertical-align: top;
                    box-shadow: inset 0px 0px 5px #555;
                    -webkit-box-shadow: inset 0px 0px 7px #BBB;
                    -moz-box-shadow: inset 0px 0px 7px #BBB;
                    -khtml-box-shadow: inset 0px 0px 7px #BBB;
                    height: 100px;
                    font-size: 15px;
                }

            #contact-us .enquiry-form li label {
                width: 150px;
                display: inline-block;
                line-height: 40px;
            }

            #contact-us .enquiry-form li span.purpose label {
                width: inherit;
                margin-right: 20px;
            }

            #contact-us .enquiry-form li input[type="text"] {
                width: 320px;
                height: 40px;
                border: 1px solid #AAA;
                margin: 0;
                padding: 0 0 0 3px;
                border-radius: 3px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -khtml-border-radius: 3px;
                vertical-align: top;
                box-shadow: inset 0px 0px 5px #BBB;
                -webkit-box-shadow: inset 0px 0px 7px #BBB;
                -moz-box-shadow: inset 0px 0px 7px #BBB;
                -khtml-box-shadow: inset 0px 0px 7px #BBB;
                font-size: 15px;
            }

            #contact-us .enquiry-form li input.radio {
                margin-right: 25px;
            }

        #contact-us .enquiry-form .wpcf7-response-output {
            margin-left: 154px;
        }

        #contact-us .enquiry-form .wpcf7-not-valid-tip-no-ajax {
            color: #DF0000;
            font-size: 10px;
            font-family: arial, Helvetica, sans-serif;
            padding: 5px 0 0 154px;
            text-transform: uppercase;
            display: block;
        }

        #contact-us .enquiry-form .wpcf7-validation-errors, .wpcf7-mail-sent-ng {
            color: #DF0000;
            font-size: 16px;
            font-family: arial, Helvetica, sans-serif;
            padding: 0 0 16px 0;
        }

        #contact-us .enquiry-form .warning {
            font-size: 14px;
            color: #949292;
            margin: 5px 0 26px 0;
        }

        #contact-us .enquiry-form .wpcf7-mail-sent-ok {
            background-color: #F2FF91;
            line-height: 40px;
            padding-left: 20px;
            margin-top: 10px;
        }

        #contact-us .enquiry-form .button-small {
        }

    #contact-us .address-list {
        padding-top: 10px;
    }

        #contact-us .address-list li {
            float: left;
            border-right: 1px solid #B2C200;
            height: 19em;
            margin-bottom: 2em;
        }

            #contact-us .address-list li h4 {
                font-size: 20px;
                padding-bottom: 6px;
            }

            #contact-us .address-list li p {
                color: #000000;
                font-size: 13px;
                line-height: 24px;
            }

/*-------------------------*/
/*-- Careers & Privacy Styles --*/
/*-------------------------*/

#privacy ul {
    line-height: 1.8em;
}

    #privacy ul > li {
        margin: 0 auto;
        padding: 1em 0;
    }

        #privacy ul > li strong {
            font-weight: bold;
        }

#careers ol.openings-list {
    list-style: decimal;
    list-style-position: inside;
    margin: 1em 0 0;
    line-height: 3em;
}

#careers ul.openings-list > li {
    margin: 0 auto;
    padding: 3em 0;
    font-size: 2em;
    list-style-type: decimal;
    list-style-position: outside;
}

#careers ul.openings-list li div.description {
    font-size: 0.5em;
}

#careers ul.openings-list li .description h4 {
    padding: 1em 0 0.8em;
    line-height: 1.2em;
    font-size: 1.2em;
}

#careers ul#openings {
    margin: 0 0 0 1.2em;
    list-style-position: outside;
    list-style-type: square;
}

    #careers ul#openings > li {
        padding: 6em 0 0;
        list-style: none;
    }

        #careers ul#openings > li ul {
            list-style: disc outside;
            padding: 0 0 1em 1em;
        }

            #careers ul#openings > li ul > li {
                padding: 0 0 0.4em;
            }
/*-----------------------------
--NOT-FOUND-ERROR-PAGE-STYLES--
-----------------------------*/

.not-found-error {
    height: 420px;
    padding: 68px 40px;
}

    .not-found-error h2 {
        padding: 0 0 40px;
        font-size: 50px;
        color: #222;
    }

    .not-found-error p {
        font-size: 19px;
        font-family: exobold;
        color: #222;
    }

    .not-found-error li {
        font-size: 17px;
        margin: 26px 0 0 0;
        display: block;
        font-family: exobold;
        color: #444;
        list-style-type: circle;
    }

#p_msg {
    font-family: exoregular;
}

    #p_msg.error {
        color: red;
    }

@media only screen and (max-width: 960px) {
    .header .home-link {
        height: 68px;
        width: 176px;
        display: inline-block;
        text-indent: 500px;
        overflow: hidden;
        background-image: url('/img/sprites.png');
        background-repeat: no-repeat;
    }

    .upper-navigation {
        clear: both;
        height: 0;
        transition: 0.5s;
        display: none;
        text-align: left;
        width: 100%;
    }

    .content {
        padding-top: 10px;
        background-color: #fff;
        width: 100%;
        height: auto;
        position: fixed;
    }

        .content #body {
            width: 100%;
            display: block;
            overflow-x: hidden;
            overflow-y: auto;
        }

        .content .heading {
            font-size: 3em;
            font-weight: 600;
            padding-bottom: 1.071rem;
        }

        .content h1 {
            font-size: 2.5em;
            line-height: 1.2em;
            font-family: exodemibold;
        }

        .content h2 {
            font-size: 2em;
            line-height: 1.4em;
            font-family: exodemibold;
        }

        .content h3 {
            font-size: 1.5em;
            line-height: 1.4em;
            font-family: exodemibold;
        }

        .content h4 {
            font-size: 1.125em;
            line-height: 1.5em;
            font-family: exodemibold;
        }

        .content h5 {
            font-size: 1em;
            line-height: 1.7em;
            font-family: exodemibold;
        }

        .content h6 {
            font-size: 1em;
            line-height: 1.8em;
            font-family: exodemibold;
        }

        .content ul, .content ol {
            margin: 0 0 0 1em;
            line-height: 1.8em;
            padding: 0 0 1em 0;
        }

        .content ol {
            list-style: decimal outside;
        }

        .content ul {
            list-style: disc outside;
        }

        .content .footer ul {
            list-style: none;
            margin: 0;
        }

    form#login input[type="email"], form#login input[type="password"] {
        margin: 0 0 0 0;
        display: inline-block;
    }

    .content form.incorrect-credentials p.message {
        font-size: 0.875rem;
        margin: 0 0 0 0;
    }

    form#login #btn_Login {
        margin: 0;
        width: 100%;
        display: block;
    }

    form#login a {
        width: 100%;
        display: block;
        margin: 0;
        display: inline-block;
        font-size: 1em;
        font-weight: bold;
    }

    .header .upper-navigation li {
        text-align: left;
        display: block;
        z-index: 1;
        width: 100%;
        text-decoration: none;
        color: #444;
        opacity: 0.9;
        background-color: #fff;
    }

        .header .upper-navigation li a {
            font-size: 1em;
            opacity: 1;
            display: block;
            width: 100%;
            padding: 31px 0 18px 0;
            text-decoration: none;
        }
}

@media only screen and (min-width: 960px) {
    body {
        min-width: 990px;
    }

    .header .upper-navigation {
        display: block;
        float: right;
        font-size: 13px;
        font-family: exodemibold;
    }

        .header .upper-navigation li {
            float: left;
            min-width: 188px;
            text-align: center;
            margin: 0 5px;
        }
}

@media only screen and (min-width: 560px) and (max-device-width: 680px) {
    .content #login label {
        font-size: 1.5em;
    }

    form#login a {
        font-size: 1.5em;
    }

    .header .upper-navigation li a {
        font-size: 1.5em;
    }

    .content .heading {
        font-size: 4em;
    }
}

@media only screen and (min-width: 680px) and (max-device-width: 800px) {
    .content #login label {
        font-size: 2em;
    }

    form#login a {
        font-size: 2em;
    }

    .header .upper-navigation li a {
        font-size: 1.5em;
    }

    .content .heading {
        font-size: 4em;
    }
}
