/*
    Background palette
    ==================
*/

.hblb-bg-darkblue, #home-header, #problem-section 
                    { background-color: #005EA5 }

.hblb-bg-lightblue
                    { background-color: #005EA5 }
                    
.hblb-bg-darkgrey
                    { background-color: #777777 }
                    
.hblb-bg-lightgrey, body, #endofpage
                    { background-color: #F5F5F5 }
                    
.hblb-bg-orange, .separator
                    { background-color: #F59A3F }
                    
.hblb-bg-white, .page-text
                    { background-color: #FFFFFF }
                    
.hblb-bg-black, #home-welcome-bar
                    { background-color: #000000 }

/* 
    Foreground palette
    ==================
*/
.hblb-fg-darkblue,.page-link,.page-sub-heading,h1,h2,h3,h4
                    { color: #005EA5 }
                    
.hblb-fg-lightblue
                    { color: #005EA5 }
                    
.hblb-fg-darkgrey, .form-action-restricted,.page-info, .credit
                    { color: #666666 }
                    
.hblb-fg-lightgrey
                    { color: #DEE0E2 }
                    
.hblb-fg-orange, #home-welcome-bar, a:hover, a.crumb:hover, #requestSearch:hover
                    { color: #F59A3F }
                    
.hblb-fg-white, #home-header,  #home-welcome-bar, a.crumb, #requestSearch, #problem-section a
                    { color: #FFFFFF }
                    
.hblb-fg-black, #footer-links a
                    { color: #000000 }
                    
                    
.alert-box.alert {
    background-color: #F59A3F;
    border-color: #F59A3F;
    color: #FFF;
}                    

.draftsCurrent {
    border-left: thick #777777 solid
               }                    
                    
.draftsSubmitted {
    border-left: thick #FD9900 solid
               }

#pageLinks:not(.belowText) {
    border-left: 2px solid #DEE0E2;
}

html, body, button, input, table, td, th {
    font-family: arial, helvetica, sans-serif;
}

html, body { height:100%; }

html {
    overflow-y:scroll;
}
body {
    margin: 0px;
    font-size: 1rem;
}

section, header, footer {
    padding-top: .3rem;
    padding-bottom: .3rem;
}

a {
  text-decoration: underline;
  color: #005EA5;
}

h2,h3 {
    margin-bottom: 0px;
    font-size: 1.2rem;
    text-transform: none;
    font-weight: bold; 
}

.clear {
    clear:both;
}

.crumb {
    text-decoration: none;
}

.credit {
    font-size: .80rem;
    font-style: oblique;
}

.separator {
    width: 4px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 1px;
    padding-left: 1px;
}

.content-wrapper {
    margin: 0 auto;
    width: auto;
    max-width: 1020px;    
}

.content-block {
    padding-left: 30px;
    padding-right: 30px;    
}

.link-section {
    float: left;
    width: 33%;
}

.link-section-wrapper {
    float: left;
    width: 90%;
    margin: auto;
}

.page-link, .page-sub-heading {
    font-size: 1.2rem;
    text-transform: none;
    font-weight: bold;    
}

.page-title {
    display: inline;
}

.page-text-block {
    /* text-align: justify; Not an accisible feature.*/
}

#childLinkWrapper .page-link {
    font-size: 1.0rem;    
}

.form-action {
    text-transform: none;
    display: inline-block;
    margin-left: 5px;
}

.form-action-restricted {
    text-transform: none;
    display: inline-block;
    margin-left: 5px;
    opacity: 0.4;
}

#footer {
    border-top: thick solid black;    
}

.foot-list {
    list-style: outside none none;
    text-transform: none;
    display: inline-block;
    list-style: outside none none;
    margin: 0px;
    padding: 0px;      
}
.foot-list li {
    display: inline;
    margin: 0px 15px 0px 0px;
}

.foot-list li a {
    display: inline;
    font-weight: bolder;
}

.help-text-block {
    font-style: italic;
    font-size: smaller;
}

.draftsCurrent, draftsSubmitted {
    padding: 2px;
}

div.draftsCurrent span.page-info:before {
    content: "Draft ";  
}

.draftsSubmitted span.page-info:before {
    content: "Submitted Draft ";  
}


.dashboardElement {
    margin-bottom: 0px;
}

.dashboardText {
    display: block;
    text-align: left;
    width: 80%;
    float: left;
    padding-left: 1rem
}

.dashboardCount {
    display: block;
    text-align: right;
    width: 20%;
    float: left;
    padding-right: 1rem    
}

.cke_button_icon.cke_button__hblbdoclink_icon,
.cke_button_icon.cke_button__hblbimglink_icon,
.cke_button_icon.cke_button__hblbpagelink_icon,
.cke_button_icon.cke_button__hblbdoclist_icon {
    display: inline;
    padding-right: 40px;
}

.cke_button_icon.cke_button__hblbdoclink_icon:after {
    content: "Doc Link";
    position: relative;
}

.cke_button_icon.cke_button__hblbimglink_icon:after {
    content: "Img Link";
    position: relative;
}

.cke_button_icon.cke_button__hblbpagelink_icon:after {
    content: "Pag Link";
    position: relative;
}

.cke_button_icon.cke_button__hblbdoclist_icon:after {
    content: "Doc Box";
    position: relative;
}

.image-header {
    text-align: center;
}

.image-right {
    float: right;
}

.image-left {
    float: left;
}

.image-bottom {
    vertical-align: text-bottom;
}

.image-tiny {
    width:50px;
    height:auto;    
}

.image-small {
    width:100px;
    height:auto;    
}

.image-medium {
    width:200px;
    height:auto;    
}

.image-large {
    width:300px;
    height:auto;    
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

table thead tr th {
    padding: 0.7rem 0.4rem 0.3rem 
}

table tbody tr td {
    padding: 0.3rem 0.4rem
}

table thead tr th select {
    margin: 0rem;
    padding: 0rem; 
    height: 1.50rem;
    width:100px;
}

.layout {
    border: none !important;
}

.layout * {
    background: transparent !important;
    vertical-align: top;
}

#home-welcome-bar {
    font-weight: bold;
}

#pageText {
    padding-right: 10px;
    float:left;
}
#pageLinks:not(.belowText) {
    padding-left: 10px;
    float:left;
}
#pageText.withChildren {
    width:66%;
}
#pageLinks:not(.belowText) {
    width:33%;
}

#cookie-message {
    border-bottom: thick solid black;
}

#cookie-message a {
    color: #000;
    font-weight: bolder;
}


#searchText {
    width: 13rem;
    padding: 0px 10px;
    margin: 0px;
    display:inline;
}

#requestSearch {
    text-decoration: none;
    font-size: 2rem;
}

#hblb-logo-box {
    float: right;
}

#big-welcome {
    font-weight: bold;
    font-size: 2.5rem;
}

#big-welcome * {
    color: inherit;
    background-color: inherit;
}

/*
    Respond to media
    ================
*/

@media only screen and (max-width: 930px) {

    #hblb-logo {
        width: 75%;
    } 
    
    #big-welcome {
        font-size: 1.6rem;
    }
    
    #searchText {
        height: 1.75rem;
    }
        
    h1,h2,h3 {
        font-size: 1.5rem;
    }
    
}

@media only screen and (max-width: 600px) {

    #hblb-logo-box {
        float: left;
        width: 49%;
    }     
    
    #hblb-logo {
        width: auto;
    } 
    
    #big-welcome {
        visibility: hidden;
        height: .01em;
        width: .01em;
        position: absolute;
    }
    
    #hblb-search-form {
        float: right;
        width: 49%;
        text-align: right;
    }
    
    #searchText {
        height: 1.75rem;
        width: 70%;
    }
    
    .link-section {
        width: auto;
    }
    
    h1,h2,h3 {
        font-size: 1.2rem;
    }
   
}

@media only screen and (max-width: 500px) {

    #searchText {
        width: 100%;
    }
    
    #pageText.withChildren, #pageLinks:not(#belowText) {
        width: auto;
        float: none;
    }
    
    #pageLinks:not(#belowText) {
        border-left: none;
        padding-left: 0px;
        margin-left: 0px;
    } 

}

#detailsBox {
    display: none;
}

