
/*///////////////////////////////////////////////////////////////////////////////////
    
    Site: http://dos.myflorida.com/library-archives/
    File: /css/dlis.css
    Author: Sunshine Lewis
    
    This stylesheet should only contain styles specific to the division of library and information services.
    Most of these should be cosmetic rather than structural or layout.
    This stylesheet overwrites style.css and style-division.css

    Colors
    -----------------------------------------------------
    Original:
    Header:         #457385  Bismark Green

    Logo Refresh 6.3.2019
    Header:         #D2F0F8  Pattens Blue
    
    Primary Accent: #d9673a  Red Damask
    Alt Accent 1:   #1F4D5F  Blue Blue Dianne
    Alt Accent 2:   #103e50  Pale Tarawera
    Alt Accent 3:   #0D3240  Elephant
    
///////////////////////////////////////////////////////////////////////////////////*/

/*
///[Elements & Text]//////////////////////////////////////////////////////////////////[@E]///
-----------------------------------------------------------------------------------*/

    /* primary  color */
    h2{   
        color: #457385; 
        border-color: #457385;
    }

    /* primary  accent color */
    h3, 
    blockquote {
        color: #d9673a;
        border-color: #d9673a;
    }

    /*the primary and accent colors are only accessible for large text. So we will use the alternate colors instead for the small headings. */
    h5 {
         color: #0D3240; 
        border-color: #0D3240;
    }

    h6 {
         color: #1F4D5F; 
        border-color: #1F4D5F;
    }
    .subheading, .result-info { border-color: #d9673a; }

/*
///[Components]///////////////////////////////////////////////////////////////[@C]///
-----------------------------------------------------------------------------------*/


/*
-----[Header stuff]-----------------------------------------------------[@SB-brand]*/
   
    #dosbanner { border-bottom: 5px solid #457385; }

    #header {
        /*Changed for 6.3.2019 Logo Refresh, bsl 5.8.2019 */
        /*background-color: #457385;*/
        background-color:  #D2F0F8;
	    background-position: 50% bottom;
        }
    
    #banner {
        background-image: none;
    }
        #banner .search .input-group {
           border-color: #1F4D5F;
           background-color: #1F4D5F;
        }

    .translation-bar {
        background-color:#dce8ed; /* + 15 of primary color */

        }

    .search-banner .mission {
        color:black;
        text-shadow:none;
    }

/*
-----[Quicklinks]-----------------------------------------------------[@SB-brand]*/
    
    .section-links h3 {
        background-color: #d9673a;
        }

    .section-links .button {
        background-color: #1F4D5F;
    }

    .section-links .tab-panel {
        border-bottom-color: #457385;
    }
/*
-----[List bullets]-----------------------------------------------------[@SB-brand]*/
    
   #main-content ul li:before {
       color: #d9673a;
       border-color: #d9673a;
   }

/*
-----[Content]----------------------------------------------------------[@SB-brand]*/

    /*image rotator */
   #feature-window {
       border-color: #d9673a;
   }

   .alert-info strong {
       color: #d9673a;
   }

/*
-----[Panels]------------------------------------------------------------[@SB-brand]*/

    .panel { border-top-color: #d9673a;}
    .panel h4, .infobox .title {
        background-color: #d9673a;
    }

     /*.panel-333333 .panel-right h4,*/
    .panel-6733 .panel-right h4  {
        background-color: #d9673a;
    }

    .panels .lsta {
        border-top: 1px solid #ccc;
        vertical-align: middle;
    }

/*
-----[Navigation]--------------------------------------------------------[@SB-brand]*/

  #dosbanner ul .active a {
            color: #d9673a;
        }

    .navigation {
        /*Changed for 6.3.2019 Logo Refresh, bsl 5.8.2019 */
        /*background-color: #1F4D5F;*/
        background-color: #457385;
    }

    /* highlight color for the current top level item and the currently selected item */
    .menu-item.current, .menu-item > a.open, .menu-item > a:hover {
        background-color: #103e50;
    }
  
    /* background and border for the dropdown items */
    .sub-nav {
        border-color:#103e50;
       	background-color: #fff;
        border-bottom: 3px solid #d9673a;


    }
    .sub-nav a {
        color: #070c3e;
   

    }
       .sub-nav a:hover {
           background-color: #d9673a;
       color: #fff;
   }
         .sub-nav ul ul a:hover {
             color: #d9673a;
             background-color: transparent;
         }


    #page-navigation h2 {
         background-color: #d9673a;
    }
  #page-navigation ul li.open>a {
         background-color: #d9673a;
     }

    #footer { border-top-color: #d9673a; }

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
