/*Helper classes*/
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 744px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 972px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 972px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 16px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -8px;
    margin-right: -8px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
/* custom col-one-fifth*/
.col-one-fifth {
    width: 20% !important;
}

@media (max-width: 767px) {
    .col-one-fifth {
        width: 100% !important;
        margin-bottom: 16px;
    }
}

/* utility */
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "open_sansregular";
    color: #444444;
}

address {
    line-height: 24px;
    font-size: 16px;
}

    address h4 {
        font-family: "open_sanssemibold" !important;
        margin-top: 0px;
        margin-bottom: 15px;
        word-spacing: -2px;
    }

    address span, address a {
        color: #368729;
    }

        address span.name, address a.name {
            font-size: 20px;
            font-family: "open_sanssemibold" !important;
            display: block;
        }

hr {
    margin: 16px auto;
    border-color: #f2f2f2;
}

    hr.dark {
        border-top: solid 8px #f2f2f2;
    }

a, a img, a:focus, input:focus {
    outline: none;
}

@media (max-width: 767px) {
    iframe {
        margin: 16px 0 0 0;
    }
}

main {
    overflow-x: hidden;
}

.non-svg-image {
    display: none;
}

.ie-image {
    display: none !important;
}

.main-inner {
    position: relative;
    width: 100%;
    float: left;
}

@media (min-width: 992px) {
    .main-inner {
        left: 0 !important;
    }
}
.btndownloadpdf {
         background-image: url("../../gfx/cabidotorg/download-pdf-button.png");
         background-repeat: no-repeat;
         width:136px;
         height:35px;
         border:0px;
         border-radius: 5px;
         display:block;
    }
.btndownloadpdf:hover {
         background-image: url("../../gfx/cabidotorg/download-pdf-button.png");
         background-repeat: no-repeat;
         width:136px;
         height:35px;
         border:0px;
         cursor: pointer; 
         cursor: hand; 
         border-radius: 5px;
         display:block;
         
    }

.img-title, .img-caption-title .title, .img-caption-title .small-title {
    background: #cd4400;
    color: #ffffff;
    font-size: 16px;
    font-family: "open_sansbold";
    padding: 6px 10px;
    display: inline-block;
}

.img-caption, .img-caption-title figcaption {
    background: rgba(255, 255, 255, 0.9);
    color: #368729;
    font-size: 16px;
    font-family: "open_sansregular";
    display: block;
    margin: 0px;
    width: 100%;
    max-width: 308px;
}

    .img-caption.full-caption, .img-caption-title figcaption.full-caption {
        max-width: 100%;
    }

        .img-caption.full-caption p, .img-caption-title figcaption.full-caption p {
            color: #333333;
        }

.search-section, header .top-search-section .container div, header .top-newsletter-section .container div {
    text-align: right;
}

    .search-section strong, header .top-search-section .container div strong, header .top-newsletter-section .container div strong {
        color: #444444;
        font-size: 16px;
        padding-right: 15px;
        position: relative;
        font-weight: normal;
    }

@media (max-width: 767px) {
    .search-section strong, header .top-search-section .container div strong, header .top-newsletter-section .container div strong {
        display: block;
        text-align: left;
        padding-bottom: 5px;
    }
}

.search-section span, header .top-search-section .container div span, header .top-newsletter-section .container div span {
    position: relative;
    display: inline-block;
    max-width: 470px;
    width: 100%;
}

@media (max-width: 767px) {
    .search-section span, header .top-search-section .container div span, header .top-newsletter-section .container div span {
        max-width: 100%;
    }
}

.search-section input, header .top-search-section .container div input, header .top-newsletter-section .container div input {
    height: 40px;
    border: none;
    background: #ffffff;
    padding: 0 0px 0 15px;
    color: #444444;
    font-size: 16px;
    width: 100%;
}

.search-section .icon-icon_search, header .top-search-section .container div .icon-icon_search, header .top-newsletter-section .container div .icon-icon_search {
    color: #2b2b2b;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
}

    .search-section .icon-icon_search:hover, header .top-search-section .container div .icon-icon_search:hover, header .top-newsletter-section .container div .icon-icon_search:hover {
        text-decoration: none;
    }

.search-section .search-input, header .top-search-section .container div .search-input, header .top-newsletter-section .container div .search-input {
    position: relative;
    padding-right: 40px;
    z-index: 10;
}

.header-title {
    text-align: center;
    color: #444444;
    font-size: 18px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    font-family: "open_sansbold";
    padding: 7px 0;
    background-color: #f2f2f2;
}

@media (max-width: 767px) {
    .header-title {
        font-size: 13px;
        background-color: #ffffff;
    }
}

.filters {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    z-index: 999;
}

    .filters li {
        position: relative;
        float: left;
    }

        .filters li + li {
            margin-left: 1px;
        }

        .filters li a {
            padding: 0px;
            background: none;
        }

            .filters li a:hover, .filters li a:focus {
                background: none;
                color: #292929;
            }

            .filters li a.find-views.active {
                background-color: #292929;
            }

                .filters li a.find-views.active .icon, .filters li a.find-views.active .icon-map {
                    background-color: #292929;
                }

@media (max-width: 767px) {
    .filters li a.find-views.grid-view-icon {
        display: none;
    }
}

.filters li.dropdown {
    margin-left: 16px;
}

    .filters li.dropdown a {
        border: solid 1px #e4e4e4;
        padding: 9px 15px 8px 15px;
        border-radius: 0px !important;
        float: left;
        width: 100%;
        font-size: 16px;
        font-family: "open_sanssemibold" !important;
    }

        .filters li.dropdown a:hover, .filters li.dropdown a:focus {
            background: none;
            border: solid 1px #e4e4e4;
        }

        .filters li.dropdown a.active {
            color: #292929;
        }

        .filters li.dropdown a .caret {
            border-top-color: #368729;
            margin-left: 10px;
            float: right;
            margin-top: 8px;
        }

@media (max-width: 767px) {
    .filters li.dropdown a {
        float: none;
        display: block;
    }
}

.filters li.dropdown .dropdown-menu {
    padding: 5px 15px;
    border: solid 1px #e4e4e4;
}

    .filters li.dropdown .dropdown-menu li {
        margin: 0px;
    }

    .filters li.dropdown .dropdown-menu a {
        border: 0px;
        padding: 0px 0px;
        color: #368729;
    }

        .filters li.dropdown .dropdown-menu a:hover {
            /*color: #292929;*/
            color: #368729;
            text-decoration: underline;
        }

@media (max-width: 991px) {
    .filters li.dropdown .dropdown-menu {
        left: auto;
        right: 0px !important;
    }
}

.filters li.dropdown.open a {
    background: none;
    border-bottom: 0px;
}

    .filters li.dropdown.open a:hover, .filters li.dropdown.open a:focus {
        background: none;
    }

    .filters li.dropdown.open a.dropdown-toggle {
        /* color: #292929;*/
        color: #368729;
        position: relative;
        z-index: 1001;
        background: #ffffff;
    }

@media (max-width: 991px) {
    .filters li.dropdown {
        margin-left: 10px;
    }
}

.filters li.all {
    margin-left: 16px;
}

    .filters li.all a {
        border: solid 1px #e4e4e4;
        padding: 9px 15px 8px 15px;
        border-radius: 0px !important;
        float: left;
        width: 100%;
        font-size: 16px;
        font-family: "open_sanssemibold" !important;
    }

        .filters li.all a:hover {
            background: none;
            text-decoration: underline;
            color: #368729;
        }

        .filters li.all a.active {
            color: #292929;
            background: none;
        }

@media (max-width: 767px) {
    .filters li.all a {
        float: none;
        display: block;
    }
}

@media (max-width: 767px) {
    .filters li {
        margin-left: 0px;
    }
}

@media (max-width: 625px) {
    .filters li {
        margin-bottom: 16px;
    }

        .filters li.all, .filters li.dropdown {
            float: none;
            clear: both;
            margin-left: 0px !important;
        }

            .filters li.all .caret, .filters li.dropdown .caret {
                float: right;
                margin-top: 8px;
            }

        .filters li:last-child {
            margin-bottom: 0px;
        }
}

@media (max-width: 991px) {
    .filters {
        margin-bottom: 35px;
    }
}

@media (max-width: 625px) {
    .filters {
        margin-bottom: 16px;
    }
}

.row-label {
    display: none;
    margin-top: 16px;
    margin-bottom: 16px;
    float: left;
    width: 100%;
}

    .row-label label {
        float: left;
        display: none;
        color: #368729;
        cursor: pointer;
        max-width: inherit;
        margin-right: 10px;
        border: solid 1px #e4e4e4;
        padding: 9px 30px 8px 15px;
        margin: 2px 4px 2px 0;
        background-image: url("../../gfx/cabidotorg/cross-icon.png");
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: 96% 57%;
    }

.view-more-block .viewmore {
    margin-bottom: 30px;
    width: 100%;
    max-width: 308px;
    display: inline-block;
}

.form-control {
    background: #ffffff;
    border: solid 1px #e4e4e4;
    border-radius: 0px;
    height: auto;
    box-shadow: none;
}

    .form-control.custom-dropdown {
        overflow: hidden;
        background-image: url("../../gfx/cabidotorg/drop-down.png");
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: right center;
        padding: 0;
    }

        .form-control.custom-dropdown select {
            width: 120%;
            border: 0px;
            background: transparent;
            padding: 8px 12px 9px 12px;
            color: #368729;
            font-size: 16px;
            font-family: "open_sansregular" !important;
        }

.search-section, header .top-search-section .container div, header .top-newsletter-section .container div {
    border: solid 1px #e4e4e4;
    border-radius: 0px !important;
    font-size: 16px;
    font-family: "open_sansregular" !important;
    position: relative;
}

    .search-section input, header .top-search-section .container div input, header .top-newsletter-section .container div input {
        width: 100%;
        height: 39px;
        margin-bottom: 0;
    }

    .search-section .icon-icon_search, header .top-search-section .container div .icon-icon_search, header .top-newsletter-section .container div .icon-icon_search {
        position: absolute;
        right: 1px;
        top: 1px;
        background-color: #ffffff;
        padding: 9px 10px 9px 10px;
    }

    header .top-search-section .container div .icon-icon_search {
        z-index: 20;
        cursor: pointer;
        line-height: 19px;
    }

.default-title {
    font-size: 24px;
    font-family: "open_sanssemibold" !important;
    margin: 0px 0px 16px 0px;
    line-height: 30px;
}

    .default-title .small {
        font-size: 18px;
        color: #368729;
        margin-top: 3px;
    }

    .default-title .readmore {
        margin-top: 9px;
    }

@media (max-width: 767px) {
    .default-title {
        float: left;
        width: 100%;
    }

        .default-title .readmore {
            margin-top: 8px;
            width: 100%;
            display: block;
            text-align: left;
        }
}

.default-title a:hover {
    /* color: #292929;*/
    color: #368729;
}

.audience-nav {
    background-color: #368729;
    padding: 10px;
    display: block;
}

    .audience-nav:hover {
        background-color: #292929;
        color: #368729;
    }

        .audience-nav:hover h3, .audience-nav:hover .icon-icon_librarian, .audience-nav:hover .icon-icon_author, .audience-nav:hover .icon-icon_distributor {
            color: #368729;
        }

    .audience-nav h3 {
        margin: 0px;
        color: #ffffff;
        line-height: 28px;
        display: inline-block;
    }

        .audience-nav h3 span {
            display: block;
            font-size: 18px;
            font-family: "open_sanssemibold" !important;
            font-weight: normal;
        }

        .audience-nav h3 a {
            color: #ffffff;
        }

    .audience-nav .icon-icon_librarian {
        float: right;
        color: #ffffff;
        margin-top: 5px;
        margin-right: 5px;
        font-size: 50px;
    }

    .audience-nav .icon-icon_author {
        float: right;
        color: #ffffff;
        margin-top: 5px;
        font-size: 50px;
    }

    .audience-nav .icon-icon_distributor {
        float: right;
        color: #ffffff;
        margin-top: 5px;
        font-size: 50px;
    }

@media (max-width: 767px) {
    .audience-nav {
        margin-bottom: 16px;
    }

        .audience-nav.last {
            margin: 0px;
        }
}

.full-image-block .img-responsive {
    width: 100%;
}

.back-to-top-default {
    bottom: 20px;
    position: fixed;
    right: 20px;
    display: none;
    cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    ::i-block-chrome, .form-control.custom-dropdown select {
        line-height: 33px;
    }

    .filters li.dropdown .dropdown-menu {
        padding: 5px 15px;
        top: 38px;
    }
}

.device header .top-head-section ul li.website-list a.dropdown-toggle:hover {
    background: transparent;
    color: #ffffff;
}

.device header .top-head-section ul li.website-list:hover a.dropdown-toggle span.caret {
    color: #ffffff;
    border-top-color: #ffffff;
}

.device header .top-head-section ul li.website-list.open a.dropdown-toggle {
    background: #292929;
    color: #368729;
}

    .device header .top-head-section ul li.website-list.open a.dropdown-toggle span.caret {
        color: #ffffff;
        border-top-color: #ffffff;
    }

.device header .top-head-section ul li.website-list ul li a:hover {
    color: #ffffff;
}

.device header .top-head-section ul li a:hover {
    background: transparent;
    color: #ffffff;
}

.device header .top-head-section ul li.active a:hover {
    color: #368729;
}

.device header .top-head-section ul li.search-link a:hover {
    color: #ffffff;
    background: #292929;
}

.device header .nav-menu li a:hover {
    color: #368729;
}

.device a:hover {
    color: #368729;
}

.device footer a:hover {
    color: #ffffff;
}

.device .img-caption-title:hover figcaption:hover .title, .device .img-caption-title:hover figcaption:hover .small-title {
    background-color: #cd4400;
}

.device .img-caption-title:hover figcaption:hover a {
    color: #368729;
}

    .device .img-caption-title:hover figcaption:hover a:hover {
        color: #368729;
    }

    .device .img-caption-title:hover figcaption:hover a.title, .device .img-caption-title:hover figcaption:hover a.small-title {
        color: #ffffff;
    }

.device .img-caption-title:hover figcaption .title, .device .img-caption-title:hover figcaption .small-title {
    background-color: #cd4400;
    color: #ffffff;
}

    .device .img-caption-title:hover figcaption .title:hover, .device .img-caption-title:hover figcaption .small-title:hover {
        background-color: #cd4400;
    }

.centers-dropdown.dropdown a {
    border: solid 1px #e4e4e4;
    padding: 3px 9px;
    border-radius: 0px !important;
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: "open_sanssemibold" !important;
}

    .centers-dropdown.dropdown a:hover, .centers-dropdown.dropdown a:focus {
        background: none;
        border: solid 1px #e4e4e4;
    }

    .centers-dropdown.dropdown a.active {
        color: #292929;
    }

    .centers-dropdown.dropdown a .caret {
        border-top-color: #368729;
        margin-left: 10px;
    }

@media (max-width: 767px) {
    .centers-dropdown.dropdown a {
        float: none;
        display: block;
    }
}

.centers-dropdown.dropdown .dropdown-menu {
    padding: 5px 15px;
    top: 30px;
    width: 100%;
    margin: 0px;
}

    .centers-dropdown.dropdown .dropdown-menu li {
        margin: 0px;
    }

        .centers-dropdown.dropdown .dropdown-menu li.active a {
            color: #368729;
        }

    .centers-dropdown.dropdown .dropdown-menu a {
        border: 0px;
        padding: 0px 0px;
        color: #368729;
    }

        .centers-dropdown.dropdown .dropdown-menu a:hover {
            color: #368729;
            text-decoration: underline;
        }

@media (max-width: 991px) {
    .centers-dropdown.dropdown .dropdown-menu {
        left: auto;
        right: 0px !important;
    }
}

@media (max-width: 767px) {
    .centers-dropdown.dropdown .dropdown-menu {
        left: 0;
        right: auto;
    }
}

.centers-dropdown.dropdown.open a {
    background: none;
}

    .centers-dropdown.dropdown.open a:hover, .centers-dropdown.dropdown.open a:focus {
        background: none;
    }

    .centers-dropdown.dropdown.open a.dropdown-toggle {
        color: #292929;
    }

@media (max-width: 767px) {
    .centers-dropdown.dropdown {
        float: none !important;
        margin-top: 5px;
        display: block;
    }

        .centers-dropdown.dropdown a {
            display: inline-block;
            width: auto;
        }
}

.detail-sidebar {
    margin-top: 6px;
}

    .detail-sidebar .default-title {
        margin-bottom: 10px;
        margin-top: 25px;
    }

    .detail-sidebar:before {
        height: 100%;
        border-left: solid 1px #e4e4e4;
        content: "";
        position: absolute;
        left: -40px;
    }

@media (max-width: 991px) {
    .detail-sidebar:before {
        left: -30px;
    }
}

.book-shop-center {
    margin-bottom: 10px;
}

    .book-shop-center .img-caption-title img {
        width: auto;
        max-width: 100%;
    }

    .book-shop-center .content-block {
        padding-top: 20px;
    }

.add-to-cart-action {
    cursor: pointer;
}

.project-manager h2.default-title:first-child {
    margin-bottom: 27px;
}

.project-manager h4 {
    font-size: 16px;
    line-height: normal;
    margin: -6px 0px 10px 0px;
}

    .project-manager h4 .name {
        display: block;
        font-size: 22px;
        font-family: "open_sanssemibold" !important;
    }

@media (max-width: 767px) {
    .project-manager h4 {
        margin: 10px 0 0 0;
    }
}

.content-text {
    margin-bottom: 20px;
}

    .content-text h2 {
        margin-bottom: 20px;
        color: #444444;
    }

        .content-text h2:first-child {
            margin-top: 0px;
        }

        .content-text h2.default-title {
            margin-bottom: 20px;
        }

            .content-text h2.default-title:first-child {
                margin-top: 0px;
                line-height: 18px;
            }

    .content-text h3 {
        font-size: 26px;
        font-family: "open_sansregular" !important;
        margin: 35px 0 20px 0;
    }

    .content-text ul {
        margin-bottom: 35px;
    }

        .content-text ul li {
            font-size: 16px;
            line-height: normal;
            margin: 0px 0px 5px 0;
            line-height: 26px;
        }

        .content-text ul.bullets li {
            color: #cd4400;
        }

            .content-text ul.bullets li span {
                color: #333333;
            }

        .content-text ul:last-child {
            margin-bottom: 0px;
        }

    .content-text ol {
        margin-bottom: 25px;
    }

        .content-text ol li {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 2px;
        }

    .content-text p {
        margin-bottom: 25px;
    }

.back-to-top {
    font-family: "open_sansbold";
    font-size: 20px;
}

    .back-to-top.readmore {
        font-size: 20px;
    }

    .back-to-top span {
        color: #368729;
        font-size: 23px;
        display: block;
    }

.text16 {
    font-size: 16px !important;
}

.documents-list li {
    font-size: 18px !important;
    padding-bottom: 12px !important;
}

.text-26 {
    font-size: 26px !important;
    font-family: "open_sansregular" !important;
    line-height: 26px !important;
}

.detail-sidebar h2.default-title {
    font-family: "open_sansbold" !important;
    margin-bottom: 15px;
}

.detail-sidebar .date-list {
    margin-top: -5px;
    margin-bottom: 20px;
}

    .detail-sidebar .date-list li {
        font-size: 14px;
        padding: 0 0 10px 0;
    }

@media (max-width: 767px) {
    .detail-sidebar .date-list {
        margin-top: 0px;
    }
}

.bg-none {
    background: none !important;
}

    .bg-none a {
        background: none !important;
    }

    .bg-none:after {
        display: none;
    }

@media (min-width: 1025px) {
    html,
    body,
    main,
    .main-inner {
        height: 100%;
    }

    .page-height {
        min-height: 100%;
    }

    .footer-section {
        width: 100%;
        float: left;
    }
}
/* icons */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../../fonts/cabidotorg/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../../fonts/cabidotorg/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/cabidotorg/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../fonts/cabidotorg/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../fonts/cabidotorg/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../fonts/cabidotorg/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

/*fonts*/
@font-face {
    font-family: 'open_sansbold';
    src: url("../../fonts/cabidotorg/OpenSans-Bold-webfont.eot");
    src: url("../../fonts/cabidotorg/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/cabidotorg/OpenSans-Bold-webfont.woff2") format("woff2"), url("../../fonts/cabidotorg/OpenSans-Bold-webfont.woff") format("woff"), url("../../fonts/cabidotorg/OpenSans-Bold-webfont.ttf") format("truetype"), url("../../fonts/cabidotorg/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url("../../fonts/cabidotorg/OpenSans-Light-webfont.eot");
    src: url("../../fonts/cabidotorg/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/cabidotorg/OpenSans-Light-webfont.woff2") format("woff2"), url("../../fonts/cabidotorg/OpenSans-Light-webfont.woff") format("woff"), url("../../fonts/cabidotorg/OpenSans-Light-webfont.ttf") format("truetype"), url("../../fonts/cabidotorg/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url("../../fonts/cabidotorg/OpenSans-Regular-webfont.eot");
    src: url("../../fonts/cabidotorg/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/cabidotorg/OpenSans-Regular-webfont.woff2") format("woff2"), url("../../fonts/cabidotorg/OpenSans-Regular-webfont.woff") format("woff"), url("../../fonts/cabidotorg/OpenSans-Regular-webfont.ttf") format("truetype"), url("../../fonts/cabidotorg/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url("../../fonts/cabidotorg/OpenSans-Semibold-webfont.eot");
    src: url("../../fonts/cabidotorg/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/cabidotorg/OpenSans-Semibold-webfont.woff2") format("woff2"), url("../../fonts/cabidotorg/OpenSans-Semibold-webfont.woff") format("woff"), url("../../fonts/cabidotorg/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../../fonts/cabidotorg/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url("../../fonts/cabidotorg/icomoon.eot?chrvs3");
    src: url("../../fonts/cabidotorg/icomoon.eot?#iefixchrvs3") format("embedded-opentype"), url("../../fonts/cabidotorg/icomoon.woff?chrvs3") format("woff"), url("../../fonts/cabidotorg/icomoon.ttf?chrvs3") format("truetype"), url("../../fonts/cabidotorg/icomoon.svg?chrvs3#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icon_arrow_down:before {
    content: "\e600";
}

.icon-icon_arrow_left:before {
    content: "\e601";
}

.icon-icon_arrow_right:before {
    content: "\e602";
}

.icon-icon_arrow_up:before {
    content: "\e603";
}

.icon-icon_author:before {
    content: "\e604";
}

.icon-icon_cABI_logo:before {
    content: "\e605";
}

.icon-icon_contact:before {
    content: "\e606";
}

.icon-icon_distributor:before {
    content: "\e607";
}

.icon-icon_faceBook:before {
    content: "\e608";
}

.icon-icon_grid_view:before {
    content: "\e609";
}

.icon-icon_librarian:before {
    content: "\e60a";
}

.icon-icon_linkedIn:before {
    content: "\e60b";
}

.icon-icon_list_view:before {
    content: "\e60c";
}

.icon-icon_map_marker:before {
    content: "\e60d";
}

.icon-icon_menu_main:before {
    content: "\e60e";
}

.icon-icon_search:before {
    content: "\e60f";
}

.icon-icon_search:hover {
    text-decoration: none;
}

.icon-icon_twitter:before {
    content: "\e610";
}

/*header*/
header .top-head-section {
    background: #368729;
    border-bottom: 1px solid #ffffff;
}

    header .top-head-section:before, header .top-head-section:after {
        content: " ";
        display: table;
    }

    header .top-head-section:after {
        clear: both;
    }

@media (max-width: 480px) {
    header .top-head-section .container {
        padding: 0;
    }
}

header .top-head-section ul {
    padding: 0;
    margin: 0;
    float: right;
    border-right: 1px solid #ffffff;
}

@media (max-width: 991px) {
    header .top-head-section ul {
        border: none;
    }
}

header .top-head-section ul li {
    list-style: none;
    float: left;
    border-left: 1px solid #ffffff;
}

@media (min-width: 1199px) {
    header .top-head-section ul li {
        visibility: visible !important;
    }
}

/*@-moz-document url-prefix() {
    header .top-head-section ul li a {
        padding: 0 10px 2px 10px !important;
    }
}*/

header .top-head-section ul li a {
    color: #ffffff;
    font-family: "open_sanssemibold";
    font-size: 15px;
    font-weight :normal;
    /* padding: 0 16px 2px; 03/04         
    padding: 0 10px 2px 10px; */
    padding: 0 13px 2px 13px; 
    line-height: 32px;
    display: block;
    text-decoration: none;
}

    header .top-head-section ul li a:hover, header .top-head-section ul li a.active {
        background: #292929;
        color: #368729;
    }

    header .top-head-section ul li a img {
        display: block;
    }

header .top-head-section ul li.website-list .dropdown-menu {
    top: 34px;
}

header .top-head-section ul li.website-list a.dropdown-toggle {
    position: relative;
    z-index: 99;
}

    header .top-head-section ul li.website-list a.dropdown-toggle:hover {
        background: #292929;
    }

    header .top-head-section ul li.website-list a.dropdown-toggle span.caret {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 10px solid;
    }

@media (max-width: 480px) {
    header .top-head-section ul li.website-list a.dropdown-toggle span.caret {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid;
    }
}

@media (max-width: 480px) {
    header .top-head-section ul li.website-list a.dropdown-toggle {
        padding: 0 6px;
        font-size: 12px;
        line-height: 34px;
    }
}

@media (max-width: 767px) {
    header .top-head-section ul li.website-list {
        border: none !important;
    }
}

header .top-head-section ul li.website-list ul {
    z-index: 9999;
    padding-top: 10px;
    border-radius: 0;
    width: 237px;
    padding-bottom: 10px;
    left: 0px;
    border: 0px;
    background: #292929;
}

@media (max-width: 480px) {
    header .top-head-section ul li.website-list ul {
        width: 220px;
    }
}

header .top-head-section ul li.website-list ul li {
    float: none;
    border: 0px;
}

    header .top-head-section ul li.website-list ul li a {
        color: #ffffff;
        line-height: 16px;
        white-space: inherit;
        padding: 8px 18px;
    }

        header .top-head-section ul li.website-list ul li a:hover {
            color: #368729;
        }

@media (max-width: 480px) {
    header .top-head-section ul li.website-list ul li a {
        font-size: 13px;
        padding: 5px 10px;
    }
}

header .top-head-section ul li.website-list:hover a.dropdown-toggle, header .top-head-section ul li.website-list.open a.dropdown-toggle {
    color: #368729;
}

    header .top-head-section ul li.website-list:hover a.dropdown-toggle span.caret, header .top-head-section ul li.website-list.open a.dropdown-toggle span.caret {
        border-top-color: #368729;
    }

header .top-head-section ul li.website-list.open a.dropdown-toggle {
    background: #292929;
}

    header .top-head-section ul li.website-list.open a.dropdown-toggle span.caret {
        border-top: none;
        border-bottom: 10px solid #368729;
    }

@media (max-width: 991px) {
    header .top-head-section ul li.website-list {
        border-left: 0px;
    }
}

header .top-head-section ul li.social-icons {
    background: #00bce4;
    width: 34px;
    height: 34px;
    text-align: center;
    overflow: hidden;
}

    header .top-head-section ul li.social-icons a {
        padding: 0px 0 0 0;
        display: block;
    }

        header .top-head-section ul li.social-icons a span {
            font-size: 22px;
            margin-top: 5px;
            display: inline-block;
        }

@media (max-width: 480px) {
    header .top-head-section ul li.social-icons img {
        width: 30px;
    }
}

header .top-head-section ul li.members {
    background: #9f60b5;
}

header .top-head-section ul li.search-link {
    min-width: 110px;
}

    header .top-head-section ul li.search-link a {
        background: #292929;
    }

        header .top-head-section ul li.search-link a span {
            display: inline-block;
        }

            header .top-head-section ul li.search-link a span.icon-icon_search {
                font-size: 16px;
                padding-right: 3px;
                top: 0px;
                position: relative;
            }

        header .top-head-section ul li.search-link a:hover {
            color: #368729;
        }

        header .top-head-section ul li.search-link a b {
            font-weight: normal;
        }

        header .top-head-section ul li.search-link a i {
            font-style: normal;
            display: none;
        }

        header .top-head-section ul li.search-link a.active {
            color: #368729;
        }

            header .top-head-section ul li.search-link a.active b {
                display: none;
            }

            header .top-head-section ul li.search-link a.active i {
                display: inline;
            }

@media (max-width: 767px) {
    header .top-head-section ul li.search-link {
        min-width: inherit;
    }

        header .top-head-section ul li.search-link a, header .top-head-section ul li.search-link a.active {
            padding: 2px 7px;
        }

            header .top-head-section ul li.search-link a span, header .top-head-section ul li.search-link a b, header .top-head-section ul li.search-link a i, header .top-head-section ul li.search-link a.active span, header .top-head-section ul li.search-link a.active b, header .top-head-section ul li.search-link a.active i {
                display: none;
            }

            header .top-head-section ul li.search-link a .icon-icon_search, header .top-head-section ul li.search-link a.active .icon-icon_search {
                display: block;
                height: 30px;
                font-size: 16px;
                padding-top: 3px;
                top: 0px;
            }
}

@media (max-width: 480px) {
    header .top-head-section ul li.search-link a .icon-icon_search, header .top-head-section ul li.search-link a.active .icon-icon_search {
        height: 30px;
        font-size: 16px;
        line-height: 21px;
    }
}

header .top-head-section ul li.contact span {
    display: inline-block;
}

    header .top-head-section ul li.contact span.icon-icon_contact {
        vertical-align: middle;
        padding-right: 8px;
        font-size: 20px;
    }

header .top-head-section ul li.menu-button a span {
    width: 24px;
    display: inline-block;
    float: right;
    margin-top: 9px;
    margin-left: 7px;
    font-size: 16px;
}

@media (max-width: 480px) {
    header .top-head-section ul li.menu-button a span {
        margin-left: 6px;
        width: 18px;
    }
}

header .top-head-section ul li.menu-button a b {
    font-weight: normal;
}

@media (max-width: 480px) {
    header .top-head-section ul li.menu-button a {
        line-height: 34px;
        padding: 0 8px;
    }

        header .top-head-section ul li.menu-button a b {
            font-size: 12px;
        }
}

header .top-head-section ul.nav {
    float: none;
}

header aside.top-head-section {
    border-bottom: 0px;
}

    header aside.top-head-section ul {
        border: 0px;
    }

header aside .aside-newsletter > a {
    z-index: 9;
}

header aside .newsletter-box {
    color: #ffffff;
    padding-left: 0px !important;
    margin-bottom: 10px;
    margin-right: 15px;
    font-size: 14px;
}

    header aside .newsletter-box input {
        height: 41px;
        border: none;
        background: #ffffff;
        padding: 0 10px 0 10px;
        color: #444444;
        font-size: 14px;
        width: 100%;
        margin: 10px 0;
    }

    header aside .newsletter-box .btn {
        border-radius: 0px;
        background: #368729 !important;
        border: 0px;
        font-size: 15px;
        font-family: "open_sanssemibold";
        padding-top: 7px;
        padding-bottom: 7px;
    }

        header aside .newsletter-box .btn:hover {
            color: #ffffff;
        }

    header aside .newsletter-box.active {
        color: #368729;
    }

@media (min-width: 480px) {
    header aside {
        display: none;
    }
}

header .top-search-section, header .top-newsletter-section {
    background: #e4e4e4;
    display: none;
}

    header .top-search-section .container, header .top-newsletter-section .container {
        padding-bottom: 25px;
        padding-top: 25px;
    }

        header .top-search-section .container div .icon-icon_search, header .top-newsletter-section .container div .icon-icon_search {
            padding: 10px;
        }

@media (max-width: 480px) {
    header .top-search-section .container, header .top-newsletter-section .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

header .top-newsletter-section .container div {
    text-align: right;
}

    header .top-newsletter-section .container div strong {
        float: right;
        margin-top: 10px;
    }

    header .top-newsletter-section .container div input {
        width: 80%;
        float: right;
    }

    header .top-newsletter-section .container div .btn {
        float: right;
        border-radius: 0px;
        background: #368729;
        border: 0px;
        font-size: 17px;
        font-family: "open_sanssemibold";
        padding-top: 7px;
        padding-bottom: 10px;
    }

header .logo {
    padding-top: 15px;
    padding-bottom: 15px;
}

    header .logo img {
        max-width: 135px;
        height: 80px;
    }

        header .logo img.svg-image {
            width: 134px;
            height: 80px;
        }

@media (max-width: 767px) {
    header .logo {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        header .logo img {
            max-width: 60px;
            height: auto;
        }

            header .logo img.non-svg-image {
                display: none;
            }

                header .logo img.non-svg-image.visible-xs {
                    display: none !important;
                }

            header .logo img.visible-xs.svg-image {
                height: auto;
                max-width: 60px;
            }
}

header .nav-menu {
    margin: 0;
    padding: 0;
    text-align: right;
    border-right: 1px solid #e4e4e4;
}

header .nav-menu li {
        list-style: none;
        display: inline-block;
        text-align: center;
        /*padding: 45px;  03/04*/
        padding: 45px 45px 45px 45px;
        border-left: 1px solid #e4e4e4;
        vertical-align: top;
    }

@media (max-width: 1199px) {
    header .nav-menu li {
        padding: 45px 20px;
    }
}

header .nav-menu li a {
    color: #368729;
    font-size: 16px;
    font-family: "open_sansbold";
    font-weight :normal;
}

    header .nav-menu li a:hover {
        text-decoration: underline;
        /*color: #292929;*/
        color: #368729;
    }

    header .nav-menu li a.active {
        color: #292929;
    }

header .nav-menu li.active a {
    color: #292929;
}

@media (max-width: 767px) {
    header .nav-menu li {
        padding: 31px 20px;
        vertical-align: middle;
    }

        header .nav-menu li a span {
            display: block;
        }
}

@media (max-width: 767px) {
    header .nav-menu li {
        padding-top: 19px;
        padding-bottom: 19px;
    }

        header .nav-menu li:last-child {
            padding-top: 30px;
            padding-bottom: 30px;
        }
}

@media (max-width: 639px) {
    header .nav-menu li {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 480px) {
    header .nav-menu li {
        padding: 18px 5px;
    }

        header .nav-menu li a {
            font-size: 11px;
            letter-spacing: -0.3px;
        }

        header .nav-menu li:last-child {
            padding: 26px 5px;
        }
}

@media (max-width: 991px) {
    header .container {
        padding: 0 8px;
    }
}

.mobile-nav {
    width: 100%;
    display: none !important;
}

    .mobile-nav ul {
        margin: 0;
        padding: 0;
    }

        .mobile-nav ul li {
            list-style: none;
            background: #368729;
            text-align: right;
        }

            .mobile-nav ul li a {
                color: #ffffff;
                border-bottom: 1px solid #ffffff;
                padding: 7px 10px;
                display: block;
                font-size: 14px;
                font-family: "open_sanssemibold";
            }

                .mobile-nav ul li a:hover {
                    background: #292929;
                    text-decoration: none;
                }

/*footer*/
footer {
    background-color: #444444;
    color: #ffffff;
    font-size: 12px;
    font-family: "open_sansregular";
    padding: 25px 0px 15px 0px;
    float: left;
    width: 100%;
}

    footer a {
        color: #ffffff;
        margin: 0px 7px 0 7px;
        display: inline-block;
        font-size: 13px;
    }

        footer a:hover {
            color: #368729;
        }

@media (max-width: 767px) {
    footer a {
        margin: 2px;
    }
}

footer .footer-logo {
    height: 49px;
    font-size: 11px;
    position: relative;
}

    footer .footer-logo img {
        max-width: 44px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

        footer .footer-logo img.svg-image {
            width: 40px;
            height: 40px;
        }

    footer .footer-logo span {
        padding-left: 52px;
        padding-top: 20px;
        display: inline-block;
    }

@media (max-width: 767px) {
    footer .footer-logo span {
        padding-left: 50px;
    }
}

footer .copy-right {
    float: left;
    margin-top: 7px;
}

footer .footer-links {
    padding-top: 18px;
    text-align: right;
}

    footer .footer-links a {
        margin: 0 0 0 5px;
    }

@media (max-width: 991px) {
    footer .footer-links {
        text-align: left;
    }
}

@media (max-width: 767px) {
    footer .footer-links {
        text-align: center;
        padding-top: 10px;
    }
}

.footer-member {
    padding: 0px 0px 16px 0px;
}

    .footer-member .footer-member-logo span {
        float: left;
        margin-top: 34px;
        margin-right: 10px;
        font-size: 14px;
    }

@media (max-width: 991px) {
    .footer-member .footer-member-logo span {
        margin: 0px;
        float: none;
        display: block;
    }
}

.footer-member .footer-member-logo img {
    float: left;
}

@media (max-width: 991px) {
    .footer-member .footer-member-logo img {
        float: none;
        display: block;
        margin: 10px 0px;
    }
}

@media (max-width: 767px) {
    .footer-member .footer-member-logo {
        padding-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .footer-member {
        padding: 0px 0px 0px 0px;
    }

        .footer-member img {
            margin-bottom: 16px;
            max-width: 100%;
        }
}

/* docs */
.show-grid {
    margin-bottom: 15px;
}

    .show-grid [class^="col-"] {
        background-color: rgba(86, 61, 124, 0.15);
        border: 1px solid rgba(86, 61, 124, 0.2);
        padding-bottom: 10px;
        padding-top: 10px;
    }

xmp, .pattern textarea {
    background: #ededed;
    border: 1px solid #cccccc;
    border-radius: 4px;
    display: block;
    min-height: 205px;
    overflow: auto;
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
}

    xmp + span, .pattern textarea + span {
        border: 1px solid #ccc;
        background: #fff;
        border-radius: 0 0 0 5px;
        padding: 5px 8px;
        position: absolute;
        right: 8px;
        top: 14px;
        font-size: 12px;
    }

        xmp + span:hover, .pattern textarea + span:hover {
            background: #458528;
            border: none;
            color: #fff;
            cursor: pointer;
        }

/* Image caption and title */
.img-caption-title {
    position: relative;
    overflow: hidden;
}

    .img-caption-title .title {
        position: absolute;
        bottom: 100%;
        left: 0px;
        font-size: 18px;
        max-width: 100%;
    }

    .img-caption-title .small-title {
        position: absolute;
        bottom: 100%;
        left: 0px;
        font-size: 14px;
        margin-right: 10px;
        max-width: 100%;
    }

@media (max-width: 991px) {
    .img-caption-title .small-title {
        font-size: 12px;
        font-family: "open_sansregular";
    }
}

@media (max-width: 767px) {
    .img-caption-title .small-title {
        font-size: 14px;
        font-family: "open_sansbold";
    }
}

.img-caption-title figcaption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 5;
}

    .img-caption-title figcaption .title, .img-caption-title figcaption .small-title {
        cursor: pointer;
    }

    .img-caption-title figcaption.content {
        padding: 10px;
    }

        .img-caption-title figcaption.content a span {
            display: block;
            font-size: 13px;
            margin-top: 5px;
        }

    .img-caption-title figcaption .readmore {
        height: 21px;
        display: inline-block;
        overflow: hidden;
        position: relative;
        padding-right: 22px;
        line-height: 20px;
    }

        .img-caption-title figcaption .readmore span {
            position: absolute;
            right: 0;
            top: 0px;
        }

.img-caption-title img {
    width: 100%;
}

@media (max-width: 767px) {
    .img-caption-title {
        margin-bottom: 16px;
    }
}

.img-caption-title:hover figcaption:hover .title, .img-caption-title:hover figcaption:hover .small-title {
    background-color: #cd4400;
}

.img-caption-title:hover figcaption:hover a {
    color: #368729;
}

    .img-caption-title:hover figcaption:hover a:hover {
        /*color: #292929;*/
        color: #368729;
    }

    .img-caption-title:hover figcaption:hover a.title, .img-caption-title:hover figcaption:hover a.small-title {
        color: #ffffff;
    }

.img-caption-title:hover figcaption .title, .img-caption-title:hover figcaption .small-title {
    background-color: #368729;
    color: #ffffff;
}

    .img-caption-title:hover figcaption .title:hover, .img-caption-title:hover figcaption .small-title:hover {
        background-color: #368729;
    }

.img-block {
    margin-bottom: 8px;
}

    .img-block .block-title {
        margin-top: 10px;
    }

    .img-block p {
        font-size: 14px;
        font-family: "open_sansregular";
        line-height: 20px;
        margin-bottom: 5px;
    }

@media (max-width: 767px) {
    .img-block {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .carousel-ul .img-block {
        margin-bottom: 0px;
    }
}

.col-sm-4 .img-caption-title.img-with-description,
.view-more .img-caption-title.img-with-description {
    max-height: 308px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-4 .img-caption-title.img-with-description,
    .view-more .img-caption-title.img-with-description {
        max-height: 231px;
    }
}

@media (max-width: 767px) {
    .col-sm-4 .img-caption-title.img-with-description,
    .view-more .img-caption-title.img-with-description {
        max-height: none;
    }
}

.col-sm-4 .img-caption-title.img-without-description,
.view-more .img-caption-title.img-without-description {
    max-height: 231px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-4 .img-caption-title.img-without-description,
    .view-more .img-caption-title.img-without-description {
        max-height: 174px;
    }
}

@media (max-width: 767px) {
    .col-sm-4 .img-caption-title.img-without-description,
    .view-more .img-caption-title.img-without-description {
        max-height: none;
    }
}

.col-one-fifth .img-caption-title {
    max-height: 178px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-one-fifth .img-caption-title {
        max-height: 133px;
    }
}

@media (max-width: 767px) {
    .col-one-fifth .img-caption-title {
        max-height: none;
    }
}

.col-sm-2 .img-caption-title {
    max-height: 146px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-2 .img-caption-title {
        max-height: 108px;
    }
}

@media (max-width: 767px) {
    .col-sm-2 .img-caption-title {
        max-height: none;
    }
}

.col-sm-2.img-block .img-caption-title {
    max-height: 120px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-2.img-block .img-caption-title {
        max-height: 81px;
    }
}

@media (max-width: 767px) {
    .col-sm-2.img-block .img-caption-title {
        max-height: none;
    }
}

/* Style for IE */
.ie7 main, .ie8 main {
    overflow-x: auto;
}

.ie7 .thumb-carousel .img-caption-title figcaption, .ie8 .thumb-carousel .img-caption-title figcaption {
    background-image: url("../../gfx/cabidotorg/transparent-black.png");
    background-color: transparent;
    background-repeat: repeat;
    background-position: 0px 0px;
}

.ie7 .img-caption-title figcaption, .ie8 .img-caption-title figcaption {
    background-image: url("../../gfx/cabidotorg/transparent-white.png");
    background-color: transparent;
    background-repeat: repeat;
    background-position: 0px 0px;
    max-width: 288px;
}

    .ie7 .img-caption-title figcaption.full-caption, .ie8 .img-caption-title figcaption.full-caption {
        width: 100% !important;
        max-width: 100% !important;
    }

.ie7 .list-unstyled, .ie8 .list-unstyled {
    margin: 0px;
}

.ie7 .form-control, .ie8 .form-control {
    width: 150px;
}

.ie7 .search-section input, .ie7 header .top-search-section .container div input, header .top-search-section .container .ie7 div input, .ie7 header .top-newsletter-section .container div input, header .top-newsletter-section .container .ie7 div input, .ie8 .search-section input, .ie8 header .top-search-section .container div input, header .top-search-section .container .ie8 div input, .ie8 header .top-newsletter-section .container div input, header .top-newsletter-section .container .ie8 div input {
    width: 100%;
    padding: 0px 12% 0 3%;
    line-height: 38px;
}

.ie7 .search-section .icon-icon_search, .ie7 header .top-search-section .container div .icon-icon_search, header .top-search-section .container .ie7 div .icon-icon_search, .ie7 header .top-newsletter-section .container div .icon-icon_search, header .top-newsletter-section .container .ie7 div .icon-icon_search, .ie8 .search-section .icon-icon_search, .ie8 header .top-search-section .container div .icon-icon_search, header .top-search-section .container .ie8 div .icon-icon_search, .ie8 header .top-newsletter-section .container div .icon-icon_search, header .top-newsletter-section .container .ie8 div .icon-icon_search {
    position: absolute;
    right: 0px;
    top: 1px;
    background-color: #ffffff;
    padding: 8px 10px 8px 10px;
    z-index: 10;
}

.ie7 .svg-image, .ie8 .svg-image {
    /*display: none;*/
}

.ie7 .non-svg-image, .ie8 .non-svg-image {
    display: block;
}

.ie7 header .top-newsletter-section .container div span input, .ie8 header .top-newsletter-section .container div span input {
    width: 80%;
    float: right;
}

.ie7 header .top-newsletter-section .container div span .btn, .ie8 header .top-newsletter-section .container div span .btn {
    padding-top: 6px;
    padding-bottom: 6px;
}

.ie7 header .logo, .ie8 header .logo {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .ie7 header .logo img, .ie8 header .logo img {
        max-width: 135px;
        height: auto;
    }

@media (max-width: 767px) {
    .ie7 header .logo img.non-svg-image.visible-xs, .ie8 header .logo img.non-svg-image.visible-xs {
        display: block !important;
    }

    .ie7 header .logo img.svg-image.visible-xs, .ie8 header .logo img.svg-image.visible-xs {
        /*display: none !important;*/
    }
}

.ie7 header .search-section input, .ie7 header .top-search-section .container div input, .ie7 header .top-newsletter-section .container div input, .ie8 header .search-section input, .ie8 header .top-search-section .container div input, .ie8 header .top-newsletter-section .container div input {
    height: 36px;
    border: none;
    background: #ffffff;
    padding: 0 0px 0 15px;
    color: #444444;
    font-size: 16px;
    width: 100%;
}

.ie8 header .top-search-section .container div .icon-icon_search {
    z-index: 20;
    cursor: pointer;
    line-height: 20px;
}

.ie7 .left-nav, .ie8 .left-nav {
    margin: 0px;
    padding: 0px;
}

.ie7 .centers-dropdown .dropdown-menu, .ie8 .centers-dropdown .dropdown-menu {
    width: 196px;
}

.ie7 .slider-content.thumb-container .thumb-block ul.thumb-ul li .thumbOverlay, .ie8 .slider-content.thumb-container .thumb-block ul.thumb-ul li .thumbOverlay {
    background-image: url("../../gfx/cabidotorg/transparent-white.png");
    background-color: transparent;
    background-repeat: repeat;
    background-position: 0px 0px;
}

.ie7 {
    overflow-x: hidden;
}

    .ie7 .ie-image {
        display: block !important;
    }

    .ie7 .thumb-carousel .img-caption-title figcaption {
        background-image: url("../../gfx/cabidotorg/transparent-black.png");
        background-color: transparent;
        background-repeat: repeat;
        background-position: 0px 0px;
    }

    .ie7 .img-caption-title figcaption {
        background-image: url("../../gfx/cabidotorg/transparent-white.png");
        background-color: transparent;
        background-repeat: repeat;
        background-position: 0px 0px;
        max-width: 288px;
    }

        .ie7 .img-caption-title figcaption.full-caption {
            width: 96% !important;
            max-width: 96% !important;
            padding: 10px 2%;
        }

    .ie7 .row-label {
        padding-bottom: 16px;
    }

    .ie7 header .top-head-section {
        position: relative;
        z-index: 999;
    }

        .ie7 header .top-head-section ul {
            float: right;
        }

            .ie7 header .top-head-section ul li a.dropdown-toggle {
                float: left;
            }

            .ie7 header .top-head-section ul li.website-list .dropdown-menu li a {
                white-space: normal;
            }

            .ie7 header .top-head-section ul li.social-icons {
                background: #ffffff;
            }

            .ie7 header .top-head-section ul li.nav {
                float: none;
            }

        .ie7 header .top-head-section.nav-mobile {
            position: absolute;
        }

    .ie7 header .nav-menu {
        float: right;
        margin: 0px;
        padding: 0px;
        position: relative;
        z-index: 1;
    }

        .ie7 header .nav-menu li {
            float: left;
        }

    .ie7 header .search-section input, .ie7 header .top-search-section .container div input, .ie7 header .top-newsletter-section .container div input {
        width: 85%;
        padding: 0px 12% 0 3%;
        line-height: 38px;
    }

    .ie7 header .search-section .glyphicon-search, .ie7 header .top-search-section .container div .glyphicon-search, .ie7 header .top-newsletter-section .container div .glyphicon-search {
        position: absolute;
        right: 0px;
        top: 1px;
        background-color: #ffffff;
        padding: 8px 10px 8px 10px;
    }

    .ie7 header .top-newsletter-section {
        float: left;
        width: 100%;
    }

        .ie7 header .top-newsletter-section .container div span input {
            width: 65%;
            float: right;
        }

    .ie7 header .top-search-section {
        float: left;
        width: 100%;
    }

        .ie7 header .top-search-section strong {
            top: -10px;
        }

    .ie7 header aside {
        width: 205px;
    }

        .ie7 header aside hr {
            /*margin: 16px auto;*/
            width: 100%;
        }

        .ie7 header aside .nav {
            width: 100%;
        }

            .ie7 header aside .nav .newsletter-box input {
                width: 186px;
                padding: 10px;
                height: 18px;
            }

    .ie7 .img-caption-title figcaption {
        width: 308px !important;
    }

        .ie7 .img-caption-title figcaption.full-caption {
            width: 100% !important;
        }

    .ie7 .icon-icon_arrow_right.small {
        background-image: url("../../gfx/cabidotorg/right-arrow.png");
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        display: inline-block;
        width: 10px;
        height: 12px;
    }

    .ie7 .slider-controls a.next span {
        background-image: url("../../gfx/cabidotorg/next.png");
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        display: inline-block;
        width: 14px;
        height: 24px;
        margin-top: 30px;
        margin-left: 0px;
    }

    .ie7 .slider-controls a.prev span {
        background-image: url("../../gfx/cabidotorg/prev.png");
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        display: inline-block;
        width: 14px;
        height: 24px;
        margin-top: 30px;
        margin-left: 0px;
    }

    .ie7 .audience-nav {
        float: left;
        width: 92%;
        padding-left: 4%;
        padding-right: 4%;
    }

        .ie7 .audience-nav h3 {
            float: left;
        }

        .ie7 .audience-nav.library {
            background-image: url("../../gfx/cabidotorg/icon-library.png");
            background-color: #368729;
            background-repeat: no-repeat;
            background-position: 95% center;
        }

        .ie7 .audience-nav.author {
            background-image: url("../../gfx/cabidotorg/icon-author.png");
            background-color: #368729;
            background-repeat: no-repeat;
            background-position: 95% center;
        }

        .ie7 .audience-nav.distributor {
            background-image: url("../../gfx/cabidotorg/icon-distributor.png");
            background-color: #368729;
            background-repeat: no-repeat;
            background-position: 95% center;
        }

        .ie7 .audience-nav .icon-icon_librarian, .ie7 .audience-nav .icon-icon_author, .ie7 .audience-nav .icon-icon_distributor {
            display: none;
        }

        .ie7 .audience-nav:hover {
            background-color: #292929;
            color: #368729;
            cursor: pointer;
        }

            .ie7 .audience-nav:hover h3, .ie7 .audience-nav:hover .icon-icon_librarian, .ie7 .audience-nav:hover .icon-icon_author, .ie7 .audience-nav:hover .icon-icon_distributor {
                color: #368729;
                cursor: pointer;
            }

    .ie7 .search-section .icon-icon_search, .ie7 header .top-search-section .container div .icon-icon_search, header .top-search-section .container .ie7 div .icon-icon_search, .ie7 header .top-newsletter-section .container div .icon-icon_search, header .top-newsletter-section .container .ie7 div .icon-icon_search {
        background-image: url("../../gfx/cabidotorg/search-icon.png");
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        width: 22px;
        height: 20px;
        position: absolute;
        top: 2px;
    }

    .ie7 hr.dark {
        height: 8px;
        background: #f2f2f2;
    }

    .ie7 .bread-crumb li {
        float: left;
    }

        .ie7 .bread-crumb li a {
            color: #368729;
            background-image: url("../../gfx/cabidotorg/breadcrumb-arrow.png");
            background-color: transparent;
            background-repeat: no-repeat;
            background-position: right center;
            padding-right: 25px;
        }

        .ie7 .bread-crumb li:last-child {
            background: none;
        }

    .ie7 .default-title {
        position: relative;
    }

        .ie7 .default-title .readmore {
            position: absolute;
            right: 0px;
            top: -2px;
        }

        .ie7 .default-title .centers-dropdown {
            position: absolute;
            right: 0px;
            top: -2px;
            z-index: 500;
        }

            .ie7 .default-title .centers-dropdown .dropdown-menu {
                width: 164px;
            }

    .ie7 .img-caption-title .img-responsive {
        vertical-align: baseline;
    }

    .ie7 .select-drop-area {
        position: relative;
        z-index: 999;
    }

    .ie7 .filters {
        position: relative;
        z-index: 999;
    }

        .ie7 .filters li {
            margin-left: 1px;
        }

            .ie7 .filters li.dropdown {
                margin-left: 16px !important;
                z-index: 9999;
            }

                .ie7 .filters li.dropdown a {
                    width: 90px;
                    position: relative;
                }

                    .ie7 .filters li.dropdown a .caret {
                        position: absolute;
                        top: 10px;
                        right: 8px;
                    }

                .ie7 .filters li.dropdown .dropdown-menu {
                    width: 230px !important;
                }

            .ie7 .filters li.all {
                margin-left: 16px !important;
            }

    .ie7 .icon-icon_grid_view {
        background-image: url("../../gfx/cabidotorg/grid-icon.png");
        background-color: #368729;
        background-repeat: no-repeat;
        background-position: center center;
        padding-left: 20px;
        padding-right: 20px;
        float: left;
    }

    .ie7 .icon-icon_list_view {
        background-image: url("../../gfx/cabidotorg/list-icon.png");
        background-color: #368729;
        background-repeat: no-repeat;
        background-position: center center;
        padding-left: 20px;
        padding-right: 20px;
        float: left;
    }

    .ie7 .icon-icon_arrow_up {
        background-image: url("../../gfx/cabidotorg/back-to-top-arrow.png");
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center top;
        padding-left: 20px;
        padding-right: 20px;
        float: left;
    }

    .ie7 .back-to-top {
        margin: 0 auto;
        width: 120px;
        float: none;
        display: block;
        text-align: center;
    }

        .ie7 .back-to-top .icon-icon_arrow_up {
            display: block;
            float: none;
            padding-left: 0px;
            padding-right: 0px;
            width: 120px;
            text-align: center;
        }

    .ie7 .findproject-view {
        margin: 0;
        padding: 0;
    }

        .ie7 .findproject-view.list-view li {
            list-style: none;
            padding-bottom: 45px;
            float: left;
            width: 100%;
            clear: both;
        }

            .ie7 .findproject-view.list-view li .img-caption-title {
                float: left;
                width: 25%;
            }

            .ie7 .findproject-view.list-view li .content-block {
                float: left;
                width: 72%;
            }

    .ie7 .view-more-block {
        position: relative;
        z-index: 99;
    }

        .ie7 .view-more-block .viewmore-block {
            float: left;
            width: 100%;
        }

        .ie7 .view-more-block .content-block {
            height: 115px;
            overflow: hidden;
        }

    .ie7 .detail-sidebar {
        position: relative;
        left: -40px;
        padding-left: 40px;
        border-left: solid 1px #e4e4e4;
    }

@media (max-width: 991px) {
    .ie7 .detail-sidebar {
        left: -30px;
        padding-left: 30px;
    }
}

.ie7 .content-overview .list-unstyled {
    position: relative;
    left: -40px;
    padding-left: 40px;
    border-left: solid 1px #e4e4e4;
}

@media (max-width: 991px) {
    .ie7 .content-overview .list-unstyled {
        left: -30px;
        padding-left: 30px;
    }
}

.ie7 .thumbnail-carousel .overlay-box {
    background-image: url("../../gfx/cabidotorg/transparent-black.png");
    background-color: transparent;
    background-repeat: repeat;
    background-position: left top;
}

.ie7 .thumbnail-carousel .container {
    width: 956px;
}

.ie7 .slider-content {
    width: 972px;
}

.ie7 .col-sm-1,
.ie7 .col-sm-2,
.ie7 .col-sm-3,
.ie7 .col-sm-4,
.ie7 .col-sm-5,
.ie7 .col-sm-6,
.ie7 .col-sm-7,
.ie7 .col-sm-8,
.ie7 .col-sm-9,
.ie7 .col-sm-10,
.ie7 .col-sm-11,
.ie7 .col-sm-12,
.ie7 .col-xs-1,
.ie7 .col-xs-2,
.ie7 .col-xs-3,
.ie7 .col-xs-4,
.ie7 .col-xs-5,
.ie7 .col-xs-6,
.ie7 .col-xs-7,
.ie7 .col-xs-8,
.ie7 .col-xs-9,
.ie7 .col-xs-10,
.ie7 .col-xs-11,
.ie7 .col-xs-12 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.ie7 .col-sm-1, .ie7 .col-xs-1 {
    width: 65px !important;
}

.ie7 .col-sm-2, .ie7 .col-xs-2 {
    width: 146px !important;
}

.ie7 .col-sm-3, .ie7 .col-xs-3 {
    width: 227px !important;
}

.ie7 .col-sm-4, .ie7 .col-xs-4 {
    width: 308px !important;
}

.ie7 .col-sm-5, .ie7 .col-xs-5 {
    width: 389px !important;
}

.ie7 .col-sm-6, .ie7 .col-xs-6 {
    width: 470px !important;
}

.ie7 .col-sm-7, .ie7 .col-xs-7 {
    width: 551px !important;
}

.ie7 .col-sm-8, .ie7 .col-xs-8 {
    width: 632px !important;
}

.ie7 .col-sm-9, .ie7 .col-xs-9 {
    width: 713px !important;
}

.ie7 .col-sm-10, .ie7 .col-xs-10 {
    width: 794px !important;
}

.ie7 .col-sm-11, .ie7 .col-xs-11 {
    width: 875px !important;
}

.ie7 .col-sm-12, .ie7 .col-xs-12 {
    width: 956px !important;
}

.ie7 .tabs-vertical .nav-stacked {
    margin-left: 0px;
}

.ie7 .tabs-vertical .hard-left {
    padding-left: 0px !important;
}

.ie7 .tabs-vertical .hard-right {
    padding-right: 0px !important;
}

.ie7 .tabs-vertical .tab-content .tab-content-inner .address-col {
    width: 30% !important;
    height: 200px;
}

.ie7 .tabs-vertical .tab-content .tab-content-inner p {
    text-align: center;
}

.ie7 .col-one-fifth {
    width: 178px !important;
}

    .ie7 .col-one-fifth .img-caption-title .small-title {
        width: 150px;
    }

.ie7 .select-drop-area .col-md-8.col-sm-12 {
    width: 632px !important;
}

.ie7 .select-drop-area .col-md-4.col-sm-12 {
    width: 308px !important;
}

.ie7 .col-sm-3.img-block {
    width: 146px !important;
}

.ie7 .project-manager .col-sm-6 {
    width: 308px !important;
}

.ie7 .grid-view li {
    float: left;
    width: 31.3% !important;
}

.ie7 .slider-content.thumb-container .thumb-block ul.thumb-ul {
    display: inline !important;
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    .svg-image {
        /*display: none;*/
    }

    .non-svg-image {
        display: block;
    }

    header .logo {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        header .logo img {
            max-width: 135px;
            height: auto;
        }
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) and (max-width: 767px) {
    header .logo img.non-svg-image.visible-xs {
        display: block !important;
    }

    header .logo img.svg-image.visible-xs {
        /*display: none !important;*/
    }
}

/* typography */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "open_sansbold";
}

h2, .h2 {
    font-size: 36px;
}

/* Links */
a {
    color: #368729;
    font-weight: bold;
    text-decoration: none;
}

    a:hover {
        /* color: #292929;*/
        color: #368729;
        font-weight: bold;
        text-decoration: underline;
    }

    a:focus {
        color: #368729;
        text-decoration: underline;
    }

    a:hover .icon-icon_arrow_right {
        display: inline-block;
        text-decoration: none !important;
    }


.list-unstyled {
    margin: 0px;
}

    .list-unstyled li {
        margin: 10px 0px;
        font-size: 16px;
        line-height: 20px;
    }

        .list-unstyled li:last-child {
            margin-bottom: 0px;
        }

@media (max-width: 767px) {
    .list-unstyled {
        margin-bottom: 0px;
    }
}

.list-unstyled.base-list li {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 24px;
}

    .list-unstyled.base-list li:last-child {
        margin-bottom: 0px;
    }

.list-unstyled.base-semibold-list li {
    font-family: "open_sanssemibold";
}

.icon-icon_arrow_right.small {
    color: #368729;
    font-size: 12px;
    margin-left: 5px;
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 28px;
    font-family: "open_sansregular";
}

    p.small {
        line-height: normal;
    }

/* typography */
.block-title {
    font-weight: normal;
    font-size: 16px;
    font-family: "open_sanssemibold";
    margin-bottom: 5px;
}

.content-block {
    padding: 10px 0 30px 0;
}

    .content-block h4 {
        font-family: "open_sansbold";
        font-size: 18px;
        line-height: 25px;
        margin: 3px 0px 8px 0px;
        color: #368729;
    }

    .content-block p {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 0 8px 0;
        margin: 0px;
        font-family: "open_sanssemibold";
        letter-spacing: -0.2px;
    }

        .content-block p:last-child {
            padding: 0px;
        }

@media (max-width: 767px) {
    .content-block {
        padding: 10px 0 10px 0;
    }
}

.content-overview {
    margin-top: 18px;
    margin-bottom: 16px;
}

    .content-overview h2 {
        margin-top: 0px;
    }

@media (max-width: 991px) {
    .content-overview h2 {
        line-height: 38px;
    }
}

.content-overview p {
    margin: 0px;
}

.content-overview a {
    font-size: 16px;
    font-family: "open_sansregular";
}

.content-overview .list-unstyled {
    margin-top: 6px;
}

    .content-overview .list-unstyled:before {
        height: 96%;
        border-left: solid 1px #e4e4e4;
        content: "";
        position: absolute;
        left: -40px;
        top: 8px;
    }

@media (max-width: 991px) {
    .content-overview .list-unstyled:before {
        left: -30px;
    }
}

.content-overview .list-unstyled li:first-child {
    margin-top: 0px;
}

@media (max-width: 991px) {
    .content-overview .list-unstyled li:first-child {
        line-height: normal;
    }
}

.content-overview .list-unstyled a {
    font-family: "open_sanssemibold";
}

    .content-overview .list-unstyled a:hover {
        /*color: #292929;*/
        color: #368729;
        font-weight: bold;
        text-decoration: underline;
    }

    .content-overview .list-unstyled a.active, .content-overview .list-unstyled a:focus {
        color: #292929;
    }

@media (max-width: 767px) {
    .content-overview {
        /*margin-bottom: 0px;*/
    }

        .content-overview .border-right {
            border-right: 0px;
        }
}

.projectheading {
    margin-top: 0px;
}


.location-map .content-block {
    font-family: "open_sanssemibold";
}

    .location-map .content-block p {
        font-family: "open_sanssemibold";
    }

    .location-map .content-block .list-unstyled li {
        font-size: 14px;
        margin: 5px 0px;
    }

@media (max-width: 767px) {
    .location-map .map {
        display: none;
    }
}

.filters-block .content-block {
    position: relative;
}

    .filters-block .content-block .read-more {
        position: absolute;
        bottom: 0;
        right: 0px;
        background: #ffffff;
        width: 100%;
        text-align: right;
        display: block;
        padding-top: 12px;
    }

@media (max-width: 767px) {
    .filters-block .content-block .read-more {
        position: relative;
    }
}

/* breadcrumb */
.bread-crumb {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

    .bread-crumb li {
        display: inline-block;
        position: relative;
        margin-right: 15px;
        font-size: 16px;
    }

        .bread-crumb li:first-child, .bread-crumb li:last-child {
            margin-right: 5px;
        }

        .bread-crumb li:after {
            position: absolute;
            content: ">";
            right: -14px;
            top: 1px;
        }

        .bread-crumb li:first-child:after, .bread-crumb li:last-child:after {
            content: " ";
            margin-right: 0px;
        }

        .bread-crumb li a {
            color: #368729;
        }

            .bread-crumb li a:hover {
                /*color: #292929*/;
                color: #368729;
            }

/* buttons */
.btn-default {
    background: #f8f8f8;
    font-family: "open_sanssemibold";
    color: #368729;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active {
        background: #e4f3d9;
        border: 1px solid #368729;
        color: #368729;
    }

.readmore {
    font-family: "open_sansbold" !important;
    font-size: 18px;
}

.back-to-top {
    margin: 0 auto;
    display: table;
}

.viewmore {
    background-color: #368729;
    color: #ffffff;
    padding: 10px;
    font-family: "open_sanssemibold" !important;
    font-size: 18px;
    display: block;
    text-align: center;
}

    .viewmore:hover {
        text-decoration: none;
        background-color: #cd4400;
        color: #ffffff;
    }

    .viewmore:focus {
        text-decoration: none;
        color: #ffffff;
    }

/* navigations */
.nav-title {
    border-bottom: solid 5px #e4e4e4;
    padding-bottom: 10px;
}

.left-nav li a {
    padding: 0px 0px 0px 10px;
    font-family: "open_sanssemibold";
    font-size: 16px;
    line-height: 28px;
    color: #292929;
    border-top: solid 5px #ffffff;
}

.top-head-section .left-nav li a:hover {
    background: none;
    color: #368729;
    border-top: solid 5px #e4e4e4;
}

.left-nav li a:focus {
    background: none;
}

.left-nav li:hover a, .left-nav li.active a {
    color: #368729;
    border-top: solid 5px #e4e4e4;
    background-color: transparent;
}

.default-accrodian .panel-default {
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
}

    .default-accrodian .panel-default > .panel-heading {
        background: #368729;
        border-radius: 0px;
        border: 0px;
    }

        .default-accrodian .panel-default > .panel-heading h4 {
            font-family: "open_sansbold";
            font-size: 20px;
        }

            .default-accrodian .panel-default > .panel-heading h4 a {
                color: #ffffff;
                display: block;
                background-image: url("../../gfx/cabidotorg/white-top-arrow.png");
                background-color: transparent;
                background-repeat: no-repeat;
                background-position: right 5px;
            }

                .default-accrodian .panel-default > .panel-heading h4 a:focus {
                    text-decoration: none;
                }

                .default-accrodian .panel-default > .panel-heading h4 a.collapsed {
                    background-color: red;
                    background-image: url("../../gfx/cabidotorg/white-bottom-arrow.png");
                    background-color: transparent;
                    background-repeat: no-repeat;
                    background-position: right 5px;
                }

    .default-accrodian .panel-default .panel-body a {
        color: #0086cc;
    }

.nav-mobile {
    background: #444 !important;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: -240px;
    top: 0;
    width: 240px;
    z-index: 999;
    padding-left: 25px;
    padding-right: 10px;
}

    .nav-mobile hr {
        border: 1px solid #636363;
    }

    .nav-mobile ul li {
        border: none !important;
        width: 100%;
    }

        .nav-mobile ul li a {
            color: #fff;
            font-size: 16px;
            background: none !important;
            font-family: "open_sansregular" !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

            .nav-mobile ul li a:hover {
                color: #368729;
            }

        .nav-mobile ul li .accordian {
            height: 34px;
            position: absolute;
            right: 0;
            top: 0;
            width: 32px;
            cursor: pointer;
        }

            .nav-mobile ul li .accordian:after {
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: 10px solid #368729;
                content: "";
                height: 10px;
                width: 12px;
                position: absolute;
                left: 50%;
                top: 50%;
                margin-top: -4px;
                margin-left: -6px;
            }

            .nav-mobile ul li .accordian.open:after {
                border-top: none;
                border-bottom: 10px solid #368729;
            }

        .nav-mobile ul li.active > a {
            color: #368729;
        }

        .nav-mobile ul li.menu-button a:hover {
            color: #fff;
        }

        .nav-mobile ul li.menu-button a b {
            display: block !important;
            font-family: open_sanssemibold;
            font-size: 15px;
            padding-right: 8px;
            padding-top: 0px;
        }

        .nav-mobile ul li.menu-button a span {
            margin-right: 5px;
        }

    .nav-mobile .sub-nav {
        padding-left: 20px;
    }

.tabs-vertical .nav-stacked {
    margin-right: -1px;
    position: relative;
    z-index: 2;
    padding-top: 13px;
}

    .tabs-vertical .nav-stacked li {
        margin: 0px;
    }

        .tabs-vertical .nav-stacked li a {
            border: solid 1px transparent;
            border-right: 0px;
            border-radius: 0px;
            padding: 3px 10px;
            font-family: open_sanssemibold;
            font-size: 16px;
        }

            .tabs-vertical .nav-stacked li a:hover {
                background: #f2f2f2;
                /* color: #292929;*/
                color: #368729;
                text-decoration: underline;
                border: solid 1px #e4e4e4;
                border-right: 0px;
                border-radius: 0px;
            }

@media (max-width: 767px) {
    .tabs-vertical .nav-stacked li a:hover {
        border: solid 1px #e4e4e4;
    }
}

.tabs-vertical .nav-stacked li a:focus {
    background: none;
    border: solid 0px transprent;
}

    .tabs-vertical .nav-stacked li a:focus:hover {
        border: solid 1px #e4e4e4;
        background: #f2f2f2;
    }

.tabs-vertical .nav-stacked li.active a {
    background: #f2f2f2;
    color: #292929;
    border: solid 1px #e4e4e4;
    border-right: 0px;
    border-radius: 0px;
}

@media (max-width: 767px) {
    .tabs-vertical .nav-stacked li.active a {
        border: solid 1px #e4e4e4;
    }
}

.tabs-vertical .tab-content {
    background: #f2f2f2;
    border: solid 1px #e4e4e4;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

    .tabs-vertical .tab-content .tab-content-inner {
        padding: 20px;
    }

        .tabs-vertical .tab-content .tab-content-inner address {
            margin: 0px;
        }

        .tabs-vertical .tab-content .tab-content-inner p {
            margin: 0px;
        }

    .tabs-vertical .tab-content hr {
        margin: 0px auto;
        border-color: #e4e4e4;
    }

@media (max-width: 767px) {
    .tabs-vertical .tab-content {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .tabs-vertical .hard-right {
        padding-right: 8px !important;
    }

    .tabs-vertical .hard-left {
        padding-left: 8px !important;
    }
}

/* Slider */
.slider-section-container {
    position: relative;
    width: 100%;
    background: #ffffff;
}

.slider-content {
    margin: 0 auto;
    overflow: hidden;
    width: 960px;
}

    .slider-content.thumb-container {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
        overflow: hidden;
    }

        .slider-content.thumb-container .thumb-block {
            margin: 0 8px;
            overflow: hidden;
        }

            .slider-content.thumb-container .thumb-block ul.thumb-ul {
                margin-top: 8px;
            }

                .slider-content.thumb-container .thumb-block ul.thumb-ul li {
                    max-width: 180px;
                    margin-right: 15px;
                    position: relative;
                }

                    .slider-content.thumb-container .thumb-block ul.thumb-ul li img {
                        cursor: pointer;
                        width: 100%;
                    }

                    .slider-content.thumb-container .thumb-block ul.thumb-ul li .thumbOverlay {
                        width: 180px;
                        height: 100%;
                        background: rgba(255, 255, 255, 0.5);
                        position: absolute;
                        left: 0;
                        top: 0;
                        cursor: pointer;
                    }

                    .slider-content.thumb-container .thumb-block ul.thumb-ul li.active .thumbOverlay {
                        background: none;
                    }

    .slider-content ul {
        float: left;
        margin: 0;
        padding: 0;
        width: 2000px;
    }

        .slider-content ul li {
            list-style: none;
            width: 656px;
            float: left;
            background: #90ee90;
            margin-right: 40px;
            height: 200px;
        }

            .slider-content ul li:last-child .img-caption-title {
                margin: 0px;
            }

.slider-controls a {
    background-repeat: no-repeat;
    height: 79px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 51px;
    font-size: 20px;
    text-align: center;
    line-height: 80px;
    color: #368729;
    background-image: url("../../gfx/cabidotorg/transparent-black.png");
    background-color: transparent;
    background-repeat: repeat;
    background-position: left top;
    z-index: 15;
}

    .slider-controls a:hover {
        color: #368729;
    }

    .slider-controls a span {
        display: inline-block;
    }

@media (max-width: 1112px) and (min-width: 991px) {
    .slider-controls a {
        background-image: url("../../gfx/cabidotorg/transparent-black.png");
        background-color: transparent;
        background-repeat: repeat;
        background-position: left top;
    }
}

@media (max-width: 877px) {
    .slider-controls a {
        background-image: url("../../gfx/cabidotorg/transparent-black.png");
        background-color: transparent;
        background-repeat: repeat;
        background-position: left top;
    }
}

.slider-controls a.next {
    right: -59px;
}

@media (max-width: 1112px) and (min-width: 991px) {
    .slider-controls a.next {
        right: -7px;
    }
}

@media (max-width: 877px) {
    .slider-controls a.next {
        right: -7px;
    }
}

@media (max-width: 767px) {
    .slider-controls a.next {
        right: 0px;
    }
}

.slider-controls a.prev {
    left: -59px;
}

@media (max-width: 1112px) and (min-width: 991px) {
    .slider-controls a.prev {
        left: -7px;
    }
}

@media (max-width: 877px) {
    .slider-controls a.prev {
        left: -7px;
    }
}

@media (max-width: 767px) {
    .slider-controls a.prev {
        left: 0px;
    }
}

@media (max-width: 960px) {
    .slider-content {
        width: 770px;
    }

        .slider-content ul li {
            width: 230px;
        }
}

@media (max-width: 767px) {
    .slider-content {
        width: 600px;
    }

        .slider-content ul li {
            width: 280px;
        }
}

@media (max-width: 600px) {
    .slider-content {
        width: 320px;
    }

        .slider-content ul li {
            width: 320px;
        }
}
/*override of slider css*/
.infinite-carousel {
    overflow: hidden;
    margin: 0;
}

.slider-content {
    background: transparent;
    position: relative;
    overflow: visible;
    height: auto;
}

    .slider-content ul {
        float: none !important;
        display: inline-block !important;
        width: 9000000px !important;
        /*@media(max-width:$screen-xs-max) {
      display: block !important;
  }*/
    }

        .slider-content ul li {
            background: none;
            margin: 0 0 0 0;
            /*padding: 0 16px 0 0;*/
            width: 640px;
            height: auto;
            display: inline-block;
            float: left;
        }

            .slider-content ul li.half {
                width: 324px;
            }

.slider-controls a:focus {
    outline: none;
}

.overlay {
    display: block;
    /*height: 100%;*/
    width: 100%;
    top: 0;
}

.left-overlay {
    background-image: url("../../gfx/cabidotorg/blank.png");
    background-color: rgba(255, 255, 255, 0.5);
    background-repeat: repeat;
    background-position: left top;
    height: 100%;
    left: -99991px;
    position: absolute;
    width: 99999px;
    top: 0;
    z-index: 9;
}

.right-overlay {
    background-image: url("../../gfx/cabidotorg/blank.png");
    background-color: rgba(255, 255, 255, 0.5);
    background-repeat: repeat;
    background-position: left top;
    height: 100%;
    position: absolute;
    right: -99991px;
    width: 99999px;
    top: 0;
    z-index: 9;
}

.bottom-space {
    padding-bottom: 16px;
}

.mobileRow {
    float: left;
    margin: 0 !important;
}

    .mobileRow > div {
        float: left;
    }

.main-carousel {
    position: relative;
}

.thumbnail-block {
    margin-top: 16px;
    overflow: hidden;
}

.thumb-carousel .img-caption-title figcaption {
    background: rgba(0, 0, 0, 0.5);
    max-width: 440px;
}

    .thumb-carousel .img-caption-title figcaption .figure-caption-title {
        display: none;
    }

    .thumb-carousel .img-caption-title figcaption .figure-content a {
        color: #fff;
    }

        .thumb-carousel .img-caption-title figcaption .figure-content a:hover {
            color: #fff;
        }

.thumb-carousel .img-caption-title:hover figcaption:hover a {
    color: #fff;
}

    .thumb-carousel .img-caption-title:hover figcaption:hover a:hover {
        color: #fff;
    }

/*Thumbnail Carousel*/
.thumbnail-carousel {
    overflow: hidden;
    width: 100%;
    margin: 35px 0px 40px 0px;
}

    .thumbnail-carousel .container {
        padding: 0;
    }

    .thumbnail-carousel .overlay-box {
        position: absolute;
        left: 0px;
        bottom: 0px;
        padding: 15px;
        background-image: url("../../gfx/cabidotorg/transparent-black.png");
        background-color: transparent;
        background-repeat: repeat;
        background-position: left top;
        color: #ffffff;
        max-width: 470px;
        font-size: 22px;
    }

        .thumbnail-carousel .overlay-box span {
            font-size: 14px;
            display: block;
        }

        .thumbnail-carousel .overlay-box:hover {
            background: #368729;
        }

    .thumbnail-carousel #slider2_container {
        overflow: visible !important;
        display: none;
    }

        .thumbnail-carousel #slider2_container .slides {
            overflow: visible !important;
        }

        .thumbnail-carousel #slider2_container .jssora02l {
            display: block !important;
            background-image: url("../../gfx/cabidotorg/thumb-prev.png");
            background-color: transparent;
            background-repeat: no-repeat;
            background-position: center center;
            width: 51px !important;
            height: 79px !important;
            left: -66px !important;
            position: absolute;
            z-index: 1;
            cursor: pointer;
        }

        .thumbnail-carousel #slider2_container .jssora02ldn {
            display: block !important;
            background-image: url("../../gfx/cabidotorg/thumb-prev.png");
            background-color: transparent;
            background-repeat: no-repeat;
            background-position: center center;
            width: 51px !important;
            height: 79px !important;
            left: -66px !important;
            position: absolute;
            z-index: 1;
            cursor: pointer;
        }

        .thumbnail-carousel #slider2_container .jssora02r {
            display: block !important;
            background-image: url("../../gfx/cabidotorg/thumb-next.png");
            background-color: transparent;
            background-repeat: no-repeat;
            background-position: center center;
            width: 51px !important;
            height: 79px !important;
            right: -66px !important;
            position: absolute;
            z-index: 1;
            cursor: pointer;
        }

        .thumbnail-carousel #slider2_container .jssora02rdn {
            display: block !important;
            background-image: url("../../gfx/cabidotorg/thumb-next.png");
            background-color: transparent;
            background-repeat: no-repeat;
            background-position: center center;
            width: 51px !important;
            height: 79px !important;
            right: -66px !important;
            position: absolute;
            z-index: 1;
            cursor: pointer;
        }

        .thumbnail-carousel #slider2_container .jssort03 {
            overflow: hidden;
            background: #fff;
        }

            .thumbnail-carousel #slider2_container .jssort03 > div {
                cursor: default !important;
            }

            .thumbnail-carousel #slider2_container .jssort03 .c {
                height: 120px;
                width: 240px;
                background-image: url("../../gfx/cabidotorg/transparent-white-light.png");
                background-color: transparent;
                background-repeat: repeat;
                background-position: left top !important;
                background-color: transparent !important;
            }

            .thumbnail-carousel #slider2_container .jssort03 .pav .c {
                background-color: transparent !important;
                background: none;
            }

            .thumbnail-carousel #slider2_container .jssort03 .p:hover .c {
                background-image: url("../../gfx/cabidotorg/transparent-white-light.png");
                background-color: transparent;
                background-repeat: repeat;
                background-position: left top !important;
                cursor: pointer;
            }

        .thumbnail-carousel #slider2_container .overlay-left {
            background-image: url("../../gfx/cabidotorg/transparent-white.png");
            background-color: transparent;
            background-repeat: repeat;
            background-position: left top;
            display: block;
            height: 100%;
            left: -20000px;
            position: absolute;
            top: 0;
            width: 20000px;
        }

        .thumbnail-carousel #slider2_container .overlay-right {
            background-image: url("../../gfx/cabidotorg/transparent-white.png");
            background-color: transparent;
            background-repeat: repeat;
            background-position: left top;
            height: 100%;
            position: absolute;
            right: -20000px;
            top: 0;
            width: 20000px;
        }

/*Arrows*/
@media (max-width: 1112px) {
    .thumbnail-carousel #slider2_container .jssora02l {
        left: -15px !important;
    }

    .thumbnail-carousel #slider2_container .jssora02ldn {
        left: -15px !important;
    }

    .thumbnail-carousel #slider2_container .jssora02r {
        right: -15px !important;
    }

    .thumbnail-carousel #slider2_container .jssora02rdn {
        right: -15px !important;
    }
}
/*Desktop*/
@media (min-width: 992px) {
    .thumbnail-carousel .container {
        width: 956px;
    }

    .slider-content {
        width: 972px;
    }

    .infinite-carousel .col-sm-1 {
        width: 81px;
    }

    .infinite-carousel .col-sm-2 {
        width: 162px;
    }

    .infinite-carousel .col-sm-3 {
        width: 243px;
    }

    .infinite-carousel .col-sm-4 {
        width: 324px;
    }

    .infinite-carousel .col-sm-5 {
        width: 405px;
    }

    .infinite-carousel .col-sm-6 {
        width: 486px;
    }

    .infinite-carousel .col-sm-7 {
        width: 567px;
    }

    .infinite-carousel .col-sm-8 {
        width: 648px;
    }

    .infinite-carousel .col-sm-9 {
        width: 729px;
    }

    .infinite-carousel .col-sm-10 {
        width: 810px;
    }

    .infinite-carousel .col-sm-11 {
        width: 891px;
    }

    .infinite-carousel .col-sm-12 {
        width: 972px;
    }
}
/*IPAD*/
@media (max-width: 991px) {
    .thumbnail-carousel #slider2_container .jssora02l {
        left: -80px !important;
        transform: scale(1.5);
    }

    .thumbnail-carousel #slider2_container .jssora02ldn {
        left: -80px !important;
        transform: scale(1.5);
    }

    .thumbnail-carousel #slider2_container .jssora02r {
        right: -80px !important;
        transform: scale(1.5);
    }

    .thumbnail-carousel #slider2_container .jssora02rdn {
        right: -80px !important;
        transform: scale(1.5);
    }

    .thumbnail-carousel .overlay-box {
        max-width: 628px;
        font-size: 28px;
    }

        .thumbnail-carousel .overlay-box span {
            font-size: 20px;
        }

    .slider-content {
        width: 744px;
    }

    .infinite-carousel .col-sm-1 {
        width: 62px;
    }

    .infinite-carousel .col-sm-2 {
        width: 124px;
    }

    .infinite-carousel .col-sm-3 {
        width: 186px;
    }

    .infinite-carousel .col-sm-4 {
        width: 248px;
    }

    .infinite-carousel .col-sm-5 {
        width: 310px;
    }

    .infinite-carousel .col-sm-6 {
        width: 372px;
    }

    .infinite-carousel .col-sm-7 {
        width: 434px;
    }

    .infinite-carousel .col-sm-8 {
        width: 496px;
    }

    .infinite-carousel .col-sm-9 {
        width: 558px;
    }

    .infinite-carousel .col-sm-10 {
        width: 620px;
    }

    .infinite-carousel .col-sm-11 {
        width: 682px;
    }

    .infinite-carousel .col-sm-12 {
        width: 744px;
    }

    /*Thumbnail Carousel*/
    .slider-content.thumb-container .thumb-block ul.thumb-ul li {
        max-width: 134px;
    }
}
/*Arrows*/
@media (max-width: 885px) {
    .thumbnail-carousel #slider2_container .jssora02l {
        left: -15px !important;
    }

    .thumbnail-carousel #slider2_container .jssora02ldn {
        left: -15px !important;
    }

    .thumbnail-carousel #slider2_container .jssora02r {
        right: -15px !important;
    }

    .thumbnail-carousel #slider2_container .jssora02rdn {
        right: -15px !important;
    }
}
/*iPad Portrait*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
    .ipad-home-carousel .complex-slider .slider-content ul {
        width: auto !important;
        margin: 0 !important;
    }

        .ipad-home-carousel .complex-slider .slider-content ul .list-ipad {
            margin-bottom: 16px;
        }

            .ipad-home-carousel .complex-slider .slider-content ul .list-ipad .img-caption-title {
                height: 248px;
            }

                .ipad-home-carousel .complex-slider .slider-content ul .list-ipad .img-caption-title img {
                    max-width: none;
                    min-width: 100%;
                    width: auto;
                }

    .ipad-home-carousel .complex-slider .slider-content .slider-controls {
        display: none;
    }
}
/*Below IPAD*/
@media (max-width: 767px) {
    .thumbnail-carousel #slider2_container .jssora02l {
        left: 0px !important;
    }

    .thumbnail-carousel #slider2_container .jssora02ldn {
        left: 0px !important;
    }

    .thumbnail-carousel #slider2_container .jssora02r {
        right: 0px !important;
    }

    .thumbnail-carousel #slider2_container .jssora02rdn {
        right: 0px !important;
    }

    .thumbnail-carousel .overlay-box {
        max-width: 628px;
        font-size: 32px;
    }

    .slider-content {
        width: 100%;
    }

    .infinite-carousel .col-sm-1, .infinite-carousel .col-sm-2, .infinite-carousel .col-sm-3, .infinite-carousel .col-sm-4, .infinite-carousel .col-sm-5, .infinite-carousel .col-sm-6, .infinite-carousel .col-sm-7, .infinite-carousel .col-sm-8, .infinite-carousel .col-sm-9, .infinite-carousel .col-sm-10, .infinite-carousel .col-sm-11, .infinite-carousel .col-sm-12 {
        width: auto;
        padding-left: 16px;
        padding-right: 16px;
    }

    .infinite-carousel .slider-content ul {
        width: 2000000px !important;
    }

    .complex-slider .slider-content ul {
        width: auto !important;
        margin: 0 !important;
    }

        .complex-slider .slider-content ul .carousel-li {
            width: 100%;
        }

    .complex-slider .slider-controls a {
        display: none;
    }

    .overlay {
        display: none;
    }

    .infinite-carousel.complex-slider .img-caption-title img {
        max-width: none;
    }

    .infinite-carousel .img-caption-title {
        overflow: hidden;
        max-height: 640px;
    }

    .img-caption-title img {
        /*height: 100%;*/
        max-width: 100%;
        min-width: 100%;
        width: auto;
    }

    .bottom-space {
        margin: 0;
        padding: 0;
    }

    .slider-content ul li {
        float: left;
    }

    .thumb-container {
        display: none;
    }

    .slider-controls a {
        width: 30px;
        height: 50px;
    }

        .slider-controls a span {
            position: inherit;
            top: 16px;
        }

        .slider-controls a.next span {
            left: 8px;
        }

        .slider-controls a.prev span {
            right: 8px;
        }
}

@media (max-width: 991px) and (min-width: 768px) {
    .thumbnail-carousel .container {
        width: 720px;
    }
}
/*IPhone*/
@media (max-width: 568px) {
    .thumbnail-carousel #slider2_container .jssora02l {
        left: 26px !important;
        transform: scale(2);
    }

    .thumbnail-carousel #slider2_container .jssora02ldn {
        left: 26px !important;
        transform: scale(2);
    }

    .thumbnail-carousel #slider2_container .jssora02r {
        right: 26px !important;
        transform: scale(2);
    }

    .thumbnail-carousel #slider2_container .jssora02rdn {
        right: 26px !important;
        transform: scale(2);
    }

    .thumbnail-carousel .overlay-box {
        max-width: 728px;
        font-size: 44px;
    }

        .thumbnail-carousel .overlay-box span {
            font-size: 36px;
        }

    .thumb-carousel .img-caption-title figcaption {
        background: none;
        text-align: right;
        padding: 0;
        max-width: 100%;
    }

        .thumb-carousel .img-caption-title figcaption.caption-height {
            height: 100%;
        }

        .thumb-carousel .img-caption-title figcaption .figure-caption-title {
            background: rgba(0, 0, 0, 0.5);
            display: inline-block;
            color: #fff;
            float: right;
        }

            .thumb-carousel .img-caption-title figcaption .figure-caption-title span {
                display: inline-block;
                font-size: 13px;
                padding: 8px 10px;
            }

            .thumb-carousel .img-caption-title figcaption .figure-caption-title a {
                background: url("../../gfx/cabidotorg/cross-caption-icon.png") no-repeat center #000;
                display: inline-block;
                font-size: 18px;
                font-weight: bold;
                padding: 17px 17px;
                height: 23px;
                width: 23px;
                float: right;
            }

                .thumb-carousel .img-caption-title figcaption .figure-caption-title a.plus {
                    background: url("../../gfx/cabidotorg/plus.png") no-repeat center center black;
                    display: inline-block;
                }

        .thumb-carousel .img-caption-title figcaption .figure-content {
            background: rgba(0, 0, 0, 0.5);
            text-align: left;
            padding: 20px;
            display: none;
            height: 100%;
        }
}
/*Inner Slider*/
.slider {
    position: relative;
    width: 100%;
    left: 0;
    height: 632px;
}

    .slider .slider-inner {
        position: relative;
        width: 100%;
        left: 0;
    }

        .slider .slider-inner .img-caption-title {
            display: none;
            position: absolute;
            width: 100%;
            left: 0;
        }

            .slider .slider-inner .img-caption-title.active {
                display: block;
            }

            .slider .slider-inner .img-caption-title .full-caption p {
                height: 60px;
                overflow: hidden;
            }

    .slider .pagination {
        position: absolute;
        width: 100%;
        left: 0;
        margin: 0;
        bottom: 167px;
        z-index: 9;
    }

        .slider .pagination dl {
            margin: 0;
        }

            .slider .pagination dl dt, .slider .pagination dl dd {
                margin-top: 1px;
            }

                .slider .pagination dl dt a, .slider .pagination dl dd a {
                    color: #ffffff;
                    font-size: 18px;
                    font-family: "open_sansbold";
                    padding: 6px 10px;
                    display: inline-block;
                }

                .slider .pagination dl dt a {
                    background: #cd4400;
                }

                .slider .pagination dl dd a {
                    background: #292929;
                }

                    .slider .pagination dl dd a.active {
                        background: #368729;
                    }

        .slider .pagination.ipad-fix {
            position: relative;
            bottom: -288px !important;
        }

@media (max-width: 991px) and (min-width: 768px) {
    .slider {
        height: 476px;
    }

        .slider .pagination {
            bottom: 162px;
        }
}

@media (max-width: 767px) {
    .slider {
        margin-bottom: 16px;
    }
}

/* Dropdown */
.sod_select,
.sod_select * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select {
    display: inline-block;
    position: relative;
    line-height: 1;
    min-width: 100px;
    padding: 12px 10px;
    border: 1px solid #e4e4e4;
    background-image: url("../../gfx/cabidotorg/drop-down.png");
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right center;
    text-align: left;
    text-transform: uppercase;
    outline: 0;
    outline-offset: -2px;
    /* Opera */
    cursor: default;
    font-size: 16px;
    font-family: "open_sanssemibold";
    color: #368729;
}

    .sod_select.open {
        background-image: url("../../gfx/cabidotorg/drop-down-up.png");
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: right center;
    }

@media (max-width: 991px) {
    .sod_select {
        font-size: 14px;
        padding: 8px 7px;
    }
}

@media (max-width: 767px) {
    .sod_select {
        font-size: 16px;
        padding: 12px 10px;
    }
}

/* Up/Down arrows */
/*.sod_select:before,
.sod_select:after
    {
        content: "\25B2";
        position: absolute;
        right: 10px;
        top: 12px;
        font-size: 7px;
    }

    */
/* Down arrow */
/*
.sod_select:after
    {
        content: "\25BC";
        top: auto;
        bottom: 12px;
    }*/
/* Change the border color on hover, focus and when open */
.sod_select:hover,
.sod_select.open,
.sod_select.focus {
    border-color: #368729;
}

.sod_select.open {
    color: #919191;
}

.sod_select.focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* When the entire SoD is disabled, go crazy! */
.sod_select.disabled {
    border-color: #828282;
    color: #b2b2b2;
    cursor: not-allowed;
}

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
.sod_select .sod_label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px;
}

.sod_select .sod_prefix {
    /* Use this if you're using a prefix and want to style it */
}

.sod_select .sod_placeholder {
    /* Use this if you're using a placeholder and want to style it */
}

/* Options list wrapper */
.sod_select .sod_list_wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    height: auto;
    width: 100%;
    margin: 1px 0 0 0;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-top: none;
    color: #368729;
    font-weight: 300;
    z-index: 1;
}

/* Shows the option list (don't edit) */
.sod_select.open .sod_list_wrapper {
    display: block;
}

/* Don't display the options when  */
.sod_select.disabled.open .sod_list_wrapper {
    display: none;
}

/* When the option list is displayed above the SoD */
.sod_select.above .sod_list_wrapper {
    top: auto;
    bottom: 100%;
    border-top: 1px solid #e4e4e4;
    border-bottom: none;
    margin: 0 0 1px;
}

/* Options list container */
.sod_select .sod_list {
    display: block;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}

/* All the options. Keep the first three lines for truncating... */
.sod_select .sod_option {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding: 10px 10px;
    list-style-type: none;
}

    /* Optgroups */
    .sod_select .sod_option.optgroup,
    .sod_select .sod_option.optgroup.disabled {
        background: inherit;
        color: #939393;
        font-size: 10px;
        font-style: italic;
    }

    /* Children of an optgroup */
    .sod_select .sod_option.groupchild {
        padding-left: 20px;
    }

    /* Used together with placeholderOption / data-placeholder-option */
    .sod_select .sod_option.is-placeholder {
        display: none;
    }

    /* Disabled option */
    .sod_select .sod_option.disabled {
        background: inherit;
        color: #cccccc;
    }

    /* Hover state for options, also used when a user uses his/hers up/down keys */
    .sod_select .sod_option.active {
        background: #f7f7f7;
        color: #368729;
    }

    /*Make room for the check mark */
    .sod_select .sod_option.selected {
        font-weight: 700;
        padding-right: 25px;
    }

        /* Displays a check mark for the selected option */
        .sod_select .sod_option.selected:before {
            content: "";
            position: absolute;
            right: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            display: inline-block;
            color: #808080;
            height: 9px;
            width: 10px;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
            font-family: "open_sanssemibold";
        }

/* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
.sod_select.no_highlight .sod_option.selected {
    font-weight: 300;
}

    .sod_select.no_highlight .sod_option.selected:before {
        display: none;
    }

.sod_select .sod_option.link {
    /* If data-link is set on a specific option */
}

.sod_select .sod_option.linkexternal {
    /* If data-link-external is set on a specific option */
}

/* Hide native select */
.sod_select select {
    display: none !important;
}

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
.sod_select.touch select {
    -webkit-appearance: menulist-button;
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
}

* + html .sod_select {
    width: 100%;
}

/*Bootstrap Dropdown*/
.dropdown {
    float: left;
}

    .dropdown label {
        margin: 0px;
    }

    .dropdown.open .dropdown-toggle span {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 10px solid;
        border-top: none;
        color: #cd4400;
    }

    .dropdown .dropdown-toggle span {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 10px solid;
    }

    .dropdown ul {
        float: left;
    }

        .dropdown ul.dropdown-menu {
            border-radius: 0;
            border-top: medium none;
            box-shadow: none;
            top: 38px;
            min-width: 100%;
        }

            .dropdown ul.dropdown-menu li {
                width: 100%;
            }

                .dropdown ul.dropdown-menu li a {
                    border: none;
                    font-family: "open_sanssemibold";
                    font-size: 14px;
                    line-height: 30px;
                    color: #368729;
                }

        .dropdown ul.dropdownlist {
            overflow-x: hidden;
            max-height: 250px;
        }

/* Map section */
.map-section {
    position: relative;
    text-align: center;
}

    .map-section .map-wrapper {
        position: relative;
        padding-bottom: 50.0%;
        padding-top: 30px;
        height: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        border: solid #e4e4e4 1px;
    }

        .map-section .map-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .map-section .map-wrapper .map-dot-box {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 9999;
        }

            .map-section .map-wrapper .map-dot-box .map-dot-text {
                width: 100%;
                min-height: 98px;
                left: -137px;
                bottom: 118%;
                padding: 15px 15px 15px 120px;
                background: #ffffff;
                position: absolute;
                width: 308px;
                text-align: left;
                color: #444444;
                font-size: 13px;
            }

                .map-section .map-wrapper .map-dot-box .map-dot-text b {
                    border-top: 12px solid #ffffff;
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    position: absolute;
                    left: 50%;
                    margin-left: -10px;
                    bottom: -12px;
                }

                .map-section .map-wrapper .map-dot-box .map-dot-text figure {
                    width: 89px;
                    height: 68px;
                    position: absolute;
                    left: 15px;
                    top: 15px;
                }

                .map-section .map-wrapper .map-dot-box .map-dot-text h2 {
                    margin: 0;
                    color: #368729;
                    font-size: 16px;
                    font-weight: normal;
                    padding-bottom: 2px;
                }

#map-canvas {
    width: 100%;
}

@media (max-width: 600px) {
    #map-canvas {
        height: 350px;
    }
}

.gm-style-iw div {
    max-width: 320px !important;
    display: block !important;
    -webkit-overflow-scrolling: touch !important;
}

    .gm-style-iw div div {
        max-width: 300px !important;
    }

@media (max-width: 767px) {
    .gm-style-iw div {
        max-width: 245px !important;
    }

        .gm-style-iw div div {
            max-width: 230px !important;
        }
}

.map-dot-text {
    width: 100%;
    min-height: 98px;
    padding: 0px 0px 10px 100px;
    background: #ffffff;
    width: 300px !important;
    max-width: 300px !important;
    text-align: left;
    color: #444444;
    font-size: 13px;
    position: relative;
}

    .map-dot-text figure {
        width: 89px;
        height: 68px;
        position: absolute;
        left: 0;
        top: 5px;
    }

    .map-dot-text h2 {
        margin: 0;
        color: #368729;
        font-size: 16px;
        font-weight: normal;
        padding-top: 3px;
        padding-bottom: 2px;
    }

    .map-dot-text a {
        margin: 0;
        font-size: 15px;
        font-weight: normal;
        padding-top: 3px;
        padding-bottom: 2px;
    }

@media (max-width: 767px) {
    .map-dot-text {
        max-width: 230px !important;
    }
}

#map-view {
    height: auto;
    margin-bottom: 20px;
}

    #map-view.hide {
        display: block !important;
        height: 0px;
        overflow: hidden;
        margin-bottom: 0px;
    }

.map-pins {
    position: relative;
}

    .map-pins #map-country {
        margin: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

        .map-pins #map-country li {
            list-style: none;
            position: absolute;
        }

            .map-pins #map-country li a {
                color: #ffffff;
                font-size: 12px;
                font-family: "open_sansbold";
                background: #cd4400;
                padding: 2px 5px;
                text-align: center;
                display: block;
            }

@media (max-width: 991px) {
    .map-pins #map-country li a {
        font-size: 9px;
    }
}

.map-pins #map-country li b {
    /*width: 8px;
        height: 10px;*/
    border-top: 10px solid #cd4400;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    line-height: 0;
}

.map-pins #map-country li:hover a {
    background: #368729;
}

.map-pins #map-country li:hover b {
    border-top-color: #368729;
}

.map-pins #map-country li.active a {
    background: #368729;
}

.map-pins #map-country li.active b {
    border-top-color: #368729;
}

.map-pins #map-country li.ghana-pin {
    left: 41.5%;
    top: 49%;
}

.map-pins #map-country li.usa-pin {
    left: 8%;
    top: 30%;
    width: 43px;
}

.map-pins #map-country li.uk-pin {
    left: 38%;
    top: 27%;
}

    .map-pins #map-country li.uk-pin b {
        border-left: 10px solid #cd4400;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: none;
        left: 100%;
        top: 50%;
        margin-left: 0;
        margin-top: -6px;
    }

.map-pins #map-country li.head_office-pin {
    left: 36.5%;
    top: 20%;
}

    .map-pins #map-country li.head_office-pin b {
        right: 50px;
        margin-left: 0;
    }

.map-pins #map-country li.uk-pin:hover b, .map-pins #map-country li.uk-pin.active b {
    border-left-color: #368729;
}

.map-pins #map-country li.switzerland-pin {
    left: 47%;
    top: 27%;
}

    .map-pins #map-country li.switzerland-pin b {
        left: 0;
        margin-left: 0;
    }

.map-pins #map-country li.trinidad_and_tobago-pin {
    left: 17%;
    top: 42%;
    max-width: 87px;
}

@media (max-width: 991px) {
    .map-pins #map-country li.trinidad_and_tobago-pin {
        max-width: 72px;
    }
}

.map-pins #map-country li.india-pin {
    left: 67%;
    top: 50.5%;
}

    .map-pins #map-country li.india-pin b {
        top: -10px;
        border-top: none;
        border-bottom: 10px solid #cd4400;
    }

    .map-pins #map-country li.india-pin:hover b, .map-pins #map-country li.india-pin.active b {
        border-bottom-color: #368729;
    }

.map-pins #map-country li.pakistan-pin {
    left: 63%;
    top: 37.5%;
}

.map-pins #map-country li.china-pin {
    right: 13.5%;
    top: 37%;
}

.map-pins #map-country li.malaysia-pin {
    right: 15.5%;
    top: 60.5%;
}

    .map-pins #map-country li.malaysia-pin b {
        top: -10px;
        border-top: none;
        border-bottom: 10px solid #cd4400;
    }

    .map-pins #map-country li.malaysia-pin:hover b, .map-pins #map-country li.malaysia-pin.active b {
        border-bottom-color: #368729;
    }

.map-pins #map-country li.brazil-pin {
    left: 24%;
    top: 60%;
}

.map-pins #map-country li.kenya-pin {
    right: 39%;
    top: 53%;
}

.map-pins #map-country li.zambia-pin {
    right: 42%;
    top: 61%;
}

/* findproject list section */
.findproject-view {
    margin: 0;
    padding: 0;
}

    .findproject-view.list-view li {
        list-style: none;
        width: 100%;
        padding-bottom: 45px;
    }

        .findproject-view.list-view li:before, .findproject-view.list-view li:after {
            content: " ";
            display: table;
        }

        .findproject-view.list-view li:after {
            clear: both;
        }

        .findproject-view.list-view li .img-caption-title {
            float: left;
            width: 25%;
        }

            .findproject-view.list-view li .img-caption-title img {
                width: auto;
            }

@media (max-width: 767px) {
    .findproject-view.list-view li .img-caption-title {
        width: 100%;
    }
}

.findproject-view.list-view li .content-block {
    float: left;
    width: 75%;
    padding-left: 20px;
    padding-top: 0px;
}

    .findproject-view.list-view li .content-block h4 {
        font-size: 24px;
        padding-bottom: 10px;
        margin-top: -3px;
    }

    .findproject-view.list-view li .content-block p {
        line-height: 26px;
        font-size: 16px;
    }

@media (max-width: 767px) {
    .findproject-view.list-view li .content-block {
        width: 100%;
        padding-left: 0;
    }

        .findproject-view.list-view li .content-block h4 {
            font-size: 18px;
            padding-bottom: 0;
            margin-top: 3px;
        }

        .findproject-view.list-view li .content-block p {
            line-height: 24px;
            font-size: 14px;
        }
}

.findproject-view.grid-view {
    margin-left: -15px;
}

@media (max-width: 767px) {
    .findproject-view.grid-view {
        margin-left: 0;
    }
}

.findproject-view.grid-view li {
    list-style: none;
    padding-bottom: 45px;
    display: inline-block;
    text-align: left;
    width: 33%;
    vertical-align: top;
    padding: 0 0 0 12px;
}

    .findproject-view.grid-view li .img-caption-title img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }

@media (max-width: 1199px) {
    .findproject-view.grid-view li {
        width: 33%;
    }
    
}

@media (max-width: 767px) {
    .findproject-view.grid-view li {
        width: 100%;
        padding: 0 0 20px 0;
    }
    
}

.findproject-view.grid-view li .content-block {
    padding: 0 !important;
    margin: 10px 0 30px;
}

@media (max-width: 767px) {
    .findproject-view.grid-view li .content-block {
        padding-top: 0px;
    }
}

/* Helper */
.soft {
    padding: 16px !important;
}

.soft-top {
    padding-top: 16px !important;
}

.soft-right {
    padding-right: 16px !important;
}

.soft-bottom {
    padding-bottom: 16px !important;
}

.soft-left {
    padding-left: 16px !important;
}

.soft-half {
    padding: 8px !important;
}

.soft-half-top {
    padding-top: 8px !important;
}

.soft-half-right {
    padding-right: 8px !important;
}

.soft-half-bottom {
    padding-bottom: 8px !important;
}

.soft-half-left {
    padding-left: 8px !important;
}

.hard {
    padding: 0 !important;
}

.hard-top {
    padding-top: 0 !important;
}

.hard-right {
    padding-right: 0 !important;
}

.hard-bottom {
    padding-bottom: 0 !important;
}

.hard-left {
    padding-left: 0 !important;
}

.push {
    margin: 16px !important;
}

.push-top {
    margin-top: 16px !important;
}

.push-right {
    margin-right: 16px !important;
}

.push-bottom {
    margin-bottom: 16px !important;
}

.push-left {
    margin-left: 16px !important;
}

.push-half {
    margin: 8px !important;
}

.push-half-top {
    margin-top: 8px !important;
}

.push-half-right {
    margin-right: 8px !important;
}

.push-half-bottom {
    margin-bottom: 8px !important;
}

.flush {
    margin: 0 !important;
}

.flush-top {
    margin-top: 0 !important;
}

.flush-right {
    margin-right: 0 !important;
}

.flush-bottom {
    margin-bottom: 0 !important;
}

.flush-left {
    margin-left: 0 !important;
}

.border-right {
    border-right: solid 1px #e4e4e4;
}

.border-left {
    border-left: solid 1px #e4e4e4;
}

.icon {
    display: inline-block;
    background: #368729;
    color: #ffffff;
    padding: 12px 12px 10px 12px;
    font-size: 20px;
}

    .icon.active {
        background: #292929;
    }

.icon-map {
    display: inline-block;
    background: #368729;
    color: #ffffff;
    padding: 13px 12px;
    font-family: "open_sanssemibold" !important;
    font-size: 16px;
}

    .icon-map.active {
        background: #292929;
    }

.push-top35 {
    margin-top: 35px;
}

.ie7 .row-heading {
    position: relative;
    z-index: 9;
}

.content-overview .row .col-sm-12 p iframe {
    float: right;
    padding-left: 20px;
}

.nav-pills > li.dropdown > a, .nav-pills > li.all > a, .nav-pills > li > a.find-views {
    line-height: 23px !important;
    margin-right: 0 !important;
}

form {
    margin: 0;
}

a.blackLink {
    /* color: #292929;*/
    color: #368729;
    text-decoration: none;
}

    a.blackLink:hover {
        color: #368729;
        text-decoration: underline;
    }

    a.blackLink:focus {
        color: #292929;
        text-decoration: none;
    }

div#Documents li p {
    margin-bottom: 0;
}

