@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    src:    url('https://mosaic.co.za/library/fonts/Montserrat-Regular.woff2') format('woff2'),
            url('https://mosaic.co.za/library/fonts/Montserrat-Regular.woff') format("woff"),
	        url('https://mosaic.co.za/library/fonts/Montserrat-Regular.ttf')  format('truetype');
    font-display: swap;
}
.navigation-bar {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    background-color: #f9f9f9;
    overflow: hidden;
    border-radius: 5px;
}
.navigation-bar a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 18px 40px;
    text-decoration: none;
}
.navigation-bar a:hover {
    background-color: #E0E0E0;
    color: white;
    opacity: 0.85;
}
.navigation-bar a.active {
    background-color: #E0E0E0;
    color: black;
}
.navigation-bar .icon {
    display: none;
}
.insights-logo {
    display: block;
    margin: 50px 0px 75px auto;
    width: 25%;
    min-width: 200px;
    height: auto;
}
.insights-body {
    background: #fff;
    color: #545454;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    width: 50%;
    text-align: justify;
}
.insights-body h1 {
    color: #000;
    letter-spacing: 1px;
    text-align: left;
}
.insights-body h2 {
    padding-top: 10px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #1d44b8;
}
.insights-body h3 {
    padding-top: 10px;
    letter-spacing: 0.25px;
    text-align: left;
}
.insights-body h4 {
    padding-top: 10px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #1d44b8;
}
.insights-body a {
    text-decoration: none;
    color: #000;
    text-decoration-line: underline;
    text-decoration-color: #000;	
    text-decoration-style: solid;
}
.insights-body a:hover {
    text-decoration-line: none;
}
.insights-menu {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    width: 50%;
    text-align: left;
}
.insights-menu h2 {
    padding-top: 0px;
    color: #1d44b8;
    text-align: left;
    letter-spacing: 0.5px;
}
.insights-menu a {
    color: #545454;
    text-decoration: none !important;
}
.insights-menu a:hover {
    font-weight: 500;
}
hr {
    border: 0;
    height: 1px;
    margin: 30px 0px 30px;
    background: #000000;
    background-image: linear-gradient(to right, #BEBEBE, #000000, #BEBEBE);
}
.insights-image {
    margin: 0;
    padding: 0;
    width: 100%;
}
.mfo-blurb {
    background: #f4f4f4;
    color: black;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    margin: 0px auto;
    padding: 2.5%;
    width: 45%;
}
.mfo-blurb h1 {
    color: #000;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 200;
}
.mfo-blurb a {
    text-decoration: none;
    letter-spacing: 0.25px;
    color: #1d44b8;
}
.mfo-blurb a:hover {
    text-decoration-line: underline;
    text-decoration-color: #1d44b8;	
    text-decoration-style: solid;
}
.insights-form {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    color: #545454;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
    margin: 0 auto;
    width: 50%;
    text-align: justify;
}
.insights-form input[type=text], input[type=email] , select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.insights-form input[type=submit] {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    background-color: #1d44b8;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.insights-form [type=submit]:hover {
    opacity: 0.65;
    color: black;
}
footer {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: black;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    background-color: #f9f9f9;
    text-align: center;
    overflow: hidden;
}
footer a {
    display: #000;
    text-decoration: none;
    color: black;
}
footer a:hover {
    text-decoration-line: underline;
    text-decoration-color: #000;	
    text-decoration-style: solid;
}
    
/*Width<1000px*/

@media only screen and (max-width: 1000px) {
.navigation-bar {
    font-size: 14px;
}
.navigation-bar a:not(:first-child) {
    display: none;
}
.navigation-bar a.icon {
    float: right;
    display: block;
}
.navigation-bar.responsive {
    position: relative;
}
.navigation-bar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
}
.navigation-bar.responsive a {
    float: none;
    display: block;
    text-align: left;
}
.insights-logo {
    width: 35%;
}
.insights-body {
    width: 90%;
    font-size: 14px;
}
.insights-menu {
    width: 90%;
}
.insights-form {
    width: 80%;  
}
.mfo-blurb {
    padding: 5%;
    width: 80%;
    font-size: 12px;
}
footer {
    font-size: 9px;
}
}

/* Print */

@media print {
.navigation-bar {
    display: none;
}
.insights-body {
        width: 85%;
}
.insights-image {
    display: none;
}
.insights-menu {
    display: none;
}
.mfo-blurb {
    width: 85%;
}
footer {
    display: none;
}
}

