﻿.main-container {
    height: 445px;
    background-color: rgba(0,0,0,0.6);
}

.intro {
    /*padding-left: 53px 29px 18px 29px;*/
    display: flex;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.intro-left {
    width: 60%;
    color: #FFFFFF;
    text-align: left;
}

.intro-right {
    /*width: 40%;*/
    color: #FFFFFF;
    text-align: left;
}

.intro div {
    font-size: var(--text-regular-1);
    margin-top: 34px;
    overflow: visible;
}
    .intro div a {
        color: var(--white);
        text-decoration: underline;
    }

div.intro.main-content a {
    text-decoration: underline;
    color: var(--tint);
}

    div.intro.main-content a:hover {
        outline: 2px var(--tint) solid;
        display: inline;
        padding: 0px 2px;
        margin: 0px -2px;
    }

    div.intro.main-content a:active {
        background-color: var(--dark-blue);
        color: var(--tint) !important;
        display: inline;
        padding: 0px 4px;
        margin: 0px -4px;
        outline: unset;
    }

i.fa-external-link-square-alt {
    display: inline;
}

.gradient {
    background-image: linear-gradient(76deg, var(--dark-green), var(--green));
}
.navy-blue-bg {
    background-color: #3A506B;
}

.mountain-range {
    background: linear-gradient( rgba(31, 31, 31, 0.7), rgba(31, 31, 31, 0.7) ),url('../Images/Mobile/homepage_banner_x2.webp');
    background-size: 100%;
    background-color: #1F1F1F;
    background-repeat: no-repeat;
}

#content > div.main-container.mountain-range > div.buttonstack.main-content > div > a:active, #content > div.main-container.mountain-range > div.buttonstack.main-content > div > a:focus {
    background-color: var(--dark-blue) !important;
    color: var(--tint) !important;
    outline: unset;
}

p.tag-line {
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 700;
}

.useful-links {
    overflow: hidden;
    margin-top: 26px;
    text-align: center;
    width: 288px;
    margin-left: auto;
    margin-right: auto;
}

    .useful-links div {
        float: left;
        text-align: center;
        display: inline-block;
    }

        .useful-links div a {
            display: block;
            box-sizing: border-box;
            width: 140px;
            border: 1px solid #979797;
            text-align: center;
        }

        .useful-links div:nth-child(2) {
            margin: 0 0 0 8px;
        }

        .useful-links div a p {
            height: 16px;
            color: #FFFFFF;
            font-size: var(--text-regular-1);
            font-weight: 600;
            line-height: 16px;
            margin-top: 12px;
            margin-bottom: 0px;
        }

        .useful-links div a i {
            height: 16px;
            width: 31px;
            color: #FFFFFF;
            line-height: 16px;
            text-align: center;
            margin-top: 7px;
            margin-bottom: 14px;
        }

div.icon-container.wee-square {
    float: right;
}

.fa-arrow-alt-circle-right {
    color: #ffffff;
}

div.blurb h1, div.blurb h2 {
    font-weight: 700;
}

div.buttonstack > div > p {
    margin: 20px 0px 0px 0px;
}

    div.buttonstack > div > p:last-of-type {
        margin-bottom: 20px;
    }

div.blue-line {
    margin-top: 1.15rem;
}

div.or-wrapper {
    width: 93px;
    height: 20px;
    margin: 20px auto 20px auto;
}

    div.or-wrapper div.line {
        width: 27px;
        display: inline-block;
        vertical-align: middle;
    }

    div.or-wrapper p {
        width: 24px;
        display: inline-block;
        text-align: center !important;
        margin-left: 7px;
        margin-right: 7px;
        font-weight: 700;
        color: var(--default-text-color);
        line-height: 16px;
    }

a.filled-button {
    background-color: var(--dark-green);
    color: var(--white);
}


    a.filled-button:hover {
        border: 4px solid var(--dark-blue);
        color: var(--white);
    }

    a.filled-button:active {
        color: var(--tint);
        background-color: var(--grey);
    }

div.search-link-container {
    overflow: hidden;
}

    div.search-link-container div.search-link {
        float: left;
        text-align: center;
    }

        div.search-link-container div.search-link:last-of-type {
            margin-left: 4px;
        }

        div.search-link-container div.search-link a {
            display: block;
            box-sizing: border-box;
            width: 140px;
            border: 1px solid #979797;
            text-align: center;
            background-color: #646464;
            color: #FFFFFF;
            width: 158px;
        }

            div.search-link-container div.search-link a:hover {
                text-decoration: none;
            }

        div.search-link-container div.search-link > a > p {
            font-size: var(--text-regular-1);
            margin: 43px 0px 0px 0px;
            height: 82px;
            line-height: 28px;
        }

            div.search-link-container div.search-link > a > p > strong {
                font-size: var(--text-regular-2);
            }

        div.search-link-container div.search-link > a > i {
            font-size: var(--text-regular-3);
            line-height: 29px;
            margin-bottom: 35px;
            height: 29px;
            width: 33px;
        }

div.faq-header {
    background-color: #646464;
    padding: 14px 15px;
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
    user-select: none;
    margin-top: 4px;
}

    div.faq-header a {
        color: #FFFFFF;
        text-decoration: none;
    }

        div.faq-header a:hover {
            text-decoration: none;
        }

    div.faq-header > a > i {
        height: 18px;
        width: 25px;
        font-size: var(--text-regular-2);
        line-height: 18px;
        text-align: right;
        margin: 0px 0px 0px 10px;
    }

    div.faq-header > a > span {
        font-size: var(--text-regular-2);
        line-height: 24px;
        width: 250px;
        display: inline-block;
    }

div.searchlinks {
    margin: 0px;
    flex-direction: column;
}

    div.searchlinks p {
        text-align: left;
    }

.buttonstack > div:last-of-type {
    margin-bottom: 15px;
}

@media (min-width: 750px) {
    div .searchlinks {
        flex-direction: row;
    }

        div.searchlinks div {
            margin-bottom: 0px;
        }

            div.searchlinks div a {
                width: 100%;
            }

    .buttonstack > div > * {
        min-width: 250px;
    }

    div.or-wrapper {
        display: -ms-flexbox;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        /* Firefox */
        display: -moz-box;
        -moz-box-pack: center;
        -moz-box-align: center;
        /* Safari, Opera, and Chrome */
        display: -webkit-box;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        /* W3C */
        display: box;
        box-pack: center;
        box-align: center;
        margin: 0px;
        height: 100%;
        width: 100%;
    }

        div.or-wrapper div p {
            margin-bottom: 0px;
            margin-top: 10px;
        }

        div.or-wrapper asie div {
            vertical-align: text-top;
        }
}

@media (max-width: 769px)
{
    .main-container
    {
        height: auto;
    }
    .intro {
        flex-direction: column;
    }

    .intro-left {
        text-align: center;
        width: auto;
    }
    .intro-right img{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .main-container {
        height: auto;
    }
}

@media (max-width: 450px) {
    div.intro.main-content {
        padding: 20px 7px 0px 7px;
    }

        div.intro.main-content h1 {
            margin: 0;
        }

        div.intro.main-content div {
            margin: 10px 0;
        }
}

@media screen and (max-width: 360px) {
    .intro div {
        font-size: var(--text-regular-1);
    }

}

@media screen and (min-width: 768px) {
    .intro div {
        /*height: 140px;
        width: 60%;*/
        margin: auto auto;
    }
}

@media screen and (min-width: 768px) and (orientation: portrait) {
    .mountain-range {
        background: linear-gradient( rgba(31, 31, 31, 0.7), rgba(31, 31, 31, 0.7) ),url('../Images/Tablet/portrait/homepage_banner_x2_portrait.webp');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .footer-image {
        background: url(../Images/Tablet/portrait/homepage_footer_x2_portrait.webp);
    }
}

@media screen and (min-width: 768px) and (orientation: landscape) {
    .mountain-range {
        background: linear-gradient( rgba(31, 31, 31, 0.7), rgba(31, 31, 31, 0.7) ),url('../Images/Tablet/landscape/homepage_banner_x2_landscape.webp');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .footer-image {
        background: url(../Images/Tablet/landscape/homepage_footer_x2_landscape.webp);
    }
}

@media (min-width: 1024px) {
    .mountain-range {
        background: linear-gradient( rgba(31, 31, 31, 0.7), rgba(31, 31, 31, 0.7) ),url('../Images/Desktop/homepage_banner_x2_desktop.webp');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .footer-image {
        background: url(../Images/Desktop/homepage_footer_x2_desktop.webp);
    }
}
