/*Put Faceted Search CSS here*/

* {
    margin: 0;
    padding: 0;
}

/**HEADER*/

#form1 {
    margin: 0;
}

.accessibleHide {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.brand-logo {
    margin-left: 0;
}

.logo {
    margin-left: 0;
}

    .logo img {
        padding: 10px 0;
    }

.input-append {
    margin: 5px 0 5px 10px;
}

    .input-append input, .input-append select, .input-append .uneditable-input {
        border: none;
        margin-left: 0;
    }

button.navSubmitSearch {
    height: 28px;
}

a.HeaderLinks:active, a.HeaderLinks:hover, a.HeaderLinks:link, a.HeaderLinks:visited {
    color: #ffffff;
}

.search_header {
    padding: 10px 10px 0 10px;
    ;
}

.program_title {
    padding-left: 0;
    margin-left: 0;
}

#ucBigHeader1_updtCartLink {
    padding: 0;
    margin: 0;
}

.FS_branding {
    z-index: 9990;
    height: 105px;
    width: 100%;
}

.FS_branding_Header {
    display: table;
    width: 100%;
    color: White;
    font: 10px;
}

.FS_Branding_body {
    display: table;
    width: 1200px;
}

.FS_Heading1 {
    margin-left: 10px;
    font-size: 11px !important;
    color: #6BCAD3;
    width: 220px;
    height: 70px;
    float: left;
    display: table-cell;
}

/*.PCOS_Heading1 H2 {
        font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 22px;
        font-weight: normal;
        padding: 5px;
        line-height: 24px;
    }*/

.FS_Nav {
    z-index: 9991;
    vertical-align: middle;
    border: 0px solid #ff0000;
    text-align: center;
    padding: 0 100px;
    position: absolute;
}

/*.FS_Right {
    display: table-cell;
    width: 200px;
}*/

#fs_menu {
    width: 99%;
    padding: 0 0px 0 20px;
    height: 40px;
    margin: 10px auto 0 auto;
    z-index: 10000;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

    #fs_menu .float {
        float: left;
    }

    #fs_menu .toplevel {
        border-right: 1px solid #404040;
    }



.facetLink {
    color: Black;
}

    .facetLink:visited {
        color: Black;
    }

#fs_menu .toplevelNoBorder {
    border-right: 0px none black;
}

#fs_menu .toplevel:hover {
    border-right: 1px solid black;
}

#fs_menu .toplevel > a:visited {
    color: White;
}

#fs_menu .toplevelWithMargin {
    border-right: 1px solid #404040;
}

.noBorder {
    border: none;
}

#fs_menu > div {
    float: left;
    display: block;
    text-align: center;
    position: relative;
    height: 100%;
    vertical-align: middle;
    border: none;
}

#fs_menu .menuhover a:hover, .menuhover a:focus,
#fs_menu .navselected {
    background: #b1dafb;
    color: Black !important;
}

#fs_menu .subdropdown a {
    background: none !important;
    background-image: none !important;
    padding: 0 !important;
}

#fs_menu a {
    padding: 0 20px;
}

#fs_menu .menuhover a:hover,
#fs_menu .navselected a,
#fs_menu .menuhover {
    color: #000 !important;
}

#fs_menu > div {
    color: #000000;
}

    #fs_menu > div a {
        font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px;
        color: #eeeeee;
        text-decoration: none;
        line-height: 40px;
        display: inline-block;
    }

#fs_menu div ul li a {
    color: Black;
    display: inline;
    line-height: 20px;
    font-size: 12px;
}

#fs_menu div div a {
    color: Black;
    display: inline;
    line-height: 20px;
    font-size: 12px;
}

#fs_menu > div .drop {
    padding-right: 21px;
    display: inline-block;
    line-height: 40px;
}

#fs_menu > div .nodrop {
    padding-right: 21px !important;
    display: inline-block;
}

#fs_menu > div .drop span.icon-sort-down {
    float: right;
    margin-left: 6px;
    margin-top: 11px;
}

#search_li {
    margin-left: 15px;
}

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
    margin: 4px auto;
    float: left;
    position: absolute;
    text-align: left;
    padding: 10px 5px 10px 5px;
    border: 1px solid #c0c0c0;
    border-top: none;
    top: 36px;
    left: -1px;
    background: #b1dafb;
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
    z-index: 10001;
}

.input-append input, .input-append select, .input-append .uneditable-input {
    border-radius: 20px 0px 0px 20px !important;
}

.input-append :last-child.add-on, .input-append :last-child.btn, .input-append :last-child.btn-group > .dropdown-toggle {
    border-radius: 0px 20px 20px 0px !important;
}

.dropdown_1column {
    width: 140px;
}

.dropdown_2columns {
    width: 400px;
}

.dropdown_3columns {
    width: 600px;
}

.dropdown_4columns {
    width: 560px;
}

.dropdown_5columns {
    width: 700px;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

.col_1 {
    width: 175px;
}

.col_2 {
    width: 270px;
}

.col_3 {
    width: 410px;
}

.col_4 {
    width: 550px;
}

.col_5 {
    width: 690px;
}

#fs_menu .menu_right {
    float: right;
    margin-right: 0px;
}

#fs_menu .align_right {
    -moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

.img_left {
    width: auto;
    float: left;
    margin: 5px 15px 5px 5px;
}

#fs_menu > div ul {
}

    #fs_menu > div ul li {
        color: black;
        font-size: 12px;
        padding: 0;
        margin: 0;
        text-align: left;
    }

#fs_menu .search_container {
    background-color: White;
    position: relative;
    top: 9px;
    left: 20px;
    width: 200px;
    text-align: center;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

    #fs_menu .search_container input {
        height: 24px;
        width: 160px;
    }

#fs_menu .searchIcon {
    color: #6BCBD4;
    position: relative;
    top: 3px;
}

#fs_menu .search {
    border: none;
    width: 160px;
    height: 25px;
    margin-left: 2px;
}

.input-append input, .input-append select, .input-append .uneditable-input {
    border-radius: 20px 0 0 20px;
    height: 22.1px;
    width: 264px;
    margin-left: 105px;
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
    border-radius: 0 20px 20px 0;
}

.navSubmitSearch {
    height: 28px;
    background: #ffffff;
    border: 0px solid #ffffff;
}

.searchTextBox {
    border: 0px solid #ffffff;
}

/*FACETED SEARCH CONTAINER*/
/*
#searchNavContainer.searchFacetedFilter div#left {
    border: 1px solid #e5e5e5;
}

*/
.filterTitle {
    font-weight: bold;
}

.rangeFilterSelectedRange {
    text-align: right;
    font-weight: bold;
}

/*
    #searchNavContainer {
    min-width: 200px;
    border: 1px solid #e5e5e5;
    margin-left: 12px;
}
*/

.searchFilterHeader {
    margin-left: 0;
}

.searchFilterTitle {
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0px 10px 0px;
}

a.searchClearFilters {
    display: inline-block;
    margin: 10px 0px;
    padding: 0;
    width: 70px;
    pointer-events: inherit;
    color: #075290;
    text-decoration: none !important;
}

.facetedSearchControl {
    padding: 10px;
}

.rangeFilterSlider {
    width: 90%;
    margin: 0 auto;
}

#facetedSearchItems ul {
    padding: 0;
    margin-left: 0;
}

.facetedSearchControl li {
    list-style-type: none;
}

/*.facetedSearchControl input {
    margin-right: 4px !important;
}*/

.facetedSearchControl a {
    text-decoration: none;
}

a.valuesExpandableAnchor {
    cursor: pointer;
    pointer-events: all;
    color: #075290;
    font-weight: bold;
}

.facetedSearchControl a {
    text-decoration: none !important;
}

/*MAIN BODY SORT BY*/

#body .searchResultsCount {
    /* margin: 15px 0px 5px 0px; */
    margin-top: 9px;
    font-weight: bold;
    font-size: 16px;
}

.sortByDiv label {
    padding-right: 3px;
    font-weight: bold;
    margin-bottom: 0px;
}

    .sortByDiv label select {
        margin-left: 5px;
        margin-top: 5px;
    }

.searchSortBy {
    margin-bottom: 9px;
}

select {
    width: auto;
    border: 1px solid silver;
    background-color: #fff;
}

.searchRemoveFilterButtons {
    margin-bottom: 4px;
}

/*MAIN CONTENT SEARCH ITEMS*/
#body .publicationDetails {
    border: 1px solid #e5e5e5;
    margin-top: -1px;
}

#body .publicationDetailsRow {
    margin: 5px 0px 10px -5px;
}
/*MAIN CONTENT SEARCH IMAGE ITMES*/
.ImageMainDiv {
    padding-left: 2px;
    border: 0px solid #000000;
    position: relative;
    width: 101px;
}

/*ribbon*/

.tiny > .ribbon-inner {
    font-size: 10px;
    padding: 0px 0px 0px 0px;
    left: 0px;
    top: 20px;
    line-height: 0.5;
    width: 130px;
}

.ribbon-inner {
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -7px;
    top: 17px;
    width: 120px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: rgba(0, 0, 0, 0.25) 0 1px 1px;
    -moz-text-shadow: rgba(0, 0, 0, 0.25) 0 1px 1px;
    text-shadow: rgba(0, 0, 0, 0.25) 0 1px 1px;
}

.ribbon-inner, .active > .wizard-step {
    color: white;
    background: #BA5B1D;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#a7cf34), to(#87ba17));
    background: -webkit-linear-gradient(top, #a7cf34, #87ba17);
    background: -moz-linear-gradient(top, #a7cf34, #87ba17);
    background: -ms-linear-gradient(top, #a7cf34, #87ba17);
    background: -o-linear-gradient(top, #a7cf34, #87ba17);
    background: linear-gradient(top, #a7cf34, #87ba17);
    border-color: #6d960c;
}

/*MAIN CONTENT ITEM DESCRIPTION*/
.publicationTitle {
    margin-bottom: 10px;
}

    .publicationTitle a {
        color: #000 !important;
        text-decoration: none !important;
        font-weight: bold;
    }

.publicationMaterial {
    margin: 10px 0;
}

.publicationAbstract {
    margin-bottom: 10px;
    word-wrap: break-word;
}

.new {
    font-weight: bold;
    color: #BA5B1D;
}

.publicationMore a {
    text-decoration: none !important;
}

/*MAIN CONTENT ADD TO CART*/
div.addToCart {
    float: right;
    margin-right: 20px;
    display: table;
    width: 111px;
}

#body a.verticallyCenterOneLine {
    padding-bottom: 0px;
}

#body a.button {
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: white;
}

#body a.addToCartButton {
    /*display: table-cell;*/ /*may need to restore*/
    vertical-align: middle;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(7, 82, 144);
    font-weight: normal;
    padding: 13px 0;
    margin-top: 60px;
}

/*MAIN CONTENT PDF DOWNLOAD*/
.downloadPdf {
    float: right;
    margin-right: 20px;
    display: table;
    width: 111px;
}

#body a.downloadPdfButton {
    text-decoration: none;
    color: #000 !important;
    background-color: #f0f0f0;
    border-style: solid;
    border-width: 2px;
    border-color: #085100;
    margin-bottom: 14px;
    margin-right: 0px;
    display: block;
}


/*PAGINATION*/

#multiPagePaginator .mp-pagination li.disabledHyperlink a {
    color: #c0c0c0 !important;
}

#multiPagePaginator .mp-pagination ul, .multiPagePaginatorToc .mp-pagination ul {
    text-align: center;
}

#body li.disabledHyperlink, .disabledHyperlink a {
    background-color: #f0f0f0;
    /* border: 1px solid #c0c0c0; */
    color: #404040;
}

#multiPagePaginator .mp-pagination li, .multiPagePaginatorToc .mp-pagination li {
    display: inline-block;
    margin: 0 4px;
    padding: 0 10px;
    width: auto;
}

#multiPagePaginator .mp-pagination ul, .multiPagePaginatorToc .mp-pagination ul {
    text-align: center;
    margin: 0 auto;
}

#multiPagePaginator .mp-pagination li a, .multiPagePaginatorToc .mp-pagination li a {
    cursor: pointer;
}

.pageTotals {
    margin-top: 30px;
}

a#showFilterButton2 {
    display: block;
    text-decoration: none;
    margin-top: 20px;
}

/**NEW....DELETE THE ABOVE LATER**/

#ads, #campaigns {
    overflow: hidden !important;
    display: block;
}
/**filters and details*/

.filters,
.viewDetails {
    margin: 0;
    padding: 0;
}

/**filters**/
.filters {
    background: lightblue;
    float: left;
}

    .filters h5 {
        margin-left: 0px !important;
    }

a#clearAll {
    padding: 0;
    margin: 13px 0 0 0 !important;
    display: block;
    float: right;
    text-decoration: underling;
}


/**viewDetails**/
.wrapViewDetails {
    border: 1px solid#e0e0e0;
    padding: 15px 15px 15px 0;
    overflow: hidden;
}

    .wrapViewDetails p {
        margin: 0;
    }

    /**ADDED BY LISA 4/6/2016*/
.fsFilterOptions input{
    padding:8px;
}