*:focus {
  outline-width: 1px;
  outline-style: solid;
  outline-color: #000;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.promoContainer {
  background: #ffffff;
  display: none;
  padding-left: 15px;
  border: none;
  border-radius: 3px;
}
.promoContainer .promoLabelBox {
  color: #3b3c43;
  background-color: #e9eaeb;
  font-size: 13px;
  height: 32px;
  padding: 5px;
  font-family: 'synchronysans';
  background-image: url('/img/onboarding-info.svg');
  background-repeat: no-repeat;
  background-position: 8px 10px;
  padding-left: 30px;
  padding-top: 7px;
}
.promoContainer .promoLabelBox label {
  position: relative;
  top: 2px;
}
.promoContainer .promoLabelBox .fa-info-circle {
  color: #34657f;
  font-size: 16px;
  margin-right: 10px;
}
.promoContainer .promoLabelBox .relatdown {
  position: relative;
  top: 35%;
  float: right;
  color: #94969a;
  width: 10px;
}
.promoContainer .promoFinanceFilter {
  position: relative;
}
.promoContainer .promoFinanceFilter .promoFilters {
  display: none;
  padding: 16px 12px 24px 16px;
  width: auto;
  position: absolute;
  z-index: 999;
  background: #ffffff;
  border: 1px solid #94969a;
  border-top: none;
  margin-top: 0 !important;
}
.promoContainer .promoFinanceFilter .promoFilters li {
  list-style-type: none;
  margin-bottom: 10px;
}
.promoContainer .promoFinanceFilter .promoFilters li p {
  font-family: 'synchronysans';
  font-size: 12px;
  color: #3b3c43;
}
.promoContainer .promoFinanceFilter .promoFilters li span {
  font-family: 'synchronysans-bold';
}
.promoContainer .promoFinanceFilter .promoFilters label img {
  width: 15px;
  height: 15px;
  display: inline-block;
}
radiusBox::-ms-expand {
  display: none;
}
.filterBtn,
.favouriteBtn {
  background: #e9eaeb;
  padding: 7px 5px;
  font-family: 'synchronysans-bold';
  font-size: 16px;
  color: #3b3c43;
  margin-right: 5px;
  height: 32px;
  border-radius: 3px;
  display: none;
  font-weight: 500;
}
.filterBtn {
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .filterBtn {
    width: 80px !important;
  }
  .filterBtn .img {
    position: relative;
    top: 2px;
  }
  .filterBtn button {
    padding: 0;
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
  }
}
.filterBtn .img {
  display: inline-block;
  background-repeat: no-repeat;
  width: 14px;
  height: 16px;
  background-image: url('/img/filters.svg');
}
@media screen and (min-width: 1024px) {
  .filterBtn .img.active {
    background-image: url('/img/filters-active.svg');
  }
  .filterBtn .img {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
}
.favouriteBtn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .favouriteBtn {
    width: 113px !important;
  }
  .favouriteBtn .img {
    margin-left: 5px;
    position: relative;
    top: 2px;
  }
}
.favouriteBtn .img {
  content: url('/img/favourites.svg');
}
.listMapToggler {
  float: right;
}
.listMapToggler .listImg {
  content: url('/img/map-list.svg');
  width: 34px;
}
.listMapToggler .text {
  display: none;
  font-family: 'synchronysans';
  font-size: 16px;
  font-weight: 500;
  color: #34657f;
}
.listMapToggler .mapImg {
  content: url('/img/map.svg');
  width: 34px;
  display: none;
}
@media screen and (min-width: 1440px) {
  .listMapToggler .mapImg {
    display: none !important;
  }
}
.listMapToggler .desktopView {
  display: none;
}
@media screen and (max-width: 639px) {
  .listMapToggler {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .listMapToggler {
    display: none;
  }
}
.dealerInfoContainer {
  display: none !important;
  padding: 23px 14px 23px 9px;
}
@media screen and (min-width: 768px) {
  .dealerInfoContainer {
    padding: 56px 28px;
  }
}
.dealerInfoTitle {
  font-family: 'synchronysans-bold';
  font-size: 36px;
  font-weight: bold;
  color: #34657f;
  margin: 0 0 24px 0;
}
@media screen and (min-width: 768px) {
  .dealerInfoTitle {
    font-size: 72px;
  }
}
.dealerInfoDesc {
  font-family: 'synchronysans';
  font-size: 16px;
  color: #34657f;
}
@media screen and (min-width: 768px) {
  .dealerInfoDesc {
    font-size: 24px;
  }
}
.dealerInfoList {
  padding-left: 0;
}
.dealerInfoList li {
  list-style-type: none;
  margin-bottom: 10px;
  cursor: pointer;
}
.dealerInfoList li:nth-child(even) {
  padding-left: 5px;
}
.dealerInfoList li:nth-child(odd) {
  padding-right: 5px;
}
@media screen and (min-width: 640px) {
  .dealerInfoList li:nth-child(even) {
    padding-left: 7px;
  }
  .dealerInfoList li:nth-child(odd) {
    padding-right: 7px;
  }
  .dealerInfoList li:nth-child(2n-7) {
    padding-left: 7px;
  }
  .dealerInfoList li:nth-child(2n) {
    padding-right: 7px;
  }
}
.dealerInfoList .dealerItem {
  height: 115px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) {
  .dealerInfoList .dealerItem {
    height: 175px;
  }
}
.dealerInfoList .dealerItem img {
  width: 5em;
  margin: auto;
  display: block;
  margin-top: 1.5em;
}
@media screen and (min-width: 1024px) {
  .dealerInfoList .dealerItem img {
    width: 9em;
    height: 7em;
  }
}
.viewAllBtn {
  text-align: center;
  color: #58a7af;
  font-size: 16px;
  font-family: 'synchronysans';
  font-weight: 500;
  display: none;
}
.viewAllBtn i {
  margin-left: 10px;
  color: #fbc600;
}
.loaderContainer {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  text-align: center;
  z-index: 99999;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.loaderContainer img {
  padding-top: 30vh;
  display: inline-block;
}
.modalDialog {
  display: none;
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#financialPromoModalPopupLink {  
  color: white;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}
.resultsPage #financialPromoModalPopupLink { color: #000; }
.onboardingModalContainer,
.cardholderTypeModalContainer,
.promotionalFinancingModalContainer {
  display: none;
  border: 1px solid #d1d5de;
  position: absolute;
  background: #ffffff;
  z-index: 100;
  top: 0;
  left: 0;
}
@media screen and (min-width: 640px) {
  .onboardingModalContainer,
  .cardholderTypeModalContainer,
  .promotionalFinancingModalContainer,
  .at-dt-new-popup,
  .merchantModalContainer.chevron,
  .merchantModalContainer.citgo,
  .merchantModalContainer.phillip66 {
    margin: auto;
    right: 0;
    top: 10%;
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .onboardingModalContainer,
  .cardholderTypeModalContainer,
  .promotionalFinancingModalContainer,
  .at-dt-new-popup,
  .merchantModalContainer.chevron,
  .merchantModalContainer.citgo,
  .merchantModalContainer.phillip66 {
    top: 10%;
    max-width: 768px;
  }
}
@media screen and (min-width: 1440px) {
  .onboardingModalContainer,
  .cardholderTypeModalContainer,
  .promotionalFinancingModalContainer,
  .at-dt-new-popup,
  .merchantModalContainer.chevron,
  .merchantModalContainer.citgo,
  .merchantModalContainer.phillip66 {
    width: 66.667%;
  }
}
.onboardingModalContainer .closeIcon,
.cardholderTypeModalContainer .closeIcon,
.promotionalFinancingModalContainer .closeIcon {
  cursor: pointer;
  margin: 14px 13px 0;
}
.onboardingModalContainer .modalTitle,
.cardholderTypeModalContainer .modalTitle,
.cardholderTypeModalContainer .modalContent,
.promotionalFinancingModalContainer .modalTitle {
  font-family: 'synchronysans-bold';
  font-size: 24px;
  color: #34657f;
  padding: 14px 13px 0;
  margin-top: 0;
  margin-bottom: 0;
}
.promotionalFinancingModalContainer .modalContent {
  font-family: 'synchronysans';
  font-size: 14px;
  color: #555;
  padding: 14px 13px 0;
  margin-top: 0;
  margin-bottom: 0;
}
.cardholderTypeModalContainer .atDtBtn,
.onboardingModalContainer .atDtBtn {
  background: #fbc600;
  color: #3b3c43;
  margin: 0 15px 15px 0;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  font-family: 'synchronysans';
  font-size: 16px;
  font-weight: 500;
  width: 152px;
  height: 32px;
}
@media screen and (min-width: 1024px) {
  .onboardingModalContainer .modalTitle,
  .cardholderTypeModalContainer .modalTitle,
  .promotionalFinancingModalContainer .modalTitle {
    padding: 14px 75px 0 32px;
    font-size: 32px;
  }
}
.onboardingModalContainer .modalContent,
.cardholderTypeModalContainer .modalContent,
.promotionalFinancingModalContainer .modalContent {
  padding: 14px 13px 0;
}
@media screen and (min-width: 1024px) {
  .onboardingModalContainer .modalContent,
  .cardholderTypeModalContainer .modalContent,
  .promotionalFinancingModalContainer .modalContent {
    padding: 14px 50px 0 32px;
  }
}
.onboardingModalContainer .contentTitle,
.cardholderTypeModalContainer .contentTitle,
.promotionalFinancingModalContainer .contentTitle {
  margin: 15px 0 !important;
}
.onboardingModalContainer .contentTitle,
.cardholderTypeModalContainer .contentTitle,
.promotionalFinancingModalContainer .contentTitle {
  font-family: 'synchronysans-bold';
  font-size: 16px;
  color: #58a7af;
  margin: 0;
  position: relative;
}
.onboardingModalContainer .contentTitle .onboardingToolTip {
  color: #34657f;
  margin-left: 5px;
  position: relative;
  background-image: url('/img/onboarding-info.svg');
  background-repeat: no-repeat;
  display: inline-block;
  top: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.onboardingModalContainer .contentTitle .onboardingToolTip:hover .helpText,
.onboardingModalContainer .contentTitle .onboardingToolTip:focus .helpText {
  display: block;
}
.onboardingModalContainer .contentTitle .helpText {
  position: absolute;
  background: #e9eaeb;
  display: none;
  font-family: 'synchronysans';
  width: 301px;
  font-size: 12px;
  color: #3b3c43;
  z-index: 101;
  left: -25px;
  top: 15px;
  padding: 15px;
  border-radius: 4px;
}
.onboardingModalContainer .contentTitle .helpText:after {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.onboardingModalContainer .contentTitle .helpText:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #e9eaeb;
  border-width: 10px;
  margin-left: -10px;
}
.onboardingModalContainer .contentText {
  margin: 0;
  font-family: 'synchronysans';
  font-size: 16px;
  color: #3b3c43;
  padding-left: 15px;
}
.onboardingModalContainer .contentText .highlight {
  font-family: 'synchronysans-bold';
}
.onboardingModalContainer .contentDesc {
  margin-top: 5px;
}
.onboardingModalContainer .desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .onboardingModalContainer .desktop {
    display: block;
  }
}
.onboardingModalContainer .nonDesktop {
  display: block;
}
@media screen and (min-width: 1024px) {
  .onboardingModalContainer .nonDesktop {
    display: none;
  }
}
.onboardingModalContainer .applyNowBtn {
  display: none;
  margin: 0 auto;
  width: 152px;
  height: 32px;
  display: block;
  background: #34657f;
  color: #ffffff;
  font-family: 'synchronysans';
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  border: 0;
  margin-bottom: 20px;
  margin-top: 5px;
}
.onboardingModalContainer .applyNowBtn:hover {
  background-color: #3b3c43;
  color: #ffffff;
}
.onboardingModalContainer .disclaimerContainer {
  border-top: 1px solid #979797;
  background-color: #e9eaeb;
  padding: 24px 13px 24px 16px;
  font-family: 'synchronysans';
  font-size: 12px;
  color: #3b3c43;
}
.locationText, .radiusBox, .home-locator-select,  .secured-loan-select {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
[placeholder] {
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.resultsPage {
  background: #ffffff !important;
  padding: 0.5rem 0.5rem 0 0.5rem; /*16px 20px 0px 14px;*/
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .resultsPage {
    border: 1px solid #94969a;
    border-bottom: none;
    display: block !important;
  }
}
.resultsPage .searchTitle {
  color: #34657f;
  font-weight: bold;
  font-size: 14px;
}
.resultsPage .searchTitle a { color: #000; }
/* .resultsPage .searchTitle, */
.resultsPage .filterTitle,
.resultsPage .filterList {
  display: none;
}
/*.resultsPage .filterDropDown {
  height: 32px;
}*/
.resultsPage .searchDesc {
  display: none;
  color: #34657f;
  padding-right: 30px;
  font-weight: 500;
  font-size: 16px;
  font-family: 'synchronysans-bold';
}
.resultsPage .searchTextContainer,
.resultsPage .locationTextContainer,
.resultsPage .selectDivContainer,
.resultsPage .home-locator-select-container,
.resultsPage .securedLoadDropdown   {
  margin-bottom: 5px !important;
}
@media screen and (min-width: 640px) {
  .resultsPage .searchTextContainer,
  .resultsPage .locationTextContainer,
  .resultsPage .selectDivContainer {
    height: 32px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .resultsPage .searchTextContainer,
  .resultsPage .locationTextContainer,
  .resultsPage .selectDivContainer {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 831px) and (max-width: 1023px) {
  .resultsPage .home-locator-select-container {
    width: 100%;
  }
  .resultsPage .securedLoadDropdown {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .resultsPage .selectDivContainer {
    width: 14% !important;
  }
  .resultsPage .speciality-select {
    width: 22% !important;
  }
  .resultsPage .searchTextContainer {
    width: 18%;
    padding-left: 0.5rem;
  }
  .resultsPage .home-locator-select-container , .resultsPage .securedLoadDropdown {
   
    padding-left: 0.5rem;
  }
  .resultsPage .locationTextContainer {
    width: 23%;
    padding-left: 0.5rem;
  }
  .resultsPage .home-locator-select-container , .resultsPage .securedLoadDropdown {
    width: 15%;/*20%;*/
  }
  .resultsPage .speciality-select {
    margin-left: 0.5rem;
  }
  /* .resultsPage .locationTextContainer {
    width: 25%;
    padding-left: 1rem;
  } */
}
@media screen and (min-width: 1440px) {
  .resultsPage .searchTextContainer {
    width: 22%;
    padding-left: 0.5rem;
  }
}
/*@media screen and (min-width: 1440px) {
  .resultsPage .locationTextContainer {
    width: 23%;
  }
}*/
.resultsPage .searchText,
.resultsPage .locationText {
  color: #3b3c43;
  background-color: #e9eaeb;
  font-size: 16px;
}
@media screen and (max-width: 1023px) { 
  .resultsPage .searchText,
  .resultsPage .locationText {
    font-size: 16px !important; 
  }
}
@media screen and (min-width: 640px) {
  .resultsPage .searchText {
    background-image: url('/img/combined-shape.svg');
    background-position: 10px 6px;
    background-repeat: no-repeat;
    padding-left: 35px;
  }
}
@media screen and (min-width: 640px) {
  .resultsPage .locationText {
    background-image: url('/img/location.svg');
    background-position: 10px 6px;
    background-repeat: no-repeat;
    padding-left: 35px;
    font-weight: 500;
    font-family: 'synchronysans-bold';
  }
}
.resultsPage .selectDivContainer {
  display: block;
  color: #3b3c43;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .resultsPage .selectDivContainer {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .resultsPage .selectDivContainer {
    width: 16%;
  }
}
@media screen and (min-width: 1440px) {
  .resultsPage .selectDivContainer {
    width: 10% !important;
  }
}
.resultsPage .selectDiv {
  background-color: #e9eaeb;
}
.resultsPage .options p:focus { border: 1px solid #000; }
@media screen and (min-width: 640px) {
  .resultsPage .selectDiv {
    height: 26px;
  }
}
.resultsPage .options {
  z-index: 90;
  border-radius: 3px;
}
@media screen and (min-width: 320px) and (max-width: 639px) {
  .resultsPage .options {
    top: 48px;
  }
}
@media screen and (min-width: 640px) {
  .resultsPage .options {
    top: 33px;
  }
}
@media screen and (min-width: 640px) {
  .resultsPage .radiusBox {
    padding: 5px 0 0 30px;
    font-size: 13px;
    background-position: 5px 5px;
    background-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .resultsPage .submitBtn {
    padding-left: 15px;
    width: 10.25%;
    float: right;
  }
}
.resultsPage .submitBtn button {
  background: #fbc600;
  color: #3b3c43;
  font-weight: 500;
  /* margin-bottom: 15px; */
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .resultsPage .submitBtn button {
    height: 26px;
    padding: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .resultsPage .submitBtn button {
    margin-bottom: 25px;
  }
}
.resultsPage .submitBtn button:hover {
  background-color: #3b3c43;
  color: #ffffff;
}
.resultsPage .utilityButtons {
  display: none;/*block;*/
}
@media screen and (min-width: 1024px) {
  .resultsPage .utilityButtons {
    width: 5%;
  }
  .resultsPage .utilityButtons .filterBtn {
    background: transparent;
    padding: 0 75px 0 15px;
    margin: 0;
  }
  .resultsPage .utilityButtons .filterBtn .img {
    width: 32px;
  }
  .resultsPage .utilityButtons .filterBtn .text {
    display: none;
  }
  .resultsPage .utilityButtons .favouriteBtn {
    color: #34657f;
    background: #fff;
    padding: 7px 0 7px 5px;
    margin: 0;
    float: right;
  }
  .resultsPage .utilityButtons .favouriteBtn .img {
    margin-left: 10px;
    position: relative;
    top: 3px;
  }
  .resultsPage .utilityButtons .listMapToggler {
    padding: 7px 5px 7px 5px;
    margin-left: -15px;
  }
  .resultsPage .utilityButtons .listMapToggler .text {
    display: inline-block;
  }
  .resultsPage .utilityButtons .listMapToggler .img {
    width: 16px;
    margin: 0px 0 0 10px;
    position: relative;
    top: 3px;
  }
  .resultsPage .utilityButtons button {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: none;
  }
}
@media screen and (min-width: 1440px) {
  .resultsPage .utilityButtons .listMapToggler .text,
  .resultsPage .utilityButtons .listMapToggler .img {
    display: none;
  }
}
.resultsPage .utilityButtons .desktoptxt {
  font-size: 16px;
  font-family: 'synchronysans-bold';
  color: #34657f;
  position: relative;
  bottom: 8px;
  right: 5px;
}
.resultsPage .utilityButtons .toggle-btn {
  width: 48px;
  height: 24px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  background: #58a7af;
}
.resultsPage .utilityButtons .toggle-btn.active .round-btn {
  left: 29px;
}
.resultsPage .utilityButtons .toggle-btn .round-btn {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.resultsPage .utilityButtons .toggle-btn .round-btn i {
  font-size: 12px;
  position: relative;
  bottom: 2px;
  color: #58a7af;
}
.resultsPage .utilityButtons .toggle-btn .toggleButton {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
@media screen and (min-width: 1440px) {
  .resultsPage .utilityButtons .toggle-btn {
    display: inline-block;
  }
}
.resultsPage .filterBtn,
.resultsPage .searchBtn {
  display: block;
}
.resultsPage .locationBtn {
  display: none;
}
@media screen and (min-width: 1440px) {
  .resultsPage .promoContainer {
    display: block;
    width: 17%;
  }
  .resultsPage .favouriteBtn {
    width: 140px;
  }
  .resultsPage .filterBtn {
    margin-right: 45px !important;
  }
  .resultsPage .desktopView {
    width: 150px;
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .resultsPage .promoContainer {
    display: block;
    width: 20%;
  }
}
.resultsPage .mapOnly .listImg {
  display: none;
}
.resultsPage .mapOnly .mapImg {
  display: block;
}
@media screen and (min-width: 1024px) {
  .mapDataContainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 1px solid #94969a;
    position: relative;
    height: calc(100vh - 167px);
  }
}
@media screen and (max-width: 1023px) {
  .mapDataContainer {
    position: relative;
    height: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .mapDataContainer .mapOnly {
    -webkit-box-flex: 1 !important;
    -moz-box-flex: 1 !important;
    -webkit-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
  }
}
#mapContainer {
  border-top: 1px solid #94969a;
  height: 260px;
  /* height: calc(100% - 46px); */
  margin-top: 3.5%;
  position: relative;
}
@media screen and (max-width: 639px) {
  #mapContainer {
    margin-top: 151px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  #mapContainer {
    margin-top: 107px;/*12%;*/
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mapContainer {
    margin-top: 46px;/*28%;*/
  }
}
@media screen and (min-width: 1023px) {
  #mapContainer {
    border-top: none;
    /*-webkit-box-flex: 0.75;
    -moz-box-flex: 0.75;
    -webkit-flex: 0.75;
    -ms-flex: 0.75;
    flex: 0.75;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;*/
    min-height: calc(100% - 79px);
    float: right;
    /* display: block !important ; */
    position: absolute;
    overflow: auto;
    width: 75%;
    left: 25%;
    margin-top: 80px !important;
    border-left: 1px solid #94969a;
  }
}
#mapContainer.noResults {
  -webkit-box-flex: 1   ;
  -moz-box-flex: 1 ;
  -webkit-flex: 1 ;
  -ms-flex: 1 ;
  flex: 1 ;
}
.storeListContainer {
	overflow: hidden;
  /* min-width: 320px; */
  position: relative;
}
@media screen and (max-width: 1023px) {
  /*.storeListContainer {
    margin-top: 70px;
    padding-bottom: 73px;
  }*/
}
@media screen and (min-width: 1024px) {
  .storeListContainer {
    /*-webkit-box-flex: 0.25 0 0;
    -moz-box-flex: 0.25 0 0;
    -webkit-flex: 0.25 0 0;
    -ms-flex: 0.25 0 0;
    flex: 0.25 0 0;*/
    border-right: 1px solid #94969a;
  }  
  .filterBarContainer {  
    border-left: 1px solid #94969a;
    border-right: 1px solid #94969a;
  }
}
/*@media screen and (min-width: 1366px) {
  .storeListContainer {
    min-height: 768px;
  }
}*/
.storeListContainer .storeList {
  -webkit-overflow-scrolling: auto;
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar !important;
}

@media screen and (max-width: 1023px) {
  .storeListContainer .storeList {
    overflow-y: scroll;
    /* height: 260px; */
    min-height: 50px;
  }
  .storeListContainer .storeList li:nth-child(1) {
    border-top: 1px solid #94969a !important;
  }
}
@media screen and (min-width: 1024px) {
  .storeListContainer .storeList {
    height: calc(100vh -  259px);
    overflow-y: scroll;
  }
}
.storeListContainer .storeList li {
  border-bottom: 1px solid #94969a;
  padding: 10px;/*14px 17px;*/
  min-height: 70px;
}
.storeListContainer .storeList li:nth-child(1) {
  border-top: none;
}
.storeListContainer .storeList .storeImage {
  display: inline-block;
}
.storeListContainer .storeList .storeData {
  /* padding-left: 15px; */
  position: relative;
}
.storeListContainer .storeList .merchantAddress,
.storeListContainer .storeList .merchantCustomCategory {
  font-size: 12px !important;
  margin-top: 0.5rem;
}
.storeListContainer .storeList .storeName,
.storeListContainer .storeList .storeDataLeft {
  font-family: 'synchronysans-bold', 'Synchrony Sans', Helvetica, sans-serif;
  font-size: 14px;
  color: #3b3c43;
  margin-bottom: 2px;
  cursor: pointer;
  /* text-transform: uppercase; */
}
.storeListContainer .storeList .storeType,
.storeListContainer .storeList .onlineTag,
.storeListContainer .storeList .address,
.storeListContainer .storeList .dot {
  font-family: 'synchronysans';
  font-size: 14px;
  color: #3b3c43;
  margin-bottom: 2px;
}
.storeListContainer .storeList .address {
  margin-bottom: 5px;
}
.storeListContainer .storeList .dot {
  text-align: center;
  position: relative;
  bottom: 2px;
}
.storeListContainer .storeList .website {
  margin-top: 10px;
  display: block;
}
.storeListContainer .storeList .website a {
  font-size: 12px;
  font-family: 'synchronysans-bold';
  color: #58a7af;
  text-decoration: none;
}
.storeListContainer .storeList .distance,
.storeListContainer .storeList .favouritesIcon {
  float: right;
}
.storeListContainer .storeList .favouritesIcon {
  display: none;
}
.storeListContainer .storeList .distance {
  font-family: 'synchronysans';
  color: #3b3c43;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.storeListContainer .storeHighlight {
  background-color: rgba(88, 167, 175, 0.1);
}
.storeListContainer .merchantName {
  text-transform: uppercase;
}
.storeListContainer .promoPlaceHolder {
  padding: 5px 7.5px;
  color: #ffffff;
  font-family: 'synchronysans';
  font-size: 8px;
  background-color: #34657f;
  border-radius: 25px;
  display: inline-block;
}
.storeListContainer .noResults {
  text-align: center;
}
.storeListContainer .noResults .title {
  font-family: 'synchronysans-bold';
  font-size: 32px;
  color: #34657f;
}
@media screen and (min-width: 1024px) {
  .storeListContainer .noResults .title {
    display: none;
  }
}
.storeListContainer .noResults .message {
  font-family: 'synchronysans';
  font-size: 16px;
  color: #3b3c43;
  padding: 0 35px;
}
@media screen and (min-width: 1024px) {
  .storeListContainer .noResults .message {
    margin-top: 55px;
  }
}
.storeListContainer .noResults .backBtn {
  display: none;
  font-size: 16px;
  font-family: 'synchronysans';
  color: #58a7af;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .storeListContainer .noResults .backBtn {
    position: absolute;
    top: 0;
    left: 10px;
  }
}
@media screen and (max-width: 1023px) {  
  .storeListContainer .noResults {
    margin-top: 50px;
  }
}
.storeListContainer .noResults .backBtn img {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  bottom: 2px;
}
.paginatorContainer {
  /* position: absolute; */
  background: #e9eaeb;
  bottom: 0;
  padding: 13px 20px;
  text-align: center;
}
.paginatorContainer .previousPage {
  display: inline-block;
}
.paginatorContainer .nextPage {
  display: inline-block;
}
.paginatorContainer .pageNumbers {
  padding: 0 ;
  display: inline-block;
  list-style-type: none;
  margin: 0;
}
.paginatorContainer .pageNumbers .page {
  display: inline-block;
  font-family: 'synchronysans';
  font-size: 14px;
  color: #3b3c43;
  margin: 0 5px;
  padding: 0 5px;
  cursor: pointer;
}
.paginatorContainer .pageNumbers .dots {
  pointer-events: none;
}
.paginatorContainer .listCount {
  font-family: 'synchronysans-bold';
  color: #3b3c43;
  font-size: 16px;
  margin: 10px 0;
}
.paginatorContainer .paginatorDisclaimer {
  font-family: 'synchronysans';
  font-size: 10px;
  margin: 0;
}
.paginatorContainer .pageHighlight {
  background-color: #34657f;
  border-radius: 1px;
  color: #ffffff !important;
}
.overlayDiv {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 25px;
  border: 1px solid #94969a;
  background: #fff;
/*  width: 235px;*/
  padding: 10px;
  font-family: 'synchronysans';
  font-size: 16px;
  color: #3b3c43;
  /* Show the checkmark when checked */
}
.overlayDiv input[type=checkbox] {
  display: none;
}
/*.overlayDiv .checkBox {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #3b3c43;
  border-radius: 2px;
  background-color: #3b3c43;
}
.overlayDiv .labelContainer {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.overlayDiv .labelContainer input:checked ~ .checkBox:after {
  display: block;
  content: url(/img/tick-mark.svg);
  text-align: center;
  width: 100%;
  min-height: 100%;
  font-size: 14px;
  line-height: 1.5;
}
.overlayDiv .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}*/
.overlayDiv .noResultsPlaceHolder {
  display: none;
  cursor: pointer;
  background-color: #c63527;
  font-family: 'synchronysans';
  font-size: 16px;
  color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .overlayDiv {
    left: 5px;
    bottom: 10px;
  }
}
.filterContainer {
  display: none;
  -webkit-box-flex: 0.25 0 0;
  -moz-box-flex: 0.25 0 0;
  -webkit-flex: 0.25 0 0;
  -ms-flex: 0.25 0 0;
  flex: 0.25 0 0;
  flex-direction: column;
  width: 25%;
  border: 0 px;
  min-width: 320px;
  position: relative;
  height: 100%;
  padding-bottom: 80px;
  /* Show the checkmark when checked */
}
@media screen and (min-width: 1024px) {
  .filterContainer {
    padding-right: 0;
    height: calc(100vh -  183px);
  }
}
@media screen and (max-width: 1023px) {
  .filterContainer {
    height: 100% !important;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .filterContainer {
    border-right: 1px solid #94969a;
  }
}
.filterContainer .closeIcon {
  background-image: url('/img/close-icon.svg');
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px;
  margin: 14px  14px 0 0;
  cursor: pointer;
}
.filterContainer .title {
  font-family: 'synchronysans-bold';
  font-size: 16px;
  color: #34657f;
  margin-left: 14px;
}
.filterContainer .filters {
  list-style-type: none;
  padding: 0 14px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #d1d5de;
}
.filterContainer .filters label {
  font-family: 'synchronysans';
  font-size: 16px;
  color: #3b3c43;
  word-break: break-word;
}
.filterContainer .mapFilters {
  height: 100%;
  -webkit-overflow-scrolling: auto;
  overflow-y: auto;
  order: 2;
}
.filterContainer .mapFilters .promoFinanceFilter {
  display: block;
}
@media screen and (min-width: 1023px) {
  .filterContainer .mapFilters .promoFinanceFilter {
    display: none;
  }
}
.filterContainer .productFilters li label,
.filterContainer .storeTypeFilters li label,
.filterContainer .deliveryFilters li label {
  width: 75%;
}
.filterContainer .promoFilters li p {
  font-family: 'synchronysans';
  font-size: 12px;
  color: #3b3c43;
}
.filterContainer .promoFilters li img {
  width: 16px;
  display: inline-block;
}
.filterContainer .promoFilters li span {
  font-family: 'synchronysans-bold';
}
.filterContainer .productFilters li,
.filterContainer .promoFilters li,
.filterContainer .distanceFilters li,
.filterContainer .deliveryFilters li,
.filterContainer .storeTypeFilters li {
  margin-bottom: 7.5px;
  padding-left: 5px;
}
.filterContainer .mapPageFilterBtn {
  padding: 20px 14px;
  order: 1;
  background: #e9eaeb;
}
@media screen and (min-width: 1440px) {
  .filterContainer .mapPageFilterBtn {
    padding: 20px 24px;
  }
}
.filterContainer .mapPageFilterBtn .resetBtn {
  background: #ffffff;
  color: #3b3c43;
  font-family: 'synchronysans-bold';
  border: none;
  font-size: 16px;
  padding: 10px;
  border-radius: 4px;
  margin-right: 15px;
  cursor: pointer;
}
@media screen and (min-width: 1440px) {
  .filterContainer .mapPageFilterBtn .resetBtn {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .filterContainer .mapPageFilterBtn .resetBtn {
    margin-right: 10%;
  }
}
.filterContainer .mapPageFilterBtn .applyBtn {
  background: #34657f;
  font-family: 'synchronysans-bold';
  color: #ffffff;
  border: none;
  font-size: 16px;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .filterContainer .mapPageFilterBtn .applyBtn {
    margin-left: 5%;
  }
}
.filterContainer input[type=checkbox] {
  display: none;
}
.filterContainer .checkBox {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #3b3c43;
  border-radius: 2px;
}
.filterContainer .labelContainer {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filterContainer .labelContainer input:checked ~ .checkBox:after {
  display: block;
  background-color: #3b3c43;
  content: url(/img/tick-mark.svg);
  text-align: center;
  width: 100%;
  min-height: 100%;
  font-size: 14px;
}
.filterContainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.storeDetailContainer {
  /* min-width: 320px; */
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: auto;
  display: none;
}
/*@media screen and (max-width: 1023px) {
  .storeDetailContainer { margin-top: 50px; }
}*/
@media screen and (min-width: 1024px) {
  .storeDetailContainer {
    -webkit-box-flex: 0.2F 5 0 0;
    -moz-box-flex: 0.25 0 0;
    -webkit-flex: 0.25 0 0;
    -ms-flex: 0.25 0 0;
    flex: 0.25 0 0;
    /* margin-top: 50px; */
  }
}
.storeDetailContainer .backBtn {
  margin: 16px 0 0 24px;
  display: inline-block;
  cursor: pointer;
  font-family: 'synchronysans';
  font-size: 16px;
  color: #58a7af;
  text-decoration: none;
}
.storeDetailContainer .backBtn img {
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}
.storeDetailContainer .storeDetailWrapper {
  padding: 16px 24px;
}
.storeDetailContainer .storePrimaryDetail {
  margin-top: 30px;
  border-bottom: 1px solid #d1d5de;
}
.storeDetailContainer .storePrimaryDetail p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'synchronysans';
}
.storeDetailContainer .storePrimaryDetail .storeData {
  /* padding-left: 15px; */
  margin-bottom: 15px;
}
.storeDetailContainer .storePrimaryDetail .storeImage img {
  width: 24px;
  height: 24px;
}
.storeDetailContainer .storePrimaryDetail .brandName {
  font-weight: 500;
  font-size: 24px;
  color: #3b3c43;
  text-transform: capitalize;
}
.storeDetailContainer .storePrimaryDetail .favourites {
  display: none;
}
.storeDetailContainer .storePrimaryDetail .favourites img {
  width: 24px;
}
.storeDetailContainer .storePrimaryDetail .storeType,
.storeDetailContainer .storePrimaryDetail .secInfo {
  color: #3b3c43;
  font-size: 14px;
  font-weight: 400;
}
.storeDetailContainer .storePrimaryDetail .secInfo {
  margin-bottom: 15px;
}
.storeDetailContainer .storePrimaryDetail .distance {
  color: #94969a;
  text-align: right;
}
.storeDetailContainer .storePrimaryDetail .websiteLink {
  text-decoration: none;
}
.storeDetailContainer .storePrimaryDetail .websiteBtn {
  background: #ffffff;
  height: 32px;
  border: 1px solid #34657f;
  border-radius: 4px;
  margin-bottom: 20px;
  color: #34657f;
  font-size: 12px;
  font-family: 'synchronysans';
}
.storeDetailContainer .storePrimaryDetail .websiteBtn:hover {
  background: #58a7af;
  color: #ffffff;
}
.storeDetailContainer .storeSecDetail {
  border-bottom: 1px solid #d1d5de;
  margin-top: 25px;
}
.storeDetailContainer .storeSecDetail p {
  margin: 0;
}
.storeDetailContainer .storeSecDetail .address,
.storeDetailContainer .storeSecDetail .contactNumber,
.storeDetailContainer .storeSecDetail .timings {
  padding-left: 15px;
  font-family: 'synchronysans-bold';
  font-size: 16px;
  color: #3b3c43;
  margin-bottom: 25px;
}
.storeDetailContainer .storeSecDetail .contactImg img {
  width: 24px;
  height: 24px;
}
.storeDetailContainer .promoPlaceHolder {
  margin-top: 25px;
  padding: 5px 7.5px;
  color: #ffffff;
  font-family: 'synchronysans-bold';
  font-size: 10px;
  background-color: #34657f;
  border-radius: 25px;
  display: inline-block;
}
[type="radio"] {
  display: none;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  /*padding-left: 28px;*/
  cursor: pointer;
  /*line-height: 10px;/*15px 20px;*/
  display: inline-block;
  color: #3b3c43;
}
@media screen and (max-width: 1024px) { 
  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label {
    line-height: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365) { 
  [type="radio"]:checked + label {
    line-height: 11px;
  }
  [type="radio"]:not(:checked) + label {
    line-height: 12px;
  }
}
@media screen and (min-width: 1366px) { 
  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label {
    line-height: 12px;
  }
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #3b3c43;
  border-radius: 100%;
  background: #fff;
  margin-top: 2px;
  display: none;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #3b3c43;
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type="text"]::-ms-clear {
  display: none;
}
@font-face {
  font-family: 'synchronysans';
  src: url('/mysynchrony/fonts/synchronysans-normal-v100.woff?9bukgf');
  src: url('/mysynchrony/fonts/synchronysans-normal-v100.woff?9bukgf') format('woff'), url('/mysynchrony/fonts/synchronysans-normal-v100.woff?9bukgf') format('eot');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'synchronysans-bold';
  src: url('/mysynchrony/fonts/synchronysans-bold-v100.woff.woff?9bukgf');
  src: url('/mysynchrony/fonts/synchronysans-bold-v100.woff?9bukgf') format('eot'), url('/mysynchrony/fonts/synchronysans-bold-v100.woff?9bukgf') format('woff');
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
::-webkit-input-placeholder {
  color: #3b3c43;
}
::-moz-placeholder {
  color: #3b3c43;
}
::-ms-placeholder {
  color: #3b3c43;
}
::placeholder {
  color: #3b3c43;
}
.ui-autocomplete {
  max-height: 150px;
  overflow-y: auto;
  font-family: 'synchronysans';
}
.ui-menu-item {
  border-bottom: 1px solid #e9eaeb;
}
.ui-menu-item-wrapper {
  margin: 5px !important;
}
.noResultsImageContainer {
  
  height: 260px;
  background-image: url('/img/empty-state-favorites-desktop.svg');/*url('/img/empty-state-illo-mobile.svg');*/
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ecf7f7;
  background-size: contain;
}
@media screen and (min-width: 640px) {
  .noResultsImageContainer {
    background-image: url('/img/empty-state-favorites-desktop.svg');/*url('/img/empty-state-favorites-tablet.svg');*/
    background-size: contain;
  }
}
@media screen and (min-width: 1024px) {
  .noResultsImageContainer {
    flex: 0.75 0 0;
    order: 2;
    background-image: url('/img/empty-state-favorites-desktop.svg');
    height: 100%;
  }
}
.onlineRetailersContainer {
  display: none;
  height: 150px;
  background-image: url('/img/online-merchants-mobile.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ecf7f7;
}
@media screen and (min-width: 640px) {
  .onlineRetailersContainer {
    background-image: url('/img/online-merchants-tablet.svg');
    background-size: contain;
  }
}
@media screen and (min-width: 1024px) {
  .onlineRetailersContainer {
    flex: 0.75 0 0;
    order: 2;
    background-image: url('/img/online-merchants-desktop.svg');
    height: 100% !important;
    background-position: center;
  }
}
.onlineRetailersContainer p {
  width: 300px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  text-align: center;
  font-family: 'synchronysans';
  color: #34657f;
  font-size: 12px;
}
@media screen and (max-width: 639px) {
  .onlineRetailersContainer p {
    position: static;
    float: right;
    margin: 25px 35px 0  0;
    width: 50%;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .onlineRetailersContainer p {
    bottom: 0;
    font-size: 8px;
    width: 22%;
  }
}
@media screen and (min-width: 1024px) {
  .onlineRetailersContainer p {
    width: 35%;
    bottom: 0;
  }
}
@media screen and (max-width: 639px) {
  .onlineRetailersContainer {
    background-size: 185px;
    background-position: -20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .onlineRetailersContainer {
    height: 185px;
    background-position-y: -15px;
  }
}
@media screen and (max-width: 639px) {
  .onlineRetailerShow {
    height: 150px !important;
  }
}
.resultsPage .home-locator-select-container , .resultsPage .securedLoadDropdown {
  padding: 0 !important;
}
.home-locator-select-container , .securedLoadDropdown {
  background: #ffffff !important;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 3px !important;
  position: relative;
  display: block ;
  /* margin-bottom: 15px; */
}
.searchContainer .speciality-select {
  display: none;
}
.resultsPage .speciality-select {
  display: block;
  padding: 0;
}
/*@media screen and (max-width: 767px) {
  .home-locator-select-container {
    display: block ;
  }
}*/
.searchContainer .home-locator-select-container img , .searchContainer .securedLoadDropdown img{
  position: absolute;
  right: 5px;
  top: 50%;
  z-index: 2;
  pointer-events: none;
}
.resultsPage .home-locator-select-container img, .resultsPage .securedLoadDropdown img { top: 41%; }
@media screen and (max-width: 1023px) {
  .resultsPage { margin-top: 0.5rem; }
  .resultsPage .securedLoadDropdown{height : 25px;}
}
@media screen and (max-width: 639px) {
  .resultsPage .securedLoadDropdown{height : 48px;}
  .resultsPage .home-locator-select-container img , .resultsPage .securedLoadDropdown img { top: 45%; }
}
.searchContainer .home-locator-select-container:before , .searchContainer .securedLoadDropdown:before{
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  color: #000;
  font-weight: 900;
  font-style: normal;
  text-decoration: inherit;
  z-index: 9;
  pointer-events: none;
}
.resultsPage .home-locator-select-container:before , .resultsPage .securedLoadDropdown:before{
  top: 40%;
  pointer-events: none;
}
.home-locator-select, .secured-loan-select {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #3B3C43;
  border: none;
  background: #fff;
  /*padding-right: 28px;*/
  padding-left: 10px;
  cursor: pointer;
  outline: 0;
}
.home-locator-select:focus, 
.secured-loan-select:focus,
.searchText:focus,
.filter-bar__sort-label:focus {
  border: 1px solid #000;
}
@media screen and (max-width: 639px) {
  .resultsPage .home-locator-select , .resultsPage .secured-loan-select{
    height: 48px !important;
  }
}
.resultsPage .home-locator-select, .resultsPage .secured-loan-select {
  background: #e9eaeb;
  height: 26px;
}
/*.resultsPage .home-locator-select-container {
  display: none;
}*/
.storeDetailContainer .storePrimaryDetail .websiteBtn {
  text-align: center;
  padding-top: 6px;
}
.autoCompleteSearch {
  text-transform: capitalize;
}
#searchTextAutoComplete {
  text-transform: capitalize;
}
.form-group {
  position: relative;
  overflow: hidden;
}
.form-control:focus {
  padding-top: 10px;
}
.form-control:focus ~ .form-control-placeholder {
  transform: translate3d(0, -15%, 0);
  -webkit-transform: translate3d(0, -15%, 0);
  font-size: 12px;
  font-family: 'synchronysans';
  padding: 0px 0 0 14px;
  color: #3b3c43;
  line-height: 15px;
}
/*@media screen and (max-width: 767px) {
  .resultsPage .home-locator-select-container {
    display: none;
  }
}*/
@media screen and (max-width: 1024px) {
  .form-control:focus ~ .form-control-placeholder {
    padding-top: 5px;
  }
}
.form-control:not(:placeholder-shown) {
  padding-top: 10px;
}
.form-control:not(:placeholder-shown) ~ .form-control-placeholder {
  transform: translate3d(0, -15%, 0);
  -webkit-transform: translate3d(0, -15%, 0);
  font-size: 12px;
  font-family: 'synchronysans';
  padding: 0px 0 0 14px;
  color: #3b3c43;
  line-height: 15px;
}
@media screen and (max-width: 1024px) {
  .form-control:not(:placeholder-shown) ~ .form-control-placeholder {
    padding-top: 5px;
  }
}
.form-control:valid {
  padding-top: 10px;
}
.form-control:valid ~ .form-control-placeholder {
  transform: translate3d(0, -15%, 0);
  -webkit-transform: translate3d(0, -15%, 0);
  font-size: 12px;
  font-family: 'synchronysans';
  padding: 0px 0 0 14px;
  color: #3b3c43;
  line-height: 15px;
}
@media screen and (max-width: 1024px) {
  .form-control:valid ~ .form-control-placeholder {
    padding-top: 5px;
  }
}
.form-control:not(:-moz-placeholder-shown) {
  padding-top: 10px;
}
.form-control:not(:-moz-placeholder-shown) ~ .form-control-placeholder {
  transform: translate3d(0, -15%, 0);
  -webkit-transform: translate3d(0, -15%, 0);
  font-size: 12px;
  font-family: 'synchronysans';
  padding: 0px 0 0 14px;
  color: #3b3c43;
  line-height: 15px;
}
@media screen and (max-width: 1024px) {
  .form-control:not(:-moz-placeholder-shown) ~ .form-control-placeholder {
    padding-top: 5px;
  }
}
.form-control:-ms-clear {
  display: none;
}
.form-control-placeholder {
  position: absolute;
  top: 10px;
  padding: 0px 0 0 14px;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  font-family: 'synchronysans';
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3b3c43;
  pointer-events: none;
  line-height: 45px;
  left: 40px;
}
@media screen and (max-width: 639px) {
  .form-control-placeholder {
    font-size: 16px;
    top: 0px;
    left: 0px;
    padding-top: 5px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .form-control-placeholder {
    top: 5px;
    padding-top: 5px;
    width: 300px;
  }
}
.labelContainer {
  height: 20px;
}
/*.storeListContainer .storeList {
  padding: 0 5px;
}*/
.resultsPage .form-control-placeholder {
  display: none;
}
/*.closeIconAnchor {
  display: block;
}*/
.mapPlaceholder {
  position: relative;
}
.mapOnly {
  height: 400px !important;
}
.phoneNumber {
  color: #3b3c43;
  text-decoration: none;
}
/*.pillerContainer {
  border-left: 1px solid #94969a;
}*/
@media screen and (max-width: 639px) {
  .mapViewContainer, .sortContainer {
    padding: 0.25rem 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .mapViewContainer { padding: 0 0 0 0.25rem; }
  .sortContainer { padding: 0 0.25rem 0 0; }
}
@media screen and (min-width: 1024px) {
  .mapViewContainer { padding: 0 0 0 0.25rem; }
  .sortContainer { padding: 0 0.25rem 0 0; }
}
.filterBarContainer {  
  /* border-left: 1px solid #94969a;
  border-right: 1px solid #94969a; */
  padding: 0 0.5rem 0.5rem; /*0 20px 14px;*/
}
/* @media screen and (min-width: 1024px) {
  .pillerContainer {
    padding: 0px 0px 10px 14px; 
  }
}*/
@media screen and (max-width: 1023px) {
  .pillerContainer {
    padding: 0px 0px 16px 0px;
    border: none;
  }
}
.pills {
  background-color: #e9eaeb;
  font-family: 'synchronysans-bold';
  color: #3b3c43;
  padding: 5px 8.5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid #94969a;
}
.pills .fa-times-circle {
  position: relative;
  top: 2px;
  left: 5px;
}
.pillsLabel {
  font-size: 13px;/*16px;*/
  font-family: 'synchronysans';
  color: #3b3c43;
  margin-right: 10px;
}
.clearLabel {
  color: #34657f;
  margin-left: 10px;
  cursor: pointer;
  font-size: 14px;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .onlineRetailerMapOnly {
    height: 260px !important;
  }
}
/*@media screen and (max-width: 639px) {
  .onlineRetailerMapOnly {
    height: 150px !important;
  }
}*/
.legendContainer {
  position: absolute;
  right: 0;
  /* bottom: -35px; */
  padding: 16px 0;
  font-family: 'synchronysans';
  color: #3b3c43;
  overflow: auto;
  width: 75%;
  /* display: block; */
}
@media screen and (max-width: 1023px) {
  .legendContainer {
    width: 100%;
  }
  .legendContainer .legend { 
    padding: 0 14px !important;
  }
}
.disclaimerMessage, .legendMessage {
  background: #fff;
  padding: 16px 0;
  font-family: 'synchronysans';
  color: #3b3c43;
  overflow: auto;
}
.disclaimerMessage .disclaimerHeading {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.disclaimerMessage p { padding: 0 14px; font-size: 14px; }
.legendMessage .legend, .legendContainer .legend { 
  list-style: none;
  overflow: auto;
  float: right; 
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.legendMessage .legend li, .legendContainer .legend li { 
  display: flex; 
  float: left; 
  padding: 0 0.5rem 0.5rem 0;
}
.legendMessage .legend li label, .legendContainer .legend li label { margin-left: 10px; }
.legendMessage .legend li img, .legendContainer .legend li img { width: 1rem; }
.solidCircle {
  width: 11px;
  display: inline;
  position: relative;
  top: 2px;
  margin-left: 2px;
}

/* MMC Apply button */
.storeDetailWrapper .storeApplyBtn {
  text-align: center;
}
.storeDetailWrapper .storeApplyBtn .dealer-detail__apply-button {
  display: inline-block;
  border: 0;
  border-radius: 4px;
  padding: .65em;
  margin: 0;
  align-self: center;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 150ms ease-in-out,color 150ms ease-in-out;
  font-family: "Synchrony Sans",Helvetica,sans-serif;
  text-transform: uppercase;
}

.storeDetailWrapper .storeApplyBtn .dealer-detail__apply-button:focus {
  outline: 2px solid #3b3c43!important
}

.storeDetailWrapper .storeApplyBtn .dealer-detail__apply-button:hover {
  background-color: #3b3c43!important;
  color: #fff!important
}

/* @media screen and (min-width: 22.5em) and (max-width:29.9375em) {
  .storeDetailWrapper .storeApplyBtn .dealer-detail__apply-button {
    width: 6.25em;
    margin: .9375em 0;
  }
}

@media screen and (min-width: 36.25em) {
  .storeDetailWrapper .storeApplyBtn .dealer-detail__apply-button {
    margin:0 .9375em
  }
} */
/* MMC Apply button */

.disclosure-container {
  margin-top: 45px !important;

}

.synchrony-tab-container, .disclosure-container {
  position: absolute;
  width: 100%;
}

.disclosure-container .searchDesc {
  padding: 0 10px;
  margin: 10px 0 10px 0;
  color: #34657f;
  font-weight: bold;
  font-size: 14px;
}
.disclosure-container #financialPromoModalPopupLink {
  color: #000;
}

@media screen and (max-width: 1024px) {
  .synchrony-tab-container,
  .disclosure-container {
    background-color: #fff;
  }
}

@media screen and (min-width: 1024px) {
  .synchrony-tab-container,
  .disclosure-container {
    left: 25%;
    width: 75%;
    border-left: 1px solid #94969a;
  }
  /*.disclosure-container .searchDesc {
    padding: 0 10px;
    margin: 10px 0 10px 0;
  }*/
}

.synchrony-tab-categories {
  display: block;
  width: 100%;
  border-bottom: 3px solid #FBC600;
  text-align: center
}

.synchrony-tab-category-item {
  display: inline-block;
  /*font-size: 14px;
  font-size: 1.4em;*/
  font-weight: 600;
  color: #BABABA;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 3px solid transparent;
  width: 60%;
  box-sizing: border-box;
  text-align: center;
  outline: 0;
  background-color: #fff;
}

.synchrony-tab-category-item:first-child {
  padding-left: 10px;
}

.synchrony-tab-category-item:last-child {
  margin-right: 0
}

.synchrony-tab-category-item:focus,.synchrony-tab-category-item:hover {
  color: #494949;
  border-bottom: 4px solid #D9D9D6
}

@media screen and (min-width: 769px) {
  .synchrony-tab-categories {
    text-align:left
  }
  .synchrony-tab-category-item {
    width:auto;
    text-align: left;
    margin-right: 32px;
    font-size: 14px;
  }
}

.synchrony-tab-category-item.synchrony-active {
  border-bottom: 4px solid #FBC600;
  color: #494949
}

#merchantLocator > .container > .clearfix > .pillerContainer {
  display: none !important;
}

.storeName .networkIcon,
.storeData .networkIcon {
  float: right;
}

.storeMarker {
  width: 70px;
  position: absolute;
  text-align: center;

  content: '';
  /* background-image: url('/img/locator_yellow_pin_20161018.png'); */
  background-size: contain;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  /* left: 6px; */
  top: -15px;
}

/*.storeMarker::before {
  position: absolute;
  content: '';
  background-image: url('/img/locator_yellow_pin_20161018.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  left: 6px;
  top: -20px;
}*/

.storeMarker .synchrony-result-list-item-index {
  display: block;
  margin-top: 23px;
  margin-left: -10px;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.storeMarker .synchrony-result-list-item-miles-from {
  display: block;
  margin-top: 20px;
  font-size: 12px;
}

/* lid UI configurable style updates */
.formContainer { 
  display: flex;
  float: left;
  flex-wrap: wrap;
  flex-shrink: 0;
  width: 100%;
}
.formContainer:last-child { padding-right: 0; }
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .formContainer .securedLoadDropdown 
  .formContainer .home-locator-select-container,
  .formContainer .searchTextContainer,
  .formContainer .locationTextContainer,
  .formContainer .selectDivContainer,
  .formContainer .selectDivContainer, 
  .formContainer .submitBtn { 
    padding: 0 0.125rem !important;
  }
}
@media screen and (max-width: 1023px) and (min-width: 640px) {
  .resultsPage .formContainer .selectDivContainer {
    width: 33.33333%;
  }
}
/* lid UI configurable style updates */
.wrapper{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
}
.headerPage{
  width: 100%;
  justify-content: center;
  align-self: center;
  display: flex;
  font-weight: 500;
  text-transform: uppercase;
  }
.section-left{
width:30%;
justify-content: flex-start;
display: flex;
}
.logo-merchant{
  align-self: flex-start;
  padding-top: 1rem;
  width: 85%;
}
.section-right{
justify-content: flex-start;
display: flex;
width: 70%;
}
.header{
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 32px;
}
@media screen and (max-width: 768px){
  .section-left , .section-right,.headerPage{
    width:100%;
    text-align: center;
    justify-content: center;
    display: flex;
    }
}
/*
.logo-merchant {
  width: 25%;
 padding: 1rem 1rem;
}
@media screen and (max-width:1024px) {
  .logo-merchant {
    width: 100%;
  }
}*/

body.modal-open{
  overflow:hidden;
}

.labelContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
 
/* Hide the browser's default checkbox */
.labelContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
 
/* Create a custom checkbox */
.checkBox {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #3b3c43;
}
 
/* On mouse-over, add a grey background color */
.labelContainer:hover input ~ .checkBox {
  background-color: #3b3c43;
}
 
/* When the checkbox is checked, add a blue background */
.labelContainer input:checked ~ .checkBox {
  background-color: #3b3c43;
}
 
/* Create the checkBox/indicator (hidden when not checked) */
.checkBox:after {
  content: "";
  position: absolute;
  display: none;
}
 
/* Show the checkBox when checked */
.labelContainer input:checked ~ .checkBox:after {
  display: block;
}
 
/* Style the checkBox/indicator */
.labelContainer .checkBox:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
 
/* map search checkbox styles */
body { -ms-overflow-style: scrollbar !important; }


.disclosure-container #OGModalPopupLink {
    color: #000;
}

#OGModalPopupLink {
    color: white;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}
.popupClose{
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
/*hide hamburger -Deepmala */
  #mobile-menu-toggle {
    display:none !important; 
  }

  .pac-container{
    z-index: 1;
  }
  
  .secured-loan-select{
    border-radius: 3px !important;
  }
  
    @media screen and (min-width: 1023px)  {
    .home-locator-select-container{
      margin-left: 0.5rem !important;
  }
    }

    .radiusBox {
      height: 100%;
      padding: 15px 0  0 10px;
      font-family: 'synchronysans';
      font-size: 16px;
      border-radius: 3px;
      margin: 0;
      display: table-row;
      position: relative;
      text-align: left;
    }
    @media screen and (min-width: 640px) {
      .radiusBox {
        padding: 22px 0  0 55px;
        font-size: 14px;
        background-image: url('/sites/mysyf/img/radius.svg');
        background-position: 10px 17px;
        background-repeat: no-repeat;
      }
    }
    .radiusBox:focus {
      outline: none;
    }