@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: 200;
    font-size: 90%;
    color: #595959;
    margin: 0;
    width: auto !important;
    overflow-x: hidden !important;
    background-color: white;
}
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin: 25px 0px;
}
button {
    font-size: 0.85em;
    letter-spacing: 1.75px;
    background-color: #1d44b8;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #1d44b8;
    cursor: pointer;
    display: block;
    margin: 25px auto 20px auto;
    min-width: 70%;
    transition: opacity 0.35s ease-in-out;
}
button:hover {
    opacity: 0.65;
}
.mosaic-home-services-top-navigation {
    background-color: black;
    overflow: hidden;
}
.mosaic-home-services-top-navigation a {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 15px 20px;
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid black;
}
.mosaic-home-services-top-navigation a:hover {
    background: #1d44b8;
    transition: 0.25s;
}
.mosaic-home-services-top-navigation .icon {
    display: none;
}
.mosaic-home-services-row {
    color: black;
    box-sizing: border-box;
    margin: 0;
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 2px;
}
.mosaic-home-services-column {
    box-sizing: border-box;
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 2px;
}
.mosaic-home-services-column img {
    margin-top: 4px;
    vertical-align: middle;
    width: 100%;
}
.mosaic-home-services-body {
    line-height: 1.5;
    margin: 0 auto;
    width: 50%;
    padding: 1em;
    text-align: justify;
}
.mosaic-home-services-body h1 {
    color: #404040;
    padding-top: 15px;
    letter-spacing: 1px;
    text-align: left;
}
.mosaic-home-services-body h2 {
    color: #404040;
    border-bottom: 0.5px solid #C0C0C0;
    padding-top: 15px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    text-align: left;
}
.mosaic-home-services-body h3 {
    color: #404040;
    padding-top: 10px;
    letter-spacing: 1px;
    text-align: left;
}
.mosaic-home-services-body h4 {
    color: #1d44b8;
    border-bottom: 0.5px solid #C0C0C0;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    text-align: left;
}
.mosaic-home-services-body img {
    display: block;
    margin: 50px 0 25px auto;
    width: 25%;
    min-width: 150px;
    height: auto;
}
.mosaic-home-services-body a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}
.mosaic-home-services-body a:hover {
    color: black;
}
.mosaic-home-services-body table {
    width: 100%; 
    border-collapse: collapse;
    letter-spacing: 1.5px;
    margin-top: 10px;
}
.mosaic-home-services-body th {
    color: #1d44b8;
    font-weight: bold;
    padding: 5px 0;
}
.mosaic-home-services-body td {
    padding: 5px 0;
}
.mosaic-home-services-form {
    font-family: "Montserrat", sans-serif;
    color: #595959;
    line-height: 1.5;
    margin: 0 auto;
    width: 50%;
    letter-spacing: 0.5px;
}
.mosaic-home-services-form h1 {
    color: #404040;
    padding-top: 15px;
    letter-spacing: 1.5px;
    text-align: left;
}
.mosaic-home-services-form h2 {
    color: #404040;
    border-bottom: 0.5px solid #1d44b8;
    padding-bottom: 10px;
    line-height: 2;
    letter-spacing: 1.5px;
}
.mosaic-home-services-form h3 {
    color: #1d44b8;
    padding: 10px 20px;
    letter-spacing: 2px;
    background-color: #ebebeb;
    border-radius: 7.5px;
}
.mosaic-home-services-form h4 {
    color: #404040;
    border-bottom: 0.5px solid #C0C0C0;
    font-size: 1.25em;
    line-height: 2;
    letter-spacing: 2px;
}
.mosaic-home-services-form img {
    display: block;
    margin: 50px 0 25px auto;
    width: 25%;
    min-width: 150px;
    height: auto;
}
.mosaic-home-services-form ol {
    color: black;
	background-color:#F8F8F8;
	padding: 15px 30px;
    margin: 1em 0em;
	border: 1px solid black;
    border-radius: 7.5px;
    list-style-type: none;
}
.mosaic-home-services-form li {
    font-size: 90%;
    letter-spacing: 1px;
	margin: 0.75em 0;
}
.mosaic-home-services-form a {
    color: #404040;
}
.mosaic-home-services-form a:hover {
    text-decoration: none;
}
.mosaic-home-services-form fieldset {
    background-color: #F8F8F8;
    padding: 1.25em 2.25em;
    margin: 1.5em 0;
    border: 0.5px solid #595959;
    border-radius: 10px;
}
.mosaic-home-services-form legend {
    font-size: 120%;
    letter-spacing: 2px;
    color: #1d44b8;
    background-color: white;
    padding: 10px 25px;
    border: 0.5px solid #595959;
    border-radius: 5px;
}
.mosaic-home-services-form label{
    color: #333333;
    font-weight: bold;
}
.mosaic-home-services-form input[type=text], input[type=tel], input[type=email], input[type=number], input[type=date], select {
    font-family: "Montserrat", sans-serif;
    font-size: 85%;
    color: #595959!important;
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    border: 0.5px solid #C0C0C0;
    border-radius: 4px;
    box-sizing: border-box;
}
.mosaic-home-services-form textarea {
    font-family: "Montserrat", sans-serif;
    font-size: 85%;
    color: #595959!important;
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    border: 0.5px solid #C0C0C0;
    border-radius: 4px;
    box-sizing: border-box;
}
.mosaic-home-services-form input[type=file] {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
}
.mosaic-home-services-form input[type=file]::file-selector-button {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    background-color: #C0C0C0;
    color: white;
    padding: 10px 30px;
    margin: 0 35px 0 0;
    border: 0.5px solid #404040;
    border-radius: 4px;
    transition: 0.25s;
}
.mosaic-home-services-form input[type=file]::file-selector-button:hover {
    background-color: #9e9e9e;
}
.mosaic-home-services-form input[type=submit] {
    font-family: "Montserrat", sans-serif;
    width: 100%;
    background-color: #1d44b8;
    color: white;
    letter-spacing: 1px;
    padding: 15px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.25s;
}
.mosaic-home-services-form input[type=submit]:hover {
    background-color: rgb(11,27,72, 0.8);
}
.vacancy {
    background: #f4f4f4;
    color: #545454;
    font-family: "Montserrat", sans-serif;
    text-align: justify;
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0px 35px;
    padding: 2.5% 5%;
    border-radius: 5px;
    border-style: solid;
    border-width: 0.5px;
}
.vacancy h1 {
    font-size: 200%;
    text-align: left;
    color: #1d44b8;
    letter-spacing: 1.75px;
    margin: 0;
    font-weight: 600;
    line-height: 2;
}
.vacancy h2 {
    font-size: 125%;
    text-align: left;
    color: black;
    border-bottom: 0.25px solid #1d44b8;
    letter-spacing: 1.25px;
    margin: 0px 0px 15px;
    font-weight: 600;
    line-height: 2;
}
.vacancy ul {
    padding: 0 0 0 1.15em;
    list-style-position: outside;
}
.vacancy li {
    line-height: 1.5;
}
.mosaic-home-services-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #F8F8F8;
    font-weight: 800;
    font-size: 9px;
    letter-spacing: 3px;
    text-align: center;
    border-top: 0.1px solid #C0C0C0;
    padding: 0.5em;
}
.mosaic-home-services-footer a {
    text-decoration: none;
    color: #595959;
}
.mosaic-home-services-footer a:hover {
    color: #1d44b8;
    transition: 0.25s;
}
table.icons {
    position: absolute; 
    top: 5px; 
    right: 10px; 
}
img.icons {
    width: 20px;
    height: 20px;
    border: 0;
}
.icons a {
    padding: 15px 10px;
}
.icons a:hover {
    opacity: 1;
    background-color: #909090;
}
#top-button {
    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;
    letter-spacing: 0px;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    min-width: 5px;
}
#top-button:hover {
    background-color: #1d44b8;
}
/*Width<1490px*/
@media only screen and (max-width: 1490px) {
.mosaic-home-services-column {
    -ms-flex: 33.33%;
    flex: 33.33%;
    max-width: 33.33%;
}
}
/*Width<990px*/
@media only screen and (max-width: 990px) {
body {
    font-size: 70%;
}
.mosaic-home-services-top-navigation {
    font-size: 40%;
}
.mosaic-home-services-top-navigation a:not(:first-child) {
    display: none;
}
.mosaic-home-services-top-navigation a.icon {
    float: right;
    display: block;
}
.mosaic-home-services-top-navigation.responsive {
    position: relative;
}
.mosaic-home-services-top-navigation.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
}
.mosaic-home-services-top-navigation.responsive a {
    float: none;
    display: block;
    text-align: left;
}
.mosaic-home-services-column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
}
.mosaic-home-services-body {
    width: 90%;
}
.mosaic-home-services-body img {
    margin: 25px 0 15px auto;
}
.mosaic-home-services-form ol {
	padding: 12.5px 15px;
}
.mosaic-home-services-form {
    width: 92.5%;
}
.mosaic-home-services-form legend {
    padding: 7.5px 12.5px;
}
.mosaic-home-services-form input[type=submit] {
    letter-spacing: 0px;
}
table.icons {
    top: 7.5px; 
}
.icons a {
    padding: 6.5px 10px;
}
img.icons {
    width: 15px;
    height: 15px;
    color: white;
}
}

/*Print*/

@media print {
.mosaic-home-services-top-navigation {
    display: none;
}
.mosaic-home-services-body {
    width: 90%;
}
.mosaic-home-services-body img {
    display: none;
}
.mosaic-home-services-footer {
    display: none;
}
}