/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

.callout-solid a{
	z-index:999;
}

.content .pagination.justify-content-center li:before{
	content: none!important;
}

/* .omni_pathway {
    margin-bottom: -2rem!important;
} */

/* For extremely small screen devices (595px and below) */
@media only screen and (max-width: 595px) {
.omni_pathway {
    margin-bottom: -2rem!important;
	}
}

/* Small screen devices (600px and above) */
@media only screen and (min-width: 600px) {
	.omni_pathway {
    margin-bottom: -2.2rem!important;
	}
}

/* Medium screen devices (768px and above) */
@media only screen and (min-width: 768px) {
	.omni_pathway {
    margin-bottom: -2.2rem!important;
	}
}

/* Big screen devices (889px and above) */
@media only screen and (min-width: 889px) {
	.omni_pathway {
    margin-bottom: -2.2rem!important;
	}
}
@media only screen and (min-width: 1000px) {
	.omni_pathway {
    margin-bottom: -3.3rem!important;
	}
}

/* Extra big screen devices (1200px and above) */
@media only screen and (min-width: 1200px) {
	.omni_pathway {
    margin-bottom: -3.4rem!important;
	}
}