a, a:link, a:visited {
    color: #006DD1;
    text-decoration: none !important;
}

a:hover {
    color: #0E5CBA !important;
    text-decoration: underline !important;
}

a:focus, a:active {
    color: #0E5CBA !important;
    text-decoration: underline !important;
}

/* Heading 1 */
h1 {
    color: #4D1F40 !important;
}

/* Headings 2-4 */
h2, h3, h4 {
    color: #1E2229 !important;
}

/* Paragraphs */
p {
    color: #1E2229 !important;
}


/* Target text elements */
body, 
p, 
li,  
div, 
a, 
label,
td,
th {
    font-size: 16px !important;
}

.slds-button {
    font-weight: 500 !important;
    line-height: 2.00 !important;
}

.custom-icon-color{
    background-color: rgb(51,168,153) !important;
}

/* Custom pages - Flexlayout */
.siteforceDynamicLayout{
    /* calc(100vh - [footer-height]);*/
    min-height: calc(100vh - 190px);
}

/* Home page - One column layout */
.siteforceSldsOneColLayout{
    /* calc(100vh - [footer-height]);*/
    min-height: calc(100vh - 190px);
}