<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
&lt;link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" integrity="..." crossorigin="anonymous"&gt;
&lt;link href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css" rel="stylesheet"  type='text/css'&gt;
&lt;link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"&gt;


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

main li a[href*=".pdf"]:before, main td a[href*=".pdf"]:before, main p a[href*=".pdf"]:before, main .panel-body a[href*=".pdf"]:before {
	 content: "";
	 display: inline-block;
	 margin-right: .2em;
	 background: url(/images/icons/pdf-icon-small.gif);
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: contain;
	 width: 15px;
	 height: 15px;
}


#chapters {padding-top:0;}
#chapters li {background-color:#f5f5f5; border:10px solid #ffffff; padding:1.25rem 1.25rem 2.5rem 1.25rem; font-family:"Milo"; margin:0;}
#chapters li img {background-color:#FFF; padding:1.25rem; border:1px solid #e9e9e9;width:100%;}
#chapters li h4 {text-align:center; border-bottom:1px solid #e9e9e9; padding-bottom:10px; margin-bottom:10px; color:#54585a;}
#chapters .historical {font-size:90%; font-style: italic;display:block; margin-top:15px;color:#54585a;}
#chapters .social {display: block;position: absolute;bottom: 0;left: 0;right: 0;background-color: rgba(0,0,0,.05);}
#chapters .social a {transition: .2s;color:#54585a;width: 50px;height: 30px;float:left;line-height: 30px;text-align: center;border-right: 1px solid rgba(0,0,0,.05);}
#chapters .social a:hover {color:#00b388;}

#checklist p {background-color:#f5f5f5; border:1px solid #e9e9e9; border-bottom:none;padding:10px;margin-bottom:0;}
#checklist ul {background-color:#f5f5f5; border:1px solid #e9e9e9; border-top:none; margin-top:0; padding-bottom:10px;}

#resources-list .content {
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding:2rem;
    width:100%;
    height:100%;
}

#resources-list h3 {
    color: #2c2c2c;
    margin: 0;
    padding: .5rem 0;
    font-family: Milo;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.3rem;
}

#resources-list i {
    padding-bottom: .5rem;
}

#resources-list h3 a {
    color:inherit;
}

#resources-list h3 a:hover {
    text-decoration: underline;
}

#resources-list p {
    padding: 0;
    color: #747474;
    font-size: 15px;
    line-height: 1.4rem;
}

/* grids and carousels */

.section-grid {
    list-style: none;
    margin: 2.25rem -1.25rem -1.125rem;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.container &gt; .section-grid:first-child,
script + .section-grid {
    margin-top: 0;
    margin-bottom: 0;
}

.section-grid:last-child,
.page-section .container &gt; .section-grid:last-child {
    margin-bottom: -2.25rem;
}

@media screen and (min-width: 768px) {
    .section-grid.full-width {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }
}

@media screen and (min-width: 1600px) {
    .section-grid.full-width {
        margin-left: calc((100vw - 1520px) * -.5);
        margin-right: calc((100vw - 1520px) * -.5);
    }
}

@media screen and (min-width: 1920px) {
    .section-grid.full-width {
        margin-left: -200px;
        margin-right: -200px;
    }
}
.section-grid &gt; li {
    margin-bottom: 2.25rem;
}

.section-grid .grid-image-wrapper {
    overflow: visible;
    position: relative;
    z-index: auto;
}

.section-grid .grid-image-wrapper:before {
    box-shadow: 0 15px 25px -10px rgba(84, 88, 90, 0.5);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.25s ease;
    width: 100%;
}

.section-grid .grid-anchor:hover .grid-image-wrapper:before {
    opacity: 1;
}

.section-grid .grid-image {
    transition: transform 0.25s ease;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
            transform: perspective(1000px) translate3d(0, 0, 0);
}

.section-grid .grid-anchor:hover .grid-image {
    -webkit-transform: perspective(1000px) translate3d(0, 0, 15px);
            transform: perspective(1000px) translate3d(0, 0, 15px);
}

.section-grid img {
    display: block;
    position: relative;
}

.section-grid img[src*=".svg"] {
    height: 4.5rem;
    width: 4.5rem;
}

.theme-slate .section-grid img[src*="icon"][src*=".svg"],
.theme-brick .section-grid img[src*="icon"][src*=".svg"] {
    filter: invert(1);
}

.section-grid h3 {
    line-height: 2.5rem;
    margin: 1rem 0 .5rem;
}

.section-grid h4 {
    line-height: 1.75rem;
    margin: 1rem 0 .25rem;
}

.section-grid h5 {
    line-height: 1.5rem;
    margin: .75rem 0 .25rem;
}

.section-grid &gt; :not(.col-sm-6) p,
.section-grid &gt; :not(.col-sm-6) .teaser,
.section-grid &gt; :not(.col-sm-6) .slide-teaser {
    font-size: 1.125rem; 18px
    line-height: 1.33333333333333em;
    line-height: calc(1.5em - 3px);
    margin: 0;
}

.section-grid .teaser p + p {
    margin-top: calc((1.5em - 3px) / 3);
}

.section-grid .icon {
    height: 4.5rem;
    width: 4.5rem;
}

.section-grid a:hover + h3 a,
.section-grid a:hover + h4 a {
    color: #960C22;
}

.theme-slate .section-grid a:hover + h3 a,
.theme-slate .section-grid a:hover + h4 a,
.theme-brick .section-grid a:hover + h3 a,
.theme-brick .section-grid a:hover + h4 a {
    color: #fff9d9;
}

#social .crt-widget .crt-post {
    background-color: #292929;
    border: 1px solid rgba(0,0,0,.3);
}

#social .crt-social-icon svg {
    color: rgb(255 255 255 / 25%);
    width: 16px;
}

.crt-widget .crt-post-fullname a {
    color:inherit;
    text-decoration: none;
}

#social .crt-post-footer {
    background-color: #242424;
}


#social .crt-post-date a:hover {
    color:#f6be00;
}

#social .crt-widget .crt-post-text {
    color:#bababa;
    color: rgba(255,255,255,.7);
    padding: 0.75rem 2.25rem 1.125rem 2.25rem;
    font-size: 16px;
    line-height: 1.3em;
    text-align: left;
}

#social .crt-post .crt-post-header {
    padding: 0;
    margin: 0;
    color: #2b2b2b;
    position: inherit;
    text-align: inherit;
}

#social .crt-post .crt-post-header .crt-social-icon {
    padding-top: 16px;
    transition: .2s;
    margin: 0;
    display: inline-block;
    line-height: 1;
    position: absolute;
    left: 2.25rem;
    pointer-events: none;
}

#social .crt-post .crt-post-fullname {
    color: rgb(255 255 255 / 25%);
    padding-left: 3.75rem;
    padding-right: 2.25rem;
    font-size: 14px;
    position: relative;
    top: 10px;
}

#social .crt-post-title {
    margin: 0px;
    color: rgba(255,255,255,.7);
    line-height: 1.2em;
    font-weight: normal;
    text-align: left;
    padding: 0.75rem 2.25rem 1.125rem 2.25rem;
    padding-bottom: 0;
}

#social .crt-image-carousel {
    opacity: 30%;
    right: 2.25rem;
    left: auto;
}

#social .crt-post-footer {
    /*display:none;*/
}

#social .crt-post-footer .crt-post-userimage {
    display:none;
}

#social .crt-post-username {
    display: none;
}

#social .crt-widget .crt-post-date a {
    color: #999;
}

#social .crt-widget .crt-post-footer .crt-post-share a {
    color: #999;
}

#social .crt-widget .crt-post-footer .crt-post-share a:focus {
    opacity: 1;
}

#social #curator-feed-default-feed-layout :focus { 
    outline-width:0;
    outline-color: rgba(204, 204, 204, 0.8);
}

#social .crt-post-footer {
    text-align:left;
}

#social .crt-post-date {
    margin-left: 2.25rem;
}

#social .crt-post-share {
    right: 2.25rem;
}

#social .crt-widget .crt-post-text a {
    color:#FFFFFF;
    transition:0s;
}

#social .crt-widget .crt-post-text a:hover, .crt-widget .crt-post-text a:focus {
    color: #f6be00;
    text-decoration:underline;
}

#social .crt-widget-waterfall .crt-post {
    margin: 2.25rem 1.125rem;
}

#social .crt-widget .crt-post {
    font-size: 18px;
    background-color: rgba(255,255,255,.02);
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}


#social .crt-post .crt-post-border {
    border: none;
    border-radius: 0px;
}

#social .crt-feed-spacer {
    display: none;
}

#social .crt-widget.crt-widget-branded .crt-logo {
    display: block;
    position: absolute;
    bottom: 0;
    right: 1.125rem;
    font-size: .8em;
    z-index: 999;
    color: rgba(255,255,255,.9);
    text-decoration: none;
}


#social {
    background-color:#1f1f1f;
    position:relative;
}

 #social #icons {
	display:inline-block;
	margin-top:5px;
}
 #social #icons a {
	display: inline-block;
}
 #social #icons .fa, #social #icons .fab {
	color:#888;
	 font-size: 30px;
	 padding:0 10px;
	transition:.2s;
}
 #social #icons .fa:hover, #social #icons .fab:hover {
	color:#F6BE00
}

#social {
    background-color:#f5f5f5;
    position:relative;
}

#social h2 {
    color:#54585a;
}


#social .crt-widget .crt-post {
    font-size: 18px;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#social .crt-social-icon svg {
    width: 16px;
}



#social .crt-post-footer {
    background-color: rgb(0 0 0 / 2%);
}


#social .crt-post-date a:hover {
    color:#000000;
}

#social .crt-widget .crt-post-text {
    color: #54585a;
    padding: 0.75rem 2.25rem 1.125rem 2.25rem;
    font-size: 16px;
    line-height: 1.3em;
    text-align: left;
}

#social .crt-post .crt-post-header {
    padding: 0;
    margin: 0;
    color: #2b2b2b;
    position: inherit;
    text-align: inherit;
}

#social .crt-post .crt-post-header .crt-social-icon {
    color: #000;
    padding-top: 16px;
    opacity: 50%;
    transition: .2s;
    margin: 0;
    display: inline-block;
    line-height: 1;
    position: absolute;
    left: 2.25rem;
    pointer-events: none;
}

#social .crt-post .crt-post-fullname {
    font-size: 14px;
    position: relative;
    top: 10px;
    opacity: 50%;
    padding-left: 3.75rem;
    padding-right: 2.25rem;
}

#social .crt-post-title {
    margin: 0px;
    color: rgba(255,255,255,.7);
    line-height: 1.2em;
    font-weight: normal;
    text-align: left;
    padding: 2.25rem;
    padding-bottom: 0;
    margin-bottom:-1.125rem;
}

#social .crt-image-carousel {
	 opacity: 30%;
	 right: 2.25rem;
	 left: auto;
}

#social .crt-post-footer {
    border-top: 1px solid rgb(0 0 0 / 1%);
}

#social .crt-post-footer .crt-post-userimage {
    display:none;
}

#social .crt-post-username {
    display: none;
}

#social .crt-widget .crt-post-footer .crt-post-share a {
    color: #999;
}

#social .crt-widget .crt-post-footer .crt-post-share a:focus {
    opacity: 1;
}

#social #curator-feed-default-feed-layout :focus { 
    outline-width:0;
    outline-color: rgba(204, 204, 204, 0.8);
}

#social .crt-post-footer {
    text-align:left;
}

#social .crt-post-date {
    margin-left: 2.25rem;
}

#social .crt-post-share {
    right: 2.25rem;
}

#social .crt-widget .crt-post-text a {
    color: #c8102e;
    transition:.1s;
}

#social .crt-widget .crt-post-text a:hover, .crt-widget .crt-post-text a:focus {
    color: #c8102e;
    text-decoration:underline;
}

#social .crt-widget-waterfall .crt-post {
    margin: 2.25rem 1.125rem;
}




#social .crt-post .crt-post-border {
    border: none;
    border-radius: 0px;
}

#social .crt-feed-spacer {
    display: none;
}

#social .crt-widget.crt-widget-branded .crt-logo {
    display: block;
    position: absolute;
    bottom: 0;
    right: 1.125rem;
    font-size: .8em;
    z-index: 999;
    color: rgba(255,255,255,.9);
    text-decoration: none;
}




 #social #icons {
	display:inline-block;
	margin-top:5px;
}
 #social #icons a {
	display: inline-block;
}
 #social #icons .fa, #social #icons .fab {
	color:#54585a;
	font-size: 30px;
	padding:0 10px;
	transition:.1s;
}
 #social #icons .fa:hover, #social #icons .fab:hover {
	color:#F6BE00
}

/* grids and carousels */

.section-grid {
    list-style: none;
    margin: 2.25rem -1.25rem -1.125rem;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.container &gt; .section-grid:first-child,
script + .section-grid {
    margin-top: 0;
    margin-bottom: 0;
}

.section-grid:last-child,
.page-section .container &gt; .section-grid:last-child {
    margin-bottom: -2.25rem;
}

@media screen and (min-width: 768px) {
    .section-grid.full-width {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }
}

@media screen and (min-width: 1600px) {
    .section-grid.full-width {
        margin-left: calc((100vw - 1520px) * -.5);
        margin-right: calc((100vw - 1520px) * -.5);
    }
}

@media screen and (min-width: 1920px) {
    .section-grid.full-width {
        margin-left: -200px;
        margin-right: -200px;
    }
}
.section-grid &gt; li {
    margin-bottom: 2.25rem;
}

.section-grid .grid-image-wrapper {
    overflow: visible;
    position: relative;
    z-index: auto;
}

.section-grid .grid-image-wrapper:before {
    box-shadow: 0 15px 25px -10px rgba(84, 88, 90, 0.5);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.25s ease;
    width: 100%;
}

.section-grid .grid-anchor:hover .grid-image-wrapper:before {
    opacity: 1;
}

.section-grid .grid-image {
    transition: transform 0.25s ease;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
            transform: perspective(1000px) translate3d(0, 0, 0);
}

.section-grid .grid-anchor:hover .grid-image {
    -webkit-transform: perspective(1000px) translate3d(0, 0, 15px);
            transform: perspective(1000px) translate3d(0, 0, 15px);
}

.section-grid img {
    display: block;
    position: relative;
}

.section-grid img[src*=".svg"] {
    height: 4.5rem;
    width: 4.5rem;
}

.theme-slate .section-grid img[src*="icon"][src*=".svg"],
.theme-brick .section-grid img[src*="icon"][src*=".svg"] {
    filter: invert(1);
}

.section-grid h3 {
    line-height: 2.5rem;
    margin: 1rem 0 .5rem;
}

.section-grid h4 {
    line-height: 1.75rem;
    margin: 1rem 0 .25rem;
}

.section-grid h5 {
    line-height: 1.5rem;
    margin: .75rem 0 .25rem;
}

.section-grid &gt; :not(.col-sm-6) p,
.section-grid &gt; :not(.col-sm-6) .teaser,
.section-grid &gt; :not(.col-sm-6) .slide-teaser {
    font-size: 1.125rem; 18px
    line-height: 1.33333333333333em;
    line-height: calc(1.5em - 3px);
    margin: 0;
}

.section-grid .teaser p + p {
    margin-top: calc((1.5em - 3px) / 3);
}

.section-grid .icon {
    height: 4.5rem;
    width: 4.5rem;
}

.section-grid a:hover + h3 a,
.section-grid a:hover + h4 a {
    color: #960C22;
}

.theme-slate .section-grid a:hover + h3 a,
.theme-slate .section-grid a:hover + h4 a,
.theme-brick .section-grid a:hover + h3 a,
.theme-brick .section-grid a:hover + h4 a {
    color: #fff9d9;
}


#resources-list .content {
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 2rem;
    width: 100%;
    height: 100%;
}

#resources-list h3 {
    color: #2c2c2c;
    margin: 0;
    padding: .5rem 0;
    font-family: Milo;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.3rem;
}

#resources-list i {
    padding-bottom: .5rem;
    display: block;
    font-size: 1.5rem;
    color: #333;
}

#resources-list h3 a {
    color: inherit;
    text-decoration: none;
}

#resources-list h3 a:hover {
    text-decoration: underline;
}

#resources-list p {
    padding: 0;
    color: #747474;
    font-size: 15px;
    line-height: 1.4rem;
}</pre></body></html>