/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */
/*
 * style.css
 *
 * Primary Styles
 */

/*Font size percentages based on the tables at developer.yahoo.com/yui/fonts/ */
h1 {
    font-size: 182%;
    color: #1F3F5E;
    // text-align: justify;
    text-align: left;
}

h2{
    font-size: 123.1%;
}

h3 {
    font-size: 116%;
}

h4 {
    font-size: 108%;
}

h5, h6 {
    font-size: 100%;
}

/*fix for firefox in os x, where selects get the incorrect
height if it's not explicitly set this shouldn't be noticeable in
other browsers*/
select {
    height: 20px;
}

select.multiple {
    height: auto;
}

#ds-header-wrapper {
/* KJones 08202015 - tried to get header wrapper to be in middle of screen, background color */
    background-color: rgba(0, 83, 159, .88);
    color: white;
 //   min-width: 950px;
}

#ds-header-logo-link {
    text-decoration: none;
    cursor: pointer;
}

#ds-header-logo {
    float:left;
    width: 48px;
    height: 50px;
    margin-top: 10px;
    background: url('../../images/dspace-logo-only.png');
    background-repeat: no-repeat;
    background-color: transparent;
    margin-right: 15px;
}

#ds-header-logo-text {
    font-size: 400%;
    color: white;
    line-height: 70px;
    font-weight: normal;
    vertical-align: middle;
    float: left;
}

#ds-user-box {
    right: 0;
    top: 17px;
    position: absolute;
    color: white;
}

#ds-language-selection {
    right: 0;
    top: 40px;
    position: absolute;
    color: white;
}

#ds-user-box a, #ds-language-selection a {
    color: white;
}

#ds-trail-wrapper {
    background-color: #b6c8d9;
    margin: 0;
    padding: 0;
    border-top: 1px solid #9cacba;
    border-bottom: 1px solid #9cacba;
    min-width: 950px;
}

#ds-trail {
    list-style: none;
    line-height: 138.5%;
    margin: 0;
    padding: 3px 0;
}

#ds-trail li {
    display: inline;
    color: #1F3F5E;
    margin-right: 5px;
}

#ds-trail a {
    color: #1F3F5E;
}

#no-js-warning,
#ds-trail,
#ds-header,
#ds-footer,
#ds-content {
    width: 950px;
    margin: auto;
    position: relative;
}

/*ie6 uses quirks mode for strict xhtml pages, and in quirks mode margin: auto; doesn't center things*/
.ie6 #no-js-warning-wrapper,
.ie6 #ds-trail-wrapper,
.ie6 #ds-header-wrapper,
.ie6 #ds-footer-wrapper,
.ie6 #ds-content-wrapper {
    text-align: center;
}

.ie6 #ds-trail,
.ie6 #ds-header,
.ie6 #ds-footer,
.ie6 #ds-content {
    margin: 0;
    text-align: left;
}

#ds-footer-wrapper {
    margin-top: 40px;
}

#ds-footer {
    border-top: 1px solid #9CACBA;
    padding-top: 10px;
    font-size: 93%;
    line-height: 1.6em;
}

#ds-footer-left {
    float: left;
}

#ds-footer-right {
    float:right;
}

#ds-footer-right span.theme-by{
    display: inline-block;
    vertical-align: top;
}

#ds-footer-logo-link {
    text-decoration:none;
    line-height: 40px;
    cursor: pointer;
}

#ds-footer-logo {
    display: inline-block;
    background: url('../../images/@mirelogo-small.png');
    background-repeat: no-repeat;
    width: 79px;
    height: 40px;
}

#ds-footer-links {
    clear: left;
}

.ie6 #ds-footer-links {
    display: inline;
}

/*make transparent PNGs invisible in IE6 until PNG-fix is applied*/
.ie6 #ds-header-logo,
.ie6 #ds-footer-logo {
    visibility: hidden;
}


#ds-body {
    float: left;
    width: 675px;
    padding-top: 10px;
}

#ds-options-wrapper {
    float: right;
    width: 249px;
    padding-top:10px;
}

#ds-options {
    padding: 0;
}

h1.ds-option-set-head {
    margin-top: 20px;
    background-color: #f0f2f5;
    padding: 3px 10px;
    border: 1px solid #d8e8eb;
    border-bottom: none;
    font-size: 108%;
}

#ds-search-option-head{
    margin-top: 0;
}

div.ds-option-set {
    border: 1px solid #d8e8eb;
    border-top: none;
}

div.ds-option-set ul {
    list-style: none;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.ds-option-set .ds-sublist-head {
    font-weight: normal;
    font-size: 100%;
}

div.ds-option-set ul.sublist {
    margin-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

div#ds-feed-option li
{
    padding-top: 4px;
}

div#ds-feed-option a
{
    padding: 0px 0px 2px 20px;
}

#ds-search-option {
    padding: 10px;
}

#ds-search-form {
    margin-bottom: 10px;
}

#ds-search-form input.ds-text-field{
    width: 169px;
}

#ds-search-form input.ds-button-field {
    margin-left: 6px;
}

#ds-search-form input.ds-text-field,
#ds-search-form input.ds-button-field{
    margin-bottom: 10px;
}

p {
    margin-bottom: 10px;
}

#aspect_eperson_EditProfile_list_form,
.submission fieldset.ds-form-list,
.administrative fieldset.ds-form-list {
    margin-bottom: 25px;
}

.primary {
    margin-top: 10px;
    //margin-bottom: 30px;
    /* KJones 10142015 -- changed to reduce the space above the related items block. */
    margin-bottom: 15px;
}

ol {
    margin: 0;
    list-style: none;
}

th,
td {
    padding: 5px;
    vertical-align: middle;
}

.ds-button-field,
#aspect_eperson_StartRegistration_list_registration-progress li {
    background-color: #6d859c;
    border: 1px solid #1F3F5E;
    padding: 2px 5px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
}

.ds-button-field[disabled="disabled"],
.ds-button-field.disabled,
li.button.disabled input {
    opacity: 0.35;
    cursor: auto;
}

#aspect_eperson_StartRegistration_list_registration-progress li {
    cursor: default;
}

/* KJones 11162015 -- added line below to create a list element visible in the discovery layer */
#aspect_discovery_Navigation_list_discovery li.ds-simple-list-item {
    list-style-type: circle;
}

#aspect_eperson_StartRegistration_list_registration-progress li.arrow {
    background-color: inherit;
    border: none;
    color: inherit;
    font-weight: normal;
}

.ie6 #aspect_eperson_StartRegistration_list_registration-progress li.arrow,
.ie7 #aspect_eperson_StartRegistration_list_registration-progress li.arrow {
    background-color: #FFFFFF;
    color: #444444;
}

.ie6 #aspect_eperson_StartRegistration_list_registration-progress li.arrow {
    padding-top: 5px;
}

ul.ds-progress-list {
    margin: 0 0 10px 0;
    padding: 2px 0;
    text-align: center;
}

ul.ds-progress-list li {
    font-weight: bold;
    overflow: hidden;
    display: inline;
    padding: 0;
    margin: 0;
    max-width: 400px;
}

ul.ds-progress-list li.button {
        padding: 0;
}

ul.ds-progress-list li.button input.ds-button-field {
        font-size: 77%;
}

.ie6 ul.ds-progress-list li.button input.ds-button-field,
.ie7 ul.ds-progress-list li.button input.ds-button-field {
    padding-left: 0;
    padding-right: 0;
}

ul.ds-progress-list li.current input.ds-button-field,
#aspect_eperson_StartRegistration_list_registration-progress li.current {
    background-color: #499c73;
    border: 1px solid #1f5e3f;
}

ul.ds-progress-list li.disabled input.ds-button-field
#aspect_eperson_StartRegistration_list_registration-progress li.disabled {
    background-color: #F0F2F5;
    border: 1px solid #D8E8EB;
    color: #444444;
    cursor: default;
}

/* KJones 08182015 took this out because it was causing an error in the borwser
.ie6 .disabled,
.ie6 li.disabled input,
.ie7 .ds-button-field.disabled,
.ie7 li.button.disabled input,
.ie8 .ds-button-field.disabled,
.ie8 li.button.disabled input {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 50);
    zoom: 1;
    cursor: auto;
}
*/

ul.ds-progress-list li.arrow {
        border: none;
        background: none;
        font-size: 116%;
        font-weight: normal;
        margin-left: 3px;
        margin-right: 3px;
}

.ie6 ul.ds-progress-list li.arrow {
    height: 25px;
    width: 25px;
    margin: 0;
}

textarea.ds-textarea-field,
input.ds-text-field,
input.ds-file-field,
input.ds-button-field,
input.ds-password-field {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 93%;
}

textarea.ds-textarea-field,
input.ds-text-field,
input.ds-password-field {
    padding: 3px;
    border: 1px solid #AAAAAA;
}

.ie6 input.ds-text-field,
.ie6 input.ds-password-field {
    font-size: 85%;
    height: 22px;
}

.submission .ds-form-list input.ds-text-field,
.administrative .ds-form-list input.ds-text-field,
textarea.ds-textarea-field {
    width: 500px;
}

table textarea.ds-textarea-field {
    width: 400px;
}

#aspect_administrative_item_EditItemMetadataForm_field_value {
    width: 570px;
}

#aspect_administrative_registries_EditMetadataSchema_list_edit-schema-new-field-form .ds-text-field,
#aspect_administrative_item_EditItemMetadataForm_field_language,
.ds-composite-component input.ds-text-field {
    width: auto;
}

textarea.ds-textarea-field:focus,
input.ds-text-field:focus,
input.input.ds-password-field:focus {
    border-color: #5F9DE4;
}

/*
 * Show a blue glow around a focused text field
 * only target browsers that support rgba colors and boxshadows
 * see http://www.modernizr.com/docs/
 */
.rgba.boxshadow textarea.ds-textarea-field:focus,
.rgba.boxshadow input.ds-text-field:focus,
.rgba.boxshadow input.ds-password-field:focus {
    -moz-box-shadow:0 0 8px rgba(95, 158, 212, 0.5);
    -webkit-box-shadow:0 0 8px rgba(95, 158, 212, 0.5);
    box-shadow:0 0 8px rgba(95, 158, 212, 0.5);
    border-color:rgba(95, 158, 212, 0.75);
    outline:medium none;
}

span.error {
    clear: both;
    display: block;
    color: #c22121;
    font-size: 0.9em;
    margin-top: 3px;
}

textarea.ds-textarea-field.error,
input.ds-text-field.error,
input.ds-password-field.error {
    border-color: #c22121;
    background-color: #fff2f2;
}

.rgba.boxshadow textarea.ds-textarea-field.error:focus,
.rgba.boxshadow input.ds-text-field.error:focus,
.rgba.boxshadow input.ds-password-field.error:focus {
    -moz-box-shadow:0 0 8px rgba(194, 33, 33, 0.5);
    -webkit-box-shadow:0 0 8px rgba(194, 33, 33, 0.5);
    box-shadow:0 0 8px rgba(194, 33, 33, 0.5);
    border-color:rgba(194, 33, 33, 0.75) !important;
    outline:medium none;
}


.ds-form-list {
    margin-top: 15px;
}

.submission h2,
.ds-form-list legend{
    font-size: 182%;
    margin-bottom: 15px;
    color: #1F3F5E;
}

.ds-form-item legend {
    font-size: 100%;
    margin:0;
    color: inherit;
}

fieldset ol {
    margin: 0;
}

li.ds-form-item {
    list-style: none;
    margin-bottom: 35px;
    vertical-align: middle !important;
    position: relative;
    clear: left;
}

li.ds-form-item.last {
    margin-bottom: 0;
}

li.ds-form-item .ds-form-label{
    font-weight: bold;
    font-size: 123.1%;
}

li.ds-form-item label.ds-composite-component{
    display: block;
    float: left;
    font-size: 93%;
    padding:0 8px 0 0;
}

li.ds-form-item label.ds-composite-component input.ds-text-field{
    font-size: 100%;
    width: 242px;
}

li.ds-form-item .ds-select-field {
    margin-top: 5px;
}

.ds-add-button,
label.ds-composite-component .ds-select-field {
    margin-top: 6px;
    margin-bottom: 6px;
}

li.ds-form-item label.ds-composite-component.last{
    padding:0;
}

.ds-add-button {
    vertical-align: top;
    margin-left: 8px;
}


.ds-form-content input.ds-button-field {
    font-size: 93%;
}

select#aspect_submission_submit_SelectCollectionStep_field_handle {
    max-width: 350px;
}

#aspect_submission_StepTransformer_field_dc_date_issued_year,
#aspect_submission_StepTransformer_field_dc_date_issued_day {
    width: 50px;
}

#aspect_submission_StepTransformer_field_dc_identifier_value {
    width: 130px;
    margin-bottom: 0;
}

span.composite-help,
span.field-help {
    display: block;
    font-size: 93%;
    margin-top: 3px;
    width: 506px;
    text-align: justify;
}

.ds-checkbox-field input,
.ds-radio-field input {
    margin-left: 0;
}

.ds-checkbox-field label,
.ds-radio-field label {
    margin-right: 3px;
}
/*hide the double label for checkboxes & radio buttons*/
.ds-checkbox-field legend,
.ds-radio-field legend {
    display: none;
}

.ds-previous-values {
    margin-top: 10px;
    clear: both;
}

#aspect_submission_Submissions_div_submissions .ds-static-div,
.submission .ds-form-sublist ol {
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    margin-top: 3px;
    margin-bottom: 30px;
    padding: 10px;
}

#aspect_submission_Submissions_div_submissions table,
#aspect_submission_Submissions_div_submissions table tr,
#aspect_submission_Submissions_div_submissions table td,
#aspect_submission_Submissions_div_submissions table th {
    background-color: #FFFFFF;
    border: 1px solid #9CACBA;
}

#aspect_submission_Submissions_div_submissions table tr.ds-table-header-row, 
#aspect_submission_Submissions_div_submissions table tr.ds-table-header-row th {
    background-color: #B6C8D9;
    border: 1px solid #9CACBA;
    
}

.submission .ds-form-sublist li.ds-form-item {
    margin-bottom: 5px;
}

.submission .ds-form-sublist .ds-form-label {
    font-weight: bold;
}


.administrative.tabbed ul.horizontal {
    list-style: none;
    margin: 15px 0 0;
    border-bottom: 1px solid #9cacba;
}

.administrative.tabbed ul.horizontal li{
    float: left;
    border: 1px solid #9cacba;
    padding: 5px;
    margin-bottom: -1px;
    margin-right: 7px;
    border-bottom: none;
}

.administrative.tabbed ul.horizontal li a{
    text-decoration: none;
    color: #444444;
}

.administrative.tabbed ul.horizontal li.active-tab{
    background-color: #fafafa;
    z-index: 1;
    font-weight: bold;
}

.pane {
    padding: 10px;
    clear: both;
    background-color: #fafafa;
    border: 1px solid #9cacba;
    margin-bottom: 25px;
    margin-top: 0;
}

.pane .ds-form-list {
    margin-top: 0;
}

.administrative.tabbed .pane {
    border-top: none;
}

.pagination,
.pagination-masked {
    padding: 7px;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    line-height: 1em;
    vertical-align:middle;
}

.pagination-links {
    list-style: none;
    float: right;
    margin: 0;
}

.pagination-links li {
    display: inline;
    padding-left: 2px;
    padding-right: 2px;
}

.current-page-link {
    font-weight: bold;
    color: #1F3F5E;
}

.current-page-link a{
    color: #1F3F5E;
}

.pagination-info {
    float: left;
    margin:0;
}

.pagination-masked.top {
    margin-top: 5px;
}

.ds-artifact-list {
    list-style: none;
    margin: 0;
    line-height: 153.9%;
}

.file-wrapper,
.ds-artifact-item {
    padding-top: 15px;
/* KJones -- 10052015 removed padding to reduce the space at bottom of file list, and between file items */
//    padding-bottom: 15px;
}

/* KJones 08142015 */
/* Changed the padding from 1 to 3 */
.ds-artifact-item.collection,
.ds-artifact-item.community {
    padding-top: 3px;
    padding-bottom: 3px;
  cursor: pointer;
}


.community .artifact-title a {
    font-weight: bold;
}

.collection .artifact-title a {
    font-weight: normal;
}

#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser .short-description, #aspect_discovery_SiteRecentSubmissions_div_site-home .short-description {
    display: none;
}

#aspect_artifactbrowser_SimpleSearch_div_search-results li, #aspect_discovery_SimpleSearch_div_search-results li, #aspect_artifactbrowser_AdvancedSearch_div_search-results li {
    padding-top: 15px;
    padding-bottom: 15px;
}

#aspect_artifactbrowser_SimpleSearch_div_search-results ul, #aspect_discovery_SimpleSearch_div_search-results ul, #aspect_artifactbrowser_AdvancedSearch_div_search-results ul {
    margin-bottom: 25px;
}

.artifact-title {
    font-size: 123.1%;
    font-weight: bold;
}

.result-query,
.artifact-info {
    color: gray;
}

.artifact-abstract {
    text-align: justify;
}

ul.alphabet {
    list-style: none;
    margin: 0;
}

ul.alphabet li {
    display:inline;
}

#aspect_eperson_PasswordLogin_list_password-login .ds-form-item {
    float: left;
    margin: 0;
    margin-right: 25px;
}

#aspect_eperson_PasswordLogin_list_password-login .ds-form-item a {
    margin-left: 20px;
}

#aspect_eperson_PasswordLogin_list_password-login .ds-form-item.last {
    clear: left;
}


#aspect_eperson_PasswordLogin_list_password-login .ds-form-item.last .ds-form-label{
    display: none;
}

td select.ds-select-field {
    margin-left: 5px;
}

form.search,
div.discoverySearchBox
{
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-bottom: 15px;
}

form.search label,
div.discoverySearchBox label
{
    font-weight: bold;
}

form.search p.ds-paragraph.button-list,
div.discoverySearchBox p.ds-paragraph.button-list
{
    text-align: center;
    margin: 0;
}

form.search fieldset,
div.discoverySearchBox fieldset {
    margin: 0;
}

form.search .ds-form-item,
div.discoverySearchBox .ds-form-item
{
    margin: 0;
    padding-bottom: 5px;
}

form.search .ds-form-item select,
div.discoverySearchBox .ds-form-item select
{
    margin-top: 0;
}

form.search label.ds-composite-component .ds-select-field,
div.discoverySearchBox label.ds-composite-component .ds-select-field
{
    margin-top: 6px;
}

form.search .ds-form-item label,
div.discoverySearchBox .ds-form-item label
{
    font-size: 100%;
}

form.search .ds-form-content,
div.discoverySearchBox .ds-form-content
{
    display: inline;
}

form.search table input.ds-text-field,
div.discoverySearchBox table input.ds-text-field
{
   margin: 0;
}

form.search .field-help,
div.discoverySearchBox .field-help
{
    margin: 3px 0;
}

.collection .search,
.community .search {
/* KJones 10142015 changed from 25px to 45px to add space */
    margin-top: 45px;
}

#aspect_discovery_CollectionSearch_p_search-query,
#aspect_discovery_CommunitySearch_p_search-query{
    margin-bottom:0;
}

.result-query {
    margin-bottom: 30px;
}

#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields,
#aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table,
#aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry,
#aspect_submission_Submissions_table_unfinished-submissions,
#aspect_submission_Submissions_table_submissions-inprogress,
#aspect_submission_Submissions_table_completed-submissions,
table.detailtable {
    margin-top: 10px;
    margin-bottom: 10px;
    border-collapse: collapse;
}

#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields tr,
#aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table tr,
#aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry tr,
#aspect_submission_Submissions_table_unfinished-submissions tr,
#aspect_submission_Submissions_table_submissions-inprogress tr,
#aspect_submission_Submissions_table_completed-submissions tr,
table.detailtable tr {
    line-height: 1.6em;
    border: 1px solid #ebebeb;
}

#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields tr.even,
#aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table tr.even,
#aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry tr.even,
#aspect_submission_Submissions_table_unfinished-submissions tr.even,
#aspect_submission_Submissions_table_submissions-inprogress tr.even,
#aspect_submission_Submissions_table_completed-submissions tr.even,
table.detailtable tr.even {
    background-color: #fafafa;
}

#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields td,
#aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table td,
#aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry td,
#aspect_submission_Submissions_table_unfinished-submissions td,
#aspect_submission_Submissions_table_submissions-inprogress td,
#aspect_submission_Submissions_table_completed-submissions td,
table.detailtable td {
    padding: 5px 10px;
    text-align: justify;
    border: 1px solid #ebebeb;
    vertical-align: top;
}

#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields tr.ds-table-header-row,
#aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table tr.ds-table-header-row,
#aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry tr.ds-table-header-row,
#aspect_submission_Submissions_table_unfinished-submissions tr.ds-table-header-row,
#aspect_submission_Submissions_table_submissions-inprogress tr.ds-table-header-row,
#aspect_submission_Submissions_table_completed-submissions tr.ds-table-header-row {
    border: none;
}


table.detailtable td.label-cell {
    font-weight: bold;
    text-align: left;
    width: 100px;
}

div.item-summary-view-metadata h1,
div.item-summary-view-metadata h2 {
    line-height: normal;
}

div.item-summary-view-metadata {
    text-align: justify;
    line-height: 161.6%;
    margin-bottom: 30px;
}

div.simple-item-view-authors {
    font-size: 123.1%;
    font-weight: bold;
    border-bottom:1px solid #D8E8EB;
    padding-bottom: 2px;
    margin-bottom: 20px;
    text-align: justify;
}

div.simple-item-view-authors span{
    text-align: justify;
}

#aspect_artifactbrowser_ItemViewer_div_item-view h2,
div.item-summary-view-metadata p.item-view-toggle-bottom,
div.simple-item-view-description {
    margin-top: 20px;
}

#aspect_artifactbrowser_ItemViewer_div_item-view h2,
div.simple-item-view-description h3{
    border-bottom:1px solid #D8E8EB;
    margin-bottom: 3px;
}

#aspect_artifactbrowser_ItemViewer_div_item-view h2 {
    margin-bottom: 10px;
}

div.spacer{
    height: 15px;
}

.thumbnail-wrapper,
.file-metadata,
.file-link {
    float: left;
    margin-right: 15px;
    margin-left: 20px;
}

.item-metadata {
    float: left;
}

.file-metadata {
    width: 500px;
    /* KJones 08212015 -- changed size in the file item */
    // width: 300px;
}

.file-metadata span,
.item-metadata span {
    float: left;
}

.item-metadata span.content span {
    float: none;
}

.file-metadata span.bold,
.item-metadata span.bold {
    width: 80px;
    clear: left;
    text-align: right;
    margin-right: 7px;
}

/* KJones 08182015 -- added to put style in the new file metadata display */
.file-metadata th
{
 text-align: left;
}

#ds-system-wide-alert,
.notice {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #bfc221;
    background-color: #fffff2;
}

.notice.success
{
    border-color: #21c221;
    background-color: #f2fff2;
}

#ds-system-wide-alert,
.notice.failure
{
    border-color: #c22121;
    background-color: #fff2f2;
}

#ds-system-wide-alert p {
    margin: 0;
}

#aspect_artifactbrowser_CommunityViewer_div_community-home h2,
#aspect_artifactbrowser_CollectionViewer_div_collection-home h2 {
    margin-top: 30px;
    border-bottom:1px solid #D8E8EB;
    margin-bottom: 3px;
}

.ds-logo-wrapper {
/* KJones 08182015 - added the float and padding to move the image on communties and collections */
    float: right;
    padding: 10px 10px 5px 10px;
    display: block;
}

#aspect_administrative_item_FindItemForm_list_find-item-form .ds-form-item {
    margin:0;
}

#aspect_administrative_registries_EditMetadataSchema_div_edit-schema-new-field  .ds-form-item.last {
    margin-top: -25px;
}

#no-js-warning {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}

form.discover-search-box{
    margin-bottom: 10px;
}


form.discover-sort-box select{
    margin: 0 4px;
}

.hidden {
    display:none;
    visibility:hidden;
}

.pre {
    white-space:pre;
}

.icon-button{
    padding:4px;
    cursor: pointer;
    margin: 2px;
    background-color: #6D859C;
    border: 1px solid #1F3F5E;
    text-indent: -1000px;
    width: 30px;
    height: 30px;
    display:block;
    /*Required for IE*/
    font-size: 0;
    line-height: 0;
}

.icon-button.arrowUp{
    background-image: url(../../images/arrow_up_ffffff_16x16.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-button.arrowDown{
    background-image: url(../../images/arrow_down_ffffff_16x16.png);
    background-repeat: no-repeat;
    background-position: center center;
}

/* FOR CC License */
span.floatleft {
	border:none;
	float:right;
	display:inline;
}

/* FOR CC PAGE to GROUP ITEMS horizontally */
ul.horizontal li span.bold a { color: black; }

/* group items horizontally in a list */

ul.horizontalVanilla
{
font-weight: bold;
list-style-type: none;
padding: 0px;
padding-left: 0px;
padding-bottom: 15px;
border-left: 1px solid white;
border-right: 1px solid white;
margin: 10px -1px 5px -1px;
width: inherit;
}

ul.horizontalVanilla li
{
float: left;
height: 100%;
background-color: rgb(255, 255, 255);
margin: 2px 2px 0px 2px;
/* border: 1px solid rgb(240, 240, 210); */
}

/* Controlled vocabulary support css START*/
ul.vocabulary {
    margin-left: 0;
}

ul.vocabulary,
ul.vocabulary ul,
ul.vocabulary li
{
    list-style: none;
}

ul.vocabulary div.vocabulary-node-icon{
    cursor: pointer;
    width: 15px;
    height: 12px;
    display: inline-block;
}

ul.vocabulary div.vocabulary-node-icon.vocabulary-doc{
    background-image: url(../../images/controlledvocabulary/voc_doc_222222.png);
}

ul.vocabulary div.vocabulary-node-icon.vocabulary-open{
    background-image: url(../../images/controlledvocabulary/voc_open_222222.png);
}

ul.vocabulary div.vocabulary-node-icon.vocabulary-closed{
    background-image: url(../../images/controlledvocabulary/voc_closed_222222.png);
    background-repeat: no-repeat;
}

div.vocabulary-container li.error{
    color: #c22121;
}
/* Controlled vocabulary support css END*/

#aspect_administrative_authorization_EditPolicyForm_field_start_date{
    width: 100px;
}
#aspect_administrative_authorization_EditPolicyForm_field_end_date{
    width: 100px;
}
#aspect_administrative_authorization_EditItemPolicies_table_policies-confirm-delete tr,
#aspect_administrative_authorization_EditItemPolicies_table_policies-confirm-delete td
{
    border: 1px solid lightgray;
}


#aspect_administrative_authorization_AdvacedAuthorizationsForm_field_end_date{
    width: 100px;
}
#aspect_administrative_authorization_AdvacedAuthorizationsForm_field_start_date{
    width: 100px;
}
#aspect_submission_StepTransformer_field_embargo_until_date{
    width: 100px;
}

#aspect_administrative_item_AddBitstreamForm_field_embargo_until_date{
    width: 100px;
}

#aspect_administrative_item_EditBitstreamForm_field_embargo_until_date{
    width: 100px;
}

#aspect_submission_StepTransformer_table_policies tr,
#aspect_submission_StepTransformer_table_policies td
{
    border: 1px solid lightgray;
}

table.detailtable {
    background-color: #D8E8EB;
}

table.detailtable th{
    background-color: #F0F2F5;
    word-wrap: normal;
}

table.detailtable td{
    background-color: #FFFFFF;
    text-align: right;
}


span.highlight{
    font-weight: bold;
}

div.gear-icon{
    background-image: url('../../images/gear_6D859C_25x25.png');
}

ul.gear-selection li.gear-option-selected{
    background: url('../../images/check_606060_15x15.png') no-repeat 3px center;
}

input#aspect_discovery_SimpleSearch_field_query{
    width: 565px;
}

input.search-icon{
    background-image: url('../../images/search_icon_ffffff_20x20.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -1000px;
        /*Css props below are required for IE*/
    font-size: 0;
    display:block;
    line-height: 0;
}

div#aspect_discovery_SimpleSearch_div_search p.pagination-info{
    display: none;
}

div#aspect_discovery_SimpleSearch_div_search .pagination-links{
    float: left;
}

table.discovery-filters{
    width: 100%;
    background-color: #FFFFFF;
}

table.discovery-filters tr{
    border-top: 1px solid #EBEBEB;
}
table.discovery-filters td{
    padding: 0;
}

table.discovery-filters td.selection{
    width: 1%;
}

table.discovery-filters th.new-filter-header{
    text-align: left;
    padding-top: 20px;
}


table.discovery-filters td.discovery-filter-input-cell {
    padding-left: 3px;
}


table.discovery-filters tr.apply-filter{
    background-color: #FAFAFA;
}

table.discovery-filters tr.apply-filter input{
    width: 65px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    font-size: 108%;
    display: block;
    margin-top: 10px;
}


table.discovery-filters td.filter-controls{
    width: 50px;
}

table.discovery-filters input.filter-control {
    margin-left: 5px;
    text-indent: -1000px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 17px;
    width: 17px;
    float: left;
    background-color: transparent;
    border: none;
    /*Css props below are required for IE*/
    font-size: 0;
    display:block;
    line-height: 0;
}

table.discovery-filters input.filter-control.filter-remove{
    margin-left: 7px;
    background-image: url('../../images/button_minus.png');
}

table.discovery-filters input.filter-control.filter-add{
    background-image: url('../../images/button_plus.png');
}

table.discovery-filters tr.search-filter.filler
{
    background-color: #FAFAFA;
    height: 25px;
}

table.discovery-filters th.new-filter-header
{
    padding-top: 5px;
}


.searchTime{
    // color: #999999;
/* KJones 10062015 change display to none to remove time to search from the results page */
    display: none;
}

.didYouMean{
    font-size: 18px;
}

.didYouMean a{
    font-weight: bold;
}

.recentSubmissionViewMore {
    text-align: right;
    font-size: 100%;
}


/*Sherpa Colour Styles*/
.sherpaList{
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 20px;
}

.sherpaLogo{
    float:left;
    margin-right:10px;
    width: 100px;
    height: 54px;
}

.sherpaBold{
    font-weight:bold;
    float:left;
    margin-right: 3px;
}

.green{
    background-color: #008000;
    color: #ffffff;
}

.white{
    background-color: #ffffff;
    color: #000000;
}

.yellow{
    background-color: #ffff00;
    color: #000000;
}

.blue{
    background-color: #0000ff;
    color: #ffffff;
}

.sherpaMoreInfo{
    font-size: 75%;
}

.sherpaStyle {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    float:left;
    border: 1px solid #cccccc;
    margin-right: 3px;
}

#impact-altmetric {
    float:right;
    margin:0 30px 0 30px;
}

#impact-plumx {
    float:right;
}

/* KJones added to make the list appear inline */
ul.collection-browse li, ul.community-browse li
{
 display: inline;
 float: left;
 padding: 0 20px;
 font-weight:500;
 font-size:110%;
}

/* KJones 08112015 */
/* HIDDEN SUBCOLLECTIONS LIST STYLES */
ul.ds-community-list {
line-height: 1.8em;
list-style-type: none;
padding-left: 0;
}

ul.ds-community-list-item {
}

span.ds-hidden-subcoll-trigger {
display: inline;
cursor: pointer;
font-family: monospace;
}

div.ds-hidden-subcoll-div {
display: none;
}

ul.ds-hidden-subcoll-list {
list-style-type: none;
margin-left: -12px;
padding-left: 0;
}

ul.ds-hidden-subcoll-list li:before {
content: '- ';
}

li.ds-hidden-subcoll-item {
}

/* KJones 08112015 */
/* CSS for collapse */
#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser .collapsibleListClosed {
  list-style-image:url('/themes/UD/images/collapse_right.png');
  cursor: pointer;
}

/*
.ds-artifact-item.collection, .ds-artifact-item.community .collapsibleListClosed {
  list-style-image:url('/themes/UD/images/collapse_right.png');
  cursor: pointer;
}
*/

#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser .collapsibleListOpen
{
 list-style-image:url('/themes/UD/images/collapse_down.png');
 cursor: pointer;
}

#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser .collapsibleListOpen ul
{
 list-style:none;
 cursor: auto;
}


/* KJones 08132015 */
/* Adding CSS for the Header and Footer */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic,700italic);

/*
Theme Name: UDLibrary
Theme URI:
Author: University of Delaware Library (Audrey Hamelers, Web Services Librarian)
Author URI: http://www.lib.udel.edu
Description: Theme created for the University of Delaware Library Website
Version: 1.0
License: Copyrighted
License URI:
Tags: blue, gold, red, white, yellow, light, one-column, two-columns, right-sidebar, responsive
Text Domain:
*/

/* == Reset == */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/* KJones -- Removed ol, ul, li from the list below for CollapsibleList */
/* KJones 08132015 -- Removed the tr, th, td for the item detailed desription */
/*
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-size: 100%; */
    vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
*/

/* KJones 08192015 - Added css style from the source sent for ask.lib.udel.edu */
html, body
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

html
{
   min-height: 100%;
}

.headimage, footer, #ask-wrapper
{
   font-size: 16px;
   font-family: 'Source Sans Pro', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
   letter-spacing: .35px;
}

.headimage ul, footer ul
{
   margin: 0;
   padding: 0;
}

.container
{
   padding-right: 15px;
   padding-left: 15px;
}

.headimage .container, footer .container
{
   -webkit-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   max-width: 100%;
   margin: 0 auto;
   position: relative;
   padding: 0;
}

footer .container
{
   line-height: 1;
}

#ask-wrapper
{
   line-height: 150%;
}

#ask-wrapper h3
{
   margin: 0;
   padding: 0;
   color: #014B8F;
   font-weight: 600;
   line-height: 120%;
   margin-bottom: 10px;
   font-size: 1.17em;
}

.fa > span
{
   display: inline-block;
   text-align: left;
   text-indent: -9999px;
   width: 0;
   height: 0;
}


/*-------------------*/
/* Header */
/*-------------------*/

header {
    padding: 6px 0 8px;
}


header div.container {
    height: 60px;
    text-align: right;
    font-size: .9em;
    padding: 0 1rem;
    padding: 6px 0 8px;

}


header div.container
{
    height: 60px;
    text-align: right;
    font-size: .9em;
    padding: 0 10px;
}

header a.header {
    position: absolute;
    top: 0; left: 0;
    display: block;
    height: 60px;
    width: 386px;
    padding: 0;
    margin: 0;
    background-image: url('http://library.udel.edu/wp-content/themes/UDLibrary/images/header.png');
    background-size: auto 60px;
    background-position: 10px 0;
    background-repeat: no-repeat;
}


header a.header h1, header a.header span {
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
}

/* KJones 08192015 From from the ask css, when in it creates text on top of the UD logo area
header a.header span
{
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
}
*/

.headimage {
    // background-image: url('http://library.udel.edu/wp-content/themes/UDLibrary/images/headimage.jpg');
    // background-image: url('../../images/headimage.jpg');
    background-position: center -40px;
    background-size: 100% auto;
}

.home .headimage {
    background-position: center center;
}

.headimage > .container {
    padding: 15px 0;
    // KJones 08192015 - Removed below because it does not appear on ask css
    // padding: 1.5rem 0;
}

/*
@media screen and (max-width:1700px)
{
   .headimage {background-image: url('http://library.udel.edu/wp-content/themes/UDLibrary/images/headimage1700.jpg');}
}
*/

@media screen and (max-width: 1400px)
{
    .home .headimage
    {
        background-size: auto 120%;
    }
}

@media screen and (max-width:1100px)
{
   // .headimage {background-image: url('http://library.udel.edu/wp-content/themes/UDLibrary/images/headimage1492.jpg');}
}

@media screen and (max-width: 840px) {
    header a.header {
        background-image: url('http://library.udel.edu/wp-content/themes/UDLibrary/images/mobileheader.png');
        background-size: auto 52px;
        background-position: 10px 5px;
        width: 149px;
    }
}

@media screen and (max-width:700px) {
   // .headimage {background-image: url('http://library.udel.edu/wp-content/themes/UDLibrary/images/headimage1000.jpg');}
}

@media screen and (max-width:500px) {
  // .headimage {background-image: url('http://library.udel.edu/wp-content/themes/UDLibrary/images/headimage600.jpg');}
}

#noscript {
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
    margin: 20px auto;
    width: 100%;
    background-color: #ffffff;
    border: 4px solid #00a0df;
    display: none;
}

.alert {
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
    margin: 25px auto 0;
    width: 100%;
    color: #ffffff;
    background-color: rgb(0,105,170);
}

.alert + .alert {
    margin-top: 0;
}

#emergency {
    background-color: #ac1a2f;
}

.alert .textwidget, .alert .textwidget > p {
    display: inline;
}


/* Header navigation */
/*-------------------*/

header a:link, header a:visited, .img-over a:link, .img-over a:visited, .alert a:link,
.alert a:visited, header .menu-parent span {
    color: #ece6c0;
}

header a:link, header a:visited {
    text-decoration: none;
}

header a:hover, .img-over a:hover, .alert a:hover, header .menu-parent span:hover {
    color: #ffd200;
}

header a:active, .img-over a:active, .alert a:active, header .menu-parent span:active {
     color: #b7a66d;
}

header .menu-parent span {
    cursor: pointer;
}

.ud-menu {
    padding-top: 3px;
}

header .container .ud-menu li {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

ul.submenu {
    display: none;
}

.menu-parent:hover ul.submenu, .menu-parent:focus ul.submenu,
.menu-parent.pinned ul.submenu {
    padding-top: 3px;
    display: block;
    text-align: right;
    position: absolute;
    width: 400px;
    right: 0;
}

ul.submenu li {
    display: inline-block;
}

#menubutton {
    display: none;
}

/*-------------------*/
/* Footer */
/*-------------------*/

footer {
    clear: both;
    text-align: right;
    font-size: .9em;
    font-size: 14px;
    padding: 1.5rem 0;
    background-color: #ffffff;
    // min-width: 950px;
}

footer .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

footer .container:before, #comments:before {
    content: '';
    display: block;
    height: 6px;
    background-color: rgba(238, 232, 197, 0.6);
    margin-bottom: 15px; 
}

footer .left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 25px; left: 10px;
    text-align: left;
    margin-right: 157px;
}

.footer-address {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 150%;
}

.footer-address span:before {
    content: " \2022 ";
    margin: 0 7px;
}

.footer-address span:first-child:before {
    content: "";
    margin: 0;
}

.footer-links.ud-menu {
    display: none;
}

.footer-links li {
    display: inline;
}

.footer-links li:before {
    content: " | ";
    margin: 0 7px;
}

.footer-links li:first-child:before {
    content: "";
    margin: 0;
}

.footer-links a {
    text-decoration: none;
}

#udlogo {
    height: 79px; 
    margin-right: 15px;
}

@media screen and (max-width: 1350px){
    #search-wrapper {
        margin: 0 100px;
    }
    .home footer .container {
        width: 1044px;
    }
    .home main .container, .icons {
        width: 1024px;
    }
    .icons li {
        width: auto;
    }
    .icons a span#today {
        margin-right: 0;
    }
    .icons li a{
        margin-right: 17px;
    }
    .home #bricks, .home .brick, .home .brick > a {
        height: 325px;
    }
    .home #brick-controls {
        width: 512px;
    }
    .home .brick:not(.medium) > a > div {
        position: absolute;
        top: 0; bottom: 0;
        height: 100%;
        width: 63%;
        background-color: #ac1a2f;
    }
    .home .brick.medium > * > div{
        width: 63%;
    }
    .brick.imgleft > a > div {
        right: 0;
    }

    .brick.imgright > a > div {
        left: 0;
    }
}

@media screen and (max-width: 1040px) {
    footer .container {
        padding: 0 10px;
    }
    #udlogo {
        margin-right: 0;
    }
}

@media screen and (max-width: 800px) {
    footer {
        font-size: .85em;
    }
    footer .fa {
        font-size: 1.5em;
        vertical-align: -3px;
    }
    .footer-address, .footer-links {
        display: inline;
    }
    .footer-address:after {
        content: " \2022 ";
        margin: 0 7px;
    }
    .footer-links.ud-menu {

        display: block;
    }
}

@media screen and (max-width: 765px) {
    footer {
        text-align: center;
        font-size: .9em;
    }

    footer .left {
        position: relative;
        top: 0; left: 0;
        text-align: center;
        margin-right: 0;
        margin-bottom: 15px;
    }
}


/* KJones 08132015 */
/* View Table Item View for Full Display */
.new_item_view
{
 background-color: #b6c8d9;
 border: 1px solid black;
 width: 100%;
}

.new_item_view_bg_light
{
 background-color: #D3D3D3;
 text-align: left;
 vertical-align: top;
 border-bottom: 1px solid black;
 border-right: 1px solid black;
 border-left: 1px solid black;
 border-top: 1px solid black;
}

.new_item_view_bg_white
{
 background-color: #ffffff;
 vertical-align: top;
 border-bottom: 1px solid black;
 border-right: 1px solid black;
 border-left: 1px solid black;
 border-top: 1px solid black;
}

/* Added Content for Search Box */
/* KJones 1/7/2013 */
/* TABBED SEARCH BOX STYLES */

.tabs {
border-bottom: 1px #cccccc solid;
border-left: 1px #cccccc solid;
border-right: 2px #cccccc solid;
border-top: 1px #cccccc solid;
padding: 5px;
}

.tabcontent {
display: block;
margin: 5px;
width: 98%;
}

.tabcontent ul {
padding-bottom: 15px;
padding-top: 15px;
}

.tab_headers {
height: 21px;
width: 98%;
}

.tabstyle {
background-color: #b6c8d9;
border: 1px solid #cccccc;
color: #1F3F5E;
cursor: hand;
cursor: pointer;
float: left;
font-weight: normal;
line-height: 14px;
margin-right: 5px;
padding: 3px 10px;
}

.activetabstyle {
background-color: #ffffff;
border-bottom: 1px #ffffff solid;
border-left: 1px #cccccc solid;
border-right: 1px #cccccc solid;
border-top: 1px solid #cccccc;
color: #1F3F5E;
cursor: hand;
cursor: pointer;
float: left;
font-weight: normal;
line-height: 14px;
margin-right:5px;
padding: 3px 10px;
}

#ds-simple-search-content {
display: inline-block;
}

#ds-simple-search-div {
background-color: #f0f2f5;
border: 1px solid #cccccc;
float: left;
padding-left: 4px;
width: 100%;
}

#ds-advanced-search-content {
display: none;
}

#ds-advanced-search-div {
float: left;
width: 100%;
}

#ds-advanced-search-table {
background-color: #f0f2f5;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-top: 1px solid #cccccc;
width: 100%;
}

#ds-context-browse-content {
display: none;
}

#ds-context-browse-div {
/* background-color: #f0efe5;
border: 1px solid #cccccc;
*/
float: left;
padding-left: 4px;
width: 100%;
}

/* KJones 08142015 -- Added for main page browse */
div.ds-option-set2 {
}

div.ds-option-set2 ul {
    list-style: none;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.ds-option-set2 ul.sublist {
    margin-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 120%;
}

/* KJones 08282015 Style to build a button to create a jump ancor for file downloads on the brief display */
div.skip-to-downloads
{
  margin: 1em 0;
  padding-bottom: 10px;
}

div.skip-to-downloads a
{
  // background: url('/themes/UD/images/download2.png') #b6c8d9 no-repeat 10px;
  background: url('/themes/UD/images/download2.png') #6d859c no-repeat 10px;
  color: white !important;
  font-weight: bold;
  padding: 10px;
  padding-left: 35px;
}

/*
div.skip-to-downloads a:hover
{
  display: block;
}
*/

/* KJones 08192015 Added to style sheet to produce the look and feel for the about dspace links */
div#UDStandardFooter {
  width: 100%;
  margin: 0px;
  text-align: left;
  font-size: 12px;
  display: block;
  color: #002663;
}


div#UDStandardFooter_LayoutContainer {
 width: 96%;
 min-width:830px;
  margin: 0 auto;
  border-top: 8px solid #002663;
  font-family: "Arial", Helvetica, Verdana, sans-serif;
  padding:0 10px;
}

div#UDStandardFooter img#UDStandardFooter_Logo {
  float: right;
  margin: 10px;
}

div#UDStandardFooter ul#UDStandardFooter_Address {
  width:550px;
  font-family: "Arial", Helvetica, Verdana, sans-serif;
  list-style-type: none;
  float: left;
  margin: 16px 0 4px 0px;
  clear: left;
  padding: 0px;
  line-height: 1.2em;
}

div#UDStandardFooter ul#UDStandardFooter_Address li {
  font-family: "Arial", Helvetica, Verdana, sans-serif;
  float: left;
  padding: 0px 10px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
  list-style-image: none;
}

div#UDStandardFooter ul#UDStandardFooter_Address li a {
  font-weight: bold;
  text-decoration: none;
  color: #002663;
}
div#UDStandardFooter ul#UDStandardFooter_Address li a:hover, div#UDStandardFooter ul#UDStandardFooter_Address li a.selected {
   color: #255DD3;
   text-decoration: underline;
   border: 0px;
}

div#UDStandardFooter ul#UDStandardFooter_Links {
  width:550px;
  list-style-type: none;
  font-family: "Arial", Helvetica, Verdana, sans-serif;
  float: left;
  margin: 0px 0 4px 0px;
  clear: left;
  padding: 0px 0px 0px 0px;
  line-height: 1.3em;
}

div#UDStandardFooter ul#UDStandardFooter_Links li {
  float: left;
  font-family: "Arial", Helvetica, Verdana, sans-serif;
  padding: 0px 10px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
  list-style-image: none;
}

div#UDStandardFooter ul#UDStandardFooter_Links li a {
  font-family: "Arial", Helvetica, Verdana, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #002663;
}

div#UDStandardFooter ul#UDStandardFooter_Links li a:hover, div#UDStandardFooter ul#UDStandardFooter_Links li a.selected {
   color: #255DD3;
   text-decoration: underline;
   border: 0px;
}

div#UDStandardFooter ul#UDStandardFooter_Links li.withsep {
  border-right: 1px solid #002663;
  margin: 0px 0px 0px 0px;
}

/* KJones 08252015 -- Style for Navigation */

.fakespan:after, .menu-parent > *:first-child:after {
    content: " \25BE";
    font-family: 'FontAwesome', sans-serif;
}

.menu-parent.pinned > *:first-child:after {
    content: " \f08d";
    padding-left: 2px;
    padding-bottom: -2px;
    font-size: 90%;
    line-height: 0;
}

#cover {
    width: 100%;
    position: absolute;
    top: 0; left: 0;
    z-index: 5;
    background-color: rgba(0,0,0, .5);
    text-align: center;
}

#ask-wrapper {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    margin-top: 100px;
    max-width: 1000px;
    display: none;
    position: relative;
}

#ask-wrapper iframe {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 400px;
    border: 0;
}

#ask-chat {
    height: 100%;
    width: 100%;
}

#ask-email {
    border: 1px solid rgb(238, 238, 238);
    background-color: #ffffff;
    padding: 50px;
    border-radius: 20px;
    text-align: left;
}

#ask-email ul {
    list-style-type: none;
}

#ask-email .email {
    padding-left: 20px;
    margin-bottom: 15px;
}

#ask-email * {
    margin-bottom: 10px;
}

.close-button {
    display: inline-block;
    cursor: pointer;    
}

#ask-wrapper .close-button {
    position: absolute;
    right: 20px; bottom: 10px;
}

.close-button .circle {
    font-size: 40px;
    color: #00529F;
}

.close-button .inner {
    font-size: 28px;
    color: #ffffff;
}

.close-button:hover .circle {
    color: #00a0df;    
}

.close-button:hover .inner {
    color: #ffffff;
}

.close-button:active .circle{
    color: #af1e2d;
}

@media screen and (max-width: 900px) {
    #ask-more {
        padding: 30px;
    }
}

@media screen and (max-width: 780px) {
    #lci_chat_load {
        padding: 10px;
    }
}

/* Main navigation */
/*-------------------*/

#ask-noscript {
    display: none;
}

nav.main-menu {
    text-align: left;
    background-color: #ece6c0;
}

.home nav.main-menu {
    margin-top: 45px;
}

.home .alert + nav.main-menu {
    margin-top: 0;
}

nav.main-menu .container {
    position: relative;
}

nav.main-menu a:link, nav.main-menu a:visited, nav.main-menu li a,
nav.main-menu div.menu-parent:hover h3, div.menu-parent.pinned h3 {
    color: #002663;
    text-decoration: none;
}

nav.main-menu div h3, nav.main-menu h3 a:link, nav.main-menu h3 a:visited, 
nav.main-menu .menu-parent.pinned > *:first-child:after {
    color: #ac1a2f;
    text-decoration: none;
}

div.menu-parent:hover h3 a:link, div.menu-parent:hover h3 a:visited, 
div.menu-parent.pinned h3 a:link, div.menu-parent.pinned h3 a:visited {
    color: #002663;
    border-bottom: 1px solid #002663;
}

div.menu-parent:hover h3 a:hover, div.menu-parent.pinned h3 a:hover {
    color: #ac1a2f;
    border-bottom: 1px solid #ac1a2f;
} 

nav.main-menu div.ask:hover h3, nav.main-menu div.ask.pinned h3 {
    color: rgb(0,105,170);
}

nav.main-menu a:hover{
    background-color: rgb(0,105,170);
    color: #ffffff;
    font-weight: normal;
}

nav.main-menu .menu-parent:hover, nav.main-menu .menu-parent.pinned {
    background-color: #c4d8e5;
}

nav.main-menu div:active, nav.main-menu a:active {
     color: #00a0df;
}

nav.main-menu .menu-parent {
    display: inline-block;
    cursor: default;
}

nav.main-menu div.ask{
    position: absolute;
    right: 0; top: -2px;
    padding-right: 0;
    cursor: pointer;
    line-height: 1;
}

.askicon {
    font-size: 1.2em;
    color: rgb(0,105,170);
}

.ask:hover .askicon, .ask.pinned .askicon {
    color: #00a0df;
}

nav.main-menu:not(.menushow) #ask-opt {
    z-index: -1;
    opacity: 0;
    display: block;
    position: absolute;
    top: 55px; right: 10px;
    box-shadow: 0 0 2px 2px #ece6c0
}

nav.main-menu:not(.menushow) .ask:hover #ask-opt , nav.main-menu:not(.menushow) .ask.pinned #ask-opt{
    z-index: 4;
    opacity: 1;
}

#ask-opt a {
    background-color: #ffffff;
    color: rgb(0,105,170);
    display: block;
    vertical-align: top;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
}

#ask-opt i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.9em;
    width: 40px;
    text-align: center;
}

#ask-opt i.fa-mobile {
    font-size: 2.4em;
}

#ask-opt i.fa-envelope {
    font-size: 1.7em;
}

#ask-opt a:nth-child(even) {
    background-color: rgb(0,105,170);
    color: #ffffff;
}

#ask-opt a > span {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

#ask-opt span.number {
    display: block;
    font-size: .85em;
}

#ask-opt a:nth-child(even) span {
    color: #ece6c0;
}

#ask-opt a:nth-child(odd) span{
    color: #000000;
}

#ask-opt a#email-button:hover, #ask-opt a#chat-button:hover {
    cursor: pointer;
}

#ask-opt a#email-button:hover * {   
    color: #ffd200;
}

#ask-opt a#chat-button:hover *{
    color: #00a0df;
}

nav.main-menu h3 {
    font-weight: normal;
}

nav.main-menu h3 {
    font-size: 1.2em;
    margin: 0;
    padding: 15px;
    padding-right: 55px;
}

nav.main-menu .ask h3 {
    padding-right: 15px; 
}

nav.main-menu li a {
    display: block;
    padding: 12px 15px;
    font-size: 108%;
}

nav.main-menu .menu-parent {
    position: relative;
}

nav.main-menu .menu-parent > a {
    cursor: default;
}

nav.main-menu:not(.menushow) .menu-parent ul {
    z-index: -1;
    opacity: 0;
    display: block;
    position: absolute;
    left: 0;
    width: 200%;
    background-color: #c4d8e5;
    text-align: left;
    box-shadow: 0 0 2px 2px #ece6c0;
}

nav.main-menu .menu-parent:hover ul, 
nav.main-menu .menu-parent.pinned ul{
    z-index: +2;
    opacity: 1;
}

nav.main-menu .menu-parent:hover ul{
    z-index: +3;
    opacity: 1;
}

.home nav.main-menu .menu-parent:first-child:hover ul, 
.home nav.main-menu .menu-parent:first-child.pinned ul{
    box-shadow: 1px 0 1px 1px #ece6c0;
}

nav.main-menu .menu-parent:hover ul li:first-child,
nav.main-menu .menu-parent.pinned ul li:first-child {
    margin-top: -4px;
    padding-top: 4px;
    background-color: #c4d8e5;
}

nav.main-menu ul {
    list-style-type: none;
}

nav.main-menu .menu-parent .list-section, nav.main-menu li {
    display: inline-block;
    width: 50%;
    border: 0 none; margin: 0; padding: 0;
    vertical-align: top;
}

nav.main-menu .list-section li {
    width: 100%;
}

nav.main-menu li.full {
    width: 100%;
}

nav.main-menu .more {
    text-align: center;
    font-size: 1.15em;
    line-height: 120%;
}

nav.main-menu .more:after {
    content: '...'
}

@media screen and (max-width: 1000px) {
    nav.main-menu .container {
        width: 800px;
        width: 50em;
    }

    nav.main-menu h3  {
        font-size: 1.15em;
        padding-right: 18px;
    }
}

@media screen and (max-width: 840px) {
    .ud-menu, nav.main-menu{
        display: none;
    }

    .homebox {
        margin-top: 20px;
    }

    .alert ~ .homebox {
        margin-top: 0;
    }

    #menubutton {
        display: block;
        position: absolute;
        top: 8px; right: 10px;
        font-size: 2.3em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 60px;
        padding: 10px;
        margin: 0;
        line-height: 100%;
        vertical-align: middle;
        cursor: pointer;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #ffffff;
        color: rgb(0,105,170);
    }

    body.customize-support #menubutton {
        top: 40px;
    }

    #menubutton.menushow {
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
    }

    nav.main-menu.menushow {
        display: block;
        margin-top: 0;
    }

    nav.main-menu {
        font-size: .95em;
        position: absolute;
        top: 66px; right: 0;
        z-index: +3;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 10px;
        background-color: transparent;
    }

    .home nav.main-menu {
        top: -30px;
    }

    nav.main-menu h3  {
        font-size: 1.17em;
    }

    nav.main-menu .container {
        width: 100%;
        box-shadow: 0px 4px 2px 2px rgba(0,105,170, .4);
    }

    nav.main-menu div.ask {
        position: relative;
        top: 0;
    }

    nav.main-menu .container .menu-parent, nav.main-menu .container .ask,
    #ask-opt {
        padding-right: 0;
        text-align: center;
        display: block;
        width: 100%;
    }

    .ask:hover #ask-opt {
        display: block;
        position: relative;
        top: auto; right: auto;
        box-shadow: none;
    }

    #ask-opt {
        background: #ffffff;
    }

    #ask-opt a {
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        width: 25%;
    }

    #ask-opt a:nth-child(even) {
        background-color: #ffffff;
    }

    #ask-opt a:nth-child(even) span {
        color: #000000;
    }

    #ask-opt a:nth-child(even) i {
        color: rgb(0,105,170);
    }

    #ask-opt a:hover, #ask-opt a:nth-child(even):hover *, #ask-opt a:nth-child(odd):hover *,
    #ask-opt a:hover *, #ask-opt a#email-button:hover * {
        color: #00a0df;
    }

    nav.main-menu div h3, nav.main-menu div.menu-parent:hover h3,
    nav.main-menu div.ask h3, nav.main-menu div.ask:hover h3 {
        background-color: rgb(0,105,170);
        color: #ffffff;
    }

    .askicon, nav.main-menu div.ask:hover .askicon {
        color: #ffffff;
    }

    nav.main-menu li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    nav.main-menu h4  {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;        
        border-bottom: 1px solid rgba(0,105,170, .4);
        border-left: 1px solid rgba(0,105,170, .4);
    }

    nav.main-menu .menu-parent > *:first-child *:after {
        content: '';
    }

    nav.main-menu .menu-parent ul {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        text-align: left;
        background-color: #c4d8e5;
    }

    nav.main-menu .menu-parent:hover ul {
        position: relative;
        left: auto;
        width: 100%;
    }

    nav.main-menu .menu-parent:hover ul, 
    nav.main-menu .menu-parent.pinned ul{
        box-shadow: none;
    }

    nav.main-menu .menu-parent:hover ul li:first-child,
    nav.main-menu .menu-parent.pinned ul li:first-child {
        margin-top: 0;
        padding-top: 0;
        background-color: transparent;
    }
}

@media screen and (max-width: 782px) {
    body.customize-support #menubutton {
        top: 54px;
    }
    body.customize-support nav.main-menu {
        top: 114px;
    }
    body.customize-support .home nav.main-menu {
        top: -30px;
    }
}

@media screen and (max-width: 650px) {
    #ask-opt a {
        width: 50%;
        text-align: left;
    }
}

@media screen and (max-width: 415px) {
    nav.main-menu li {
        width: 100%;
    }
}

/* KJones 12/2016 -- css for video iframe */
.video-container {
    position: relative;
    /*
    padding-bottom: 56.25%;
    */
    padding-bottom: 360px;
    padding-top: 5px;
    height: 0;
    overflow: hidden;
}


.video-container iframe {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.audio-container {
    position: relative;
    /*
    padding-bottom: 56.25%;
    */
    padding-bottom: 180px;
    padding-top: 5px;
    height: 0;
    overflow: hidden;
}


.audio-container iframe {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
