* {
    font-family: 'Red Hat Display';
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Global Links
@@@@@@@@@@@@@@@@@@@@@@@*/

.mainlink {
    font-size: 1.25rem;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    border: 2px solid #222;
    color: #222;
    font-weight: 600;
}

.mainlink:hover {
    background-color: #EDC043;
    border-color: #EDC043;
    color: #221f1f;
}

.content .mainlink {
    color: #221f1f;
    border-color: #221f1f;
}

.content .mainlink:hover {
    border-color: #EDC043;
}

.content img {
    max-width: 100%;
}

p, p * {
    font-size: 1.25rem;
}

@media only screen and (max-width:1400px) {
    p, p * {
        font-size: 1rem;
    }
}

/* 800px */
@media only screen and (max-width: 800px) {
    .mainlink {
        font-size: 16px;
    }
}

/* 600px */
@media only screen and (max-width: 600px) {
    .mainlink {
        font-size: 14px;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@
H1 H2 H3 H4 H5
@@@@@@@@@@@@@@@@@@@@@@@*/

h1 {
    font-size: 5rem;
    text-align:center;
}

h1 span {
    font-size:2rem;
    display:block;
}

h2 {
    font-size: 3rem;
    color: #3F3814;
    font-weight: bold;
}

h3 {
    font-size: 2.5rem;
    color: #221f1f;
    font-weight: bold;
}

h4 {
    font-size: 2rem;
    font-weight: 600;
    color: #595358;
}

h5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #595358;
}

/* 1400px */
@media only screen and (max-width: 1400px) {
    h1 {
        font-size: 4rem;
    }
    
    h1 span {
        font-size: 1.8rem;
    }
    
    h2 {
        font-size: 2.5rem;
    }
    
    h3 {
        font-size: 2.2rem;
    }
    
    h4 {
        font-size: 1.8rem;
    }
    
    h5 {
        font-size: 1.4rem;
    }
}

/* 800px */
@media only screen and (max-width: 1000px) {
    h1 {
        font-size: 3.5rem;
    }
    
    h1 span {
        font-size: 1.6rem;
    }
    
    h2 {
        font-size: 2.2rem;
    }
    
    h3 {
        font-size: 1.9rem;
    }
    
    h4 {
        font-size: 1.6rem;
    }
    
    h5 {
        font-size: 1.3rem;
    }
}

/* 600px */
@media only screen and (max-width: 600px) {
    h1 {
        font-size: 3rem;
    }
    
    h1 span {
        font-size: 1.4rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    h3 {
        font-size: 1.7rem;
    }
    
    h4 {
        font-size: 1.4rem;
    }
    
    h5 {
        font-size: 1.2rem;
    }
}


/*@@@@@@@@@@@@@@@@@@@@@@@
Background Colors
@@@@@@@@@@@@@@@@@@@@@@@*/

.gray {
    background-color: #fafafa;
    background-image: linear-gradient(#fafafa, #eee);
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Header
@@@@@@@@@@@@@@@@@@@@@@@*/

header {
    position: fixed;
    z-index: 8;
    width: 100%;
}

header .socials {
    padding: 5px 0;
}

header .socials span {
    font-size: 18px;
    color: #ddd;
    margin-right: 15px;
    font-weight: 500;
}

header .socials a {
    font-size: 28px;
    color: #fff;
    opacity: .75;
}

header .socials a:hover {
    color: #EDC043;
    opacity: 1;
}

header .socials a:not(:last-of-type) {
    margin-right: 15px;
}

header .contact a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 5px 0 5px 30px;
    background-size: 20px auto;
}

header .contact a:hover {
    color: #EDC043;
}

header .contact .tel {
    background-image: url('images/ui/header-phone.png');
    padding-right: 30px;
}

header .contact .mail {
    background-image: url('images/ui/header-email.png');
}

header .quote {
    padding: 10px 0;
}

header .quote span {
    color: #444;
    font-size: 18px;
    line-height: 18px;
}

header .quote span:not(:last-of-type) {
    border-right: 2px dotted #ccc;
    padding-right: 15px;
    margin-right: 15px;
}

header .quote span b {
    color: #0074d7;
}

header .sublink {
    background-color: #EDC043;
    border-radius: 5px;
    color: #221f1f;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -10px;
    margin-top: 10px;
    padding: 10px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
}

header .sublink:hover {
    background-color: #EDC043;
}

header .subheader .boxbox {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    background-color: #eee;
    padding: 0 1rem;
    border-radius: 0.5rem;
}

header .logo {
    margin-top: 30px;
    margin-bottom: 30px;
    transition: all .3s;
}

header .subsub {
    transition: all .3s;
}

header .subsub .upperheader .boxbox {
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}

header .mainbar {
    transition: all .3s;
}

.shrink .subsub {
    overflow: hidden;
}

.shrink .sublink {
    margin-bottom: 0;
    margin-top: 0;
}

.shrink .mainbar {
    background-color: #182736;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
}

.shrink .logo {
    margin: 0;
    margin-top: 7px;
    height: 60px;
}

/* 800px */
@media only screen and (max-width: 1000px) {
    header .socials {
        display: none;
    }

    header .contact {
        margin-left:auto;
        margin-right:auto;
        display:block;
    }

    header .quote span:last-of-type {
        display: none;
    }

    header .quote span:nth-child(2) {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }
}

/* 600px */
@media only screen and (max-width: 600px) {
    header .sublink {
        display: none;
    }

    header .logo {
        height: 60px;
    }
}

/* 500px */
@media only screen and (max-width: 500px) {
    header .tel {
        display: none;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Header Menu
@@@@@@@@@@@@@@@@@@@@@@@*/

header nav .mainmenu {
    color: #fff;
    font-weight: 500;
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    transition: all .3s;
}

header nav .mainmenu .top {
    color: #fff;
    cursor: default;
    font-size: 24px;
}

header nav .mainmenu:hover .top {
    color: #EDC043;
}

header nav .mainmenu .lower {
    position: absolute;
    top: 80px;
    left: 0;
    width: 250px;
    opacity: 0;
    transition: all .3s;
    pointer-events: none;
}

header nav .mainmenu:hover .lower {
    pointer-events: all;
    top: 61px;
    opacity: 1;
}

header nav .mainmenu .lower span {
    display: block;
    color: #EDC043;
    font-size: 14px;
    padding: 10px 15px;
    background-color: #777;
    font-weight: bold;
    border-top-right-radius: 5px;
}

header nav .mainmenu .lower .active {
    background-color: #777;
    border-bottom: 0 !important;
    color: #fff;
}

header nav .mainmenu .lower a {
    display: block;
    color: #777;
    font-size: 16px;
    padding: 15px 15px;
    background-color: #fff;
}

header nav .mainmenu .lower a:hover {
    color: #fff;
    background-color: #EDC043;
}

header nav .mainmenu .lower a:last-of-type {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

header nav .mainmenu .lower a:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}

header nav .mainmenu:hover {
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

header nav .mainmenu:hover .lower {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

header nav .mainmenu:not(:first-of-type) {
    margin-left: 100px;
}

header .menu .contact {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 100px;
}

header .menu .contact:hover {
    background-color: #EDC043;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
    color: #fff;
    border-radius: 5px;
    transition: all .3s;
}

.shrink nav .mainmenu {
    border-radius: 0;
}

header .smalltoggle {
    display: none;
    width: 50px;
    position: relative;
    opacity: .9;
}

header .smalltoggle:hover {
    opacity: 1;
}

header .smalltoggle div {
    height: 5px;
}

header .smalltoggle .line-1 {
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    transition: .3s all;
}

header .smalltoggle:hover .line-1 {
    width: 85%;
    margin-right: 15%;
    background-color: #EDC043;
}

header .smalltoggle .line-2 {
    width: 60%;
    margin-left: 40%;
    margin-bottom: 10px;
    background-color: #fff;
    transition: .3s all;
}

header .smalltoggle:hover .line-2 {
    margin-right: 40%;
    margin-left: 0;
    background-color: #EDC043;
}

header .smalltoggle .line-3 {
    width: 85%;
    margin-left: 15%;
    background-color: #fff;
    transition: .3s all;
}

header .smalltoggle:hover .line-3 {
    width: 100%;
    margin-left: 0;
    background-color: #EDC043;
}

/* 1300px */
@media only screen and (max-width: 1300px) {
    header .smalltoggle {
        display: block;
    }

    header .menu {
        display: none;
    }
}



/*@@@@@@@@@@@@@@@@@@@@@@@
Hero
@@@@@@@@@@@@@@@@@@@@@@@*/

.homeover {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #eee;
    transition: all .5s;
    top: 0;
    pointer-events: none;
    background-image: url('images/homeover_bg.jpg');
    background-size: cover;
    background-position: bottom center;
}

.hero {
    background-image: url('images/2024-07/bg_hero.jpg');
    background-size: cover;
    background-position: bottom center;
    padding: 3rem 0;
}

.hero h1 {
    color: #fff;
}

.hero h2 {
    font-size: 36px;
    line-height: 36px;
    color: #EDC043;
    font-weight: 600;
    text-transform: uppercase;
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Latest
@@@@@@@@@@@@@@@@@@@@@@@*/

.latest {
    margin-top: -230px;
    background-color: #fafafa;
    padding-bottom: 60px;
}

@media only screen and (max-width: 1000px) {
    .latest {
        margin-top: 0;
    }
}

.latest .boxbox {
    margin-top: -100px;
}

.latest .title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.latest a {
    width: 22%;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    padding: 20px 30px;
    font-size: 18px;
    color: #444;
    line-height: 1.6;
    text-transform: uppercase;
}

.latest a span {
    font-weight: bold;
    display: block;
}

.latest a:hover {
    background-color: #EDC043;
    color: #fff;
    margin-top: -10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .35);
}

/* 1500px */
@media only screen and (max-width: 1500px) {
    .latest a {
        width: 30%;
    }

    .latest a:last-of-type {
        display: none;
    }
}

/* 1000px */
@media only screen and (max-width: 1000px) {
    .latest a {
        width: 47%;
    }

    .latest a:nth-child(3) {
        display: none;
    }
}

/* 600px */
@media only screen and (max-width: 600px) {
    .latest a {
        width: 100%;
    }

    .latest a:nth-child(2) {
        display: none;
    }
}

/* #region Home: Intro */

.intro {
    background-color: #fff;
}

.intro p,
.intro p * {
    font-size: 1.5rem;
}

.intro .overview {
    padding-bottom: 9rem;
    padding-top: 6rem;
}

.intro .overview .maintext {
    width: 40%;
    padding: 1rem;
    background-color: #fff;
}

.intro .about {
    background-image: url('images/2024-07/bg_home_about.jpg');
    background-size: cover;
    background-position:bottom center;
}

.intro .about h2 {
    color:#fff;
    line-height:1.3;
}

.intro .about .item h3 {
    color:#EDC043;
}

.intro .about .item p {
    color:#fff;
}

.intro .about .item .icon {
    width:100px;
    height:100px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
}

.intro .focus {
    background-image: url('images/2024-07/bg_intro_focus.jpg');
    background-size: cover;
    background-position: center center;
}

.intro .focus .item {
    width: 47%;
}

.intro .focus .main {
    background-color: rgba(0, 0, 0, .05);
    border-radius: .5rem;
}

.intro .mainlink {
    color: #222;
}

.intro .globalenergy {
    background-image:url('images/2025-02/bg_energy.jpg');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

.intro .globalenergy .energylogo {
    background-image:url('images/2025-02/energy_logo.png');
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    height:100%;
    width:100%;
    transform:translateX(-2rem);
}

.intro .globalenergy .energychart {
    width:100%;
    height:auto;
    border-radius:1rem;
    background-color:#fff;
    box-shadow:0 0 10px rgba(0,0,0,.05);
    padding:1rem;
}

.intro .nuclear {
    background-image:url('images/2025-02/bg_nuclear.jpg');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

.intro .nuclear h2 {
    color:#EDC043 !important;
    text-align:center;
}

.intro .nuclear .nuctop .item {
    text-align:center;
    font-weight:600;
    color:#fff;
}

.intro .nuclear .nuctop .item span {
    font-size:4rem;
    color:#EDC043;
    font-weight:bold;
}

.intro .nuclear .highlights .item {
    border:2px solid #fff;
    padding:2rem;
    border-radius:1rem;
    color:#fff;
    text-align:center;
}

.intro .uranium {
    background-image:url('images/2025-02/bg_uranium.jpg');
    background-size:100% auto;
    background-position:center bottom;
    background-repeat:no-repeat;
}

.intro .uranium .chart {
    padding:2rem;
    border-radius:1rem;
    background-color:#fff;
    box-shadow:0 0 10px rgba(0,0,0,.05);
}

.intro .uranium .quote {
    background-color:#EDC043;
    color:#111;
    border-radius:1rem;
    padding:2rem;
}

.intro .uranium .quote .speaker {
    text-align:right;
    font-weight:bold;
}

.intro .utahmap {
    background-image:url('images/2024-07/home_es_utah.png');
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
}

/* 1600px */
@media only screen and (max-width: 1600px) {
    .intro .overview .maintext {
        width: 40%;
    }
}

/* 1400px */
@media only screen and (max-width: 1400px) {
    .intro p,
    .intro p * {
        font-size: 1.25rem;
    }

    .intro .about .item .icon {
        width:75px;
        height:75px;
    }
}

/* 1200px */
@media only screen and (max-width: 1200px) {
    .intro .globalenergy .boxbox {
        flex-direction: column-reverse;
    }

    .intro .globalenergy .halfgap {
        width:100%;
    }

    .intro .globalenergy .halfgap .padtop2 {
        padding-top:0;
        padding-bottom:0;
    }   

    .intro .globalenergy .energylogo {
        aspect-ratio:1/1;
        max-width:600px;
        margin-left:auto;
        margin-right:auto;
    }

    .intro .globalenergy .energychart {
        margin-left:auto;
        margin-right:auto;
        max-width:600px;
        display:block;
    }

    .intro .nuclear .nuctop .item {
        width:calc((100% - 4rem) / 2);
    }

    .intro .uranium .boxbox {
        flex-direction:column;
    }

    .intro .uranium .halfgap {
        width:100%;
    }

    .intro .uranium .chart {
        max-width:600px;
        margin-left:auto;
        margin-right:auto;
    }

    .intro .overview {
        flex-direction:column-reverse;
    }

    .intro .overview .maintext {
        width:100%;
    }

    .intro .overview .utahmap {
        aspect-ratio:16/9;
        max-height:60vh;
        width:100%;
        margin-bottom:3rem;
    }
    
    .intro .uranium, .intro .overview {
        padding-top:3rem;
        padding-bottom:0;
    }

    .intro .overview {
        padding-bottom:3rem;
    }
    
}


/* 1100px */
@media only screen and (max-width: 1100px) {
    .intro .about .item {
        width:100%;
    }
}

/* 1000px */
@media only screen and (max-width: 1000px) {
    .intro .nuclear .highlights .item {
        width:calc((100% - 2rem) / 2);
    }
}

@media only screen and (max-width: 800px) {
    .intro .nuclear .highlights .item {
        width:100%;
    }

    .intro .nuclear .nuctop .item {
        width:100%;
    }
}

/* 600px */
@media only screen and (max-width: 600px) {
    .intro .about .padtop2 {
        padding-top:3rem;
        padding-bottom:3rem;
    }
}

/* #endregion */

/*@@@@@@@@@@@@@@@@@@@@@@@
Exploration
@@@@@@@@@@@@@@@@@@@@@@@*/

.exploration {
    background-color: #202b34;
}

.exploration h3 {
    color: #fff;
}

.exploration .gallery {
    margin-top: 50px;
}

.exploration .gallery .item {
    width: 300px;
    height: 300px;
    border-radius: 5px;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
}

.exploration .gallery .item:hover {
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
}

.exploration .gallery .item:not(:last-of-type) {
    margin-right: 30px;
}

.exploration .textbox {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .35);
}

.exploration .textbox:first-of-type {
    padding-right: 60px;
    margin-right: -30px;
}

.exploration .textbox:last-of-type {
    padding-left: 60px;
    margin-left: -30px;
}

.exploration img {
    position: relative;
    z-index: 3;
    max-width: 90vw;
}

.exploration .expbot {
    color: #fff;
}

/* 1300px */
@media only screen and (max-width: 1300px) {

    .exploration .padtop {
        display: block;
    }

    .exploration .gallery {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 100px;
    }

    .exploration .item {
        margin-left: 0 !important;
        width: 30% !important;
        height: 25vw !important;
    }
}

/* 1000px */
@media only screen and (max-width: 1000px) {
    .exploration .item {
        width: 47% !important;
        height: 30vw !important;
        flex-shrink: 0;
    }

    .exploration .item:not(:last-of-type) {
        margin-right: 3%;
    }

    .exploration .padtop {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .exploration .item:last-of-type {
        display: none;
    }
}

@media only screen and (max-width:900px) {
    .exploration .expflex:first-of-type {
        flex-direction: column-reverse;
    }

    .exploration .textbox:first-of-type {
        padding: 30px;
        padding-top: 60px;
        margin-left: 0;
        margin-right: 0;
        margin-top: -30px;
    }

    .exploration .textbox:last-of-type {
        padding: 30px;
        padding-top: 60px;
        margin-left: 0;
        margin-right: 0;
        margin-top: -30px;
    }

    .exploration .expflex:last-of-type {
        flex-direction: column;
    }
}

/* 600px */
@media only screen and (max-width: 600px) {
    .exploration .item {
        width: 100% !important;
        height: 40vw !important;
        flex-shrink: 0;
    }

    .exploration .item:not(:first-of-type) {
        display: none;
    }

    .exploration .item:not(:last-of-type) {
        margin-right: 6%;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Top
@@@@@@@@@@@@@@@@@@@@@@@*/

.pagetop {
    height: 600px;
    padding-top: 200px;
    background-image: url('images/hero_bg.jpg');
    background-size: cover;
    background-position: center center;
}

.pagetop h1 {
    font-size: 88px;
    line-height: 88px;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .25);
}

.corporatetop {
    background-image: url('images/corporate_bg.jpg');
}

.contacttop {
    background-image: url('images/contact_bg.jpg');
    background-position: center top;
}

.investorstop {
    background-image: url('images/investors_bg.jpg');
    background-position: center center;
}

/* 1200px */
@media only screen and (max-width: 1200px) {
    .pagetop {
        align-items: flex-start;
        padding-left: 5%;
        height: auto;
        padding-top: 275px;
        padding-bottom: 30px;
    }
}

/* 600px */
@media only screen and (max-width: 600px) {
    .pagetop h1 {
        font-size: 36px;
        line-height: 36px;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Footer
@@@@@@@@@@@@@@@@@@@@@@@*/

footer {
    background-color: #fff;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, .05);
}

footer nav {
    align-self: flex-start;
    padding: 60px 0;
}

footer nav .large {
    font-size: 24px;
    color: #EDC043;
    font-weight: 500;
}

footer nav .home {
    margin-right: 200px;
}

footer nav .midlinks div {
    width: 30%;
}

footer nav h5 {
    font-size: 24px;
    color: #ddd;
    font-weight: 500;
    margin-bottom: 20px;
}

footer nav .small {
    font-size: 24px;
    color: #EDC043;
    display: block;
    line-height: 1.6;
}

footer nav .small:not(:last-of-type) {
    margin-bottom: 30px;
}

footer nav .small:hover,
footer nav .large:hover {
    color: #EDC043;
    text-decoration: underline;
}

footer .info {
    padding: 30px 0;
}

footer .info p {
    width: 900px;
    text-align: center;
    font-size: 18px;
}

/* 1400px */
@media only screen and (max-width: 1400px) {

    footer nav .large,
    footer nav h5,
    footer nav .small,
    footer .info p {
        font-size: 20px;
    }
}

/* 1200px */
@media only screen and (max-width: 1200px) {
    footer nav .home {
        margin-right: 150px;
    }
}

/* 1000px */
@media only screen and (max-width: 1000px) {

    footer nav .large,
    footer nav h5,
    footer nav .small,
    footer .info p {
        font-size: 18px;
    }

    footer nav .home {
        margin-right: 100px;
    }

    footer .info p {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* 800px */
@media only screen and (max-width: 800px) {
    footer .sitemap {
        display: none;
    }

    footer .info img {
        margin-left: 5%;
    }

    footer .info p {
        text-align: left;
    }

    footer .info {
        display: block;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Footer Subscribe
@@@@@@@@@@@@@@@@@@@@@@@*/

footer .subscribe {
    padding: 60px 0;
    background-image: url('images/footer_sub_bg.jpg');
    color: #fff;
    box-shadow: inset 0px -5px 5px rgba(0, 0, 0, .10);
}

footer .subscribe p {
    font-size: 24px;
    font-weight: bold;
    max-width: 800px;
    padding-right: 90px;
}

footer .subscribe input {
    width: 100%;
    border: 0;
    padding: 20px;
    font-size: 18px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
}

footer .subscribe button {
    border: 0;
    padding: 20px;
    font-size: 18px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #EDC043;
    color: #221f1f;
    font-weight: bold;
}

footer .subscribe button:hover {
    background-color: #EDC043;
}

footer span {
    display: block;
}

footer .title {
    font-size: 36px;
    font-weight: 500;
}

footer .sysmsg {
    font-size: 18px;
    display: block;
    text-align: center;
    color: #ff2121;
    font-weight: bold;
}

/* 1300px */
@media only screen and (max-width: 1300px) {
    footer .subscribe p {
        max-width: 550px;
    }
}

/* 1000px */
@media only screen and (max-width: 1000px) {
    footer .boxbox {
        display: block;
    }

    footer .subscribe p {
        max-width: unset;
        margin-bottom: 30px;
    }
}

/* 800px */
@media only screen and (max-width: 800px) {
    footer .subscribe p {
        padding-right: 0;
    }
}

/* 400px */
@media only screen and (max-width: 400px) {
    footer .subscribe form {
        display: block;
    }

    footer .subscribe input {
        border-radius: 5px;
        margin-bottom: 15px;
    }

    footer .subscribe button {
        border-radius: 5px;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Subfooter
@@@@@@@@@@@@@@@@@@@@@@@*/

footer .subfooter {
    padding-bottom: 20px;
}

.subfoot {
    margin-top: 33px;
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Sidebar
@@@@@@@@@@@@@@@@@@@@@@@*/

.main .sidebar {
    width: 400px;
    align-self: flex-start;
    margin-top: -120px;
    padding-bottom: 90px;
}

.main .sidebar span {
    background-color: #221f1f;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    display: table;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.main .sidebar nav {
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
    border-radius: 5px;
    overflow: hidden;
    border-top-left-radius: 0;
}

.main .sidebar nav a {
    display: block;
    font-size: 24px;
    padding: 15px 30px;
    padding-right: 60px;
    color: #999;
    background-repeat: no-repeat;
    background-position: right -20px center;
}

.main .sidebar nav a:hover {
    color: #221f1f;
}

.main .sidebar nav .active {
    background-color: #EDC043;
    color: #221f1f;
    pointer-events: none;
    background-image: url('images/ui/right-arrow-white.png');
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.main .sidebar .sidelink {
    border: 2px solid #221f1f;
    color: #221f1f;
    display: block;
    border-radius: 5px;
    margin-top: 30px;
    padding: 15px 30px;
    opacity: .66;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: center right -60px;
    background-size: 48px auto;
}

.main .sidebar .sidelink span {
    background-color: unset;
    text-transform: none;
    color: unset;
    padding: 0;
}

.main .sidebar .sidelink:hover {
    background-color: #EDC043;
    color: #fff;
    border-color: #EDC043;
    opacity: 1;
    background-position: center right 20px;
}

.main .sidebar .pdf {
    background-image: url('images/ui/sidebar_pdf.png');
}

.main .sidebar .mail {
    background-image: url('images/ui/sidebar_mail.png');
}

/* 1600px */
@media only screen and (max-width: 1600px) {
    .main .sidebar nav a {
        font-size: 18px;
    }

    .main .sidebar {
        width: 300px;
    }

    .main .content {
        padding-left: 45px;
    }
}

/* 1200px */
@media only screen and (max-width: 1200px) {
    .main .boxbox {
        flex-direction: column-reverse;
    }

    .main .content {
        padding: 0;
        padding-top: 30px;
    }

    .main .sidebar {
        margin-top: 30px;
        width: 100%;
        display: flex;
    }

    .main .sidebar nav {
        width: 100%;
    }

    .main .sidebar .sidelink {
        width: 100%;
    }

    .main .sidemobi {
        width: 47%;
    }

    .main .sidemobi:first-of-type {
        margin-right: 30px;
    }

    .main .sidelink:first-of-type {
        margin-top: 0;
    }
}

/* 900px */
@media only screen and (max-width: 900px) {
    .main .sidebar {
        display: block;
    }

    .main .sidemobi {
        width: 100%;
    }

    .main .sidelink:first-of-type {
        margin-top: 30px;
    }
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
Stock
@@@@@@@@@@@@@@@@@@@@@@@
*/

.stock .chart {
    height: 400px;
}

@media only screen and (max-width: 500px) {
    .stock .chart {
        height: 250px;
    }
}

.stock .chart,
.stock .structure {
    margin-top: 30px;
}

.structure div {
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    color: #111;
    padding: 25px 30px;
    border: 1px solid #ccc;
    border-right-width: 0;
    transition: all .3s;
    flex-grow: 1;
}

.structure div:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    background-color: #222;
    border-color: #222;
}

.structure div:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right-width: 1px;
}

.structure span {
    display: block;
    color: #a7d3d3;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}

.stock .structbox {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 35px;
    border-radius: 5px;
    font-size: 18px;
}

.stock .structbox table {
    min-width: unset;
}

.stock .structbox {
    width: 48%;
}

.stock .structbox td:not(:first-of-type) {
    text-align: right;
}

.stock .structbox td:first-of-type {
    padding-left: 25px;
}

.stock .structbox td:last-of-type {
    padding-right: 25px;
}

.stock .structlist {
    border: 1px solid #ccc;
}

.stock .structlist div {
    background-color: #fff;
    color: #221f1f;
    width: 25%;
    padding: 50px 25px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0074d7;
    text-align: center;
}

.stock .structlist span {
    display: block;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    color: #221f1f;
}

/*
~~~~~~~~
Media Queries
~~~~~~~~
*/

@media only screen and (max-width: 1600px) {
    .stock .structbox {
        width: 100%;
    }

    .stock .structflex {
        display: block;
    }

    .stock .structbox:first-of-type {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 1300px) {
    .stock .structure div {
        font-size: 32px;
    }

    .stock .structure div span {
        font-size: 18px;
    }

    .stock .sched-box {
        display: block;
    }

    .stock .schedule {
        width: 100%;
    }

    .stock .schedule:last-of-type {
        margin-top: 60px;
    }

    .stock .structlist {
        flex-wrap: wrap;
    }

    .stock .structlist div {
        width: 50%;
        padding: 100px 50px;
    }
}

@media only screen and (max-width: 1200px) {
    .stock .structure {
        display: block;
    }

    .stock .structure div {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        border-bottom-width: 0;
        border-right-width: 1px;
    }

    .stock .structure div:first-of-type {
        border-radius: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .stock .structure div:last-of-type {
        border-radius: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-width: 1px;
    }
}

@media only screen and (max-width: 600px) {
    .stock .structlist {
        display: block;
    }

    .stock .structlist div {
        width: 100%;
        padding: 50px;
        text-align: left;
    }

    .stock .structbox {
        border: 0;
        background-color: unset;
        padding: 0;
    }
}

@media only screen and (max-width: 500px) {
    .stock .structure div {
        display: block;
        text-align: left;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Contact
@@@@@@@@@@@@@@@@@@@@@@@*/

.contact .office {
    margin-right: 60px;
}

.contact .office a {
    display: block;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 40px;
    font-size: 18px;
    color: #221f1f;
    line-height: 42px;
    font-weight: 500;
}

.contact .office a:hover {
    color: #EDC043;
    padding-left: 50px;
}

.contact .office .tel {
    background-image: url('images/ui/contact-tel.png');
}

.contact .office .email {
    background-image: url('images/ui/contact-email.png');
}

.contact form input {
    width: 50%;
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.contact form input:first-of-type {
    margin-right: 30px;
}

.contact form textarea {
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
    resize: none;
    height: 300px;
}

.contact form button {
    font-size: 18px;
    padding: 15px 65px;
    border-radius: 50px;
    border: 2px solid #221f1f;
    color: #221f1f;
    font-weight: 600;
    background-color: unset;
}

.contact form button:hover {
    background-color: #EDC043;
    color: #fff;
    border-color: #EDC043;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
}

.contact .map {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
    border-radius: 5px;
}

.contact .map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact .sysmsg {
    margin-right: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #cc0000;
    opacity: 0;
    transition: all .3s;
    padding-right: 0;
}

.contact .pop {
    opacity: 1;
    padding-right: 20px;
}

/* 800px */
@media only screen and (max-width: 800px) {
    .contact .flex {
        display: block;
    }

    .contact .map {
        height: 60vw;
        margin-top: 30px;
    }

    .contact form input {
        width: 100%;
    }

    .contact form input:first-of-type {
        margin-bottom: 30px;
    }
}

/* 600px */
@media only screen and (max-width: 600px) {
    .contact form .rowrev {
        flex-direction: column;
    }

    .contact form button {
        width: 80%;
        margin-bottom: 20px;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Archive
@@@@@@@@@@@@@@@@@@@@@@@*/

.content .year {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
    padding: 15px;
    display: table;
}

.content .year .yearlink {
    font-size: 18px;
    padding: 5px 10px;
    color: #ccc;
    font-weight: 600;
    width: 80px;
    text-align: center;
}

.content .year .yearlink:not(:last-of-type) {
    margin-right: 20px;
}

.content .year .yearlink:hover {
    color: #221f1f;
}

.content .year .active {
    background-color: #EDC043;
    color: #221f1f;
    border-radius: 5px;
    pointer-events: none;
}

.content .archive {
    transition: all .5s;
}

.content .archive .newslink {
    color: #221f1f;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
}

.content .archive .newslink:not(:last-of-type) {
    padding-bottom: 30px;
    border-bottom: 2px dotted #ccc;
}

.content .archive .newslink span {
    font-weight: bold;
    display: block;
}

.content .archive .newslink:hover {
    color: #EDC043;
}

.content .newsbox h1 {
    text-transform: uppercase;
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
Small Menu
@@@@@@@@@@@@@@@@@@@@@@@
*/

.small-menu {
    background-color: rgba(250, 250, 250, .95);
    transition: height 1s, min-height 1s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000;
    display: none;
}

.small-menu .menu-link:last-of-type {
    border-bottom: 0;
}

.small-menu .mainmenu {
    padding: 25px;
    padding-bottom: 0;
    padding-left: 5%;
}

.small-menu .big {
    padding: 0 5%;
}

.small-menu .big:last-of-type {
    padding-top: 25px;
}

.small-menu .big,
.small-menu .top {
    color: #999;
    transition: all 0.4s;
    font-weight: 500;
    font-size: 36px;
    display: block;
}

.small-menu .top {
    padding-bottom: 0;
}

.small-menu .mainmenu div a {
    display: block;
    color: #EDC043;
    font-size: 24px;
    padding: 10px 25px;
    font-weight: 500;
}

.small-menu .mainmenu div span {
    width: 200px;
    color: #EDC043;
    font-size: 11px;
    padding: 10px 15px;
    background-color: #777;
    display: table;
}

.small-menu .mainmenu div .active {
    background-color: #777;
    border-bottom: 0 !important;
    color: #fff;
    width: 200px;
}

.small-menu .mainmenu div {
    display: none;
}

.small-menu-active {
    color: #221f1f !important;
    padding-left: 25px;
    margin-bottom: 10px;
}

.small-menu .sub-button {
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 36px;
    padding: 15px 30px;
    margin-bottom: 30px;
    margin-right: -100px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #EDC043;
    color: #fff;
    text-align: center;
    background-image: url('images/small-mailing.png');
    background-repeat: no-repeat;
    background-position: center left 15px;
    background-size: 48px auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    transition: all .5s;
}

.small-menu .sub-slide {
    margin-right: 0;
}

.header-x-small {
    position: relative;
    width: 40px;
    height: 40px;
    margin-top: 50px;
    margin-right: 40px;
}

.small-x1,
.small-x2 {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #999;
    transition: all .3s;
    display: inline-block;
    top: 0;
    right: 0;
}

.small-x1-rot {
    transform: rotate(45deg);
}

.small-x2-rot {
    transform: rotate(-45deg);
}

/*
~~~~~~~~
Media Queries
~~~~~~~~
*/

@media only screen and (max-width: 900px) {

    .small-menu .top,
    .small-menu .big {
        font-size: 24px;
    }

    .small-menu .mainmenu div a {
        font-size: 18px;
    }

    .small-menu .sub-button {
        font-size: 24px;
    }
}

@media only screen and (max-width: 600px) {
    header .small-button {
        margin-top: 10px;
    }

    .small-menu .sub-button {
        font-size: 18px;
    }
}

@media only screen and (max-width: 500px) {
    header .small-button {
        width: 40px;
    }

    header .small-button div {
        height: 3px;
    }
}

/*
@@@@@@@@@@@@@@@@@@@@@@@
Sub Popup
@@@@@@@@@@@@@@@@@@@@@@@
*/

.subpop {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 97;
    transition: all .5s;
}

.subpop .sublay {
    background-color: rgba(17, 30, 50, .97);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 97;
}

.subpop .subtext {
    width: 1100px;
    padding: 270px;
    padding-top: 250px;
    text-align: left;
    z-index: 99;
    transition: margin-left .5s;
    position: relative;
}

.subpop .subinner {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    padding: 30px;
}

@media only screen and (max-width: 700px) {
    .subpop .subtext {
        background-image: unset;
        width: 90%;
        padding: 30px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    }
}

.subpop .subout {
    background-color: #111e32;
    color: #eee;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 5px;
    cursor: pointer;
    opacity: 1;
    text-align: center;
    display: table;
    transition: all .2s;
    margin: 0 auto;
    margin-bottom: -50px;
}

.subpop .subout:hover {
    background-color: #EDC043;
    padding: 10px 40px;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.subpop .subtext h5 {
    font-size: 36px;
    color: #222;
    font-weight: 500;
}

.subpop .subtext p {
    font-size: 18px;
    color: #222;
}

.subpop .subtext form input {
    padding: 15px 25px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    font-size: 18px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0;
}

.subpop .subtext form button {
    background-color: #EDC043;
    color: #221f1f;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    border: 0;
    transition: all .3s;
    cursor: pointer;
    opacity: .75;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.subpop .subtext form button:hover {
    background-position: center right 15px;
    opacity: 1;
}

.subpop .subback {
    position: fixed;
    width: 600px;
    height: 600px;
    background-image: url('images/sub_watermark.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 98;
    margin-left: -600px;
    transition: margin-left .5s;
    opacity: .75;
}

@media only screen and (max-width: 700px) {
    .subpop .subback {
        margin-left: 0;
        top: -200;
        right: -200;
    }
}

.subpop .subtext span,
.consub span,
.homesub span,
footer .subsend span {
    display: block;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #cc0000;
    opacity: 0;
    transition: all .5s;
}

footer .subsend span {
    background-color: #cc0000;
    color: #fff;
    padding: 5px 10px;
    margin-left: 20px;
    display: table;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.subpop .subtext .showmsg,
.consub .showmsg,
.homesub .showmsg {
    opacity: 1 !important;
    padding-left: 0 !important;
}

footer .subsend .showmsg {
    opacity: 1 !important;
    margin-left: 0 !important;
}

.unpop {
    opacity: 0;
    pointer-events: none;
}

.unpop .subtext {
    margin-left: 40px;
    pointer-events: none;
}

.unpop .subback {
    margin-left: -330px;
}

.blur {
    filter: blur(5px);
}

.consub,
.subsend,
.homesend {
    transition: opacity 1s;
}

.dimmer {
    opacity: .5;
    pointer-events: none !important;
}

@media only screen and (max-width: 500px) {
    .subsend .flex {
        display: block;
    }

    .subsend input {
        width: 100%;
        border-width: 1px !important;
        border-radius: 5px !important;
    }

    .subsend button {
        height: 60px;
        width: 100% !important;
        border-radius: 5px !important;
        margin-top: 10px;
    }
}

/*
    #########
    THANK YOU
    #########
*/

.almost {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: rgba(106, 194, 89, .95);
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
    color: #fff;
    text-align: center;
}

.almost-on {
    opacity: 1;
    pointer-events: all;
}

.check {
    background-image: url('images/ui/check-mark.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 100px;
    transition: all .3s;
}

.almost span {
    display: block;
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 15px;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.almost .close {
    font-size: 18px;
    background-color: #eee;
    color: #6ac259;
    padding: 15px 100px;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px;
    transition: all .3s;
    cursor: pointer;
    opacity: 0;
}

.almost .close:hover {
    background-color: #fff;
    color: #222;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.closedown {
    margin-top: 20px;
    opacity: 1 !important;
}

/*
~~~~~~~~
Media Queries
~~~~~~~~
*/

@media only screen and (max-width: 800px) {
    .almost {
        padding: 25px;
    }
}

/*
    66
*/

/*
@@@@@@@@@@@@@@@@@@@@@@@
Contact Popup
@@@@@@@@@@@@@@@@@@@@@@@
*/

.thanks {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(106, 194, 89, .95);
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
    color: #fff;
    text-align: center;
    margin-bottom: 0 !important;
}

.thanks-on {
    opacity: 1;
    pointer-events: all;
}

.thanks span {
    display: block;
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 15px;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.thanks .close {
    font-size: 18px;
    background-color: #eee;
    color: #6ac259;
    padding: 15px 100px;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px;
    transition: all .3s;
    cursor: pointer;
    opacity: 0;
}

.thanks .close:hover {
    background-color: #fff;
    color: #222;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.closedown {
    margin-top: 20px;
    opacity: 1 !important;
}

.slide {
    margin-top: 30px;
    max-width: 100%;
    border-radius: 5px;
    transition: all .3s;
    cursor: pointer;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
}

.slide:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, .35);
}

.hidden {
    display: none;
}

.hide {
    opacity: 0;
}

.hidedown {
    margin-top: 20px;
    opacity: 0;
}

.hideup {
    margin-top: -20px;
    opacity: 0;
}

.hidedown {
    margin-bottom: -20px;
    opacity: 0;
}

.hideleft {
    margin-right: 20px;
    opacity: 0;
}

.hideright {
    margin-left: 20px;
    opacity: 0;
}

.hideanim {
    transition: all 1s !important;
}

.presentation .link {
    font-size: 18px;
    color: #EDC043;
    font-weight: 600;
    padding: 10px 15px;
    padding-left: 55px;
    margin-top: 25px;
    border: 2px solid #EDC043;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: center left 15px;
    display: block;
}

.presentation .link:hover {
    background-color: #EDC043;
    border-color: #EDC043;
    color: #111;
    padding-right: 30px;
}

.presentation .link span {
    display: block;
    font-weight: 400;
    font-size: 16px;
}

.presentation .link {
    margin-top: 0;
}

.sidebar .pdf,
.presentation .pdf {
    background-image: url('images/ui/pdf.png');
}

.sidebar .pdf:hover,
.presentation .pdf:hover {
    background-image: url('images/ui/pdf_over.png');
}

@media only screen and (max-width: 1200px) {
    .presentation {
        display: block;
    }

    .presentation .link {
        margin-top: 15px;
        display: table;
    }
}

@media only screen and (max-width: 500px) {
    .presentation .link {
        width: 100%;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@ Gallery @@@@@@@@@@@@@@@@@@@@@@@*/

.gallery .gallproj {
    background-color: #222;
    padding: 5px 10px;
    color: #fff;
    position: relative;
    z-index: 2;
    display: table;
    font-weight: bold;
    border-radius: 5px;
    margin-left: 20px;
}

.gallery .gallbox {
    border: 2px solid #222;
    margin-top: -15px;
    border-radius: 5px;
}

.gallery .gallcat {
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.gallery .gallcat span {
    font-size: 24px;
    font-weight: 500;
    padding: 20px;
    transition: all .3s;
    cursor: pointer;
    border-radius: 5px;
}

.gallery .gallcat span .arrowdown {
    background-image: url('images/down-arrow.png');
    background-repeat: no-repeat;
    background-position: top -32px center;
    width: 32px;
    height: 32px;
    transition: all .3s;
}

.gallery .gallcat span:hover .arrowdown {
    background-position: top center;
}

.gallery .gallcat span:hover {
    background-color: #d89c1e;
}

.gallery .gallinner {
    display: none;
}

.gallery .gallpics {
    padding: 20px;
    padding-bottom: 0;
}

.gallery .gallactive {
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #eee !important;
}

.gallery .gallactive .arrowdown {
    background-position: top center !important;
    transform: rotate(180deg);
}

.gallery .imgbox {
    cursor: pointer;
    transition: all .3s;
    width: 30%;
    height: 15vw;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 20px;
}

.gallery .imgbox .imgcover {
    background-color: #222;
    opacity: .33;
    transition: all .3s;
    height: 100%;
    width: 100%;
}

.gallery .imgbox:hover .imgcover {
    opacity: 0;
}

.gallery .gallinactive {
    border-color: #ddd;
}

@media only screen and (max-width: 1000px) {
    .gallery .imgbox {
        height: 15vw;
    }
}

.fancybox-button--zoom {
    display: none !important;
}

.project-sidebar a {
    font-size: 1.2rem;
    color: #222;
    font-weight: 600;
    display: block;
    padding: 15px 30px;
}

.project-sidebar a:hover {
    color: #EDC043;
}

.project-sidebar a:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}

@media only screen and (max-width:1200px) {
    .project-sidebar {
        display: none;
    }
}

.content .videoflex {
    display: flex;
    flex-wrap: wrap;
}

.content .videoflex .videolink {
    width: 32%;
    margin-right: 2%;
    border: #ccc 1px solid;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 2%;
}

.content .videoflex .videolink:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    border-color: #aaa;
}

.content .videoflex .videolink:nth-child(3n) {
    margin-right: 0;
}

.content .videoflex .videolink .videotop {
    height: 200px;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}

.content .videoflex .videolink .videotop span {
    background-color: #EDC043;
    color: #221414;
    bottom: -5px;
    right: 0;
    padding: 3px 8px;
    position: absolute;
    font-weight: bold;
    font-size: .8rem;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.content .videoflex .videolink .videobot {
    padding: 15px 30px;
    opacity: .75;
}

.content .videoflex .videolink .videobot span {
    font-size: 1.2rem;
    color: #221f1f;
    font-weight: 600;
    margin-bottom: 10px;
}

.content .videoflex .videolink .videobot p {
    font-size: 1rem;
    color: #666;
}

.content .videoflex .videolink:hover .videobot {
    opacity: 1;
}

@media only screen and (max-width:1600px) {
    .content .videoflex .videolink {
        width: 48%;
        margin-right: 4%;
    }

    .content .videoflex .videolink:nth-child(2n) {
        margin-right: 0;
    }

    .content .videoflex .videolink:nth-child(3n) {
        margin-right: unset;
    }
}

@media only screen and (max-width:700px) {
    .content .videoflex {
        display: block;
    }

    .content .videoflex .videolink {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .content .videoflex .videolink:nth-child(2n) {
        margin-right: unset;
    }
}

.project .highlights {
    padding: 30px;
    border-radius: 5px;
}

.project .es_overview {
    background-image:url('images/bg_es_overview.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top:3rem;
    padding-bottom:3rem;
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.1) inset, 0 -10px 15px -10px rgba(0, 0, 0, 0.1) inset;
}

.project .es_jupiter {
    background-image:url('images/bg_es_jupiter.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top:3rem;
    padding-bottom:3rem;
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.1) inset, 0 -10px 15px -10px rgba(0, 0, 0, 0.1) inset;
}

.project .es_overview img {
    border-radius:1rem;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}

.project .es_lookingfwd .halfgap2 {
    border:2px solid #ccc;
    padding:3rem;
    border-radius:1rem;
}

.project .es_lookingfwd .quote {
    background-image:url('images/bg_es_lookingfwd.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding:3rem;
    border-radius:1rem;
}

.project img {
    cursor: pointer;
    margin-left:auto;
    margin-right:auto;
    display:block;
    max-width:100%;
    max-height:65vh;
}

.project .block-half {
    width:50%;
    flex-shrink:0;
}

.content #gallery.boxbox {
    padding-top:3rem;
    padding-bottom:3rem;
}

@media only screen and (max-width:1200px) {
    .project .es_lookingfwd .halfgap2 {
        padding:2rem;
    }

    .project .es_lookingfwd .quote {
        padding:2rem;
    }
}

/* 1000px */
@media only screen and (max-width: 1000px) {
    .project .projflex {
        flex-direction: column;
        row-gap:2rem;
    }

    .project .projflex div {
        max-width:100%;
    }

    .project .block-half {
        width:100%
    }

    .project .projflex.sider>*:not(:last-child) {
        margin-right:0;
    }

    .project .es_lookingfwd .halfgap2 {
        width:100%;
    }

    .project .es_lookingfwd .colgap2 {
        flex-direction:column;
        row-gap:2rem;
    }
}

/*@@@@@@@@@@@@@@@@@@@@@@@
Project Tables
@@@@@@@@@@@@@@@@@@@@@@@*/

.project table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    border-radius: 0.5rem;
    overflow: hidden;
}

.project table thead {
    background-color: #EDC043;
}

.project table th {
    color: #221f1f;
    font-weight: 600;
    text-align: left;
    padding: 0.5rem 1rem;
    font-size: 1rem;
}

.project table td {
    padding: 0.3rem 0.5rem;
    border-bottom: 1px solid #eee;
    font-size: 1rem;
}

.project table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.project table tr:hover {
    background-color: #f0f0f0;
}

.project table tr:last-child td {
    border-bottom: none;
}

.project table .highlight {
    background-color: rgba(237, 192, 67, 0.2);
}

/* Table wrapper for horizontal scrolling */
.content .tablewrap {
    width: 100%;
    margin: 2rem 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    display: block;
}

/* 800px */
@media only screen and (max-width: 800px) {
    .content .tablewrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
        display: block;
        margin: 1.5rem 0;
    }
    
    .content .tablewrap table {
        margin: 0;
        white-space: nowrap;
        width: 100%;
    }
    
    .project table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        margin: 1.5rem 0;
        border-radius: 0.5rem;
        max-width: 100vw;
    }
    
    .project table th, 
    .project table td {
        padding: 0.5rem 1rem;
        min-width: 80px;
    }
    
    .project table th {
        background-color: #EDC043;
    }
    
    /* Ensure table maintains structure */
    .project table, 
    .project table thead, 
    .project table tbody, 
    .project table th, 
    .project table td, 
    .project table tr {
        display: revert;
    }
    
    /* Prevent page overflow */
    .project {
        overflow-x: hidden;
        max-width: 100%;
    }
    
    .content {
        overflow-x: hidden;
        max-width: 100%;
    }
}

/* 500px */
@media only screen and (max-width: 500px) {
    .project table th, 
    .project table td {
        padding: 0.4rem 0.6rem;
        font-size: 0.9rem;
        min-width: 70px;
    }
}