@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/15816);
	}

	.goog-te-gadget:after {
		background-image: url(a/15817);
	}
}

.details-box ul li > span:first-child {
    width:11.5rem;
    min-width:11.5rem;
    max-width:11.5rem;
}

/* Logo Card Styling – Used on Branding and Content Style Guide Pages */

.logo-card > div:first-child {
background-color:#e0e0e0;
color:#000000;
}

.primary-dark-blue {
background:#252D65;
}

.primary-medium-blue {
background:#215DD6;
}

.primary-light-blue {
background:#9cceeb;
}

.secondary-yellow {
background:#E5BF45;}

.logo-card > div.img-header.check-circle:before {
    color: green;
}

.logo-card > div.img-header.times-circle:before {
    color: red;
}