/* Klassic styles */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

html {scroll-padding-top:200px;}
::selection {background:#f0a02e;}
.contentleft {background:#0a6c98;}
.contentleft h3, .contentleft h4 {color:white;}
.logopane img {margin:20px 0;}
.toppane {min-height:120px;}
a.bigbutton:link, a.bigbutton:visited {background:#f0a02e;font-family:"Poppins", sans-serif;font-weight:700;font-size:20px;border-radius:27px;}
a.bigbutton:active, a.bigbutton:hover {background:#0a6c98;}
.h2-headline, .h3-headline, .h4-headline {font-family:"Poppins", sans-serif;font-weight:700;text-transform:none;color:#282828;}
.documents a:link, .documents a:visited {font-family:"Poppins", sans-serif;font-weight:700;color:#0a6c98;font-size:20px;}
.documents a:active, .documents a:hover {color:#f0a02e;}
.newspaper-link a:link, .newspaper-link a:visited {font-family:"Poppins", sans-serif;font-weight:700;color:#0a6c98;font-size:20px;}
.newspaper-link a:active, .newspaper-link a:hover {color:#f0a02e;}
.slider-container {height:640px;}
.rs-mask .rslides li:after {background:rgba(255,255,255,.75);}
.rslides li .caption {max-width:60%;left:50%;transform:translate(-50%,-50%);}
.rslides li .caption h2 {font-size:72px;font-weight:700;text-transform:none;letter-spacing:0;color:#0a6c98;}
.rslides li .caption h3 {font-size:30px;color:#0a6c98;}
.rslides li .caption h3 strong {background:#f0a02e;padding:0 10px;color:white;}
.rslides li .caption p {font-size:24px;color:#0a6c98;}
.topimageheader {height:400px;}
.topimageheader .caption h2 {font-size:72px;font-weight:700;text-transform:none;letter-spacing:0;}
.topimageheader .caption h3 {font-size:30px;color:white;}
.bottom {background:white;color:#282828;}
.bottom .h4-headline {color:#282828}
.bottom a:link, .bottom a:visited {color:#282828;}
.bottom a:active, .bottom a:hover {color:#f0a02e;}
.socialicons a:link, .socialicons a:visited {background:#0a6c98 !important;color:white;}
.socialicons a:active, .socialicons a:hover {background:#f0a02e !important;color:white;}
h1, h2, h3, h4, h5, h6 {font-family:"Poppins", sans-serif;font-weight:700;text-transform:none;color:#282828;}
h1 {font-family:'Poppins', sans-serif;font-weight:400;}
h2 {font-size:50px;line-height:54px;}
h3 {font-family:'Poppins', sans-serif;font-weight:600;font-size:40px;line-height:44px;}
h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {color:#282828;}
h2 a:active, h2 a:hover, h3 a:active, h3 a:hover {color:#f0a02e;}
a:link, a:visited {color:#282828;text-decoration:underline;}
a:active, a:hover {color:#f0a02e;}
hr {background:#f0a02e;}
blockquote {border-left:#0a6c98 solid 10px;}
blockquote, blockquote p {font-size:20px;line-height:30px;font-weight:700;color:#0a6c98;}
.content ul li::marker, .contentright ul li::marker {color:#f0a02e;}
nav#dnnMenu ul {margin:34px 0;}
nav#dnnMenu ul li a {font-family:"Poppins", sans-serif;font-weight:700;font-size:18px;color:#0a6c98;text-transform:none;height:48px;line-height:48px;}
nav#dnnMenu ul li a:hover {color:#f0a02e;}
nav#dnnMenu ul li.rootlevel:first-child {display:none;}
nav#dnnMenu ul li.rootlevel:last-child a {background:#0a6c98;color:white;border-radius:24px;padding:0 20px;}
nav#dnnMenu ul li.rootlevel:last-child a:hover {background:#f0a02e;color:white;}
nav#dnnMenu ul li ul li {background:rgba(240,160,46,.9);}
nav#dnnMenu ul li ul li a:hover {color:#0a6c98;}
.mobilemenu ul {font-family:"Poppins", sans-serif;font-weight:700;background:white;}
.mobilemenu ul li a {color:#0a6c98;}
.mobilemenu ul li a:hover {color:#f0a02e;}
.mobilemenu ul li a.disabled {color:#ccc;}
.gblockswrapper {margin:0 auto 80px;padding:80px 0 0 0;}
.gblocks {justify-content:center;margin:40px 0 0 0;}
.gblocks a {flex:initial;margin:0 7px 14px;background:none;position:relative;}
.gblocks a:nth-child(even) {background:none;}
.gblocks a:hover {background:none;}
.gblocks a:after {
    position: absolute;
    width: 100%;
    height: 200px;
    content: "";
    left: 0;
    bottom: 0;
    z-index: 1000;
    transition: all .2s ease-in-out 0s;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}
.gblockstext {position:absolute;z-index:1100;bottom:40px;left:0;margin:0 12px 0 24px;padding:0;}
.gblockstext h2 {font-size:40px;line-height:40px;margin:0;}
.gblockstext h3 {font-size:24px;line-height:30px;font-weight:400;margin:12px 0 0 0;color:white;}
.gblocks a:hover:after {
    height: 100%;
    opacity: 0.8;
    transition: all .2s ease-in-out 0s;
    background: #0a6c98;
}
.citation-window {background:#373737;}
.citation-content {max-width:1070px;margin:0 auto;}
.blogsat article h2 {font-size:30px;line-height:32px;}
.fd-day {font-family:"Poppins", sans-serif;font-weight:700;color:#0a6c98;}
.fd-month {background-color:#0a6c98;}
.blog-detail article h1 {font-family:"Poppins", sans-serif;font-weight:700;font-size:50px;line-height:54px;color:#282828;}
.blog-archives {background:#f2f2f2;}
.ci-header span {background:#f0a02e;}
.labelswrapper {margin:0 0 100px 0;}
.labels {padding:20px 0 0 0;}
.flexcontent-div {margin:0 0 60px 0;}
.contactform {max-width:1070px;margin:0 auto 60px;}
.linkswrapper {max-width:1070px;margin:0 auto;}
.gallery-wrapper {padding:40px 0 0 0;}
@media screen and (max-width:1580px) {
.logopane {float:none;text-align:center;}
.menu {float:none;margin:0 0 20px 0;}
nav#dnnMenu ul {display:flex;justify-content:center;flex-wrap:wrap;margin:0;}
}
@media screen and (max-width:1380px) {
.gblockstext h2 {font-size:36px;line-height:40px;}
.gblockstext h3 {font-size:20px;line-height:24px;}
}
@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) {
.rslides li .caption h2 {font-size:60px;}
.topimageheader .caption h2 {font-size:60px;}
}
@media screen and (max-width:640px) {
.rslides li .caption {max-width:none;left:auto;transform:translateY(-50%);}
.rslides li .caption h2 {font-size:40px;line-height:48px;padding:0 20px;}
.rslides li .caption h3, .rslides li .caption p {padding:0 20px;}
.topimageheader .caption h2 {font-size:40px;line-height:48px;padding:0 20px;}
h2 {font-size:40px;line-height:48px;}
}
