div {
    display: inline-block;
}
body {
    color: #000042;
    font: 400 18px / 22px Clarkson, Proxima Nova, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.55;
    margin: 0;
    text-align: left;

    background-image: url("../Images/hlsb_bkg2.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.closeBtn{
    background-color: #000042;
    color: white;
}
.listBtn {
    background-color: darkgray;
}
.subMenu {
    margin-left: 20px;
}
@media screen and (max-width: 767px){
    #smallNav {
        display: block;
    }
    .footer {
        flex-direction: column;
    }
    .social {
        background-image: none;
    }
    .header-logo{
        width: 175px;
    }
    .nav-btn{
        padding-right: 10px;
    }
}
.siteContainer {    
    max-width: 2000px;
}
.header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 2000px;
    z-index: 100;
    padding: 10px;
    height: 100px;
    background-color: rgba(119, 136, 153, 0.9);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.header {
    width: 100%;
}
.header a {
    text-decoration: none;
}
.h-img {
    width: 50%;
    padding-top: 20px;
}
.h-right {
    text-align: right;
}
.header-logo {
    height: 100px;
}
.nav-btn {
    height: 70px;
    padding-top: 15px;
    padding-right: 50px;
}
.nav-btn:hover{
    filter: drop-shadow(5px 5px 10px rgb(46, 46, 46));
}
.main-content {
    width: 75%;
    text-align: center;
}
.main-content h2{
    color: white;
}
.sub-content{
    width: 75%;
    color: white;
    background-color: rgba(46, 93, 139, 0.9);
    border-radius: 0px 150px 0px 0px;
    text-align: center;
}
.banner {
    font-size: 72pt;
    -webkit-text-stroke-width: 2px; /* Adjust the width of the outline */
    -webkit-text-stroke-color: black; /* Set the outline color */
    -webkit-text-fill-color: white;
    color: white;
    padding-top: 200px;
}
.pageTitle{
    font-size: 72pt;
    width: 100%;
    text-align: center;
    background-color: rgba(46, 93, 139, 0.9);
    border-radius: 150px 150px 0px 0px;
    margin-top: 100px;
    color: white;
}
.pageTitle h1{
    -webkit-text-stroke-width: 2px; /* Adjust the width of the outline */
    -webkit-text-stroke-color: black; /* Set the outline color */
    -webkit-text-fill-color: white;
    color: white;
}
.news{
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    color: rgb(46, 93, 139);
}
.news div{
    margin-bottom: 30px;
    margin-left: 25px;
    margin-right: 25px;
}
.news div:hover{
    filter: brightness(150%);
}
.service-links{
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    color: rgb(46, 93, 139);
}
.service-links img{
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer{
    width: 100%;
    background-color: rgba(119, 136, 153, 0.9);
    display: flex;
    justify-content: space-between;
}
.footer span{
    margin: 30px;
}
.footer table td{
    vertical-align: top;
}
.service-links table{
    width: 100%;
    height: 100%;
}
.service-links table td{
    vertical-align: middle;
}
.service-links span img:hover{
    filter: drop-shadow(5px 5px 10px gray);
}
.social {
    width: 100%;
    display: flex;
    justify-content: center;
    background-image: url("../Images/SocialBkg3.png");
    background-position: right center;
    background-repeat: no-repeat;
    text-align: center;
    background-color: white;
    
    color: rgb(46, 93, 139);
}
.social span{
    padding-right: 100px;
    padding-bottom: 20px;
}
.social img{
    height: 100px;            
    padding-right: 50px;
    padding-left: 50px;
    filter: drop-shadow(5px 5px 10px black);
}
.social img:hover{
    filter: drop-shadow(10px 10px 15px black);
}
.linkBtn {
    color: white; 
    background-color: rgb(46, 93, 139)
}
.linkBtn a{
    text-decoration: none;
}
/*Disclosures --------------------------------------------------------->*/
#disclosureTable{
    margin-top: 100px;
    width: 1000px;
    max-width: 2000px;
}
#disclosureTable th{
   background-color: rgb(46, 93, 139);
   color: white; 
}
/*About Us------------------------------------------------------------->*/
.history {
   width: 100%;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    color: rgb(46, 93, 139);
    padding: 30px;
}
.leaderImg {
    margin: 0 auto;
    padding-bottom: 20px;
}
