/*Made header bar and logo bigger*/
.ManagerHeader {
    height: 5rem;
}

.ApplicationLogoContainer {
    height: 3.5em;
}

.ApplicationTitle {
    font-weight: 500;
    font-size: 160%;
}

/* Bg image reformating
#vc_Dc-7 {	 
    min-height: 400px;	 
}
*/

/* Footer */
.FastPageFooter {
    max-height: 75px;
    min-height: 75px;
}

.FastPageFooterContent {
    max-width: 100%;
    padding: 0px;
}

.IM_FooterBg {
    background-color: #19405B;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}
.IM_FooterLinks {
    font-size: 120%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.IM_FooterCopyright {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
/* Header*/
.IM_Header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #19405B;
    width: 100%;
}
/* logo image */
.IM_DOTLogo {
  height: 40px; 
  width: auto;
}
/* Top Hat */
.IM_TopHat{
    line-height: 2.6rem !important;
    color: white !important;
    font-family: "Work Sans",Arial,Helvetica,sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
