/* #region Globals */
* {
    font-family: 'Red Hat Text';
}

body {
    font-size: 18px;
}

h1, h1 span {
    color: #fff;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

h2 {
    color: #336b64;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 600;
    text-transform: uppercase;
}

h3 {
    font-size: 2rem;
    line-height: 2rem;
    color: #222;
}

h4 {
    font-size: 1.5rem;
    color: #336b64;
}

.mainlink {
    background-color: #ebb22c;
    border: 2px solid #ebb22c;
    padding: 15px 20px;
    font-weight: 600;
    color: #fff;
}

.mainlink:hover {
    background-color: transparent;
    color: #ebb22c;
}

@media only screen and (max-width:1400px) {
    h1 {
        font-size: 3rem;
        line-height: 3rem;
    }

    .paddbl {
        padding: 60px;
    }
}

@media only screen and (max-width:1000px) {
    .padside {
        padding-left: 30px;
        padding-right: 30px;
    }

    h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}

@media only screen and (max-width:700px) {
    h1 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .paddbl {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* #endregion */

/* #region Header */
.header .contact {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    font-weight: 600;
}

.header .quote {
    color: #fff;
    font-weight: 600;
}

.header .quote a {
    color: #ebb22c;
}

.header .contact a {
    margin-left: 5px;
    color: #ebb22c;
}

.header .contact a:hover {
    text-decoration: underline;
}

.header .contact span {
    color: #336b64;
}

.header {
    transition: all .3s;
}

.header .logo img {
    height: 100px;
    margin-right: 60px;
}

.header .mainheader {
    margin-top: 30px;
}

.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(22, 22, 22, 0.9);
    z-index: 9;
}

.scrolled .subheader {
    display: none;
}

.scrolled .mainheader {
    margin-top: 0;
}

.scrolled .logo {
    padding-top: 15px;
    padding-bottom: 15px;
}

.scrolled .logo img {
    height: 60px;
}

@media only screen and (max-width:1400px) {
    .header .logo img {
        height: 80px;
        margin-right: 30px;
    }
}

@media only screen and (max-width:1600px) {
    .header .volbox {
        display: none;
    }
}

@media only screen and (max-width:1400px) {
    .header .quote div:last-of-type {
        display: none;
    }

    .header .quote {
        padding-right: 0;
    }

    .header .quote .symbol {
        margin-left: 0;
    }
}

@media only screen and (max-width:800px) {
    .header .quote {
        display: none;
    }

    .header .contact {
        width: 100%;
        justify-content: space-evenly;
    }

    .header .logo img {
        height: 60px;
    }
}

@media only screen and (max-width:1100px) {
    .header .contact .tel {
        display: none;
    }
}

@media only screen and (max-width:900px) {
    .header .contact .email {
        display: none;
    }
}

@media only screen and (max-width:500px) {
    .header .logo img {
        height:unset;
        width:60vw;
    }
}

/* #endregion */

/* #region Menu */

/* #endregion */

/* #region Hero */
.hero {
    background: url('images/bg_hero.jpg');
    background-size: cover;
}

.hero h1 span {
    background-color: #336b64;
    display: table;
    padding: 5px;
    margin: 0 auto;
}

.hero p {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    line-height: 2.5rem;
}

.hero .continue {
    color: #fff;
    font-size: .8rem;
    font-weight: bold;
    margin-bottom: -20px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero .line {
    width: 2px;
    height: 20px;
    margin: 0 auto;
}

.hero .lineup {
    background-color: rgba(255, 255, 255, .15);
}

.hero .linedn {
    background-color: rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width:1000px) {
    .hero p {
        font-size:1.5rem;
        line-height:2rem;
    }
}

/* #endregion */

/* #region Home */
.home .hometop {
    background-color:#fcfcfc;
}

.home .overview {
    background-image: url('images/2024/south_falcon_home.jpg');
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}

.home .overview .overtext {
    padding:240px 120px;
}

.home .overview .overtext p {
    font-size:1.6rem;
}

.home .highlights h2 {
    text-align: center;
}

.home .highlights .highbox {
    margin-bottom:60px;
}

.home .highlights .item {
    width: 45%;
    background-image: url('images/tisdale_icon.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
    padding-left: 50px;
    margin-top: 60px;
}

.home .update {
    background-image: url('images/bg_bottom.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
}

.home .update h2 {
    color: #fff;
}

.home .update .image {
    background-image: url('images/gallery/TCEC_South-Falcon-East_Maps-&-Figures_135.jpg');
    background-size: contain;
    background-position: top center;
    background-repeat:no-repeat;
    margin-bottom: 60px;
    margin-top: -30px;
}

@media only screen and (max-width:1600px) {
    .home .overview .overtext {
        padding:240px 60px;
    }
}

@media only screen and (max-width:1500px) {
    .home .update .paddbl {
        padding: 60px;
        padding-bottom: 120px;
    }
}

@media only screen and (max-width:1100px) {
    .home .overview .overtext p {
        font-size:1.2rem;
    }

    .home .highlights .highbox {
        display: block;
    }

    .home .highlights .item {
        width: 100%;
    }

    .home .update {
        flex-direction: column-reverse;
    }

    .home .update .paddbl {
        width: 100%;
    }

    .home .update .image {
        width: 100%;
        margin-left:0;
        height: 40vw;
        min-height: 300px;
        margin-bottom: 0;
    }

    .home .overview {
        display: block;
        position: relative;
        padding-top:55vw;
        background-image:url('images/2024/south_falcon_small.jpg');
        background-position:center top;
        background-size:100% auto;
    }

    .home .overview .location {
        width: 100%;
        margin-right: 60px;
        height: 50vw;
    }

    .home .overview .overtext {
        padding: 60px;
        padding-bottom: 0;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width:1000px) {
    .home .overview .overtext {
        padding:60px 30px;
    }
}

@media only screen and (max-width:800px) {
    .home .overview .location {
        height: 70vw;
    }
}

/* #endregion */

/* #region Footer */
.footer .latest {
    margin-top: -50px;
}

.footer .latest .topper {
    color: #fff;
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 5px;
    display: block;
}

.footer .latest .news {
    background-color: #336b64;
    padding: 5px 15px;
}

.footer .latest .news .title {
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
}

.footer .latest .news .title span {
    display: block;
}

.footer .latest .news .line {
    height: 50px;
    width: 1px;
    background-color: #fff;
    opacity: .25;
    margin: 0 30px;
}

.footer .latest .news a {
    color: #ebb22c;
    font-weight: bold;
    text-transform: uppercase;
}

.footer .latest .news a span {
    color: #fff;
    display: block;
}

.footer .latest .news a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer .latest .news form input[type=email] {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid black;
    color: black;
    opacity: .5;
    font-size: 2rem;
}

.footer .latest .news form input[type=email]::placeholder {
    color: black;
}

.footer .latest .news form button {
    background-color: transparent;
    border: 0;
    font-size: 3rem;
    margin-left: 10px;
}

.footer .latest .news form button:hover {
    color: #ebb22c;
}

.footer .latest .news form p {
    color: #fff;
    display: none;
}

.footer .mainfoot .logoinfo {
    margin-right: 60px;
}

.footer .mainfoot .logo {
    width: 300px;
}

.footer .mainfoot .info {
    line-height: 1.7rem;
    color: #444;
}

.footer .mainfoot .line {
    width: 1px;
    background-color: #000;
    opacity: .25;
    margin: 0 30px;
}

.footer .mainfoot .links a {
    display: block;
    color: #ebb22c;
    font-weight: 600;
    line-height: 2rem;
}

.footer .mainfoot .presentation {
    justify-self: flex-end;
    background-color: #144c45;
    position: relative;
    transition: .2s all;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 500px;
}

.footer .mainfoot .presentation span {
    color: #ebb22c;
}

.footer .mainfoot .presentation:hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
}

.footer .mainfoot .presentation .underlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('images/footer_pres_button.png');
    z-index: 1;
    transition: .2s all;
    opacity: .5;
    background-size: cover;
    background-position: center center;
}

.footer .mainfoot .presentation:hover .underlay {
    opacity: .25;
}

.footer .mainfoot .presentation .overlay {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 600;
    height: 100%;
}

.footer .mainfoot .presentation .overlay span {
    display: block;
}

@media only screen and (max-width:1500px) {
    .footer .latest .news .titlebox {
        display: block;
        width: 50%;
        flex-shrink: 0;
        padding: 15px;
    }

    .footer .latest .news .title,
    .footer .latest .news a {
        margin-bottom: 15px;
    }

    .footer .latest .news .line {
        display: none;
    }

    .footer .latest .news form {
        padding: 15px;
    }

    .footer .latest .news .title span {
        display: inline;
    }

    .footer .mainfoot .line {
        display: none;
    }

    .footer .mainfoot .logoinfo {
        display: block;
    }

    .footer .mainfoot .logoinfo .logo {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:1200px) {
    .footer .mainfoot {
        display: block;
    }

    .footer .mainfoot .logoinfo {
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    .footer .mainfoot .logoinfo .info {
        text-align: center;
    }

    .footer .mainfoot .links {
        flex-direction: row;
        justify-content: space-between;
        padding: 30px;
    }

    .footer .mainfoot .presentation {
        height: 150px;
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width:1000px) {
    .footer .latest .news {
        display: block;
    }

    .footer .latest .news .titlebox {
        width: 100%;
    }

    .footer .latest .news form {
        width: 100%;
        padding-top: 0;
    }

    .footer .mainfoot .links {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .footer .mainfoot .links a {
        background-color: #fafafa;
        padding: 5px 10px;
        text-align: center;
        margin-bottom: 5px;
        border: 1px solid #ccc;
    }

    .footer .mainfoot .links a:last-of-type {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:800px) {
    .footer {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width:600px) {
    .footer .latest .news form input[type=email] {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width:400px) {
    .footer .latest .news form input[type=email] {
        font-size: 1rem;
        font-weight: bold;
    }
}

/* #endregion */

/* #region Content */
.contbottom {
    height: 80px;
    background-image: url('images/bg_bottom.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.content {
    background-color: #fefefe;
}

.continner {
    padding-right: 0;
    max-width: 1300px;
}

.sidex {
    margin-top: -20px;
}

.sidex .sideproj .sidelink {
    display: block;
}

@media only screen and (max-width:1100px) {
    .content {
        flex-direction: column-reverse;
    }

    .continner {
        padding-left: 0;
    }

    #sidex {
        width: 100%;
    }
}

@media only screen and (max-width:800px) {
    .contbox {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* #endregion */

/* #region Subfooter */
.subfooter {
    border-bottom: 5px solid #ebb32f;
    font-size: .9rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.subfooter .subfooterlink {
    font-weight: bold;
    color: #ebb22c;
}

@media only screen and (max-width:500px) {
    .subfooter {
        flex-direction: column-reverse;
        text-align:center;
    }

    .subfooter .sublink {
        margin-bottom: 5px;
    }
}

/* #endregion */

/* #region Custom Styling */

#sedar .yearbox .active {
    background-color: #336b64;
    border-color: #336b64;
}

#sedar .item span {
    color: #ebb22c;
}

#archive .newschive .newsbox {
    border-top: 0;
    border-left: 0;
}

#management .item, #advisors .item {
    border-top: 0;
    border-left: 0;
}

#stock .item {
    border-top: 0;
    border-left: 0;
}

#stock .structbox .item {
    width: 50%;
}

#stock .structbox .item:last-of-type {
    display: none;
}

#subpop {
    background-color: rgba(22, 22, 22, 0.98);
}

#subpop .logo {
    background-image: url('images/tisdale_logo.png');
}

.popped .menubox {
    background-color: rgba(51, 107, 100, 0.98) !important;
}

#sedar .item span {
    color: #ebb22c;
}

#sedar .item:hover {
    background-color: #3e6f58;
}

.project .highlights {
    background-color:#f9f9f9;
    box-shadow:0 2px 5px rgba(0,0,0,0.15);
    padding:30px;
    border-radius:5px;
}

.project table {
    width:100%;
    text-align:center;
}

.project table tr:first-of-type td, .project table tr:nth-child(2) td {
    background-color:#333 !important;
    color:#fff !important;
}

.project table tr:nth-child(even) td {
    background-color:#eee;
}

.project .secalt {
    background-color:#3e6f58;
    padding:30px;
    border-radius:5px;
    color:#fff;
}

.project .secalt h3 {
    color:#fff;
}

/* #endregion */