.reseller-banner {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 300px;
    background: -webkit-linear-gradient(bottom left, #fff, #fff);
    background: -o-linear-gradient(bottom left, #fff, #fff);
    background: linear-gradient(to top right, #fff, #fff);
}
.reseller-banner .reseller-banner-info {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.reseller-banner .reseller-banner-info .reseller-title {
    padding: 0 20px;
    color: #fff;
    font-size: 32pt;
    line-height: 32pt;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.reseller-w-sidebar {
    position: relative;
    display: block;
}
.reseller-sidebar-toggle {
    display: block;
    margin: 0;
    padding: 15px 20px;
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
}
.reseller-sidebar-toggle.active {
    border-bottom: 1px solid #afafaf;
}
.reseller-sidebar {
    display: none;
    position: static;
    padding: 50px 20px;
    background: #f5f5f5;
}
.reseller-sidebar.fixed {
    position: fixed;
    top: 102px;
    left: 0;
    height: 100%;
    overflow-y: scroll;
}
.reseller-store-locator .reseller-sidebar {
    min-width: 200px;
}
.reseller-sidebar.mobile-active {
    display: block;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #afafaf;
}
.reseller-sidebar .reseller-sidebar-group {
    margin-top: 10px;
}
.reseller-sidebar .reseller-sidebar-group:first-child {
    margin-top: 0;
}
.reseller-sidebar.fixed .reseller-sidebar-group:last-child {
    padding-bottom: 50px;
}
.reseller-sidebar .reseller-sidebar-group .reseller-sidebar-parent {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12pt;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
}
.reseller-store-locator .reseller-sidebar .reseller-sidebar-parent {
    color: #000 !important;
    cursor: default;
}
.reseller-sidebar-child {
    margin-top: 10px !important;
}
.reseller-sidebar .reseller-sidebar-group .reseller-sidebar-child {
    display: block;
    margin-top: 10px;
    padding: 0;
    font-size: 12pt;
    color: #000;
    text-transform: capitalize;
    text-indent: 10px;
    cursor: pointer;
}
.reseller-sidebar .reseller-sidebar-group .reseller-sidebar-child:first-child {
    margin-top: 0;
}
.reseller-main {
    padding: 50px 20px;
}
main {
	margin: 0;
}
.reseller-w-sidebar .reseller-main {
    flex: 1;
    -webkit-flex: 1;
}
.reseller-store-locator .reseller-main {
    flex: 1;
    -webkit-flex: 1;
}
ul, li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.reseller-listing-group {
    margin-top: 50px;
}
.reseller-listing-group:first-child {
    margin-top: 0;
}
.reseller-listing-group .reseller-listing-title {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 18pt;
    font-weight: 600;
    text-transform: capitalize;
}
.reseller-store-locator .reseller-listing-group .reseller-listing-region {
    padding: 0 20px;
}
.reseller-store-locator .reseller-listing-group .reseller-listing-region .reseller-listing-region-title {
    margin: 20px 0 10px 0;
    padding: 0;
    font-size: 12pt;
    font-weight: 600;
    text-transform: uppercase;
}
.reseller-store-locator .reseller-listing-group .reseller-listing-region .reseller-listing-region-title:first-child {
    margin-top: 0;
}
.reseller-store-locator .reseller-listing-group .reseller-listing-region .reseller-listing-places {
    display: block;
}
main.reseller-main p a, main.reseller-main div a {
    color: #ee4618 !important;
    text-decoration: underline !important;
}
main.reseller-main ul.reseller-listing-places li a {
    color: #000 !important;
    text-decoration: none !important;
}
.reseller-store-locator .reseller-listing-group .reseller-listing-region .reseller-listing-places a {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 10px;
    padding: 10px;
    font-size: 12pt;
    line-height: 12pt;
    font-weight: 300;
    text-align: center;
    background: #f5f5f5;
}
.reseller-store-locator .reseller-listing-group .reseller-listing-region .reseller-listing-places a:first-child {
    margin-top: 0;
}
@media screen and (min-width: 500px){
	.reseller-banner .reseller-banner-info .reseller-title {
	    font-size: 45pt;
	    line-height: 45pt;
	}
	.reseller-store-locator .reseller-listing-group .reseller-listing-region .reseller-listing-places {
	    display: flex;
	    display: -webkit-flex;
	    justify-content: flex-start;
	    -webkit-justify-content: flex-start;
	    align-items: flex-start;
	    -webkit-align-items: flex-start;
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    grid-gap: 10px;
	}
	.reseller-store-locator .reseller-listing-group .reseller-listing-region .reseller-listing-places a {
	    margin: 0;
	}
}
@media screen and (min-width: 600px){
	.reseller-store-locator .reseller-listing-group .reseller-listing-region .reseller-listing-places {
	    grid-template-columns: 1fr 1fr 1fr;
	}
}
@media screen and (min-width: 700px){
	.reseller-store-locator .reseller-listing-group .reseller-listing-region .reseller-listing-places {
	    grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
@media screen and (min-width: 991px){
	.reseller-sidebar.fixed {
	 	top: 60px
	}
}
@media screen and (min-width: 800px){
	.reseller-w-sidebar {
	    display: flex;
	    display: -webkit-flex;
	    justify-content: center;
	    -webkit-justify-content: center;
	    align-items: flex-start;
	    -webkit-align-items: flex-start;
	}
	.reseller-sidebar-toggle {
	    display: none;
	}
	.reseller-sidebar {
	    display: block;
	}
	.reseller-store-locator .reseller-listing-group .reseller-listing-region .reseller-listing-places {
	    grid-template-columns: 1fr 1fr 1fr;
	}
}
@media screen and (min-width: 900px){
	.reseller-store-locator .reseller-listing-group .reseller-listing-region .reseller-listing-places {
	    grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
@media screen and (min-width: 960px){
	.reseller-banner {
	    min-height: 400px;
	}
}
.reseller-AnchorPoint{
	height:0;
    position:relative;
    top:-130px
}