html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body {
   background-color: #fff;
   padding: 0px;
   margin: 0px;
   font-family: 'Roboto', sans-serif;
   position: relative;
   overflow-x: hidden;
   color: #444;
}
.data-quality-analyst-content {
   width: 95%;
   max-width: 800px;
   margin: auto;
   margin-top: 70px;
   padding-top: 80px;
}
.data-quality-analyst-content p {
    font-size: 16px;
    margin-bottom: 20px;
}
.data-quality-analyst-content h1 {
    color: #0B618B;
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}
.data-quality-analyst-content h2 {
    color: #0B618B;
    margin-top: 40px;
}
.data-quality-analyst-content h3 {
    color: #0B618B;
}
ul {
    
}
ul li {
    margin-top: 20px;
}
ul li p {
    margin-bottom: 20px;
}
.data-quality-analyst-content span {
    color: #888888;
    font-size: 14px;
}
/*img {
    width: 100%;
    max-width: 700px;
    display: block;
    margin: auto;
}*/
iframe {
    margin: auto;
    text-align: center;
    display: block;
}
.miosoft-logo {
    margin: auto;
    display: block;
    max-width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.gradient-holder {
    position: relative;
}
.bottom-gradient-border {
    position: absolute;
    background-image: linear-gradient(to right, #E244E8 , #F2CF0E);
    height: 7px;
    width: 100%;
    top: 90px;
}
footer {
    text-align: center;
    margin-bottom: 0px;
    font-size: 12px;
    color: #444444;
}
.clear {
    clear: both;
}
.div-border {
    width: 75%;
    height: 2px;
    margin: auto;
    background: #4e93b5;
    margin-bottom: 20px;
}
.table-of-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.toc-h2 {
    margin-right: 10px;
    margin-bottom: 10px;
}

.page-wrap {
    width: 95%;
    max-width: 1000px;
    margin: auto;
}
.top-img-section {
    background-image: url('../img/Resources-Main-062221a.jpg');
    background-size: cover;
    width: 100%;
    height: 330px;
    margin-top: 100px;
}
.second-img-section {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.second-img1 {
    background-image: url('../img/Resources-Secondary-062221a.jpg');
    background-size: cover;
    width: 49%;
    height: 322px;
}
.second-img2 {
    background-image: url('../img/mic1.jpg');
    background-size: cover;
    width: 49%;
    height: 322px;
}

.resources-links {
    max-width: 800px;
    margin: auto;
    margin-top: 60px;
    width: 95%;
}
.res-link {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    color: #444;
    padding-bottom: 20px;
    margin-top: 20px;
}
.res-link a {
    color: #444;
    text-decoration: none;
}
.res-link a:hover {
    color: #000;
}
.res-link img {
    width: 25px;
    float: left;
    margin-top: -2px;
    margin-right: 10px;
}
.blue-bg {
    height: 100%;
    width: 55%;
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
    background: #009EE2;
}
.blue-bg span {
    color: #fff;
    display: block;
    padding-top: 50px;
    margin-left: 30px;
    font-size: 30px;
    text-transform: uppercase;
    max-width: 500px;
}
.blue-bg:hover {
    background: transparent linear-gradient(180deg, #6CCEF8 0%, #199EE2 100%) 0% 0% no-repeat padding-box;
    width: 60%;
}
.top-img-section a {
    color: #fff !important;
    text-decoration: none !important;
}
.second-img1 {
    position: relative;
}
.second-img2 {
    position: relative;
}
.second-img-section a {
    color: #fff !important;
    text-decoration: none !important;
}
.purple-bg {
    position: absolute;
    display: flex;
    align-items: center;
    top: 80%;
    height: 20%;
    width: 94%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    background: #E244E8;
}
.purple-bg span {
    color: #fff;
    display: block;
    margin-left: 20px;
    font-size: 16px;
    text-transform: uppercase;
    max-width: 380px;
}
.purple-bg:hover {
    background: transparent linear-gradient(180deg, #F2CF0E 0%, #E244E8 100%) 0% 0% no-repeat padding-box;
    width: 95%;
}

.more-resources-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.more-resources {
    text-align: center;
    cursor: pointer;
}
.more-resources-text {
    text-transform: uppercase;
    color: #666666;
    font-size: 16px;
}
.more-resources-container span {
    display: block;
    transform: rotate(-45deg);
    color: #666666;
}

@media only screen and (max-width: 1000px) {
    .purple-bg {
        top: 70%;
        height: 30%;
    }
    .purple-bg span {
        max-width: 300px;
    }
    .blue-bg span {
        max-width: 400px;
    }
}
@media only screen and (max-width: 950px) {
    .blue-bg span{
        max-width: 300px;
    }
}
@media only screen and (max-width: 800px) {
    .purple-bg {
        clip-path: none;
        width: 100% !important;
    }
    .purple-bg span {
        margin-right: 20px;
    }
    .top-img-section {
        position: relative;
    }
    .blue-bg {
        position: absolute;
        top: 60%;
        height: 40%;
        width: 90%;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
        display: flex;
        align-items: center;
    }
    .blue-bg:hover {
        width: 94%;   
    }
    .blue-bg span { 
        padding: 0px; 
        max-width: 550px;
    }
}
@media only screen and (max-width: 600px) {
    .blue-bg span { 
        max-width: 450px;
        font-size: 24px;
    }
}
@media only screen and (max-width: 500px) {
    .purple-bg span {
        font-size: 14px;
    }
    .purple-bg {
        top: 60%;
        height: 40%;
    }
    .second-img1, .second-img2 {
        height: 200px;
    }
    .res-link {
        font-size: 14px;
    }
    .blue-bg {
        clip-path: none;
        width: 100% !important;
    }
    .blue-bg span { 
        margin-right: 20px;
        margin-left: 20px;
    }
}
@media only screen and (max-width: 425px) {
    .purple-bg span {
        font-size: 12px;
        margin-left: 10px;
        margin-right: 10px;
    }
}














.img1-left {
    width: 60%;
    float: left;
}
.img1-right {
    width: 60%;
    float: right;
}

/* Footer-section */
footer {
	background-color: #f6f6f6;
	/*background: #7F7F81;*/
	font-size: 14px;
	padding-top: 20px;
}
.footer-container {
	min-height: 20px !important;
    max-width: 1000px;
    margin: auto;
}
.footer-section {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    /*-webkit-align-items: center;
    align-items: center;*/
    margin-bottom: 20px;
    padding-top: 20px;
}

.footer-cols {
	color: #004766;
    text-align: left;
}
.footer-col-title {
	font-weight: 600;
	margin-bottom: 10px;
}
.footer-col-link {
	margin-bottom: 3px;
}
.footer-col-link span {
	cursor: pointer;
}
.footer-left {
	display: block;
    margin-top: 60px;	
	padding-bottom: 20px;	
	font-size: 12px;
}
.footer-left a {
	color: #004766 !important;
}
.footer-right {
	text-align: right;
}
.footer-right img {
	width: 40px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	cursor: pointer;
}
footer .h5 {
	display: block;
	font-size: 12px;
	max-width: 1120px;
	margin: auto;
  font-weight: normal;  
	color: #004766;
}
.footer-left p {
	color: #004766 !important;
}
footer p {
	float: left;
	clear: left;
	color: #fff;	
	margin: 5px 5px 5px 0px;
	margin-right: 10px;
}
footer a, footer a:visited, footer a:active {
	color: #004766;	
	text-decoration: none;
}
.footer-miosoft-link:hover {
	text-decoration: underline;
}
.terms {
	margin-top: 15px;
	margin-bottom: 0px;
}
.faux-footer-border {
	width: 96%;
	margin-left: 2%;
	height: 1px;
	background: #ccc;
}
.footer-mdm-short {
	display: none;
}
.footer-col-link br {
	display: none;
}

/* Footer section media */
@media only screen and (max-width: 1100px) {
    .footer-container {
        width: 95%;
    }
}
@media only screen and (max-width:750px) {
	.footer-mdm-long {
		display: none;	
	}
	.footer-mdm-short {
		display: block;	
	}
	.footer-col-link br {
		display: block;
	}
	.footer-terms {
		line-height: 18px;	
	}
}
@media only screen and (max-width:500px) {
	.footer-section {
		width: 90%;
        -webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-cols {
		width: 34%;
    margin-left: 8%;
    margin-right: 8%;
	}
	.footer-cols-bot {
		margin-top: 30px;
	}
    .footer-left {
        margin-left: 8%;  
        margin-right: 8%;
    }
}
/* Footer-section end ############################################################### */
.half-border {
    height: 2px;
    width: 25%;
    background: #444;
    margin-top: 50px;
}
.data-quality-analyst-content .last-p {
    margin-top: 5px;
    font-size: 14px;
}
.hidden-resources {
    display: none;
}