.fui-i {
    /* Inherit from the site body, like the rest of the site */
    --fui-font: 'Open Sans';
    /* --fui-label-font-size: 16px; */

        /* Setup colours */
    --fui-color: #334155;
    --fui-primary-color: rgb(240, 65, 5);
    --fui-primary-color-hover: #bb2d3b;
    --fui-gray-100: #F1F5F9;
    --fui-gray-200: #E2E8F0;
    --fui-gray-300: #CBD5E1;
    --fui-gray-400: #94A3B8;
    --fui-gray-500: #64748B;
    --fui-gray-600: #475569;
    --fui-gray-700: #334155;
    --fui-gray-800: #1E293B;
    --fui-gray-900: #0F172A;

    --fui-input-background-color: #f5f5f5;
    --fui-input-box-shadow-focus:  0 0 0 1px rgba(164, 202, 254, 0.45);
    --fui-focus-shadow:  0 0 0 1px rgba(164, 202, 254, 0.45);

    /* Borders */
    --fui-border-color: #CBD5E1;
    --fui-border-radius: 4;

    /* Focus states */
    --fui-focus-border-color: #94A3B8;
    --fui-focus-shadow: 0 0 0 3px #dc3545;
}

.fui-i .fui-input-container .iti {
    display: inline-block;
}

aside .text ul {
    padding-left: 0.8rem;
}
aside .text ul li, aside .bullets ul li p {
    font-size: 0.8rem;
    line-height: 1.84211em;
    font-weight: 400;
    color: #606060;
}
@media (max-width: 45em) {
    .text ul li {
        font-size: 0.8rem;
        line-height: 1.84211em;
        font-weight: 400;
        color: #606060;
    }
}
@media (max-width: 35em) {
    .text ul li {
        font-size: 0.7rem;
        line-height: 2.10526em;
        font-weight: 400;
        color: #606060;
    }
}
.widget-spacing.text + .widget-spacing.bullets {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
/*.bullets-sections {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}*/
.bullets-section {
    /*max-width: 45%;*/
    margin-top: 1.5em;
}
aside .bullets-section {
    max-width: 100%;
    width: 100%;
}
.bullets ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.bullets ul li {
    position: relative;
    padding-left: 1.5rem;
}
.bullets ul li p {
    margin-top: 0;
    font-size: 1em;
    /* line-height: 1.65; */
    line-height: unset;
    font-size: 16px;
}
.bullets ul li::before {
    content: '';
    display: inline-block;
    background: rgb(240, 65, 5);
    /* width: 1rem; */
    width: 16px;
    /* height: .4rem; */
    height: 6px;
    position: absolute;
    top: 9px;
    left: 0;
}
.bullets ul.bullet-slate li::before {
    background: #606060;
}
.bullets ul.bullet-clay li::before {
    background: rgb(240, 65, 5);
}
.bullets ul + h3 {
    padding-top: 1em;
}
.bullets .heading {
    /* margin-bottom: 1.5em; */
    margin-bottom: 0;
    font-size: 1.17895em;
}
.bullets .subheading {
    font-size: .85em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.bullets .clay, .bullets ul.clay p {
    color: rgb(240, 65, 5);
}

.bullets .slate, .bullets ul.slate p {
    color: #606060;
}