
#error-prompt-pane * {
    font-family: 'Lato' !important;
}
#error-prompt-pane .overlay {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(8, 7, 7, 0.6);
    z-index: 9000;
}
#error-prompt-pane .modal-prompt {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9001;
}
.modal-prompt .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 2rem;
    height: 100%;
    padding: 3rem 0;
    border-radius: 0.25rem;
}
.modal-prompt .header {
    border-bottom: 0;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.025) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.025) 50%, rgba(0, 0, 0, 0.025) 75%, transparent 75%, transparent);
    background-size: 64px 64px;
    color: white;
    background-color: #c23934;
    position: relative;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    padding: 1rem;
    text-align: center;
    flex-shrink: 0;
}
.modal-prompt .header .title {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.25;
    margin: 0;
    padding: 0;
    color: white;
}
.modal-prompt .content {
    padding: 1rem 2rem;
    overflow: hidden;
    overflow-y: auto;
    background: white;
    font-size: 14px;
}
.modal-prompt .content p {
    margin: 0;
    padding: 0;
}
.modal-prompt .footer {
    border-top: 0;
    text-align: center;
    background-color: white;
    color: #080707;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    padding: 0.75rem 1rem;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    flex-shrink: 0;
}
.modal-prompt .footer button {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dddbda;
    transition: border 0.15s linear;
    border-color: #dddbda;
    background-color: white;
    position: relative;
    display: inline-block;
    background: transparent;
    background-clip: border-box;
    border-radius: 0.25rem;
    line-height: 1.875rem;
    text-decoration: none;
    color: #0070d2;
    -webkit-appearance: none;
    white-space: normal;
    user-select: none;
    cursor: pointer;
    text-transform: none;
    overflow: visible;
    margin: 0;
}
.hidden {
    display: none;
}
.modal-prompt .content .error-text, .modal-prompt .content .error-details {
    color: #545151;
}                       
.btn.filter-project {
    padding: 5px 10px!important;
}
#head-summary {
    color: #000000!important;
}
.interactive-ui #head-summary {
    color: #0064a1!important;
}
.interactive-ui #our-work-metrics, .interactive-ui #filters {
    display: block!important;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}        
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loader-pane {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #3131313d;
    display: flex;
    align-items: center;
    z-index: 999;
}        
.spinner,
.spinner:after {
    border-radius: 50%;
    width: 6em;
    height: 6em;
}
.spinner {
    margin: 60px auto;
    font-size: 7px;
    position: relative;
    text-indent: -9999em;
    border-top: 1em solid #fff;
    border-right: 1em solid #ffff;
    border-bottom: 1em solid #ffff;
    border-left: 1em solid #2196F3;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
span.lifetimeSavings:before {
    content: '$';
}        
.preloader-2 {           
    text-align: center;
    background: #424242;
    padding: 14px 20px 5px;
    margin: auto;
}
.preloader-2 div {
    color: #fff;
    margin: 5px 0;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
}
.preloader-2 .line {
    width: 1px;
    height: 12px;
    background: #fff;
    margin: 0 1px;
    display: inline-block;
    animation: opacity-2 1000ms infinite ease-in-out;
}
.preloader-2 .line-1 {
    animation-delay: 800ms;
}
.preloader-2 .line-2 {
    animation-delay: 600ms;
}
.preloader-2 .line-3 {
    animation-delay: 400ms;
}
.preloader-2 .line-4 {
    animation-delay: 200ms;
}
.preloader-2 .line-6 {
    animation-delay: 200ms;
}
.preloader-2 .line-7 {
    animation-delay: 400ms;
}
.preloader-2 .line-8 {
    animation-delay: 600ms;
}
.preloader-2 .line-9 {
    animation-delay: 800ms;
}
@keyframes opacity-2 { 
    0% { 
        opacity: 1;
        height: 15px;
    }
    50% { 
        opacity: 0;
        height: 12px;
    }
    100% { 
        opacity: 1;
        height: 15px;
    }  
}
#preloader-pane {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
@media (min-width: 48em) {
    .modal-prompt .container {
        margin: 0 auto;
        width: 50%;
        max-width: 40rem;
        min-width: 20rem;
    }
}
