.to-quote {
    color: white;
    width: 100%;
    text-align: center;
    font-size: x-large;
}

.to-quote-writer {
    color: white;
    width: 100%;
    text-align: center;
    font-size: large;
}

.tech-of-us {
    width: 100%;
    padding-bottom: 3em;
    text-align: center;
    font-style: italic;
}

@font-face {
    font-family: 'newtownbold';
    src: url('newtow-webfont.woff2') format('woff2'),
         url('newtow-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html .toggle-primary .toggle.active > label, html .toggle-primary .toggle.active > .toggle-title {
    background-color: #cceeff;
    border-color: #0088cc;
    color: #FFF;
}

.list-header{
    font-weight: 700;
}

img.r-images-nefer {
    width: 50%;
    float: right;
    margin-left: 3em;
}


.map-its-own-container {
    width: 30vw;
    margin: 0;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .map-its-own-container {
        width: 100% !important;
    }
}