﻿@import url("a/20497");

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

/* Icon links on library pages
=============================*/
.link-cards a:hover, .link-cards a:focus {
background-color: #EDF2F7;
}

/* Border Top Div Box Styling
=============================*/
.border-top {
    border-top: 6px solid #F26E21;
}

/* 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:#00263D;
}

.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;
}

/* Hiding Content
=================*/
.hide-crc {
    display:none!important;
}