﻿@media (min-width: 1px) {

    /*#############################################################*/
    /* SHARED ###################################################
    ############################################################*/

    .top-row-margin {
        margin-top: calc(28.08vw);
    }

    /* Background image rows */
    .background-row {
        height: calc(153.87vw);
        margin: 0 0 8vw 0;
    }

    /*#############################################################*/
    /* ROW ONE ###################################################
    ############################################################*/

    .sitemap-row-one-container {
        position: relative;
        width: 100%;
        height: calc(120vw);
    }

    .sitemap-row-one-background-row {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        margin: 0;
    }

    .sitemap-row-one-content-row {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: calc(10vw) 5.33%;
    }

    .sitemap-row-one-content {
        width: 100%;
        text-align: center;
    }

    .sitemap-row-one-heading {
        color: #326295;
        font-size: calc(8vw);
        margin: 0;
        font-weight: 600;
    }

    /*#############################################################*/
    /* ROW THREE - Sitemap Links #################################
    ############################################################*/

    .sitemap-row-three {
        margin: 0;
        padding-top: calc(8vw);
        padding-bottom: calc(8vw);
    }

    .sitemap-column {
        padding: 0 5.33%;
        margin-bottom: calc(8vw);
    }

    .sitemap-header {
        color: #326295;
        font-size: calc(4.5vw);
        font-weight: bold;
        margin-bottom: calc(4vw);
        padding-bottom: calc(2vw);
        border-bottom: 2px solid #326295;
        text-transform: uppercase;
    }

    .sitemap-header a {
        color: #326295;
        text-decoration: none;
    }

    .sitemap-link-group {
        margin-bottom: calc(4vw);
    }

    .sitemap-link {
        margin-bottom: calc(2vw);
    }

    .sitemap-link a {
        color: #326295;
        font-size: calc(4vw);
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
    }

    .sitemap-link a:hover {
        text-decoration: underline;
    }

    .sitemap-sublinks {
        color: #326295;
        list-style: disc;
        margin: 0;
        padding-left: calc(6vw);
    }

    .sitemap-sublinks li {
        margin-bottom: calc(1.5vw);
    }

    .sitemap-sublinks a {
        color: #326295;
        font-size: calc(3.5vw);
        text-decoration: none;
    }

    .sitemap-sublinks a:hover {
        text-decoration: underline;
    }

}
