footer {
    /*position: sticky;
    right: 0;
    bottom: 0;
    left: 0;*/
    width:100%;
    background-color: transparent;
    color: var(--color-headerfont);
    text-align: center;
    padding: 0 0;
    font-size: 10pt;
    height: 220px;
}

.footerarea {
    width: 100%;
    background: var(--color-headerfooter);
    color: var(--color-headerfont);
    min-height: 150px;
    border-top: 1px solid var(--color-background-shade)
}

.footerinner {
    background-color: var(--color-dark);
    color: white;
    padding: 10px;
    width: 100%;
}

.footerbase {
    width: 100%;
    background-color: var(--color-dark);
    color: white;

}


.footerflex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0px 20px;
    margin: 0;
    border-top: 1px solid #e0e0e0;
    background-color: #faf6f4;
    font-size: 10pt;
}



.footercopy {
  padding: 10px;
  text-align: center;
  background: #004aac;
  color: white;
  margin-top: 0;
}

.footercopy a {
    color: white;
    text-decoration: none;
}

.footersection {
    flex: 0 0 auto;
    height: 100%;
    width: 25%;
    padding: 0px 10px;
    margin: 10px 0px;
    border-right: 2px solid #d0d0d0;
    height: 160px;
    text-align: left;
}
.footersection a {
    color: #333;
}

.footersection h4 {
    font-size: 11pt;
    font-weight: 600;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 10px;
}

.footerlinks h4 {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

.socials {
    display: block!important;
    height: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    padding: 0;
}
  
  .socials a {
    line-height: 16px;
    height: 16px;
    color: #333;
    vertical-align: middle;
  }
  
  .socials img {
    width: 16px;
    height: 16px;
    padding: 0;
    margin-right: 10px;
    vertical-align: middle;
  
  }


    /* Switch to a Hamburger menu in Mobile devices */
    @media screen and (max-width: 768px ) and (orientation: portrait) {
        footer {
            /*position: sticky!important;
            top: 100vh!important;*/
            height: 580px!important;
            overflow-y: hidden!important;
        }
        .footerflex {
            flex-direction: column;
            overflow-y: hidden;
        }
        
        .footersection {
            width: 100%;
            border-right: 0px;
            border-bottom: 2px solid #d0d0d0;
            padding: 8px 0px;
            height: 100%;
            margin: 0;
        }
    
        .footerlink a {
            font-size: 11pt;
            line-height: 18pt;
        }
    }
    
    @media screen and (max-width: 960px) and (orientation:landscape)  {
    }
    
    /* Desktop hover for dropdown */
    @media screen and (min-width: 769px) {
        .dropdown:hover .dropdown-content {
            display: block;
        }
    
    }
    
    
    @media only screen and (max-device-width: 430px) and (orientation: portrait)
    {  
        .homecontainer {
            overflow-y: hidden;
        }
    
    }/* End min-width: 430px (iphone) */
    
    
    /* iPhone 12 Pro Max */
    @media only screen and (max-device-width: 414px) and (orientation: portrait)
    {  
    }
    
      
      /* iPhone 11 and XR */
      @media only screen 
        and (device-width: 414px) 
        and (device-height: 896px) 
        and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    
    }
    
    /* iPhone 12 Pro */
    @media only screen and (max-device-width: 390px) and (orientation: portrait)
    {  
    }
    /* End iPhone 12 Pro */
    
    
    
    