/* Stack styles */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

.logopane {margin:0 60px 0 0;}
.logopane img {margin:20px 0;}
.menu {float:left;}
.contentleft {background:#f3741a;}
.contentleft h2, .contentleft h3, .contentleft h4 {color:white;}
.contentleft a:link, .contentleft a:visited {color:white;}
.contentleft a:active, .contentleft a:hover {color:white;}
.contentleft hr {background:white;}
.bottom {background:#221f1f;}
.bottom a:active, .bottom a:hover {color:#f3741a;}
::selection {background:#f3741a;}
a.bigbutton:link, a.bigbutton:visited {color:#f3741a;font-family:"Outfit", serif;font-weight:700;}
a.bigbutton:active, a.bigbutton:hover {color:#221f1f;}
button.bigbutton {background:#f3741a;font-family:"Outfit", serif;font-weight:700;}
button.bigbutton:hover {background:#221f1f;color:white;}
.documents a:link, .documents a:visited {color:#f3741a;font-family:"Outfit", serif;font-weight:700;}
.documents a:active, .documents a:hover {color:#221f1f;}
.newspaper-link a:link, .newspaper-link a:visited {color:#f3741a;font-family:"Outfit", serif;font-weight:700;}
.newspaper-link a:active, .newspaper-link a:hover {color:#221f1f;}
.h2-headline, .h3-headline, .h4-headline {font-family:"Outfit", serif;font-weight:500;color:#f3741a;}
.about-text h4 {color:white;}
.gblockstext h3 {text-transform:uppercase;}
.gblocks a:hover:after {background:#f3741a;}
.citation-window {background:#f3f2f2;color:#221f1f;}
.citation-content h2 {color:#221f1f;}
.citation-content hr {background:#f3741a;}
.citation-link a.bigbutton:link, .citation-link a.bigbutton:visited {color:#221f1f;}
.citation-link a.bigbutton:active, .citation-link a.bigbutton:hover {color:#f3741a;}
.flex-caption {background:linear-gradient(90deg, #221f1f 72%, white 28%);}
.flex-caption h3 {font-weight:700;text-transform:uppercase;color:#f3741a;}
.flex-caption p {font-size:36px;line-height:40px;}
.blog-sat .blog article .article-content h3 {font-size:30px;line-height:36px;}
.blog-archives {background:#f3f2f2;}
.fd-day {font-family:"Outfit", serif;font-weight:700;color:#f3741a;}
.fd-month {background-color:#f3741a;}
.blog-detail article h1 {font-family:"Outfit", serif;color:#221f1f;font-weight:500;text-transform:none;background:none;padding:0;}
.ci-header span {background:#f3741a;}
h1, h2, h3, h4, h5, h6 {font-family:"Outfit", serif;color:#221f1f;font-weight:500;text-transform:none;}
h1 {font-weight:700;letter-spacing:0.1em;font-size:18px;line-height:24px;color:#f3741a;text-transform:uppercase;}
h3 {letter-spacing:0.02em;}
h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {color:#221f1f;}
h2 a:active, h2 a:hover, h3 a:active, h3 a:hover {color:#f3741a;}
a:link, a:visited {color:#f3741a;}
a:active, a:hover {color:#f3741a;}
.content ul li::marker, .contentright ul li::marker {color:#f3741a;}
hr {background:#f3741a;height:6px;max-width:120px;}
blockquote {border-left:#f3741a solid 8px;}
blockquote, blockquote p {color:#f3741a;font-family:"Outfit", serif;font-weight:700;font-size:24px;}
nav#dnnMenu ul {margin:41px 0;}
nav#dnnMenu ul li a {font-family:"Outfit", serif;font-weight:700;font-size:20px;color:#221f1f;height:48px;line-height:48px;}
nav#dnnMenu ul li a:hover {color:#f3741a;}
nav#dnnMenu ul li.rootlevel:last-child a {background:#f3741a;color:white;border-radius:24px;padding:0 20px;}
nav#dnnMenu ul li.rootlevel:last-child a:hover {background:#221f1f;color:white;}
nav#dnnMenu ul li ul li {background:rgba(0,0,0,.9);border-radius:3px;}
.mobilemenu ul {font-family:"Outfit", serif;font-weight:700;}
.mobilemenu ul li a.disabled {color:#999;}
ul.sm-menu {display:inline-block;}
ul.sm-menu {columns:2;column-gap:40px;}
ul.sm-menu ul, ul.sm-menu li {break-inside:avoid;}
/* MEDIA QUERIES */
@media all and (max-width:980px),
            screen and (-webkit-min-device-pixel-ratio: 3.0) and (max-width: 2940px) and (orientation: portrait),
            screen and (-webkit-min-device-pixel-ratio: 2.0) and (max-width: 1960px) and (orientation: portrait) {
.flex-caption {background:#221f1f;}
}
@media screen and (max-width:640px) {
ul.sm-menu {columns:1;}
}
