Link to article: SCP-8822.
/* Sigma+ modification - add Sigma-10 shadows to topbar */
#header {
background-image:
linear-gradient(to bottom,
transparent,
transparent calc(100% - var(--sp_top-bar-height) - 3px),
#88220029 calc(100% - var(--sp_top-bar-height))
),
repeating-linear-gradient(var(--sp_diagonal-stripes-angle),
var(--sp_diagonal-stripes-color),
var(--sp_diagonal-stripes-color) var(--sp_diagonal-stripes-width),
transparent var(--sp_diagonal-stripes-width),
transparent var(--sp_diagonal-stripes-gap)
),
linear-gradient(to bottom,
var(--sp_header-gradient-top-color) calc(var(--sp_header-gradient-top-stop) * var(--sp_header-height)),
var(--sp_header-gradient-bottom-color) calc(var(--sp_header-gradient-bottom-stop) * var(--sp_header-height))
);
}
#container {
background-image:
linear-gradient(to bottom,
transparent,
#88220066 var(--sp_final-header-height),
#8822000d calc(var(--sp_final-header-height) + 4px),
#f9f9f900 calc(var(--sp_final-header-height) + 262px)
);
}
.checkbox ul {
list-style: none;
padding: 0;
display: block !important;
}
.checkbox a { color: inherit; text-decoration: none; }
.checkbox li a::before {
content: "\f096";
color: #8f8f9d;
font-family: FontAwesome;
display: inline-block;
width: 1em;
padding-right: 0.5ch;
}
.checkbox li a:hover::before { color: #676774; }
.checkbox li.unfolded a::before {
content: "\f14a";
color: #3584e4;
}
.checkbox li.unfolded a:hover::before { color: #1e6fc5; }
:root {
--border-light: #d0d0d0;
--bg-light: #fbfbfb;
--shadow-light: #dfdfdf;
--title-dark: #444450;
}
#main-content :is(h1, h2) {
font-family: Inter, sans-serif;
font-weight: bold;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 851px) {
.scp-image-block.block-right {
margin-right: 0;
}
}
.document-continuation {
background-image: radial-gradient(circle at center, #eee 25%, transparent 26%);
background-size: 1rem 1rem;
background-repeat: repeat-y;
background-position: center;
}
.document {
position: relative;
margin-block: 1.5rem;
--document-padding-inline: 2.5rem;
padding: 2rem var(--document-padding-inline);
border: thin solid var(--border-light);
border-radius: 0.4rem;
box-shadow:
0px 0.1rem 0.3rem var(--shadow-light),
0px 0.1rem 0.8rem var(--bg-light);
color: #444;
background-color: white;
}
@media (max-width: 700px) {
.document {
--document-padding-inline: 0.75rem;
margin-inline: max(-2.5vw, -1rem);
}
}
.document :is(h2, h3) {
font-family: inherit;
letter-spacing: inherit;
margin-bottom: 1.5rem;
text-align: center;
}
.document h2 {
font-weight: 650;
color: var(--title-dark);
font-size: 1.5rem;
}
.document h2 + h3 {
margin-top: -1.5rem;
font-weight: 300;
font-size: 0.9rem;
}
.document p {
margin-right: -0.5ch;
}
.document .wiki-content-table :is(th, td) {
border-color: var(--border-light);
padding: 0.5rem 0.8rem;
}
.document .wiki-content-table th {
background-color: var(--bg-light);
}
.document .wiki-content-table { border-collapse: separate }
.document .wiki-content-table tr:not(:last-child) :is(th, td) { border-bottom-width: 0 }
.document .wiki-content-table tr :is(th, td):not(:last-child) { border-right-width: 0 }
.document .wiki-content-table tr:first-child :is(th, td):first-child { border-top-left-radius: 0.4rem }
.document .wiki-content-table tr:first-child :is(th, td):last-child { border-top-right-radius: 0.4rem }
.document .wiki-content-table tr:last-child :is(th, td):first-child { border-bottom-left-radius: 0.4rem }
.document .wiki-content-table tr:last-child :is(th, td):last-child { border-bottom-right-radius: 0.4rem }
.document .wiki-content-table :is(th, td) { vertical-align: top }
.document .wiki-content-table th:not(:only-child) { text-align: left }
.document hr {
margin-block: 2rem;
background: none;
height: 0;
border-top: thin solid var(--border-light);
align-self: stretch;
}
.document .document {
margin-top: 2rem;
--document-nested-padding-inline: 0.5rem;
margin-inline: calc(-1 * var(--document-nested-padding-inline));
padding: 1rem calc(var(--document-padding-inline) / 2);
border-radius: 0.6rem;
}
.document .document::before {
/* Flatten shadow of underlying document */
content: "";
position: absolute;
--cover-width: min(6px, calc(var(--document-padding-inline) - var(--document-nested-padding-inline)));
inset: -3rem calc(0px - var(--document-padding-inline) + var(--document-nested-padding-inline) - var(--cover-width) - 2px);
border-inline: var(--cover-width) solid var(--darkreader-neutral-background, white);
border-block: 100px solid transparent;
pointer-events: none;
}
.document .document::after {
/* Show paperclip connected to underlying document */
content: "";
position: absolute;
height: 21px; width: 80px;
background-size: 5rem auto;
background-image: url(https://scp-sandbox-3.wdfiles.com/local--files/croquemtest/paperclip.svg);
background-repeat: no-repeat;
background-position: top left;
left: calc(-1 * var(--document-padding-inline) + var(--document-nested-padding-inline));
top: 1rem;
transform: translateX(-14%) rotate(10deg);
}
@media (max-width: 700px) {
.document .document::after { top: 0.5rem; }
}
.document__image-block {
border: none;
box-shadow: 0px 0.1rem 0.2rem var(--shadow-light);
border-radius: 0.4rem;
}
@media (min-width: 1080px) {
.document__image-block.block-right {
margin-right: -1.5rem;
}
.document__image-block.block-left {
margin-left: -1.5rem;
}
}
.document__image-block .scp-image-alt::before,
.document__image-block .image {
border-radius: 0.4rem 0.4rem 0 0;
}
@media (min-width: 670px) and (max-width: 767px), (min-width: 940px) {
.document__image-block.croqstyle-image-block:not(.croqstyle-image-block--no-hover) .scp-image-alt:hover::before {
border-radius: 0.4rem;
box-shadow:
0px 0.1rem 0.3rem var(--shadow-light),
0px 0.1rem 0.8rem var(--bg-light);
}
}
.document__image-block .scp-image-caption {
background-color: var(--bg-light);
padding: 0.5rem 0.8rem;
border: thin solid var(--border-light);
border-radius: 0 0 0.4rem 0.4rem;
border-top-width: 0;
}
.document .croqstyle-img-footnote::before {
border-radius: 0.4rem;
box-shadow:
0px 0.1rem 0.3rem var(--shadow-light),
0px 0.1rem 0.8rem var(--bg-light);
border: none;
background-size: cover;
}
.document--red {
background-color: #fff5f5;
--border-light: #d0b0b0;
--bg-light: #fbe0e0;
--title-dark: #442430;
}
.document--green {
background-color: #f5fff5;
--border-light: #b0d0b0;
--bg-light: #e0fbe0;
--title-dark: #244430;
}
.document--blue {
background-color: #f5f5ff;
--border-light: #b0b0d0;
--bg-light: #e0e0fb;
--title-dark: #243044;
}
.table-flex {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 0.5em;
margin-block: 0.5em;
}
.table-flex table {
flex: 1 1 15rem;
margin: 0;
}
.review {
padding: 0 1rem;
border: medium solid grey;
margin: 2rem auto;
max-width: 24rem;
}
.review p:first-child {
font-weight: bold;
}
.review p:first-child::after {
margin-left: 1em;
font-family: FontAwesome;
font-weight: normal;
color: mediumseagreen;
}
.review--3 p:first-child::after { content: "\f005 \f005 \f005 \f006 \f006" }
.review--4 p:first-child::after { content: "\f005 \f005 \f005 \f005 \f006" }
.review--5 p:first-child::after { content: "\f005 \f005 \f005 \f005 \f005" }
.out-of-universe-note {
margin-top: 1rem;
margin-bottom: 2rem;
font-size: 94%;
padding: 0.8em 1em;
border: thin solid #143d52;
border-radius: 10px;
box-shadow: 0 2px 6px #143d524d;
background: #eef9ff;
}
/* SCP-8822-specific jank */
@import url(https://croquembouche.net/scp/scp-8822/assertions-v1.css);
/* Hide the page if the assertions stylesheet fails to load */
:where(.article) { visibility: hidden }
.controller { height: 1px !important }
.scout {
height: 1em;
width: 1px;
border: none;
transform: scaleY(50);
margin-block: -0.25em;
}
.controller, .scout:not([src*="debug=true"]) { opacity: 0.01 }
/* Images */
.img-head-original-angle {
--image-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-original-angle-300x300.webp);
--image-large-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-original-angle-1000x1000.webp);
--aspect-ratio: 1 / 1;
}
.img-head-original-straight {
--image-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-original-straight-300x300.webp);
--image-large-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-original-straight-1000x1000.webp);
--aspect-ratio: 1 / 1;
}
.img-head-brian-angle {
--image-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-brian-angle-300x300.webp);
--image-large-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-brian-angle-1000x1000.webp);
--aspect-ratio: 1 / 1;
}
.img-head-brian-straight {
--image-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-brian-straight-300x300.webp);
--image-large-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-brian-straight-1000x1000.webp);
--aspect-ratio: 1 / 1;
}
.img-head-christie-angle {
--image-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-christie-angle-300x300.webp);
--image-large-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-christie-angle-1000x1000.webp);
--aspect-ratio: 1 / 1;
}
.img-head-christie-straight {
--image-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-christie-straight-300x300.webp);
--image-large-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-christie-straight-1000x1000.webp);
--aspect-ratio: 1 / 1;
}
.img-head-claire-angle {
--image-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-claire-angle-300x484.webp);
--image-large-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-claire-angle-1000x1613.webp);
--aspect-ratio: 5 / 8;
}
.img-head-claire-straight {
--image-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-claire-straight-300x484.webp);
--image-large-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-claire-straight-1000x1613.webp);
--aspect-ratio: 5 / 8;
}
.img-head-gary-angle {
--image-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-gary-angle-300x484.webp);
--image-large-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-gary-angle-1000x1613.webp);
--aspect-ratio: 5 / 8;
}
.img-head-gary-straight {
--image-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-gary-straight-300x484.webp);
--image-large-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-gary-straight-1000x1613.webp);
--aspect-ratio: 5 / 8;
}
.img-head-gregory-angle {
--image-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-gregory-angle-300x300.webp);
--image-large-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-gregory-angle-1000x1000.webp);
--aspect-ratio: 1 / 1;
}
.img-head-gregory-straight {
--image-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-gregory-straight-300x300.webp);
--image-large-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-gregory-straight-1000x1000.webp);
--aspect-ratio: 1 / 1;
}
.img-head-nicholas-angle {
--image-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-nicholas-angle-300x484.webp);
--image-large-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-nicholas-angle-1000x1614.webp);
--aspect-ratio: 5 / 8;
}
.img-head-nicholas-straight {
--image-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-nicholas-straight-300x484.webp);
--image-large-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/head-nicholas-straight-1000x1614.webp);
--aspect-ratio: 5 / 8;
}
.img-heads-pile {
--image-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/heads-pile-300x300.webp);
--aspect-ratio: 1 / 1;
}
.img-masonry-interior {
--image-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/masonry-interior-300x200.webp);
--image-large-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/masonry-interior-1000x667.webp);
--aspect-ratio: 3 / 2;
}
.img-masonry-exterior-salford {
--image-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/masonry-exterior-salford-300x225.webp);
--image-large-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/masonry-exterior-salford-1000x750.webp);
--aspect-ratio: 4 / 3;
}
.img-masonry-exterior-bradford {
--image-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/masonry-exterior-bradford-300x225.webp);
--image-large-url: url(https://scp-wiki.wikidot.com/local--files/scp-8822/masonry-exterior-bradford-1000x750.webp);
--aspect-ratio: 4 / 3;
}
/* Late-article theme change */
#page-title, #breadcrumbs, .meta-title--sdp, .pseudocrumbs--sdp {
display: none;
}
:root:has(.controller:is([style*=".460"],[style*=".470"],[style*=".480"],[style*=".490"],[style*=".500"])) {
--header-title: "SDP Foundation";
--header-subtitle: "Secure, Display, Protect";
--sp_header-logo: url(https://scp-sandbox-3.wdfiles.com/local--files/cqb-head/header-logo-inverted.svg);
--sp_header-gradient-bottom-color: mediumpurple;
--sp_header-height: 10rem;
--sp_top-bar-height: 1.8rem;
:is(
.meta-title,
.rate-box-with-credit-button,
.page-rate-widget-box,
#side-bar .side-block,
.scpnet-interwiki-frame,
a:not(#side-bar a):not(.page-rate-widget-box a):not(a:has(img))
) {
filter: hue-rotate(290deg) saturate(1.5);
}
:is(.meta-title--scp, .pseudocrumbs--scp) { display: none }
:is(.meta-title--sdp, .pseudocrumbs--sdp) { display: revert }
}
/* Accessibility/debug options */
:root:has(.checkbox--highlight .unfolded) .ch_B :is(.a_11, .a_12, .a_13, .a_14, .a_15, .a_16, .a_17, .a_18, .a_19) { background-color: #c9daf8 }
:root:has(.checkbox--highlight .unfolded) .ch_B :is(.a_20, .a_21, .a_22, .a_23, .a_24, .a_25, .a_26, .a_27, .a_28) { background-color: #d9ead3 }
:root:has(.checkbox--highlight .unfolded) .ch_B :is(.a_29, .a_30, .a_31, .a_32, .a_33, .a_34, .a_35) { background-color: #fce5cd }
:root:has(.checkbox--highlight .unfolded) .ch_B :is(.a_36, .a_37, .a_38, .a_39, .a_40, .a_41, .a_42, .a_43, .a_44, .a_45) { background-color: #f4cccc }
:root:has(.checkbox--highlight .unfolded) .ch_B :is(.a_46, .a_47, .a_48, .a_49, .a_50) { background-color: #d9d2e9 }
.debug-mode-toggle { display: none }
@media (min-width: 800px) {
:root:has(.checkbox--highlight .unfolded) .debug-mode-toggle { display: block }
}
:root:has(.checkbox--debug .unfolded) .controller {
opacity: 1;
height: 220px !important;
position: sticky;
top: 0;
z-index: 9;
}
:root:has(.checkbox--debug .unfolded) .scout {
opacity: 1;
}
/* Blur on major shift */
:root:has(.controller:is([style*=".280"],[style*=".350"],[style*=".450"])) body {
animation: bigblur 0.3s ease;
}
@keyframes bigblur {
0%, 100% { filter: blur(0px) }
50% { filter: blur(3px) }
}
/* Calibration
This is always a terrible idea
Well-designed CSS doesn't need this
This is not well-designed CSS
This is not a place of honour */
@media (min-width: 800px) {
#u-t1-order { margin-bottom: 0px}
.t2-optional { display: revert }
#u-t1-order p { padding-bottom: 0px }
#u-t1-morning p { padding-bottom: 0px }
#u-t1-lunch p { padding-bottom: 0px }
#u-t1-morning-2 p { padding-bottom: 0px }
#u-t1-lunch-2 p { padding-bottom: 0px }
#u-t1-afternoon p { padding-bottom: 0px }
#u-t2-order p { padding-bottom: 0px }
#u-t2-morning p { padding-bottom: 0px }
#u-t2-lunch p { padding-bottom: 0px }
#u-t2-afternoon p { padding-bottom: 0px }
}
/* NOTE TO SELF listed breakpoints are exact test candidates, will probably need some fuzzing */
@media (max-width: 640px) {
.t2-optional { display: none }
#u-t1-order p { padding-bottom: 3px }
#u-t1-morning p { padding-bottom: 3px }
#u-t1-lunch p { padding-bottom: 3px }
#u-t1-morning-2 p { padding-bottom: 8px }
#u-t1-lunch-2 p { padding-bottom: 8px }
}
@media (max-width: 430px) {
#u-t1-afternoon p { padding-bottom: 8px }
}
@media (max-width: 380px) {
#u-t1-order { margin-bottom: 100px}
#u-t1-morning p { padding-bottom: 5px }
#u-t1-lunch p { padding-bottom: 5px }
#u-t1-afternoon p { padding-bottom: 0px }
}
.phone-call {
display: flex;
flex-direction: column;
gap: 0.4rem;
align-items: end;
margin-inline: max(0px, calc(25% - 5rem));
}
.phone__left, .phone__right {
position: relative;
border: thin solid var(--border-light);
border-radius: 0.3rem;
padding: 0.4rem 0.8rem;
margin: 0;
background-color: transparent;
max-width: 75%;
}
.phone__left { align-self: start }
.phone__right { background-color: var(--bg-light) }
.phone__left::before { left: 0.5em }
.phone__right::before { right: 0.5em }
:is(.phone__left, .phone__right) p { margin: 0; }
.phone-call [data-speaker] { margin-top: 1rem; }
.phone-call [data-speaker]::before {
content: attr(data-speaker);
font-size: 0.8rem;
font-weight: bold;
opacity: 0.6;
position: absolute;
top: -1.5em;
}
.modalbox { max-height: 90vh }
.modalbox .credit { height: auto }
.ego-bar { display: flex; flex-direction: column; justify-content: space-evenly; flex-wrap: wrap; align-items: center; margin-block: 1rem; }
.ego-bar__link { font-size: smaller; margin-inline: 2rem; }
.ego-bar .page-rate-widget-box { margin: 0; }
:not(.ab-test--active) + .ego-bar { display: none; }
position: absolute; height: 1px; width: 1px; clip-path: rect(1px, 1px, 1px, 1px); overflow: hidden; border: none;
display: none
display: flex; justify-content: end
font-size: small; opacity: 0.7
width: 16rem; height: 4.5rem
width: 16rem; height: 4.5rem
font-size:0%; margin-top:-1em;
--src: url(https://scp-wiki.wdfiles.com/local--resized-images/the-bathrooms-wiki/cromage.png/medium.jpg)
--src: url(https://scp-wiki.wdfiles.com/local--resized-images/parawatch-hub/rook4.png/medium.jpg)
display: none
display: none
display: none
--src: url(https://scp-wiki.wdfiles.com/local--resized-images/akiva-counter-operating-instructions/Akiva-Counter.png/medium.jpg)
display: none
display: none
width: 200px
--src: url(https://scp-wiki.wdfiles.com/local--resized-images/fragment%3Ascp-6140-1/daevastan.jpg/medium.jpg)
display: none
display: none
width: 200px
display: none
display: none
width: 200px
--src: url(https://scp-wiki.wdfiles.com/local--resized-images/fragment%3Ascp-6140-1/daevastan.jpg/medium.jpg)
--src: url(https://scp-wiki.wdfiles.com/local--resized-images/scp-140/daevas.jpg/medium.jpg)
--src: url(https://scp-wiki.wikidot.com/local--files/scp-8822/aetheric-resonance-imager.webp)
display: none
--src: url(https://scp-wiki.wdfiles.com/local--resized-images/scp-8235/Narreme.jpg/medium.jpg)
display: none
width: 200px
width: 200px
--src: url(https://scp-wiki.wikidot.com/local--files/scp-8822/aetheric-resonance-imager.webp)
display: none
--src: url(https://scp-wiki.wdfiles.com/local--resized-images/scp-8235/Narreme.jpg/medium.jpg)
display: none
display: none
display: none
display: none
display: none
display: none
display: none
display: none
display: none
--src: url(https://scp-wiki.wdfiles.com/local--resized-images/tactical-theology-hub/timelineend.png/medium.jpg)
width: 16rem; height: 4.5rem
:scp-wiki:component:preview
[info]
:scp-wiki:component:hoverlinks
[info]
component:sigma-plus
:scp-wiki:component:croqstyle
[info]
:scp-wiki:info:start
[info]
:scp-wiki:info:end
[info]
:scp-wiki:fragment:scp-anthology-2024-earthworm
[info]
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]
meta-title
meta-title--scp
pseudocrumbs
pseudocrumbs--scp
meta-title
meta-title--sdp
pseudocrumbs
pseudocrumbs--sdp
crom-thumbnail
depth
checker
placebo
placebo__splash
placebo__button
placebo__result
alert
alert__heading
alert__text
alert__reset
empty
out-of-universe-note
article-container
html-block-iframe
controller
article
ch_B
a_28
empty
a_10
out-of-universe-note
checkbox
checkbox--highlight
folded
foldable-list-container
debug-mode-toggle
checkbox
checkbox--debug
folded
foldable-list-container
ch_B
a_50
croqstyle-image-block
scp-image-block
document__image-block
block-right
ch_A
scp-image-alt
img-heads-pile
scp-image-caption
a_10
croqstyle-image-block
croqstyle-image-block--no-hover
scp-image-block
document__image-block
block-right
ch_A
a_7
scp-image-alt
img-head-original-angle
a_5
scp-image-alt
img-head-original-straight
a_4
scp-image-alt
img-head-original-angle
a_2
scp-image-alt
img-head-original-straight
a_1
scp-image-alt
img-head-original-angle
scp-image-caption
ch_B
a_45
a_10
scout
ch_B
a_45
a_10
ch_B
a_35
a_10
ch_B
a_11
a_10
ch_B
a_11
a_10
ch_B
a_11
a_10
ch_B
a_11
empty
a_10
ch_B
a_11
a_10
ch_B
a_24
a_23
a_11
a_10
ch_B
a_28
a_10
empty
ch_B
a_35
a_28
html-block-iframe
a_10
html-block-iframe
ch_B
a_45
ch_B
a_50
a_48
a_10
ch_B
a_48
a_10
ch_B
a_48
a_10
a_10
ch_B
a_35
a_10
ch_B
a_35
ch_B
a_36
empty
a_35
ch_B
a_37
a_35
ch_B
a_35
ch_B
a_35
a_10
ch_B
a_28
a_10
ch_B
a_28
empty
a_11
a_10
ch_B
a_35
a_28
a_23
a_12
a_10
scout
croqstyle-image-block
scp-image-block
document__image-block
block-right
ch_B
a_28
scp-image-alt
img-masonry-exterior-bradford
a_10
scp-image-alt
img-masonry-exterior-salford
scp-image-caption
ch_B
a_28
a_10
ch_B
a_23
a_10
ch_B
a_23
hoverlink
hoverlink-card
hoverlink-title
hoverlink-text
hoverlink-image
a_10
hoverlink
hoverlink-card
hoverlink-title
hoverlink-text
hoverlink-image
ch_B
a_23
a_10
ch_B
a_23
a_10
ch_B
a_28
a_10
ch_B
a_28
a_10
ch_B
a_23
a_10
ch_B
a_23
a_10
ch_B
a_28
a_10
ch_B
a_23
a_10
ch_B
a_23
a_10
ch_B
a_23
a_10
ch_B
a_28
a_10
ch_B
a_28
a_10
ch_B
a_28
a_10
ch_B
a_35
a_10
ch_B
a_28
a_10
ch_B
a_23
a_10
ch_B
a_35
a_10
ch_B
a_35
a_10
ch_B
document-continuation
a_45
document
ch_B
a_48
empty
a_47
a_10
review
review--5
review
review--4
review
review--4
review
review--5
review
review--5
review
review--3
review
review--5
review
review--5
review
review--5
review
review--5
review
review--5
review
review--4
review
review--4
review
review--3
review
review--5
scout
review
review--5
review
review--5
review
review--3
document
ch_B
a_47
a_10
gallery
a_10
ch_B
height-match
a_35
document
table-flex
document
croqstyle-image-block
scp-image-block
document__image-block
block-left
ch_A
a_7
scp-image-alt
img-head-brian-angle
a_6
scp-image-alt
img-head-brian-straight
a_1
scp-image-alt
img-head-brian-angle
scp-image-caption
document
document--green
croqstyle-responsive-div
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
hoverlink
hoverlink-card
hoverlink-title
hoverlink-text
hoverlink-image
croqstyle-image-block
scp-image-block
document__image-block
block-right
ch_A
a_7
scp-image-alt
img-head-christie-angle
a_6
scp-image-alt
img-head-christie-straight
a_1
scp-image-alt
img-head-christie-angle
scp-image-caption
t2-optional
ch_A
a_7
croqstyle-img-footnote
img-head-claire-angle
a_6
croqstyle-img-footnote
img-head-claire-straight
a_1
croqstyle-img-footnote
img-head-claire-angle
document
document--green
croqstyle-responsive-div
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
ch_A
a_7
croqstyle-img-footnote
img-head-brian-angle
a_6
croqstyle-img-footnote
img-head-brian-straight
a_1
croqstyle-img-footnote
img-head-brian-angle
croqstyle-image-block
scp-image-block
document__image-block
block-right
ch_A
a_7
scp-image-alt
img-head-gary-angle
a_6
scp-image-alt
img-head-gary-straight
a_1
scp-image-alt
img-head-gary-angle
scp-image-caption
hoverlink
hoverlink-card
hoverlink-title
hoverlink-text
hoverlink-image
ch_A
a_7
croqstyle-img-footnote
img-head-brian-angle
a_6
croqstyle-img-footnote
img-head-brian-straight
a_1
croqstyle-img-footnote
img-head-brian-angle
document
document--green
croqstyle-responsive-div
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
ch_A
a_7
croqstyle-img-footnote
img-head-brian-angle
a_6
croqstyle-img-footnote
img-head-brian-straight
a_1
croqstyle-img-footnote
img-head-brian-angle
ch_A
a_7
croqstyle-img-footnote
img-head-christie-angle
a_6
croqstyle-img-footnote
img-head-christie-straight
a_1
croqstyle-img-footnote
img-head-christie-angle
ch_A
a_7
croqstyle-img-footnote
img-head-gary-angle
a_6
croqstyle-img-footnote
img-head-gary-straight
a_1
croqstyle-img-footnote
img-head-gary-angle
document
document--green
document
croqstyle-image-block
scp-image-block
document__image-block
block-left
ch_A
a_7
scp-image-alt
img-head-gregory-angle
a_6
scp-image-alt
img-head-gregory-straight
a_1
scp-image-alt
img-head-gregory-angle
scp-image-caption
croqstyle-image-block
scp-image-block
document__image-block
block-right
ch_A
a_7
scp-image-alt
img-head-nicholas-angle
a_6
scp-image-alt
img-head-nicholas-straight
a_1
scp-image-alt
img-head-nicholas-angle
scp-image-caption
document
ch_A
a_7
croqstyle-img-footnote
img-head-gregory-angle
a_6
croqstyle-img-footnote
img-head-gregory-straight
a_1
croqstyle-img-footnote
img-head-gregory-angle
document
document--green
croqstyle-responsive-div
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
croqstyle-image-block
scp-image-block
document__image-block
block-right
ch_A
a_7
scp-image-alt
img-head-claire-angle
a_6
scp-image-alt
img-head-claire-straight
a_1
scp-image-alt
img-head-claire-angle
scp-image-caption
ch_A
a_7
croqstyle-img-footnote
img-head-nicholas-angle
a_6
croqstyle-img-footnote
img-head-nicholas-straight
a_1
croqstyle-img-footnote
img-head-nicholas-angle
a_10
document
table-flex
ch_B
a_28
a_10
hoverlink
hoverlink-card
hoverlink-title
hoverlink-text
hoverlink-image
hoverlink
hoverlink-card
hoverlink-title
hoverlink-text
hoverlink-image
ch_B
a_28
empty
a_10
ch_B
a_28
a_10
ch_B
a_28
empty
a_10
ch_B
a_28
a_10
ch_B
height-match
a_28
document
croqstyle-image-block
scp-image-block
document__image-block
block-right
ch_A
a_7
scp-image-alt
img-head-brian-angle
a_6
scp-image-alt
img-head-brian-straight
a_1
scp-image-alt
img-head-brian-angle
scp-image-caption
ch_B
a_29
a_10
croqstyle-image-block
scp-image-block
document__image-block
block-center
scp-image-alt
img-masonry-interior
scp-image-caption
croqstyle-image-block
scp-image-block
document__image-block
block-center
ch_A
a_7
scp-image-alt
img-head-christie-angle
a_6
scp-image-alt
img-head-christie-straight
a_1
scp-image-alt
img-head-christie-angle
scp-image-caption
hoverlink
hoverlink-card
hoverlink-title
hoverlink-text
hoverlink-image
document
document--green
croqstyle-responsive-div
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
hoverlink
hoverlink-card
hoverlink-title
hoverlink-text
hoverlink-image
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
croqstyle-image-block
scp-image-block
document__image-block
block-right
ch_A
a_7
scp-image-alt
img-head-gary-angle
a_6
scp-image-alt
img-head-gary-straight
a_1
scp-image-alt
img-head-gary-angle
scp-image-caption
document
document--blue
document
ch_A
a_7
croqstyle-img-footnote
img-head-gary-angle
a_6
croqstyle-img-footnote
img-head-gary-straight
a_1
croqstyle-img-footnote
img-head-gary-angle
a_10
document
croqstyle-image-block
scp-image-block
document__image-block
block-right
ch_A
a_7
scp-image-alt
img-head-brian-angle
a_6
scp-image-alt
img-head-brian-straight
a_1
scp-image-alt
img-head-brian-angle
scp-image-caption
ch_B
a_23
a_10
ch_B
a_23
a_10
ch_B
a_23
a_10
ch_B
a_23
a_10
croqstyle-image-block
scp-image-block
document__image-block
block-right
scp-image-alt
img-masonry-interior
scp-image-caption
scout
ch_B
a_23
empty
a_10
croqstyle-image-block
scp-image-block
document__image-block
block-right
ch_A
a_7
scp-image-alt
img-head-christie-angle
a_6
scp-image-alt
img-head-christie-straight
a_1
scp-image-alt
img-head-christie-angle
scp-image-caption
scout
croqstyle-image-block
scp-image-block
document__image-block
block-right
ch_A
a_7
scp-image-alt
img-head-gary-angle
a_6
scp-image-alt
img-head-gary-straight
a_1
scp-image-alt
img-head-gary-angle
scp-image-caption
hoverlink
hoverlink-card
hoverlink-title
hoverlink-text
hoverlink-image
document
document--green
croqstyle-responsive-div
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
hoverlink
hoverlink-card
hoverlink-title
hoverlink-text
hoverlink-image
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
document
document--green
croqstyle-responsive-div
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
document
document--red
ch_B
a_23
a_10
document
ch_B
a_23
a_10
ch_B
a_23
a_10
scout
ch_B
a_24
a_10
ch_B
a_24
empty
a_10
ch_B
a_24
a_10
ch_B
a_24
a_10
ch_B
a_24
a_10
ch_B
a_24
a_10
ch_B
a_24
a_10
ch_B
a_24
a_10
ch_B
a_24
a_10
ch_A
a_7
croqstyle-img-footnote
img-head-gary-angle
a_6
croqstyle-img-footnote
img-head-gary-straight
a_1
croqstyle-img-footnote
img-head-gary-angle
ch_B
a_24
a_10
ch_B
a_24
a_10
scout
scout
scout
document
ch_B
a_32
a_10
ch_B
a_32
a_10
document
document--green
croqstyle-responsive-div
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
ch_B
a_32
a_10
scout
ch_B
a_33
a_10
ch_B
a_33
a_10
document
document--green
croqstyle-responsive-div
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
ch_B
a_33
a_10
scout
ch_A
a_7
croqstyle-img-footnote
img-head-christie-angle
a_6
croqstyle-img-footnote
img-head-christie-straight
a_1
croqstyle-img-footnote
img-head-christie-angle
document
document
ch_B
a_35
a_10
phone-call
phone__left
scout
phone__left
phone__right
phone__left
phone__right
phone__left
phone__left
phone__right
phone__left
phone__right
phone__left
phone__right
scout
phone__left
ch_B
a_46
document
ch_B
a_49
a_47
a_10
ch_B
a_49
a_10
a_10
document
ch_A
a_7
croqstyle-img-footnote
img-head-nicholas-angle
a_6
croqstyle-img-footnote
img-head-nicholas-straight
a_1
croqstyle-img-footnote
img-head-nicholas-angle
document
document--green
croqstyle-responsive-div
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
croqstyle-responsive-div__desktop
croqstyle-responsive-div__mobile
ch_A
a_7
croqstyle-img-footnote
img-head-nicholas-angle
a_6
croqstyle-img-footnote
img-head-nicholas-straight
a_1
croqstyle-img-footnote
img-head-nicholas-angle
ch_A
a_7
croqstyle-img-footnote
img-head-claire-angle
a_6
croqstyle-img-footnote
img-head-claire-straight
a_1
croqstyle-img-footnote
img-head-claire-angle
document
document--green
scout
hoverlink
hoverlink-card
hoverlink-title
hoverlink-text
hoverlink-image
ch_A
a_7
croqstyle-img-footnote
img-head-brian-angle
a_6
croqstyle-img-footnote
img-head-brian-straight
a_1
croqstyle-img-footnote
img-head-brian-angle
ch_A
a_7
croqstyle-img-footnote
img-head-christie-angle
a_6
croqstyle-img-footnote
img-head-christie-straight
a_1
croqstyle-img-footnote
img-head-christie-angle
ch_A
a_7
croqstyle-img-footnote
img-head-gary-angle
a_6
croqstyle-img-footnote
img-head-gary-straight
a_1
croqstyle-img-footnote
img-head-gary-angle
ch_A
a_7
croqstyle-img-footnote
img-head-claire-angle
a_6
croqstyle-img-footnote
img-head-claire-straight
a_1
croqstyle-img-footnote
img-head-claire-angle
ch_A
a_7
croqstyle-img-footnote
img-head-gregory-angle
a_6
croqstyle-img-footnote
img-head-gregory-straight
a_1
croqstyle-img-footnote
img-head-gregory-angle
ch_A
a_7
croqstyle-img-footnote
img-head-nicholas-angle
a_6
croqstyle-img-footnote
img-head-nicholas-straight
a_1
croqstyle-img-footnote
img-head-nicholas-angle
ch_B
a_35
empty
a_10
html-block-iframe
out-of-universe-note
scout
footer-wikiwalk-nav
ego-bar
ego-bar__link