@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: #f1f1f1;
}
.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 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-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-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    border-top: 2px solid white;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 2;
}
.mosaic-portal-top-navigation {
    background-color: black;
    overflow: hidden;
}
.mosaic-portal-top-navigation a {
    font-size: 15px;
    letter-spacing: 1.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;
}
.mosaic-portal-top-navigation a:hover {
    border-top: 5px solid #1d44b8;
    border-bottom: 5px solid #1d44b8;
}
.mosaic-portal-header {
    letter-spacing: 1px;
    font-size: 75%;
    padding: 2.5px;
    text-align: center;
    color: white;
    border-top: 1px solid #f1f1f1;
    background: rgb(0,0,0,0.95);
}
.mosaic-portal-left-column {   
    font-size: 85%;
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 15px 30px;
    background: rgb(0,0,0,0.95);
    color: white;
    min-height: 1500vh!important;
}
.mosaic-portal-left-column h1 {
    letter-spacing: 1.5px;
}
.mosaic-portal-left-column h2 {
    display: none;
}
.mosaic-portal-left-column a {
    display: block;
    padding: 10px 20px;
    color: #f1f1f1;
    text-decoration: none;
}
.mosaic-portal-left-column a:hover {
    background-color: #1d44b8;
}
#MosaicHamburger {
    display: none;
    font-size: 25px;
    cursor: pointer;
    padding: 0;
}
#MosaicCross {
    display: none;
    font-size: 40px;
    cursor: pointer;
    padding: 0;
    text-align: right;
}
.mosaic-portal-property-owner {
    font-size: 85%;
    float: right;
    width: 80%;
    box-sizing: border-box;
    padding: 15px 30px;
    background: #f1f1f1;
    color: #000;
}
.mosaic-portal-property-owner h1 {
    letter-spacing: 1px !important;
}
.mosaic-portal-property-owner h2 {
    letter-spacing: 1px !important;
    color: #1d44b8;
}
.mosaic-portal-property-owner h3 {
    letter-spacing: 1px !important;
}
.mosaic-portal-property-owner hr {
    border: 0;
    height: 1px;
    margin: 35px auto;
    background-image: linear-gradient(to right, #e6e6e6, #c4c4c4, #e6e6e6);
}
.mosaic-portal-property-owner table {
    border-collapse: collapse;
    width: 100%;
    font-size: 90%;
}
.mosaic-portal-property-owner td, th {
    padding-top: 5px;
    padding-bottom: 5px;
}
.mosaic-portal-property-owner form {
    font-size: 75%;
    background-color: black;
    padding: 5px 20px;
    border-radius: 5px;
    margin-top: 20px;
}
.mosaic-portal-property-owner label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #1d44b8;
}
.mosaic-portal-property-owner select {
    width: 100%;
    padding: 8.5px;
    border-radius: 3.5px;
    border: 1px solid #ccc;
    color: #1d44b8;
}
.mosaic-portal-property-owner select option:hover {
    background-color: #1d44b8;
    color: white;
}
.mosaic-portal-property-owner-monthly-reports table {
    border-collapse: collapse;
    width: 100%;
}
.mosaic-portal-property-owner-monthly-reports th {
    border: 0.5px solid #1d44b8;
    background-color:#1d44b8;
    padding: 10px;
    text-align: left;
    letter-spacing: 1.5px;
    color: white;
    font-size: 100%;
}
.mosaic-portal-property-owner-monthly-reports tr {
    background-color:#F8F8F8;
}
.mosaic-portal-property-owner-monthly-reports tr:hover {
    background-color: #e4e4e4;
}
.mosaic-portal-property-owner-monthly-reports td {
    border: 0.5px solid #1d44b8;
    padding: 7.5px;
    color: black;
    letter-spacing: 1px;
    font-size: 80%;
}
.mosaic-portal-property-owner-monthly-reports table td a {
    color: black;
    font-weight: 500;
    text-decoration: none;
}
.mosaic-portal-property-owner-monthly-reports table td a:hover  {
    color: #1d44b8;
    font-weight: 600;
}
.mosaic-portal-right-column {
    font-size: 85%;
    float: right;
    width: 80%;
    box-sizing: border-box;
    padding: 15px 30px;
    background: #f1f1f1;
    color: #000;
}
.mosaic-portal-right-column a {
    color: black;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-decoration: none;
}
.mosaic-portal-right-column a:hover {
    color: #1d44b8;
}
.mosaic-portal-right-column hr {
    border: 0;
    height: 1px;
    margin: 35px auto;
    background-image: linear-gradient(to right, #e6e6e6, #c4c4c4, #e6e6e6);
}
.mosaic-portal-right-column a:hover {
    color: black;
}
.mosaic-portal-right-column table {
    border-collapse: collapse;
    width: 100%;
}
.mosaic-portal-right-column th {
    padding: 12px 8px;
    text-align: left;
    letter-spacing: 1.5px;
    background-color: #afafaf;
    color: white;
}
.mosaic-portal-right-column tr:hover {
    background-color: #ddd;
}
.mosaic-portal-right-column td {
    border: 1px solid #ddd;
    padding: 8px;
    color: black;
    font-size: 90%;
}
.mosaic-portal-right-column table a {
    color: #1d44b8 !important;
}
.property-quote {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 150%;
}
.property-quote q {
    font-size: 24px;
    line-height: 200%;
}
.mosaic-portal-single-column-image {
    width: 100%;
}
.mosaic-portal-single-column-image img {
    display: block;
    margin: 0 0 0 auto;
    padding: 35px 35px 0px 35px;
    width: 5%;
    min-width: 150px;
    height: auto;
}
.mosaic-portal-single-column {
    font-size: 85%;
    padding: 15px 0px;
    background: #f1f1f1;
    color:  #000;
    width: 60%;
    margin: 0 auto;
}
.mosaic-portal-single-column h1 {
    letter-spacing: 1px !important;
}
.mosaic-portal-single-column h2 {
    letter-spacing: 1px !important;
}
.mosaic-portal-single-column hr {
    border: 0;
    height: 1px;
    margin: 35px auto;
    background-image: linear-gradient(to right, #e6e6e6, #c4c4c4, #e6e6e6);
}
.mosaic-portal-footer {
    font-size: 9px;
    letter-spacing: 1px;
    color: black;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f1f1f1;
    text-align: center;
    overflow: hidden;
    line-height: 1.8;
    border-top: 0.5px solid Black
}
.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; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 5px;
}
.log-out-column {
    box-sizing: border-box;
    -ms-flex: 25%; /* IE10 */
    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(29,68,184,0.5);
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}
#TopButton:hover {
    background-color: #1d44b8;
}
/*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;
        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-portal-top-navigation a {
        font-size: 10px;
        padding: 5px 10px;
    }
    .mosaic-portal-header {
        font-size: 50%;
        letter-spacing: 0px;
    }
    .mosaic-portal-left-column {   
        width: 0;
        display: none;
        font-size: 75%;
        padding: 10px 20px;
        min-height: 200vh !important;
    }
    #MosaicHamburger {
        display: block;
    }
    #MosaicCross {
        display: block;
    }
    .mosaic-portal-right-column {
        width: 100%;
        font-size: 85%;
        padding: 10px 20px;
    }
    .mosaic-portal-right-column hr {
        margin: 25px auto;
    } 
    .mosaic-portal-single-column-image {
        display: none;
    }
    .mosaic-portal-single-column {
        width: 90%;
    }
    .mosaic-portal-single-column ul {
        margin: 0.5em;
    }
    .mosaic-portal-single-column li {
        margin: 0.5em;
        font-size: 85% !important;
    }
    .mosaic-portal-single-column hr {
        margin: 25px auto;
    }
    .mosaic-portal-property-owner {
        width: 100%;
        font-size: 85%;
        padding: 10px 20px;
    }
    .mosaic-portal-property-owner table {
        font-size: 80%;
    }
    .mosaic-portal-property-owner td, th {
        padding-top: 2.5px;
        padding-bottom: 2.5px;
    }
    .mosaic-portal-property-owner-monthly-reports th {
        padding: 10px;
        font-size: 75%;
    }
    .mosaic-portal-property-owner-monthly-reports td {
        padding: 5px;
        font-size: 60%;
    }
    #MosaicFootnote {
        font-size:0.7em;
    }
    .mosaic-portal-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-portal-top-navigation  {
        display: none;        
    }
    .mosaic-portal-header {
        display: none;            
    }
    .mosaic-portal-left-column {   
        display: none;
    }
    .mosaic-portal-property-owner {
        width: 100%;
    }
}