﻿
@font-face {
    font-family: 'TradeGothic LT';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(../font/OpenSans-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(../font/OpenSans-Regular.woff) format('woff');
}

.footer_div {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #5c6b80;
    background-color: #ddd;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*text-align: center;*/
}

    body.home .banner img {
        max-width: 100%;
        display: inline-block;
    }

    body.home .warms_bg {
        background: url("../images/warms-bg.jpg") no-repeat center center;
        padding: 30px 0;
    }

        body.home .warms_bg img {
            margin: 0 auto 20px auto;
            display: block;
        }

        body.home .warms_bg p {
            font-size: 28px;
            line-height: 32px;
            color: white;
            font-weight: bold;
            max-width: 620px;
            margin: 0 auto;
            text-align: center;
        }

    body.home .rounded_top {
        background: #ececec;
        padding-top: 19px;
    }

        body.home .rounded_top .top_bar {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            text-align: center;
            color: white;
            font-size: 18px;
            line-height: 22px;
            font-weight: bold;
            padding: 16px 0;
        }

            body.home .rounded_top .top_bar.blue {
                background: #589fdc;
            }

            body.home .rounded_top .top_bar.yellow {
                background: #a6b439;
            }

            body.home .rounded_top .top_bar.green {
                background: #73b34e;
            }

        body.home .rounded_top .bottom_bar {
            background: #fff;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            padding: 13px 19px;
            margin-bottom: 19px;
        }

            body.home .rounded_top .bottom_bar ul {
                margin: 0;
            }

                body.home .rounded_top .bottom_bar ul li {
                    text-align: center;
                    font-size: 12px;
                    line-height: 16px;
                    padding: 17px;
                    border-bottom: 2px solid #ededed;
                }

                    body.home .rounded_top .bottom_bar ul li:last-child {
                        border-bottom: none;
                    }

                    body.home .rounded_top .bottom_bar ul li img {
                        display: block;
                        width: 38px;
                        height: 38px;
                        margin: 0 auto 14px auto;
                    }

                body.home .rounded_top .bottom_bar ul.large li img {
                    width: 59px;
                    height: 59px;
                }

    body.home .clients {
        background: #f8f8f8;
        padding: 38px 0;
        text-align: center;
    }

        body.home .clients .heading {
            color: #5396cf;
            font-size: 28px;
            line-height: 32px;
            font-weight: 700;
            margin-bottom: 25px;
        }

        body.home .clients ul li {
            background-color: white;
            border: 1px solid #d7d7d7;
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            display: -webkit-flex;
            /* NEW - Chrome */
            display: flex;
            align-items: center;
            height: 117px;
            margin-bottom: 20px;
        }

            body.home .clients ul li img {
                display: block;
                margin: 0 auto;
            }

    body.contact .blue_bar {
        background-color: #589fdc;
        padding: 33px 0 20px 0;
        margin-bottom: 2px;
    }

        body.contact .blue_bar img {
            width: 250px;
            height: 60px;
            display: block;
            margin: 0 auto 33px auto;
        }

        body.contact .blue_bar p {
            color: white;
            text-align: center;
            margin: 0;
        }

        body.contact .blue_bar .contact_blocks .block {
            border: 2.51px solid white;
            text-align: center;
            padding: 25px 0;
            min-height: 191px;
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            display: -webkit-flex;
            /* NEW - Chrome */
            display: flex;
            align-items: center;
            margin-bottom: 27px;
        }

            body.contact .blue_bar .contact_blocks .block .block_content {
                width: 100%;
            }

            body.contact .blue_bar .contact_blocks .block a {
                text-decoration: none;
            }

                body.contact .blue_bar .contact_blocks .block a, body.contact .blue_bar .contact_blocks .block a:focus, body.contact .blue_bar .contact_blocks .block a:visited, body.contact .blue_bar .contact_blocks .block a:hover {
                    color: white;
                }

            body.contact .blue_bar .contact_blocks .block .txt1 {
                color: #acd2f2;
                margin-bottom: 15px;
            }

            body.contact .blue_bar .contact_blocks .block .txt1, body.contact .blue_bar .contact_blocks .block .txt3 {
                font-size: 18px;
                line-height: 24px;
            }

            body.contact .blue_bar .contact_blocks .block .txt2 {
                font-size: 40px;
                line-height: 46px;
                font-weight: 700;
            }

    body.about .banner {
        text-align: center;
        padding: 71px 0;
        background: url("../images/about-banner.jpg") no-repeat center center;
        background-size: cover;
        position: relative;
    }

        body.about .banner .heading {
            color: white;
            font-size: 39px;
            line-height: 45px;
            font-weight: 700;
            margin-bottom: 25px;
        }

        body.about .banner .text {
            color: white;
            font-size: 18px;
            font-weight: 700;
            line-height: 24px;
        }

        body.about .banner .overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: url("../images/about_overlay.png") no-repeat center center;
        }

    body.about .what_we_do {
        text-align: center;
        padding: 32px 0;
        background: #ececec;
    }

        body.about .what_we_do .wrap {
            max-width: 843px;
        }

        body.about .what_we_do .heading {
            color: #5396cf;
            font-size: 28px;
            line-height: 70px;
            font-weight: 700;
            padding-left: 102px;
            background: url("../images/icon-whatwedo.png") no-repeat left center;
            background-size: 70px 70px;
            display: inline-block;
            margin-bottom: 30px;
        }

        body.about .what_we_do .txt1, body.about .what_we_do .txt2 {
            color: #58595b;
        }

        body.about .what_we_do .txt1 {
            font-size: 26px;
            font-weight: 700;
            line-height: 31px;
            margin-bottom: 30px;
        }

        body.about .what_we_do .txt2 {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 55px;
        }

        body.about .what_we_do .iso img {
            width: 348px;
            height: 111px;
            display: block;
            margin: 0 auto 20px auto;
        }

    body.about .footprint {
        text-align: center;
        padding: 40px 0;
        background: url("../images/clouds.jpg") no-repeat center center;
        background-size: cover;
    }

        body.about .footprint .heading {
            color: white;
            font-size: 28px;
            line-height: 70px;
            font-weight: 700;
            padding-left: 102px;
            background: url("../images/icon-footprint.png") no-repeat left center;
            background-size: 70px 70px;
            display: inline-block;
            margin-bottom: 30px;
        }

        body.about .footprint img {
            display: block;
            margin: 0 auto;
        }

    body.about .achievements {
        text-align: center;
        padding: 32px 0;
        background: url("../images/achievements-bg.jpg") no-repeat center bottom;
        background-size: cover;
    }

        body.about .achievements .wrap {
            max-width: 929px;
        }

        body.about .achievements .heading {
            color: #5396cf;
            font-size: 28px;
            line-height: 70px;
            font-weight: 700;
            padding-left: 102px;
            background: url("../images/icon-whatwedo.png") no-repeat left center;
            background-size: 70px 70px;
            display: inline-block;
            margin-bottom: 30px;
        }

        body.about .achievements .white_blocks .block {
            background-color: white;
            border-radius: 20px;
            text-align: center;
            padding-top: 20px;
            margin-bottom: 13px;
        }

            body.about .achievements .white_blocks .block .block_heading {
                padding-left: 78px;
                font-size: 25px;
                line-height: 27px;
                display: inline-block;
                text-align: left;
                font-weight: bold;
                color: #565659;
            }

                body.about .achievements .white_blocks .block .block_heading.icn1 {
                    background: url("../images/icon-co2.png") no-repeat left top;
                    background-size: 51px;
                }

                body.about .achievements .white_blocks .block .block_heading.icn2 {
                    background: url("../images/icon-energy.png") no-repeat left top;
                    background-size: 51px;
                }

                body.about .achievements .white_blocks .block .block_heading.icn3 {
                    background: url("../images/icon-water.png") no-repeat left top;
                    background-size: 51px;
                }

                body.about .achievements .white_blocks .block .block_heading.icn4 {
                    background: url("../images/icon-trees.png") no-repeat left top;
                    background-size: 51px;
                }

                body.about .achievements .white_blocks .block .block_heading .small {
                    font-size: 16px;
                    line-height: 20px;
                }

                body.about .achievements .white_blocks .block .block_heading.line1 {
                    margin-bottom: 39px;
                }

                body.about .achievements .white_blocks .block .block_heading.line2 {
                    margin-bottom: 12px;
                }

            body.about .achievements .white_blocks .block .blue {
                background-color: #589fdc;
                padding: 19px 30px;
                color: white;
                margin-bottom: 12px;
            }

                body.about .achievements .white_blocks .block .blue .txt1 {
                    font-size: 36px;
                    line-height: 40px;
                    font-weight: 700;
                }

                    body.about .achievements .white_blocks .block .blue .txt1 .small {
                        font-size: 21px;
                        line-height: 40px;
                    }

                body.about .achievements .white_blocks .block .blue .txt2 {
                    font-size: 11px;
                    line-height: 15px;
                }

            body.about .achievements .white_blocks .block .stats {
                padding: 12px 6px;
            }

                body.about .achievements .white_blocks .block .stats .left, body.about .achievements .white_blocks .block .stats .center, body.about .achievements .white_blocks .block .stats .right, body.about .achievements .white_blocks .block .stats .left2, body.about .achievements .white_blocks .block .stats .right2 {
                    padding: 0 14px;
                }

                body.about .achievements .white_blocks .block .stats .left2 {
                    border-right: 1px solid #ededed;
                }

                body.about .achievements .white_blocks .block .stats .center {
                    border-left: 1px solid #ededed;
                    border-right: 1px solid #ededed;
                }

                body.about .achievements .white_blocks .block .stats .image {
                    margin-bottom: 26px;
                    padding-top: 6px;
                }

                body.about .achievements .white_blocks .block .stats .txt1 {
                    color: #565659;
                    font-size: 17px;
                    font-weight: 700;
                    line-height: 23px;
                    margin-bottom: 11px;
                }

                body.about .achievements .white_blocks .block .stats .txt2 {
                    color: #6e6e71;
                    font-size: 11px;
                    line-height: 15px;
                    margin-bottom: 6px;
                    min-height: 75px;
                }

                body.about .achievements .white_blocks .block .stats .image {
                    height: 71px;
                }

                body.about .achievements .white_blocks .block .stats .icn1 {
                    width: 68px;
                    height: 60px;
                }

                body.about .achievements .white_blocks .block .stats .icn2 {
                    width: 40px;
                    height: 53px;
                }

                body.about .achievements .white_blocks .block .stats .icn3 {
                    width: 100px;
                    height: 59px;
                }

                body.about .achievements .white_blocks .block .stats .icn4 {
                    width: 68px;
                    height: 58px;
                }

                body.about .achievements .white_blocks .block .stats .icn5 {
                    width: 73px;
                    height: 57px;
                }

                body.about .achievements .white_blocks .block .stats .icn6 {
                    width: 105px;
                    height: 62px;
                }

                body.about .achievements .white_blocks .block .stats .icn7 {
                    width: 77px;
                    height: 60px;
                }

                body.about .achievements .white_blocks .block .stats .icn8 {
                    width: 85px;
                    height: 53px;
                }

                body.about .achievements .white_blocks .block .stats .icn9 {
                    width: 55px;
                    height: 66px;
                }

    body.about .history {
        text-align: center;
        padding: 32px 0;
    }

        body.about .history .wrap {
            max-width: 857px;
        }

        body.about .history .heading {
            color: #5396cf;
            font-size: 28px;
            line-height: 70px;
            font-weight: 700;
            padding-left: 102px;
            background: url("../images/icon-whatwedo.png") no-repeat left center;
            background-size: 70px 70px;
            display: inline-block;
            margin-bottom: 30px;
        }

        body.about .history .txt {
            color: #58595b;
            font-size: 26px;
            font-weight: 700;
            line-height: 32px;
            margin-bottom: 34px;
        }

        body.about .history a {
            height: 33px;
            line-height: 33px;
            font-size: 10px;
            background-color: #589fdc;
            border-radius: 16px;
            display: block;
            width: 136px;
            text-decoration: none;
            margin: 0 auto;
        }

            body.about .history a, body.about .history a:focus, body.about .history a:visited {
                color: white;
            }

    body.services .banner {
        text-align: center;
        padding: 50px 0;
        background: url("../images/services-banner.jpg") no-repeat center center;
        background-size: cover;
        position: relative;
    }

        body.services .banner .wrap {
            max-width: 850px;
        }

        body.services .banner .heading {
            color: white;
            font-size: 34px;
            line-height: 40px;
            font-weight: 700;
            margin-bottom: 28px;
        }

        body.services .banner .text1 {
            color: white;
            font-size: 24px;
            font-weight: 700;
            line-height: 30px;
            margin-bottom: 20px;
        }

        body.services .banner .text2 {
            color: white;
            font-size: 18px;
            line-height: 24px;
        }

    body.services .content1 {
        background-color: #dbdbdb;
        padding: 39px 0 23px 0;
    }

        body.services .content1 .wrap {
            max-width: 922px;
        }

        body.services .content1 .text {
            text-align: center;
            color: #575455;
            font-size: 18px;
            font-weight: 700;
            line-height: 20px;
            margin-bottom: 23px;
        }

        body.services .content1 img {
            display: block;
            margin: 0 auto 23px auto;
        }

        body.services .content1 ul.grey_tick {
            margin: 0;
        }

            body.services .content1 ul.grey_tick li {
                list-style-type: none;
                padding-left: 72px;
                background: url("../images/li_grey.png") no-repeat left top;
                background-size: 34px 34px;
                min-height: 34px;
                margin-bottom: 16px;
                max-width: 360px;
            }

    body.services .content2 {
        background-color: #ececec;
        padding-bottom: 35px;
    }

        body.services .content2 .text {
            padding: 20px 0;
            color: #727272;
            font-size: 18px;
            line-height: 24px;
        }

        body.services .content2 .warmsproduct {
            margin-top: -100px;
        }

        body.services .content2 .heading {
            color: #589fdc;
            font-size: 26px;
            font-weight: 700;
            line-height: 32px;
            margin-bottom: 33px;
            text-align: center;
        }

    body.services .content3 {
        background-color: #a5a5a5;
        padding: 30px 0;
    }

        body.services .content3 .green_tick {
            margin: 0;
        }

            body.services .content3 .green_tick li {
                list-style-type: none;
                padding: 31px 26px 28px 110px;
                border-radius: 20px;
                background: #e1e1e1 url("../images/greentick.png") no-repeat 30px center;
                background-size: 51px 51px;
                margin-bottom: 12px;
                color: black;
            }

        body.services .content3 .padright {
            padding-right: 38px;
        }

    body.services .content4 {
        padding: 35px 0;
        text-align: center;
    }

        body.services .content4 .heading {
            color: #589fdc;
            font-size: 26px;
            font-weight: 700;
            line-height: 32px;
            margin-bottom: 57px;
        }

        body.services .content4 img {
            display: block;
            margin: 0 auto;
        }

    body.services .testimonials {
        padding: 62px 0 87px 0;
        text-align: center;
        background: url("../images/testimonials-bg.jpg") no-repeat center center;
        background-size: cover;
    }

        body.services .testimonials .heading {
            color: #589fdc;
            font-size: 26px;
            font-weight: 700;
            line-height: 32px;
            margin-bottom: 57px;
        }

        body.services .testimonials .text {
            color: white;
            font-size: 26px;
            font-weight: 700;
            line-height: 32px;
            margin-bottom: 46px;
        }

        body.services .testimonials .author {
            color: #acacac;
            font-size: 16px;
            font-weight: 700;
            line-height: 32px;
        }

.clearfix {
    zoom: 1;
}

    .clearfix:before, .clearfix:after {
        content: "";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

h1 {
    color: #353535;
    font-family: 'TradeGothic LT';
    font-size: 22px;
    font-weight: bold;
}

.h1blue {
    color: #589fdc;
}

.fontwhite {
    color: #ffffff;
}

.padding p {
    margin: 0;
}

.opensans {
    font-family: "OpenSans", sans-serif;
}

header .logo {
    width: 247px;
    height: 26px;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    float: left;
}

nav {
    display: initial;
}

    nav .mmenu {
        float: right;
        padding: 10px 0;
    }


    nav li {
        float: left;
    }

    nav ul {
        margin: 0;
        padding: 0;
        z-index: 999;
    }

    nav li {
        list-style-type: none;
        display: inline-block;
        margin: 0;
        position: relative;
    }

        nav li a {
            display: block;
            text-decoration: none;
            color: #626262;
            font-family: 'TradeGothic LT';
            font-size: 12px;
            font-stretch: expanded;
            padding: 8px 30px;
            border: 1px solid #d2d2d2; /* stroke */
            border-right: none;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box; /* prevents bg color from leaking outside the border */
            background-color: #f1f1f1; /* layer fill content */
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.06), inset 0 1px 1px #fff; /* drop shadow and inner shadow */
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.06), inset 0 1px 1px #fff; /* drop shadow and inner shadow */
            box-shadow: 0 1px 2px rgba(0,0,0,.06), inset 0 1px 1px #fff; /* drop shadow and inner shadow */
            background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI0OS40NzkxNjY2NjY2NjY3JSIgeTE9IjE1NyUiIHgyPSI0OS40NzkxNjY2NjY2NjY3JSIgeTI9IjYuOTk5OTk5OTk5OTk5OTklIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxYzFjMSIgc3RvcC1vcGFjaXR5PSIwLjMyIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjMyIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
            background-image: -moz-linear-gradient(bottom, rgba(193,193,193,.32) -89%, rgba(255,255,255,.32) 61%); /* gradient overlay */
            background-image: -o-linear-gradient(bottom, rgba(193,193,193,.32) -89%, rgba(255,255,255,.32) 61%); /* gradient overlay */
            background-image: -webkit-linear-gradient(bottom, rgba(193,193,193,.32) -89%, rgba(255,255,255,.32) 61%); /* gradient overlay */
            background-image: linear-gradient(bottom, rgba(193,193,193,.32) -89%, rgba(255,255,255,.32) 61%); /* gradient overlay */
        }

    nav > ul > li:first-child > a {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    nav > ul > li:last-child > a {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-right: 1px solid #d2d2d2;
    }

    nav a:hover {
        background-color: #d8d8d8; /* layer fill content */
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); /* inner shadow */
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); /* inner shadow */
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1); /* inner shadow */
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
        background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.02) 0%, rgba(0,0,0,.02) 100%); /* gradient overlay */
        background-image: -o-linear-gradient(bottom, rgba(255,255,255,.02) 0%, rgba(0,0,0,.02) 100%); /* gradient overlay */
        background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.02) 0%, rgba(0,0,0,.02) 100%); /* gradient overlay */
        background-image: linear-gradient(bottom, rgba(255,255,255,.02) 0%, rgba(0,0,0,.02) 100%); /* gradient overlay */
    }

    nav ul ul {
        display: none;
        position: absolute;
        top: 30px;
    }

    nav ul li:hover > ul {
        display: block;
    }

    nav ul ul li {
        float: none;
        position: relative;
    }

        nav ul ul li a {
            width: 120px;
        }

    nav > ul > li > ul > li:first-child > a {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    nav > ul > li > ul > li:last-child > a {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }



.pagewidth {
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.blugbg {
    background: #589fdc;
    color: #ffffff;
    margin-top: -20px;
}

.bluebar {
    background: #3976aa;
    border-bottom: 1px solid #4175a2;
    height: 6px;
}

.loginbox label {
    width: 75px;
    text-align: right;
    display: inline-block;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.7);
}

.loginbox input[type='text'], .loginbox input[type='password'] {
    width: 50%;
    height: 41px;
    border: 0;
    padding: 0 10px;
    background-color: #eee;
    color: #7f7f7f; /* text color */
    font-family: "Arial";
    font-size: 16px;
    text-shadow: 0 1px 1px rgba(0,0,0,.7); /* drop shadow */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type='text']::-webkit-input-placeholder {
    color: rgba(196,196,196,.6) !important;
}

input[type='text']:-moz-placeholder { /* Firefox 18- */
    color: rgba(196,196,196,.6) !important;
}

input[type='text']::-moz-placeholder { /* Firefox 19+ */
    color: rgba(196,196,196,.6) !important;
}

input[type='text']:-ms-input-placeholder {
    color: rgba(196,196,196,.6) !important;
}

input[type='password']::-webkit-input-placeholder {
    color: rgba(196,196,196,.6) !important;
}

input[type='password']:-moz-placeholder { /* Firefox 18- */
    color: rgba(196,196,196,.6) !important;
}

input[type='password']::-moz-placeholder { /* Firefox 19+ */
    color: rgba(196,196,196,.6) !important;
}

input[type='password']:-ms-input-placeholder {
    color: rgba(196,196,196,.6) !important;
}

input[type='email']::-webkit-input-placeholder {
    color: rgba(196,196,196,.6) !important;
}

input[type='email']:-moz-placeholder { /* Firefox 18- */
    color: rgba(196,196,196,.6) !important;
}

input[type='email']::-moz-placeholder { /* Firefox 19+ */
    color: rgba(196,196,196,.6) !important;
}

input[type='email']:-ms-input-placeholder {
    color: rgba(196,196,196,.6) !important;
}

.loginbox input.login {
    background: url('../images/loginbutton.png') top no-repeat;
    width: 52px;
    height: 51px;
    border: none;
    margin-top: 20px;
    margin-left: -294px;
    float: left;
    cursor: pointer;
    outline: none !important;
}

    .loginbox input.login:hover {
        background: url('../images/loginbutton.png') top no-repeat;
        border: none;
        opacity: 0.8;
    }

.loginbox .top {
    background: url('../images/inputtop.png') no-repeat;
    background-size: 100% 100%;
    margin-bottom: 8px;
    outline: none !important;
}

.loginbox .bottom {
    background: url('../images/inputbottom.png') no-repeat;
    background-size: 100% 100%;
    outline: none !important;
}

.loginbox .forgot {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.7);
    cursor: pointer;
    text-decoration: none;
}

    .loginbox .forgot:hover {
        text-decoration: underline;
    }


header .loginbox {
    display: none;
}

.loginbox {
    background: #3976aa;
    padding-top: 0px;
    padding-bottom: 0px;
}

.loginbar .top {
    background: url('../images/inputtop.png') no-repeat;
    top: 17px;
}

.loginbar .toplabel, .loginbar .bottomlabel {
    position: absolute;
    color: #fff; /* text color */
    font-family: "Arial";
    font-size: 16px;
    text-shadow: 0 1px 1px rgba(0,0,0,.7); /* drop shadow */
    width: 75px;
    text-align: right;
}

.loginbar .toplabel {
    top: 25px;
    left: 25%;
}

.loginbar .bottomlabel {
    top: 76px;
    left: 25%;
}

.loginbar .bottom {
    background: url('../images/inputbottom.png') no-repeat;
    top: 68px;
}

.loginbar .top, .loginbar .bottom {
    width: 310px;
    height: 41px;
    border: 0;
    position: absolute;
    left: 321px;
    padding: 0 10px;
    color: #fff; /* text color */
    font-family: "Arial";
    font-size: 16px;
    text-shadow: 0 1px 1px rgba(0,0,0,.7); /* drop shadow */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.loginbar .login {
    background: url('../images/loginbutton.png') top no-repeat;
    width: 52px;
    height: 51px;
    border: 1px solid red;
    left: 600px;
    top: 37px;
    position: absolute;
}

    .loginbar .login:hover {
        background: url('../images/loginbutton.png') center no-repeat;
        width: 52px;
        height: 51px;
        border: none !important;
        opacity: 8;
    }

    .loginbar .login:active {
        background: url('../images/loginbutton.png') bottom no-repeat;
        width: 52px;
        height: 51px;
    }

.greybg {
    border-bottom: 1px solid #d2d2d2; /* stroke */
    background-color: #fff; /* layer fill content */
    -moz-box-shadow: inset 0 1px 1px #fff; /* inner shadow */
    -webkit-box-shadow: inset 0 1px 1px #fff; /* inner shadow */
    box-shadow: inset 0 1px 1px #fff; /* inner shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI0OS40NzkxNjY2NjY2NjY3JSIgeTE9IjE1NyUiIHgyPSI0OS40NzkxNjY2NjY2NjY3JSIgeTI9IjYuOTk5OTk5OTk5OTk5OTklIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIwLjMyIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjMyIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, rgba(223,223,223,.32) -89%, rgba(255,255,255,.32) 61%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, rgba(223,223,223,.32) -89%, rgba(255,255,255,.32) 61%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, rgba(223,223,223,.32) -89%, rgba(255,255,255,.32) 61%); /* gradient overlay */
    background-image: linear-gradient(bottom, rgba(223,223,223,.32) -89%, rgba(255,255,255,.32) 61%); /* gradient overlay */
}

.sidebar {
    float: none;
    margin-right: 0px;
}

.greybgdark {
    background: #c7c8ca;
    padding: 5px;
}

.greyrow {
    background: #ebebeb;
    margin-top: 27px;
    padding: 25px 0;
}

.greybgheadings, .greybgcontact {
    background-color: #ececec; /* layer fill content */
    border-radius: 10px 10px 10px 10px; 
    margin-right:5px;
    margin-left:5px;
 
}

    

    .greybgheadings p {
        text-align: center;
        color: #464646;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 24px;
        margin: 0;
    }

    .greybgheadings h1 {
        font-size: 28px;
        line-height: 32px;
        color: #5396cf;
        font-family: 'Open Sans', sans-serif;
        text-align: center;
    }

.btn_green {
    background: #a6b439;
}

.btn_blue {
    background: #3976aa;
    /*-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 3px 3px rgba(0, 0, 0, 0.75);
box-shadow:         0px 3px 3px rgba(0, 0, 0, 0.75);*/
}

.btn_login {
    border: 1px solid #D4D4D4;
    -moz-border-radius: 10px / 6px;
    -webkit-border-radius: 10px / 6px;
    border-radius: 10px / 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #A6B439;  /* background color green */
    -moz-box-shadow: 0 1px 2px rgba(28,27,22,.25);
    -webkit-box-shadow: 0 1px 2px rgba(28,27,22,.25);
    box-shadow: 0 1px 2px rgba(28,27,22,.25);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #eaeaea -25%, #eaeaea 34.99%, #fcfcfc 125%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #eaeaea -25%, #eaeaea 34.99%, #fcfcfc 125%); /* gradient overlay */
    background-image: linear-gradient(bottom, #eaeaea -25%, #eaeaea 34.99%, #fcfcfc 125%); /* gradient overlay */
}

.btn-grey {
    border: 1px solid #d4d4d4; /* stroke */
    -moz-border-radius: 10px / 6px;
    -webkit-border-radius: 10px / 6px;
    border-radius: 10px / 6px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #000; /* layer fill content */
    -moz-box-shadow: 0 1px 2px rgba(28,27,22,.25); /* drop shadow */
    -webkit-box-shadow: 0 1px 2px rgba(28,27,22,.25); /* drop shadow */
    box-shadow: 0 1px 2px rgba(28,27,22,.25); /* drop shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMjUlIiB4Mj0iNTAlIiB5Mj0iLTI1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #eaeaea -25%, #eaeaea 34.99%, #fcfcfc 125%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #eaeaea -25%, #eaeaea 34.99%, #fcfcfc 125%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #eaeaea -25%, #eaeaea 34.99%, #fcfcfc 125%); /* gradient overlay */
    background-image: linear-gradient(bottom, #eaeaea -25%, #eaeaea 34.99%, #fcfcfc 125%); /* gradient overlay */
}

    .btn-grey:hover {
        background: #eaeaea; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2QzZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #eaeaea 0%, #d3d3d3 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #eaeaea 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #eaeaea 0%,#d3d3d3 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #eaeaea 0%,#d3d3d3 100%); /* IE10+ */
        background: linear-gradient(to bottom, #eaeaea 0%,#d3d3d3 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-8 */
    }

    .btn-grey:active {
        -moz-box-shadow: inset 0 1px 2px rgba(28,27,22,.25); /* drop shadow */
        -webkit-box-shadow: inset 0 1px 2px rgba(28,27,22,.25); /* drop shadow */
        box-shadow: inset 0 1px 2px rgba(28,27,22,.25); /* drop shadow */
    }

.btn-grey {
    text-decoration: none;
    display: inline-block;
    color: #7f7f7f; /* text color + color overlay */
    ;
    font-family: 'TradeGothic LT';
    font-size: 14px;
    font-weight: normal;
    text-shadow: 0 1px 0 #fff; /* drop shadow */
    ;
    text-align: center;
    padding: 8px;
    cursor: pointer;
}

.btn_green, .btn_blue {
    color: #ffffff;
    text-decoration: none;
    padding: 11px 23px;
    float: right;
    height: 23px;
}

    .btn_blue.mobile {
        display: none;
    }

    .btn_green img, .btn_blue img {
        margin-right: 23px;
    }

.slider {
    text-align: center;
}

.shadow {
    background: url('../images/headings-shadow.png') top center no-repeat;
    height: 15px;
    width: 100%;
    margin-bottom: 50px;
}

.dontwaste-box {
    position: relative;
    min-height: 100px;
}

    .dontwaste-box img {
        position: absolute;
        right: 60px;
        top: 0;
    }

h2 {
    font-size: 14px;
    color: #484848;
    font-family: 'Open Sans', sans-serif;
}

.fontgrey {
    color: #747474;
}

.h213 {
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    color: #000000;
}

.h218 {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 24px;
}

    .h218.spanline {
        background: url('../images/headerlines.jpg') center repeat-x;
    }

    .h218 span {
        background: #ffffff;
        padding-right: 14px;
    }

.bold {
    font-weight: bold;
}

h2.contact {
    line-height: 45px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.blankul {
    margin: 0;
}

    .blankul li {
        list-style: none;
        margin: 0;
    }

        .blankul li img {
            margin-right: 26px;
        }

.bluecontent, .greycontent, .greencontent {
    text-align: center;
}

.padtop38 {
    padding-top: 38px;
}

.padbot17 {
    padding-bottom: 17px;
}

.padbot25 {
    padding-bottom: 25px;
}

.bluecontent h2 {
    color: #579fdb; /* text color + color overlay */
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.57); /* drop shadow */
    text-align: center;
    margin: 27px 0;
}

.greycontent h2 {
    color: #969696; /* text color + color overlay */
    font-family: "OpenSans", sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.57); /* drop shadow */
    margin: 27px 0;
    text-align: center;
}

.greencontent h2 {
    color: #93a02b; /* text color + gradient overlay */
    font-family: "OpenSans", sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(255,255,255,.75); /* drop shadow */
    margin: 27px 0;
    text-align: center;
}


input[type="text"], input[type="email"], textarea, select {
    border: 1px solid #bec0c2; /* stroke */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #fff; /* layer fill content */
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,.25); /* inner shadow */
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.25); /* inner shadow */
    box-shadow: inset 0 0 4px rgba(0,0,0,.25); /* inner shadow */
    padding: 5px;
    width: 98%;
}

input[type="submit"] {
    border: 1px solid #007bff; /* stroke */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #abd; /* layer fill content */
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.16), inset 0 1px 1px #fff; /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.16), inset 0 1px 1px #fff; /* drop shadow and inner shadow */
    box-shadow: 0 1px 3px rgba(0,0,0,.16), inset 0 1px 1px #fff; /* drop shadow and inner shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI0OS40NzkxNjY2NjY2NjY3JSIgeTE9IjE1NyUiIHgyPSI0OS40NzkxNjY2NjY2NjY3JSIgeTI9IjYuOTk5OTk5OTk5OTk5OTklIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxOTE5MSIgc3RvcC1vcGFjaXR5PSIwLjMyIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIwLjMyIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, rgba(145,145,145,.32) -89%, rgba(234,234,234,.32) 61%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, rgba(145,145,145,.32) -89%, rgba(234,234,234,.32) 61%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, rgba(145,145,145,.32) -89%, rgba(234,234,234,.32) 61%); /* gradient overlay */
    background-image: linear-gradient(bottom, rgba(145,145,145,.32) -89%, rgba(234,234,234,.32) 61%); /* gradient overlay */
    padding: 5px;
    width: 98%;
}

table {
    width: 100%;
}


    table.contact {
        text-align: left;
        font-size: 12px;
        color: #747474;
        padding: 20px;
    }

.onehalf {
    float: left;
    width: 42%;
}

.onethird {
    float: left;
    width: 27%;
}



.story {
    border-right: 1px solid #cfcfcf;
    text-align: left;
    padding: 0 10px;
}

    .story.last {
        border-right: none;
    }

    .story h3 {
        color: #adadad;
        font-size: 12px;
        padding: 0;
        margin: 0 0 10px 0;
        text-align: left;
    }

    .story p {
        color: #adadad;
        font-size: 12px;
        padding: 5px 0;
        margin: 0;
        line-height: 16px;
        text-align: left;
        min-height: 64px;
    }

    .story a.linkblue {
        color: #7286ae;
        font-size: 12px;
        text-decoration: none;
        text-align: left;
    }

    .story .placeholder {
        float: left;
        margin-right: 10px;
        width: 96px;
        background-color: #fafafa;
        -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
        box-shadow: 0 0 3px rgba(0,0,0,.2);
    }

        .story .placeholder img {
            width: 96px;
        }

    .story .btn-grey {
        width: 70%;
        margin: 20px auto;
    }

.aligncenter {
    text-align: center;
}

.alignleft {
    text-align: left;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.mt2 {
    margin-top: 2px;
}

.mt8 {
    margin-top: 8px;
}

.mb8 {
    margin-bottom: 8px;
}

.mbt10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt27 {
    margin-top: 27px;
}

.mb27 {
    margin-bottom: 27px;
}

.mb22 {
    margin-bottom: 22px;
}

.ml110 {
    margin-left: 110px;
}

.lh32 {
    line-height: 32px;
}

.lh42 {
    line-height: 42px;
}

.ptb20 {
    padding: 20px 0;
}

.mh161 {
    min-height: 161px;
}

.mh217 {
    min-height: 217px;
}

.font12 {
    font-size: 12px;
}

.fontgrey {
    color: #747474;
}

.font14 {
    color: #464646;
    font-family: "Arial";
    font-size: 14px;
}

.font13 {
    font-size: 13px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font18 {
    font-size: 18px;
}

.font28 {
    font-size: 28px;
    line-height: 34px;
}

.font38 {
    font-size: 38px;
}

.fontblue {
    color: #0092c9;
}

.fontgrey {
    color: #737373;
}

.fontred {
    color: #c8372f;
}

.nomargin {
    margin: 0;
}

.greybg4, .greybg5 {
    background: #dcddde;
    padding: 9px 10px;
    margin-bottom: 10px;
}

    .greybg4 h2 {
        color: #666; /* text color */
        font-family: "Arial";
        font-size: 14px;
        font-weight: bold;
        /*padding-left: 30px;
    display: inline-block;*/
        margin: 0;
        line-height: 20px;
    }

    .greybg5 h2 {
        color: #666; /* text color */
        font-family: "Arial";
        font-size: 14px;
        font-weight: bold;
        /*padding-left: 30px;
    display: inline-block;*/
        margin: 0;
        line-height: 32px;
        padding-left: 40px;
    }

    .greybg4 h3, .greybg5 h3 {
        color: #666; /* text color */
        font-family: "Arial";
        font-size: 30px;
        font-weight: bold;
    }

    .greybg4 h4, .greybg5 h4 {
        color: #666; /* text color */
        font-family: "Arial";
        font-size: 14px;
        font-weight: bold;
    }

.greybg4bg {
    text-align: center;
}

    .greybg4bg img {
        margin: 0 auto 10px auto;
    }

.greybg4 h2.lh-3 {
    margin-top: -8px;
    margin-bottom: -8px;
}

.redbg {
    background: #ff0000;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 8px;
    margin-top: 20px;
}

.greenbg {
    background: #9fb42d;
    color: #ffffff;
}

    .greenbg h2 {
        font-size: 24px;
        color: #ffffff;
    }

    .greenbg .btn-grey {
        width: 50%;
        margin: 24px auto 0 auto;
        font-size: 18px;
    }

.bluebg {
    background: #0079ac;
    color: #ffffff;
}

.lightbluebg {
    background: #00a2de;
    padding: 10px 0;
}

.whitebg {
    background: #ffffff;
    padding: 20px;
}

img.shadow {
    margin: 20px 0 30px 0;
}

.onefifth {
    float: left;
    width: 19%;
    margin-right: 1.25%;
    margin-top: 1.25%;
}

    .onefifth.last {
        margin-right: 0;
    }

.staffbox h2 {
    font-size: 18px;
    margin-top: 27px;
}

.staffbox h3 {
    font-size: 12px;
    margin-bottom: 23px;
}

.staffbox .grid_4 {
    font-size: 13px;
    margin-bottom: 30px;
}

.blueheading {
    background-color: #3976aa; /* layer fill content */
    -moz-box-shadow: 0 0 6px rgba(5,5,6,.65); /* drop shadow */
    -webkit-box-shadow: 0 0 6px rgba(5,5,6,.65); /* drop shadow */
    box-shadow: 0 0 6px rgba(5,5,6,.65); /* drop shadow */
    padding: 10px 0;
}

    .blueheading h1 {
        color: #ffffff;
    }


.btnnav {
    display: inline-block;
    text-decoration: none;
    color: #626262;
    font-family: 'TradeGothic LT';
    font-size: 9px;
    padding: 8px 20px;
    border: 1px solid #d2d2d2; /* stroke */
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #f1f1f1; /* layer fill content */
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.06), inset 0 1px 1px #fff; /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.06), inset 0 1px 1px #fff; /* drop shadow and inner shadow */
    box-shadow: 0 1px 2px rgba(0,0,0,.06), inset 0 1px 1px #fff; /* drop shadow and inner shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI0OS40NzkxNjY2NjY2NjY3JSIgeTE9IjE1NyUiIHgyPSI0OS40NzkxNjY2NjY2NjY3JSIgeTI9IjYuOTk5OTk5OTk5OTk5OTklIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxYzFjMSIgc3RvcC1vcGFjaXR5PSIwLjMyIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjMyIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, rgba(193,193,193,.32) -89%, rgba(255,255,255,.32) 61%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, rgba(193,193,193,.32) -89%, rgba(255,255,255,.32) 61%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, rgba(193,193,193,.32) -89%, rgba(255,255,255,.32) 61%); /* gradient overlay */
    background-image: linear-gradient(bottom, rgba(193,193,193,.32) -89%, rgba(255,255,255,.32) 61%); /* gradient overlay */
}

    .btnnav:hover {
        background-color: #d8d8d8; /* layer fill content */
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); /* inner shadow */
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); /* inner shadow */
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1); /* inner shadow */
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
        background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.02) 0%, rgba(0,0,0,.02) 100%); /* gradient overlay */
        background-image: -o-linear-gradient(bottom, rgba(255,255,255,.02) 0%, rgba(0,0,0,.02) 100%); /* gradient overlay */
        background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.02) 0%, rgba(0,0,0,.02) 100%); /* gradient overlay */
        background-image: linear-gradient(bottom, rgba(255,255,255,.02) 0%, rgba(0,0,0,.02) 100%); /* gradient overlay */
    }

    .btnnav img {
        vertical-align: middle;
    }

.breadcrumb {
    width: 100%;
    display: block;
}

.crumbs {
    display: block;
    padding: 0;
    margin-left: 16px;
    margin-top: 0;
    height: 28px;
    margin-bottom: 14px;
}

    .crumbs li {
        display: inline;
    }

        .crumbs li.first {
            padding-left: 8px;
        }

        .crumbs li a, .crumbs li a:link, .crumbs li a:visited {
            color: #666;
            display: block;
            float: left;
            font-size: 12px;
            margin-left: -16px;
            padding: 5px 17px 11px 25px;
            position: relative;
            text-decoration: none;
        }

        .crumbs li a {
            background-image: url('../images/bg-crumbs.png');
            background-repeat: no-repeat;
            background-position: 100% 0;
            position: relative !important;
        }

            .crumbs li a:hover {
                color: #333;
                background-position: 100% -48px;
                cursor: pointer;
            }

            .crumbs li a.current-item {
                color: #333;
                background-position: 100% -96px;
            }

        .crumbs li.first a span {
            height: 29px;
            width: 3px;
            border-left: 1px solid #d9d9d9;
            position: absolute;
            top: 0px;
            left: 0px;
        }

        /* Set a descending z-index for elements so the arrow shows */
        .crumbs li:nth-last-child(1) a {
            z-index: 1;
        }

        .crumbs li:nth-last-child(2) a {
            z-index: 2;
        }

        .crumbs li:nth-last-child(3) a {
            z-index: 3;
        }

        .crumbs li:nth-last-child(4) a {
            z-index: 4;
        }

        .crumbs li:nth-last-child(5) a {
            z-index: 5;
        }

        .crumbs li:nth-last-child(6) a {
            z-index: 6;
        }

        .crumbs li:nth-last-child(7) a {
            z-index: 7;
        }

        .crumbs li:nth-last-child(8) a {
            z-index: 8;
        }

.servicebox {
    border: 1px solid #d2d2d2;
    height: 118px;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

    .servicebox .content, .servicebox .content-hover {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        /*transition: all 300ms ease-out;*/
    }

    .servicebox .content {
        background: #f7f7f7;
    }

    .servicebox .content-hover {
        z-index: 100;
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .servicebox:hover .content-hover {
        background: #ffffff;
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .servicebox img.btn {
        float: right;
    }

    .servicebox img.icon {
        width: auto;
        padding-top: 30px;
    }

    .servicebox h2 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 50px;
    }

.servicebox2 {
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

    .servicebox2 img {
        max-width: 100% !important;
    }

    .servicebox2 .content-hover {
        position: absolute;
        right: 1px;
        bottom: 3px;
        top: 0;
        left: 0;
    }

        .servicebox2 .content-hover .fade {
            position: absolute;
            right: 0;
            bottom: 0;
            top: 0;
            left: 0;
            opacity: 0;
            transition: all 300ms ease-out;
        }

    .servicebox2 .text {
        position: absolute;
        top: 20px;
        left: 20px;
        bottom: 20px;
        color: #fff;
        text-align: center;
    }

        .servicebox2 .text h2 {
            font-size: 24px;
            color: #ffffff;
            margin: 10px 0 0 0;
            text-align: left;
        }

        .servicebox2 .text p {
            text-align: left;
        }

        .servicebox2 .text .btn-grey {
            margin: 0;
        }

    /*.servicebox2 .content-hover {        
        opacity: 0.5;
    }*/

    .servicebox2:hover .content-hover .fade {
        opacity: 1;
    }



.textshadow p {
    text-shadow: 0 1px 1px rgba(0,0,0,.7);
}

.tblhome {
    margin: 0 auto;
}

    .tblhome tr td:first-child {
        width: 60px;
    }

    .tblhome tr td:last-child {
        text-align: left;
    }

.tblcep {
    margin: 0 auto;
}

    .tblcep tr td:first-child {
        width: 95px;
    }

    .tblcep tr td:last-child {
        text-align: left;
        font-size: 16px;
        font-weight: bold;
    }

textarea {
    width: 98%;
    resize: none;
    height: 200px;
}

.onerow {
    margin-bottom: 20px;
}

.commentsrow {
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    margin: 28px 0 50px 0;
    padding: 11px 0 !important;
}

.sidebar p, .sidebar h2 {
    font-size: 13px;
}

ul.news {
    padding-left: 0;
}

    ul.news li {
        list-style-image: url('../images/li-arrow-left.png');
        list-style-position: inside;
        border-bottom: 1px solid #e7e6e6;
        padding: 5px 0;
    }

        ul.news li a {
            text-decoration: none;
            color: #838383;
            font-size: 13px;
        }

        ul.news li:last-child {
            border-bottom: none;
        }

p.testimonialbox {
    background-color: #f5f3f3;
    padding: 17px 24px;
    font-style: italic;
}

/*** Timeline ***/
.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

    /* The line */
    .cbp_tmtimeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 3px;
        background: #efeeee;
        left: 25%;
        margin-left: -10px;
    }

    /* The date/time */
    .cbp_tmtimeline > li .cbp_tmtime {
        display: block;
        width: 20%;
        padding-right: 50px;
        position: absolute;
    }

        .cbp_tmtimeline > li .cbp_tmtime span {
            display: block;
            text-align: right;
        }

            .cbp_tmtimeline > li .cbp_tmtime span:first-child {
                font-size: 0.9em;
                color: #bdd0db;
            }

            .cbp_tmtimeline > li .cbp_tmtime span:last-child {
                font-size: 2.9em;
                color: #5396cf;
            }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
        color: #5396cf;
    }

    /* Right content */
    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 15px 30%;
        /*background: #3594cb;*/
        border: 1px solid #ebeaea;
        /*color: #fff;*/
        padding: 2em;
        /*font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;*/
        position: relative;
        border-radius: 5px;
    }

        /*.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
        background: #6cbfee;}*/

        .cbp_tmtimeline > li .cbp_tmlabel h2 {
            border-bottom: 1px solid rgba(255,255,255,0.4);
        }

        /* The triangle */
        .cbp_tmtimeline > li .cbp_tmlabel:after {
            right: 100%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-right-color: #ebeaea;
            border-width: 10px;
            top: 10px;
        }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: #ebeaea;
    }

    /* The icons */
    .cbp_tmtimeline > li .cbp_tmicon {
        width: 10px;
        height: 10px;
        font-size: 1.4em;
        line-height: 40px;
        position: absolute;
        color: #fff;
        background: #ebeaea;
        border-radius: 50%;
        text-align: center;
        left: 25%;
        /*top: 0;*/
        margin: 15px 0 0 -14px;
    }

/*.cbp_tmicon-phone:before {
    content: "\e000";
}

.cbp_tmicon-screen:before {
    content: "\e001";
}

.cbp_tmicon-mail:before {
    content: "\e002";
}

.cbp_tmicon-earth:before {
    content: "\e003";
}*/

/* Example Media Queries */
@media screen and (max-width: 650px) {

    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 450px) {
    .cbp_tmtimeline:before {
        display: none;
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

        .cbp_tmtimeline > li .cbp_tmtime span {
            text-align: left;
        }

    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }

        .cbp_tmtimeline > li .cbp_tmlabel:after {
            right: auto;
            left: 20px;
            border-right-color: transparent;
            border-bottom-color: #3594cb;
            top: -20px;
        }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #6cbfee;
    }

    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }
}

.greyborderbox {
    border: 1px solid #d2d2d2;
    /*text-align: center;    */
    margin-top: 20px;
    background: #fefefe; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fefefe 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-8 */
}

.greyborderbox2 {
    border: 1px solid #d2d2d2;
    background-color: #fff;
    -moz-box-shadow: inset 0 1px 1px #fff;
    -webkit-box-shadow: inset 0 1px 1px #fff;
    box-shadow: inset 0 1px 1px #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI0OS40NzkxNjY2NjY2NjY3JSIgeTE9IjE1NyUiIHgyPSI0OS40NzkxNjY2NjY2NjY3JSIgeTI9IjYuOTk5OTk5OTk5OTk5OTklIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIwLjMyIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjMyIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, rgba(223,223,223,.32) -89%, rgba(255,255,255,.32) 61%);
    background-image: -o-linear-gradient(bottom, rgba(223,223,223,.32) -89%, rgba(255,255,255,.32) 61%);
    background-image: -webkit-linear-gradient(bottom, rgba(223,223,223,.32) -89%, rgba(255,255,255,.32) 61%);
    background-image: linear-gradient(bottom, rgba(223,223,223,.32) -89%, rgba(255,255,255,.32) 61%);
    padding: 20px;
}

.ptb1 {
    padding: 45px 0;
}

.ptb2 {
    padding: 20px 0;
}

.ptb3 {
    padding: 33px 0;
}

.p3 {
    padding: 33px;
}

.plr10 {
    padding: 0 10px !important;
}

.pb3 {
    padding-top: 33px;
}

.uldw {
    padding-left: 0;
    margin-bottom: 0;
}

    .uldw li {
        background: url('../images/lilogo.png') no-repeat left top;
        padding: 2px 0px 15px 30px;
        list-style: none;
        margin: 0;
        font-size: 12px;
    }

.blackgradbg {
    border: 1px solid #d2d2d2;
    background-color: #fff;
    -moz-box-shadow: inset 0 1px 1px #fff;
    -webkit-box-shadow: inset 0 1px 1px #fff;
    box-shadow: inset 0 1px 1px #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI0OS40NzkxNjY2NjY2NjY3JSIgeTE9IjE1NyUiIHgyPSI0OS40NzkxNjY2NjY2NjY3JSIgeTI9IjYuOTk5OTk5OTk5OTk5OTklIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjgxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2MzYzNiIgc3RvcC1vcGFjaXR5PSIwLjgxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.81) -89%, rgba(54,54,54,.81) 61%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.81) -89%, rgba(54,54,54,.81) 61%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.81) -89%, rgba(54,54,54,.81) 61%);
    background-image: linear-gradient(bottom, rgba(0,0,0,.81) -89%, rgba(54,54,54,.81) 61%);
}

.redgradbg {
    border: 1px solid #d2d2d2;
    background-color: #fff;
    -moz-box-shadow: inset 0 1px 1px #fff;
    -webkit-box-shadow: inset 0 1px 1px #fff;
    box-shadow: inset 0 1px 1px #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI0OS40NzkxNjY2NjY2NjY3JSIgeTE9IjE1NyUiIHgyPSI0OS40NzkxNjY2NjY2NjY3JSIgeTI9IjYuOTk5OTk5OTk5OTk5OTklIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwMCIgc3RvcC1vcGFjaXR5PSIwLjgxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, rgba(189,0,0,.81) -89%, rgba(255,0,0,.81) 61%);
    background-image: -o-linear-gradient(bottom, rgba(189,0,0,.81) -89%, rgba(255,0,0,.81) 61%);
    background-image: -webkit-linear-gradient(bottom, rgba(189,0,0,.81) -89%, rgba(255,0,0,.81) 61%);
    background-image: linear-gradient(bottom, rgba(189,0,0,.81) -89%, rgba(255,0,0,.81) 61%);
}

.blackgradbg, .redgradbg {
    padding: 10px;
    color: #fff;
    margin-top: 10px;
}

.select {
    border: 1px solid #d2d2d2;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.16), inset 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.16), inset 0 1px 1px #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.16), inset 0 1px 1px #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI0OS40NzkxNjY2NjY2NjY3JSIgeTE9IjE1NyUiIHgyPSI0OS40NzkxNjY2NjY2NjY3JSIgeTI9IjYuOTk5OTk5OTk5OTk5OTklIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxOTE5MSIgc3RvcC1vcGFjaXR5PSIwLjMyIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIwLjMyIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, rgba(145,145,145,.32) -89%, rgba(234,234,234,.32) 61%);
    background-image: -o-linear-gradient(bottom, rgba(145,145,145,.32) -89%, rgba(234,234,234,.32) 61%);
    background-image: -webkit-linear-gradient(bottom, rgba(145,145,145,.32) -89%, rgba(234,234,234,.32) 61%);
    background-image: linear-gradient(bottom, rgba(145,145,145,.32) -89%, rgba(234,234,234,.32) 61%);
    width: 100%;
    height: 29px;
}


.Login_Blue {
    color: #00A2DE;
    font-size: 26px;
    font-weight: 700;
    font-family: 'TradeGothic LT';
    vertical-align: bottom;
    font-style: normal;
}

/*********************
LINK STYLES
*********************/
.white_links a, .white_links a:visited {
    color: #fff;
    /* on hover */
    /* on click */
    /* mobile tap color */
}

    .white_links a:hover, .white_links a:focus, .white_links a:visited:hover, .white_links a:visited:focus {
        color: #a6b439;
    }

    .white_links a:link, .white_links a:visited:link {
        /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    }



.items-branch-box {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 5%;
    margin-top: 5%;
}

.greybgcontact {
       
           box-shadow:3px 3px 3px rgba(128, 128, 128, 0.38);
    }
/* STILL NEED TO FIX
.slider > .greybgcontact {
    border-radius: 0px 0px 0px 0px;
}*/

@media only screen and (max-width: 630px) {
    .items-branch-box {
        flex-wrap: wrap;
    }
    .col3  {
        margin: 10px;
    }
}
/*this class belongs to ctrlSenderOTP.ascx, gridview's headerText. for the button target 'link user'*/
.HTFixed {
    position: fixed;
}