@import 'large.css?v=11' screen;
@import 'small.css?v=11' screen;

html {
    -webkit-text-size-adjust: none;
}

/** **/
body {
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    font-family: Arial;
    position: relative;
    color: #231F20;
}

a {
    color: #54ae88;
}



a:hover {
    text-decoration: underline;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

:link, *:visited {
    text-decoration: none;
}

ul, ol {
    list-style: none outside none;
}

h1, h2, h3, h4, h5, h6, pre, p, code, kbd, label, address {
    font-size: .875em;
}

dl, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}

a img, *:link img, *:visited img {
    border: medium none;
}

address, abbr {
    font-style: normal;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


.left {
    width: 74%;
    float: left;
    margin-right: 10px;
}

.right {
    width: 25%;
    float: right;
 
}

.no-float {
    float: none;
    width: 100%;
    margin-right: 0 !important;
}


.right img {
}
/* ################### Outerwrapper  ###################*/

.site-width {
    width: 95%;
    margin: 0 auto;
    position: relative;
}
/* ################### Header  ###################*/

#header {
    background: #fff;
}

#header-strip {
    height: 110px;
    width: 100%;
    position: relative;
}

#header-container {
    height: 110px;
}

    #header-container img.intelligent {
        position: absolute;
        right: 1%;
        bottom: 10PX;
    }

    #header-container .logos {
        position: relative;
        padding: 10px 0px;
        height: 90px;
    }

    #header-container .jf-logo-text {
        position: absolute;
        top: 41px;
        margin-left: 5px;
    }

#nav-container {
    width: 95%;
    margin: 0 auto;
}

#nav {
    background: #54ae88;
    width: 100%;
    height: 40px;
    border-bottom: #3c7d62 2px solid;
    overflow: hidden;
}

#nav-container {
    width: 95%;
}

#nav ul {
    width: 95%;
    margin: 0 auto;
    display: inline-block;
    overflow: auto;
}

    #nav ul li {
        float: left;
        padding: 10px 20px 10px 20px;
        color: #fff;
        font-size: 1.1em;
        height: 20px;
        border-right: 1px #3c7d62 solid;
        cursor: pointer;
        white-space: nowrap;
    }

        #nav ul li:hover {
            text-decoration: underline;
            font-weight: bold;
        }

        #nav ul li a {
            color: #fff;
            font-weight: bold;
        }

        #nav ul li.last-nav,
        #nav ul li.no-border {
            border-right: none;
        }

        #nav ul li.first {
            border-left: 1px #3c7d62 solid;
        }


        #nav ul li.selected {
            background: #3c7d62;
            border-left: 1px solid #72daae;
            border-right: 1px solid #2c5a47;
        }


/* ################### Content  ###################*/
#content {
    min-height: 630px;
    margin: 10px auto;
    padding: 10px;
    overflow: hidden;
        display: none;

}

    #content ul {
        margin: 0px 0 0 20px;
    }

        #content ul li {
            background: url("../images/bullet.png") no-repeat scroll 0 5px transparent;
            padding: 0 30px 5px 11px;
            font-size: .875em;
        }

    #content p {
        line-height: 1.4em;
        margin: 0 0 10px;
    }

    #content .green {
        color: #3c7d62;
        font-weight: bold;
    }

#footer .green {
    color: #54ae88;
    font-weight: bold;
}



.company-logos {
    margin-top: 10px;
    display: inline-block;
    float: none;
    width: 95%;
}

    .company-logos img {
        margin: 0px 10px 35px 10px;
    }

        .company-logos img.last-image {
            margin: 0px 10px 0px 10px;
        }

.tablet-logos {
    display: none;
}

h1 {
    font-size: 1.3em;
    margin: 0px 0px 20px 0px;
    color: #54ae88 !important;
}

h2 {
    margin: 15px 0px 5px 0px;
    font-size: 1em;
}


#content img.main-images {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 0 0 0 auto;
    display: block;
    width: 100%;
}

#content img.joy-images {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 0px 0px 0px 10px;
    float: right;
    width: 25%;

}

#content div.about-container {
    float: none !important;
    width: 100%;
    display: block;
}

#content div.box {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #54ae88;
    margin-top: 20px;
    width: 100% !important;
    display: inline-block;
}

#content div.list {
    width: 100% !important;
    display: inline-block;
}

    #content div.box div,
    #content div.list div {
        float: left;
        width: 45%;
        padding: 10px;
    }

    #content div.box h2 {
        color: #ffffff;
    }

    #content div.box ul {
        width: auto;
    }

        #content div.box ul li {
            background: url("../images/white-bullet.png") no-repeat scroll 0 5px transparent;
            color: #ffffff;
        }

            #content div.box ul li ul li {
                background: url("../images/white-dash-bullet.png") no-repeat scroll 0 5px transparent;
                font-size: 1em;
            }

#content div.case-study {
    margin: 10px 5px 0px 5px;
}

    #content div.case-study p {
        margin: 0px 0px 10px 0px !important;
    }

#content .home-image {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

}

#content p.strapline {
    margin-top: 5px;
    color: #3c7d62;
    padding: 0px 3px;
    text-align: center !important;
}

/* ################### Footer  ###################*/

#footer {
    padding: 10px 0px;
    width: 95%;
    margin: 0 auto;
    border-top: 1px #3c7d62 solid;
    margin-top: 10px;
}

    #footer div.address {
        font-size: .7em;
    }

    #footer div.image {
        width: 60px;
        margin-right: 10px;
    }

        #footer div.image img {
            float: left;
            vertical-align: middle;
        }

    #footer div.text {
        padding-top: 0px;
        float: left;
        vertical-align: middle;
        width: 75%;
        line-height: 1.5em;
    }
