/*
--------------Footer--------------
*/
.gap {
    gap: var(--spacing);
}
html {
    font-size: 1rem;
}
html[dir=ltr] li a {
    margin-left: .1875rem;
}
h4{
    font-weight: normal;
    font-size: var(--font-size-l);
}
.footer-bar.utah-design-system{
    background: var(--gray-color);
}
.footer-bar a[href] {
    font-size: .875rem;
    font-weight: 300;
    color: #eef3fc !important;
    text-decoration: none;
    box-shadow: none;
}
.footer-social-bar a[href] {
    text-decoration: none;
    padding: .5rem;
    color: #ffffff;
}
.m1q-h {
    margin-top: 0;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
    margin-left: 0;
    font-size: 1em;
}
.m42-a.x-bar-container {
    min-height: 2.5rem;
    background-color: var(--govops-lt-blue);
}
.m42-c.x-bar-container {
    justify-content: space-between;
    width: 6.25rem;
    border-top-width: .0625rem;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #cccccc;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.m42-d.x-text {
    margin-top: 0em;
    margin-right: 1.052em;
    margin-bottom: 0em;
    margin-left: 2.083em;
}
.footer-logo-text-div {
    padding-top: 1rem;
}
.m42-o.x-text {
    font-size: 1.125rem;
}
.footer-logo-div {
    margin-right: 2rem;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
}
.m42-x.x-div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.m42-y.x-div {
    padding-top: 2rem;
    padding-right: 0;
    padding-bottom: 2rem;
    padding-left: 0;
}
.footer-bar .x-bar-content {
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 100%;
    height: auto;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}
.m1q-4.x-bar-container {
    flex-direction: row;
    justify-content: space-between;
}
.m1q-5.x-bar-container {
    flex-wrap: wrap;
    align-content: flex-start;
    max-width: 100%;
}
.footer-bar {
    padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    height: auto;
    border: 0;
    font-size: 1em;
    z-index: 0;
}
.footer-bar .x-bar-content {
    justify-content: space-between;
}
.m42-6.x-bar {
    padding: 0 1.25rem;
}
.x-bar-container.gap {
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    font-size: 1em;
    z-index: auto;
    display: flex;
    justify-content: flex-start;
    border: 0;
}
.m42-9.x-bar-container {
    align-items: center;
    align-content: center;
    flex-grow: 1;
    flex-shrink: 0;
}
.m42-11.x-image img {
	width: 100%;
	object-fit: cover;
}
.utah-footer__links {
    color: #ffffff;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.utah-footer__links-title {
    font-size: 1.125rem;
    font-weight: 600;
}
.utah-footer__links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    flex-wrap: wrap;
}
.utah-footer__links ul li {
    content: '';
    border-left: .0625rem solid #616161;
    padding-left: .75em;
}
.utah-footer__utah-brand {
    width: 6.6875rem;
    min-width: 6.6875rem;
    fill: #ffffff;
}
.utah-footer__vertical-rule {
    height: 1.875rem;
    width: .0625rem;
    background-color: #f1f1f1;
    margin: 0 1rem;
    display: block;
}
.utah-footer__links ul a {
    color: #ffffff;
    text-decoration: none;
}
.utah-gov-footer-links{
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 1.3;
}
.x-bar-container{
    display: flex;
    position: relative;
}
.x-bar, .x-bar-content {
    display: flex;
}
.x-icon{
    font-size: 1.8rem;
}
.footer-list-menu {
    padding: 0 !important;
    list-style: none;
}
.footer-list-menu a {
    height: auto;
    display: block;
}
.footer-list-header {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
}
.footer-list-menu a:hover {
    box-shadow: none !important;
}