/*MYACCOUNT GEE*/
/*fonts*/
@font-face {
    font-family: 'GothamLight';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://umlstwebpublic.blob.core.windows.net/assets/icons/GEE/Gotham%20Light.otf) format('truetype');
}
@font-face {
    font-family: 'GothamMedium';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://umlstwebpublic.blob.core.windows.net/assets/icons/GEE/Gotham%20Medium.otf) format('truetype');
}
:root {
    --primary-text-color: white !important;
    --primary-color: #4B8B10 !important;
    --primary-background-color: #4B8B10 !important;
    --secondary-color: #9D3594 !important;
    --secondary-background-color: #9D3594 !important;
    --link-color: #4B8B10 !important;
    --link-hover-color: #9D3594 !important;
    --footer-text-color: #ffffff !important;
    --footer-background-color: #9D3594 !important; 
    --selected-color: #9D3594 !important;
    --selected-background-color: #f0f0f0 !important; 
    --unselect-color: lightgrey !important;
    --unselect-background-color: #f8f8f8 !important;
    --font-family: 'GothamLight', sans-serif;
    --header-background-color: transparent !important;
    --header-color: #333 !important;
    --fixed-navbar-background-color: rgb(255 255 255 / 50%) !important;
    --body-line-height: 1.3em !important;
    --body-font-size: 14px !important;
    --paragraph-font-size: 14px !important;
    --label-font-size: 14px !important;
    --h1-font-size: 2rem !important;
    --h2-font-size: 1.5rem !important;
    --h3-font-size: 1.375rem !important;
    --h4-font-size: 1.25rem !important;
    --h5-font-size: 1.125rem !important;
    --h6-font-size: 1rem !important;
    --mobile-body-font-size: 14px !important;
    --mobile-paragraph-font-size: 14px !important;
    --mobile-label-font-size: 14px !important;
    --mobile-h1-font-size: 2.5rem !important;
    --mobile-h2-font-size: 2rem !important;
    --mobile-h3-font-size: 1.9rem !important;
    --mobile-h4-font-size: 1.8rem !important;
    --mobile-h5-font-size: 1.7rem !important;
    --mobile-h6-font-size: 1.5rem !important;
    --body-background-image: none !important;
    --body-background-color: #ffffff !important;
    --main-content-background-color: transparent !important;
    --main-content-color: #333 !important;
    --utilmate-container-width: 60% !important;
    --pane-background-color: #ffffff !important;
    --pane-color: #333 !important;
    --pane-border-color: none !important;
    --pane-border-radius: 2px !important;
    --pane-padding: .5rem !important;
    --banner-textbox-size: 50% !important;
    --max-logo-width: 235px !important;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    margin-bottom:.5rem;
    font-weight:600;
	font-family: 'GothamMedium';
}


/* to change the link & hover  */
a, a:visited , a:link, a:focus, a:active { 
    font-weight: 600; 
    text-decoration: none;
 }
a:hover { 
     font-weight: 600; text-decoration: underline;
     }
.utilmate-list-link {
    border: 2px solid #4B8B10 !important;
}
.utilmate-list-link:hover {
    background-color: rgb(157, 53, 148, .3) !important;
}
.utilmate-list-link img{
    width: 2.2rem;
}
.utilmate-link-icon img{
    width: 2.5rem;
}
.utilmate-link-icon:hover {
    background-color: rgb(157, 53, 148, .3) !important;
}
ul li {
    font-size: var(--paragraph-font-size);
}
ol li {
    font-size: var(--paragraph-font-size);
}
.limeGreen{
	color: #b2d638;
}
.bgGreen{
	background-color: #77bb43;
}
.bgGrey{
	background-color: #474443;
}





