﻿@import url("//use.fontawesome.com/releases/v6.0.0/css/all.css?family=Font Awesome 6 Free");

/*Hide Homepage sections*/
.Wrapper-HomePage .FullWidthArea-StyleBg1, .Wrapper-HomePage .FullWidthArea-StyleBg2 .row.tracker-benefits, .Wrapper-HomePage .FullWidthArea-StyleBg3
/*.Wrapper-HomePage .FullWidthArea-StyleBg4 .row:first-child*/ {
	display: none;
}
.Wrapper-HomePage header.header .header-background-container .carousel-inner .item:after {
	background: transparent;
}
body:not(.Wrapper-HomePage) .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

body:not(.Wrapper-HomePage) .main-container {
	margin-top: 128px;
}


.FullWidthArea-StyleBg4 .row:first-child {
	padding: 0;
}

.FullWidthArea-StyleBg4 .sponsors-listing li {
	padding: 15px 15px;
}
@media (min-width: 992px) {
.FullWidthArea-StyleBg4 .sponsors-listing li {
	width: 23%;
}
}