﻿@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

/*Company Colors*/

/************Corporate*************/

/************Blue to use with Geo Logo************/
.GeoBlueTextWithLogo {
    color: #1B468F;
}
.GeoBlueBackgroundWithLogo {
    background-color: #1B468F;
}

/************Blue to use in conjunction with branding and advertising************/
.BrandingBlueText {
    color: #002E6D;
}
.BrandingBlueBackground {
    background-color: #002E6D;
}
.BrandingBlueFill {
    fill: #002E6D;
}
.btn-BrandingBlueBackground {
    background: rgba(0,46,109,.6);
    color: white;
    border: 1px solid #1B468F;
}
    .btn-BrandingBlueBackground:hover {
        background: rgba(0,46,109,1);
        color: white;
    }
        /************Orange to use in conjunction with branding and advertising************/
        .BrandingOrangeText {
    color: #FF8300;
}
.BrandingOrangeBackground {
    background-color: #FF8300;
}
.btn-ECloud {
    background-color: #EA901D !important;
    color: #fff;
    padding: 10px;
    border: 1px solid #EA901D;
}
/************Gray to use in conjunction with branding and advertising************/
.BrandingGrayText {
    color: #54565A;
}
.BrandingGrayBackground {
    background-color: #54565A;
}

/************Edge Cloud and Modules*************/

/************Edge Cloud Orange************/
.EdgeCloudOrangeText {
    color: #F3901D;
}
.EdgeCloudOrangeBackground {
    background-color: #F3901D;
}

/************Edge Animations Purple************/
.EdgeAnimationsPurpleText {
    color: #92278F;
}
.EdgeAnimationsPurpleBackground {
    background-color: #92278F;
}

/************Edge Imaging/Premier Imaging Blue************/
.EdgeImagingBlueText {
    color: #005695;
}
.EdgeImagingBlueBackground {
    background-color: #005695;
}

/************Edge Portal Red************/
.EdgePortalRedText {
    color: #BE1E2D;
}
.EdgePortalRedBackground {
    background-color: #BE1E2D;
}

/************Edge Reminders Green************/
.EdgeRemindersGreenText {
    color: #5E9732;
}
.EdgeRemindersGreenBackground {
    background-color: #5E9732;
}

/************Edge Proposal Teal************/
.EdgeProposalTealText {
    color: #058C9E;
}

.EdgeProposalTealBackground {
    background-color: #058C9E;
}

/************Edge Specialist Purple************/
.EdgeSpecialistPurpleText {
    color: #3e2769;
}

.EdgeSpecialistPurpleBackground {
    background-color: #3e2769;
}

/************inVisit Teal************/
.btn-inVisit {
    background-color: rgba(158, 217, 107, 1);
    color: white;
}
.inVisitTealText {
    color: #387082;
}
.inVisitTealBackground {
    background-color: #387082;
}