﻿
/* Main Nav Mition*/


.Members--Main-navbar--Wrapper {
    background-color: var(--HeaderBackgroundColour);
    min-height: 140px;
    position: relative;
    top: -50px;
    max-width: 1410px;
    margin-left: auto;
    margin-right: auto;
}


/* Hide 2nd wrapper */
.col-sm-12 .Members--Main-navbar--Wrapper {
    display: none;
}

    .mobile-menu-header-wrapper {
    background-color: var(--HeaderBackgroundColour);
}

.Portal {
    padding-top: unset !important;
}

/* Watermark utility classes for Mition*/


.watermark1 div:first-of-type::before {
    content: "";
    position: absolute !important;
    inset: 0;
    background-image: url(https://igptn.mition.com.au/api/Website/DownloadFile?FileGuid=e2ff1c72-8990-4021-953b-e3391e85b2a5#EXT=.png);
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    margin: 25px;
}


.watermark1  div:first-of-type::before {
    position: relative;
}

.watermark2 div:first-of-type::before {
    content: "";
    position: absolute !important;
    inset: 0;
    background-image: url(https://igptn.mition.com.au/api/Website/DownloadFile?FileGuid=6b1e6458-278d-43e1-9c88-dd4467907f01#EXT=.png);
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    margin: 25px;
}


.watermark2 div:first-of-type::before {
    position: relative;
}



/* Header feature underline for Mition*/
.Header {
    border-bottom: none; /* remove the old line */

    background-image: url("https://igptn.mition.com.au/api/Website/DownloadFile?FileGuid=3a7cbba9-d3a2-479f-9469-9d8adc3d0fbf#EXT=.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 1200px 15px;
    margin-bottom: 0 !important;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 15px; /* 👈 important: creates space for the line */
}


/* Bullet points for Mition*/

ul {
    list-style: none; /* remove default bullets */
    padding-left: 0;
}

    ul li {
        position: relative;
        padding-left: 28px; /* space for your icon */
    }

        ul li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 6px;
            width: 16px;
            height: 16px;
            background-image: url("https://igptn.mition.com.au/api/Website/DownloadFile?FileGuid=5403202d-055f-4938-96a6-1aadfc72aac5#EXT=.png");
            background-size: contain;
            background-repeat: no-repeat;
        }

/* font awesome icon for seedling replaced by this image */
.members--iconDisplay.fa-seedling::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("https://igptn.mition.com.au/api/Website/DownloadFile?FileGuid=5403202d-055f-4938-96a6-1aadfc72aac5#EXT=.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}