@font-face {
    font-family: 'Montserrat';
    src:    url('fonts/montserrat-regular.woff2') format('woff2'),
            url('fonts/montserrat-regular.woff') format('woff'),
	        url('fonts/montserrat-regular.ttf')  format('truetype');
    font-display: swap;
}
html {
	overflow-x: hidden !important;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: white;
    margin: 0;
    width: auto !important;
    overflow-x: hidden !important;
    background: #f8f8f8;
}
.log-in {
    display: flex;
    line-height: 1.75;
    font-size: 1.25em;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    background-color: black;
}
.log-in > div {
    width: auto;
    margin: 10% 0% 10% 0%;
    padding: 0px 25px;
    border: none;
}
.log-in img {
    display: block;
    width: 30%;
    min-width: 350px;
    height: auto;
    margin-bottom: 2em;
 }
.log-in button {
    font-size: 0.55em;
    letter-spacing: 1.75px;
    background-color: black;
    color: white;
    padding: 10px 35px;
    border-radius: 5px;
    border: 1px solid #1d44b8;
    cursor: pointer;
    margin: 65px auto 0px auto;
    display: block;
    transition: 3s;
}
.log-in-form {
    border-radius: 5px;
    background-color: #F8F8F8;
    padding: 20px;
    color: #545454;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
    margin: 0 auto;
    text-align: justify;
    min-width: 275px;
}
.log-in-form input[type=password], [type=text], input[type=email], select {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    box-sizing: border-box;
}
.log-in-form a {
    text-decoration: none;
    color: #1d44b8;
}
.log-in-form input[type=submit] {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.5px;
    background-color: #1d44b8;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: 1s;
}
.log-in-form [type=submit]:hover {
    opacity: 0.8;
}
.log-in button:hover {
    border: 1px solid white;
}
.password-reset {
    width: 30%;
    line-height: 1.75;
    font-size: 1.25em;
    margin-right: auto;
    margin-left: auto;
    background-color: black;
}
.password-reset h2 {
    font-size: 1em;
    color: black;
    line-height: 1;
    letter-spacing: 1px;
}
.password-reset img {
    display: block;
    width: 70%;
    min-width: 350px;
    height: auto;
    margin: 10% auto 3em auto;
 }
.password-reset button {
    font-size: 0.55em;
    letter-spacing: 1.75px;
    background-color: black;
    color: white;
    padding: 10px 35px;
    border-radius: 5px;
    border: 1px solid #1d44b8;
    cursor: pointer;
    margin: 65px auto 0px auto;
    display: block;
    transition: 3s;
}
.password-reset button:hover {
    border: 1px solid white;
}
.log-in-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #1d44b8;
    color: white;
    border-top: 2px solid white;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 2;
}
.mosaic-wallet-top-navigation {
    background-color: black;
    overflow: hidden;
}
.mosaic-wallet-top-navigation a {
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 10px 25px;
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
    transition: border-top-color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
}
.mosaic-wallet-top-navigation a:hover, .mosaic-wallet-top-navigation a:focus-visible {
    border-top: 5px solid #1d44b8;
    border-bottom: 5px solid #1d44b8;
}
.mosaic-wallet-secondary-navigation {
    background-color: white;
    overflow: hidden;
    border-radius: 2px;
    border-top: 2.5px solid black;
    border-bottom: 2.5px solid black;
}
.mosaic-wallet-secondary-navigation a {
    color: black;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 10px 25px;
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s ease-in-out,color 0.35s ease-in-out; 
}
.mosaic-wallet-secondary-navigation a:hover, .mosaic-wallet-secondary-navigation a:focus-visible {
    color: white;
    background-color: #1d44b8;
}
.mosaic-wallet-body {
    font-size: 85%;
    float: none;
    box-sizing: border-box;
    padding: 15px 0px;
    background: #f8f8f8;
    color:  #000;
    width: 60%;
    margin: 0 auto;
}
.mosaic-wallet-body-image img {
    display: block;
    margin: 0 0 0 auto;
    padding: 35px 35px 0px 35px;
    width: 5%;
    min-width: 150px;
    height: auto;
}
.mosaic-wallet-body h1 {
    letter-spacing: 1px !important;
}
.mosaic-wallet-body h2 {
    letter-spacing: 1px !important;
    line-height: 1.75;
}
.mosaic-wallet-body h3 {
    letter-spacing: 1px !important;
    line-height: 1.5;
}
.mosaic-wallet-body h4 {
    letter-spacing: 1px !important;
    line-height: 1.5;
}
.mosaic-wallet-body hr {
    border: 0;
    height: 1px;
    width: 100%; 
    margin: 35px auto;
    background-image: linear-gradient(to right, #e6e6e6, #c4c4c4, #e6e6e6);
}
.mosaic-wallet-body a {
    color: black;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-decoration: none;
}
.mosaic-wallet-body a:hover {
    color: #1d44b8;
}
.mosaic-wallet-body table {
    border-collapse: collapse;
    width: 100%;
}
.mosaic-wallet-body table a {
    color: #1d44b8 !important;
}
.mosaic-wallet-body th {
    padding: 12px 8px;
    text-align: left;
    letter-spacing: 1.5px;
    background-color: #afafaf;
    color: white;
}
.mosaic-wallet-body tr:hover {
    background-color: #ddd;
}
.mosaic-wallet-body td {
    border: 1px solid #ddd;
    padding: 8px;
    color: black;
    font-size: 90%;
}
.mosaic-wallet-body ul li {
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.mosaic-wallet-body ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mosaic-wallet-report table {
    border-collapse: collapse;
    width: 100%;
}
.mosaic-wallet-report th {
    border: 0.5px solid #1d44b8;
    background-color:black;
    padding: 10px;
    text-align: left;
    letter-spacing: 1.5px;
    color: white;
    font-size: 100%;
}
.mosaic-wallet-report tr {
    background-color:#F8F8F8;
}
.mosaic-wallet-report tr:hover {
    background-color: #e4e4e4;
}
.mosaic-wallet-report td {
    border: 0.5px solid #1d44b8;
    padding: 7.5px;
    color: black;
    letter-spacing: 1px;
    font-size: 80%;
}
.mosaic-wallet-report table td a {
    color: black;
    font-weight: 500;
    text-decoration: none;
}
.mosaic-wallet-report table td a:hover  {
    color: #1d44b8;
    font-weight: 600;
}
.mosaic-wallet-portal-form {
    border-radius: 5px;
    background-color: #F8F8F8;
    padding: 15px;
    color: #545454;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
    margin: 0 auto;
    text-align: justify;
}
.mosaic-wallet-portal-form input[type=password], [type=text], input[type=email], select {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    padding: 10px 15px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    box-sizing: border-box;
}
.mosaic-wallet-portal-form input[type=submit] {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.5px;
    background-color: black;
    color: white;
    padding: 10px 15px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: 1s;
}
.mosaic-wallet-portal-form [type=submit]:hover {
    opacity: 0.8;
}
.mosaic-wallet-footer {
    font-size: 10px;
    letter-spacing: 1.5px;
    color: white;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #1d44b8;
    text-align: center;
    overflow: hidden;
    line-height: 2;
    border-top: 2px solid white;
}
.log-out-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: white;
    color: black;
    border-bottom: 2px solid black;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 2;
}
.log-out {
    color: black;
    background-color: white;
    text-align: center;
    padding: 2em;
    overflow: hidden;
    letter-spacing: 0.5px;
    line-height: 1.25;
}
.log-out img {
    display: block;
    width: 20%;
    min-width: 175px;
    height: auto;
    margin: 3.5em auto;
}
.log-out a {
    color: #1d44b8;
    text-decoration: none;
    font-weight: 900;
}
.log-out  hr {
    border: 0;
    height: 1px;
    margin: 30px auto;
    background-image: linear-gradient(to right, #e6e6e6, #c4c4c4, #e6e6e6);
    width: 90%;
}
.log-out-row {
    color: black;
    background-color: white;
    box-sizing: border-box;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px;
}
.log-out-column {
    box-sizing: border-box;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
    padding: 0 5px;
}
.log-out-column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}
.log-out-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: black;
    font-size: 8px;
    letter-spacing: 0.5px;
    text-align: center;
}
#TopButton {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgb(0,0,0,0.5);
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}
#TopButton:hover, #TopButton:focus-visible {
    background-color: black;
}
/*Width<990px*/
@media only screen and (max-width: 990px) {
    .log-in {
        flex-direction: column;
        width: 100%;
        text-align: center;
        font-size: 0.8em;
    }
    .log-in > div {
        width: auto;
        margin: 5% 7.5% 0% 7.5%;
    }
    .log-in img {
        margin-top: 1.25em;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        min-width: 200px;
    }
    .password-reset {
        width: 75%;
        font-size: 0.8em;
    }
    .password-reset img {
        min-width: 200px;
    }
    .log-in-form {
        min-width: 0px;
    }
    .log-in-footer {
        font-size: 7px;
    }
    .mosaic-wallet-top-navigation a {
        font-size: 10px;
        padding: 5px 10px;
    }
    .mosaic-wallet-body {
        width: 100%;
        font-size: 85%;
        padding: 10px 20px;
    }
    .mosaic-wallet-body hr {
        margin: 25px auto;
    } 
    .mosaic-wallet-body-image {
        display: none;
    }
    .mosaic-wallet-body {
        width: 90%;
    }
    .mosaic-wallet-body ul {
        margin: 0.5em;
    }
    .mosaic-wallet-body li {
        margin: 0.5em;
        font-size: 85% !important;
    }
    .mosaic-wallet-body hr {
        margin: 25px auto;
    }
    #MosaicFootnote {
        font-size:0.7em;
    }
    .mosaic-wallet-footer {
        font-size: 7.5px;
        letter-spacing: 0px;
    }
    .log-out-header {
        font-size: 7.5px;
        letter-spacing: 0.5px;
    }
    .log-out-column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
    .log-out img {
        width: 60%;
    }
}
/*Print*/
@media print {
    .mosaic-wallet-top-navigation  {
        display: none;        
    }
}