﻿@charset "utf-8";
/*!
 * Custom CSS
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
    /*font-family:Arial, Helvetica, sans-serif;*/
    border-top: 0px solid #4d4d4d;
    background: #dfdfdf;
    font-size: 13px;
}
html
{
 overflow-y:scroll;
}

p, td, div, input, textarea, select, option {
    /*font-family:Arial, Helvetica, sans-serif;*/
}

label, input, button, select, textarea {
    font-size: 13px;
}

body, p, td, div, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif !important;
}

input, textarea, select, option {
    color: #666;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 22px;
    color: #404040;
    color: #009ddc;
    color: ##0397d7;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 0px 0;
    margin: 0 0 15px 0;
    font-weight: normal;
}

h2 {
    color: #009ddc;
    color: #0397d7;
    /*font-family: 'Droid Sans', sans-serif;*/
    font-size: 24px;
    padding: 0 0 6px 0;
    border-bottom: 0px dotted #bbb;
    padding: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
    font-size: 22px;
    font-weight: normal;
    line-height: 130%;
}

h5 {
    margin: 15px 0 10px 0;
}

a, a:active, a:visited, a:link {
    color: #009ddc;
    color: #0397d7;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #666;
    }

img {
    border: 0;
}


/***** Listing *****/
ul.listing, ul.listing li {
    list-style: none;
    display: list-item;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

    ul.listing li {
        position: relative;
        padding: 5px 0;
        border-bottom: 1px solid #f1f1f1;
    }

        ul.listing li p {
            padding: 0;
            margin: 0;
        }

        ul.listing li .image {
            position: absolute;
            padding: 3px;
            border: 1px solid #d7d7d7;
            background: #fff;
            left: 0;
            top: 5px;
        }

/***** List *****/
ul.list, ul.list li {
    list-style: none;
    display: list-item;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

    ul.list li {
        position: relative;
        padding: 5px 0;
        border-bottom: 1px solid #f1f1f1;
    }

        ul.list li p {
            padding: 0;
            margin: 0;
        }

    ul.list li {
        background: url(../images/icons/icons.png) no-repeat;
        padding-left: 25px;
    }

        ul.list li.edit {
            background-position: 0 -184px;
        }

        ul.list li.password {
            background-position: 0 -135px;
        }

        ul.list li.download {
            background-position: 0 -224px;
        }

        ul.list li.report {
            background-position: 0 -271px;
        }

/* Resource List */
ul.rs-list, ul.rs-list li {
    list-style: none;
    display: list-item;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

    ul.rs-list li {
        position: relative;
        padding: 5px 0;
        border-bottom: 1px solid #f1f1f1;
    }

        ul.rs-list li p {
            padding: 0;
            margin: 0;
        }

    ul.rs-list li {
        /*background: url(../images/geed/arrow.png) no-repeat 0 20px;
    padding-left: 25px;*/
        padding: 5px 0;
    }

        ul.rs-list li b {
            font-weight: normal;
            font-style: italic;
        }


.clearfix {
    display: inline-block;
}

    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
/* Hides from IE-mac \ */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
    clear: both;
}


#wrapper {
    padding: 20px 0;
}

    #wrapper .container-fluid {
        -moz-box-shadow: 0 0 5px 5px #d1d1d1;
        -webkit-box-shadow: 0 0 5px 5px #d1d1d1;
        box-shadow: 0 0 5px 5px #d1d1d1;
        border-radius: 6px;
    }

.container-fluid {
    width: 960px;
    margin: 0 auto;
    background: #fff;
    padding: 0;
}

h1.logo {
    border: 0;
    margin: 20px;
    padding: 0;
}

.worldmap {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #366d8c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#366d8c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%,#366d8c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%,#366d8c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%,#366d8c 100%); /* IE10+ */
    background: linear-gradient(to right, #ffffff 0%,#366d8c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#366d8c',GradientType=1 ); /* IE6-9 */
    min-height: 70px;
    min-height: 110px;
    overflow: hidden;
    text-align: right;
    border-top-right-radius: 6px;
}

/* Block */
.block {
    padding: 0;
    margin-bottom: 20px;
}

    .block .head {
        color: #009ddc;
        /*font-family: 'Droid Sans', sans-serif;*/
        font-size: 24px;
        padding: 0 0 6px 0;
        border-bottom: 1px dotted #bbb;
        padding: 0 0 10px 0;
        font-weight: bold;
        font-size: 22px;
        font-weight: normal;
        line-height: 130%;
    }

        .block .head .view-all {
            float: right;
            font-size: 12px;
            text-decoration: none;
            background: url(../images/icons/plus.png) no-repeat 0 7px;
            padding: 0 0 0 20px;
            color: #f1f1f1;
        }

            .block .head .view-all:hover {
                color: #fff;
            }

    .block .content .read-more {
        padding-top: 10px;
    }

        .block .content .read-more .view-all {
            font-size: 12px;
            text-decoration: underline;
        }

    .block .content {
        padding: 10px 0;
    }

    /***** Grey Box ******/
    .greybox, .block.why-join {
        box-shadow: inset 0 0 30px #eaeaea, 0 0 3px #eaeaea;
        border-radius: 6px;
        border: 1px solid #d6d6d6;
        padding: 15px;
    }

        .greybox .head, .block.why-join .head {
            background: none !important;
            border: 0 !important;
            color: #333 !important;
            padding: 0 0 15px 0 !important;
        }

        .greybox .content, .block.why-join .content {
            padding: 0 !important;
        }

/***** Buttons *****/
.btn-orange, a.btn-orange, .btn-orange:focus, .btn-orange:hover {
    background: #832d78;
    -moz-box-shadow: inset 0 0 10px #622259;
    -webkit-box-shadow: inset 0 0 10px #622259;
    box-shadow: inset 0 0 10px #622259;
    background: #ff7d15;
    /*background: #fa9723;*/
    -moz-box-shadow: inset 0 0 10px #f68e15;
    -webkit-box-shadow: inset 0 0 10px #f68e15;
    box-shadow: inset 0 0 10px #f68e15;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #f0dfee;
    color: #fff;
    text-shadow: none;
    border: 0;
    font-size: 13px;
}

    .btn-orange:hover {
        color: #fff;
    }

.contentpane .btn-orange {
    padding: 5px 10px;
    font-size: 15px;
}


/***** Field *****/
.field span.red {
    color: #ff0000;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 0 0 5px;
}

.field .checkbox {
}

    .field .checkbox input {
        margin-top: 4px;
        margin-right: 2px;
    }

.field-validation-error {
    color: #ff0000;
}


/*************** Notifications ***************/
.notification {
    position: relative;
    margin: 0 0 15px 0;
    padding: 3px 5px;
    border: 1px solid;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    font-size: 13px;
}

span.field-validation-error {
    display: block;
    color: red;
}

.forgot-password .notification, .forgot-password .field-validation-error {
    background: none !important;
    border: 0 !important;
    width: auto !important;
}

.forgot-password .field-validation-error {
    color: red;
}

.attention {
    background: #fffbcc url('../images/icons/exclamation.png') 10px 11px no-repeat;
    border-color: #e6db55;
    color: #666452;
}

.information {
    background: #dbe3ff url('../images/icons/information.png');
    border-color: #a2b4ee;
    color: #585b66;
}

.success {
    background: #d5ffce url('../images/icons/tick_circle.png');
    border-color: #9adf8f;
    color: #556652;
}

.forgot-password .success {
    color: #3FA530;
}

.error {
    background: #ffcece url('../images/icons/cross_circle.png');
    border-color: #df8f8f;
    color: #665252;
}

.notification div {
    display: block;
    font-style: normal;
    padding: 10px 10px 10px 36px;
    line-height: 1.5em;
}

.notification .close {
    color: #990000;
    font-size: 9px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.login-form .notification.information {
    padding: 5px 10px;
    font-style: italic;
}

    .login-form .notification.information div {
        display: block;
        font-style: normal;
        padding: 0;
        line-height: 1.5em;
    }

    .login-form .notification.information .btn {
        padding: 0;
        margin: 0;
        font-size: 13px;
    }

    .login-form .notification.information .text-right {
        padding-top: 7px;
    }


/* Top Header */
.top-header {
    /*position: relative;*/
}

    .top-header .span6.pull-right {
        position: relative;
    }

/* Top Search */
.search {
    position: absolute;
    top: 40px;
    right: 50px;
    background: #fff;
    width: 40%;
    padding: 5px;
    opacity: 0.8;
}

    .search:hover {
        opacity: 0.9;
    }

.search-box {
    margin-top: 5px;
}

.add-on .icon-search {
    background: url(../images/icons/icons.png) no-repeat left top;
    width: 23px;
    height: 24px;
    border: 0px;
    font-size: 1px;
    position: absolute;
    left: -25px;
    top: -4px;
}

.search .icon-search {
    float: right;
    background: url(../images/icons/icons.png) no-repeat 0 0;
    border: 0;
    margin: 1px 3px 0 0;
    padding: 9px;
}

.search .textbox {
    float: left;
    width: 85%;
    border: 0;
    padding: 1px 3px;
    margin: 0;
    font-size: 12px;
    color: #666;
    box-shadow: none !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    color: #333;
}
/* Search 
.search {
	position: absolute;
	top: 20px;
	right: 50px;
	background: #fff;
}
.search form {
	margin: 0;
	padding: 0;
}
.search .form-text {
	border: 0;
	outline: none;
}
.search .form-button {
	border: 0;
	outline: none;
	border: 1px solid #999;
	background: #ccc;
}*/

/* Main Navigation */
#navigation {
    position: relative;
}

.mainnav {
}

.navbar {
    margin: 0;
    padding: 0;
}

.navbar-inverse .navbar-inner {
    border: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    background: #fa9723; /* Old browsers */
    background: -moz-linear-gradient(top, #fa9723 0%, #ea8e21 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa9723), color-stop(100%,#ea8e21)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fa9723 0%,#ea8e21 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fa9723 0%,#ea8e21 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fa9723 0%,#ea8e21 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fa9723 0%,#ea8e21 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9723', endColorstr='#ea8e21',GradientType=0 ); /* IE6-9 */
}

    .navbar-inverse .navbar-inner ul.nav {
        float: left !important;
    }

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #000;
    text-shadow: none;
    padding: 10px 20px;
}

    .navbar-inverse .brand, .navbar-inverse .nav > li > a:hover {
        background-color: #111;
    }

.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff;
    font-weight: normal;
}

/* Secondary Menu */
.secondary-menu, .top-header .nav-header {
    position: absolute;
    top: 0;
    right: 0;
    top: -36px;
    right: 50px;
    top: 8px;
    right: 10px;
    width: 20.8%;
    width: 28%;
    text-align: right;
    text-align: right;
}

    .secondary-menu ul, .top-header .nav-header ul, .secondary-menu ul li, .top-header .nav-header ul li {
        display: inline !important;
        list-style: none !important;
        padding: 0;
        margin: 0;
    }

        .secondary-menu ul li, .top-header .nav-header ul li {
            padding: 3px 7px;
            line-height: 40px;
            line-height: 20px;
            font-weight: normal;
            border-right: 0px solid #d7831f;
            list-style: none;
            display: inline;
            color: #585252;
            color: #f1f1f1;
            text-shadow: none;
            border-left: 1px solid #d7831f;
            font-size: 13px;
        }

            .secondary-menu ul li .welcome {
                padding-right: 3px;
                color: #666;
            }

            .secondary-menu ul li:first-child, .top-header .nav-header ul li:first-child {
                border: 0;
            }

            .secondary-menu ul li a, .top-header .nav-header ul li a {
                /*color:#333 !important;*/
                color: #474747 !important;
                color: #fff !important;
                text-shadow: none;
                text-decoration: none;
            }

                .secondary-menu ul li a:hover, .top-header .nav-header ul li a:hover {
                    color: #000 !important;
                }

    .secondary-menu .nav-header {
        text-transform: none;
        font-size: 13px;
    }

.nav-header {
    /*border:5px solid #ff0000 !important;*/
}

/* Header */
.header {
    background: #dbd1c6;
}

/***** Slider *****/
.carousel {
    margin: 0;
    padding: 0;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.carousel-control {
    display: none;
}

.carousel-indicators {
    bottom: 20px;
    left: 10px;
    top: auto;
}

    .carousel-indicators li {
        background-color: #009ddc;
        width: 15px;
        height: 15px;
        border-radius: 15px;
        cursor: pointer;
        border: 1px solid #009ddc;
        border: 0px\9; /* IE8 and below */
        background: url(../images/geed/slider-nav.png) no-repeat -3px -2px\9;
    }

    .carousel-indicators .active {
        background-color: #fff;
        border: 1px solid #009ddc;
        border: 0px\9; /* IE8 and below */
    }


/* Quote */
.quote-text {
    background-color: #dbd1c6;
    margin-left: -20px;
    text-align: center;
    padding: 20px;
    min-height: 152px;
    min-height: 236px;
    min-height: 240px\9;
}

    .quote-text img {
        margin: 20px 0 0 0;
        margin: 40px 10px;
    }

    .quote-text div.content, .quote-text img {
        padding: 0;
        margin: 0;
    }

    .quote-text img {
        margin-bottom: 20px;
        margin: 40px 10px;
    }

/* Top Content */
.top-content {
    background: #f3f3f3;
}

/* Introduction */
.introduction {
    padding: 20px;
}

/* Section Title */
.section-title {
    padding: 10px 20px;
    background: #dbd1c6;
    border-bottom: 2px solid #d0c7bc;
    width: auto;
    margin-bottom: 10px;
}

    .section-title h1 {
        margin: 0;
        border: 0;
        color: #474747;
        line-height: 30px;
    }

/* Browse Resources */
.browse-resources {
    background: #448ab2;
    background: #0397d7;
    padding: 20px;
    margin-left: -20px;
    position: relative;
    margin-bottom: 0;
    min-height: 192px;
}

.block.browse-resources .head {
    font-size: 20px;
    /*font-family: Calibri, Arial;*/
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: -38px;
    right: 0;
    border-bottom: 38px solid #448ab2;
    border-color: #0397d7;
    border-left: 38px solid transparent;
    color: #FFFFFF;
    float: left;
    height: 0;
    line-height: 38px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.block.browse-resources .browse-by p {
    margin: 0;
    padding: 0;
    line-height: 15px;
}

.block.browse-resources .browse-by .icon {
    float: left;
    margin: 5px 10px 5px 5px;
}

.block.browse-resources .browse-by .title {
    font-size: 14px;
    font-size: 13px\9;
    color: #062739;
    color: #0397d7;
    font-weight: bold;
}

.block.browse-resources .browse-by .description {
    font-size: 11px;
    color: #666;
    padding-top: 3px;
}

.block.browse-resources .browse-by {
    border: 1px solid #0079ad;
    margin: 0 15px 20px 0;
    *margin: 0 15px 0 0;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
    /*border-radius: 4px;*/
}

.block.browse-resources .browse-by {
    margin: 0 20px 20px 0;
    padding: 0;
    width: 47.8%;
}

    .block.browse-resources .browse-by.by-region, .block.browse-resources .browse-by.by-toe {
        margin-right: 0;
    }

    .block.browse-resources .browse-by.by-bac, .block.browse-resources .browse-by.by-toe {
        margin-bottom: 0;
    }

.block.browse-resources .subhead {
    background: #e7d1b7;
    filter: none;
    border: 1px solid #2c688b;
    border: 1px solid #0079ad;
    position: relative;
    padding: 7px;
    max-height: 66px;
    min-height: 66px;
    /*max-height: 50px\9;
	min-height: 50px\9;*/
    max-height: 65px\9;
    min-height: 50px\9;
    width: 46.8%;
    margin-right: 25px;
}

:root .block.browse-resources .subhead {
    min-height: 65px \0/IE9;
}
/* IE9 */
.block.browse-resources .subhead .icon {
    position: absolute;
    top: -3px;
    right: -28px;
    margin: 0;
}

.block.browse-resources .browse-by a {
    background: url(../images/geed/arrow-orange.png) no-repeat bottom right;
    display: block;
    padding: 7px;
    max-height: 60px;
    min-height: 50px;
}

    .block.browse-resources .browse-by a:hover {
        background-color: #fff;
    }

/* Banner */
.banner {
    float: left;
    width: 67%;
}

.quote-text {
    float: right;
    width: 28.9%;
}

.browse-resources {
    float: right;
    width: 48.93617021276595%;
    /*width:52.93617021276595%\9;*/
    margin-top: -20px;
}
/*.innerpage .block.introduction.greybox, */ .block.introduction.greybox {
    float: none !important;
    background: none !important;
    width: auto !important;
}

.block.introduction.home {
    float: left !important;
    width: 42.93617021276595%;
    width: 44.35% !important;
    /*width:42.35%\9;*/
    background: #f3f3f3 !important;
    padding: 17px 20px 16px 20px;
    margin-top: -20px;
    min-height: 200px;
}

.block.introduction.greybox {
    box-shadow: none;
    border-radius: 0px;
    background: #f3f3f3;
    border: 0;
    margin-bottom: 0;
}

.block.introduction.clearfix {
    clear: none;
}

.block.introduction .head {
    padding: 0;
    margin: 0;
}

.block.introduction .content, .block.introduction .content p {
    padding-bottom: 0;
}

.statistics h2 {
    color: #009ddc;
	font-family: 'Droid Sans', sans-serif;
	font-size: 24px;
	padding: 0 0 6px 0;
	border-bottom: 1px dotted #e5e5e5;
	padding: 0 0 10px 0;
	padding:0;
	font-weight: bold;
	font-size: 22px;
	font-weight: normal;
	line-height: 130%;
    margin-bottom:10px;
    /*font-size: 18px;
    color: #666;
    
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    font-weight: normal;*/
}

.footer {
    clear: both;
}

/* Breadcrumb */
.breadcrumb {
    margin: 0;
    padding: 10px 20px 0 20px;
    line-height: 30px;
    font-size: 12px;
    background: none;
    color: #666;
}

/* Statistics */
.statistics {
    padding: 20px;
}

    .statistics .block, .contentpane .leftpane .block, .contentpane .middlepane .block, .contentpane .rightpane .block {
        /*border:1px solid #ccc;*/
        border-radius: 4px;
    }

    .statistics .block {
        border: 1px solid #ccc;
    }

    .statistics .head, .contentpane .leftpane .block .head, .contentpane .middlepane .block .head, .contentpane .rightpane .block .head {
        font-size: 17px;
        padding: 5px 10px;
        background: #009ddc;
        background: #0397d7;
        color: #fff;
        margin: -1px;
        border-radius: 4px 4px 0 0;
    }

.contentpane .rightpane .block .head {
    font-size: 13px;
}

.contentpane .leftpane .block .content, .contentpane .middlepane .block .content, .contentpane .rightpane .block .content {
    padding: 20px;
}

.block.by-bac .content, .block.by-toe .content, .block.by-bac .content {
    text-align: center;
}

.statistics .content img, /* .contentpane .leftpane  .block .content img, */ .contentpane .middlepane .block .content img, .contentpane .rightpane .block .content img {
    width: 100%;
}

/***** Contentpane *****/
.contentpane {
    padding: 20px;
    padding: 10px 20px 20px 20px;
}

.row-fluid.contentpane {
    width: auto;
}

/*.contentpane .leftpane, .contentpane .middlepane, .contentpane .rightpane {
	width:31.914893617021278%;
}
.contentpane .leftpane {
    width:23.404255319148934%;
}
.contentpane .rightpane {
    width:74.46808510638297%;
}*/

/***** Footer *****/
.footer {
    background: #474747;
    border-radius: 0 0 6px 6px;
    padding: 10px 20px;
    color: #ccc;
}

.copyright {
    padding: 5px 0 0 0;
}

.social a {
    background: url(../images/geed/icons/social.png) no-repeat 0 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-indent: -1000px;
    overflow: hidden;
    margin: 0 5px 0 0;
}

    .social a.facebook {
        background-position: 0 0;
        background: url(../images/geed/icons/social.png) no-repeat 0 0;
    }

        .social a.facebook:hover {
            background-position: -38px 0;
        }

    .social a.twitter {
        background-position: 0 -42px;
        background: url(../images/geed/icons/social.png) no-repeat 0 -42px;
    }

        .social a.twitter:hover {
            background-position: -38px -42px;
        }

    .social a.mail {
        background-position: 0 -42px;
        background: url(../images/geed/icons/social.png) no-repeat 0 -84px;
    }

        .social a.mail:hover {
            background-position: -38px -84px;
        }

/*************************************
		Search Result
**************************************/
.search-results h3 {
    color: #642166;
    border-bottom: 1px solid #eaeaea;
    font-size: 22px;
}

.search-results .leftpane {
    width: 23.404255319148934%;
}

.search-results .rightpane {
    width: 74.46808510638297%;
    float: right;
}

.search-results .leftpane .search {
    border: 1px solid #e1e1e1;
    padding: 3px !important;
}

    .search-results .leftpane .search input[type=text] {
        border: 0;
        box-shadow: none;
    }

.search-results .leftpane .block {
    border: 1px solid #ccc;
    margin: 0 0 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}

    .search-results .leftpane .block .head {
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dbdbdb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%, #dbdbdb 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=0 ); /* IE6-9 */
        border: 0;
        padding: 5px 10px;
        font-size: 14px;
        color: #333;
        position: relative;
        padding-right: 23px;
        cursor: pointer;
        font-style: italic;
        color: #666;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        background: none !important;
        border: 0;
        color: #642265;
        color: #333;
        font-style: normal;
        border-bottom: 1px solid #f1f1f1;
    }

        .search-results .leftpane .block .head .icon {
            background: url(../images/icons/up-down-arrows.png) no-repeat;
            position: absolute;
            right: 5px;
            top: 5px;
            width: 16px;
            height: 16px;
        }

    .search-results .leftpane .block .closed .icon {
        background-position: 0 -15px;
    }

    .search-results .leftpane .block .content {
        border-top: 1px solid #ccc;
        padding: 10px;
        border: 0;
    }

        .search-results .leftpane .block .content ul, .search-results .leftpane .block .content ul li {
            list-style: none;
            display: list-item;
            padding: 0;
            margin: 0;
            font-size: 13px;
        }

            .search-results .leftpane .block .content ul ul {
                margin: 5px 0 10px 0;
            }

        .search-results .leftpane .block .content li {
            margin: 0 0 5px 0;
            padding: 3px 31px 3px 0 !important;
            position: relative;
            line-height: 17px;
        }

        .search-results .leftpane .block .content ul li.active, .search-results .leftpane .block .content ul li.active a {
            font-weight: bold;
            color: #000;
        }

        .search-results .leftpane .block .content li input[type=checkbox] {
            padding: 0;
            margin: 0 5px 5px 0;
        }

        .search-results .leftpane .block .content li .items {
            font-style: italic;
            color: #999;
            float: right;
            position: absolute;
            right: 0;
            top: 3px;
            font-style: normal;
            font-size: 12px;
        }

        .search-results .leftpane .block .content p.viewmore {
            padding: 10px 0 0 0;
            margin: 0;
            text-align: right;
        }

            .search-results .leftpane .block .content p.viewmore a {
                text-decoration: underline;
                background: url(../images/icons/plus.png) no-repeat 0 1px;
                padding: 0 0 1px 18px;
            }

/* Search Controls */
.search-controls {
    background: #ccc;
    border-radius: 3px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
    border: 1px solid #e1e1e1;
    padding: 5px 10px 0 10px;
    width: auto;
    margin: 0 0 30px 0;
}

    .search-controls .view-type {
        margin: 2px 0 0 0;
    }

/* Search query */
.search-query {
    background: #f1f1f1;
    margin: 0 0 15px 0;
    padding: 10px;
    width: auto;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
}

.search-filter {
    background: #f1f1f1;
    margin: 0 0 15px 0;
    padding: 10px 0;
    width: auto;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    /*background: #ffffff; /* Old browsers */
    /*background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
    color: #0084b4;
    color: #333;
    font-weight: normal;
    font-size: 14px;
}

.search-query .search-records {
    border-right: 1px solid #ccc;
    min-height: 50px;
    padding: 10px;
    font-style: italic;
    color: #999;
}

    .search-query .search-records span {
        font-size: 22px;
        display: inline-block;
        color: #0084b4;
        font-style: normal;
    }

.search-query .search-form {
}

.search-results .rightpane ul.listing li {
    background: #ccc;
    border-radius: 6px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
    border: 1px solid #e1e1e1;
    margin: 0 0 15px 0;
}

.search-query input[type=text] {
    border-radius: 0;
    width: 70%;
    margin: 0 5px 0 0;
    padding: 5px;
}

.search-query input[type=button], .search-query input[type=submit] {
    border-radius: 3px;
    margin: 0;
}

.search-query .search-text {
    font-style: italic;
    color: #999;
    padding: 5px 0;
}

    .search-query .search-text .search-term {
        color: #333;
        font-style: normal;
        font-weight: bold;
    }

/* View Type */
.view-type ul.list {
    display: list-item;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .view-type ul.list li {
        float: left;
        padding: 0;
        background: none;
        border: 0;
        display: list-item;
        list-style: none;
    }

        .view-type ul.list li a {
            display: inline-block;
            text-indent: -1000px;
            width: 20px;
            height: 20px;
            margin: 0 3px 0 0;
            background: url(../images/icons/view-type.png) no-repeat;
        }

            .view-type ul.list li a:hover, .view-type ul.list li a.active {
                border: 0px solid #ccc;
            }

        .view-type ul.list li.listview a {
            background-position: 0 0;
        }

            .view-type ul.list li.listview a:hover, .view-type ul.list li.listview a.active {
                background-position: 0 -26px;
            }

        .view-type ul.list li.gridview a {
            background-position: -26px 0;
        }

            .view-type ul.list li.gridview a:hover, .view-type ul.list li.gridview a.active {
                background-position: -26px -26px;
            }

.search-info {
    color: #999;
}

.search-results .pagination {
    margin: 2px 0 0 0;
}

.view-type {
    white-space: nowrap;
}

/* Search List*/
.search-list .list-container {
    background: #fff;
    position: relative;
    border: 1px solid #ff0000;
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    margin: 0 0 15px 0;
    min-height: 70px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px 0;
    padding: 0 0px 15px 0;
}

    .search-list .list-container .title {
        font-weight: normal;
        margin-bottom: 10px;
        font-size: 11px;
        /*font-weight: bold;*/
    }

    .search-list .list-container .search-image .icon {
        position: absolute;
        width: 40px;
        height: 40px;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        left: 5px;
        bottom: 5px;
    }

/* List View */
.search-list .list-container, .list-view .list-container {
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    margin: 0 0 15px 0;
    min-height: 70px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px 0;
    padding: 0 0px 15px 0;
}

    .search-list .list-container .search-image, .list-view .list-container .search-image {
        margin-bottom: 7px !important;
        border-radius: 0;
        padding: 3px;
        border: 0px solid #ccc;
        width: 9%;
        width: 5%;
        width: 38px;
        position: static;
    }

        .search-list .list-container .search-image a {
            background: url(../images/geed/icons/recource-type.png) no-repeat;
            display: block;
            width: 34px;
            height: 38px;
        }

        .search-list .list-container .search-image.pdf a {
            background-position: -3px -2px;
        }

        .search-list .list-container .search-image.word a {
            background-position: -3px -55px;
        }

        .search-list .list-container .search-image.excel a {
            background-position: -3px -107px;
        }

        .search-list .list-container .search-image.ppt a {
            background-position: -3px -160px;
        }

        .search-list .list-container .search-image.url a {
            background-position: -3px -211px;
        }

        .search-list .list-container .search-image .icon, .list-view .list-container .search-image .icon {
            width: 30px;
            height: 30px;
            right: 10px;
            bottom: 15px;
            left: auto;
            display: none;
        }

    .search-list .list-container .search-details, .list-view .list-container .search-details {
        width: 86%;
        margin-left: 1.5%;
    }

        .search-list .list-container .search-details p, .list-view .list-container .search-details p {
            line-height: 16px;
            margin: 0 0 7px 0;
        }

        .search-list .list-container .search-details .title, .list-view .list-container .search-details .title {
            font-size: 14px;
            line-height: 20px;
        }

    .search-list .list-container .description, .list-view .list-container .description {
        display: block;
        font-style: italic;
    }

    .search-list .list-container .search-details .summary span, .list-view .list-container .search-details .summary span {
        display: inline-block;
        border-right: 1px solid #ccc;
        color: #999;
        margin: 0 10px 10px 0;
        padding: 0 10px 0 0;
        font-size: 13px;
        color: #666;
    }

        .search-list .list-container .search-details .summary span label, .list-view .list-container .search-details .summary span label {
            font-weight: bold;
            cursor: text;
            font-style: normal;
            padding: 0 5px 0 0;
            margin: 0;
            font-size: 13px;
            display: inline-block;
            color: #444;
        }

        .search-list .list-container .search-details .summary span:last-child, .list-view .list-container .search-details .summary span:last-child {
            border: 0 !important;
        }

.list-container .actions a {
    color: #642166;
    text-decoration: underline;
}

/* Grid View */
.grid-view .list-container {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px 0;
    padding: 0 20px 20px 0;
    float: left;
    width: 17.65%;
}

    .grid-view .list-container .search-image {
        width: auto;
        position: relative;
    }

        .grid-view .list-container .search-image .image-block img {
            width: 100%;
        }

    .grid-view .list-container:nth-child(5n+5) {
        padding: 0 0 20px 0;
    }

    .grid-view .list-container .search-image {
        width: auto;
        max-height: 160px;
        position: relative;
        overflow: hidden;
    }

        .grid-view .list-container .search-image .icon {
            width: 30px;
            height: 30px;
            left: 10px;
            bottom: 10px;
            right: auto;
        }

    .grid-view .list-container .search-details {
        width: auto;
        margin-left: 1.5%;
        min-height: 120px;
        max-height: 120px;
        font-size: 12px;
        overflow: hidden;
    }

        .grid-view .list-container .search-details p {
            line-height: 16px;
            margin: 0 0 5px 0;
        }

        .grid-view .list-container .search-details .title {
            font-size: 12px;
            max-height: 37px;
            overflow: hidden;
            line-height: 17px;
        }

        .grid-view .list-container .search-details .summary span {
            display: block;
            margin: 0;
            padding: 0;
            border: 0;
            line-height: 20px;
            max-height: 20px;
            overflow: hidden;
            font-style: normal;
            font-size: 12px;
        }

            .grid-view .list-container .search-details .summary span label {
                height: 2px;
                font-size: 0px;
                display: inline-block;
                width: 5px;
                margin: 9px 5px 0 0;
                padding: 0;
                background: #ccc;
                float: left;
                display: none;
            }

/* Resources List */
ul.resource-list, ul.resource-list li {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.resource-list li {
        width: 100%;
        margin: 0 15px 10px 0;
        background: #f1f1f1;
        float: left;
        display: table-cell;
        padding: 10px;
        padding: 0;
    }

        ul.resource-list li a {
            display: block;
            padding: 7px 10px 7px 32px;
            border: 1px solid #e1e1e1;
            margin: 0 0 3px 0;
            background: url(../images/geed/icons/folder.png) no-repeat 5px 6px #f9f9f9;
            font-size: 13px;
            font-weight: bold;
            border: 1px solid #eaeaea;
            margin: 0;
        }




/* Create resource */
/***** Create Resource *****/
.create-resource, .register-form, .login-form {
    margin: 0;
    padding: 25px;
    background: #f1f1f1;
    border: 1px solid #e5e5e5;
    margin: 0;
    padding: 25px;
    background: #f1f1f1;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .create-resource h2, .register-form h2, .login-form h2 {
        font-family: Arial, Helvetica, sans-serif;
        border: 0;
        color: #999;
        padding: 0;
        margin: 0 0 10px 0;
        font-weight: normal;
    }

    .create-resource .field, .register-form .field, .login-form .field {
        color: #666;
    }

        .create-resource .field label, .register-form .field label, .login-form .field label {
            font-weight: bold;
            margin: 0 0 5px 0;
            font-size: 13px;
            cursor: default;
            color: #333 !important;
        }

textarea.required,
input[type="text"].required,
input[type="password"].required,
input[type="datetime"].required,
input[type="datetime-local"].required,
input[type="date"].required,
input[type="month"].required,
input[type="time"].required,
input[type="week"].required,
input[type="number"].required,
input[type="email"].required,
input[type="url"].required,
input[type="search"].required,
input[type="tel"].required,
input[type="color"].required,
.uneditable-input.required {
    border-color: rgba(255, 70, 70, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.select2-container.required .select2-choice, .select2-container.required .select2-choices {
    border: 1px solid #ff4646 !important;
    -webkit-box-shadow: inset 0 1px 1px #f1f1f1, 0 0 8px #ff4646 !important;
    -moz-box-shadow: inset 0 1px 1px #f1f1f1, 0 0 8px #ff4646 !important;
    box-shadow: inset 0 1px 1px #f1f1f1, 0 0 8px #ff4646 !important;
}

    .select2-container.required .select2-choice div, .select2-container.required .select2-choice a {
        border: 0 !important;
    }

.create-resource .field span.errormsg, .register-form .field span.errormsg, .login-form .field span.errormsg {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    float: left !important;
    margin: 0 0 0 0;
}

.create-resource input[type=email], .create-resource input[type=text], .create-resource input[type=password], .create-resource select, .create-resource textarea,
.register-form input[type=email], .register-form input[type=text], .register-form input[type=password], .register-form select, .register-form textarea,
.login-form input[type=email], .login-form input[type=text], .login-form input[type=password], .login-form select, .login-form textarea {
    border-radius: 0;
    width: 95%;
}

.create-resource .span12 input[type=text], .create-resource .span12 textarea,
.register-form .span12 input[type=text], .register-form .span12 textarea,
.login-form .span12 input[type=text], .login-form .span12 textarea {
    width: 97.5%;
}

.create-resource select, .register-form select, .login-form select {
    width: 98.4%;
}
/*.create-resource .field span.red, .register-form .field span.red, .login-form .field span.red {
    float: right;
    display: none;
}*/
.field .radio-list label {
    display: inline-block !important;
    width: auto;
    font-weight: normal;
}

.divRegion, .divCountry {
    margin: 0 !important;
}

.select2-container .select2-choice {
    border-radius: 0 !important;
}

.contentpane .login-form [class*="span"] {
    margin: 0;
}

.contentpane .login-form input[type="checkbox"] {
    margin-top: 0;
}

.characters-remain {
    display: block;
    clear: both;
}


/* Register form */
/*.register-form {
    margin: 0;
    padding: 25px;
    background: #f1f1f1;
    border: 1px solid #e5e5e5;    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.register-form h2 {
    font-family: Arial, Helvetica, sans-serif;
    border: 0;
    color: #999;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: normal;
}
.register-form .field {
    color: #666;
}
.register-form .field label, .register-form .field .text-bold {
    font-weight: bold;
    margin: 0 0 5px 0;
    font-size: 13px;
    cursor: default;
    color: #333 !important;
}
.register-form .field .radio-list span {
    display: block;
    clear: both;
    position: relative;
    padding: 0 0 3px 0;
}
.register-form .field .radio-list input {
    margin: 0;
    position: absolute;
    left: 0;
    top: 5px;
}
.register-form .field .radio-list label {
    font-weight: normal;
    padding: 2px 0 0 20px;
    margin: 0 5px 0 0;
}
.register-form .field .require-field {
    clear: both;
}
textarea.required,
input[type="text"].required,
input[type="password"].required,
input[type="datetime"].required,
input[type="datetime-local"].required,
input[type="date"].required,
input[type="month"].required,
input[type="time"].required,
input[type="week"].required,
input[type="number"].required,
input[type="email"].required,
input[type="url"].required,
input[type="search"].required,
input[type="tel"].required,
input[type="color"].required,
.uneditable-input.required,
select.required {
    border-color: rgba(255, 70, 70, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
.register-form .field span.errormsg {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    float: left !important;
    float: none !important;
    margin: 5px 0 0 0;
}
.register-form input[type=email], .register-form input[type=text], .register-form input[type=password], .register-form select, .register-form textarea {
    border-radius: 0;
    width: 95%;
    width: 100%;
}
.register-form select {
    width: 98.4%;
    width: 100%;
}
.register-form .btn-primary {
    font-size: 15px !important;
    padding: 6px 10px;
}
.register-form .btn-orange {
    font-size: 15px!important;
    color: #f1f1f1!important;
    color: #fff!important;
    padding: 8px 15px;
    padding: 5px 10px;
}*/

/* Why US */
.contentpane .why-join ul.listing li {
}

.contentpane .why-join ul.listing li {
    padding: 10px 20px 15px 10px !important;
    border-bottom: 1px solid #f1f1f1;
}

    .contentpane .why-join ul.listing li .icon {
        width: 90px !important;
        position: relative;
        margin: 20px 0 0 0;
    }

        .contentpane .why-join ul.listing li .icon img {
            float: left;
        }

        .contentpane .why-join ul.listing li .icon .number {
            font-size: 30px;
            color: #999;
            padding: 10px 0 0 17px;
            position: absolute;
        }

    .contentpane .why-join ul.listing li p.summary {
        padding-left: 100px;
    }


/* level1 static */
ul.level1.static {
    margin: 0px;
    background: #dfdfdf;
    line-height: 36px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    ul.level1.static li {
        list-style: none;
        list-style-type: none;
    }

        ul.level1.static li a.level2 {
            padding: 5px 5px 5px 20px;
            background: url(../images/arrow.png) no-repeat 10px 10px #f1f1f1;
            background-color: #fff;
            color: #666;
            border-bottom: 1px solid #ccc;
            border-bottom: 0px solid #e9e9e9;
            margin: 0 0 1px 0;
            display: block;
            line-height: 20px;
        }

            ul.level1.static li a.level2:hover {
                background: #cdf1ff url(../images/arrow.png) no-repeat 10px 10px;
            }


/*   */
.browse-resource-title {
    font-size: 16px !important;
    line-height: 28px !important;
    /*background: #009ddc !important;
    background: -moz-linear-gradient(top, #009ddc 0%, #028ac4 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009ddc), color-stop(100%,#028ac4))!important;
    background: -webkit-linear-gradient(top, #009ddc 0%,#028ac4 100%)!important;
    background: -o-linear-gradient(top, #009ddc 0%,#028ac4 100%)!important;
    background: -ms-linear-gradient(top, #009ddc 0%,#028ac4 100%)!important;
    background: linear-gradient(to bottom, #009ddc 0%,#028ac4 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ddc', endColorstr='#028ac4',GradientType=0 )!important;
    border: 1px solid #077dac !important;*/
    background: #0397d7 !important;
}

ul.browse-resource {
    margin: 0 -1px !important;
}

.leftpane ul.level1 > li.main-title {
    height: 40px;
    border-bottom: 1px solid #aaa;
}

    .leftpane ul.level1 > li.main-title a {
        display: block;
        color: #000;
        padding-left: 40px;
        line-height: 40px;
    }


        .leftpane ul.level1 > li.main-title a:hover,
        .leftpane ul.level1 > li.main-title.selected a {
            color: #fff;
        }


/* static byregion */
.leftpane ul.level1 > li.byregion.main-title a {
    background: url(../images/geed/icons/byregion.png) no-repeat 6px 7px;
}

    .leftpane ul.level1 > li.byregion.main-title a:hover,
    .leftpane ul.level1 > li.byregion.main-title.selected a {
        background: #ea8e21 url(../images/geed/icons/byregion.png) no-repeat 6px -27px;
        border-bottom: 1px solid #ddd;
    }


/* static bybac */
.leftpane ul.level1 > li.bybac.main-title a {
    background: url(../images/geed/icons/bybac.png) no-repeat 6px 7px;
}

    .leftpane ul.level1 > li.bybac.main-title a:hover,
    .leftpane ul.level1 > li.bybac.main-title.selected a {
        background: #ea8e21 url(../images/geed/icons/bybac.png) no-repeat 6px -27px;
        border-bottom: 1px solid #ddd;
    }



/* static bytoe */
.leftpane ul.level1 > li.bytoe.main-title a {
    background: url(../images/geed/icons/bytoe.png) no-repeat 6px 7px;
}

    .leftpane ul.level1 > li.bytoe.main-title a:hover,
    .leftpane ul.level1 > li.bytoe.main-title.selected a {
        background: #ea8e21 url(../images/geed/icons/bytoe.png) no-repeat 6px -27px;
        border-bottom: 1px solid #ddd;
    }



/***** View Resource *****/
.view-resource-panel .leftpane, .span4.leftpane {
    width: 15% !important;
}

.view-resource-panel .rightpane, .span8.rightpane {
    width: 82% !important;
}

.view-resource {
    background: #f1f1f1;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 20px;
    font-size: 13px;
    margin-bottom: 20px;
}

    .view-resource .data-table .data-type {
        font-weight: bold;
    }

    .view-resource .data-table label {
        cursor: text;
    }

    .view-resource .data-table .field {
        border-bottom: 1px solid #ddd;
        padding: 0 0 5px 0;
        margin-bottom: 5px;
    }

    .view-resource .data-table .row-fluid [class*="span"] {
        min-height: 20px;
    }

.field {
    margin-bottom: 10px;
}

    .field .data-type {
        min-height: 20px;
    }

.download-section {
    text-align: right;
}

    .download-section .download {
        -moz-box-shadow: inset 0 0 10px #642166;
        -webkit-box-shadow: inset 0 0 10px #642166;
        box-shadow: inset 0 0 10px #642166;
        -moz-box-shadow: inset 0 0 10px #4b164d;
        -webkit-box-shadow: inset 0 0 10px #4b164d;
        box-shadow: inset 0 0 10px #4b164d;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
        text-shadow: none;
        border: 0;
        font-size: 14px;
        background: #333;
        float: right;
        padding: 5px 10px;
    }


/***** Profile page *****/
.profile-block {
    background: #f9f9f9;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0px #ccc;
    font-size: 13px;
}

    .profile-block p {
        margin: 0 0 5px 0;
        padding: 0;
    }

        .profile-block p.image {
            margin: 0 0 10px 0;
            position: relative;
            border: 1px solid #ddd;
        }

            .profile-block p.image a, .profile-block p.image a:hover {
                border: 0;
                outline: none;
                box-shadow: none;
            }

        .profile-block p.title {
            font-weight: normal;
            padding: 0 5px;
        }

        .profile-block p.region {
            color: #999;
            font-style: italic;
        }

        .profile-block p.summary {
            font-size: 12px;
            padding: 5px;
            line-height: 17px;
        }

            .profile-block p.summary span {
                display: block;
                padding: 0 0 7px 0;
                font-style: italic;
            }

                .profile-block p.summary span b {
                    display: block;
                }

    .profile-block .edit-photo {
        background-image: url(../images/icons/photo.png);
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        text-indent: -999px;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }

/* Featured Resources */
.featured-resources .head {
    font-size: 16px !important;
    line-height: 28px !important;
    /*background: #009ddc !important;
    background: -moz-linear-gradient(top, #009ddc 0%, #028ac4 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009ddc), color-stop(100%,#028ac4))!important;
    background: -webkit-linear-gradient(top, #009ddc 0%,#028ac4 100%)!important;
    background: -o-linear-gradient(top, #009ddc 0%,#028ac4 100%)!important;
    background: -ms-linear-gradient(top, #009ddc 0%,#028ac4 100%)!important;
    background: linear-gradient(to bottom, #009ddc 0%,#028ac4 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ddc', endColorstr='#028ac4',GradientType=0 )!important;*/
    border: 1px solid #077dac !important;
    background: #0397d7 !important;
}

.featured-resources .content {
    border: 1px solid #ccc;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 4px 4px;
    padding: 10px !important;
}

    .featured-resources .content ul.listing, .featured-resources .content ul.listing li {
        display: list-item;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .featured-resources .content ul.listing li {
            font-size: 12px;
            padding: 0 5px 10px 0;
            margin: 0 0 10px 0;
            border-bottom: 1px solid #e9e9e9;
        }

            .featured-resources .content ul.listing li:last-child {
                border-bottom: 0;
            }

            .featured-resources .content ul.listing li p {
                padding: 0;
                margin: 0;
            }

                .featured-resources .content ul.listing li p.title {
                    font-weight: bold;
                    font-size: 13px;
                    padding: 0 0 5px 0;
                    max-height: 40px;
                    overflow: hidden;
                    margin: 0 0 0 0;
                }



/*.featured-resources {
    border:1px solid #ccc;
}
.featured-resources .head a {
    color:#fff;
}
.featured-resources .content {
    padding:15px !important;
}
.featured-resources .content-new {
    padding:10px !important;
}
.featured-resources ul.listing, .featured-resources ul.listing li {
    display:list-item;
    list-style:none;
    padding:0;
    margin:0;
}
.featured-resources ul.listing li {
    padding:0 0 10px 0;
}
.featured-resources ul.listing li .pic {
    display:none;
}
.featured-resources ul.listing li .details {
    width:auto;
    float:none;
    margin:0;
    padding:0;
}
.featured-resources ul.listing li .details p {
    margin:0;
    padding:0;
}
.featured-resources ul.listing li .date {
    font-style:italic;
}*/


/* Hemant styles */
.cross-btn {
    background-image: url(../images/icons/icon-remove.gif);
    background-repeat: no-repeat;
    border: 0px;
    text-indent: -9999px;
    background-color: #fff !important;
    width: 18px !important;
    height: 18px !important;
    text-align: center !important;
}


/* recent-resources-view */
.recent-resources-view {
    background: #f6f6f6;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

    .recent-resources-view p.title {
        font-size: 14px;
        line-height: 21px;
        background: #eee;
        padding: 5px !important;
        margin-bottom: 8px !important;
        border-bottom: 1px solid #ddd;
    }

        .recent-resources-view p.title a {
        }

    .recent-resources-view .region-section,
    .recent-resources-view .bac-section,
    .recent-resources-view .evaluation-section {
        font-size: 12px;
        line-height: 20px;
        padding-left: 6PX;
        padding-right: 6px;
    }

        .recent-resources-view .region-section label,
        .recent-resources-view .bac-section label,
        .recent-resources-view .evaluation-section label {
            font-weight: bold;
            font-size: 13px;
            display: inline-block;
            cursor: auto;
            color: #f19222;
        }


.featured-resources .content ul.listing li div .region-section {
    min-height: 20px !important;
}


/* .statistics  */
.statistics .content {
    padding: 10px;
}

.statistics #chart-bac,
.statistics #chart-toe,
.statistics #chart-region {
    min-height: 290px;
}

/* Inner page Columns */
/*.row-fluid .span2.leftpane {
    width:14.893617021276595%;
}
.row-fluid .span7.middlepane {
    width:57.44680851063829%;
    width:55.44680851063829%;
}
.row-fluid .span3.rightpane {
    width:23.404255319148934%;
    width:25.404255319148934%;
}*/

/*.innerpage .row-fluid .span2.leftpane, .innerpage .row-fluid .span3.leftpane {
    width:18%;
}
.innerpage .search-results .row-fluid .span3.leftpane {
    width:23%;
}
.innerpage .row-fluid .span7.middlepane, .innerpage .row-fluid .span6.middlepane {
    width:50%;
}
.innerpage .row-fluid .span3.rightpane {
    width:26.8%;
}*/

.innerpage .row-fluid .span2.leftpane {
    width: 23.076923076923077%;
}

.innerpage .row-fluid .span5.middlepane, .innerpage .row-fluid .span7.middlepane {
    width: 44.42553191489362%;
}

.innerpage .row-fluid .span4.rightpane, .innerpage .row-fluid .span3.rightpane {
    width: 26.914893617021278%;
}


/* Quote */
.quote {
    padding: 30px;
    background: #dbd1c6;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif !important;
    position: relative;
    padding: 20px 150px;
    padding: 20px 14%;
    text-align: center;
    line-height: 35px;
    color: #666;
    font-style: italic;
}

    .quote .quote-left, .quote .quote-right {
        font-family: Georgia, "Times New Roman", Times, serif !important;
        background: url(../images/geed/quotes.png) no-repeat;
        width: 40px;
        height: 31px;
        display: block;
        position: absolute;
        top: 35px;
    }

    .quote .quote-left {
        left: 5%;
        background-position: 0 0;
    }

    .quote .quote-right {
        right: 5%;
        background-position: 0 -30px;
    }

.quote-block .content {
    margin: 0;
    padding: 0;
}

/***** Reports *****/
.block.reports {
    padding: 20px;
}

    .block.reports ul.resource-list li a {
        display: block;
        padding: 7px 10px 7px 45px;
        margin: 0 0 3px 0;
        background: url(../images/geed/icons/table.png) no-repeat 10px 6px #f9f9f9;
        font-size: 13px;
        font-weight: bold;
        border: 0;
        border-bottom: 1px solid #eaeaea;
        margin: 0;
    }

.span4.leftpane {
    width: 23.076923076923077% !important;
}

.span8.rightpane {
    width: 74.35897435897436% !important;
}

.span4.leftpane .block.reports, .block.reports .content {
    padding: 0 0 !important;
    margin: 0 !important;
}

    .span4.leftpane .block.reports ul.resource-list a {
        padding: 0 0 10px 0 !important;
        margin: 0;
        background: 0;
        font-weight: normal;
    }


.span4.leftpane .block.reports {
    border: 1px solid #ccc;
    margin: 0 0 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}

    .span4.leftpane .block.reports .head {
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dbdbdb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%, #dbdbdb 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=0 ); /* IE6-9 */
        border: 0;
        padding: 5px 10px;
        font-size: 14px;
        color: #333;
        position: relative;
        padding-right: 23px;
        cursor: pointer;
        font-style: italic;
        color: #666;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        background: none !important;
        border: 0;
        color: #642265;
        color: #333;
        font-style: normal;
        border-bottom: 1px solid #f1f1f1;
    }

        .span4.leftpane .block.reports .head .icon {
            background: url(../images/icons/up-down-arrows.png) no-repeat;
            position: absolute;
            right: 5px;
            top: 5px;
            width: 16px;
            height: 16px;
        }

    .span4.leftpane .block.reports .closed .icon {
        background-position: 0 -15px;
    }

    .span4.leftpane .block.reports .content {
        border-top: 1px solid #ccc;
        padding: 10px;
        border: 0;
    }

        .span4.leftpane .block.reports .content ul, .span4.leftpane .block.reports .content ul li {
            list-style: none;
            display: list-item;
            padding: 0;
            margin: 0;
            font-size: 13px;
        }

            .span4.leftpane .block.reports .content ul ul {
                margin: 5px 0 10px 0;
            }

        .span4.leftpane .block.reports .content li {
            margin: 0 0 5px 0;
            padding: 0 !important;
            position: relative;
            line-height: 17px;
            background: none !important;
        }

            .span4.leftpane .block.reports .content li a {
                padding: 10px !important;
            }

.table th {
    background: #f2f5f6 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(100%,#c8d7dc)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f5f6 0%,#c8d7dc 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f5f6 0%,#c8d7dc 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f5f6 0%,#c8d7dc 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #f2f5f6 0%,#c8d7dc 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ) !important; /* IE6-9 */
}


/****************************************************
*****************************************************

			Responsive styles

*****************************************************
****************************************************/

@media (min-width: 1200px) {
    .container-fluid {
        width: 1170px;
    }

    .quote-text {
        margin-left: -30px;
    }

    .block.introduction {
        min-height: 180px;
    }

    .browse-resources {
        margin-left: -30px;
        min-height: 172px;
    }

    .block.browse-resources .browse-by a {
        min-height: 50px;
    }

    .grid-view .list-container {
        width: 14.66%;
    }

        .grid-view .list-container:nth-child(5n+5) {
            margin: 0 0 20px 0;
            padding: 0 20px 20px 0;
        }

        .grid-view .list-container:nth-child(6n+6) {
            margin: 0 0 20px 0;
            padding: 0 0 20px 0;
        }

    .contentpane .leftpane, .contentpane .middlepane, .contentpane .rightpane {
        width: 31.6%;
    }
    /*.contentpane .span2.leftpane, .contentpane .span7.middlepane, .contentpane .span3.rightpane {
	    width:31.6%;
    }
    .innerpage .contentpane .leftpane, .innerpage .contentpane .middlepane, .innerpage .contentpane .rightpane {
	    width:inherit !important;
    }*/
    .banner {
        width: 67% !important;
    }

    .quote-text {
        width: 29.8%;
        min-height: 194px;
        min-height: 260px;
        min-height: 296px;
    }

    .contentpane .rightpane .block .head {
        font-size: 17px;
    }

    /* .statistics  */
    .statistics .content {
        padding: 20px;
    }

    .statistics #chart-bac,
    .statistics #chart-toe,
    .statistics #chart-region {
        min-height: 280px;
    }

    .block.introduction.home {
        min-height: 179px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    body {
        padding: 0;
        margin: 0;
    }

    .container-fluid {
        width: auto;
    }

    .section-title {
        width: auto !important;
    }

        .section-title h1 {
            padding: 5px 10px;
        }

    #wrapper {
        padding: 0;
    }

    .nav-collapse .nav {
        margin: 10px;
    }

    .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #fff !important;
    }

    .navbar-inverse .navbar-inner ul.nav {
        float: none !important;
        margin: 10px;
    }

    .secondary-menu {
        position: static;
        text-align: left;
        padding: 5px;
        background: #666;
        width: auto;
    }

        .secondary-menu ul li {
            /*border:0;*/
        }

        .secondary-menu ul li, .top-header .nav-header ul li {
            border-left: 1px solid #777;
        }

            .secondary-menu a, .secondary-menu ul li a {
                color: #333;
                color: #ccc !important;
            }

            .secondary-menu ul li .welcome {
                color: #fff;
            }

    .breadcrumb {
        line-height: 20px;
    }

    .worldmap {
        border-radius: 0;
        border-top-right-radius: 0;
    }

    .search {
        width: 60%;
        right: 30px;
    }

    .footer {
        border-radius: 0;
    }

    .banner {
        width: 67% !important;
    }

    .quote-text {
        padding: 20px;
        width: 27.7%;
        min-height: 176px;
        min-height: 180px;
        background: #dbd1c6;
    }

        .quote-text img {
            width: 100%;
            margin: 0;
        }

    .block.introduction {
        padding: 20px 20px 0 20px;
        min-height: 267px;
    }

        .block.introduction.greybox {
            min-height: 274px;
        }

    .block.browse-resources {
        padding: 10px 20px;
        width: 45.93617%;
        margin-top: -20px;
    }

        .block.browse-resources .head {
            position: static;
            padding: 0;
            text-align: left;
            border: 0;
            display: block;
            height: auto;
        }

        .block.browse-resources .content {
            padding: 0;
        }

        .block.browse-resources .browse-by.subhead {
            display: none;
        }

        .block.browse-resources .row-fluid [class*="span"] {
            width: 100%;
            margin: 0;
            min-height: 0;
        }

        .block.browse-resources .browse-by {
            margin: 0 0 15px 0 !important;
        }

            .block.browse-resources .browse-by a {
                min-height: 45px;
            }

            .block.browse-resources .browse-by .title {
                padding-top: 5px;
            }

    .grid-view .list-container {
        border-bottom: 1px solid #ccc;
        margin: 0 0 20px 0;
        padding: 0 20px 20px 0;
        float: left;
        width: 22.2%;
    }

        .grid-view .list-container:nth-child(5n+5) {
            padding: 0 20px 20px 0;
        }

        .grid-view .list-container:nth-child(6n+6) {
            padding: 0 20px 20px 0;
        }

        .grid-view .list-container:nth-child(2n+2) {
            padding: 0 20px 20px 0;
        }

        .grid-view .list-container:nth-child(4n+4) {
            padding: 0 0 20px 0;
        }

    .view-resource-panel .leftpane {
        width: 20%;
    }

    .view-resource-panel .rightpane {
        width: 77%;
    }
    /*.contentpane .leftpane, .contentpane .middlepane, .contentpane .rightpane {
	    width:31.45% !important;
    }*/
    .statistics .head, .contentpane .leftpane .block .head, .contentpane .middlepane .block .head, .contentpane .rightpane .block .head {
        font-size: 13px;
    }

    .search-query .search-records span {
        display: block;
    }

    .search-results .leftpane {
        width: 30.928177% !important;
    }

    .search-results .rightpane {
        width: 63.309392% !important;
        width: 66.309392% !important;
    }

    .search-controls {
        width: auto !important;
    }

    .statistics #chart-bac,
    .statistics #chart-toe,
    .statistics #chart-region {
        min-height: 200px;
    }

    .view-resource > .data-table > .field > .span3,
    .view-resource > .data-table > .field > .span9 {
        display: block;
        float: none;
        width: 100%;
    }

    .view-resource > .data-table > .field > .span9 {
        margin-left: 0px !important;
        margin-top: 5px;
    }

    /*.innerpage .row-fluid .span2.leftpane, .innerpage .row-fluid .span3.leftpane {
        width:18%;
    }
    .innerpage .row-fluid .span7.middlepane, .innerpage .row-fluid .span6.middlepane {
        width:41%;
    }
    .innerpage .row-fluid .span3.rightpane {
        width:34.8%;
    }*/

    .innerpage .row-fluid .span5.middlepane {
        width: 38.42553191489362%;
    }

    .innerpage .row-fluid .span4.rightpane {
        width: 32.914893617021278%;
    }
}

@media (max-width: 767px) {
    body {
        padding: 0 !important;
        margin: 0 !important;
    }

    .container-fluid {
        width: auto;
        margin: 0;
        padding: 0;
    }

    .row-fluid {
        padding: 0;
    }

    .section-title {
        width: auto !important;
    }

        .section-title h1 {
            padding: 5px 10px;
        }

    .contentpane {
        padding: 15px;
    }

    #wrapper .container-fluid {
        border-radius: 0;
        padding: 0;
        box-shadow: none;
    }

    #wrapper {
        padding: 0;
    }

    .worldmap {
        border-radius: 0;
        border-top-right-radius: 0;
    }

    .search {
        /*position: static;
		padding: 15px;
		background: #ccc;
		width: auto;*/
        width: 80%;
        border: 1px solid #ccc;
    }

        .search .textbox {
            padding: 4px;
            width: 90%;
        }

        .search .icon-search {
            padding: 10px;
            display: inline-block;
            margin: 3px 7px 0 0;
        }

    .nav-collapse ul.nav {
        margin: 10px;
    }

    .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #fff !important;
    }

    .navbar-inverse .navbar-inner ul.nav {
        float: none !important;
    }

    .secondary-menu ul li, .top-header .nav-header ul li {
        border-left: 1px solid #777;
    }

    .secondary-menu {
        position: static;
        text-align: left;
        padding: 5px;
        background: #666;
        width: auto;
    }

        .secondary-menu ul li {
            /*border:0;*/
            padding: 0 10px;
            float: left;
        }

            .secondary-menu a, .secondary-menu ul li a {
                color: #333;
                color: #ccc !important;
            }

            .secondary-menu ul li .welcome {
                color: #fff;
            }

    .breadcrumb {
        line-height: 20px;
    }

    .footer {
        border-radius: 0;
    }

    .quote-text {
        padding: 0;
        margin: 0 !important;
        width: 100%;
        min-height: 100px;
    }

        .quote-text .content {
            padding: 20px !important;
        }

        .quote-text img {
            width: 100%;
            margin: 0;
        }

    .browse-resources {
        margin: 0;
        width: auto;
        margin-left: 0 !important;
    }

    .footer {
        text-align: center;
    }

        .footer .text-right {
            text-align: center;
            margin: 10px 0 0 0;
        }

    .block {
        margin-bottom: 15px;
    }

        .block.browse-resources {
            margin: 0;
            width: 100%;
            padding: 0;
        }

            .block.browse-resources .content {
                padding: 10px 15px;
            }

            .block.browse-resources .head {
                position: static;
                height: auto;
                border: 0;
                float: none;
                padding: 10px 15px;
            }

            .block.browse-resources .subhead {
                padding: 7px 10px;
                min-height: 40px;
                position: static;
                height: auto;
                border: 0;
                width: auto;
            }

                .block.browse-resources .subhead .icon {
                    display: none;
                }

            .block.browse-resources .browse-by {
                margin: 0 0 10px 0 !important;
                width: auto;
            }

                .block.browse-resources .browse-by a {
                    min-height: 40px;
                }

                .block.browse-resources .browse-by .title {
                    padding-top: 5px;
                }

    .statistics {
        padding: 15px;
    }

    .block.introduction {
        width: auto;
        margin: 0;
        min-height: 100px;
    }

    .grid-view .list-container {
        width: 48%;
        padding: 0 20px 20px 0;
        margin: 0 0 20px 0;
    }

        .grid-view .list-container:nth-child(6n+6) {
            padding: 0 20px 20px 0;
            margin: 0 0 20px 0;
        }

        .grid-view .list-container:nth-child(5n+5) {
            padding: 0 20px 20px 0;
            margin: 0 0 20px 0;
        }

        .grid-view .list-container:nth-child(2n+2) {
            padding: 0 0 20px 0;
            margin: 0 0 20px 0;
        }

        .grid-view .list-container .search-image {
            max-height: 500px;
        }

        .grid-view .list-container .search-details {
            width: auto;
            margin-left: 1.5%;
            min-height: 120px;
            max-height: 120px;
            overflow: hidden;
        }

    .search-controls .view-type ul.list {
        display: none;
    }

    .search-results .leftpane .block .content {
        display: none;
    }

    .search-results .leftpane .block .head .icon {
        background: url(../images/icons/up-down-arrows.png) no-repeat 0 -15px;
        position: absolute;
        right: 5px;
        top: 5px;
        width: 16px;
        height: 16px;
    }

    .search-results .leftpane .block .opened .icon {
        background-position: 0 0;
    }

    .search-results .leftpane, .search-results .rightpane {
        width: auto;
    }

    .search-query .search-records {
        padding: 0;
        margin: 0 0 10px 0;
        border: 0;
        min-height: 20px;
    }

    .search-query input[type=text] {
        width: 95%;
        margin: 0 0 10px 0;
    }

    .search-controls .search-info, .search-controls .span7.text-right {
        padding: 5px 10px;
        text-align: left;
    }

        .search-controls .span7.text-right .pagination-right {
            text-align: left;
        }

    .search-list .list-container .search-image, .list-view .list-container .search-image {
        float: left;
        margin: 0 10px 10px 0;
    }

    .search-list .list-container .search-details, .list-view .list-container .search-details {
        margin: 0;
        padding: 0;
        width: auto;
    }

        .search-list .list-container .search-details .summary span, .list-view .list-container .search-details .summary span {
            display: block;
            border: 0;
        }

    .view-resource-panel .leftpane {
        width: auto;
        margin: 0 0 20px 0;
    }

    .view-resource-panel .rightpane {
        width: auto;
    }

    ul.resource-list li {
        width: 98%;
        width: 99%;
    }

    .social-network, .view-resource {
        margin-bottom: 20px;
    }

    .view-resource {
        padding: 15px;
    }

    .innerpage .row-fluid .span2.leftpane, .innerpage .row-fluid .span3.leftpane, .innerpage .row-fluid .span7.middlepane, .innerpage .row-fluid .span6.middlepane, .innerpage .row-fluid .span3.rightpane, .innerpage .search-results .row-fluid .span3.leftpane {
        width: 100%;
    }

    .statistics #chart-bac, .statistics #chart-toe, .statistics #chart-region {
        min-height: 150px;
    }

    .create-resource .field label, .register-form .field label, .login-form .field label {
        display: block;
        clear: both;
    }

    .field {
        margin: 0 0 5px 0;
    }

        .field .span3 .checkbox {
            float: left;
            width: 40%;
        }

    .create-resource input[type=email], .create-resource input[type=text], .create-resource input[type=password], .create-resource select, .create-resource textarea,
    .register-form input[type=email], .register-form input[type=text], .register-form input[type=password], .register-form select, .register-form textarea,
    .login-form input[type=email], .login-form input[type=text], .login-form input[type=password], .login-form select, .login-form textarea {
        width: 98%;
        margin-bottom: 0;
    }

    .contentpane .login-form .text-right {
        text-align: left;
    }

    .contentpane .login-form .span6.text-right {
        margin: 10px 0 0 0;
    }

    .innerpage .row-fluid .span2.leftpane {
        width: 100%;
    }

    .innerpage .row-fluid .span5.middlepane, .innerpage .row-fluid .span7.middlepane {
        width: 100%;
    }

    .innerpage .row-fluid .span4.rightpane, .innerpage .row-fluid .span3.rightpane {
        width: 100%;
    }
    /*.innerpage .block.greybox.introduction {
        padding:0;
        margin:0;
    }*/
    .login-form form {
        margin: 0;
    }

    .register-form .field, .create-resource .field {
        margin: 0 0 10px 0;
    }

        .register-form .field [class*="span"], .create-resource .field [class*="span"] {
            margin: 0 0 10px 0;
        }

    .register-form.data-table {
        padding: 15px;
    }

        .register-form.data-table .field [class*="span"] {
            margin: 0;
        }

    .register-form .field [class*="span"]:last-child, .create-resource .field [class*="span"]:last-child {
        margin: 0;
    }

    .block.browse-resources .browse-by a {
        max-height: 100px;
    }

    .block.introduction.home {
        width: 100% !important;
        padding: 0;
        margin: 0;
    }

        .block.introduction.home .head {
            padding: 20px 20px 10px 20px !important;
        }

        .block.introduction.home .content {
            padding: 10px 20px !important;
        }
}

@media (max-width: 480px) {

    .search .textbox {
        width: 80%;
    }

    .grid-view .list-container {
        width: 100%;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }

        .grid-view .list-container .search-image {
            max-height: 500px;
        }

        .grid-view .list-container .search-details {
            width: auto;
            margin-left: 1.5%;
            min-height: 80px;
            max-height: 200px;
        }
}

@media (max-width: 320px) {

    .search {
        right: 25px;
    }

        .search .textbox {
            width: 80%;
        }

    .quote {
        padding: 20px 20%;
    }

    .contentpane .why-join ul.listing li {
        padding: 20px 0 !important;
    }

        .contentpane .why-join ul.listing li:first-child {
            padding-top: 0 !important;
        }

        .contentpane .why-join ul.listing li .icon .number {
            display: none;
        }

        .contentpane .why-join ul.listing li p.summary {
            padding-left: 60px;
        }
}

.handbook {
    box-shadow: inset 0 0 30px #eaeaea, 0 0 3px #eaeaea;
    border-bottom: 1px solid #d6d6d6;
    padding: 20px;
    padding-top: 200px;
    padding-bottom: 0px;
}
ul.list li.download-handbook {
  background-position: 65px -224px;
    margin-top: 5px;
  padding-bottom: 10px;
}

@media (max-width: 920px) {
    ul.list li.download-handbook {
        background-position: 7px -224px;
        margin-top: 5px;
        padding-bottom: 10px;
    }
}