/* Stack 2024 styles */
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');

.logopane img {margin:20px 0;}
.bottom {background:#24899c;}
.bottom a:active, .bottom a:hover {color:black;}
::selection {background:#c2cf00;}
::-moz-selection {background:#c2cf00;}
a.bigbutton:link, a.bigbutton:visited {color:#c2cf00;font-family:"Fredoka", sans-serif;font-weight:500;}
a.bigbutton:active, a.bigbutton:hover {color:black;}
button.bigbutton {background:#c2cf00;font-family:"Fredoka", sans-serif;font-weight:500;}
button.bigbutton:hover {background:black;color:white;}
.documents a:link, .documents a:visited {color:#24899c;font-family:"Fredoka", sans-serif;font-weight:500;font-size:18px;}
.documents a:active, .documents a:hover {color:black;}
.newspaper-link a:link, .newspaper-link a:visited {color:#24899c;font-family:"Fredoka", sans-serif;font-weight:500;font-size:18px;}
.newspaper-link a:active, .newspaper-link a:hover {color:black;}
.h2-headline, .h3-headline, .h4-headline {font-family:"Fredoka", sans-serif;font-weight:500;color:#24899c;text-transform:none;}
.about-text h4 {color:white;}
.gblocks a:hover:after {background:#24899c;}
.gblockstext {width:100%;margin:0;padding:0 24px;text-align:center;box-sizing:border-box;}
.citation-window {background:#c2cf00;}
.citation-link a.bigbutton:active, .citation-link a.bigbutton:hover {color:#24899c;}
.flex-caption {background:linear-gradient(90deg, #24899c 72%, white 28%);}
.flex-caption h3 {font-size:24px;}
.topimageheader {background:#24899c !important;}
.topimageheader .caption h3 {font-size:24px;}
.tih-mask:after {display:none;}
.ci-header span {background:#24899c;}
.ci-content h3 {font-size:30px;line-height:normal;}
.contact-map {padding-top:20px;}
.fd-day {font-family:"Fredoka", sans-serif;font-weight:500;color:#24899c;}
.fd-month {background-color:#24899c;}
.blog-detail article h1 {font-family:"Fredoka", sans-serif;font-weight:500;color:#24899c;}
h1, h2, h3, h4, h5, h6 {font-family:"Fredoka", sans-serif;font-weight:500;color:#333;text-transform:none;}
h1 {font-size:30px;}
h2 {color:#24899c;}
h3 {font-size:36px;line-height:40px;}
h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {color:#24899c;}
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover {color:#333;}
a:link, a:visited {color:#24899c;}
a:active, a:hover {color:black;}
.content ul li:before, .contentright ul li:before {color:#24899c;}
li p {line-height:24px;}
hr {background:#c2cf00;}
blockquote {border-left:#24899c solid 10px;}
blockquote, blockquote p {color:#24899c;font-family:"Fredoka", sans-serif;font-weight:500;font-size:21px;}
ul.megamenu {margin:40px 0;}
ul.megamenu a {font-family:"Fredoka", sans-serif;height:60px;line-height:60px;margin:0;padding:0 15px;font-size:21px;font-weight:500;color:#24899c;text-transform:none;}
ul.megamenu li.level0:hover a, ul.megamenu li.level0 a:hover, .megahover {color:#333;}
ul.megamenu .current a {color:#24899c;}
ul.megamenu li.menufirst {display:none;}
ul.megamenu li .sub {background:rgba(36,137,156,0.9);min-width:200px;}
#megamenu li.sublink {border-bottom:rgba(255,255,255,0.2) solid 1px;}
#megamenu li.sublink:last-child {border-bottom:0;}
#megamenu li.sublink a {font-size:21px;height:36px;line-height:36px;color:white;}
#megamenu li.sublink a:hover {color:#333;}
.mobilemenu ul {font-family:"Fredoka", sans-serif;}
.mobilemenu ul li a.disabled {color:#bbb;}
.mobilemenu ul li ul {padding:0;}
ul.sm-menu {display:inline-block;}
ul.sm-menu {columns:3;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:#24899c;}
}
/* for 640px and less */
@media screen and (max-width:640px) {
ul.sm-menu {columns:1;}
}