﻿@import url("a/20497");
 @media (min-width: 992px) {
    /*** Changes the translate icon and caret to be appropriate color ***/
     .goog-te-gadget:before {
         background-image: url(a/18176);
    }
     .goog-te-gadget:after {
         background-image: url(a/18178);
    }
}

/* Styles for solid button */
.button-solid, .button-solid:visited {
  background-color: #215dd6;
  color: #FFFFFF!important;
}

.button-solid:hover, .button-solid:focus {
    background-color: #e5bf45;
    color: #252d65!important;
}


/* Coronavirus Exposure Notice on Employee-facing Site */
 .covid-notice {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-align: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
}
 .covid-notice .alert-icon {
     margin-right:2rem;
}
/* Logo Card Styles in Branding Toolkit */
 .logo-card > div:first-child {
     background-color:#374049;
     color:#fff;
}

/* Top Border on Div Boxes*/
.border-top {
    border-top: 6px solid #215dd6;
}

/* Lists with icon bullets */

ul.custom-bull li:before {
color: #215dd6;
}

/* Employee Group Boxes */
.emp-boxes a {
text-decoration:none;
color:#fff;
}

.emp-boxes a div div {
background-color:#215dd6;
color:#ffffff;
}

.emp-boxes i {
background: #fff; 
color: #215dd6; 
border-radius: 50%; 
padding: 1rem; 
margin-top: 1rem;
}

.emp-boxes a div div:focus, .emp-boxes a div div:hover {
background-color:#252d65;
}

emp-boxes a div div:focus i, .emp-boxes a div div:hover i {
color:#252d65;
}