<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*KYLE*/

li &gt; ul, li &gt; ol, li &gt; dl {
    margin-top: 0px;
}

#page header h1 {
    font-size: 4rem !important;
    text-transform: none;
}

#content-well h2, #content-well h3, #content-well h4, #content-well h5 {
    max-width:740px;
}


#content-well h2 {
    font: 3rem 'League Gothic', sans-serif;
    line-height: 1;
}

#content-well p, #content-well ol, #content-well ul {
    max-width: 740px;
    }
    
#content-well p a, #content-well ul:not(.toc) a, #content-well ol a {
    text-decoration:underline;
}

.yellow-bullet {
    position: relative;
    padding-left: calc(0.5em + 15px);
}

.yellow-bullet::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0.6rem;
    background-color: #f6be00;
    height: 0.5em;
    width: 0.5em;
}

/*(not)KYLE*/

h3 {font: 1.625rem 'Milo', sans-serif;	 font-weight: bold;}
h2:not(.site-title) {font: 3.375rem 'League Gothic', sans-serif;}


/* Image Styling */
 img.imgBox {
	 border: 1px solid #000;
	 padding: 64px;
}
 .imgBox {
	 border: 1px solid #000;
	 padding: 5%;
}



/* Brand Style Guide */
.color-box {
    margin:10px;
    padding:90px 20px;
    width:220px;
    height:220px;
    font-size:.8rem;
}
.red {
    background: #c8102e;
    color:#fff;
}
.teal {
    background: #00b388;
}
.gold {
    background: #f6be00;
}
.grey {
    background: #888b8d;
}
.cream {
    background: #fff9d9;
    border: 1px solid #000;
}
.white {
    background: #ffffff;
    border: 1px solid #000;
}
.brick {
    background: #960c22;
    color:#fff;
}
.green {
    background: #00866c;
    color:#fff;
}
.mustard {
    background: #d89b00;
}
.slate {
    background: #54585a;
    color:#fff;
}
.chocolate {
    background: #640817;
    color:#fff;
}
.forest {
    background: #005950;
    color:#fff;
}
.ocher {
    background: #b97800;
}
.black {
    background: #000000;
    color:#fff;
}
</pre></body></html>