:root {
    --color1: #000000;
    --color2: #ededed;
    --color3: #ffd000;
    --bs-light-rgb: 237,237,237;
}

html, body, p {
    font-family: 'Public Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Unica One';
}

h1, .h1 {
    font-size:3.5rem;
}
h2, .h2 {
    font-size:2.8rem;
}
.subpage h2 {
    color:var(--color3);
}

.subpage h1 {
    line-height: 0.7;
    margin: 0;
}

.color1 { color: var(--color1) !important;}
.color2 { color: var(--color2) !important;}
.color3 { color: var(--color3) !important;}

.bg-yellow {
    background-color: var(--color3);
}
a:hover {
    color: var(--color1);
}

.chev1:before {
    content: "";
    background-image: url(../img/chevron-c1.svg);
    background-repeat: no-repeat;
    background-size: 10px 20px;
    width: 15px;
    height: 22px;
    margin-left: -20px;
    position: absolute;
    margin-top: 10px;
}

h1.chev1:before, .h1.chev1.before {
    margin-top: 14px;
}

.chev2:before {
    content: "";
    background-image: url(../img/chevron-c2.svg);
    background-repeat: no-repeat;
    background-size: 10px 20px;
    width: 15px;
    height: 22px;
    margin-left: -20px;
    position: absolute;
    margin-top: 10px;
}

.eventline.chev2:before {
    background-size: 8px 20px;
}

h1.chev2:before, .h1.chev2:before {
    margin-top: 15px;
    line-height: 1;
}

.chev3:before {
    content: "";
    background-image: url(../img/chevron-c3.svg);
    background-repeat: no-repeat;
    background-size: 10px 20px;
    display: inline-block;
    width: 15px;
    height: 22px;
    margin-left: -15px;
}

.leftcol {
    text-align: end;
}

.leftcol img {
    max-width: 914px;
    width: 100%;
    height: auto;
}

.rightcol h1 {
    margin-bottom:0;
    line-height: 1.2;
}

a {
    text-decoration: none;
    color: var(--color1);
}

.leadin {
    font-size:1.2rem !important;
}

.copya {
    font-size:1.0em !important;
}

.copyb {
    font-size:0.9rem !important;
}

.small {
    font-size: 0.8rem !important;
}

#logo { width:122px;}

header {

}

#main {
    height: 600px;
}

#navbtn {
    margin-right:28px;
    margin-left:28px;
}
#navbtn img {
    width: 32px;
    cursor: pointer;
}

#langbtn {
    line-height: 1.12;
}

#langbtn a.active { font-weight: bold;}

#menu {
    margin-top: 15px;
    padding:51px 36px 28px 36px;
    border-bottom: 7px solid var(--color3);
    background-color: var(--color2);
    display: none;
}

ul.nav li.nav-item:first-child .nav-link {
    padding-top:0;
}

.nav-link {
    color: var(--color1);
    padding-left:0;
    padding-right: 0;
}

.menubottomnav {
    font-size:0.8rem;
}

.subnav a {
    font-weight: bold;
    margin-right:1.5rem;
}
.subnav > div:last-child a {
    margin-right:0;
}

#headerblock {
    margin-bottom: 57px;
}

.block1 p, .block2 p {
    margin:0;
}

.block2 .h1, .block3 .h1 {
    margin-bottom:0;
    line-height: 1;
}

.block3 {
    margin-top: 4rem!important;
}

.navline {

}

.block3 .navline a {
    border-bottom: 6px solid var(--color3);
    display: block;
}

.block3 .navline a:hover {
    background-color: var(--color3);
    border-bottom: none;
}

img.totop {
    max-width:50px;
}

footer .bg-light {
    height:67px;
}

footer .menubottomnav {
    padding:0px 36px;
}

.footerheader span {
    display: inline-block;
}

.footerheader span.chev1 {
    margin-left:30px;
}

.footerheader span.chev1:before {
    margin-left: -15px;
    margin-top: 18px;
}

.socialbar img { height:44px;}
.breadcrumb {margin-bottom:0; text-transform: uppercase;}
.backlink img { width:1rem; margin-left:5px;}

.sublineyellow { border-bottom: 1px solid var(--color3);}

.subpage p {
    font-size: 0.9rem;
}

.accordion-item {
    border:0;
    margin-top:1rem;
}

.accordion-header {
    font-size:0.9rem;
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 0.5rem;
    cursor: pointer;
    padding-left:20px;

}
.accordion-header:before {
    content: "-";
    font-size: 2rem;
    position: absolute;
    margin-top: -12px;
    margin-left: -20px;
}


.accordion-header.collapsed:before {
    content: "+";
    margin-top: -5px;
    font-size: 1.5rem;
}

.accordion-body {
    border-bottom: 1px solid #000;
}

.pagesubnav {
    padding-left:20px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.pagesubnav h3 {
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
}

.pagesubnav.pagecontent h3 {
    font-family: 'Public Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 0.9rem;
}





