body {
    padding-top: 0px;
    font-family: 'DaxRegular';            
}

.business-partner-block {
    color: #00239b;
    font-weight: normal;
    display: flex;
    align-items: center;          
    justify-content: center;  
}

.business-partner-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.business-partner-logo {
    max-height: 85px;
}

.vertical-hr { 
    border: none;
    border-left: 5px solid #ED0624;
    height: 100%;
    width: 1px;     
    margin-top: 0px;
    margin-bottom: 0px;  
}

.container-fluid {
    padding: 0px;
    margin:0px;
}

.col {
    padding: 0px;
}

.card-header{
    background-color: #f9f9f9;
} 

.content-wrapper {
    /* margin-top: 10%; */
    overflow: auto;
    margin-bottom: 80px;
    margin-top:10px;
}

.card-footer {
    background-color: #00239b;
    color: white;
    font-weight: 100px;
}

.list-group {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    /* padding: 15px 0; */
    height: 100%;
}

.list-group-documents {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;  
    padding-left: 0;          
} 

.channel {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin: 0px 20px;
    flex-basis: 33%;
    -webkit-flex-basis: 33%;
    padding: 15px;
    display: flex;
    display: -webkit-flex;
    position: relative;
    transition: all 0.2s ease-in-out;
    color: #00239b;
    padding-right: 25px;
    padding-left: 25px;

}

.channel:after {
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 20px;
    right: 0px;
    border-bottom: 5px solid #ED0624;
    border-right: 5px solid #ED0624;
    
}

.channel:after {
    font-size: 3rem;
    margin: auto;
    padding-top: 5px;
}

.channel .primary {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.channel .secondary {
    font-size: .8rem;
    opacity: .7;
}

.channel .channel-wrapper {
    margin: auto;
    width: 100%;
}

.channel-wrapper div img {
    width: 80px;
}

.docs-img {
    width: 40px;
}

.footer {
    font-weight: bold;
    font-size: medium;
    background-color: #00239b;
    color: white;
    font-weight: 100px;            
}

.lang-navbar {
    background-color: #00239b;
    color: white;
}

.lang-dropdown {
    min-width: auto;
}

#policy, #claims, #navbar {
    color:white;
    text-decoration: none;
}

.loader {
    width: 200px; 
    height: 100px; 
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    text-align: center;
    z-index: 99999999;
}

.account-modal-body {
    padding: 25px;
}

#claim {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    cursor: pointer;
}         

.btn-ea {
    color: #fff;
    background-color: #00239b;
    border-color: #00239b;
}

.btn-circle.btn-sm { 
    width: 30px; 
    height: 30px; 
    padding: 6px 0px; 
    border-radius: 15px; 
    font-size: 8px; 
    text-align: center; 
} 

.btn-circle.btn-md { 
    width: 50px; 
    height: 50px; 
    padding: 7px 10px; 
    border-radius: 25px; 
    font-size: 10px; 
    text-align: center; 
} 

.btn-circle.btn-xl { 
    width: 70px; 
    height: 70px; 
    padding: 10px 16px; 
    border-radius: 35px; 
    font-size: 12px; 
    text-align: center; 
}

.icon {
    font-size: large;
    cursor: pointer;
}      

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
/* IE10+ specific styles go here */ 
    .content-wrapper {
        height: 450px;
    }
}  