/* #region  Globals */
* {
    font-family: 'Montserrat';
}

.textline {
    height: 5px;
    background-color: #dba752;
}

.mainlink {
    font-weight: bold;
    font-size: 18px;
    background-color: #193540;
    color: #fff;
    border: 2px solid #193540;
    padding: 10px 30px;
}

.mainlink:hover {
    background-color: transparent;
    color: #193540;
}

.boxbox {
    margin-left: auto;
    margin-right: auto;
}

p,
ul li {
    line-height: 1.3;
    font-size: 1.25rem;
}

ul li {
    list-style-type: square;
}

ul li::marker {
    color: #dbad26;
}

h2 {
    font-size: 3rem;
    font-weight: 600;
}

h3 {
    font-size: 2.5rem;
    font-weight: 600;
}

h4 {
    font-size: 2rem;
    font-weight: 600;
}

h5 {
    font-size: 1.5rem;
    font-weight: 600;
}



@media only screen and (max-width:1500px) {
    .mainlink {
        font-size: 18px;
    }
}

@media only screen and (max-width:1200px) {
    .pad {
        padding: 30px;
    }

    .padbig {
        padding: 60px;
    }
}

@media only screen and (max-width:800px) {
    .padbig {
        padding: 30px;
    }

    .homeback {
        padding: 0;
    }
}

/* #endregion */

/* #region Header & Nav */

.headerA {
    background-color: transparent;
    margin-top: 2rem;
    transition: all .2s;
}

.headerA .vertspace {
    width: 2px;
    height: 10px;
    border-right: 2px dotted rgba(255, 255, 255, .5);
}

.headerA .mainheader {
    height: auto;
    padding-left: 0;
}

.headerA .socials .social {
    color: #fff;
    font-size: 32px;
    opacity: .6;
}

.headerA .socials .social:hover {
    opacity: 1;
}

.headerA .socials .connect {
    font-weight: bold;
    cursor: pointer;
    transition: all .2s;
}

.headerA .socials .connect:hover {
    color: #fff;
}

.headerA .logo img {
    height: 5rem;
    transition:all .2s;
}

.headerA nav .mainmenu {
    padding: 0;
    margin-left: 0;
}

.headerA nav .mainmenu:hover .lower {
    background-color: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, .22);
    top: 62px;
}

.headerA nav .mainmenu:hover .top {
    background-color: #fff;
    color: #343434;
}

.headerA nav .toplink,
.headerA nav .mainmenu .top {
    color: #fff;
    border-radius: 0;
    padding: 1rem 2rem;
    text-align: center;
    height: auto;
    border: 0;
    position: relative;
    margin-left: 0;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.headerA nav .toplink:hover,
.headerA nav .mainmenu .top:hover {
    background-color: #fff;
    color: #343434;
    border: 0;
}

.headerA nav .toplink:hover {
    background-color: #dba752;
    color: #fff;
}

.headerA nav .toplink:last-of-type {
    margin-right: -1rem;
}

.headerA nav .mainmenu .lower {
    left: 0;
}

.headerA nav .mainmenu:hover .lower {
    top: 3.4rem;
}

.scrolled nav .mainmenu:hover .lower {
    top: 2rem;
}

.headerA nav .mainmenu .lower a {
    padding: 15px;
    color: #343434;
}

.headerA nav .mainmenu .lower a:hover {
    background-color: #dba752;
    color: #fff;
}

.headerA .subheader {
    color: #fff;
    border-bottom: 0;
    position: relative;
    z-index: 2;
    font-weight: normal;
    padding: 7px 15px;
    height: auto;
}

.headerA .subheader .mail {
    color: #fff;
}

.headerA .subheader .mail span {
    color: #dba752;
}

.headerA .subheader {
    color: #878c8f;
}

.headerA .subheader .quote a {
    color: #dba752;
    font-weight: bold;
}

.headerA .subheader .quote span {
    color: #fff;
    font-weight: bold;
}

.headerA .subheader .metals span {
    font-weight: bold;
    color: #fff;
}

.headerA .subheader .contact a {
    color: #343434;
    font-weight: 600;
}

.headerA .subheader .contact a span {
    color: #dba752;
    transition: all .2s;
}

.headerA .subheader .contact a:hover {
    color: #dba752;
}

.headerA .mailopen {
    display: block;
    cursor: pointer;
}

@media only screen and (max-width:1300px) {
    .headerA .subheader {
        display:none !important;
    }
    .headerA .smallopen {
        color: #fff;
        padding: 10px;
        font-size: 4rem;
    }

    .headerA .subgrow {
        display: flex;
        justify-content: space-between;
    }

    .headerA .subheader {
        width: 800px;
        background-color: unset;
    }

    .headerA nav {
        background-color: rgba(72, 86, 85, 0.95);
        height:100vh;
    }

    .headerA nav .toplink:hover,
    .headerA nav .mainmenu .top:hover {
        background-color: unset;
    }

    .mailopen {
        background-color: #dba752;
        color: #fff;
    }
}

@media only screen and (max-width:900px) {
    .headerA .metals {
        display: none;
    }

    .headerA .vertspace {
        display: none;
    }

    .headerA .subheader {
        width: auto;
    }
}

@media only screen and (max-width:800px) {
    .headerA .subheader .contact a:first-of-type {
        display: none;
    }
    .headerA {
        margin-top:1rem;
    }
    .headerA .logo img {
        height:3rem;
    }
    .headerA.scrolled .logo img {
        height:2.5rem;
    }
}

@media only screen and (max-width:600px) {
    .headerA .subheader .quote div:last-of-type {
        display: none;
    }
}

/* #endregion */

/* #region Subpage Header */
.subpage .mainheader {
    background-color: transparent;
    box-shadow: unset;
}

.subpage nav .mainmenu .top {
    color: #fff;
}

.subpage nav .mainmenu:hover .top {
    color: #dba752;
}

.subpage nav .toplink {
    color: #fff;
}

.subpage .subheader {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.subpage .subheader .contact a {
    color: #fff;
}

.subpage .mainheader .smallopen {
    color: #343434;
    font-size: 36px;
}

@media only screen and (max-width:900px) {
    .subpage .subheader {
        background-color: #f9f9f9;
    }

    .subpage .subheader .contact a {
        color: #343434;
    }

    .subpage .mainheader {
        background-color: #fff;
    }
}

/* #endregion */

/* #region  Scrolled Header */

.scrolled {
    background-color: rgba(72, 86, 85, 0.9);
    backdrop-filter: blur(10px);
    margin-top: 0;
}

.scrolled .mainheader {
    margin-bottom: 0;
    background-color: transparent;
}

.scrolled nav .toplink:hover {
    color: #fff;
}

.scrolled .logo img {
    height:4rem;
    margin-top:0.5rem;
}

/* #endregion */

/* #region  Hero */
.hero {
    background-image: url('images/2024-12/bg_hero.jpg');
    background-size: cover;
    background-position: center top;
    text-align: center;
    height: 100vh;
}

.hero h1 {
    font-size: 4rem;
    line-height: 4rem;
    color: #fff;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .33);
    font-weight: normal;
}

.hero h1 span.bold {
    font-weight: bold;
}

.hero h1 span.gold {
    color: #dba752;
}

.hero .heroscroll {
    background-image: url('images/hero_mouse.png');
    background-position: center top 1rem;
    background-repeat: no-repeat;
    padding-top: 4rem;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: bold;
}

.hero .heroscroll.scrolled {
    opacity: 0;
    transform: translateY(-2rem);
}

.hero .mainlink:hover {
    padding-left: 50px;
    padding-right: 50px;
}

.hero .boxbox {
    position:relative;
    z-index:2;
}

.hero .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    overflow: hidden;
}

.hero .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero .botgrad {
    background: linear-gradient(to bottom, rgba(72, 86, 85, 0) 0%, rgba(72, 86, 85, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

@media only screen and (max-width:1500px) {
    .hero .latest {
        width: 100%;
    }
}

@media only screen and (max-width:1300px) {
    .hero .latest .newsitem:last-of-type {
        display: none;
    }

    .hero .latest .quarter {
        width: 33%;
    }

    .hero .latest .linespace:last-of-type {
        display: none;
    }
}

@media only screen and (max-width:1200px) {
    .hero {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width:1000px) {
    .hero .latest .newsitem {
        display: none;
    }

    .hero .latest .newsitem:first-of-type {
        display: block;
    }

    .hero .latest .quarter {
        width: 50%;
    }

    .hero .latest .linespace {
        display: none;
    }

    .hero h1 {
        font-size: 3rem;
        line-height: 3rem;
        padding-left:2rem;
        padding-right:2rem;
    }
}

@media only screen and (max-width:700px) {
    .hero h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}

@media only screen and (max-width:600px) {
    .hero .latest {
        display: block;
    }

    .hero .latest .quarter {
        width: 100%;
    }

    .hero .latest .spacersmall {
        padding-bottom: 0;
    }
}

/* #endregion */

/* #region  Home */
.home {
    background-color: #485655;
}

.home p {
    font-size: 1.25rem;
}

.home .about {
    background-color:#f9f9f9;
}

.home .about p {
    font-size: 2rem;
}

.home .about .latest {
    background-color: #eee;
    border-radius: 1rem;
    padding: 2rem;
    color: #dba752;
    font-weight: 600;
    cursor: pointer;
}

.home .about .latest .title {
    font-size: 1.25rem;
    color: #111;
}

.home .about .latest .more {
    color: #111;
    margin-top: 1rem;
    opacity: 0.5;
}

.home .about .latest:hover {
    background-color: #dba752;
    color: #fff;
    transform: scale(1.05);
}

.home .about .latest:hover .title,
.home .about .latest:hover .more {
    color: #fff;
}

.home .about .latest:hover .more {
    opacity: 1;
}

.home .about .latest .more .fa-solid {
    opacity: 0;
    transform: translateX(-1rem);
}

.home .about .latest:hover .more .fa-solid {
    transform: translateX(0);
    opacity: 1;
}

.home .highlights {
    color: #fff;
}

.home .highlights h2 {
    text-align: center;
    color: #fff;
}

.home .highlights .item {
    padding: 2rem 3rem;
    border: 2px solid #fff;
    border-radius: 1rem;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .highlights .item:last-of-type {
    border-color: #dba752;
    background-color: #dba752;
    color: #fff;
}

.home .projunder {
    background-color: #f9f9f9;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home .projunder.whiteunder {
    right: 0;
    left: unset;
}

.home #projunder {
    width: 0;
}

.home .projbox {
    background-color: #fff;
    box-shadow: 0 0 2rem rgba(0, 0, 0, .10);
}

#heroanim {
    transform: scale(1.2);
    opacity: 0;
}

@media only screen and (max-width:1200px) {
    .home .upcoming .pad {
        padding: 30px;
    }

    .home .overview {
        flex-direction: column-reverse;
    }

    .home .overview img {
        width: 100%;
        margin-bottom: 30px;
    }

    .home .overview .half {
        width: 100%;
        margin-right: 0;
    }

    .home .blueback h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .home .highlights .item {
        padding:1rem;
    }

    .home .eldorado .boxbox .flex {
        flex-direction: column;
        row-gap:2rem;
    }

    .home .whiterock .boxbox {
        flex-direction: column;
        row-gap:2rem;
    }

    .home .eldorado .boxbox .halfgap2, .home .whiterock .boxbox .halfgap2 {
        width:100%;
    }

    .home .eldorado .boxbox img, .home .whiterock .boxbox img {
        max-width:100%;
        max-height:50vh;
        width:unset !important;
    }
}

@media only screen and (max-width:1000px) {
    .home .upcoming {
        display: block;
    }

    .home .upcoming .text {
        width: 100%;
    }

    .home .upcoming .image {
        height: 55vw;
        width: 100%;
    }

    .home .gallery .image {
        width: 30%;
        margin-right: 4.5%;
        height: 20vw;
    }

    .home .gallery .image:nth-child(5n) {
        margin-right: 4.5%;
    }

    .home .gallery .image:nth-child(3n) {
        margin-right: 0;
    }

    .home .gallery .image:last-of-type {
        display: none;
    }

    .homeback {
        flex-direction: column;
    }

    .homeback:first-of-type {
        flex-direction: column-reverse;
    }

    .homeback .half {
        width: 100%;
    }

    .homeback .imageback {
        height: 500px;
        margin-left: 0;
    }

    .homeback .mapback img {
        margin-left: 0;
    }

    .home .siderbig>*:not(:last-child) {
        margin-right: 0;
    }

    .home .blueback {
        display: block;
    }

    .home .blueback .subscribe {
        width: 100%;
        margin-left: 0;
    }

    .home .about {
        flex-direction: column;
    }

    .home .about .halfgap {
        width:100%;
        text-align:center;
    }

    .home .highlights .boxbox {
        column-gap:2rem;
        row-gap:2rem;
    }

    .home .highlights .item {
        width:calc((100% - 2rem) / 2);
    }
}

@media only screen and (max-width:900px) {
    .home .blueback .subscribe {
        width: 33%;
    }

    .blueback .subscribe form {
        flex-direction: column;
    }

    .blueback .subscribe form input, .blueback .subscribe form select {
        width: 100%;
    }

    .blueback .subscribe form button {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width:800px) {
    .home h2 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .home .eldorado .boxbox .halfgap2, .home .whiterock .boxbox .halfgap2 {
        padding:0;
    }

    .home .eldorado .boxbox .halfgap2 {
        padding-top:2rem;
    }
}

@media only screen and (max-width:600px) {
    .home .gallery .image {
        width: 48%;
        margin-right: 4%;
        height: 30vw;
    }

    .home .gallery .image:nth-child(5n) {
        margin-right: 4%;
    }

    .home .gallery .image:nth-child(3n) {
        margin-right: 4%;
    }

    .home .gallery .image:nth-child(2n) {
        margin-right: 0;
    }

    .home .gallery .image:last-of-type {
        display: block;
    }

    .home .blueback .lateflex {
        display: block;
        text-align: center;
    }

    .home .blueback .lateflex .mainlink {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .home .highlights .item {
        width:100%;
    }
}

/* #endregion */

/* #region  Footer */

footer {
    background-image: url('images/2024-12/bg_body.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

footer .mailing {
    background-image: url('images/bg_mailing.jpg');
    background-size: cover;
    background-position: center top;
    padding-top: 160px;
    color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .15);
}

footer .mailing span {
    font-size: 32px;
    font-weight: 500;
    margin-right: 30px;
}

footer .mailing form input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    color: #fff;
    width: 300px;
}

footer .mailing form input::placeholder {
    color: #fff;
}

footer .mailing form button {
    background-image: url('images/ui/arrow_right_white.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    width: 48px;
}

footer .mailing .socials a {
    font-size: 36px;
    color: #fff;
    opacity: .5;
}

footer .mailing .socials a:hover {
    opacity: 1;
}

.footerA {
    color: #222;
}

.footerA .pad {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footerA .text {
    width: 30%;
}

.footerA .text p {
    font-size: .9rem;
}

.footerA .sitemap .top,
.footerA .sitemap .toplink {
    font-size: 1.5rem;
    font-weight: 500;
    color: rgba(0, 0, 0, .3);
}

.footerA .sitemap .toplink {
    color: #dba752;
    align-self: flex-start;
}

.footerA .sitemap .lower a {
    display: block;
    color: #dba752;
    font-weight: bold;
    font-size: .9rem;
}

.footerA .sitemap .lower a:hover,
.footerA .sitemap .toplink:hover {
    text-decoration: underline;
}

.footerA .subfooter {
    border-top: 0;
    padding:1rem 0;
    color: #111;
}

.footerA .subfooter a {
    color: #dba752;
    font-weight: 500;
}

.footerA .subfooter a:hover {
    text-decoration: underline;
}

.footerA .text .socials {
    display: flex;
}

.footerA .text .socials span {
    font-size: 18px;
}

.footerA .text .socials a {
    color: #dba752;
    font-size: 32px;
}

.footerA .text .socials a:first-of-type {
    margin-left: 10px;
}

@media only screen and (max-width:1700px) {
    .footerA .sitemap .mainmenu {
        width: 18%;
    }
}

@media only screen and (max-width:1300px) {
    .footerA .siderbig {
        flex-direction: column-reverse;
        padding-bottom:0;
    }

    .footerA .text {
        margin-top: 60px;
        width: 50%;
        display: block;
    }

    .footerA .text p {
        margin-top: 20px;
    }
}

@media only screen and (max-width:900px) {
    .footerA .sitemap {
        display: none;
    }

    .footerA .text {
        margin-top: 0;
        width: auto;
        max-width: 500px;
        margin-right: 30px;
    }

    .footerA .subfooter .boxbox {
        display: block;
    }

    .footerA .subfooter a span {
        display:inline-block;
    }
}

@media only screen and (max-width:600px) {
    .footerA .subfooter a {
        margin-top:0;
    }
    .footerA .subfooter .colgapmini {
        display:block;
    }
}

/* #endregion */

/* #region Pagetop & Footer */
.pagetop {
    background-color: #f9f9f9;
    position: relative;
    background-image: url('images/2024-12/bg_hero.jpg');
    background-size: cover;
}

.pagetop .boxbox {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.pagetop h2 {
    font-size: 72px;
    color: #fff;
    border-left: 10px solid #dbad26;
    padding-left: 20px;
}

.pagetop .pagefill {
    width: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center left;
}

.pagetop iframe {
    width: 100%;
    height: 25vw;
    border: 0;
    pointer-events: none;
}

@media only screen and (max-width:1500px) {
    .pagetop h2 {
        font-size: 48px;
    }
}

@media only screen and (max-width:1500px) {
    .pagetop .pagefill {
        width: 65%;
    }

    footer .mailing {
        padding-left: 0;
        padding-right: 0;
    }

    footer .mailing span {
        font-size: 24px;
    }
}

@media only screen and (max-width:1300px) {
    .pagetop .pagefill {
        width: 50%;
    }
}

@media only screen and (max-width:1200px) {
    footer .mailing .socials {
        display: none;
    }

    footer .mailing form {
        justify-content: space-between;
        width: 100%;
    }

    footer .mailing form input {
        justify-self: flex-end;
    }
}

@media only screen and (max-width:900px) {
    .pagetop .pagefill {
        width: 100%;
    }
}

@media only screen and (max-width:800px) {
    footer .mailing form {
        display: block;
    }

    footer .mailing span {
        font-size: 36px;
        margin-bottom: 10px;
        display: block;
    }

    footer .mailing form input {
        flex-grow: 1;
    }
}

@media only screen and (max-width:600px) {
    .footerA .text .socials span {
        font-size: 18px;
        font-weight: 600;
    }

    .footerA .text .socials a {
        font-size: 24px;
    }
}

/* #endregion */

/* #region Content */

.contwrap {
    margin-top: -70vh;
    position: relative;
    z-index: 2;
}

.conttop {
    margin-bottom: 100px;
}

.conttop h1 {
    font-size: 56px;
    line-height: 56px;
    color: #dba752;
    font-weight: 500;
    text-transform: uppercase;
    width: 500px;
}

.conttop span {
    font-weight: 600;
    color: #999;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    margin-left: 5px;
}

.contbox {
    background-color: #f9f9f9;
}

.content {
    background: linear-gradient(#fff, #f9f9f9);
    border-radius: 2rem;
    min-height: 600px;
    width: 100%;
    margin-top: -90px;
    max-width: 1400px;
}

.content.newsbox {
    max-width:700px;
}

.content .sideout {
    margin-left: -60px;
    margin-right: 60px;
    background-color: #dba752;
    padding-left: 50px;
}

.content .sidebar {
    width: 360px;
    background-color: #dba752;
    padding-top: 20px;
    padding-bottom: 20px;
}

.content .sidetop {
    background-color: #0c1a20;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-bottom: -15px;
    display: table;
    margin-left: -10px;
}

.content .sidebar a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    opacity: .75;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.content .sidebar a:last-of-type {
    border-bottom: 0;
}

.content .sidebar a:hover {
    opacity: 1;
}

.content .sidebar .active {
    pointer-events: none;
    opacity: 1;
    padding-left: 30px;
    background-image: url('images/ui/bracket_right_white.png');
    background-repeat: no-repeat;
    background-position: center left;
}

.content h3 {
    font-size: 42px;
    font-weight: 500;
}

.content h3 span {
    font-size: 24px;
}

.content h4 {
    font-weight: 600;
    font-size: 24px;
    color: #111;
    background-color:#dbad26;
    padding:0.5rem 1rem;
    border-radius:0.5rem;
    text-transform: uppercase;
    display:table;
}

.conbb {
    background-color: #f9f9f9;
}

.conbb .subscribe {
    background-color: #dbad26;
    background-image: url('images/2024-12/bg_sub.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 1rem;
    color: #fff;
}

.conbb .subscribe input,
.conbb .subscribe select {
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 1.25rem;
}

.conbb .subscribe button {
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 1.25rem;
    background-color: #193540;
    color: #fff;
    font-weight: bold;
}

.conbb .subscribe button:hover {
    background-color: #1d404d;
}

.content .pdf-news-button {
    background-color: #ccc;
    width: 120px;
    background-image: url('images/ui/pdf-file.png');
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 15px;
    border-radius: 5px;
    opacity: .75;
}

.content .pdf-news-button:hover {
    background-color: #dba752;
    opacity: 1;
}

.content .tablewrap {
    overflow-x: scroll;
    display: block;
    border-spacing: 0;
}

.content table {
    width: 100%;
    border-spacing: 0;
}

.content table tr td {
    padding:0.5rem 1rem;
}

.content table tr:nth-child(even) td {
    background-color: #eee;
}

.content table tr td:first-child, .content table tr th:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.content table tr td:last-child, .content table tr th:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}


.content table tr th {
    background-color: #1b292f;
    color: #fff;
    padding: 1rem;
}

@media only screen and (max-width:1500px) {
    .conttop h1 {
        font-size: 42px;
        line-height: 42px;
        width: 400px;
    }

    .contwrap {
        margin-top: -60vh;
    }

    .content h3 {
        font-size: 32px;
    }

    .content h4 {
        font-size: 18px;
        font-weight: bold;
    }
}

@media only screen and (max-width:1200px) {
    .content {
        display: block;
        padding: 0;
    }

    .content .sidex {
        padding: 30px;
        margin-top: -70px;
    }

    .content .sideout {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }

    .content .sidebar {
        width: 100%;
    }

    .content .sidebar .active {
        padding-left: 60px;
        background-position: center left 30px;
    }

    .content.pad {
        padding:2rem;
    }
}

@media only screen and (max-width:900px) {
    .conttop span {
        color: #eee;
    }
}

@media only screen and (max-width:600px) {
    .conttop h1 {
        width: auto;
    }
}

@media only screen and (max-width:500px) {
    .conttop h1 {
        font-size: 36px;
        line-height: 36px;
    }
}


/* #endregion */

/* #region Management / Advisors Page */
.content .people {
    color: #343434;
}

.content .people .person:not(:last-of-type) {
    padding-bottom: 60px;
    border-color: transparent;
    border-bottom: 1px dotted #ddd;
}

.content .people .person .text {
    width: 500px;
}

.content .people .person .textline {
    width: 3px;
    height: unset;
}

@media only screen and (max-width:1700px) {
    .content .people .person {
        padding: 0;
    }

    .content .people .person .text {
        width: 400px;
    }

    .content .people .siderbig>*:not(:last-child) {
        margin-right: 30px;
    }
}

@media only screen and (max-width:1500px) {
    .content .people .person .text {
        width: 300px;
    }
}

@media only screen and (max-width:1000px) {
    .content .people .person {
        display: block;
    }

    .content .people .person .text {
        width: 100%;
    }

    .content .people .person .textline {
        width: 100%;
        height: 3px;
    }

    .content .people .siderbig>*:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:800px) {
    .contbox {
        padding: 0;
        margin-top: 0;
    }
}

/* #endregion */

/* #region Stock Page */
.content .stock h2 {
    font-size: 42px;
    font-weight: 500;
}

.content .stock h3 {
    font-weight: 600;
    font-size: 24px;
}

.content .stock span {
    display: block;
    font-size: 18px;
    color: #999;
}

.content .stock span b {
    font-size: 28px;
    font-weight: 600;
    color: #343434;
}

.content .stock .entry:not(:last-of-type) {
    padding-bottom: 30px;
    border-color: transparent;
    border-bottom: 1px dotted #ddd;
}

.content .stock .structure .title {
    display: table;
}

.content .stock .structure .item {
    border: 1px solid #ccc;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 36px;
    font-weight: 500;
}

.content .stock .structure .item span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width:1200px) {
    .content .stock .padnl {
        padding: 30px;
        padding-left: 0;
    }

    .content .stock h2 {
        font-size: 32px;
    }

    .content .stock span {
        font-size: 16px;
    }

    .content .stock span b {
        font-size: 24px;
    }

    .content .stock .structure .item {
        font-size: 24px;
    }

    .content .stock .structure .item span {
        font-size: 16px;
    }
}

@media only screen and (max-width:1000px) {
    .content .stock .structure .sider {
        display: block;
    }

    .content .stock .structure .third {
        width: 100%;
    }

    .content .stock .structure .third:not(:first-of-type) {
        margin-top: 30px;
    }
}

@media only screen and (max-width:800px) {
    .content .stock .price {
        display: block;
    }

    .content .stock .price .quote {
        margin-right: 0;
        padding-right: 0;
    }

    .content .stock .price .chart {
        height: 55vw;
    }
}

/* #endregion */

/* #region Archive Page */
.content .archive .year .yearlink {
    padding: 5px 10px;
    border: 2px solid #343434;
    color: #343434;
    font-size: 18px;
    opacity: .25;
    font-weight: bold;
}

.content .archive .year .yearlink:not(:last-of-type) {
    margin-right: 15px;
}

.content .archive .year .yearlink:hover {
    opacity: 1;
}

.content .archive .year .active {
    background-color: #dba752;
    color: #fff;
    border-color: #dba752;
    pointer-events: none;
    opacity: 1;
    font-weight: 600;
}

.content .archive .newslink {
    width: 100%;
    padding: 30px;
    color: #343434;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #ccc;
    opacity: .75;
}

.content .archive .newslink:last-of-type {
    margin-bottom: 0;
}

.content .archive .newslink:hover {
    opacity: 1;
    border-color: #aaa;
}

.content .archive .newslink span {
    display: block;
    font-weight: 500;
    color: #dba752;
}

.content .newsbox h1 {
    font-size: 48px;
    text-transform: uppercase;
}

@media only screen and (max-width:800px) {
    .content .archive .newslink {
        width: 100%;
    }
}

@media only screen and (max-width:600px) {
    .content .newsbox h1 {
        font-size: 36px;
    }

    .content .newsbox {
        margin: -30px;
    }

    .content .botlinks .linkleft {
        margin-left: 0;
    }
}

@media only screen and (max-width:400px) {
    .content .newsbox h1 {
        font-size: 24px;
        font-weight: bold;
    }
}

/* #endregion */

/* #region News Page */
.content .news h2 {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
}

.content .news .fr-img-caption {
    display: block;
    margin: auto;
    text-align: center;
    font-weight: bold;
}

/* #endregion */

/* #region Directory Page */

.content .corporate .map iframe {
    height: 100%;
    width: 100%;
}

.content .corporate .info {
    border: 1px solid #ccc;
    width: 35%;
}

@media only screen and (max-width:1300px) {
    .content .corporate .info {
        width: 50%;
    }
}

@media only screen and (max-width:900px) {
    .content .corporate .item {
        display: block;
    }

    .content .corporate .info {
        width: 100%;
    }

    .content .corporate .map {
        height: 45vw;
    }
}

@media only screen and (max-width:600px) {
    .content .corporate .info {
        padding: 30px;
    }
}

/* #endregion */

/* #region Contact Page */
.content .contact h2 {
    font-size: 42px;
    font-weight: 500;
}

.content .contact .info a {
    color: #343434;
    font-weight: 600;
}

.content .contact .info a span {
    color: #dba752;
    margin-right: 5px;
    transition: all .2s;
}

.content .contact .info a:hover span {
    margin-right: 10px;
}

.content .contact .info a:hover {
    color: #dba752;
}

.content .contact form,
.content .contact .map {
    width: 70%;
}

.content .contact form input {
    width: 48%;
    border: 1px solid #ccc;
    padding: 30px;
    font-size: 18px;
}

.content .contact form textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 30px;
    font-size: 18px;
    height: 200px;
}

.content .continner {
    overflow: hidden;
}

@media only screen and (max-width:1700px) {

    .content .contact form,
    .content .contact .map {
        width: 60%;
    }
}

@media only screen and (max-width:1300px) {

    .content .contact form,
    .content .contact .map {
        width: 50%;
    }
}

@media only screen and (max-width:1000px) {

    .continner,
    .contactform {
        display: block;
        margin-right: 0;
    }

    .content .contact .title {
        display: table;
    }

    .content .contact form,
    .content .contact .map {
        width: 100%;
    }

    .content .contact .map {
        height: 45vw;
    }
}

@media only screen and (max-width:600px) {
    .content .contact .formrow {
        display: block;
    }

    .content .contact form input {
        width: 100%;
        padding: 20px 30px;
    }

    .content .contact form input:first-of-type {
        margin-bottom: 30px;
    }

    .content .contact form button {
        width: 100%;
        text-align: center;
    }
}

/* #endregion */

.news-out {
    width: 100%;
    margin-bottom: 30px;
}

.subpop {
    background-color: rgba(27, 41, 47, 0.97) !important;
}

/* #region Project Page */
.content .project .section {
    padding:3rem;
}
.content .project .section img {
    border-radius:2rem;
    max-height:55vh;
}

.content .project .section.disclaimer {
    background-color:#eee;
    border-radius:2rem;
}

.content .project .section.disclaimer h3 {
    font-size:1.5rem;
}

.content .project .section.disclaimer p {
    font-style:italic;
}

.content .project .unround img {
    border-radius:0;
}

.content .project .highlights {
    background-image: url('images/bg_highlights.jpg');
    background-size: cover;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .22);
    border-radius:2rem;
    padding:2rem;
}

.content .project .highlights ul li::marker {
    color:#fff;
}

.content .project .quote {
    background-color: #1C292F;
    padding: 30px;
}

.content .project .quote p {
    color: #fff;
}

.content .project .quote span {
    font-weight: bold;
    color: #DBAD26;
    text-align: right;
    display: block;
}

.content .project table tr td {
    text-align: center;
}

.project .gallery h3 {
    background-color:#f9f9f9 !important;
}

@media only screen and (max-width:1000px) {
    .content .project .section .half {
        width:100%;
    }

    .content .project .section {
        padding:2rem;
    }
}

/* #endregion */

/* #region Project Custom: Eldorado */
.eldorado_plans .item {
    padding: 2rem;
    border-radius: 1rem;
    border: 2px solid #dbad26;
    width: calc(50% - 2rem);
}

.eldorado_plans .item:first-of-type {
    background-color: #dbad26;
}

.eldorado_plans h3:last-of-type {
    margin-top:2rem;
    line-height:1.3;
    text-align:center;
}

.eldorado_highlights {
    background-image:url('images/2024-12/bg_eldorado_highlights.jpg');
    background-size:cover;
    background-position:center;
    box-shadow: inset 0 100px 1rem -100px rgba(0,0,0,0.1), inset 0 -100px 1rem -100px rgba(0,0,0,0.1);
    padding-bottom:6rem !important;
}

.eldorado_highlights h3 {
    margin-bottom:2rem !important;
}

.eldorado_highlights ul {
    margin-left:0;
}

.eldorado_highlights ul li {
    width:calc(33% - 1.5rem);
    border:2px solid #111;
    text-align:center;
    padding:2rem;
    border-radius:1rem;
    list-style-type:none;
    margin-bottom:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.eldorado_highlights ul li:last-child {
    border-color: #dbad26;
    background-color: #dbad26;
    color: #fff;
}

.eldorado_tech {
    margin-left:3rem;
    margin-right:3rem;
    transform:translateY(-3rem);
}

.eldorado_sum2023 h3 {
    width: 100%;
    margin-bottom: 3%;
}

.eldorado_sum2023 .maintext {
    display:flex;
    flex-wrap:wrap;
    row-gap:2rem;
    column-gap:2rem;
}

.eldorado_sum2023 .item {
    background-color: #eee;
    border-radius:0.5rem;
    padding:0.5rem;
    width:calc(50% - 1rem);
}

.eldorado_sum2023 .item span {
    background-color: #1b292f;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    display: table;
    border-radius:0.5rem;
    transform: translateY(-1rem);
}

.eldorado_sum2023 .item ul {
    margin-left:1rem;
}

.eldorado_sum2023 .item ul li {
    font-size:0.9rem;
}

.eldorado_sum2023 .item:nth-child(3n+4) {
    margin-right: 0;
}

.eldorado_sum2023 img {
    max-height:unset !important;
}

@media only screen and (max-width:1500px) {
    .eldorado_sum2023 .item {
        width:100%;
    }
}

@media only screen and (max-width:1000px) {
    .eldorado_plans .item {
        width:100%;
    }

    .eldorado_highlights ul li {
        width:100%;
        text-align:left;
    }
}

/* #endregion */