<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
   font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;   
}

.btn-addomail {
    background-color: #00426b;
    color:#ffffff;
}

    .btn-addomail:hover {
        color:#ffffff;
        background-color:#34a4ea;
    }

.right{
    float:right;
}

.spacer-2{
    margin-top:2em;
}

.spacer-3 {
    margin-top: 3em;
}

.background{
    background-color:#00426b;
}

span.blockspam {
    display: none;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .portalHeading {
        margin-bottom: 0.5em;
        color: white;
        font-size: 1em;
        text-align: center;
    }

    .LoginMove {
        margin-top: -20px;
    }

    .WebMailMove {
        margin-top: -90px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .portalHeading {
        margin-bottom: 0.5em;
        color: white;
        font-size: 1.5em;
        text-align: center;
    }

    .LoginMove {
        margin-top: -20px;
    }

    .WebMailMove {
        margin-top: -90px;
    }
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .portalHeading {
        margin-bottom:0.5em;
        color: white;
        font-size: 1.5em;
        text-align: center;
    }

    .LoginMove {
        margin-top: -5px;
    }

    .WebMailMove {
        margin-top: -70px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .portalHeading {
        margin-top:0.75em;
        color: white;
        font-size: 1.75em;
        text-align: center;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .portalHeading {
        margin-top:1em;
        color: white;
        font-size: 2em;
        text-align: center;
    }
}

/* Dropdown List Styling */
.dropdownAm {
    position: relative;
    display: inline-block;
    background-color:cadetblue;
 
}

.dropdownAm-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdownAm:hover .dropdownAm-content {
    display: block;
}

.dropdown-item:hover{
    background-color:skyblue;
}

#rcorners1 {
    /* border-radius: 8px;
    background: #73AD21;*/
    padding: 5px;
    width: 160px;
    height: 40px;
    color: #FFFFFF;
}</pre></body></html>