/* Agency Logo Sizing */
.cmp-agency-header__logo {
    height: 2.875rem;
    width: auto;
}

/* Removes width restraints on text components */
.cmp-text {
    max-width: 100%;
}

/* Centers Text in Container */
.text-center {
    text-align: center !important;
}

/* Decrease white space in-between image cards */
.cmp-image-card {
    margin: 0;
}

/* */
.cmp-image-card .button .cmp-button:hover {
    background: black;
}

/* Set attributes for color bar above H1 title text */
.title .cmp-title h1::before {
    width: 5.9375rem;
    content: " ";
    height: .375rem;
    position: absolute;
    top: 0;
    left: 0;
}

/* Set color of bar above H1 Title here */
.title h1::before {
    background-color: #003E62;
    /* Uncomment the code below to remove the bar above the h1 title */
    /*display: none;*/
}

/* Set Agency Footer Color */
.cmp-agency-footer {
    background-color: #005180;
}

/* Set Global Footer Color */
.cmp-global-footer {
    background: #003E62;
}

/* Set color of border for event date icon */
.cmp-news-feed__event-date {
    border: 1px solid #C3371E;
}

/* Set color of background for month portion of event date icon */
.cmp-news-feed__event-date__month {
    background: #C3371E;
}

/* Set color of background for year portion of event date icon */
.cmp-news-feed__event-date__year {
    background: #C3371E;
}

/* Agency Logo Sizing MQ */
@media (min-width: 1101px) {
    .cmp-agency-header__logo {
        height: 5.25rem;
    }
}

/* Remove whitespace between image card and button */
/*.cmp-image-card__cta {
    position: relative;
    margin-top: -30px;
}*/

.cmp-image-card__text.cmp-image-card__text--no-desc {}

/* Commenting out below code, as it is improper and causing issues with image card rendering (3/20/2023)*/
/*.cmp-image-card__body {
    margin-top: -100\[;
    margin-top: -100\[x;
    margin-top: -55px;
    min-width: 100%;
    height: 60px !important;
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 255));
}*/

/*.button .cmp-button {
    background: rgba(255, 0, 0, 0);*/
    /*basically you want to clear this property */
}

.cmp-image-card__image {
    min-height: 300px;
}

.cmp-image-card__cta .button .cmp-button:hover {
    background-color: none;
    text-decoration: underline;
}

/* Hide Spanish and Polish from the Google Translate dropdown */
.google-translate .cmp-google-translate select option[value="es"] {
    display: none !important;
}
.google-translate .cmp-google-translate select option[value="pl"] {
    display: none !important;
}

/* make links on header and gtselect all white */
.cmp-agency-header__links-desktop a {
color: white !important;
}
.agency-header .cmp-agency-header .google-translate {
color: white !important;
}
#gtSelect {
color: white !important;
}

/* used to make the description block in image cards non-bold */
.card-description-plain {
	font-weight: normal;
}

.dcfs-fp-zebralist UL > li {}

.dcfs-fp-zebralist UL > li:nth-child(even) {
    background-color: lightgray;
}

/*.cmp-image-card__cta .button .cmp-button {
    margin-top: -0.0625rem;
    margin-bottom: 0;
}*/


/***************************************FOIA Form**************************************/
/*Make font-weight bold for all form labels*/
.cmp-form-text__label
{
	font-weight: bold;
    font-size: 17px;
    margin-bottom: 2px;
}

/*italicize and resize all short descriptions*/
.short-description {
    font-size: 12.5px;
    color: #595959;
    font-style: italic;
    margin-top: 1px;
    margin-bottom: 2px;
}

/*round the corners of the all buttons*/
.cmp-button {
    border-radius: 5px;
   
}

.textarea, .body-text, .cmp-form-text--input{
    border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
height: 2.5rem;
color: #555;
font-size: .875rem;
padding-bottom: 0.625rem;
padding-left: 0.625rem;
padding-top: 0.625rem;
padding-right: 0.625rem;
background: #fff;
border-bottom: 3px solid #005180;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
}

.multiline-form{
height: 80px;
}

.multiline-description{
    height: 200px;
}